Skip to content

Commit

Permalink
Remove metadata references
Browse files Browse the repository at this point in the history
  • Loading branch information
iagoaraujo committed Oct 23, 2024
1 parent 45d09e9 commit 20997b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@
"typemoq": "^2.1.0",
"typescript": "^3.8.3",
"typescript-json-schema": "^0.40.0"
}
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
6 changes: 1 addition & 5 deletions src/clients/IOClients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IOContext } from '../service/worker/runtime/typings'
import { Billing, Builder, MessagesGraphQL, Settings } from './apps'
import { CatalogGraphQL } from './apps/catalogGraphQL/index'
import { ID, MasterData, PaymentProvider } from './external'
import { Apps, Assets, BillingMetrics, Events, Metadata, Registry, Router, VBase, Workspaces } from './infra'
import { Apps, Assets, BillingMetrics, Events, Registry, Router, VBase, Workspaces } from './infra'
import { IOClient, IOClientConstructor } from './IOClient'
import { LicenseManager, Segment, Session, TenantClient } from './janus'

Expand Down Expand Up @@ -57,10 +57,6 @@ export class IOClients {
return this.getOrSet('messagesGraphQL', MessagesGraphQL)
}

public get metadata() {
return this.getOrSet('metadata', Metadata)
}

public get registry() {
return this.getOrSet('registry', Registry)
}
Expand Down
1 change: 0 additions & 1 deletion src/clients/infra/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export * from './BillingMetrics'
export * from './Events'
export * from './Housekeeper'
export * from './InfraClient'
export * from './Metadata'
export * from './Registry'
export * from './Router'
export * from './VBase'
Expand Down

0 comments on commit 20997b3

Please sign in to comment.