@axinom/mosaic-messages 0.6.0-rc.4 → 0.6.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/CHANGELOG.md +10 -0
- package/dist/generated/config/payloads/index.d.ts +1 -0
- package/dist/generated/config/payloads/index.d.ts.map +1 -1
- package/dist/generated/config/payloads/index.js +1 -0
- package/dist/generated/config/payloads/index.js.map +1 -1
- package/dist/generated/config/payloads/personalization/index.d.ts +2 -0
- package/dist/generated/config/payloads/personalization/index.d.ts.map +1 -0
- package/dist/generated/config/payloads/personalization/index.js +14 -0
- package/dist/generated/config/payloads/personalization/index.js.map +1 -0
- package/dist/generated/config/payloads/personalization/personalization-service-messaging-settings.d.ts +16 -0
- package/dist/generated/config/payloads/personalization/personalization-service-messaging-settings.d.ts.map +1 -0
- package/dist/generated/config/payloads/personalization/personalization-service-messaging-settings.js +22 -0
- package/dist/generated/config/payloads/personalization/personalization-service-messaging-settings.js.map +1 -0
- package/dist/generated/schemas/payloads/index.d.ts +1 -0
- package/dist/generated/schemas/payloads/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/index.js +1 -0
- package/dist/generated/schemas/payloads/index.js.map +1 -1
- package/dist/generated/schemas/payloads/personalization/commands/index.d.ts +49 -0
- package/dist/generated/schemas/payloads/personalization/commands/index.d.ts.map +1 -0
- package/dist/generated/schemas/payloads/personalization/commands/index.js +8 -0
- package/dist/generated/schemas/payloads/personalization/commands/index.js.map +1 -0
- package/dist/generated/schemas/payloads/personalization/commands/personalization-service-disable-start-command.json +27 -0
- package/dist/generated/schemas/payloads/personalization/commands/personalization-service-enable-start-command.json +27 -0
- package/dist/generated/schemas/payloads/personalization/events/index.d.ts +105 -0
- package/dist/generated/schemas/payloads/personalization/events/index.d.ts.map +1 -0
- package/dist/generated/schemas/payloads/personalization/events/index.js +12 -0
- package/dist/generated/schemas/payloads/personalization/events/index.js.map +1 -0
- package/dist/generated/schemas/payloads/personalization/events/personalization-service-disable-failed-event.json +32 -0
- package/dist/generated/schemas/payloads/personalization/events/personalization-service-disable-finished-event.json +27 -0
- package/dist/generated/schemas/payloads/personalization/events/personalization-service-enable-failed-event.json +32 -0
- package/dist/generated/schemas/payloads/personalization/events/personalization-service-enable-finished-event.json +27 -0
- package/dist/generated/schemas/payloads/personalization/index.d.ts +3 -0
- package/dist/generated/schemas/payloads/personalization/index.d.ts.map +1 -0
- package/dist/generated/schemas/payloads/personalization/index.js +15 -0
- package/dist/generated/schemas/payloads/personalization/index.js.map +1 -0
- package/dist/generated/types/payloads/index.d.ts +1 -0
- package/dist/generated/types/payloads/index.d.ts.map +1 -1
- package/dist/generated/types/payloads/index.js +1 -0
- package/dist/generated/types/payloads/index.js.map +1 -1
- package/dist/generated/types/payloads/personalization/commands/index.d.ts +11 -0
- package/dist/generated/types/payloads/personalization/commands/index.d.ts.map +1 -0
- package/dist/generated/types/payloads/personalization/commands/index.js +26 -0
- package/dist/generated/types/payloads/personalization/commands/index.js.map +1 -0
- package/dist/generated/types/payloads/personalization/commands/personalization-service-disable-start-command.d.ts +14 -0
- package/dist/generated/types/payloads/personalization/commands/personalization-service-disable-start-command.d.ts.map +1 -0
- package/dist/generated/types/payloads/personalization/commands/personalization-service-disable-start-command.js +3 -0
- package/dist/generated/types/payloads/personalization/commands/personalization-service-disable-start-command.js.map +1 -0
- package/dist/generated/types/payloads/personalization/commands/personalization-service-enable-start-command.d.ts +14 -0
- package/dist/generated/types/payloads/personalization/commands/personalization-service-enable-start-command.d.ts.map +1 -0
- package/dist/generated/types/payloads/personalization/commands/personalization-service-enable-start-command.js +3 -0
- package/dist/generated/types/payloads/personalization/commands/personalization-service-enable-start-command.js.map +1 -0
- package/dist/generated/types/payloads/personalization/events/index.d.ts +17 -0
- package/dist/generated/types/payloads/personalization/events/index.d.ts.map +1 -0
- package/dist/generated/types/payloads/personalization/events/index.js +32 -0
- package/dist/generated/types/payloads/personalization/events/index.js.map +1 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-disable-failed-event.d.ts +18 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-disable-failed-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-disable-failed-event.js +3 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-disable-failed-event.js.map +1 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-disable-finished-event.d.ts +14 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-disable-finished-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-disable-finished-event.js +3 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-disable-finished-event.js.map +1 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-enable-failed-event.d.ts +18 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-enable-failed-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-enable-failed-event.js +3 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-enable-failed-event.js.map +1 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-enable-finished-event.d.ts +14 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-enable-finished-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-enable-finished-event.js +3 -0
- package/dist/generated/types/payloads/personalization/events/personalization-service-enable-finished-event.js.map +1 -0
- package/dist/generated/types/payloads/personalization/index.d.ts +3 -0
- package/dist/generated/types/payloads/personalization/index.d.ts.map +1 -0
- package/dist/generated/types/payloads/personalization/index.js +15 -0
- package/dist/generated/types/payloads/personalization/index.js.map +1 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.6.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.5.0&targetVersion=GT@axinom/mosaic-messages@0.6.0) (2021-11-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* added personalization service codebase ([bf28597](https://dev.azure.com/axinom/CMS/_git/Navy/commit/bf2859768b2855dd2512a39960bba3e40870eb4c))
|
|
12
|
+
* messaging settings are generated from asyncapi documents ([bbdca5d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/bbdca5d421ad2a3e006fac4429c870cfdedfe7b4)), closes [#33347](https://dev.azure.com/axinom/CMS/_workitems/edit/33347)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
6
16
|
## [0.5.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.4.4&targetVersion=GT@axinom/mosaic-messages@0.5.0) (2021-11-11)
|
|
7
17
|
|
|
8
18
|
|
|
@@ -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,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,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,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
@@ -17,6 +17,7 @@ __exportStar(require("./billing"), exports);
|
|
|
17
17
|
__exportStar(require("./id"), exports);
|
|
18
18
|
__exportStar(require("./image"), exports);
|
|
19
19
|
__exportStar(require("./micro-frontend"), exports);
|
|
20
|
+
__exportStar(require("./personalization"), exports);
|
|
20
21
|
__exportStar(require("./portal-service"), exports);
|
|
21
22
|
__exportStar(require("./translation"), exports);
|
|
22
23
|
__exportStar(require("./user"), exports);
|
|
@@ -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,uCAAqB;AACrB,0CAAwB;AACxB,mDAAiC;AACjC,mDAAiC;AACjC,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB"}
|
|
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,uCAAqB;AACrB,0CAAwB;AACxB,mDAAiC;AACjC,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/personalization/index.ts"],"names":[],"mappings":"AAAA,cAAc,8CAA8C,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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("./personalization-service-messaging-settings"), exports);
|
|
14
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/personalization/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+EAA6D"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { MessagingSettings } from '@axinom/mosaic-message-bus-abstractions';
|
|
2
|
+
export declare class PersonalizationServiceMessagingSettings implements MessagingSettings {
|
|
3
|
+
readonly messageType: string;
|
|
4
|
+
readonly queue: string;
|
|
5
|
+
readonly routingKey: string;
|
|
6
|
+
static PersonalizationServiceEnableStart: PersonalizationServiceMessagingSettings;
|
|
7
|
+
static PersonalizationServiceDisableStart: PersonalizationServiceMessagingSettings;
|
|
8
|
+
static PersonalizationServiceEnableFinished: PersonalizationServiceMessagingSettings;
|
|
9
|
+
static PersonalizationServiceEnableFailed: PersonalizationServiceMessagingSettings;
|
|
10
|
+
static PersonalizationServiceDisableFinished: PersonalizationServiceMessagingSettings;
|
|
11
|
+
static PersonalizationServiceDisableFailed: PersonalizationServiceMessagingSettings;
|
|
12
|
+
readonly serviceId = "ax-personalization-service";
|
|
13
|
+
private constructor();
|
|
14
|
+
toString: () => string;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=personalization-service-messaging-settings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-messaging-settings.d.ts","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/personalization/personalization-service-messaging-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE5E,qBAAa,uCAAwC,YAAW,iBAAiB;aAmC7D,WAAW,EAAE,MAAM;aACnB,KAAK,EAAE,MAAM;aACb,UAAU,EAAE,MAAM;IApCpC,OAAc,iCAAiC,0CAI3C;IACJ,OAAc,kCAAkC,0CAI5C;IACJ,OAAc,oCAAoC,0CAI9C;IACJ,OAAc,kCAAkC,0CAI5C;IACJ,OAAc,qCAAqC,0CAI/C;IACJ,OAAc,mCAAmC,0CAI7C;IAEJ,SAAgB,SAAS,gCAAgC;IAEzD,OAAO;IAQA,QAAQ,QAAO,MAAM,CAE1B;CACH"}
|
package/dist/generated/config/payloads/personalization/personalization-service-messaging-settings.js
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PersonalizationServiceMessagingSettings = void 0;
|
|
4
|
+
class PersonalizationServiceMessagingSettings {
|
|
5
|
+
constructor(messageType, queue, routingKey) {
|
|
6
|
+
this.messageType = messageType;
|
|
7
|
+
this.queue = queue;
|
|
8
|
+
this.routingKey = routingKey;
|
|
9
|
+
this.serviceId = 'ax-personalization-service';
|
|
10
|
+
this.toString = () => {
|
|
11
|
+
return this.messageType;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
exports.PersonalizationServiceMessagingSettings = PersonalizationServiceMessagingSettings;
|
|
16
|
+
PersonalizationServiceMessagingSettings.PersonalizationServiceEnableStart = new PersonalizationServiceMessagingSettings('PersonalizationServiceEnableStart', 'personalization_service_enable:start', 'personalization_service_enable.start');
|
|
17
|
+
PersonalizationServiceMessagingSettings.PersonalizationServiceDisableStart = new PersonalizationServiceMessagingSettings('PersonalizationServiceDisableStart', 'personalization_service_disable:start', 'personalization_service_disable.start');
|
|
18
|
+
PersonalizationServiceMessagingSettings.PersonalizationServiceEnableFinished = new PersonalizationServiceMessagingSettings('PersonalizationServiceEnableFinished', 'personalization_service_enable:finished', 'personalization_service_enable.finished');
|
|
19
|
+
PersonalizationServiceMessagingSettings.PersonalizationServiceEnableFailed = new PersonalizationServiceMessagingSettings('PersonalizationServiceEnableFailed', 'personalization_service_enable:failed', 'personalization_service_enable.failed');
|
|
20
|
+
PersonalizationServiceMessagingSettings.PersonalizationServiceDisableFinished = new PersonalizationServiceMessagingSettings('PersonalizationServiceDisableFinished', 'personalization_service_disable:finished', 'personalization_service_disable.finished');
|
|
21
|
+
PersonalizationServiceMessagingSettings.PersonalizationServiceDisableFailed = new PersonalizationServiceMessagingSettings('PersonalizationServiceDisableFailed', 'personalization_service_disable:failed', 'personalization_service_disable.failed');
|
|
22
|
+
//# sourceMappingURL=personalization-service-messaging-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-messaging-settings.js","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/personalization/personalization-service-messaging-settings.ts"],"names":[],"mappings":";;;AAEA,MAAa,uCAAuC;IAkClD,YACkB,WAAmB,EACnB,KAAa,EACb,UAAkB;QAFlB,gBAAW,GAAX,WAAW,CAAQ;QACnB,UAAK,GAAL,KAAK,CAAQ;QACb,eAAU,GAAV,UAAU,CAAQ;QALpB,cAAS,GAAG,4BAA4B,CAAC;QAUlD,aAAQ,GAAG,GAAW,EAAE;YAC7B,OAAO,IAAI,CAAC,WAAW,CAAC;QAC1B,CAAC,CAAC;IAJF,CAAC;;AAxCH,0FA6CC;AA5Ce,yEAAiC,GAAG,IAAI,uCAAuC,CAC3F,mCAAmC,EACnC,sCAAsC,EACtC,sCAAsC,CACrC,CAAC;AACU,0EAAkC,GAAG,IAAI,uCAAuC,CAC5F,oCAAoC,EACpC,uCAAuC,EACvC,uCAAuC,CACtC,CAAC;AACU,4EAAoC,GAAG,IAAI,uCAAuC,CAC9F,sCAAsC,EACtC,yCAAyC,EACzC,yCAAyC,CACxC,CAAC;AACU,0EAAkC,GAAG,IAAI,uCAAuC,CAC5F,oCAAoC,EACpC,uCAAuC,EACvC,uCAAuC,CACtC,CAAC;AACU,6EAAqC,GAAG,IAAI,uCAAuC,CAC/F,uCAAuC,EACvC,0CAA0C,EAC1C,0CAA0C,CACzC,CAAC;AACU,2EAAmC,GAAG,IAAI,uCAAuC,CAC7F,qCAAqC,EACrC,wCAAwC,EACxC,wCAAwC,CACvC,CAAC"}
|
|
@@ -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,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,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,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
@@ -17,6 +17,7 @@ __exportStar(require("./billing"), exports);
|
|
|
17
17
|
__exportStar(require("./id"), exports);
|
|
18
18
|
__exportStar(require("./image"), exports);
|
|
19
19
|
__exportStar(require("./micro-frontend"), exports);
|
|
20
|
+
__exportStar(require("./personalization"), exports);
|
|
20
21
|
__exportStar(require("./portal-service"), exports);
|
|
21
22
|
__exportStar(require("./translation"), exports);
|
|
22
23
|
__exportStar(require("./user"), exports);
|
|
@@ -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,uCAAqB;AACrB,0CAAwB;AACxB,mDAAiC;AACjC,mDAAiC;AACjC,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB"}
|
|
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,uCAAqB;AACrB,0CAAwB;AACxB,mDAAiC;AACjC,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export declare const PersonalizationServiceDisableStartCommandSchema: {
|
|
2
|
+
$schema: string;
|
|
3
|
+
type: string;
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
additionalProperties: boolean;
|
|
7
|
+
required: string[];
|
|
8
|
+
properties: {
|
|
9
|
+
tenant_id: {
|
|
10
|
+
description: string;
|
|
11
|
+
type: string;
|
|
12
|
+
minLength: number;
|
|
13
|
+
maxLength: number;
|
|
14
|
+
format: string;
|
|
15
|
+
};
|
|
16
|
+
environment_id: {
|
|
17
|
+
description: string;
|
|
18
|
+
type: string;
|
|
19
|
+
minLength: number;
|
|
20
|
+
maxLength: number;
|
|
21
|
+
format: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export declare const PersonalizationServiceEnableStartCommandSchema: {
|
|
26
|
+
$schema: string;
|
|
27
|
+
type: string;
|
|
28
|
+
title: string;
|
|
29
|
+
description: string;
|
|
30
|
+
additionalProperties: boolean;
|
|
31
|
+
required: string[];
|
|
32
|
+
properties: {
|
|
33
|
+
tenant_id: {
|
|
34
|
+
description: string;
|
|
35
|
+
type: string;
|
|
36
|
+
minLength: number;
|
|
37
|
+
maxLength: number;
|
|
38
|
+
format: string;
|
|
39
|
+
};
|
|
40
|
+
environment_id: {
|
|
41
|
+
description: string;
|
|
42
|
+
type: string;
|
|
43
|
+
minLength: number;
|
|
44
|
+
maxLength: number;
|
|
45
|
+
format: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/personalization/commands/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC;AACzG,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PersonalizationServiceEnableStartCommandSchema = exports.PersonalizationServiceDisableStartCommandSchema = void 0;
|
|
4
|
+
const PersonalizationServiceDisableStartCommand = require("./personalization-service-disable-start-command.json");
|
|
5
|
+
const PersonalizationServiceEnableStartCommand = require("./personalization-service-enable-start-command.json");
|
|
6
|
+
exports.PersonalizationServiceDisableStartCommandSchema = PersonalizationServiceDisableStartCommand;
|
|
7
|
+
exports.PersonalizationServiceEnableStartCommandSchema = PersonalizationServiceEnableStartCommand;
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/personalization/commands/index.ts"],"names":[],"mappings":";;;AAAA,kHAAkH;AAClH,gHAAgH;AAEnG,QAAA,+CAA+C,GAAG,yCAAyC,CAAC;AAC5F,QAAA,8CAA8C,GAAG,wCAAwC,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "personalization_service_disable_start_command",
|
|
5
|
+
"description": "Personalization Service disable start 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-04/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "personalization_service_enable_start_command",
|
|
5
|
+
"description": "Personalization Service enable start 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,105 @@
|
|
|
1
|
+
export declare const PersonalizationServiceDisableFailedEventSchema: {
|
|
2
|
+
$schema: string;
|
|
3
|
+
type: string;
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
additionalProperties: boolean;
|
|
7
|
+
required: string[];
|
|
8
|
+
properties: {
|
|
9
|
+
tenant_id: {
|
|
10
|
+
description: string;
|
|
11
|
+
type: string;
|
|
12
|
+
minLength: number;
|
|
13
|
+
maxLength: number;
|
|
14
|
+
format: string;
|
|
15
|
+
};
|
|
16
|
+
environment_id: {
|
|
17
|
+
description: string;
|
|
18
|
+
type: string;
|
|
19
|
+
minLength: number;
|
|
20
|
+
maxLength: number;
|
|
21
|
+
format: string;
|
|
22
|
+
};
|
|
23
|
+
error_message: {
|
|
24
|
+
type: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export declare const PersonalizationServiceDisableFinishedEventSchema: {
|
|
30
|
+
$schema: string;
|
|
31
|
+
type: string;
|
|
32
|
+
title: string;
|
|
33
|
+
description: string;
|
|
34
|
+
additionalProperties: boolean;
|
|
35
|
+
required: string[];
|
|
36
|
+
properties: {
|
|
37
|
+
tenant_id: {
|
|
38
|
+
description: string;
|
|
39
|
+
type: string;
|
|
40
|
+
minLength: number;
|
|
41
|
+
maxLength: number;
|
|
42
|
+
format: string;
|
|
43
|
+
};
|
|
44
|
+
environment_id: {
|
|
45
|
+
description: string;
|
|
46
|
+
type: string;
|
|
47
|
+
minLength: number;
|
|
48
|
+
maxLength: number;
|
|
49
|
+
format: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
export declare const PersonalizationServiceEnableFailedEventSchema: {
|
|
54
|
+
$schema: string;
|
|
55
|
+
type: string;
|
|
56
|
+
title: string;
|
|
57
|
+
description: string;
|
|
58
|
+
additionalProperties: boolean;
|
|
59
|
+
required: string[];
|
|
60
|
+
properties: {
|
|
61
|
+
tenant_id: {
|
|
62
|
+
description: string;
|
|
63
|
+
type: string;
|
|
64
|
+
minLength: number;
|
|
65
|
+
maxLength: number;
|
|
66
|
+
format: string;
|
|
67
|
+
};
|
|
68
|
+
environment_id: {
|
|
69
|
+
description: string;
|
|
70
|
+
type: string;
|
|
71
|
+
minLength: number;
|
|
72
|
+
maxLength: number;
|
|
73
|
+
format: string;
|
|
74
|
+
};
|
|
75
|
+
error_message: {
|
|
76
|
+
type: string;
|
|
77
|
+
description: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
export declare const PersonalizationServiceEnableFinishedEventSchema: {
|
|
82
|
+
$schema: string;
|
|
83
|
+
type: string;
|
|
84
|
+
title: string;
|
|
85
|
+
description: string;
|
|
86
|
+
additionalProperties: boolean;
|
|
87
|
+
required: string[];
|
|
88
|
+
properties: {
|
|
89
|
+
tenant_id: {
|
|
90
|
+
description: string;
|
|
91
|
+
type: string;
|
|
92
|
+
minLength: number;
|
|
93
|
+
maxLength: number;
|
|
94
|
+
format: string;
|
|
95
|
+
};
|
|
96
|
+
environment_id: {
|
|
97
|
+
description: string;
|
|
98
|
+
type: string;
|
|
99
|
+
minLength: number;
|
|
100
|
+
maxLength: number;
|
|
101
|
+
format: string;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/personalization/events/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,8CAA8C;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAC;AACvG,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAC;AAC3G,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAC;AACrG,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PersonalizationServiceEnableFinishedEventSchema = exports.PersonalizationServiceEnableFailedEventSchema = exports.PersonalizationServiceDisableFinishedEventSchema = exports.PersonalizationServiceDisableFailedEventSchema = void 0;
|
|
4
|
+
const PersonalizationServiceDisableFailedEvent = require("./personalization-service-disable-failed-event.json");
|
|
5
|
+
const PersonalizationServiceDisableFinishedEvent = require("./personalization-service-disable-finished-event.json");
|
|
6
|
+
const PersonalizationServiceEnableFailedEvent = require("./personalization-service-enable-failed-event.json");
|
|
7
|
+
const PersonalizationServiceEnableFinishedEvent = require("./personalization-service-enable-finished-event.json");
|
|
8
|
+
exports.PersonalizationServiceDisableFailedEventSchema = PersonalizationServiceDisableFailedEvent;
|
|
9
|
+
exports.PersonalizationServiceDisableFinishedEventSchema = PersonalizationServiceDisableFinishedEvent;
|
|
10
|
+
exports.PersonalizationServiceEnableFailedEventSchema = PersonalizationServiceEnableFailedEvent;
|
|
11
|
+
exports.PersonalizationServiceEnableFinishedEventSchema = PersonalizationServiceEnableFinishedEvent;
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/personalization/events/index.ts"],"names":[],"mappings":";;;AAAA,gHAAgH;AAChH,oHAAoH;AACpH,8GAA8G;AAC9G,kHAAkH;AAErG,QAAA,8CAA8C,GAAG,wCAAwC,CAAC;AAC1F,QAAA,gDAAgD,GAAG,0CAA0C,CAAC;AAC9F,QAAA,6CAA6C,GAAG,uCAAuC,CAAC;AACxF,QAAA,+CAA+C,GAAG,yCAAyC,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "personalization_service_disable_failed_event",
|
|
5
|
+
"description": "Personalization Service disable failed event schema",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"tenant_id",
|
|
9
|
+
"environment_id",
|
|
10
|
+
"error_message"
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"tenant_id": {
|
|
14
|
+
"description": "Tenant ID",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"minLength": 32,
|
|
17
|
+
"maxLength": 36,
|
|
18
|
+
"format": "uuid"
|
|
19
|
+
},
|
|
20
|
+
"environment_id": {
|
|
21
|
+
"description": "Environment ID",
|
|
22
|
+
"type": "string",
|
|
23
|
+
"minLength": 32,
|
|
24
|
+
"maxLength": 36,
|
|
25
|
+
"format": "uuid"
|
|
26
|
+
},
|
|
27
|
+
"error_message": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"description": "Error message"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "personalization_service_disable_finished_event",
|
|
5
|
+
"description": "Personalization Service disable finished event 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,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "personalization_service_enable_failed_event",
|
|
5
|
+
"description": "Personalization Service enable failed event schema",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"tenant_id",
|
|
9
|
+
"environment_id",
|
|
10
|
+
"error_message"
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"tenant_id": {
|
|
14
|
+
"description": "Tenant ID",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"minLength": 32,
|
|
17
|
+
"maxLength": 36,
|
|
18
|
+
"format": "uuid"
|
|
19
|
+
},
|
|
20
|
+
"environment_id": {
|
|
21
|
+
"description": "Environment ID",
|
|
22
|
+
"type": "string",
|
|
23
|
+
"minLength": 32,
|
|
24
|
+
"maxLength": 36,
|
|
25
|
+
"format": "uuid"
|
|
26
|
+
},
|
|
27
|
+
"error_message": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"description": "Error message"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "personalization_service_enable_finished_event",
|
|
5
|
+
"description": "Personalization Service enable finished event 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 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/schemas/payloads/personalization/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,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("./commands"), exports);
|
|
14
|
+
__exportStar(require("./events"), exports);
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/schemas/payloads/personalization/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA2B;AAC3B,2CAAyB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/types/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/types/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
@@ -17,6 +17,7 @@ __exportStar(require("./billing"), exports);
|
|
|
17
17
|
__exportStar(require("./id"), exports);
|
|
18
18
|
__exportStar(require("./image"), exports);
|
|
19
19
|
__exportStar(require("./micro-frontend"), exports);
|
|
20
|
+
__exportStar(require("./personalization"), exports);
|
|
20
21
|
__exportStar(require("./portal-service"), exports);
|
|
21
22
|
__exportStar(require("./translation"), exports);
|
|
22
23
|
__exportStar(require("./user"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/types/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,mDAAiC;AACjC,mDAAiC;AACjC,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/types/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,mDAAiC;AACjC,oDAAkC;AAClC,mDAAiC;AACjC,gDAA8B;AAC9B,yCAAuB;AACvB,0CAAwB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './personalization-service-disable-start-command';
|
|
2
|
+
export * from './personalization-service-enable-start-command';
|
|
3
|
+
export declare enum PersonalizationCommandsSchemas {
|
|
4
|
+
PersonalizationServiceDisableStartCommand = "payloads/personalization/commands/personalization-service-disable-start-command.json",
|
|
5
|
+
PersonalizationServiceEnableStartCommand = "payloads/personalization/commands/personalization-service-enable-start-command.json"
|
|
6
|
+
}
|
|
7
|
+
export declare enum PersonalizationCommandsTypes {
|
|
8
|
+
PersonalizationServiceDisableStartCommand = "PersonalizationServiceDisableStartCommand",
|
|
9
|
+
PersonalizationServiceEnableStartCommand = "PersonalizationServiceEnableStartCommand"
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/commands/index.ts"],"names":[],"mappings":"AAAA,cAAc,iDAAiD,CAAC;AAChE,cAAc,gDAAgD,CAAC;AAE/D,oBAAY,8BAA8B;IACxC,yCAAyC,yFAAyF;IAClI,wCAAwC,wFAAwF;CACjI;AAED,oBAAY,4BAA4B;IACtC,yCAAyC,8CAA8C;IACvF,wCAAwC,6CAA6C;CACtF"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
exports.PersonalizationCommandsTypes = exports.PersonalizationCommandsSchemas = void 0;
|
|
14
|
+
__exportStar(require("./personalization-service-disable-start-command"), exports);
|
|
15
|
+
__exportStar(require("./personalization-service-enable-start-command"), exports);
|
|
16
|
+
var PersonalizationCommandsSchemas;
|
|
17
|
+
(function (PersonalizationCommandsSchemas) {
|
|
18
|
+
PersonalizationCommandsSchemas["PersonalizationServiceDisableStartCommand"] = "payloads/personalization/commands/personalization-service-disable-start-command.json";
|
|
19
|
+
PersonalizationCommandsSchemas["PersonalizationServiceEnableStartCommand"] = "payloads/personalization/commands/personalization-service-enable-start-command.json";
|
|
20
|
+
})(PersonalizationCommandsSchemas = exports.PersonalizationCommandsSchemas || (exports.PersonalizationCommandsSchemas = {}));
|
|
21
|
+
var PersonalizationCommandsTypes;
|
|
22
|
+
(function (PersonalizationCommandsTypes) {
|
|
23
|
+
PersonalizationCommandsTypes["PersonalizationServiceDisableStartCommand"] = "PersonalizationServiceDisableStartCommand";
|
|
24
|
+
PersonalizationCommandsTypes["PersonalizationServiceEnableStartCommand"] = "PersonalizationServiceEnableStartCommand";
|
|
25
|
+
})(PersonalizationCommandsTypes = exports.PersonalizationCommandsTypes || (exports.PersonalizationCommandsTypes = {}));
|
|
26
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/commands/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,kFAAgE;AAChE,iFAA+D;AAE/D,IAAY,8BAGX;AAHD,WAAY,8BAA8B;IACxC,oKAAkI,CAAA;IAClI,kKAAgI,CAAA;AAClI,CAAC,EAHW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAGzC;AAED,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACtC,uHAAuF,CAAA;IACvF,qHAAqF,CAAA;AACvF,CAAC,EAHW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAGvC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Personalization Service disable start command schema
|
|
3
|
+
*/
|
|
4
|
+
export interface PersonalizationServiceDisableStartCommand {
|
|
5
|
+
/**
|
|
6
|
+
* Tenant ID
|
|
7
|
+
*/
|
|
8
|
+
tenant_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* Environment ID
|
|
11
|
+
*/
|
|
12
|
+
environment_id: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=personalization-service-disable-start-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-disable-start-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/commands/personalization-service-disable-start-command.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACxD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-disable-start-command.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/commands/personalization-service-disable-start-command.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Personalization Service enable start command schema
|
|
3
|
+
*/
|
|
4
|
+
export interface PersonalizationServiceEnableStartCommand {
|
|
5
|
+
/**
|
|
6
|
+
* Tenant ID
|
|
7
|
+
*/
|
|
8
|
+
tenant_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* Environment ID
|
|
11
|
+
*/
|
|
12
|
+
environment_id: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=personalization-service-enable-start-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-enable-start-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/commands/personalization-service-enable-start-command.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACvD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-enable-start-command.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/commands/personalization-service-enable-start-command.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * from './personalization-service-disable-failed-event';
|
|
2
|
+
export * from './personalization-service-disable-finished-event';
|
|
3
|
+
export * from './personalization-service-enable-failed-event';
|
|
4
|
+
export * from './personalization-service-enable-finished-event';
|
|
5
|
+
export declare enum PersonalizationEventsSchemas {
|
|
6
|
+
PersonalizationServiceDisableFailedEvent = "payloads/personalization/events/personalization-service-disable-failed-event.json",
|
|
7
|
+
PersonalizationServiceDisableFinishedEvent = "payloads/personalization/events/personalization-service-disable-finished-event.json",
|
|
8
|
+
PersonalizationServiceEnableFailedEvent = "payloads/personalization/events/personalization-service-enable-failed-event.json",
|
|
9
|
+
PersonalizationServiceEnableFinishedEvent = "payloads/personalization/events/personalization-service-enable-finished-event.json"
|
|
10
|
+
}
|
|
11
|
+
export declare enum PersonalizationEventsTypes {
|
|
12
|
+
PersonalizationServiceDisableFailedEvent = "PersonalizationServiceDisableFailedEvent",
|
|
13
|
+
PersonalizationServiceDisableFinishedEvent = "PersonalizationServiceDisableFinishedEvent",
|
|
14
|
+
PersonalizationServiceEnableFailedEvent = "PersonalizationServiceEnableFailedEvent",
|
|
15
|
+
PersonalizationServiceEnableFinishedEvent = "PersonalizationServiceEnableFinishedEvent"
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/events/index.ts"],"names":[],"mappings":"AAAA,cAAc,gDAAgD,CAAC;AAC/D,cAAc,kDAAkD,CAAC;AACjE,cAAc,+CAA+C,CAAC;AAC9D,cAAc,iDAAiD,CAAC;AAEhE,oBAAY,4BAA4B;IACtC,wCAAwC,sFAAsF;IAC9H,0CAA0C,wFAAwF;IAClI,uCAAuC,qFAAqF;IAC5H,yCAAyC,uFAAuF;CACjI;AAED,oBAAY,0BAA0B;IACpC,wCAAwC,6CAA6C;IACrF,0CAA0C,+CAA+C;IACzF,uCAAuC,4CAA4C;IACnF,yCAAyC,8CAA8C;CACxF"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
exports.PersonalizationEventsTypes = exports.PersonalizationEventsSchemas = void 0;
|
|
14
|
+
__exportStar(require("./personalization-service-disable-failed-event"), exports);
|
|
15
|
+
__exportStar(require("./personalization-service-disable-finished-event"), exports);
|
|
16
|
+
__exportStar(require("./personalization-service-enable-failed-event"), exports);
|
|
17
|
+
__exportStar(require("./personalization-service-enable-finished-event"), exports);
|
|
18
|
+
var PersonalizationEventsSchemas;
|
|
19
|
+
(function (PersonalizationEventsSchemas) {
|
|
20
|
+
PersonalizationEventsSchemas["PersonalizationServiceDisableFailedEvent"] = "payloads/personalization/events/personalization-service-disable-failed-event.json";
|
|
21
|
+
PersonalizationEventsSchemas["PersonalizationServiceDisableFinishedEvent"] = "payloads/personalization/events/personalization-service-disable-finished-event.json";
|
|
22
|
+
PersonalizationEventsSchemas["PersonalizationServiceEnableFailedEvent"] = "payloads/personalization/events/personalization-service-enable-failed-event.json";
|
|
23
|
+
PersonalizationEventsSchemas["PersonalizationServiceEnableFinishedEvent"] = "payloads/personalization/events/personalization-service-enable-finished-event.json";
|
|
24
|
+
})(PersonalizationEventsSchemas = exports.PersonalizationEventsSchemas || (exports.PersonalizationEventsSchemas = {}));
|
|
25
|
+
var PersonalizationEventsTypes;
|
|
26
|
+
(function (PersonalizationEventsTypes) {
|
|
27
|
+
PersonalizationEventsTypes["PersonalizationServiceDisableFailedEvent"] = "PersonalizationServiceDisableFailedEvent";
|
|
28
|
+
PersonalizationEventsTypes["PersonalizationServiceDisableFinishedEvent"] = "PersonalizationServiceDisableFinishedEvent";
|
|
29
|
+
PersonalizationEventsTypes["PersonalizationServiceEnableFailedEvent"] = "PersonalizationServiceEnableFailedEvent";
|
|
30
|
+
PersonalizationEventsTypes["PersonalizationServiceEnableFinishedEvent"] = "PersonalizationServiceEnableFinishedEvent";
|
|
31
|
+
})(PersonalizationEventsTypes = exports.PersonalizationEventsTypes || (exports.PersonalizationEventsTypes = {}));
|
|
32
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,iFAA+D;AAC/D,mFAAiE;AACjE,gFAA8D;AAC9D,kFAAgE;AAEhE,IAAY,4BAKX;AALD,WAAY,4BAA4B;IACtC,8JAA8H,CAAA;IAC9H,kKAAkI,CAAA;IAClI,4JAA4H,CAAA;IAC5H,gKAAgI,CAAA;AAClI,CAAC,EALW,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAKvC;AAED,IAAY,0BAKX;AALD,WAAY,0BAA0B;IACpC,mHAAqF,CAAA;IACrF,uHAAyF,CAAA;IACzF,iHAAmF,CAAA;IACnF,qHAAuF,CAAA;AACzF,CAAC,EALW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAKrC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Personalization Service disable failed event schema
|
|
3
|
+
*/
|
|
4
|
+
export interface PersonalizationServiceDisableFailedEvent {
|
|
5
|
+
/**
|
|
6
|
+
* Tenant ID
|
|
7
|
+
*/
|
|
8
|
+
tenant_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* Environment ID
|
|
11
|
+
*/
|
|
12
|
+
environment_id: string;
|
|
13
|
+
/**
|
|
14
|
+
* Error message
|
|
15
|
+
*/
|
|
16
|
+
error_message: string;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=personalization-service-disable-failed-event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-disable-failed-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/events/personalization-service-disable-failed-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACvD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-disable-failed-event.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/events/personalization-service-disable-failed-event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Personalization Service disable finished event schema
|
|
3
|
+
*/
|
|
4
|
+
export interface PersonalizationServiceDisableFinishedEvent {
|
|
5
|
+
/**
|
|
6
|
+
* Tenant ID
|
|
7
|
+
*/
|
|
8
|
+
tenant_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* Environment ID
|
|
11
|
+
*/
|
|
12
|
+
environment_id: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=personalization-service-disable-finished-event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-disable-finished-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/events/personalization-service-disable-finished-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,0CAA0C;IACzD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-disable-finished-event.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/events/personalization-service-disable-finished-event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Personalization Service enable failed event schema
|
|
3
|
+
*/
|
|
4
|
+
export interface PersonalizationServiceEnableFailedEvent {
|
|
5
|
+
/**
|
|
6
|
+
* Tenant ID
|
|
7
|
+
*/
|
|
8
|
+
tenant_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* Environment ID
|
|
11
|
+
*/
|
|
12
|
+
environment_id: string;
|
|
13
|
+
/**
|
|
14
|
+
* Error message
|
|
15
|
+
*/
|
|
16
|
+
error_message: string;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=personalization-service-enable-failed-event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-enable-failed-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/events/personalization-service-enable-failed-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,uCAAuC;IACtD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-enable-failed-event.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/events/personalization-service-enable-failed-event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Personalization Service enable finished event schema
|
|
3
|
+
*/
|
|
4
|
+
export interface PersonalizationServiceEnableFinishedEvent {
|
|
5
|
+
/**
|
|
6
|
+
* Tenant ID
|
|
7
|
+
*/
|
|
8
|
+
tenant_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* Environment ID
|
|
11
|
+
*/
|
|
12
|
+
environment_id: string;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=personalization-service-enable-finished-event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-enable-finished-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/events/personalization-service-enable-finished-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACxD;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"personalization-service-enable-finished-event.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/personalization/events/personalization-service-enable-finished-event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/types/payloads/personalization/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,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("./commands"), exports);
|
|
14
|
+
__exportStar(require("./events"), exports);
|
|
15
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/types/payloads/personalization/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA2B;AAC3B,2CAAyB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-messages",
|
|
3
|
-
"version": "0.6.0
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Shared types for Axinom Mosaic service messages",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"start:dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@axinom/mosaic-cli": "^0.5.0
|
|
31
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.1.1
|
|
30
|
+
"@axinom/mosaic-cli": "^0.5.0",
|
|
31
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.1.1",
|
|
32
32
|
"@types/glob": "^7.1.3",
|
|
33
33
|
"concurrently": "^5.3.0",
|
|
34
34
|
"rimraf": "^3.0.2",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "9ae48a617c4a8214f186463423b56678ffd98f94"
|
|
44
44
|
}
|