@sentio/api 1.0.4-rc.6 → 1.0.4-rc.8

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.
@@ -2389,7 +2389,6 @@ export declare namespace price_service {
2389
2389
  };
2390
2390
  type ExperimentalFlag = {
2391
2391
  enablePythSource?: boolean;
2392
- enablePricingLookForward?: boolean;
2393
2392
  };
2394
2393
  /**
2395
2394
  * GetPriceResponse is the response for GetPrice.
@@ -2426,7 +2425,6 @@ export declare namespace price_service {
2426
2425
  'coinId.address.chain'?: string;
2427
2426
  source?: string;
2428
2427
  'experimentalFlag.enablePythSource'?: boolean;
2429
- 'experimentalFlag.enablePricingLookForward'?: boolean;
2430
2428
  };
2431
2429
  url: '/api/v1/prices';
2432
2430
  };
@@ -2575,6 +2573,7 @@ export declare namespace processor_service {
2575
2573
  entitySchema?: string;
2576
2574
  snChainId?: string;
2577
2575
  snRequiredChains?: Array<string>;
2576
+ entitySchemaVersion?: number;
2578
2577
  };
2579
2578
  type GetProcessorStatusResponseProcessorStatus = {
2580
2579
  state?: GetProcessorStatusResponseProcessorStatusState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.4-rc.6",
3
+ "version": "1.0.4-rc.8",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -2400,7 +2400,6 @@ export namespace price_service {
2400
2400
  };
2401
2401
  export type ExperimentalFlag = {
2402
2402
  enablePythSource?: boolean;
2403
- enablePricingLookForward?: boolean;
2404
2403
  };
2405
2404
  /**
2406
2405
  * GetPriceResponse is the response for GetPrice.
@@ -2437,7 +2436,6 @@ export namespace price_service {
2437
2436
  'coinId.address.chain'?: string;
2438
2437
  source?: string;
2439
2438
  'experimentalFlag.enablePythSource'?: boolean;
2440
- 'experimentalFlag.enablePricingLookForward'?: boolean;
2441
2439
  };
2442
2440
  url: '/api/v1/prices';
2443
2441
  };
@@ -2587,6 +2585,7 @@ export namespace processor_service {
2587
2585
  entitySchema?: string;
2588
2586
  snChainId?: string;
2589
2587
  snRequiredChains?: Array<string>;
2588
+ entitySchemaVersion?: number;
2590
2589
  };
2591
2590
  export type GetProcessorStatusResponseProcessorStatus = {
2592
2591
  state?: GetProcessorStatusResponseProcessorStatusState;