@sentio/runtime 2.59.0-rc.42 → 2.59.0-rc.44
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-OGXSRUVD.js → chunk-GUVQUM6U.js} +2 -2
- package/lib/{chunk-3SLKMZUX.js → chunk-LCS6SRJY.js} +1 -9
- package/lib/chunk-LCS6SRJY.js.map +1 -0
- package/lib/{chunk-FDZMT76B.js → chunk-U5UZYRQ4.js} +2 -2
- package/lib/index.d.ts +20 -444
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/processor-runner.js +12 -7
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +3 -3
- package/package.json +1 -1
- package/src/gen/processor/protos/processor.ts +6 -26
- package/src/gen/service/common/protos/common.ts +0 -172
- package/src/index.ts +0 -7
- package/src/service-manager.ts +9 -4
- package/lib/chunk-3SLKMZUX.js.map +0 -1
- /package/lib/{chunk-OGXSRUVD.js.map → chunk-GUVQUM6U.js.map} +0 -0
- /package/lib/{chunk-FDZMT76B.js.map → chunk-U5UZYRQ4.js.map} +0 -0
@@ -21,7 +21,7 @@ import {
|
|
21
21
|
require_roots,
|
22
22
|
require_rpc,
|
23
23
|
require_writer
|
24
|
-
} from "./chunk-
|
24
|
+
} from "./chunk-LCS6SRJY.js";
|
25
25
|
|
26
26
|
// ../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js
|
27
27
|
var require_universalify = __commonJS({
|
@@ -59895,4 +59895,4 @@ long/umd/index.js:
|
|
59895
59895
|
@noble/curves/esm/secp256k1.js:
|
59896
59896
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
59897
59897
|
*/
|
59898
|
-
//# sourceMappingURL=chunk-
|
59898
|
+
//# sourceMappingURL=chunk-GUVQUM6U.js.map
|
@@ -2871,14 +2871,6 @@ var NotificationType;
|
|
2871
2871
|
NotificationType2[NotificationType2["BILLING_SUBSCRIPTION"] = 303] = "BILLING_SUBSCRIPTION";
|
2872
2872
|
NotificationType2[NotificationType2["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
2873
2873
|
})(NotificationType || (NotificationType = {}));
|
2874
|
-
var AuthChecker_Permission;
|
2875
|
-
(function(AuthChecker_Permission2) {
|
2876
|
-
AuthChecker_Permission2[AuthChecker_Permission2["NONE"] = 0] = "NONE";
|
2877
|
-
AuthChecker_Permission2[AuthChecker_Permission2["READ"] = 1] = "READ";
|
2878
|
-
AuthChecker_Permission2[AuthChecker_Permission2["WRITE"] = 2] = "WRITE";
|
2879
|
-
AuthChecker_Permission2[AuthChecker_Permission2["ADMIN"] = 3] = "ADMIN";
|
2880
|
-
AuthChecker_Permission2[AuthChecker_Permission2["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
2881
|
-
})(AuthChecker_Permission || (AuthChecker_Permission = {}));
|
2882
2874
|
var User_AccountStatus;
|
2883
2875
|
(function(User_AccountStatus2) {
|
2884
2876
|
User_AccountStatus2[User_AccountStatus2["PENDING"] = 0] = "PENDING";
|
@@ -23989,4 +23981,4 @@ long/index.js:
|
|
23989
23981
|
* SPDX-License-Identifier: Apache-2.0
|
23990
23982
|
*)
|
23991
23983
|
*/
|
23992
|
-
//# sourceMappingURL=chunk-
|
23984
|
+
//# sourceMappingURL=chunk-LCS6SRJY.js.map
|