@sentio/runtime 2.60.0-rc.11 → 2.60.0-rc.13
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/lib/{chunk-CYS2DAE4.js → chunk-26X74ASV.js} +2 -2
- package/lib/{chunk-BOHR42T4.js → chunk-2JZQGMEZ.js} +3 -2
- package/lib/{chunk-BOHR42T4.js.map → chunk-2JZQGMEZ.js.map} +1 -1
- package/lib/{chunk-TC6OWLVA.js → chunk-ZTW66EYL.js} +2 -1
- package/lib/chunk-ZTW66EYL.js.map +1 -0
- package/lib/index.d.ts +10 -147
- package/lib/index.js +2 -2
- package/lib/processor-BDXlufg5.d.ts +900 -0
- package/lib/processor-runner.js +10 -3
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +3 -3
- package/lib/test-processor.test.d.ts +14 -1
- package/lib/test-processor.test.js.map +1 -1
- package/package.json +1 -1
- package/src/db-context.ts +1 -0
- package/src/gen/service/common/protos/common.ts +134 -1
- package/src/service-v3.ts +7 -1
- package/lib/chunk-TC6OWLVA.js.map +0 -1
- /package/lib/{chunk-CYS2DAE4.js.map → chunk-26X74ASV.js.map} +0 -0
@@ -28316,6 +28316,7 @@ export {
|
|
28316
28316
|
require_minimal2,
|
28317
28317
|
HandlerType,
|
28318
28318
|
ProcessConfigResponse,
|
28319
|
+
AccountConfig,
|
28319
28320
|
InitResponse,
|
28320
28321
|
StartRequest,
|
28321
28322
|
ProcessResult,
|
@@ -28350,4 +28351,4 @@ long/index.js:
|
|
28350
28351
|
* SPDX-License-Identifier: Apache-2.0
|
28351
28352
|
*)
|
28352
28353
|
*/
|
28353
|
-
//# sourceMappingURL=chunk-
|
28354
|
+
//# sourceMappingURL=chunk-ZTW66EYL.js.map
|