@axinom/mosaic-messages 0.36.0-rc.3 → 0.36.0-rc.5
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/localization/localization-service-multi-tenant-messaging-settings.d.ts +2 -0
- package/dist/generated/config/payloads/localization/localization-service-multi-tenant-messaging-settings.d.ts.map +1 -1
- package/dist/generated/config/payloads/localization/localization-service-multi-tenant-messaging-settings.js +2 -0
- package/dist/generated/config/payloads/localization/localization-service-multi-tenant-messaging-settings.js.map +1 -1
- package/dist/generated/schemas/payloads/localization/events/entity-definition-declare-failed-event.json +1 -1
- package/dist/generated/schemas/payloads/localization/events/entity-definition-delete-failed-event.json +1 -1
- package/dist/generated/schemas/payloads/localization/events/index.d.ts +60 -0
- package/dist/generated/schemas/payloads/localization/events/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/localization/events/index.js +5 -1
- package/dist/generated/schemas/payloads/localization/events/index.js.map +1 -1
- package/dist/generated/schemas/payloads/localization/events/localization-service-disable-failed-event.json +1 -1
- package/dist/generated/schemas/payloads/localization/events/localization-service-enable-failed-event.json +1 -1
- package/dist/generated/schemas/payloads/localization/events/localize-entity-failed-event.json +1 -1
- package/dist/generated/schemas/payloads/localization/events/upsert-localization-source-entity-failed-event.json +37 -0
- package/dist/generated/schemas/payloads/localization/events/upsert-localization-source-entity-finished-event.json +32 -0
- package/dist/generated/types/payloads/localization/events/entity-definition-declare-failed-event.d.ts +1 -1
- package/dist/generated/types/payloads/localization/events/entity-definition-delete-failed-event.d.ts +1 -1
- package/dist/generated/types/payloads/localization/events/index.d.ts +8 -2
- package/dist/generated/types/payloads/localization/events/index.d.ts.map +1 -1
- package/dist/generated/types/payloads/localization/events/index.js +6 -0
- package/dist/generated/types/payloads/localization/events/index.js.map +1 -1
- package/dist/generated/types/payloads/localization/events/localization-service-disable-failed-event.d.ts +1 -1
- package/dist/generated/types/payloads/localization/events/localization-service-enable-failed-event.d.ts +1 -1
- package/dist/generated/types/payloads/localization/events/localize-entity-failed-event.d.ts +1 -1
- package/dist/generated/types/payloads/localization/events/upsert-localization-source-entity-failed-event.d.ts +22 -0
- package/dist/generated/types/payloads/localization/events/upsert-localization-source-entity-failed-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/localization/events/upsert-localization-source-entity-failed-event.js +3 -0
- package/dist/generated/types/payloads/localization/events/upsert-localization-source-entity-failed-event.js.map +1 -0
- package/dist/generated/types/payloads/localization/events/upsert-localization-source-entity-finished-event.d.ts +18 -0
- package/dist/generated/types/payloads/localization/events/upsert-localization-source-entity-finished-event.d.ts.map +1 -0
- package/dist/generated/types/payloads/localization/events/upsert-localization-source-entity-finished-event.js +3 -0
- package/dist/generated/types/payloads/localization/events/upsert-localization-source-entity-finished-event.js.map +1 -0
- package/package.json +4 -4
- package/src/generated/config/payloads/localization/localization-service-multi-tenant-messaging-settings.ts +14 -0
- package/src/generated/schemas/payloads/localization/events/entity-definition-declare-failed-event.json +1 -1
- package/src/generated/schemas/payloads/localization/events/entity-definition-delete-failed-event.json +1 -1
- package/src/generated/schemas/payloads/localization/events/index.ts +5 -1
- package/src/generated/schemas/payloads/localization/events/localization-service-disable-failed-event.json +1 -1
- package/src/generated/schemas/payloads/localization/events/localization-service-enable-failed-event.json +1 -1
- package/src/generated/schemas/payloads/localization/events/localize-entity-failed-event.json +1 -1
- package/src/generated/schemas/payloads/localization/events/upsert-localization-source-entity-failed-event.json +37 -0
- package/src/generated/schemas/payloads/localization/events/upsert-localization-source-entity-finished-event.json +32 -0
- package/src/generated/types/payloads/localization/events/entity-definition-declare-failed-event.ts +1 -1
- package/src/generated/types/payloads/localization/events/entity-definition-delete-failed-event.ts +1 -1
- package/src/generated/types/payloads/localization/events/index.ts +8 -2
- package/src/generated/types/payloads/localization/events/localization-service-disable-failed-event.ts +1 -1
- package/src/generated/types/payloads/localization/events/localization-service-enable-failed-event.ts +1 -1
- package/src/generated/types/payloads/localization/events/localize-entity-failed-event.ts +1 -1
- package/src/generated/types/payloads/localization/events/upsert-localization-source-entity-failed-event.ts +21 -0
- package/src/generated/types/payloads/localization/events/upsert-localization-source-entity-finished-event.ts +17 -0
|
@@ -7,6 +7,8 @@ export declare class LocalizationServiceMultiTenantMessagingSettings extends Mul
|
|
|
7
7
|
static DeleteLocalizationSourceEntity: LocalizationServiceMultiTenantMessagingSettings;
|
|
8
8
|
static LocalizeEntityFinished: LocalizationServiceMultiTenantMessagingSettings;
|
|
9
9
|
static LocalizeEntityFailed: LocalizationServiceMultiTenantMessagingSettings;
|
|
10
|
+
static UpsertLocalizationSourceEntityFinished: LocalizationServiceMultiTenantMessagingSettings;
|
|
11
|
+
static UpsertLocalizationSourceEntityFailed: LocalizationServiceMultiTenantMessagingSettings;
|
|
10
12
|
static EntityDefinitionDeclareFinished: LocalizationServiceMultiTenantMessagingSettings;
|
|
11
13
|
static EntityDefinitionDeclareFailed: LocalizationServiceMultiTenantMessagingSettings;
|
|
12
14
|
static EntityDefinitionDeleteFinished: LocalizationServiceMultiTenantMessagingSettings;
|
|
@@ -1 +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;IAC/F,OAAc,uBAAuB,kDAMjC;IACJ,OAAc,sBAAsB,kDAMhC;IACJ,OAAc,8BAA8B,kDAMxC;IACJ,OAAc,cAAc,kDAMxB;IACJ,OAAc,8BAA8B,kDAMxC;IACJ,OAAc,sBAAsB,kDAMhC;IACJ,OAAc,oBAAoB,kDAM9B;IACJ,OAAc,+BAA+B,kDAMzC;IACJ,OAAc,6BAA6B,kDAMvC;IACJ,OAAc,8BAA8B,kDAMxC;IACJ,OAAc,4BAA4B,kDAMtC;IAEJ,OAAO;IAUS,QAAQ,QAAO,MAAM,CAEnC;CACH"}
|
|
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;IAC/F,OAAc,uBAAuB,kDAMjC;IACJ,OAAc,sBAAsB,kDAMhC;IACJ,OAAc,8BAA8B,kDAMxC;IACJ,OAAc,cAAc,kDAMxB;IACJ,OAAc,8BAA8B,kDAMxC;IACJ,OAAc,sBAAsB,kDAMhC;IACJ,OAAc,oBAAoB,kDAM9B;IACJ,OAAc,sCAAsC,kDAMhD;IACJ,OAAc,oCAAoC,kDAM9C;IACJ,OAAc,+BAA+B,kDAMzC;IACJ,OAAc,6BAA6B,kDAMvC;IACJ,OAAc,8BAA8B,kDAMxC;IACJ,OAAc,4BAA4B,kDAMtC;IAEJ,OAAO;IAUS,QAAQ,QAAO,MAAM,CAEnC;CACH"}
|
|
@@ -17,6 +17,8 @@ LocalizationServiceMultiTenantMessagingSettings.LocalizeEntity = new Localizatio
|
|
|
17
17
|
LocalizationServiceMultiTenantMessagingSettings.DeleteLocalizationSourceEntity = new LocalizationServiceMultiTenantMessagingSettings('DeleteLocalizationSourceEntity', 'localization_source_entity:delete', '*.*.localization_source_entity.delete', 'command', 'localization-source-entity');
|
|
18
18
|
LocalizationServiceMultiTenantMessagingSettings.LocalizeEntityFinished = new LocalizationServiceMultiTenantMessagingSettings('LocalizeEntityFinished', 'entity:localize_finished', '*.*.entity.localize_finished', 'event', 'localization');
|
|
19
19
|
LocalizationServiceMultiTenantMessagingSettings.LocalizeEntityFailed = new LocalizationServiceMultiTenantMessagingSettings('LocalizeEntityFailed', 'entity:localize_failed', '*.*.entity.localize_failed', 'event', 'localization');
|
|
20
|
+
LocalizationServiceMultiTenantMessagingSettings.UpsertLocalizationSourceEntityFinished = new LocalizationServiceMultiTenantMessagingSettings('UpsertLocalizationSourceEntityFinished', 'localization_source_entity:upsert_finished', '*.*.localization_source_entity.upsert_finished', 'event', 'localization-source-entity');
|
|
21
|
+
LocalizationServiceMultiTenantMessagingSettings.UpsertLocalizationSourceEntityFailed = new LocalizationServiceMultiTenantMessagingSettings('UpsertLocalizationSourceEntityFailed', 'localization_source_entity:upsert_failed', '*.*.localization_source_entity.upsert_failed', 'event', 'localization-source-entity');
|
|
20
22
|
LocalizationServiceMultiTenantMessagingSettings.EntityDefinitionDeclareFinished = new LocalizationServiceMultiTenantMessagingSettings('EntityDefinitionDeclareFinished', 'entity_definition:declare_finished', '*.*.entity_definition.declare_finished', 'event', 'entity-definition');
|
|
21
23
|
LocalizationServiceMultiTenantMessagingSettings.EntityDefinitionDeclareFailed = new LocalizationServiceMultiTenantMessagingSettings('EntityDefinitionDeclareFailed', 'entity_definition:declare_failed', '*.*.entity_definition.declare_failed', 'event', 'entity-definition');
|
|
22
24
|
LocalizationServiceMultiTenantMessagingSettings.EntityDefinitionDeleteFinished = new LocalizationServiceMultiTenantMessagingSettings('EntityDefinitionDeleteFinished', 'entity_definition:delete_finished', '*.*.entity_definition.delete_finished', 'event', 'entity-definition');
|
|
@@ -1 +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;
|
|
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;IA6F/F,YACE,WAAmB,EACnB,KAAa,EACb,UAAkB,EAClB,MAA2B,EAC3B,aAAqB;QAErB,KAAK,CAAC,yBAAyB,EAAE,WAAW,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,aAAa,CAAC,CAAC;QAG1E,aAAQ,GAAG,GAAW,EAAE;YACtC,OAAO,IAAI,CAAC,WAAW,CAAC;QAC1B,CAAC,CAAC;IAJF,CAAC;;AApGa,uEAAuB,GAAG,IAAI,+CAA+C,CACzF,yBAAyB,EACzB,2BAA2B,EAC3B,+BAA+B,EAC/B,SAAS,EACT,mBAAmB,CAClB,AANkC,CAMjC;AACU,sEAAsB,GAAG,IAAI,+CAA+C,CACxF,wBAAwB,EACxB,0BAA0B,EAC1B,8BAA8B,EAC9B,SAAS,EACT,mBAAmB,CAClB,AANiC,CAMhC;AACU,8EAA8B,GAAG,IAAI,+CAA+C,CAChG,gCAAgC,EAChC,mCAAmC,EACnC,uCAAuC,EACvC,SAAS,EACT,4BAA4B,CAC3B,AANyC,CAMxC;AACU,8DAAc,GAAG,IAAI,+CAA+C,CAChF,gBAAgB,EAChB,iBAAiB,EACjB,qBAAqB,EACrB,SAAS,EACT,cAAc,CACb,AANyB,CAMxB;AACU,8EAA8B,GAAG,IAAI,+CAA+C,CAChG,gCAAgC,EAChC,mCAAmC,EACnC,uCAAuC,EACvC,SAAS,EACT,4BAA4B,CAC3B,AANyC,CAMxC;AACU,sEAAsB,GAAG,IAAI,+CAA+C,CACxF,wBAAwB,EACxB,0BAA0B,EAC1B,8BAA8B,EAC9B,OAAO,EACP,cAAc,CACb,AANiC,CAMhC;AACU,oEAAoB,GAAG,IAAI,+CAA+C,CACtF,sBAAsB,EACtB,wBAAwB,EACxB,4BAA4B,EAC5B,OAAO,EACP,cAAc,CACb,AAN+B,CAM9B;AACU,sFAAsC,GAAG,IAAI,+CAA+C,CACxG,wCAAwC,EACxC,4CAA4C,EAC5C,gDAAgD,EAChD,OAAO,EACP,4BAA4B,CAC3B,AANiD,CAMhD;AACU,oFAAoC,GAAG,IAAI,+CAA+C,CACtG,sCAAsC,EACtC,0CAA0C,EAC1C,8CAA8C,EAC9C,OAAO,EACP,4BAA4B,CAC3B,AAN+C,CAM9C;AACU,+EAA+B,GAAG,IAAI,+CAA+C,CACjG,iCAAiC,EACjC,oCAAoC,EACpC,wCAAwC,EACxC,OAAO,EACP,mBAAmB,CAClB,AAN0C,CAMzC;AACU,6EAA6B,GAAG,IAAI,+CAA+C,CAC/F,+BAA+B,EAC/B,kCAAkC,EAClC,sCAAsC,EACtC,OAAO,EACP,mBAAmB,CAClB,AANwC,CAMvC;AACU,8EAA8B,GAAG,IAAI,+CAA+C,CAChG,gCAAgC,EAChC,mCAAmC,EACnC,uCAAuC,EACvC,OAAO,EACP,mBAAmB,CAClB,AANyC,CAMxC;AACU,4EAA4B,GAAG,IAAI,+CAA+C,CAC9F,8BAA8B,EAC9B,iCAAiC,EACjC,qCAAqC,EACrC,OAAO,EACP,mBAAmB,CAClB,AANuC,CAMtC;AA3FO,0GAA+C"}
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
},
|
|
143
143
|
"message": {
|
|
144
144
|
"type": "string",
|
|
145
|
-
"description": "Message that describes
|
|
145
|
+
"description": "Message that describes the reason for the command processing failure."
|
|
146
146
|
},
|
|
147
147
|
"details": {
|
|
148
148
|
"type": "object",
|
|
@@ -432,4 +432,64 @@ export declare const LocalizeEntityFinishedEventSchema: {
|
|
|
432
432
|
};
|
|
433
433
|
};
|
|
434
434
|
};
|
|
435
|
+
export declare const UpsertLocalizationSourceEntityFailedEventSchema: {
|
|
436
|
+
$schema: string;
|
|
437
|
+
type: string;
|
|
438
|
+
title: string;
|
|
439
|
+
description: string;
|
|
440
|
+
additionalProperties: boolean;
|
|
441
|
+
required: string[];
|
|
442
|
+
properties: {
|
|
443
|
+
service_id: {
|
|
444
|
+
type: string;
|
|
445
|
+
minLength: number;
|
|
446
|
+
pattern: string;
|
|
447
|
+
description: string;
|
|
448
|
+
};
|
|
449
|
+
entity_type: {
|
|
450
|
+
type: string;
|
|
451
|
+
minLength: number;
|
|
452
|
+
pattern: string;
|
|
453
|
+
description: string;
|
|
454
|
+
};
|
|
455
|
+
entity_id: {
|
|
456
|
+
type: string;
|
|
457
|
+
minLength: number;
|
|
458
|
+
pattern: string;
|
|
459
|
+
description: string;
|
|
460
|
+
};
|
|
461
|
+
message: {
|
|
462
|
+
type: string;
|
|
463
|
+
description: string;
|
|
464
|
+
};
|
|
465
|
+
};
|
|
466
|
+
};
|
|
467
|
+
export declare const UpsertLocalizationSourceEntityFinishedEventSchema: {
|
|
468
|
+
$schema: string;
|
|
469
|
+
type: string;
|
|
470
|
+
title: string;
|
|
471
|
+
description: string;
|
|
472
|
+
additionalProperties: boolean;
|
|
473
|
+
required: string[];
|
|
474
|
+
properties: {
|
|
475
|
+
service_id: {
|
|
476
|
+
type: string;
|
|
477
|
+
minLength: number;
|
|
478
|
+
pattern: string;
|
|
479
|
+
description: string;
|
|
480
|
+
};
|
|
481
|
+
entity_type: {
|
|
482
|
+
type: string;
|
|
483
|
+
minLength: number;
|
|
484
|
+
pattern: string;
|
|
485
|
+
description: string;
|
|
486
|
+
};
|
|
487
|
+
entity_id: {
|
|
488
|
+
type: string;
|
|
489
|
+
minLength: number;
|
|
490
|
+
pattern: string;
|
|
491
|
+
description: string;
|
|
492
|
+
};
|
|
493
|
+
};
|
|
494
|
+
};
|
|
435
495
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/localization/events/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/localization/events/index.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC;AAC3F,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC;AAC/F,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;CAAsC,CAAC;AAC7F,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC;AACjG,eAAO,MAAM,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAC;AACrG,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC;AAC/F,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAC;AACnG,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4B,CAAC;AACzE,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC;AACzG,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8C,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LocalizeEntityFinishedEventSchema = exports.LocalizeEntityFailedEventSchema = exports.LocalizationServiceEnableFinishedEventSchema = exports.LocalizationServiceEnableFailedEventSchema = exports.LocalizationServiceDisableFinishedEventSchema = exports.LocalizationServiceDisableFailedEventSchema = exports.EntityDefinitionDeleteFinishedEventSchema = exports.EntityDefinitionDeleteFailedEventSchema = exports.EntityDefinitionDeclareFinishedEventSchema = exports.EntityDefinitionDeclareFailedEventSchema = void 0;
|
|
3
|
+
exports.UpsertLocalizationSourceEntityFinishedEventSchema = exports.UpsertLocalizationSourceEntityFailedEventSchema = exports.LocalizeEntityFinishedEventSchema = exports.LocalizeEntityFailedEventSchema = exports.LocalizationServiceEnableFinishedEventSchema = exports.LocalizationServiceEnableFailedEventSchema = exports.LocalizationServiceDisableFinishedEventSchema = exports.LocalizationServiceDisableFailedEventSchema = exports.EntityDefinitionDeleteFinishedEventSchema = exports.EntityDefinitionDeleteFailedEventSchema = exports.EntityDefinitionDeclareFinishedEventSchema = exports.EntityDefinitionDeclareFailedEventSchema = void 0;
|
|
4
4
|
const EntityDefinitionDeclareFailedEvent = require("./entity-definition-declare-failed-event.json");
|
|
5
5
|
const EntityDefinitionDeclareFinishedEvent = require("./entity-definition-declare-finished-event.json");
|
|
6
6
|
const EntityDefinitionDeleteFailedEvent = require("./entity-definition-delete-failed-event.json");
|
|
@@ -11,6 +11,8 @@ const LocalizationServiceEnableFailedEvent = require("./localization-service-ena
|
|
|
11
11
|
const LocalizationServiceEnableFinishedEvent = require("./localization-service-enable-finished-event.json");
|
|
12
12
|
const LocalizeEntityFailedEvent = require("./localize-entity-failed-event.json");
|
|
13
13
|
const LocalizeEntityFinishedEvent = require("./localize-entity-finished-event.json");
|
|
14
|
+
const UpsertLocalizationSourceEntityFailedEvent = require("./upsert-localization-source-entity-failed-event.json");
|
|
15
|
+
const UpsertLocalizationSourceEntityFinishedEvent = require("./upsert-localization-source-entity-finished-event.json");
|
|
14
16
|
exports.EntityDefinitionDeclareFailedEventSchema = EntityDefinitionDeclareFailedEvent;
|
|
15
17
|
exports.EntityDefinitionDeclareFinishedEventSchema = EntityDefinitionDeclareFinishedEvent;
|
|
16
18
|
exports.EntityDefinitionDeleteFailedEventSchema = EntityDefinitionDeleteFailedEvent;
|
|
@@ -21,4 +23,6 @@ exports.LocalizationServiceEnableFailedEventSchema = LocalizationServiceEnableFa
|
|
|
21
23
|
exports.LocalizationServiceEnableFinishedEventSchema = LocalizationServiceEnableFinishedEvent;
|
|
22
24
|
exports.LocalizeEntityFailedEventSchema = LocalizeEntityFailedEvent;
|
|
23
25
|
exports.LocalizeEntityFinishedEventSchema = LocalizeEntityFinishedEvent;
|
|
26
|
+
exports.UpsertLocalizationSourceEntityFailedEventSchema = UpsertLocalizationSourceEntityFailedEvent;
|
|
27
|
+
exports.UpsertLocalizationSourceEntityFinishedEventSchema = UpsertLocalizationSourceEntityFinishedEvent;
|
|
24
28
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/localization/events/index.ts"],"names":[],"mappings":";;;AAAA,oGAAoG;AACpG,wGAAwG;AACxG,kGAAkG;AAClG,sGAAsG;AACtG,0GAA0G;AAC1G,8GAA8G;AAC9G,wGAAwG;AACxG,4GAA4G;AAC5G,iFAAiF;AACjF,qFAAqF;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/localization/events/index.ts"],"names":[],"mappings":";;;AAAA,oGAAoG;AACpG,wGAAwG;AACxG,kGAAkG;AAClG,sGAAsG;AACtG,0GAA0G;AAC1G,8GAA8G;AAC9G,wGAAwG;AACxG,4GAA4G;AAC5G,iFAAiF;AACjF,qFAAqF;AACrF,mHAAmH;AACnH,uHAAuH;AAE1G,QAAA,wCAAwC,GAAG,kCAAkC,CAAC;AAC9E,QAAA,0CAA0C,GAAG,oCAAoC,CAAC;AAClF,QAAA,uCAAuC,GAAG,iCAAiC,CAAC;AAC5E,QAAA,yCAAyC,GAAG,mCAAmC,CAAC;AAChF,QAAA,2CAA2C,GAAG,qCAAqC,CAAC;AACpF,QAAA,6CAA6C,GAAG,uCAAuC,CAAC;AACxF,QAAA,0CAA0C,GAAG,oCAAoC,CAAC;AAClF,QAAA,4CAA4C,GAAG,sCAAsC,CAAC;AACtF,QAAA,+BAA+B,GAAG,yBAAyB,CAAC;AAC5D,QAAA,iCAAiC,GAAG,2BAA2B,CAAC;AAChE,QAAA,+CAA+C,GAAG,yCAAyC,CAAC;AAC5F,QAAA,iDAAiD,GAAG,2CAA2C,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "upsert_localization_source_entity_failed_event",
|
|
5
|
+
"description": "Upsert localization source entity failed event schema. This event will only be sent if the upsert localization source entity command has a message_context with at least one property.",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"service_id",
|
|
9
|
+
"entity_type",
|
|
10
|
+
"entity_id",
|
|
11
|
+
"message"
|
|
12
|
+
],
|
|
13
|
+
"properties": {
|
|
14
|
+
"service_id": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"minLength": 1,
|
|
17
|
+
"pattern": "^$|.*\\S.*",
|
|
18
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
19
|
+
},
|
|
20
|
+
"entity_type": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"minLength": 1,
|
|
23
|
+
"pattern": "^$|.*\\S.*",
|
|
24
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
25
|
+
},
|
|
26
|
+
"entity_id": {
|
|
27
|
+
"type": "string",
|
|
28
|
+
"minLength": 1,
|
|
29
|
+
"pattern": "^$|.*\\S.*",
|
|
30
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
31
|
+
},
|
|
32
|
+
"message": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"description": "Message that describes the reason for the command processing failure."
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "upsert_localization_source_entity_finished_event",
|
|
5
|
+
"description": "Upsert localization source entity finished event schema. This event will only be sent if the upsert localization source entity command has a message_context with at least one property.",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"service_id",
|
|
9
|
+
"entity_type",
|
|
10
|
+
"entity_id"
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"service_id": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"minLength": 1,
|
|
16
|
+
"pattern": "^$|.*\\S.*",
|
|
17
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
18
|
+
},
|
|
19
|
+
"entity_type": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"minLength": 1,
|
|
22
|
+
"pattern": "^$|.*\\S.*",
|
|
23
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
24
|
+
},
|
|
25
|
+
"entity_id": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"minLength": 1,
|
|
28
|
+
"pattern": "^$|.*\\S.*",
|
|
29
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -24,7 +24,7 @@ export interface EntityDefinitionDeclareFailedEvent {
|
|
|
24
24
|
*/
|
|
25
25
|
entity_field_definitions: EntityFieldDefinition[];
|
|
26
26
|
/**
|
|
27
|
-
* Message that describes
|
|
27
|
+
* Message that describes the reason for the command processing failure.
|
|
28
28
|
*/
|
|
29
29
|
message: string;
|
|
30
30
|
details?: {
|
package/dist/generated/types/payloads/localization/events/entity-definition-delete-failed-event.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ export interface EntityDefinitionDeleteFailedEvent {
|
|
|
11
11
|
*/
|
|
12
12
|
entity_type: string;
|
|
13
13
|
/**
|
|
14
|
-
* Message that describes
|
|
14
|
+
* Message that describes the reason for the command processing failure.
|
|
15
15
|
*/
|
|
16
16
|
message: string;
|
|
17
17
|
details?: {
|
|
@@ -8,6 +8,8 @@ export * from './localization-service-enable-failed-event';
|
|
|
8
8
|
export * from './localization-service-enable-finished-event';
|
|
9
9
|
export * from './localize-entity-failed-event';
|
|
10
10
|
export * from './localize-entity-finished-event';
|
|
11
|
+
export * from './upsert-localization-source-entity-failed-event';
|
|
12
|
+
export * from './upsert-localization-source-entity-finished-event';
|
|
11
13
|
export declare enum LocalizationEventsSchemas {
|
|
12
14
|
EntityDefinitionDeclareFailedEvent = "payloads/localization/events/entity-definition-declare-failed-event.json",
|
|
13
15
|
EntityDefinitionDeclareFinishedEvent = "payloads/localization/events/entity-definition-declare-finished-event.json",
|
|
@@ -18,7 +20,9 @@ export declare enum LocalizationEventsSchemas {
|
|
|
18
20
|
LocalizationServiceEnableFailedEvent = "payloads/localization/events/localization-service-enable-failed-event.json",
|
|
19
21
|
LocalizationServiceEnableFinishedEvent = "payloads/localization/events/localization-service-enable-finished-event.json",
|
|
20
22
|
LocalizeEntityFailedEvent = "payloads/localization/events/localize-entity-failed-event.json",
|
|
21
|
-
LocalizeEntityFinishedEvent = "payloads/localization/events/localize-entity-finished-event.json"
|
|
23
|
+
LocalizeEntityFinishedEvent = "payloads/localization/events/localize-entity-finished-event.json",
|
|
24
|
+
UpsertLocalizationSourceEntityFailedEvent = "payloads/localization/events/upsert-localization-source-entity-failed-event.json",
|
|
25
|
+
UpsertLocalizationSourceEntityFinishedEvent = "payloads/localization/events/upsert-localization-source-entity-finished-event.json"
|
|
22
26
|
}
|
|
23
27
|
export declare enum LocalizationEventsTypes {
|
|
24
28
|
EntityDefinitionDeclareFailedEvent = "EntityDefinitionDeclareFailedEvent",
|
|
@@ -30,6 +34,8 @@ export declare enum LocalizationEventsTypes {
|
|
|
30
34
|
LocalizationServiceEnableFailedEvent = "LocalizationServiceEnableFailedEvent",
|
|
31
35
|
LocalizationServiceEnableFinishedEvent = "LocalizationServiceEnableFinishedEvent",
|
|
32
36
|
LocalizeEntityFailedEvent = "LocalizeEntityFailedEvent",
|
|
33
|
-
LocalizeEntityFinishedEvent = "LocalizeEntityFinishedEvent"
|
|
37
|
+
LocalizeEntityFinishedEvent = "LocalizeEntityFinishedEvent",
|
|
38
|
+
UpsertLocalizationSourceEntityFailedEvent = "UpsertLocalizationSourceEntityFailedEvent",
|
|
39
|
+
UpsertLocalizationSourceEntityFinishedEvent = "UpsertLocalizationSourceEntityFinishedEvent"
|
|
34
40
|
}
|
|
35
41
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/events/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC;AACzD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yCAAyC,CAAC;AACxD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/events/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAC;AACzD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yCAAyC,CAAC;AACxD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,+CAA+C,CAAC;AAC9D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,8CAA8C,CAAC;AAC7D,cAAc,gCAAgC,CAAC;AAC/C,cAAc,kCAAkC,CAAC;AACjD,cAAc,kDAAkD,CAAC;AACjE,cAAc,oDAAoD,CAAC;AAEnE,oBAAY,yBAAyB;IACnC,kCAAkC,6EAA6E;IAC/G,oCAAoC,+EAA+E;IACnH,iCAAiC,4EAA4E;IAC7G,mCAAmC,8EAA8E;IACjH,qCAAqC,gFAAgF;IACrH,uCAAuC,kFAAkF;IACzH,oCAAoC,+EAA+E;IACnH,sCAAsC,iFAAiF;IACvH,yBAAyB,mEAAmE;IAC5F,2BAA2B,qEAAqE;IAChG,yCAAyC,qFAAqF;IAC9H,2CAA2C,uFAAuF;CACnI;AAED,oBAAY,uBAAuB;IACjC,kCAAkC,uCAAuC;IACzE,oCAAoC,yCAAyC;IAC7E,iCAAiC,sCAAsC;IACvE,mCAAmC,wCAAwC;IAC3E,qCAAqC,0CAA0C;IAC/E,uCAAuC,4CAA4C;IACnF,oCAAoC,yCAAyC;IAC7E,sCAAsC,2CAA2C;IACjF,yBAAyB,8BAA8B;IACvD,2BAA2B,gCAAgC;IAC3D,yCAAyC,8CAA8C;IACvF,2CAA2C,gDAAgD;CAC5F"}
|
|
@@ -25,6 +25,8 @@ __exportStar(require("./localization-service-enable-failed-event"), exports);
|
|
|
25
25
|
__exportStar(require("./localization-service-enable-finished-event"), exports);
|
|
26
26
|
__exportStar(require("./localize-entity-failed-event"), exports);
|
|
27
27
|
__exportStar(require("./localize-entity-finished-event"), exports);
|
|
28
|
+
__exportStar(require("./upsert-localization-source-entity-failed-event"), exports);
|
|
29
|
+
__exportStar(require("./upsert-localization-source-entity-finished-event"), exports);
|
|
28
30
|
var LocalizationEventsSchemas;
|
|
29
31
|
(function (LocalizationEventsSchemas) {
|
|
30
32
|
LocalizationEventsSchemas["EntityDefinitionDeclareFailedEvent"] = "payloads/localization/events/entity-definition-declare-failed-event.json";
|
|
@@ -37,6 +39,8 @@ var LocalizationEventsSchemas;
|
|
|
37
39
|
LocalizationEventsSchemas["LocalizationServiceEnableFinishedEvent"] = "payloads/localization/events/localization-service-enable-finished-event.json";
|
|
38
40
|
LocalizationEventsSchemas["LocalizeEntityFailedEvent"] = "payloads/localization/events/localize-entity-failed-event.json";
|
|
39
41
|
LocalizationEventsSchemas["LocalizeEntityFinishedEvent"] = "payloads/localization/events/localize-entity-finished-event.json";
|
|
42
|
+
LocalizationEventsSchemas["UpsertLocalizationSourceEntityFailedEvent"] = "payloads/localization/events/upsert-localization-source-entity-failed-event.json";
|
|
43
|
+
LocalizationEventsSchemas["UpsertLocalizationSourceEntityFinishedEvent"] = "payloads/localization/events/upsert-localization-source-entity-finished-event.json";
|
|
40
44
|
})(LocalizationEventsSchemas = exports.LocalizationEventsSchemas || (exports.LocalizationEventsSchemas = {}));
|
|
41
45
|
var LocalizationEventsTypes;
|
|
42
46
|
(function (LocalizationEventsTypes) {
|
|
@@ -50,5 +54,7 @@ var LocalizationEventsTypes;
|
|
|
50
54
|
LocalizationEventsTypes["LocalizationServiceEnableFinishedEvent"] = "LocalizationServiceEnableFinishedEvent";
|
|
51
55
|
LocalizationEventsTypes["LocalizeEntityFailedEvent"] = "LocalizeEntityFailedEvent";
|
|
52
56
|
LocalizationEventsTypes["LocalizeEntityFinishedEvent"] = "LocalizeEntityFinishedEvent";
|
|
57
|
+
LocalizationEventsTypes["UpsertLocalizationSourceEntityFailedEvent"] = "UpsertLocalizationSourceEntityFailedEvent";
|
|
58
|
+
LocalizationEventsTypes["UpsertLocalizationSourceEntityFinishedEvent"] = "UpsertLocalizationSourceEntityFinishedEvent";
|
|
53
59
|
})(LocalizationEventsTypes = exports.LocalizationEventsTypes || (exports.LocalizationEventsTypes = {}));
|
|
54
60
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2EAAyD;AACzD,6EAA2D;AAC3D,0EAAwD;AACxD,4EAA0D;AAC1D,8EAA4D;AAC5D,gFAA8D;AAC9D,6EAA2D;AAC3D,+EAA6D;AAC7D,iEAA+C;AAC/C,mEAAiD;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/events/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2EAAyD;AACzD,6EAA2D;AAC3D,0EAAwD;AACxD,4EAA0D;AAC1D,8EAA4D;AAC5D,gFAA8D;AAC9D,6EAA2D;AAC3D,+EAA6D;AAC7D,iEAA+C;AAC/C,mEAAiD;AACjD,mFAAiE;AACjE,qFAAmE;AAEnE,IAAY,yBAaX;AAbD,WAAY,yBAAyB;IACnC,4IAA+G,CAAA;IAC/G,gJAAmH,CAAA;IACnH,0IAA6G,CAAA;IAC7G,8IAAiH,CAAA;IACjH,kJAAqH,CAAA;IACrH,sJAAyH,CAAA;IACzH,gJAAmH,CAAA;IACnH,oJAAuH,CAAA;IACvH,yHAA4F,CAAA;IAC5F,6HAAgG,CAAA;IAChG,2JAA8H,CAAA;IAC9H,+JAAkI,CAAA;AACpI,CAAC,EAbW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAapC;AAED,IAAY,uBAaX;AAbD,WAAY,uBAAuB;IACjC,oGAAyE,CAAA;IACzE,wGAA6E,CAAA;IAC7E,kGAAuE,CAAA;IACvE,sGAA2E,CAAA;IAC3E,0GAA+E,CAAA;IAC/E,8GAAmF,CAAA;IACnF,wGAA6E,CAAA;IAC7E,4GAAiF,CAAA;IACjF,kFAAuD,CAAA;IACvD,sFAA2D,CAAA;IAC3D,kHAAuF,CAAA;IACvF,sHAA2F,CAAA;AAC7F,CAAC,EAbW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAalC"}
|
|
@@ -11,7 +11,7 @@ export interface LocalizationServiceDisableFailedEvent {
|
|
|
11
11
|
*/
|
|
12
12
|
environment_id: string;
|
|
13
13
|
/**
|
|
14
|
-
* Message that describes
|
|
14
|
+
* Message that describes the reason for the command processing failure.
|
|
15
15
|
*/
|
|
16
16
|
message: string;
|
|
17
17
|
}
|
|
@@ -11,7 +11,7 @@ export interface LocalizationServiceEnableFailedEvent {
|
|
|
11
11
|
*/
|
|
12
12
|
environment_id: string;
|
|
13
13
|
/**
|
|
14
|
-
* Message that describes
|
|
14
|
+
* Message that describes the reason for the command processing failure.
|
|
15
15
|
*/
|
|
16
16
|
message: string;
|
|
17
17
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Upsert localization source entity failed event schema. This event will only be sent if the upsert localization source entity command has a message_context with at least one property.
|
|
3
|
+
*/
|
|
4
|
+
export interface UpsertLocalizationSourceEntityFailedEvent {
|
|
5
|
+
/**
|
|
6
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
7
|
+
*/
|
|
8
|
+
service_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
11
|
+
*/
|
|
12
|
+
entity_type: string;
|
|
13
|
+
/**
|
|
14
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
15
|
+
*/
|
|
16
|
+
entity_id: string;
|
|
17
|
+
/**
|
|
18
|
+
* Message that describes the reason for the command processing failure.
|
|
19
|
+
*/
|
|
20
|
+
message: string;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=upsert-localization-source-entity-failed-event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upsert-localization-source-entity-failed-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/events/upsert-localization-source-entity-failed-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACxD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upsert-localization-source-entity-failed-event.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/events/upsert-localization-source-entity-failed-event.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Upsert localization source entity finished event schema. This event will only be sent if the upsert localization source entity command has a message_context with at least one property.
|
|
3
|
+
*/
|
|
4
|
+
export interface UpsertLocalizationSourceEntityFinishedEvent {
|
|
5
|
+
/**
|
|
6
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
7
|
+
*/
|
|
8
|
+
service_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
11
|
+
*/
|
|
12
|
+
entity_type: string;
|
|
13
|
+
/**
|
|
14
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
15
|
+
*/
|
|
16
|
+
entity_id: string;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=upsert-localization-source-entity-finished-event.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upsert-localization-source-entity-finished-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/events/upsert-localization-source-entity-finished-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,2CAA2C;IAC1D;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upsert-localization-source-entity-finished-event.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/localization/events/upsert-localization-source-entity-finished-event.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-messages",
|
|
3
|
-
"version": "0.36.0-rc.
|
|
3
|
+
"version": "0.36.0-rc.5",
|
|
4
4
|
"description": "Shared types for Axinom Mosaic service messages",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@axinom/mosaic-cli": "^0.26.0-rc.
|
|
33
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.7.0-rc.
|
|
32
|
+
"@axinom/mosaic-cli": "^0.26.0-rc.5",
|
|
33
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.7.0-rc.5",
|
|
34
34
|
"@types/glob": "^7.1.3",
|
|
35
35
|
"concurrently": "^5.3.0",
|
|
36
36
|
"rimraf": "^3.0.2",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "b43cc6dcbf31554db1f20aa0c4169b4790f3d873"
|
|
46
46
|
}
|
|
@@ -50,6 +50,20 @@ export class LocalizationServiceMultiTenantMessagingSettings extends MultiTenant
|
|
|
50
50
|
'event',
|
|
51
51
|
'localization'
|
|
52
52
|
);
|
|
53
|
+
public static UpsertLocalizationSourceEntityFinished = new LocalizationServiceMultiTenantMessagingSettings(
|
|
54
|
+
'UpsertLocalizationSourceEntityFinished',
|
|
55
|
+
'localization_source_entity:upsert_finished',
|
|
56
|
+
'*.*.localization_source_entity.upsert_finished',
|
|
57
|
+
'event',
|
|
58
|
+
'localization-source-entity'
|
|
59
|
+
);
|
|
60
|
+
public static UpsertLocalizationSourceEntityFailed = new LocalizationServiceMultiTenantMessagingSettings(
|
|
61
|
+
'UpsertLocalizationSourceEntityFailed',
|
|
62
|
+
'localization_source_entity:upsert_failed',
|
|
63
|
+
'*.*.localization_source_entity.upsert_failed',
|
|
64
|
+
'event',
|
|
65
|
+
'localization-source-entity'
|
|
66
|
+
);
|
|
53
67
|
public static EntityDefinitionDeclareFinished = new LocalizationServiceMultiTenantMessagingSettings(
|
|
54
68
|
'EntityDefinitionDeclareFinished',
|
|
55
69
|
'entity_definition:declare_finished',
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
},
|
|
143
143
|
"message": {
|
|
144
144
|
"type": "string",
|
|
145
|
-
"description": "Message that describes
|
|
145
|
+
"description": "Message that describes the reason for the command processing failure."
|
|
146
146
|
},
|
|
147
147
|
"details": {
|
|
148
148
|
"type": "object",
|
|
@@ -8,6 +8,8 @@ import * as LocalizationServiceEnableFailedEvent from './localization-service-en
|
|
|
8
8
|
import * as LocalizationServiceEnableFinishedEvent from './localization-service-enable-finished-event.json';
|
|
9
9
|
import * as LocalizeEntityFailedEvent from './localize-entity-failed-event.json';
|
|
10
10
|
import * as LocalizeEntityFinishedEvent from './localize-entity-finished-event.json';
|
|
11
|
+
import * as UpsertLocalizationSourceEntityFailedEvent from './upsert-localization-source-entity-failed-event.json';
|
|
12
|
+
import * as UpsertLocalizationSourceEntityFinishedEvent from './upsert-localization-source-entity-finished-event.json';
|
|
11
13
|
|
|
12
14
|
export const EntityDefinitionDeclareFailedEventSchema = EntityDefinitionDeclareFailedEvent;
|
|
13
15
|
export const EntityDefinitionDeclareFinishedEventSchema = EntityDefinitionDeclareFinishedEvent;
|
|
@@ -18,4 +20,6 @@ export const LocalizationServiceDisableFinishedEventSchema = LocalizationService
|
|
|
18
20
|
export const LocalizationServiceEnableFailedEventSchema = LocalizationServiceEnableFailedEvent;
|
|
19
21
|
export const LocalizationServiceEnableFinishedEventSchema = LocalizationServiceEnableFinishedEvent;
|
|
20
22
|
export const LocalizeEntityFailedEventSchema = LocalizeEntityFailedEvent;
|
|
21
|
-
export const LocalizeEntityFinishedEventSchema = LocalizeEntityFinishedEvent;
|
|
23
|
+
export const LocalizeEntityFinishedEventSchema = LocalizeEntityFinishedEvent;
|
|
24
|
+
export const UpsertLocalizationSourceEntityFailedEventSchema = UpsertLocalizationSourceEntityFailedEvent;
|
|
25
|
+
export const UpsertLocalizationSourceEntityFinishedEventSchema = UpsertLocalizationSourceEntityFinishedEvent;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "upsert_localization_source_entity_failed_event",
|
|
5
|
+
"description": "Upsert localization source entity failed event schema. This event will only be sent if the upsert localization source entity command has a message_context with at least one property.",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"service_id",
|
|
9
|
+
"entity_type",
|
|
10
|
+
"entity_id",
|
|
11
|
+
"message"
|
|
12
|
+
],
|
|
13
|
+
"properties": {
|
|
14
|
+
"service_id": {
|
|
15
|
+
"type": "string",
|
|
16
|
+
"minLength": 1,
|
|
17
|
+
"pattern": "^$|.*\\S.*",
|
|
18
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
19
|
+
},
|
|
20
|
+
"entity_type": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"minLength": 1,
|
|
23
|
+
"pattern": "^$|.*\\S.*",
|
|
24
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
25
|
+
},
|
|
26
|
+
"entity_id": {
|
|
27
|
+
"type": "string",
|
|
28
|
+
"minLength": 1,
|
|
29
|
+
"pattern": "^$|.*\\S.*",
|
|
30
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
31
|
+
},
|
|
32
|
+
"message": {
|
|
33
|
+
"type": "string",
|
|
34
|
+
"description": "Message that describes the reason for the command processing failure."
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "upsert_localization_source_entity_finished_event",
|
|
5
|
+
"description": "Upsert localization source entity finished event schema. This event will only be sent if the upsert localization source entity command has a message_context with at least one property.",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"service_id",
|
|
9
|
+
"entity_type",
|
|
10
|
+
"entity_id"
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"service_id": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"minLength": 1,
|
|
16
|
+
"pattern": "^$|.*\\S.*",
|
|
17
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
18
|
+
},
|
|
19
|
+
"entity_type": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"minLength": 1,
|
|
22
|
+
"pattern": "^$|.*\\S.*",
|
|
23
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
24
|
+
},
|
|
25
|
+
"entity_id": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"minLength": 1,
|
|
28
|
+
"pattern": "^$|.*\\S.*",
|
|
29
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
package/src/generated/types/payloads/localization/events/entity-definition-declare-failed-event.ts
CHANGED
|
@@ -24,7 +24,7 @@ export interface EntityDefinitionDeclareFailedEvent {
|
|
|
24
24
|
*/
|
|
25
25
|
entity_field_definitions: EntityFieldDefinition[];
|
|
26
26
|
/**
|
|
27
|
-
* Message that describes
|
|
27
|
+
* Message that describes the reason for the command processing failure.
|
|
28
28
|
*/
|
|
29
29
|
message: string;
|
|
30
30
|
details?: { [name: string]: unknown };
|
package/src/generated/types/payloads/localization/events/entity-definition-delete-failed-event.ts
CHANGED
|
@@ -11,7 +11,7 @@ export interface EntityDefinitionDeleteFailedEvent {
|
|
|
11
11
|
*/
|
|
12
12
|
entity_type: string;
|
|
13
13
|
/**
|
|
14
|
-
* Message that describes
|
|
14
|
+
* Message that describes the reason for the command processing failure.
|
|
15
15
|
*/
|
|
16
16
|
message: string;
|
|
17
17
|
details?: { [name: string]: unknown };
|
|
@@ -8,6 +8,8 @@ export * from './localization-service-enable-failed-event';
|
|
|
8
8
|
export * from './localization-service-enable-finished-event';
|
|
9
9
|
export * from './localize-entity-failed-event';
|
|
10
10
|
export * from './localize-entity-finished-event';
|
|
11
|
+
export * from './upsert-localization-source-entity-failed-event';
|
|
12
|
+
export * from './upsert-localization-source-entity-finished-event';
|
|
11
13
|
|
|
12
14
|
export enum LocalizationEventsSchemas {
|
|
13
15
|
EntityDefinitionDeclareFailedEvent = 'payloads/localization/events/entity-definition-declare-failed-event.json',
|
|
@@ -19,7 +21,9 @@ export enum LocalizationEventsSchemas {
|
|
|
19
21
|
LocalizationServiceEnableFailedEvent = 'payloads/localization/events/localization-service-enable-failed-event.json',
|
|
20
22
|
LocalizationServiceEnableFinishedEvent = 'payloads/localization/events/localization-service-enable-finished-event.json',
|
|
21
23
|
LocalizeEntityFailedEvent = 'payloads/localization/events/localize-entity-failed-event.json',
|
|
22
|
-
LocalizeEntityFinishedEvent = 'payloads/localization/events/localize-entity-finished-event.json'
|
|
24
|
+
LocalizeEntityFinishedEvent = 'payloads/localization/events/localize-entity-finished-event.json',
|
|
25
|
+
UpsertLocalizationSourceEntityFailedEvent = 'payloads/localization/events/upsert-localization-source-entity-failed-event.json',
|
|
26
|
+
UpsertLocalizationSourceEntityFinishedEvent = 'payloads/localization/events/upsert-localization-source-entity-finished-event.json'
|
|
23
27
|
}
|
|
24
28
|
|
|
25
29
|
export enum LocalizationEventsTypes {
|
|
@@ -32,5 +36,7 @@ export enum LocalizationEventsTypes {
|
|
|
32
36
|
LocalizationServiceEnableFailedEvent = 'LocalizationServiceEnableFailedEvent',
|
|
33
37
|
LocalizationServiceEnableFinishedEvent = 'LocalizationServiceEnableFinishedEvent',
|
|
34
38
|
LocalizeEntityFailedEvent = 'LocalizeEntityFailedEvent',
|
|
35
|
-
LocalizeEntityFinishedEvent = 'LocalizeEntityFinishedEvent'
|
|
39
|
+
LocalizeEntityFinishedEvent = 'LocalizeEntityFinishedEvent',
|
|
40
|
+
UpsertLocalizationSourceEntityFailedEvent = 'UpsertLocalizationSourceEntityFailedEvent',
|
|
41
|
+
UpsertLocalizationSourceEntityFinishedEvent = 'UpsertLocalizationSourceEntityFinishedEvent'
|
|
36
42
|
}
|
|
@@ -11,7 +11,7 @@ export interface LocalizationServiceDisableFailedEvent {
|
|
|
11
11
|
*/
|
|
12
12
|
environment_id: string;
|
|
13
13
|
/**
|
|
14
|
-
* Message that describes
|
|
14
|
+
* Message that describes the reason for the command processing failure.
|
|
15
15
|
*/
|
|
16
16
|
message: string;
|
|
17
17
|
}
|
package/src/generated/types/payloads/localization/events/localization-service-enable-failed-event.ts
CHANGED
|
@@ -11,7 +11,7 @@ export interface LocalizationServiceEnableFailedEvent {
|
|
|
11
11
|
*/
|
|
12
12
|
environment_id: string;
|
|
13
13
|
/**
|
|
14
|
-
* Message that describes
|
|
14
|
+
* Message that describes the reason for the command processing failure.
|
|
15
15
|
*/
|
|
16
16
|
message: string;
|
|
17
17
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Upsert localization source entity failed event schema. This event will only be sent if the upsert localization source entity command has a message_context with at least one property.
|
|
3
|
+
*/
|
|
4
|
+
export interface UpsertLocalizationSourceEntityFailedEvent {
|
|
5
|
+
/**
|
|
6
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
7
|
+
*/
|
|
8
|
+
service_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
11
|
+
*/
|
|
12
|
+
entity_type: string;
|
|
13
|
+
/**
|
|
14
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
15
|
+
*/
|
|
16
|
+
entity_id: string;
|
|
17
|
+
/**
|
|
18
|
+
* Message that describes the reason for the command processing failure.
|
|
19
|
+
*/
|
|
20
|
+
message: string;
|
|
21
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Upsert localization source entity finished event schema. This event will only be sent if the upsert localization source entity command has a message_context with at least one property.
|
|
3
|
+
*/
|
|
4
|
+
export interface UpsertLocalizationSourceEntityFinishedEvent {
|
|
5
|
+
/**
|
|
6
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
7
|
+
*/
|
|
8
|
+
service_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
11
|
+
*/
|
|
12
|
+
entity_type: string;
|
|
13
|
+
/**
|
|
14
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
15
|
+
*/
|
|
16
|
+
entity_id: string;
|
|
17
|
+
}
|