@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.
- package/dist/src/types.gen.d.ts +1 -0
- package/package.json +1 -1
- package/src/types.gen.ts +1 -0
package/dist/src/types.gen.d.ts
CHANGED
|
@@ -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
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;
|