@axinom/mosaic-messages 0.53.0-rc.3 → 0.53.0-rc.4
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/common/common-service-messaging-settings.d.ts +18 -0
- package/dist/generated/config/payloads/common/common-service-messaging-settings.d.ts.map +1 -0
- package/dist/generated/config/payloads/common/common-service-messaging-settings.js +26 -0
- package/dist/generated/config/payloads/common/common-service-messaging-settings.js.map +1 -0
- package/dist/generated/config/payloads/common/index.d.ts +2 -0
- package/dist/generated/config/payloads/common/index.d.ts.map +1 -0
- package/dist/generated/config/payloads/common/index.js +18 -0
- package/dist/generated/config/payloads/common/index.js.map +1 -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/schemas/payloads/common/commands/index.d.ts +35 -0
- package/dist/generated/schemas/payloads/common/commands/index.d.ts.map +1 -0
- package/dist/generated/schemas/payloads/common/commands/index.js +6 -0
- package/dist/generated/schemas/payloads/common/commands/index.js.map +1 -0
- package/dist/generated/schemas/payloads/common/commands/perform-item-change-command.json +43 -0
- package/dist/generated/schemas/payloads/common/index.d.ts +2 -0
- package/dist/generated/schemas/payloads/common/index.d.ts.map +1 -0
- package/dist/generated/schemas/payloads/common/index.js +18 -0
- package/dist/generated/schemas/payloads/common/index.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/types/payloads/common/commands/index.d.ts +8 -0
- package/dist/generated/types/payloads/common/commands/index.d.ts.map +1 -0
- package/dist/generated/types/payloads/common/commands/index.js +27 -0
- package/dist/generated/types/payloads/common/commands/index.js.map +1 -0
- package/dist/generated/types/payloads/common/commands/perform-item-change-command.d.ts +23 -0
- package/dist/generated/types/payloads/common/commands/perform-item-change-command.d.ts.map +1 -0
- package/dist/generated/types/payloads/common/commands/perform-item-change-command.js +3 -0
- package/dist/generated/types/payloads/common/commands/perform-item-change-command.js.map +1 -0
- package/dist/generated/types/payloads/common/index.d.ts +3 -0
- package/dist/generated/types/payloads/common/index.d.ts.map +1 -0
- package/dist/generated/types/payloads/common/index.js +19 -0
- package/dist/generated/types/payloads/common/index.js.map +1 -0
- package/dist/generated/types/payloads/common/types/bulk-action-type.d.ts +5 -0
- package/dist/generated/types/payloads/common/types/bulk-action-type.d.ts.map +1 -0
- package/dist/generated/types/payloads/common/types/bulk-action-type.js +3 -0
- package/dist/generated/types/payloads/common/types/bulk-action-type.js.map +1 -0
- package/dist/generated/types/payloads/common/types/index.d.ts +2 -0
- package/dist/generated/types/payloads/common/types/index.d.ts.map +1 -0
- package/dist/generated/types/payloads/common/types/index.js +18 -0
- package/dist/generated/types/payloads/common/types/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/package.json +4 -4
- package/src/generated/config/payloads/common/common-service-messaging-settings.ts +34 -0
- package/src/generated/config/payloads/common/index.ts +1 -0
- package/src/generated/config/payloads/index.ts +1 -0
- package/src/generated/schemas/payloads/common/commands/index.ts +3 -0
- package/src/generated/schemas/payloads/common/commands/perform-item-change-command.json +43 -0
- package/src/generated/schemas/payloads/common/index.ts +1 -0
- package/src/generated/schemas/payloads/index.ts +1 -0
- package/src/generated/types/payloads/common/commands/index.ts +9 -0
- package/src/generated/types/payloads/common/commands/perform-item-change-command.ts +22 -0
- package/src/generated/types/payloads/common/index.ts +2 -0
- package/src/generated/types/payloads/common/types/bulk-action-type.ts +4 -0
- package/src/generated/types/payloads/common/types/index.ts +1 -0
- package/src/generated/types/payloads/index.ts +1 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { MessagingSettings } from '@axinom/mosaic-message-bus-abstractions';
|
|
2
|
+
export declare class CommonServiceMessagingSettings implements MessagingSettings {
|
|
3
|
+
readonly serviceId: string;
|
|
4
|
+
readonly messageType: string;
|
|
5
|
+
readonly queue: string;
|
|
6
|
+
readonly routingKey: string;
|
|
7
|
+
readonly action: 'command' | 'event';
|
|
8
|
+
readonly aggregateType: string;
|
|
9
|
+
/**
|
|
10
|
+
* Defines the messaging settings for the command with message type
|
|
11
|
+
* "PerformItemChange" and aggregate type "environment".
|
|
12
|
+
* The aggregate ID field must contain the value of the "environment ID" field.
|
|
13
|
+
*/
|
|
14
|
+
static GetPerformItemChangeSettings(serviceId: string): CommonServiceMessagingSettings;
|
|
15
|
+
private constructor();
|
|
16
|
+
toString: () => string;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=common-service-messaging-settings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common-service-messaging-settings.d.ts","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/common/common-service-messaging-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE5E,qBAAa,8BAA+B,YAAW,iBAAiB;aAkBpD,SAAS,EAAE,MAAM;aACjB,WAAW,EAAE,MAAM;aACnB,KAAK,EAAE,MAAM;aACb,UAAU,EAAE,MAAM;aAClB,MAAM,EAAE,SAAS,GAAG,OAAO;aAC3B,aAAa,EAAE,MAAM;IAtBvC;;;;OAIG;WACW,4BAA4B,CAAC,SAAS,EAAE,MAAM;IAW5D,OAAO;IAWA,QAAQ,QAAO,MAAM,CAE1B;CACH"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CommonServiceMessagingSettings = void 0;
|
|
4
|
+
class CommonServiceMessagingSettings {
|
|
5
|
+
/**
|
|
6
|
+
* Defines the messaging settings for the command with message type
|
|
7
|
+
* "PerformItemChange" and aggregate type "environment".
|
|
8
|
+
* The aggregate ID field must contain the value of the "environment ID" field.
|
|
9
|
+
*/
|
|
10
|
+
static GetPerformItemChangeSettings(serviceId) {
|
|
11
|
+
return new CommonServiceMessagingSettings(serviceId, 'PerformItemChange', 'inbox', 'generic_entity_type.perform_item_change', 'command', 'environment');
|
|
12
|
+
}
|
|
13
|
+
constructor(serviceId, messageType, queue, routingKey, action, aggregateType) {
|
|
14
|
+
this.serviceId = serviceId;
|
|
15
|
+
this.messageType = messageType;
|
|
16
|
+
this.queue = queue;
|
|
17
|
+
this.routingKey = routingKey;
|
|
18
|
+
this.action = action;
|
|
19
|
+
this.aggregateType = aggregateType;
|
|
20
|
+
this.toString = () => {
|
|
21
|
+
return this.messageType;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
exports.CommonServiceMessagingSettings = CommonServiceMessagingSettings;
|
|
26
|
+
//# sourceMappingURL=common-service-messaging-settings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common-service-messaging-settings.js","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/common/common-service-messaging-settings.ts"],"names":[],"mappings":";;;AAEA,MAAa,8BAA8B;IACzC;;;;OAIG;IACI,MAAM,CAAC,4BAA4B,CAAC,SAAiB;QAC1D,OAAO,IAAI,8BAA8B,CACvC,SAAS,EACT,mBAAmB,EACnB,OAAO,EACP,yCAAyC,EACzC,SAAS,EACT,aAAa,CACd,CAAC;IACJ,CAAC;IAED,YACkB,SAAiB,EACjB,WAAmB,EACnB,KAAa,EACb,UAAkB,EAClB,MAA2B,EAC3B,aAAqB;QALrB,cAAS,GAAT,SAAS,CAAQ;QACjB,gBAAW,GAAX,WAAW,CAAQ;QACnB,UAAK,GAAL,KAAK,CAAQ;QACb,eAAU,GAAV,UAAU,CAAQ;QAClB,WAAM,GAAN,MAAM,CAAqB;QAC3B,kBAAa,GAAb,aAAa,CAAQ;QAKhC,aAAQ,GAAG,GAAW,EAAE;YAC7B,OAAO,IAAI,CAAC,WAAW,CAAC;QAC1B,CAAC,CAAC;IAJF,CAAC;CAKF;AA/BD,wEA+BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./common-service-messaging-settings"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sEAAoD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/config/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/config/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./admin"), exports);
|
|
18
18
|
__exportStar(require("./ax-auth"), exports);
|
|
19
19
|
__exportStar(require("./billing"), exports);
|
|
20
|
+
__exportStar(require("./common"), exports);
|
|
20
21
|
__exportStar(require("./hosting"), exports);
|
|
21
22
|
__exportStar(require("./id"), exports);
|
|
22
23
|
__exportStar(require("./image"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/config/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,iDAA+B;AAC/B,mDAAiC;AACjC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,wCAAsB;AACtB,8DAA4C;AAC5C,yCAAuB;AACvB,0CAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/config/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,2CAAyB;AACzB,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,iDAA+B;AAC/B,mDAAiC;AACjC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,wCAAsB;AACtB,8DAA4C;AAC5C,yCAAuB;AACvB,0CAAwB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const PerformItemChangeCommandSchema: {
|
|
2
|
+
$schema: string;
|
|
3
|
+
type: string;
|
|
4
|
+
title: string;
|
|
5
|
+
description: string;
|
|
6
|
+
additionalProperties: boolean;
|
|
7
|
+
required: string[];
|
|
8
|
+
properties: {
|
|
9
|
+
table_name: {
|
|
10
|
+
type: string;
|
|
11
|
+
minLength: number;
|
|
12
|
+
pattern: string;
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
action: {
|
|
16
|
+
type: string;
|
|
17
|
+
enum: string[];
|
|
18
|
+
title: string;
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
stringified_condition: {
|
|
22
|
+
type: string;
|
|
23
|
+
minLength: number;
|
|
24
|
+
pattern: string;
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
stringified_payload: {
|
|
28
|
+
type: string;
|
|
29
|
+
minLength: number;
|
|
30
|
+
pattern: string;
|
|
31
|
+
description: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/common/commands/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PerformItemChangeCommandSchema = void 0;
|
|
4
|
+
const PerformItemChangeCommand = require("./perform-item-change-command.json");
|
|
5
|
+
exports.PerformItemChangeCommandSchema = PerformItemChangeCommand;
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/common/commands/index.ts"],"names":[],"mappings":";;;AAAA,+EAA+E;AAElE,QAAA,8BAA8B,GAAG,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "perform_item_change_command",
|
|
5
|
+
"description": "Command schema to issue a change in a entity triggered by a bulk-edit operation.",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"table_name",
|
|
9
|
+
"action",
|
|
10
|
+
"stringified_condition",
|
|
11
|
+
"stringified_payload"
|
|
12
|
+
],
|
|
13
|
+
"properties": {
|
|
14
|
+
"table_name": {
|
|
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
|
+
"action": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"enum": [
|
|
23
|
+
"SET_FIELD_VALUES",
|
|
24
|
+
"ADD_RELATED_ENTITY",
|
|
25
|
+
"REMOVE_RELATED_ENTITY"
|
|
26
|
+
],
|
|
27
|
+
"title": "bulk_action_type",
|
|
28
|
+
"description": "The type of action to perform on the database table."
|
|
29
|
+
},
|
|
30
|
+
"stringified_condition": {
|
|
31
|
+
"type": "string",
|
|
32
|
+
"minLength": 1,
|
|
33
|
+
"pattern": "^$|.*\\S.*",
|
|
34
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
35
|
+
},
|
|
36
|
+
"stringified_payload": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"minLength": 1,
|
|
39
|
+
"pattern": "^$|.*\\S.*",
|
|
40
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/schemas/payloads/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./commands"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/schemas/payloads/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/schemas/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/schemas/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./admin"), exports);
|
|
18
18
|
__exportStar(require("./ax-auth"), exports);
|
|
19
19
|
__exportStar(require("./billing"), exports);
|
|
20
|
+
__exportStar(require("./common"), exports);
|
|
20
21
|
__exportStar(require("./hosting"), exports);
|
|
21
22
|
__exportStar(require("./id"), exports);
|
|
22
23
|
__exportStar(require("./image"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/schemas/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,iDAA+B;AAC/B,mDAAiC;AACjC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,wCAAsB;AACtB,8DAA4C;AAC5C,yCAAuB;AACvB,0CAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/schemas/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,2CAAyB;AACzB,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,iDAA+B;AAC/B,mDAAiC;AACjC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,wCAAsB;AACtB,8DAA4C;AAC5C,yCAAuB;AACvB,0CAAwB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './perform-item-change-command';
|
|
2
|
+
export declare enum CommonCommandsSchemas {
|
|
3
|
+
PerformItemChangeCommand = "payloads/common/commands/perform-item-change-command.json"
|
|
4
|
+
}
|
|
5
|
+
export declare enum CommonCommandsTypes {
|
|
6
|
+
PerformItemChangeCommand = "PerformItemChangeCommand"
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/common/commands/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAE9C,oBAAY,qBAAqB;IAC/B,wBAAwB,8DAA8D;CACvF;AAED,oBAAY,mBAAmB;IAC7B,wBAAwB,6BAA6B;CACtD"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.CommonCommandsTypes = exports.CommonCommandsSchemas = void 0;
|
|
18
|
+
__exportStar(require("./perform-item-change-command"), exports);
|
|
19
|
+
var CommonCommandsSchemas;
|
|
20
|
+
(function (CommonCommandsSchemas) {
|
|
21
|
+
CommonCommandsSchemas["PerformItemChangeCommand"] = "payloads/common/commands/perform-item-change-command.json";
|
|
22
|
+
})(CommonCommandsSchemas = exports.CommonCommandsSchemas || (exports.CommonCommandsSchemas = {}));
|
|
23
|
+
var CommonCommandsTypes;
|
|
24
|
+
(function (CommonCommandsTypes) {
|
|
25
|
+
CommonCommandsTypes["PerformItemChangeCommand"] = "PerformItemChangeCommand";
|
|
26
|
+
})(CommonCommandsTypes = exports.CommonCommandsTypes || (exports.CommonCommandsTypes = {}));
|
|
27
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/common/commands/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gEAA8C;AAE9C,IAAY,qBAEX;AAFD,WAAY,qBAAqB;IAC/B,+GAAsF,CAAA;AACxF,CAAC,EAFW,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAEhC;AAED,IAAY,mBAEX;AAFD,WAAY,mBAAmB;IAC7B,4EAAqD,CAAA;AACvD,CAAC,EAFW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAE9B"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { BulkActionType } from '../types/bulk-action-type';
|
|
2
|
+
/**
|
|
3
|
+
* Command schema to issue a change in a entity triggered by a bulk-edit operation.
|
|
4
|
+
*/
|
|
5
|
+
export interface PerformItemChangeCommand {
|
|
6
|
+
/**
|
|
7
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
8
|
+
*/
|
|
9
|
+
table_name: string;
|
|
10
|
+
/**
|
|
11
|
+
* The type of action to perform on the database table.
|
|
12
|
+
*/
|
|
13
|
+
action: BulkActionType;
|
|
14
|
+
/**
|
|
15
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
16
|
+
*/
|
|
17
|
+
stringified_condition: string;
|
|
18
|
+
/**
|
|
19
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
20
|
+
*/
|
|
21
|
+
stringified_payload: string;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=perform-item-change-command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"perform-item-change-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/common/commands/perform-item-change-command.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,MAAM,EAAE,cAAc,CAAC;IACvB;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,mBAAmB,EAAE,MAAM,CAAC;CAC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"perform-item-change-command.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/common/commands/perform-item-change-command.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/generated/types/payloads/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./commands"), exports);
|
|
18
|
+
__exportStar(require("./types"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/generated/types/payloads/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,0CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-action-type.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/common/types/bulk-action-type.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,kBAAkB,GAAG,oBAAoB,GAAG,uBAAuB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bulk-action-type.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/common/types/bulk-action-type.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/common/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./bulk-action-type"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/common/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/types/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/generated/types/payloads/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,MAAM,CAAC;AACrB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,6BAA6B,CAAC;AAC5C,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC"}
|
|
@@ -17,6 +17,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./admin"), exports);
|
|
18
18
|
__exportStar(require("./ax-auth"), exports);
|
|
19
19
|
__exportStar(require("./billing"), exports);
|
|
20
|
+
__exportStar(require("./common"), exports);
|
|
20
21
|
__exportStar(require("./hosting"), exports);
|
|
21
22
|
__exportStar(require("./id"), exports);
|
|
22
23
|
__exportStar(require("./image"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/types/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,iDAA+B;AAC/B,mDAAiC;AACjC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,wCAAsB;AACtB,8DAA4C;AAC5C,yCAAuB;AACvB,0CAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/types/payloads/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,4CAA0B;AAC1B,4CAA0B;AAC1B,2CAAyB;AACzB,4CAA0B;AAC1B,uCAAqB;AACrB,0CAAwB;AACxB,iDAA+B;AAC/B,mDAAiC;AACjC,wDAAsC;AACtC,oDAAkC;AAClC,mDAAiC;AACjC,wCAAsB;AACtB,8DAA4C;AAC5C,yCAAuB;AACvB,0CAAwB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-messages",
|
|
3
|
-
"version": "0.53.0-rc.
|
|
3
|
+
"version": "0.53.0-rc.4",
|
|
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.43.0-rc.
|
|
33
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.24.0-rc.
|
|
32
|
+
"@axinom/mosaic-cli": "^0.43.0-rc.4",
|
|
33
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.24.0-rc.4",
|
|
34
34
|
"@types/glob": "^7.1.3",
|
|
35
35
|
"@types/node": "^18.11.18",
|
|
36
36
|
"chokidar-cli": "^3.0.0",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "6b7371f3ae6db64b9ba831680b4a0af604e38372"
|
|
47
47
|
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { MessagingSettings } from '@axinom/mosaic-message-bus-abstractions';
|
|
2
|
+
|
|
3
|
+
export class CommonServiceMessagingSettings implements MessagingSettings {
|
|
4
|
+
/**
|
|
5
|
+
* Defines the messaging settings for the command with message type
|
|
6
|
+
* "PerformItemChange" and aggregate type "environment".
|
|
7
|
+
* The aggregate ID field must contain the value of the "environment ID" field.
|
|
8
|
+
*/
|
|
9
|
+
public static GetPerformItemChangeSettings(serviceId: string) {
|
|
10
|
+
return new CommonServiceMessagingSettings(
|
|
11
|
+
serviceId,
|
|
12
|
+
'PerformItemChange',
|
|
13
|
+
'inbox',
|
|
14
|
+
'generic_entity_type.perform_item_change',
|
|
15
|
+
'command',
|
|
16
|
+
'environment'
|
|
17
|
+
);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
private constructor(
|
|
21
|
+
public readonly serviceId: string,
|
|
22
|
+
public readonly messageType: string,
|
|
23
|
+
public readonly queue: string,
|
|
24
|
+
public readonly routingKey: string,
|
|
25
|
+
public readonly action: 'command' | 'event',
|
|
26
|
+
public readonly aggregateType: string,
|
|
27
|
+
) {
|
|
28
|
+
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
public toString = (): string => {
|
|
32
|
+
return this.messageType;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './common-service-messaging-settings';
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"type": "object",
|
|
4
|
+
"title": "perform_item_change_command",
|
|
5
|
+
"description": "Command schema to issue a change in a entity triggered by a bulk-edit operation.",
|
|
6
|
+
"additionalProperties": false,
|
|
7
|
+
"required": [
|
|
8
|
+
"table_name",
|
|
9
|
+
"action",
|
|
10
|
+
"stringified_condition",
|
|
11
|
+
"stringified_payload"
|
|
12
|
+
],
|
|
13
|
+
"properties": {
|
|
14
|
+
"table_name": {
|
|
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
|
+
"action": {
|
|
21
|
+
"type": "string",
|
|
22
|
+
"enum": [
|
|
23
|
+
"SET_FIELD_VALUES",
|
|
24
|
+
"ADD_RELATED_ENTITY",
|
|
25
|
+
"REMOVE_RELATED_ENTITY"
|
|
26
|
+
],
|
|
27
|
+
"title": "bulk_action_type",
|
|
28
|
+
"description": "The type of action to perform on the database table."
|
|
29
|
+
},
|
|
30
|
+
"stringified_condition": {
|
|
31
|
+
"type": "string",
|
|
32
|
+
"minLength": 1,
|
|
33
|
+
"pattern": "^$|.*\\S.*",
|
|
34
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
35
|
+
},
|
|
36
|
+
"stringified_payload": {
|
|
37
|
+
"type": "string",
|
|
38
|
+
"minLength": 1,
|
|
39
|
+
"pattern": "^$|.*\\S.*",
|
|
40
|
+
"description": "The string has a minimum length of one character and it cannot consist of only whitespace characters."
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './commands';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export * from './perform-item-change-command';
|
|
2
|
+
|
|
3
|
+
export enum CommonCommandsSchemas {
|
|
4
|
+
PerformItemChangeCommand = 'payloads/common/commands/perform-item-change-command.json'
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export enum CommonCommandsTypes {
|
|
8
|
+
PerformItemChangeCommand = 'PerformItemChangeCommand'
|
|
9
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { BulkActionType } from '../types/bulk-action-type';
|
|
2
|
+
/**
|
|
3
|
+
* Command schema to issue a change in a entity triggered by a bulk-edit operation.
|
|
4
|
+
*/
|
|
5
|
+
export interface PerformItemChangeCommand {
|
|
6
|
+
/**
|
|
7
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
8
|
+
*/
|
|
9
|
+
table_name: string;
|
|
10
|
+
/**
|
|
11
|
+
* The type of action to perform on the database table.
|
|
12
|
+
*/
|
|
13
|
+
action: BulkActionType;
|
|
14
|
+
/**
|
|
15
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
16
|
+
*/
|
|
17
|
+
stringified_condition: string;
|
|
18
|
+
/**
|
|
19
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
20
|
+
*/
|
|
21
|
+
stringified_payload: string;
|
|
22
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './bulk-action-type';
|