@sentio/api 1.0.4-rc.7 → 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.
@@ -2573,6 +2573,7 @@ export declare namespace processor_service {
2573
2573
  entitySchema?: string;
2574
2574
  snChainId?: string;
2575
2575
  snRequiredChains?: Array<string>;
2576
+ entitySchemaVersion?: number;
2576
2577
  };
2577
2578
  type GetProcessorStatusResponseProcessorStatus = {
2578
2579
  state?: GetProcessorStatusResponseProcessorStatusState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.4-rc.7",
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
@@ -2585,6 +2585,7 @@ export namespace processor_service {
2585
2585
  entitySchema?: string;
2586
2586
  snChainId?: string;
2587
2587
  snRequiredChains?: Array<string>;
2588
+ entitySchemaVersion?: number;
2588
2589
  };
2589
2590
  export type GetProcessorStatusResponseProcessorStatus = {
2590
2591
  state?: GetProcessorStatusResponseProcessorStatusState;