@sentio/runtime 2.59.0-rc.28 → 2.59.0-rc.29
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-ZYJXCGEJ.js → chunk-CPLWSUD7.js} +2 -2
- package/lib/{chunk-HMNYJB5K.js → chunk-FO2V2K7T.js} +9 -1
- package/lib/chunk-FO2V2K7T.js.map +1 -0
- package/lib/{chunk-QJOLRVKZ.js → chunk-X2VTMTYL.js} +2 -4
- package/lib/{chunk-QJOLRVKZ.js.map → chunk-X2VTMTYL.js.map} +1 -1
- package/lib/index.d.ts +443 -19
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/processor-runner.js +8 -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 +26 -6
- package/src/gen/service/common/protos/common.ts +189 -0
- package/src/index.ts +7 -0
- package/src/service-manager.ts +5 -4
- package/src/service.ts +1 -2
- package/lib/chunk-HMNYJB5K.js.map +0 -1
- /package/lib/{chunk-ZYJXCGEJ.js.map → chunk-CPLWSUD7.js.map} +0 -0
@@ -6,7 +6,7 @@ import {
|
|
6
6
|
__require,
|
7
7
|
__toCommonJS,
|
8
8
|
__toESM
|
9
|
-
} from "./chunk-
|
9
|
+
} from "./chunk-FO2V2K7T.js";
|
10
10
|
|
11
11
|
// ../../node_modules/.pnpm/logform@2.6.0/node_modules/logform/format.js
|
12
12
|
var require_format = __commonJS({
|
@@ -10972,4 +10972,4 @@ export {
|
|
10972
10972
|
safe-buffer/index.js:
|
10973
10973
|
(*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
|
10974
10974
|
*/
|
10975
|
-
//# sourceMappingURL=chunk-
|
10975
|
+
//# sourceMappingURL=chunk-CPLWSUD7.js.map
|
@@ -2871,6 +2871,14 @@ 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 = {}));
|
2874
2882
|
var User_AccountStatus;
|
2875
2883
|
(function(User_AccountStatus2) {
|
2876
2884
|
User_AccountStatus2[User_AccountStatus2["PENDING"] = 0] = "PENDING";
|
@@ -23981,4 +23989,4 @@ long/index.js:
|
|
23981
23989
|
* SPDX-License-Identifier: Apache-2.0
|
23982
23990
|
*)
|
23983
23991
|
*/
|
23984
|
-
//# sourceMappingURL=chunk-
|
23992
|
+
//# sourceMappingURL=chunk-FO2V2K7T.js.map
|