@axinom/mosaic-messages 0.40.0-rc.9 → 0.40.1
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/schemas/payloads/sdu/commands/index.d.ts +18 -0
- package/dist/generated/schemas/payloads/sdu/commands/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/sdu/commands/sdu-service-deployment-deploy-command.json +9 -0
- package/dist/generated/schemas/payloads/sdu/commands/sdu-service-deployment-undeploy-command.json +9 -0
- package/dist/generated/types/payloads/sdu/commands/sdu-service-deployment-undeploy-command.d.ts +6 -0
- package/dist/generated/types/payloads/sdu/commands/sdu-service-deployment-undeploy-command.d.ts.map +1 -1
- package/dist/generated/types/payloads/sdu/types/k8s-config.d.ts +6 -0
- package/dist/generated/types/payloads/sdu/types/k8s-config.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/generated/schemas/payloads/sdu/commands/sdu-service-deployment-deploy-command.json +9 -0
- package/src/generated/schemas/payloads/sdu/commands/sdu-service-deployment-undeploy-command.json +9 -0
- package/src/generated/types/payloads/sdu/commands/sdu-service-deployment-undeploy-command.ts +4 -0
- package/src/generated/types/payloads/sdu/types/k8s-config.ts +4 -0
|
@@ -444,6 +444,15 @@ export declare const SduServiceDeploymentDeployCommandSchema: {
|
|
|
444
444
|
};
|
|
445
445
|
};
|
|
446
446
|
};
|
|
447
|
+
custom_object_definitions: {
|
|
448
|
+
type: string;
|
|
449
|
+
additionalItems: boolean;
|
|
450
|
+
description: string;
|
|
451
|
+
items: {
|
|
452
|
+
type: string;
|
|
453
|
+
description: string;
|
|
454
|
+
};
|
|
455
|
+
};
|
|
447
456
|
};
|
|
448
457
|
};
|
|
449
458
|
};
|
|
@@ -513,6 +522,15 @@ export declare const SduServiceDeploymentUndeployCommandSchema: {
|
|
|
513
522
|
type: string;
|
|
514
523
|
description: string;
|
|
515
524
|
};
|
|
525
|
+
custom_object_definitions: {
|
|
526
|
+
type: string;
|
|
527
|
+
additionalItems: boolean;
|
|
528
|
+
description: string;
|
|
529
|
+
items: {
|
|
530
|
+
type: string;
|
|
531
|
+
description: string;
|
|
532
|
+
};
|
|
533
|
+
};
|
|
516
534
|
};
|
|
517
535
|
};
|
|
518
536
|
export declare const SduStorageCreateCommandSchema: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/sdu/commands/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsB,CAAC;AAC7D,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsB,CAAC;AAC7D,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,uCAAuC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/sdu/commands/index.ts"],"names":[],"mappings":"AAWA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsB,CAAC;AAC7D,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsB,CAAC;AAC7D,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsC,CAAC;AAC7F,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC"}
|
package/dist/generated/schemas/payloads/sdu/commands/sdu-service-deployment-deploy-command.json
CHANGED
|
@@ -169,6 +169,15 @@
|
|
|
169
169
|
"description": "Memory size"
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
+
},
|
|
173
|
+
"custom_object_definitions": {
|
|
174
|
+
"type": "array",
|
|
175
|
+
"additionalItems": false,
|
|
176
|
+
"description": "An array of custom object definitions to be created along with the service deployment",
|
|
177
|
+
"items": {
|
|
178
|
+
"type": "object",
|
|
179
|
+
"description": "A custom object definition to be created"
|
|
180
|
+
}
|
|
172
181
|
}
|
|
173
182
|
}
|
|
174
183
|
}
|
package/dist/generated/schemas/payloads/sdu/commands/sdu-service-deployment-undeploy-command.json
CHANGED
|
@@ -51,6 +51,15 @@
|
|
|
51
51
|
"service_id": {
|
|
52
52
|
"type": "string",
|
|
53
53
|
"description": "A human readable ID for the service (i.e. media-service)"
|
|
54
|
+
},
|
|
55
|
+
"custom_object_definitions": {
|
|
56
|
+
"type": "array",
|
|
57
|
+
"additionalItems": false,
|
|
58
|
+
"description": "An array of custom object definitions that needs to be cleaned-up with the service deployment",
|
|
59
|
+
"items": {
|
|
60
|
+
"type": "object",
|
|
61
|
+
"description": "A custom object definition to be deleted"
|
|
62
|
+
}
|
|
54
63
|
}
|
|
55
64
|
}
|
|
56
65
|
}
|
package/dist/generated/types/payloads/sdu/commands/sdu-service-deployment-undeploy-command.d.ts
CHANGED
|
@@ -26,5 +26,11 @@ export interface SduServiceDeploymentUndeployCommand {
|
|
|
26
26
|
* A human readable ID for the service (i.e. media-service)
|
|
27
27
|
*/
|
|
28
28
|
service_id: string;
|
|
29
|
+
/**
|
|
30
|
+
* An array of custom object definitions that needs to be cleaned-up with the service deployment
|
|
31
|
+
*/
|
|
32
|
+
custom_object_definitions?: {
|
|
33
|
+
[name: string]: unknown;
|
|
34
|
+
}[];
|
|
29
35
|
}
|
|
30
36
|
//# sourceMappingURL=sdu-service-deployment-undeploy-command.d.ts.map
|
package/dist/generated/types/payloads/sdu/commands/sdu-service-deployment-undeploy-command.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdu-service-deployment-undeploy-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/sdu/commands/sdu-service-deployment-undeploy-command.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"sdu-service-deployment-undeploy-command.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/sdu/commands/sdu-service-deployment-undeploy-command.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAClD;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,yBAAyB,CAAC,EAAE;QAAE,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,EAAE,CAAC;CAC3D"}
|
|
@@ -28,5 +28,11 @@ export interface K8sConfig {
|
|
|
28
28
|
* Resource requests and limits object to specify CPU and Memory constraints for a pod
|
|
29
29
|
*/
|
|
30
30
|
resource_limits?: K8sResourceConfig;
|
|
31
|
+
/**
|
|
32
|
+
* An array of custom object definitions to be created along with the service deployment
|
|
33
|
+
*/
|
|
34
|
+
custom_object_definitions?: {
|
|
35
|
+
[name: string]: unknown;
|
|
36
|
+
}[];
|
|
31
37
|
}
|
|
32
38
|
//# sourceMappingURL=k8s-config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"k8s-config.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/sdu/types/k8s-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,kBAAkB,EAAE,eAAe,EAAE,CAAC;IACtC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;OAEG;IACH,eAAe,CAAC,EAAE,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"k8s-config.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/sdu/types/k8s-config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,kBAAkB,EAAE,eAAe,EAAE,CAAC;IACtC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC;;OAEG;IACH,eAAe,CAAC,EAAE,iBAAiB,CAAC;IACpC;;OAEG;IACH,yBAAyB,CAAC,EAAE;QAAE,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,EAAE,CAAC;CAC3D"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-messages",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.1",
|
|
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.30.0
|
|
33
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.11.0
|
|
32
|
+
"@axinom/mosaic-cli": "^0.30.0",
|
|
33
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.11.0",
|
|
34
34
|
"@types/glob": "^7.1.3",
|
|
35
35
|
"@types/node": "^18.11.18",
|
|
36
36
|
"concurrently": "^5.3.0",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "e0fcac71cc97da96b06f19fc328bb5b359b7fd82"
|
|
47
47
|
}
|
package/src/generated/schemas/payloads/sdu/commands/sdu-service-deployment-deploy-command.json
CHANGED
|
@@ -169,6 +169,15 @@
|
|
|
169
169
|
"description": "Memory size"
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
|
+
},
|
|
173
|
+
"custom_object_definitions": {
|
|
174
|
+
"type": "array",
|
|
175
|
+
"additionalItems": false,
|
|
176
|
+
"description": "An array of custom object definitions to be created along with the service deployment",
|
|
177
|
+
"items": {
|
|
178
|
+
"type": "object",
|
|
179
|
+
"description": "A custom object definition to be created"
|
|
180
|
+
}
|
|
172
181
|
}
|
|
173
182
|
}
|
|
174
183
|
}
|
package/src/generated/schemas/payloads/sdu/commands/sdu-service-deployment-undeploy-command.json
CHANGED
|
@@ -51,6 +51,15 @@
|
|
|
51
51
|
"service_id": {
|
|
52
52
|
"type": "string",
|
|
53
53
|
"description": "A human readable ID for the service (i.e. media-service)"
|
|
54
|
+
},
|
|
55
|
+
"custom_object_definitions": {
|
|
56
|
+
"type": "array",
|
|
57
|
+
"additionalItems": false,
|
|
58
|
+
"description": "An array of custom object definitions that needs to be cleaned-up with the service deployment",
|
|
59
|
+
"items": {
|
|
60
|
+
"type": "object",
|
|
61
|
+
"description": "A custom object definition to be deleted"
|
|
62
|
+
}
|
|
54
63
|
}
|
|
55
64
|
}
|
|
56
65
|
}
|
package/src/generated/types/payloads/sdu/commands/sdu-service-deployment-undeploy-command.ts
CHANGED
|
@@ -26,4 +26,8 @@ export interface SduServiceDeploymentUndeployCommand {
|
|
|
26
26
|
* A human readable ID for the service (i.e. media-service)
|
|
27
27
|
*/
|
|
28
28
|
service_id: string;
|
|
29
|
+
/**
|
|
30
|
+
* An array of custom object definitions that needs to be cleaned-up with the service deployment
|
|
31
|
+
*/
|
|
32
|
+
custom_object_definitions?: { [name: string]: unknown }[];
|
|
29
33
|
}
|
|
@@ -28,4 +28,8 @@ export interface K8sConfig {
|
|
|
28
28
|
* Resource requests and limits object to specify CPU and Memory constraints for a pod
|
|
29
29
|
*/
|
|
30
30
|
resource_limits?: K8sResourceConfig;
|
|
31
|
+
/**
|
|
32
|
+
* An array of custom object definitions to be created along with the service deployment
|
|
33
|
+
*/
|
|
34
|
+
custom_object_definitions?: { [name: string]: unknown }[];
|
|
31
35
|
}
|