@sentio/api 1.0.4-rc.5 → 1.0.4-rc.6
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 +3 -0
- package/package.json +1 -1
- package/src/types.gen.ts +3 -0
package/dist/src/types.gen.d.ts
CHANGED
|
@@ -2572,6 +2572,9 @@ export declare namespace processor_service {
|
|
|
2572
2572
|
networkOverrides?: Array<NetworkOverride>;
|
|
2573
2573
|
driverVersion?: string;
|
|
2574
2574
|
numWorkers?: string;
|
|
2575
|
+
entitySchema?: string;
|
|
2576
|
+
snChainId?: string;
|
|
2577
|
+
snRequiredChains?: Array<string>;
|
|
2575
2578
|
};
|
|
2576
2579
|
type GetProcessorStatusResponseProcessorStatus = {
|
|
2577
2580
|
state?: GetProcessorStatusResponseProcessorStatusState;
|
package/package.json
CHANGED
package/src/types.gen.ts
CHANGED
|
@@ -2584,6 +2584,9 @@ export namespace processor_service {
|
|
|
2584
2584
|
networkOverrides?: Array<NetworkOverride>;
|
|
2585
2585
|
driverVersion?: string;
|
|
2586
2586
|
numWorkers?: string;
|
|
2587
|
+
entitySchema?: string;
|
|
2588
|
+
snChainId?: string;
|
|
2589
|
+
snRequiredChains?: Array<string>;
|
|
2587
2590
|
};
|
|
2588
2591
|
export type GetProcessorStatusResponseProcessorStatus = {
|
|
2589
2592
|
state?: GetProcessorStatusResponseProcessorStatusState;
|