@cardano-sdk/cardano-services 0.14.1 → 0.14.3-patch.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,11 +14,11 @@ export interface CreateTypeormProjectionProps {
14
14
  }
15
15
  export declare const createObservableDataSource: ({ connectionConfig$, logger, buffer, devOptions, entities, extensions, migrationsRun }: Omit<CreateTypeormProjectionProps, "projections" | "projectionSource$" | "projectionOptions"> & Pick<{
16
16
  __debug: {
17
- entities: ("output" | "handle" | "asset" | "block" | "blockData" | "currentPoolMetrics" | "poolMetadata" | "poolRegistration" | "poolRetirement" | "stakePool" | "tokens" | null)[];
17
+ entities: ("block" | "asset" | "blockData" | "currentPoolMetrics" | "handle" | "output" | "poolMetadata" | "poolRegistration" | "poolRetirement" | "stakePool" | "tokens" | null)[];
18
18
  mappers: ("filterMint" | "filterUtxo" | "withCertificates" | "withHandles" | "withMint" | "withStakePools" | "withUtxo" | null)[];
19
19
  stores: ("storeAssets" | "storeBlock" | "storeHandles" | "storePoolMetricsUpdateJob" | "storeStakePoolMetadataJob" | "storeStakePools" | "storeUtxo" | null)[];
20
20
  };
21
- entities: (typeof import("@cardano-sdk/projection-typeorm").StakePoolEntity | typeof import("@cardano-sdk/projection-typeorm").HandleEntity | typeof import("@cardano-sdk/projection-typeorm").AssetEntity | typeof import("@cardano-sdk/projection-typeorm").BlockEntity | typeof import("@cardano-sdk/projection-typeorm").BlockDataEntity | typeof import("@cardano-sdk/projection-typeorm").CurrentPoolMetricsEntity | typeof import("@cardano-sdk/projection-typeorm").OutputEntity | typeof import("@cardano-sdk/projection-typeorm").PoolMetadataEntity | typeof import("@cardano-sdk/projection-typeorm").PoolRegistrationEntity | typeof import("@cardano-sdk/projection-typeorm").PoolRetirementEntity | typeof import("@cardano-sdk/projection-typeorm").TokensEntity)[];
21
+ entities: (typeof import("@cardano-sdk/projection-typeorm").StakePoolEntity | typeof import("@cardano-sdk/projection-typeorm").AssetEntity | typeof import("@cardano-sdk/projection-typeorm").BlockEntity | typeof import("@cardano-sdk/projection-typeorm").BlockDataEntity | typeof import("@cardano-sdk/projection-typeorm").CurrentPoolMetricsEntity | typeof import("@cardano-sdk/projection-typeorm").HandleEntity | typeof import("@cardano-sdk/projection-typeorm").OutputEntity | typeof import("@cardano-sdk/projection-typeorm").PoolMetadataEntity | typeof import("@cardano-sdk/projection-typeorm").PoolRegistrationEntity | typeof import("@cardano-sdk/projection-typeorm").PoolRetirementEntity | typeof import("@cardano-sdk/projection-typeorm").TokensEntity)[];
22
22
  extensions: import("@cardano-sdk/projection-typeorm").DataSourceExtensions;
23
23
  mappers: (import("@cardano-sdk/projection").ProjectionOperator<import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithMint, {}> | ((evt$: Observable<unknown>) => Observable<unknown>) | import("@cardano-sdk/projection").ProjectionOperator<import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithUtxo, {}> | import("@cardano-sdk/projection").ExtChainSyncOperator<{}, import("@cardano-sdk/projection").WithBlock, import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithCertificates, import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithCertificates> | import("@cardano-sdk/projection").ProjectionOperator<unknown, import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithHandles> | import("@cardano-sdk/projection").ExtChainSyncOperator<{}, import("@cardano-sdk/projection").WithBlock, import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithMint, import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithMint> | import("@cardano-sdk/projection").ExtChainSyncOperator<import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithCertificates & import("@cardano-sdk/projection").WithEpochNo, import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithCertificates & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithBlock, import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithStakePools, import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithStakePools> | import("@cardano-sdk/projection").ExtChainSyncOperator<{}, import("@cardano-sdk/projection").WithBlock, import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithUtxo, import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithUtxo>)[];
24
24
  stores: (import("@cardano-sdk/projection").ExtChainSyncOperator<import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithMint, import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithMint & import("@cardano-sdk/projection").WithBlock, import("@cardano-sdk/projection-typeorm").WithMintedAssetSupplies, import("@cardano-sdk/projection-typeorm").WithMintedAssetSupplies> | import("@cardano-sdk/projection").ExtChainSyncOperator<import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext, import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection").WithBlock, {}, {}> | import("@cardano-sdk/projection").ExtChainSyncOperator<import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithHandles & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithMint & import("@cardano-sdk/projection-typeorm").WithMintedAssetSupplies, import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithHandles & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithMint & import("@cardano-sdk/projection-typeorm").WithMintedAssetSupplies & import("@cardano-sdk/projection").WithBlock, {}, {}> | import("@cardano-sdk/projection").ExtChainSyncOperator<import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection-typeorm").WithPgBoss, import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection-typeorm").WithPgBoss & import("@cardano-sdk/projection").WithBlock, {}, {}> | import("@cardano-sdk/projection").ExtChainSyncOperator<import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithStakePools & import("@cardano-sdk/projection-typeorm").WithPgBoss, import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithStakePools & import("@cardano-sdk/projection-typeorm").WithPgBoss & import("@cardano-sdk/projection").WithBlock, {}, {}> | import("@cardano-sdk/projection").ExtChainSyncOperator<import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithStakePools, import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithStakePools & import("@cardano-sdk/projection").WithBlock, {}, {}> | import("@cardano-sdk/projection").ExtChainSyncOperator<import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithUtxo, import("@cardano-sdk/projection").WithNetworkInfo & import("@cardano-sdk/projection").WithEpochNo & import("@cardano-sdk/projection").WithEpochBoundary & WithTypeormContext & import("@cardano-sdk/projection/dist/cjs/operators/Mappers").WithUtxo & import("@cardano-sdk/projection").WithBlock, {}, {}>)[];
@@ -48,7 +48,7 @@ declare const entities: {
48
48
  stakePool: typeof StakePoolEntity;
49
49
  tokens: typeof TokensEntity;
50
50
  };
51
- export declare const allEntities: (typeof StakePoolEntity | typeof HandleEntity | typeof AssetEntity | typeof BlockEntity | typeof BlockDataEntity | typeof CurrentPoolMetricsEntity | typeof OutputEntity | typeof PoolMetadataEntity | typeof PoolRegistrationEntity | typeof PoolRetirementEntity | typeof TokensEntity)[];
51
+ export declare const allEntities: (typeof StakePoolEntity | typeof AssetEntity | typeof BlockEntity | typeof BlockDataEntity | typeof CurrentPoolMetricsEntity | typeof HandleEntity | typeof OutputEntity | typeof PoolMetadataEntity | typeof PoolRegistrationEntity | typeof PoolRetirementEntity | typeof TokensEntity)[];
52
52
  declare type Entities = typeof entities;
53
53
  declare type EntityName = keyof Entities;
54
54
  declare type Entity = Entities[EntityName];
@@ -60,7 +60,7 @@ export interface PrepareTypeormProjectionProps {
60
60
  }
61
61
  export declare const prepareTypeormProjection: ({ projections, buffer, options }: PrepareTypeormProjectionProps) => {
62
62
  __debug: {
63
- entities: ("output" | "handle" | "asset" | "block" | "blockData" | "currentPoolMetrics" | "poolMetadata" | "poolRegistration" | "poolRetirement" | "stakePool" | "tokens" | null)[];
63
+ entities: ("block" | "asset" | "blockData" | "currentPoolMetrics" | "handle" | "output" | "poolMetadata" | "poolRegistration" | "poolRetirement" | "stakePool" | "tokens" | null)[];
64
64
  mappers: ("filterMint" | "filterUtxo" | "withCertificates" | "withHandles" | "withMint" | "withStakePools" | "withUtxo" | null)[];
65
65
  stores: ("storeAssets" | "storeBlock" | "storeHandles" | "storePoolMetricsUpdateJob" | "storeStakePoolMetadataJob" | "storeStakePools" | "storeUtxo" | null)[];
66
66
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/cardano-services",
3
- "version": "0.14.1",
3
+ "version": "0.14.3-patch.0",
4
4
  "description": "Cardano GraphQL Services",
5
5
  "engines": {
6
6
  "node": ">=14.20.1"
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@cardano-ogmios/client": "5.6.0",
59
- "@cardano-sdk/util-dev": "~0.13.5",
59
+ "@cardano-sdk/util-dev": "0.13.7-patch.0",
60
60
  "@types/amqplib": "^0.8.2",
61
61
  "@types/bunyan": "^1.8.8",
62
62
  "@types/cors": "^2.8.13",
@@ -86,14 +86,14 @@
86
86
  },
87
87
  "dependencies": {
88
88
  "@blockfrost/blockfrost-js": "^5.2.0",
89
- "@cardano-sdk/cardano-services-client": "~0.10.1",
90
- "@cardano-sdk/core": "~0.15.2",
91
- "@cardano-sdk/crypto": "~0.1.8",
92
- "@cardano-sdk/ogmios": "~0.12.7",
93
- "@cardano-sdk/projection": "~0.6.11",
94
- "@cardano-sdk/projection-typeorm": "~0.3.7",
95
- "@cardano-sdk/util": "~0.12.1",
96
- "@cardano-sdk/util-rxjs": "~0.5.1",
89
+ "@cardano-sdk/cardano-services-client": "0.10.3-patch.0",
90
+ "@cardano-sdk/core": "0.15.3-patch.0",
91
+ "@cardano-sdk/crypto": "0.1.9-patch.0",
92
+ "@cardano-sdk/ogmios": "0.12.9-patch.0",
93
+ "@cardano-sdk/projection": "0.6.13-patch.0",
94
+ "@cardano-sdk/projection-typeorm": "0.3.9-patch.0",
95
+ "@cardano-sdk/util": "0.12.1",
96
+ "@cardano-sdk/util-rxjs": "0.5.3-patch.0",
97
97
  "@hapi/topo": "^6.0.2",
98
98
  "amqplib": "^0.10.0",
99
99
  "axios": "^0.27.2",
@@ -132,5 +132,5 @@
132
132
  "LICENSE",
133
133
  "NOTICE"
134
134
  ],
135
- "gitHead": "13adbccfb323611b1972ccc7a5498a033ea5fcc5"
135
+ "gitHead": "41a4fe193b38eb815c8dc788fd28b97b2079f4b8"
136
136
  }