@axinom/mosaic-messages 0.25.1 → 0.26.0-rc.0
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/generated/config/payloads/index.d.ts +1 -1
- package/dist/generated/config/payloads/index.d.ts.map +1 -1
- package/dist/generated/config/payloads/index.js +1 -1
- package/dist/generated/config/payloads/index.js.map +1 -1
- package/dist/generated/config/payloads/localization/index.d.ts +3 -0
- package/dist/generated/config/payloads/localization/index.d.ts.map +1 -0
- package/dist/generated/config/payloads/localization/index.js +15 -0
- package/dist/generated/config/payloads/localization/index.js.map +1 -0
- package/dist/generated/config/payloads/localization/localization-service-messaging-settings.d.ts +16 -0
- package/dist/generated/config/payloads/localization/localization-service-messaging-settings.d.ts.map +1 -0
- package/dist/generated/config/payloads/localization/localization-service-messaging-settings.js +22 -0
- package/dist/generated/config/payloads/localization/localization-service-messaging-settings.js.map +1 -0
- package/dist/generated/config/payloads/localization/localization-service-multi-tenant-messaging-settings.d.ts +10 -0
- package/dist/generated/config/payloads/localization/localization-service-multi-tenant-messaging-settings.d.ts.map +1 -0
- package/dist/generated/config/payloads/localization/localization-service-multi-tenant-messaging-settings.js +18 -0
- package/dist/generated/config/payloads/localization/localization-service-multi-tenant-messaging-settings.js.map +1 -0
- package/dist/generated/schemas/payloads/index.d.ts +1 -1
- package/dist/generated/schemas/payloads/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/index.js +1 -1
- package/dist/generated/schemas/payloads/index.js.map +1 -1
- package/dist/generated/schemas/payloads/localization/commands/declare-entity-definition-command.json +141 -0
- package/dist/generated/schemas/payloads/localization/commands/index.d.ts +166 -0
- package/dist/generated/schemas/payloads/localization/commands/index.d.ts.map +1 -0
- package/dist/generated/schemas/payloads/localization/commands/index.js +10 -0
- package/dist/generated/schemas/payloads/localization/commands/index.js.map +1 -0
- package/dist/generated/schemas/payloads/localization/commands/localization-service-disable-command.json +27 -0
- package/dist/generated/schemas/payloads/localization/commands/localization-service-enable-command.json +27 -0
- package/dist/generated/schemas/payloads/localization/events/index.d.ts +105 -0
- package/dist/generated/schemas/payloads/localization/events/index.d.ts.map +1 -0
- package/dist/generated/schemas/payloads/localization/events/index.js +12 -0
- package/dist/generated/schemas/payloads/localization/events/index.js.map +1 -0
- package/dist/generated/schemas/payloads/localization/events/localization-service-disable-failed-event.json +32 -0
- package/dist/generated/schemas/payloads/localization/events/localization-service-disable-finished-event.json +27 -0
- package/dist/generated/schemas/payloads/localization/events/localization-service-enable-failed-event.json +32 -0
- package/dist/generated/schemas/payloads/localization/events/localization-service-enable-finished-event.json +27 -0
- package/dist/generated/schemas/payloads/localization/index.d.ts +3 -0
- package/dist/generated/schemas/payloads/localization/index.d.ts.map +1 -0
- package/dist/generated/{types/payloads/translation → schemas/payloads/localization}/index.js +1 -0
- package/dist/generated/schemas/payloads/localization/index.js.map +1 -0
- package/dist/generated/types/payloads/index.d.ts +1 -1
- package/dist/generated/types/payloads/index.d.ts.map +1 -1
- package/dist/generated/types/payloads/index.js +1 -1
- package/dist/generated/types/payloads/index.js.map +1 -1
- package/dist/generated/types/payloads/localization/commands/declare-entity-definition-command.d.ts +27 -0
- package/dist/generated/types/payloads/localization/commands/declare-entity-definition-command.d.ts.map +1 -0
- package/dist/generated/types/payloads/{translation/events/translatable-string-created-event.js → localization/commands/declare-entity-definition-command.js} +1 -1
- package/dist/generated/types/payloads/localization/commands/declare-entity-definition-command.js.map +1 -0
- package/dist/generated/types/payloads/localization/commands/index.d.ts +14 -0
- package/dist/generated/types/payloads/localization/commands/index.d.ts.map +1 -0
- package/dist/generated/types/payloads/localization/commands/index.js +29 -0
- package/dist/generated/types/payloads/localization/commands/index.js.map +1 -0
- package/dist/generated/types/payloads/localization/commands/localization-service-disable-command.d.ts +14 -0
- package/dist/generated/types/payloads/localization/commands/localization-service-disable-command.d.ts.map +1 -0
- package/dist/generated/types/payloads/localization/commands/localization-service-disable-command.js +3 -0
- package/dist/generated/types/payloads/localization/commands/localization-service-disable-command.js.map +1 -0
- package/dist/generated/types/payloads/localization/commands/localization-service-enable-command.d.ts +14 -0
- package/dist/generated/types/payloads/localization/commands/localization-service-enable-command.d.ts.map +1 -0
- package/dist/generated/types/payloads/localization/commands/localization-service-enable-command.js +3 -0
- package/dist/generated/types/payloads/localization/commands/localization-service-enable-command.js.map +1 -0
- package/dist/generated/types/payloads/localization/events/index.d.ts +17 -0
- package/dist/generated/types/payloads/localization/events/index.d.ts.map +1 -0
- package/dist/generated/types/payloads/localization/events/index.js +32 -0
- package/dist/generated/types/payloads/localization/events/index.js.map +1 -0
- package/dist/generated/types/payloads/localization/events/localization-service-disable-failed-event.d.ts +18 -0
- package/dist/generated/types/payloads/localization/events/localization-service-disable-failed-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/localization/events/localization-service-disable-failed-event.js +3 -0
- package/dist/generated/types/payloads/localization/events/localization-service-disable-failed-event.js.map +1 -0
- package/dist/generated/types/payloads/localization/events/localization-service-disable-finished-event.d.ts +14 -0
- package/dist/generated/types/payloads/localization/events/localization-service-disable-finished-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/localization/events/localization-service-disable-finished-event.js +3 -0
- package/dist/generated/types/payloads/localization/events/localization-service-disable-finished-event.js.map +1 -0
- package/dist/generated/types/payloads/localization/events/localization-service-enable-failed-event.d.ts +18 -0
- package/dist/generated/types/payloads/localization/events/localization-service-enable-failed-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/localization/events/localization-service-enable-failed-event.js +3 -0
- package/dist/generated/types/payloads/localization/events/localization-service-enable-failed-event.js.map +1 -0
- package/dist/generated/types/payloads/localization/events/localization-service-enable-finished-event.d.ts +14 -0
- package/dist/generated/types/payloads/localization/events/localization-service-enable-finished-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/localization/events/localization-service-enable-finished-event.js +3 -0
- package/dist/generated/types/payloads/localization/events/localization-service-enable-finished-event.js.map +1 -0
- package/dist/generated/types/payloads/localization/index.d.ts +4 -0
- package/dist/generated/types/payloads/localization/index.d.ts.map +1 -0
- package/dist/generated/{schemas/payloads/translation → types/payloads/localization}/index.js +2 -0
- package/dist/generated/types/payloads/localization/index.js.map +1 -0
- package/dist/generated/types/payloads/localization/types/entity-field-definition.d.ts +32 -0
- package/dist/generated/types/payloads/localization/types/entity-field-definition.d.ts.map +1 -0
- package/dist/generated/types/payloads/{translation/events/string-value-created-event.js → localization/types/entity-field-definition.js} +1 -1
- package/dist/generated/types/payloads/localization/types/entity-field-definition.js.map +1 -0
- package/dist/generated/types/payloads/localization/types/field-type.d.ts +2 -0
- package/dist/generated/types/payloads/localization/types/field-type.d.ts.map +1 -0
- package/dist/generated/types/payloads/{translation/events/string-value-updated-event.js → localization/types/field-type.js} +1 -1
- package/dist/generated/types/payloads/localization/types/field-type.js.map +1 -0
- package/dist/generated/types/payloads/localization/types/index.d.ts +4 -0
- package/dist/generated/types/payloads/localization/types/index.d.ts.map +1 -0
- package/dist/generated/{config/payloads/translation → types/payloads/localization/types}/index.js +3 -1
- package/dist/generated/types/payloads/localization/types/index.js.map +1 -0
- package/dist/generated/types/payloads/localization/types/ui-type.d.ts +2 -0
- package/dist/generated/types/payloads/localization/types/ui-type.d.ts.map +1 -0
- package/dist/generated/types/payloads/{translation/events/translatable-string-updated-event.js → localization/types/ui-type.js} +1 -1
- package/dist/generated/types/payloads/localization/types/ui-type.js.map +1 -0
- package/package.json +4 -4
- package/src/generated/config/payloads/index.ts +1 -1
- package/src/generated/config/payloads/localization/index.ts +2 -0
- package/src/generated/config/payloads/localization/localization-service-messaging-settings.ts +48 -0
- package/src/generated/config/payloads/localization/localization-service-multi-tenant-messaging-settings.ts +21 -0
- package/src/generated/schemas/payloads/index.ts +1 -1
- package/src/generated/schemas/payloads/localization/commands/declare-entity-definition-command.json +141 -0
- package/src/generated/schemas/payloads/localization/commands/index.ts +7 -0
- package/src/generated/schemas/payloads/localization/commands/localization-service-disable-command.json +27 -0
- package/src/generated/schemas/payloads/localization/commands/localization-service-enable-command.json +27 -0
- package/src/generated/schemas/payloads/localization/events/index.ts +9 -0
- package/src/generated/schemas/payloads/localization/events/localization-service-disable-failed-event.json +32 -0
- package/src/generated/schemas/payloads/localization/events/localization-service-disable-finished-event.json +27 -0
- package/src/generated/schemas/payloads/localization/events/localization-service-enable-failed-event.json +32 -0
- package/src/generated/schemas/payloads/localization/events/localization-service-enable-finished-event.json +27 -0
- package/src/generated/schemas/payloads/localization/index.ts +2 -0
- package/src/generated/types/payloads/index.ts +1 -1
- package/src/generated/types/payloads/localization/commands/declare-entity-definition-command.ts +26 -0
- package/src/generated/types/payloads/localization/commands/index.ts +15 -0
- package/src/generated/types/payloads/localization/commands/localization-service-disable-command.ts +13 -0
- package/src/generated/types/payloads/localization/commands/localization-service-enable-command.ts +13 -0
- package/src/generated/types/payloads/localization/events/index.ts +18 -0
- package/src/generated/types/payloads/localization/events/localization-service-disable-failed-event.ts +17 -0
- package/src/generated/types/payloads/localization/events/localization-service-disable-finished-event.ts +13 -0
- package/src/generated/types/payloads/localization/events/localization-service-enable-failed-event.ts +17 -0
- package/src/generated/types/payloads/localization/events/localization-service-enable-finished-event.ts +13 -0
- package/src/generated/types/payloads/localization/index.ts +3 -0
- package/src/generated/types/payloads/localization/types/entity-field-definition.ts +31 -0
- package/src/generated/types/payloads/localization/types/field-type.ts +1 -0
- package/src/generated/types/payloads/localization/types/index.ts +3 -0
- package/src/generated/types/payloads/localization/types/ui-type.ts +1 -0
- package/dist/generated/config/payloads/translation/index.d.ts +0 -2
- package/dist/generated/config/payloads/translation/index.d.ts.map +0 -1
- package/dist/generated/config/payloads/translation/index.js.map +0 -1
- package/dist/generated/config/payloads/translation/translation-service-messaging-settings.d.ts +0 -14
- package/dist/generated/config/payloads/translation/translation-service-messaging-settings.d.ts.map +0 -1
- package/dist/generated/config/payloads/translation/translation-service-messaging-settings.js +0 -20
- package/dist/generated/config/payloads/translation/translation-service-messaging-settings.js.map +0 -1
- package/dist/generated/schemas/payloads/translation/events/index.d.ts +0 -139
- package/dist/generated/schemas/payloads/translation/events/index.d.ts.map +0 -1
- package/dist/generated/schemas/payloads/translation/events/index.js +0 -12
- package/dist/generated/schemas/payloads/translation/events/index.js.map +0 -1
- package/dist/generated/schemas/payloads/translation/events/string-value-created-event.json +0 -36
- package/dist/generated/schemas/payloads/translation/events/string-value-updated-event.json +0 -36
- package/dist/generated/schemas/payloads/translation/events/translatable-string-created-event.json +0 -47
- package/dist/generated/schemas/payloads/translation/events/translatable-string-updated-event.json +0 -47
- package/dist/generated/schemas/payloads/translation/index.d.ts +0 -2
- package/dist/generated/schemas/payloads/translation/index.d.ts.map +0 -1
- package/dist/generated/schemas/payloads/translation/index.js.map +0 -1
- package/dist/generated/types/payloads/translation/events/index.d.ts +0 -17
- package/dist/generated/types/payloads/translation/events/index.d.ts.map +0 -1
- package/dist/generated/types/payloads/translation/events/index.js +0 -32
- package/dist/generated/types/payloads/translation/events/index.js.map +0 -1
- package/dist/generated/types/payloads/translation/events/string-value-created-event.d.ts +0 -26
- package/dist/generated/types/payloads/translation/events/string-value-created-event.d.ts.map +0 -1
- package/dist/generated/types/payloads/translation/events/string-value-created-event.js.map +0 -1
- package/dist/generated/types/payloads/translation/events/string-value-updated-event.d.ts +0 -26
- package/dist/generated/types/payloads/translation/events/string-value-updated-event.d.ts.map +0 -1
- package/dist/generated/types/payloads/translation/events/string-value-updated-event.js.map +0 -1
- package/dist/generated/types/payloads/translation/events/translatable-string-created-event.d.ts +0 -34
- package/dist/generated/types/payloads/translation/events/translatable-string-created-event.d.ts.map +0 -1
- package/dist/generated/types/payloads/translation/events/translatable-string-created-event.js.map +0 -1
- package/dist/generated/types/payloads/translation/events/translatable-string-updated-event.d.ts +0 -34
- package/dist/generated/types/payloads/translation/events/translatable-string-updated-event.d.ts.map +0 -1
- package/dist/generated/types/payloads/translation/events/translatable-string-updated-event.js.map +0 -1
- package/dist/generated/types/payloads/translation/index.d.ts +0 -2
- package/dist/generated/types/payloads/translation/index.d.ts.map +0 -1
- package/dist/generated/types/payloads/translation/index.js.map +0 -1
- package/src/generated/config/payloads/translation/index.ts +0 -1
- package/src/generated/config/payloads/translation/translation-service-messaging-settings.ts +0 -38
- package/src/generated/schemas/payloads/translation/events/index.ts +0 -9
- package/src/generated/schemas/payloads/translation/events/string-value-created-event.json +0 -36
- package/src/generated/schemas/payloads/translation/events/string-value-updated-event.json +0 -36
- package/src/generated/schemas/payloads/translation/events/translatable-string-created-event.json +0 -47
- package/src/generated/schemas/payloads/translation/events/translatable-string-updated-event.json +0 -47
- package/src/generated/schemas/payloads/translation/index.ts +0 -1
- package/src/generated/types/payloads/translation/events/index.ts +0 -18
- package/src/generated/types/payloads/translation/events/string-value-created-event.ts +0 -25
- package/src/generated/types/payloads/translation/events/string-value-updated-event.ts +0 -25
- package/src/generated/types/payloads/translation/events/translatable-string-created-event.ts +0 -33
- package/src/generated/types/payloads/translation/events/translatable-string-updated-event.ts +0 -33
- package/src/generated/types/payloads/translation/index.ts +0 -1
|
@@ -6,13 +6,13 @@ export * from './channel';
|
|
|
6
6
|
export * from './hosting';
|
|
7
7
|
export * from './id';
|
|
8
8
|
export * from './image';
|
|
9
|
+
export * from './localization';
|
|
9
10
|
export * from './micro-frontend';
|
|
10
11
|
export * from './monetization-grants';
|
|
11
12
|
export * from './personalization';
|
|
12
13
|
export * from './portal-service';
|
|
13
14
|
export * from './sdu';
|
|
14
15
|
export * from './subscription-monetization';
|
|
15
|
-
export * from './translation';
|
|
16
16
|
export * from './user';
|
|
17
17
|
export * from './video';
|
|
18
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/config/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/config/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
@@ -18,13 +18,13 @@ __exportStar(require("./channel"), exports);
|
|
|
18
18
|
__exportStar(require("./hosting"), exports);
|
|
19
19
|
__exportStar(require("./id"), exports);
|
|
20
20
|
__exportStar(require("./image"), exports);
|
|
21
|
+
__exportStar(require("./localization"), exports);
|
|
21
22
|
__exportStar(require("./micro-frontend"), exports);
|
|
22
23
|
__exportStar(require("./monetization-grants"), exports);
|
|
23
24
|
__exportStar(require("./personalization"), exports);
|
|
24
25
|
__exportStar(require("./portal-service"), exports);
|
|
25
26
|
__exportStar(require("./sdu"), exports);
|
|
26
27
|
__exportStar(require("./subscription-monetization"), exports);
|
|
27
|
-
__exportStar(require("./translation"), exports);
|
|
28
28
|
__exportStar(require("./user"), exports);
|
|
29
29
|
__exportStar(require("./video"), exports);
|
|
30
30
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/config/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,mDAAiC;AACjC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,wCAAsB;AACtB,8DAA4C;AAC5C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/config/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,iDAA+B;AAC/B,mDAAiC;AACjC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,wCAAsB;AACtB,8DAA4C;AAC5C,yCAAuB;AACvB,0CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/localization/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAC;AAC1D,cAAc,wDAAwD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./localization-service-messaging-settings"), exports);
|
|
14
|
+
__exportStar(require("./localization-service-multi-tenant-messaging-settings"), exports);
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/localization/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4EAA0D;AAC1D,yFAAuE"}
|
package/dist/generated/config/payloads/localization/localization-service-messaging-settings.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { MessagingSettings } from '@axinom/mosaic-message-bus-abstractions';
|
|
2
|
+
export declare class LocalizationServiceMessagingSettings implements MessagingSettings {
|
|
3
|
+
readonly messageType: string;
|
|
4
|
+
readonly queue: string;
|
|
5
|
+
readonly routingKey: string;
|
|
6
|
+
static LocalizationServiceEnable: LocalizationServiceMessagingSettings;
|
|
7
|
+
static LocalizationServiceDisable: LocalizationServiceMessagingSettings;
|
|
8
|
+
static LocalizationServiceEnableFinished: LocalizationServiceMessagingSettings;
|
|
9
|
+
static LocalizationServiceEnableFailed: LocalizationServiceMessagingSettings;
|
|
10
|
+
static LocalizationServiceDisableFinished: LocalizationServiceMessagingSettings;
|
|
11
|
+
static LocalizationServiceDisableFailed: LocalizationServiceMessagingSettings;
|
|
12
|
+
readonly serviceId = "ax-localization-service";
|
|
13
|
+
private constructor();
|
|
14
|
+
toString: () => string;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=localization-service-messaging-settings.d.ts.map
|
package/dist/generated/config/payloads/localization/localization-service-messaging-settings.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localization-service-messaging-settings.d.ts","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/localization/localization-service-messaging-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE5E,qBAAa,oCAAqC,YAAW,iBAAiB;aAmC1D,WAAW,EAAE,MAAM;aACnB,KAAK,EAAE,MAAM;aACb,UAAU,EAAE,MAAM;IApCpC,OAAc,yBAAyB,uCAInC;IACJ,OAAc,0BAA0B,uCAIpC;IACJ,OAAc,iCAAiC,uCAI3C;IACJ,OAAc,+BAA+B,uCAIzC;IACJ,OAAc,kCAAkC,uCAI5C;IACJ,OAAc,gCAAgC,uCAI1C;IAEJ,SAAgB,SAAS,6BAA6B;IAEtD,OAAO;IAQA,QAAQ,QAAO,MAAM,CAE1B;CACH"}
|
package/dist/generated/config/payloads/localization/localization-service-messaging-settings.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LocalizationServiceMessagingSettings = void 0;
|
|
4
|
+
class LocalizationServiceMessagingSettings {
|
|
5
|
+
constructor(messageType, queue, routingKey) {
|
|
6
|
+
this.messageType = messageType;
|
|
7
|
+
this.queue = queue;
|
|
8
|
+
this.routingKey = routingKey;
|
|
9
|
+
this.serviceId = 'ax-localization-service';
|
|
10
|
+
this.toString = () => {
|
|
11
|
+
return this.messageType;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
exports.LocalizationServiceMessagingSettings = LocalizationServiceMessagingSettings;
|
|
16
|
+
LocalizationServiceMessagingSettings.LocalizationServiceEnable = new LocalizationServiceMessagingSettings('LocalizationServiceEnable', 'service:enable', 'localization_service.enable');
|
|
17
|
+
LocalizationServiceMessagingSettings.LocalizationServiceDisable = new LocalizationServiceMessagingSettings('LocalizationServiceDisable', 'service:disable', 'localization_service.disable');
|
|
18
|
+
LocalizationServiceMessagingSettings.LocalizationServiceEnableFinished = new LocalizationServiceMessagingSettings('LocalizationServiceEnableFinished', 'localization_service:enable_finished', 'localization_service.enable_finished');
|
|
19
|
+
LocalizationServiceMessagingSettings.LocalizationServiceEnableFailed = new LocalizationServiceMessagingSettings('LocalizationServiceEnableFailed', 'localization_service:enable_failed', 'localization_service.enable_failed');
|
|
20
|
+
LocalizationServiceMessagingSettings.LocalizationServiceDisableFinished = new LocalizationServiceMessagingSettings('LocalizationServiceDisableFinished', 'localization_service:disable_finished', 'localization_service.disable_finished');
|
|
21
|
+
LocalizationServiceMessagingSettings.LocalizationServiceDisableFailed = new LocalizationServiceMessagingSettings('LocalizationServiceDisableFailed', 'localization_service:disable_failed', 'localization_service.disable_failed');
|
|
22
|
+
//# sourceMappingURL=localization-service-messaging-settings.js.map
|
package/dist/generated/config/payloads/localization/localization-service-messaging-settings.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localization-service-messaging-settings.js","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/localization/localization-service-messaging-settings.ts"],"names":[],"mappings":";;;AAEA,MAAa,oCAAoC;IAkC/C,YACkB,WAAmB,EACnB,KAAa,EACb,UAAkB;QAFlB,gBAAW,GAAX,WAAW,CAAQ;QACnB,UAAK,GAAL,KAAK,CAAQ;QACb,eAAU,GAAV,UAAU,CAAQ;QALpB,cAAS,GAAG,yBAAyB,CAAC;QAU/C,aAAQ,GAAG,GAAW,EAAE;YAC7B,OAAO,IAAI,CAAC,WAAW,CAAC;QAC1B,CAAC,CAAC;IAJF,CAAC;;AAxCH,oFA6CC;AA5Ce,8DAAyB,GAAG,IAAI,oCAAoC,CAChF,2BAA2B,EAC3B,gBAAgB,EAChB,6BAA6B,CAC5B,CAAC;AACU,+DAA0B,GAAG,IAAI,oCAAoC,CACjF,4BAA4B,EAC5B,iBAAiB,EACjB,8BAA8B,CAC7B,CAAC;AACU,sEAAiC,GAAG,IAAI,oCAAoC,CACxF,mCAAmC,EACnC,sCAAsC,EACtC,sCAAsC,CACrC,CAAC;AACU,oEAA+B,GAAG,IAAI,oCAAoC,CACtF,iCAAiC,EACjC,oCAAoC,EACpC,oCAAoC,CACnC,CAAC;AACU,uEAAkC,GAAG,IAAI,oCAAoC,CACzF,oCAAoC,EACpC,uCAAuC,EACvC,uCAAuC,CACtC,CAAC;AACU,qEAAgC,GAAG,IAAI,oCAAoC,CACvF,kCAAkC,EAClC,qCAAqC,EACrC,qCAAqC,CACpC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { MultiTenantMessagingSettings } from '@axinom/mosaic-message-bus-abstractions';
|
|
2
|
+
export declare class LocalizationServiceMultiTenantMessagingSettings extends MultiTenantMessagingSettings {
|
|
3
|
+
readonly messageType: string;
|
|
4
|
+
readonly queue: string;
|
|
5
|
+
readonly routingKey: string;
|
|
6
|
+
static DeclareEntityDefinition: LocalizationServiceMultiTenantMessagingSettings;
|
|
7
|
+
private constructor();
|
|
8
|
+
toString: () => string;
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=localization-service-multi-tenant-messaging-settings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localization-service-multi-tenant-messaging-settings.d.ts","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/localization/localization-service-multi-tenant-messaging-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,yCAAyC,CAAC;AAEvF,qBAAa,+CAAgD,SAAQ,4BAA4B;aAQ7E,WAAW,EAAE,MAAM;aACnB,KAAK,EAAE,MAAM;aACb,UAAU,EAAE,MAAM;IATpC,OAAc,uBAAuB,kDAIjC;IAEJ,OAAO;IAQA,QAAQ,QAAO,MAAM,CAE1B;CACH"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LocalizationServiceMultiTenantMessagingSettings = void 0;
|
|
4
|
+
const mosaic_message_bus_abstractions_1 = require("@axinom/mosaic-message-bus-abstractions");
|
|
5
|
+
class LocalizationServiceMultiTenantMessagingSettings extends mosaic_message_bus_abstractions_1.MultiTenantMessagingSettings {
|
|
6
|
+
constructor(messageType, queue, routingKey) {
|
|
7
|
+
super('ax-localization-service', messageType, queue, routingKey);
|
|
8
|
+
this.messageType = messageType;
|
|
9
|
+
this.queue = queue;
|
|
10
|
+
this.routingKey = routingKey;
|
|
11
|
+
this.toString = () => {
|
|
12
|
+
return this.messageType;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.LocalizationServiceMultiTenantMessagingSettings = LocalizationServiceMultiTenantMessagingSettings;
|
|
17
|
+
LocalizationServiceMultiTenantMessagingSettings.DeclareEntityDefinition = new LocalizationServiceMultiTenantMessagingSettings('DeclareEntityDefinition', 'entity_definition:declare', '*.*.entity_definition.declare');
|
|
18
|
+
//# sourceMappingURL=localization-service-multi-tenant-messaging-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"localization-service-multi-tenant-messaging-settings.js","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/localization/localization-service-multi-tenant-messaging-settings.ts"],"names":[],"mappings":";;;AAAA,6FAAuF;AAEvF,MAAa,+CAAgD,SAAQ,8DAA4B;IAO/F,YACkB,WAAmB,EACnB,KAAa,EACb,UAAkB;QAElC,KAAK,CAAC,yBAAyB,EAAE,WAAW,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC;QAJjD,gBAAW,GAAX,WAAW,CAAQ;QACnB,UAAK,GAAL,KAAK,CAAQ;QACb,eAAU,GAAV,UAAU,CAAQ;QAK7B,aAAQ,GAAG,GAAW,EAAE;YAC7B,OAAO,IAAI,CAAC,WAAW,CAAC;QAC1B,CAAC,CAAC;IAJF,CAAC;;AAbH,0GAkBC;AAjBe,uEAAuB,GAAG,IAAI,+CAA+C,CACzF,yBAAyB,EACzB,2BAA2B,EAC3B,+BAA+B,CAC9B,CAAC"}
|
|
@@ -6,13 +6,13 @@ export * from './channel';
|
|
|
6
6
|
export * from './hosting';
|
|
7
7
|
export * from './id';
|
|
8
8
|
export * from './image';
|
|
9
|
+
export * from './localization';
|
|
9
10
|
export * from './micro-frontend';
|
|
10
11
|
export * from './monetization-grants';
|
|
11
12
|
export * from './personalization';
|
|
12
13
|
export * from './portal-service';
|
|
13
14
|
export * from './sdu';
|
|
14
15
|
export * from './subscription-monetization';
|
|
15
|
-
export * from './translation';
|
|
16
16
|
export * from './user';
|
|
17
17
|
export * from './video';
|
|
18
18
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/schemas/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/schemas/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
@@ -18,13 +18,13 @@ __exportStar(require("./channel"), exports);
|
|
|
18
18
|
__exportStar(require("./hosting"), exports);
|
|
19
19
|
__exportStar(require("./id"), exports);
|
|
20
20
|
__exportStar(require("./image"), exports);
|
|
21
|
+
__exportStar(require("./localization"), exports);
|
|
21
22
|
__exportStar(require("./micro-frontend"), exports);
|
|
22
23
|
__exportStar(require("./monetization-grants"), exports);
|
|
23
24
|
__exportStar(require("./personalization"), exports);
|
|
24
25
|
__exportStar(require("./portal-service"), exports);
|
|
25
26
|
__exportStar(require("./sdu"), exports);
|
|
26
27
|
__exportStar(require("./subscription-monetization"), exports);
|
|
27
|
-
__exportStar(require("./translation"), exports);
|
|
28
28
|
__exportStar(require("./user"), exports);
|
|
29
29
|
__exportStar(require("./video"), exports);
|
|
30
30
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/schemas/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,mDAAiC;AACjC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,wCAAsB;AACtB,8DAA4C;AAC5C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/schemas/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,iDAA+B;AAC/B,mDAAiC;AACjC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,wCAAsB;AACtB,8DAA4C;AAC5C,yCAAuB;AACvB,0CAAwB"}
|
package/dist/generated/schemas/payloads/localization/commands/declare-entity-definition-command.json
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "declare_entity_definition_command",
|
|
5
|
+
"description": "Declare entity definition command schema.",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"service_id",
|
|
9
|
+
"entity_type",
|
|
10
|
+
"title",
|
|
11
|
+
"description",
|
|
12
|
+
"entity_field_definitions"
|
|
13
|
+
],
|
|
14
|
+
"properties": {
|
|
15
|
+
"service_id": {
|
|
16
|
+
"description": "Id of service for which the entity types will be defined (e.g. 'media-service').",
|
|
17
|
+
"type": "string",
|
|
18
|
+
"minLength": 1,
|
|
19
|
+
"pattern": "^$|.*\\S.*"
|
|
20
|
+
},
|
|
21
|
+
"entity_type": {
|
|
22
|
+
"description": "The entity type that should be defined (e.g. 'movie').",
|
|
23
|
+
"type": "string",
|
|
24
|
+
"minLength": 1,
|
|
25
|
+
"pattern": "^$|.*\\S.*"
|
|
26
|
+
},
|
|
27
|
+
"title": {
|
|
28
|
+
"description": "The title of the entity definition",
|
|
29
|
+
"type": "string",
|
|
30
|
+
"minLength": 1,
|
|
31
|
+
"pattern": "^$|.*\\S.*"
|
|
32
|
+
},
|
|
33
|
+
"description": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"description": "A description of the entity definition"
|
|
36
|
+
},
|
|
37
|
+
"entity_field_definitions": {
|
|
38
|
+
"type": "array",
|
|
39
|
+
"description": "An array of field definitions that belong to this entity definition",
|
|
40
|
+
"items": {
|
|
41
|
+
"description": "Definition of an entity field.",
|
|
42
|
+
"type": "object",
|
|
43
|
+
"title": "entity_field_definition",
|
|
44
|
+
"additionalProperties": false,
|
|
45
|
+
"required": [
|
|
46
|
+
"field_name",
|
|
47
|
+
"field_type",
|
|
48
|
+
"ui_type"
|
|
49
|
+
],
|
|
50
|
+
"properties": {
|
|
51
|
+
"field_name": {
|
|
52
|
+
"description": "The name of the field defined by this definition",
|
|
53
|
+
"type": "string",
|
|
54
|
+
"minLength": 1,
|
|
55
|
+
"pattern": "^$|.*\\S.*"
|
|
56
|
+
},
|
|
57
|
+
"field_type": {
|
|
58
|
+
"type": "string",
|
|
59
|
+
"title": "FieldType",
|
|
60
|
+
"enum": [
|
|
61
|
+
"string"
|
|
62
|
+
],
|
|
63
|
+
"description": "The data type of the field defined by this definition"
|
|
64
|
+
},
|
|
65
|
+
"ui_type": {
|
|
66
|
+
"type": "string",
|
|
67
|
+
"title": "UIType",
|
|
68
|
+
"enum": [
|
|
69
|
+
"textbox",
|
|
70
|
+
"textarea"
|
|
71
|
+
],
|
|
72
|
+
"description": "The type of user interface element that should be used to display this field"
|
|
73
|
+
},
|
|
74
|
+
"title": {
|
|
75
|
+
"type": "string",
|
|
76
|
+
"description": "The title of the field definition"
|
|
77
|
+
},
|
|
78
|
+
"description": {
|
|
79
|
+
"type": "string",
|
|
80
|
+
"description": "A description of the field definition"
|
|
81
|
+
},
|
|
82
|
+
"sort_order": {
|
|
83
|
+
"type": "integer",
|
|
84
|
+
"description": "The order in which this field should be displayed in relation to other fields of the same entity"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"minItems": 1
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"definitions": {
|
|
92
|
+
"entity_field_definition": {
|
|
93
|
+
"type": "object",
|
|
94
|
+
"title": "entity_field_definition",
|
|
95
|
+
"description": "Definition of an entity field.",
|
|
96
|
+
"additionalProperties": false,
|
|
97
|
+
"required": [
|
|
98
|
+
"field_name",
|
|
99
|
+
"field_type",
|
|
100
|
+
"ui_type"
|
|
101
|
+
],
|
|
102
|
+
"properties": {
|
|
103
|
+
"field_name": {
|
|
104
|
+
"description": "The name of the field defined by this definition",
|
|
105
|
+
"type": "string",
|
|
106
|
+
"minLength": 1,
|
|
107
|
+
"pattern": "^$|.*\\S.*"
|
|
108
|
+
},
|
|
109
|
+
"field_type": {
|
|
110
|
+
"type": "string",
|
|
111
|
+
"title": "FieldType",
|
|
112
|
+
"enum": [
|
|
113
|
+
"string"
|
|
114
|
+
],
|
|
115
|
+
"description": "The data type of the field defined by this definition"
|
|
116
|
+
},
|
|
117
|
+
"ui_type": {
|
|
118
|
+
"type": "string",
|
|
119
|
+
"title": "UIType",
|
|
120
|
+
"enum": [
|
|
121
|
+
"textbox",
|
|
122
|
+
"textarea"
|
|
123
|
+
],
|
|
124
|
+
"description": "The type of user interface element that should be used to display this field"
|
|
125
|
+
},
|
|
126
|
+
"title": {
|
|
127
|
+
"type": "string",
|
|
128
|
+
"description": "The title of the field definition"
|
|
129
|
+
},
|
|
130
|
+
"description": {
|
|
131
|
+
"type": "string",
|
|
132
|
+
"description": "A description of the field definition"
|
|
133
|
+
},
|
|
134
|
+
"sort_order": {
|
|
135
|
+
"type": "integer",
|
|
136
|
+
"description": "The order in which this field should be displayed in relation to other fields of the same entity"
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
export declare const DeclareEntityDefinitionCommandSchema: {
|
|
2
|
+
$schema: string;
|
|
3
|
+
type: string;
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
additionalProperties: boolean;
|
|
7
|
+
required: string[];
|
|
8
|
+
properties: {
|
|
9
|
+
service_id: {
|
|
10
|
+
description: string;
|
|
11
|
+
type: string;
|
|
12
|
+
minLength: number;
|
|
13
|
+
pattern: string;
|
|
14
|
+
};
|
|
15
|
+
entity_type: {
|
|
16
|
+
description: string;
|
|
17
|
+
type: string;
|
|
18
|
+
minLength: number;
|
|
19
|
+
pattern: string;
|
|
20
|
+
};
|
|
21
|
+
title: {
|
|
22
|
+
description: string;
|
|
23
|
+
type: string;
|
|
24
|
+
minLength: number;
|
|
25
|
+
pattern: string;
|
|
26
|
+
};
|
|
27
|
+
description: {
|
|
28
|
+
type: string;
|
|
29
|
+
description: string;
|
|
30
|
+
};
|
|
31
|
+
entity_field_definitions: {
|
|
32
|
+
type: string;
|
|
33
|
+
description: string;
|
|
34
|
+
items: {
|
|
35
|
+
description: string;
|
|
36
|
+
type: string;
|
|
37
|
+
title: string;
|
|
38
|
+
additionalProperties: boolean;
|
|
39
|
+
required: string[];
|
|
40
|
+
properties: {
|
|
41
|
+
field_name: {
|
|
42
|
+
description: string;
|
|
43
|
+
type: string;
|
|
44
|
+
minLength: number;
|
|
45
|
+
pattern: string;
|
|
46
|
+
};
|
|
47
|
+
field_type: {
|
|
48
|
+
type: string;
|
|
49
|
+
title: string;
|
|
50
|
+
enum: string[];
|
|
51
|
+
description: string;
|
|
52
|
+
};
|
|
53
|
+
ui_type: {
|
|
54
|
+
type: string;
|
|
55
|
+
title: string;
|
|
56
|
+
enum: string[];
|
|
57
|
+
description: string;
|
|
58
|
+
};
|
|
59
|
+
title: {
|
|
60
|
+
type: string;
|
|
61
|
+
description: string;
|
|
62
|
+
};
|
|
63
|
+
description: {
|
|
64
|
+
type: string;
|
|
65
|
+
description: string;
|
|
66
|
+
};
|
|
67
|
+
sort_order: {
|
|
68
|
+
type: string;
|
|
69
|
+
description: string;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
minItems: number;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
definitions: {
|
|
77
|
+
entity_field_definition: {
|
|
78
|
+
type: string;
|
|
79
|
+
title: string;
|
|
80
|
+
description: string;
|
|
81
|
+
additionalProperties: boolean;
|
|
82
|
+
required: string[];
|
|
83
|
+
properties: {
|
|
84
|
+
field_name: {
|
|
85
|
+
description: string;
|
|
86
|
+
type: string;
|
|
87
|
+
minLength: number;
|
|
88
|
+
pattern: string;
|
|
89
|
+
};
|
|
90
|
+
field_type: {
|
|
91
|
+
type: string;
|
|
92
|
+
title: string;
|
|
93
|
+
enum: string[];
|
|
94
|
+
description: string;
|
|
95
|
+
};
|
|
96
|
+
ui_type: {
|
|
97
|
+
type: string;
|
|
98
|
+
title: string;
|
|
99
|
+
enum: string[];
|
|
100
|
+
description: string;
|
|
101
|
+
};
|
|
102
|
+
title: {
|
|
103
|
+
type: string;
|
|
104
|
+
description: string;
|
|
105
|
+
};
|
|
106
|
+
description: {
|
|
107
|
+
type: string;
|
|
108
|
+
description: string;
|
|
109
|
+
};
|
|
110
|
+
sort_order: {
|
|
111
|
+
type: string;
|
|
112
|
+
description: string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
export declare const LocalizationServiceDisableCommandSchema: {
|
|
119
|
+
$schema: string;
|
|
120
|
+
type: string;
|
|
121
|
+
title: string;
|
|
122
|
+
description: string;
|
|
123
|
+
additionalProperties: boolean;
|
|
124
|
+
required: string[];
|
|
125
|
+
properties: {
|
|
126
|
+
tenant_id: {
|
|
127
|
+
description: string;
|
|
128
|
+
type: string;
|
|
129
|
+
minLength: number;
|
|
130
|
+
maxLength: number;
|
|
131
|
+
format: string;
|
|
132
|
+
};
|
|
133
|
+
environment_id: {
|
|
134
|
+
description: string;
|
|
135
|
+
type: string;
|
|
136
|
+
minLength: number;
|
|
137
|
+
maxLength: number;
|
|
138
|
+
format: string;
|
|
139
|
+
};
|
|
140
|
+
};
|
|
141
|
+
};
|
|
142
|
+
export declare const LocalizationServiceEnableCommandSchema: {
|
|
143
|
+
$schema: string;
|
|
144
|
+
type: string;
|
|
145
|
+
title: string;
|
|
146
|
+
description: string;
|
|
147
|
+
additionalProperties: boolean;
|
|
148
|
+
required: string[];
|
|
149
|
+
properties: {
|
|
150
|
+
tenant_id: {
|
|
151
|
+
description: string;
|
|
152
|
+
type: string;
|
|
153
|
+
minLength: number;
|
|
154
|
+
maxLength: number;
|
|
155
|
+
format: string;
|
|
156
|
+
};
|
|
157
|
+
environment_id: {
|
|
158
|
+
description: string;
|
|
159
|
+
type: string;
|
|
160
|
+
minLength: number;
|
|
161
|
+
maxLength: number;
|
|
162
|
+
format: string;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/localization/commands/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LocalizationServiceEnableCommandSchema = exports.LocalizationServiceDisableCommandSchema = exports.DeclareEntityDefinitionCommandSchema = void 0;
|
|
4
|
+
const DeclareEntityDefinitionCommand = require("./declare-entity-definition-command.json");
|
|
5
|
+
const LocalizationServiceDisableCommand = require("./localization-service-disable-command.json");
|
|
6
|
+
const LocalizationServiceEnableCommand = require("./localization-service-enable-command.json");
|
|
7
|
+
exports.DeclareEntityDefinitionCommandSchema = DeclareEntityDefinitionCommand;
|
|
8
|
+
exports.LocalizationServiceDisableCommandSchema = LocalizationServiceDisableCommand;
|
|
9
|
+
exports.LocalizationServiceEnableCommandSchema = LocalizationServiceEnableCommand;
|
|
10
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/localization/commands/index.ts"],"names":[],"mappings":";;;AAAA,2FAA2F;AAC3F,iGAAiG;AACjG,+FAA+F;AAElF,QAAA,oCAAoC,GAAG,8BAA8B,CAAC;AACtE,QAAA,uCAAuC,GAAG,iCAAiC,CAAC;AAC5E,QAAA,sCAAsC,GAAG,gCAAgC,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "localization_service_disable_command",
|
|
5
|
+
"description": "Localization service disable command schema.",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"tenant_id",
|
|
9
|
+
"environment_id"
|
|
10
|
+
],
|
|
11
|
+
"properties": {
|
|
12
|
+
"tenant_id": {
|
|
13
|
+
"description": "Tenant ID",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"minLength": 32,
|
|
16
|
+
"maxLength": 36,
|
|
17
|
+
"format": "uuid"
|
|
18
|
+
},
|
|
19
|
+
"environment_id": {
|
|
20
|
+
"description": "Environment ID",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"minLength": 32,
|
|
23
|
+
"maxLength": 36,
|
|
24
|
+
"format": "uuid"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "localization_service_enable_command",
|
|
5
|
+
"description": "Localization service enable command schema.",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"tenant_id",
|
|
9
|
+
"environment_id"
|
|
10
|
+
],
|
|
11
|
+
"properties": {
|
|
12
|
+
"tenant_id": {
|
|
13
|
+
"description": "Tenant ID",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"minLength": 32,
|
|
16
|
+
"maxLength": 36,
|
|
17
|
+
"format": "uuid"
|
|
18
|
+
},
|
|
19
|
+
"environment_id": {
|
|
20
|
+
"description": "Environment ID",
|
|
21
|
+
"type": "string",
|
|
22
|
+
"minLength": 32,
|
|
23
|
+
"maxLength": 36,
|
|
24
|
+
"format": "uuid"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|