@axinom/mosaic-messages 0.60.0-rc.0 → 0.60.0-rc.10

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.
Files changed (47) hide show
  1. package/dist/generated/config/payloads/sdu/sdu-service-messaging-settings.d.ts +18 -0
  2. package/dist/generated/config/payloads/sdu/sdu-service-messaging-settings.d.ts.map +1 -1
  3. package/dist/generated/config/payloads/sdu/sdu-service-messaging-settings.js +18 -0
  4. package/dist/generated/config/payloads/sdu/sdu-service-messaging-settings.js.map +1 -1
  5. package/dist/generated/schemas/payloads/sdu/commands/index.d.ts +54 -0
  6. package/dist/generated/schemas/payloads/sdu/commands/index.d.ts.map +1 -1
  7. package/dist/generated/schemas/payloads/sdu/commands/index.js +3 -1
  8. package/dist/generated/schemas/payloads/sdu/commands/index.js.map +1 -1
  9. package/dist/generated/schemas/payloads/sdu/commands/sdu-service-scale-service-deployment-command.json +62 -0
  10. package/dist/generated/schemas/payloads/sdu/events/index.d.ts +127 -0
  11. package/dist/generated/schemas/payloads/sdu/events/index.d.ts.map +1 -1
  12. package/dist/generated/schemas/payloads/sdu/events/index.js +5 -1
  13. package/dist/generated/schemas/payloads/sdu/events/index.js.map +1 -1
  14. package/dist/generated/schemas/payloads/sdu/events/sdu-service-scale-service-deployment-failed-event.json +89 -0
  15. package/dist/generated/schemas/payloads/sdu/events/sdu-service-scale-service-deployment-finished-event.json +56 -0
  16. package/dist/generated/types/payloads/sdu/commands/index.d.ts +3 -0
  17. package/dist/generated/types/payloads/sdu/commands/index.d.ts.map +1 -1
  18. package/dist/generated/types/payloads/sdu/commands/index.js +3 -0
  19. package/dist/generated/types/payloads/sdu/commands/index.js.map +1 -1
  20. package/dist/generated/types/payloads/sdu/commands/sdu-service-scale-service-deployment-command.d.ts +34 -0
  21. package/dist/generated/types/payloads/sdu/commands/sdu-service-scale-service-deployment-command.d.ts.map +1 -0
  22. package/dist/generated/types/payloads/sdu/commands/sdu-service-scale-service-deployment-command.js +3 -0
  23. package/dist/generated/types/payloads/sdu/commands/sdu-service-scale-service-deployment-command.js.map +1 -0
  24. package/dist/generated/types/payloads/sdu/events/index.d.ts +6 -0
  25. package/dist/generated/types/payloads/sdu/events/index.d.ts.map +1 -1
  26. package/dist/generated/types/payloads/sdu/events/index.js +6 -0
  27. package/dist/generated/types/payloads/sdu/events/index.js.map +1 -1
  28. package/dist/generated/types/payloads/sdu/events/sdu-service-scale-service-deployment-failed-event.d.ts +39 -0
  29. package/dist/generated/types/payloads/sdu/events/sdu-service-scale-service-deployment-failed-event.d.ts.map +1 -0
  30. package/dist/generated/types/payloads/sdu/events/sdu-service-scale-service-deployment-failed-event.js +3 -0
  31. package/dist/generated/types/payloads/sdu/events/sdu-service-scale-service-deployment-failed-event.js.map +1 -0
  32. package/dist/generated/types/payloads/sdu/events/sdu-service-scale-service-deployment-finished-event.d.ts +30 -0
  33. package/dist/generated/types/payloads/sdu/events/sdu-service-scale-service-deployment-finished-event.d.ts.map +1 -0
  34. package/dist/generated/types/payloads/sdu/events/sdu-service-scale-service-deployment-finished-event.js +3 -0
  35. package/dist/generated/types/payloads/sdu/events/sdu-service-scale-service-deployment-finished-event.js.map +1 -0
  36. package/package.json +3 -3
  37. package/src/generated/config/payloads/sdu/sdu-service-messaging-settings.ts +36 -0
  38. package/src/generated/schemas/payloads/sdu/commands/index.ts +2 -0
  39. package/src/generated/schemas/payloads/sdu/commands/sdu-service-scale-service-deployment-command.json +62 -0
  40. package/src/generated/schemas/payloads/sdu/events/index.ts +4 -0
  41. package/src/generated/schemas/payloads/sdu/events/sdu-service-scale-service-deployment-failed-event.json +89 -0
  42. package/src/generated/schemas/payloads/sdu/events/sdu-service-scale-service-deployment-finished-event.json +56 -0
  43. package/src/generated/types/payloads/sdu/commands/index.ts +3 -0
  44. package/src/generated/types/payloads/sdu/commands/sdu-service-scale-service-deployment-command.ts +33 -0
  45. package/src/generated/types/payloads/sdu/events/index.ts +6 -0
  46. package/src/generated/types/payloads/sdu/events/sdu-service-scale-service-deployment-failed-event.ts +38 -0
  47. package/src/generated/types/payloads/sdu/events/sdu-service-scale-service-deployment-finished-event.ts +29 -0
@@ -65,6 +65,12 @@ export declare class SduServiceMessagingSettings implements MessagingSettings {
65
65
  * The aggregate ID field must contain the value of the "environment ID" field.
66
66
  */
67
67
  static SduServiceDeploymentUndeploy: SduServiceMessagingSettings;
68
+ /**
69
+ * Defines the messaging settings for the command with message type
70
+ * "SduServiceScaleServiceDeployment" and aggregate type "service".
71
+ * The aggregate ID field must contain the value of the "environment ID" field.
72
+ */
73
+ static SduServiceScaleServiceDeployment: SduServiceMessagingSettings;
68
74
  /**
69
75
  * Defines the messaging settings for the event with message type
70
76
  * "SduStorageCreateFinished" and aggregate type "storage".
@@ -185,6 +191,18 @@ export declare class SduServiceMessagingSettings implements MessagingSettings {
185
191
  * The aggregate ID field contains the value of the "environment ID" field.
186
192
  */
187
193
  static SduServiceDeploymentUndeployFailed: SduServiceMessagingSettings;
194
+ /**
195
+ * Defines the messaging settings for the event with message type
196
+ * "SduServiceScaleServiceDeploymentFinished" and aggregate type "service".
197
+ * The aggregate ID field contains the value of the "environment ID" field.
198
+ */
199
+ static SduServiceScaleServiceDeploymentFinished: SduServiceMessagingSettings;
200
+ /**
201
+ * Defines the messaging settings for the event with message type
202
+ * "SduServiceScaleServiceDeploymentFailed" and aggregate type "service".
203
+ * The aggregate ID field contains the value of the "environment ID" field.
204
+ */
205
+ static SduServiceScaleServiceDeploymentFailed: SduServiceMessagingSettings;
188
206
  readonly serviceId = "ax-sdu-service";
189
207
  private constructor();
190
208
  toString: () => string;
@@ -1 +1 @@
1
- {"version":3,"file":"sdu-service-messaging-settings.d.ts","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/sdu/sdu-service-messaging-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE5E,qBAAa,2BAA4B,YAAW,iBAAiB;aA6WjD,WAAW,EAAE,MAAM;aACnB,KAAK,EAAE,MAAM;aACb,UAAU,EAAE,MAAM;aAClB,MAAM,EAAE,SAAS,GAAG,OAAO;aAC3B,aAAa,EAAE,MAAM;IAhXvC;;;;OAIG;IACH,OAAc,gBAAgB,8BAM1B;IACJ;;;;OAIG;IACH,OAAc,gBAAgB,8BAM1B;IACJ;;;;OAIG;IACH,OAAc,iBAAiB,8BAM3B;IACJ;;;;OAIG;IACH,OAAc,iBAAiB,8BAM3B;IACJ;;;;OAIG;IACH,OAAc,sBAAsB,8BAMhC;IACJ;;;;OAIG;IACH,OAAc,sBAAsB,8BAMhC;IACJ;;;;OAIG;IACH,OAAc,YAAY,8BAMtB;IACJ;;;;OAIG;IACH,OAAc,YAAY,8BAMtB;IACJ;;;;OAIG;IACH,OAAc,0BAA0B,8BAMpC;IACJ;;;;OAIG;IACH,OAAc,4BAA4B,8BAMtC;IACJ;;;;OAIG;IACH,OAAc,wBAAwB,8BAMlC;IACJ;;;;OAIG;IACH,OAAc,sBAAsB,8BAMhC;IACJ;;;;OAIG;IACH,OAAc,wBAAwB,8BAMlC;IACJ;;;;OAIG;IACH,OAAc,sBAAsB,8BAMhC;IACJ;;;;OAIG;IACH,OAAc,yBAAyB,8BAMnC;IACJ;;;;OAIG;IACH,OAAc,uBAAuB,8BAMjC;IACJ;;;;OAIG;IACH,OAAc,yBAAyB,8BAMnC;IACJ;;;;OAIG;IACH,OAAc,uBAAuB,8BAMjC;IACJ;;;;OAIG;IACH,OAAc,8BAA8B,8BAMxC;IACJ;;;;OAIG;IACH,OAAc,4BAA4B,8BAMtC;IACJ;;;;OAIG;IACH,OAAc,8BAA8B,8BAMxC;IACJ;;;;OAIG;IACH,OAAc,4BAA4B,8BAMtC;IACJ;;;;OAIG;IACH,OAAc,oBAAoB,8BAM9B;IACJ;;;;OAIG;IACH,OAAc,kBAAkB,8BAM5B;IACJ;;;;OAIG;IACH,OAAc,oBAAoB,8BAM9B;IACJ;;;;OAIG;IACH,OAAc,kBAAkB,8BAM5B;IACJ;;;;OAIG;IACH,OAAc,kCAAkC,8BAM5C;IACJ;;;;OAIG;IACH,OAAc,gCAAgC,8BAM1C;IACJ;;;;OAIG;IACH,OAAc,oCAAoC,8BAM9C;IACJ;;;;OAIG;IACH,OAAc,kCAAkC,8BAM5C;IAEJ,SAAgB,SAAS,oBAAoB;IAE7C,OAAO;IAUA,QAAQ,QAAO,MAAM,CAE1B;CACH"}
1
+ {"version":3,"file":"sdu-service-messaging-settings.d.ts","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/sdu/sdu-service-messaging-settings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,yCAAyC,CAAC;AAE5E,qBAAa,2BAA4B,YAAW,iBAAiB;aAiZjD,WAAW,EAAE,MAAM;aACnB,KAAK,EAAE,MAAM;aACb,UAAU,EAAE,MAAM;aAClB,MAAM,EAAE,SAAS,GAAG,OAAO;aAC3B,aAAa,EAAE,MAAM;IApZvC;;;;OAIG;IACH,OAAc,gBAAgB,8BAM1B;IACJ;;;;OAIG;IACH,OAAc,gBAAgB,8BAM1B;IACJ;;;;OAIG;IACH,OAAc,iBAAiB,8BAM3B;IACJ;;;;OAIG;IACH,OAAc,iBAAiB,8BAM3B;IACJ;;;;OAIG;IACH,OAAc,sBAAsB,8BAMhC;IACJ;;;;OAIG;IACH,OAAc,sBAAsB,8BAMhC;IACJ;;;;OAIG;IACH,OAAc,YAAY,8BAMtB;IACJ;;;;OAIG;IACH,OAAc,YAAY,8BAMtB;IACJ;;;;OAIG;IACH,OAAc,0BAA0B,8BAMpC;IACJ;;;;OAIG;IACH,OAAc,4BAA4B,8BAMtC;IACJ;;;;OAIG;IACH,OAAc,gCAAgC,8BAM1C;IACJ;;;;OAIG;IACH,OAAc,wBAAwB,8BAMlC;IACJ;;;;OAIG;IACH,OAAc,sBAAsB,8BAMhC;IACJ;;;;OAIG;IACH,OAAc,wBAAwB,8BAMlC;IACJ;;;;OAIG;IACH,OAAc,sBAAsB,8BAMhC;IACJ;;;;OAIG;IACH,OAAc,yBAAyB,8BAMnC;IACJ;;;;OAIG;IACH,OAAc,uBAAuB,8BAMjC;IACJ;;;;OAIG;IACH,OAAc,yBAAyB,8BAMnC;IACJ;;;;OAIG;IACH,OAAc,uBAAuB,8BAMjC;IACJ;;;;OAIG;IACH,OAAc,8BAA8B,8BAMxC;IACJ;;;;OAIG;IACH,OAAc,4BAA4B,8BAMtC;IACJ;;;;OAIG;IACH,OAAc,8BAA8B,8BAMxC;IACJ;;;;OAIG;IACH,OAAc,4BAA4B,8BAMtC;IACJ;;;;OAIG;IACH,OAAc,oBAAoB,8BAM9B;IACJ;;;;OAIG;IACH,OAAc,kBAAkB,8BAM5B;IACJ;;;;OAIG;IACH,OAAc,oBAAoB,8BAM9B;IACJ;;;;OAIG;IACH,OAAc,kBAAkB,8BAM5B;IACJ;;;;OAIG;IACH,OAAc,kCAAkC,8BAM5C;IACJ;;;;OAIG;IACH,OAAc,gCAAgC,8BAM1C;IACJ;;;;OAIG;IACH,OAAc,oCAAoC,8BAM9C;IACJ;;;;OAIG;IACH,OAAc,kCAAkC,8BAM5C;IACJ;;;;OAIG;IACH,OAAc,wCAAwC,8BAMlD;IACJ;;;;OAIG;IACH,OAAc,sCAAsC,8BAMhD;IAEJ,SAAgB,SAAS,oBAAoB;IAE7C,OAAO;IAUA,QAAQ,QAAO,MAAM,CAE1B;CACH"}
@@ -74,6 +74,12 @@ SduServiceMessagingSettings.SduServiceDeploymentDeploy = new SduServiceMessaging
74
74
  * The aggregate ID field must contain the value of the "environment ID" field.
75
75
  */
76
76
  SduServiceMessagingSettings.SduServiceDeploymentUndeploy = new SduServiceMessagingSettings('SduServiceDeploymentUndeploy', 'service_deployment:undeploy', 'service_deployment.undeploy', 'command', 'service');
77
+ /**
78
+ * Defines the messaging settings for the command with message type
79
+ * "SduServiceScaleServiceDeployment" and aggregate type "service".
80
+ * The aggregate ID field must contain the value of the "environment ID" field.
81
+ */
82
+ SduServiceMessagingSettings.SduServiceScaleServiceDeployment = new SduServiceMessagingSettings('SduServiceScaleServiceDeployment', 'service_deployment:scale', 'service_deployment.scale', 'command', 'service');
77
83
  /**
78
84
  * Defines the messaging settings for the event with message type
79
85
  * "SduStorageCreateFinished" and aggregate type "storage".
@@ -194,5 +200,17 @@ SduServiceMessagingSettings.SduServiceDeploymentUndeployFinished = new SduServic
194
200
  * The aggregate ID field contains the value of the "environment ID" field.
195
201
  */
196
202
  SduServiceMessagingSettings.SduServiceDeploymentUndeployFailed = new SduServiceMessagingSettings('SduServiceDeploymentUndeployFailed', 'service_deployment:undeploy_failed', 'service_deployment.undeploy_failed', 'event', 'service');
203
+ /**
204
+ * Defines the messaging settings for the event with message type
205
+ * "SduServiceScaleServiceDeploymentFinished" and aggregate type "service".
206
+ * The aggregate ID field contains the value of the "environment ID" field.
207
+ */
208
+ SduServiceMessagingSettings.SduServiceScaleServiceDeploymentFinished = new SduServiceMessagingSettings('SduServiceScaleServiceDeploymentFinished', 'service_deployment:scale_finished', 'service_deployment.scale_finished', 'event', 'service');
209
+ /**
210
+ * Defines the messaging settings for the event with message type
211
+ * "SduServiceScaleServiceDeploymentFailed" and aggregate type "service".
212
+ * The aggregate ID field contains the value of the "environment ID" field.
213
+ */
214
+ SduServiceMessagingSettings.SduServiceScaleServiceDeploymentFailed = new SduServiceMessagingSettings('SduServiceScaleServiceDeploymentFailed', 'service_deployment:scale_failed', 'service_deployment.scale_failed', 'event', 'service');
197
215
  exports.SduServiceMessagingSettings = SduServiceMessagingSettings;
198
216
  //# sourceMappingURL=sdu-service-messaging-settings.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sdu-service-messaging-settings.js","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/sdu/sdu-service-messaging-settings.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sdu-service-messaging-settings.js","sourceRoot":"","sources":["../../../../../src/generated/config/payloads/sdu/sdu-service-messaging-settings.ts"],"names":[],"mappings":"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"}
@@ -533,6 +533,60 @@ export declare const SduServiceDeploymentUndeployCommandSchema: {
533
533
  };
534
534
  };
535
535
  };
536
+ export declare const SduServiceScaleServiceDeploymentCommandSchema: {
537
+ $schema: string;
538
+ type: string;
539
+ title: string;
540
+ description: string;
541
+ additionalProperties: boolean;
542
+ required: string[];
543
+ properties: {
544
+ request_id: {
545
+ type: string;
546
+ minLength: number;
547
+ maxLength: number;
548
+ format: string;
549
+ description: string;
550
+ };
551
+ tenant_id: {
552
+ type: string;
553
+ minLength: number;
554
+ maxLength: number;
555
+ format: string;
556
+ description: string;
557
+ };
558
+ environment_id: {
559
+ type: string;
560
+ minLength: number;
561
+ maxLength: number;
562
+ format: string;
563
+ description: string;
564
+ };
565
+ service_definition_id: {
566
+ type: string;
567
+ minLength: number;
568
+ maxLength: number;
569
+ format: string;
570
+ description: string;
571
+ };
572
+ service_deployment_id: {
573
+ type: string;
574
+ minLength: number;
575
+ maxLength: number;
576
+ format: string;
577
+ description: string;
578
+ };
579
+ service_id: {
580
+ type: string;
581
+ description: string;
582
+ };
583
+ replica_count: {
584
+ type: string;
585
+ minimum: number;
586
+ description: string;
587
+ };
588
+ };
589
+ };
536
590
  export declare const SduStorageCreateCommandSchema: {
537
591
  $schema: string;
538
592
  type: string;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsC,CAAC;AAC7F,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/sdu/commands/index.ts"],"names":[],"mappings":"AAYA,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,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAC;AACrG,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SduStorageDeleteCommandSchema = exports.SduStorageCreateCommandSchema = exports.SduServiceDeploymentUndeployCommandSchema = exports.SduServiceDeploymentDeployCommandSchema = exports.SduSecureStorageDeleteCommandSchema = exports.SduSecureStorageCreateCommandSchema = exports.SduDeleteDnsCommandSchema = exports.SduDeleteDatabaseCommandSchema = exports.SduCreateDnsCommandSchema = exports.SduCreateDatabaseCommandSchema = void 0;
3
+ exports.SduStorageDeleteCommandSchema = exports.SduStorageCreateCommandSchema = exports.SduServiceScaleServiceDeploymentCommandSchema = exports.SduServiceDeploymentUndeployCommandSchema = exports.SduServiceDeploymentDeployCommandSchema = exports.SduSecureStorageDeleteCommandSchema = exports.SduSecureStorageCreateCommandSchema = exports.SduDeleteDnsCommandSchema = exports.SduDeleteDatabaseCommandSchema = exports.SduCreateDnsCommandSchema = exports.SduCreateDatabaseCommandSchema = void 0;
4
4
  const SduCreateDatabaseCommand = require("./sdu-create-database-command.json");
5
5
  const SduCreateDnsCommand = require("./sdu-create-dns-command.json");
6
6
  const SduDeleteDatabaseCommand = require("./sdu-delete-database-command.json");
@@ -9,6 +9,7 @@ const SduSecureStorageCreateCommand = require("./sdu-secure-storage-create-comma
9
9
  const SduSecureStorageDeleteCommand = require("./sdu-secure-storage-delete-command.json");
10
10
  const SduServiceDeploymentDeployCommand = require("./sdu-service-deployment-deploy-command.json");
11
11
  const SduServiceDeploymentUndeployCommand = require("./sdu-service-deployment-undeploy-command.json");
12
+ const SduServiceScaleServiceDeploymentCommand = require("./sdu-service-scale-service-deployment-command.json");
12
13
  const SduStorageCreateCommand = require("./sdu-storage-create-command.json");
13
14
  const SduStorageDeleteCommand = require("./sdu-storage-delete-command.json");
14
15
  exports.SduCreateDatabaseCommandSchema = SduCreateDatabaseCommand;
@@ -19,6 +20,7 @@ exports.SduSecureStorageCreateCommandSchema = SduSecureStorageCreateCommand;
19
20
  exports.SduSecureStorageDeleteCommandSchema = SduSecureStorageDeleteCommand;
20
21
  exports.SduServiceDeploymentDeployCommandSchema = SduServiceDeploymentDeployCommand;
21
22
  exports.SduServiceDeploymentUndeployCommandSchema = SduServiceDeploymentUndeployCommand;
23
+ exports.SduServiceScaleServiceDeploymentCommandSchema = SduServiceScaleServiceDeploymentCommand;
22
24
  exports.SduStorageCreateCommandSchema = SduStorageCreateCommand;
23
25
  exports.SduStorageDeleteCommandSchema = SduStorageDeleteCommand;
24
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/sdu/commands/index.ts"],"names":[],"mappings":";;;AAAA,+EAA+E;AAC/E,qEAAqE;AACrE,+EAA+E;AAC/E,qEAAqE;AACrE,0FAA0F;AAC1F,0FAA0F;AAC1F,kGAAkG;AAClG,sGAAsG;AACtG,6EAA6E;AAC7E,6EAA6E;AAEhE,QAAA,8BAA8B,GAAG,wBAAwB,CAAC;AAC1D,QAAA,yBAAyB,GAAG,mBAAmB,CAAC;AAChD,QAAA,8BAA8B,GAAG,wBAAwB,CAAC;AAC1D,QAAA,yBAAyB,GAAG,mBAAmB,CAAC;AAChD,QAAA,mCAAmC,GAAG,6BAA6B,CAAC;AACpE,QAAA,mCAAmC,GAAG,6BAA6B,CAAC;AACpE,QAAA,uCAAuC,GAAG,iCAAiC,CAAC;AAC5E,QAAA,yCAAyC,GAAG,mCAAmC,CAAC;AAChF,QAAA,6BAA6B,GAAG,uBAAuB,CAAC;AACxD,QAAA,6BAA6B,GAAG,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/sdu/commands/index.ts"],"names":[],"mappings":";;;AAAA,+EAA+E;AAC/E,qEAAqE;AACrE,+EAA+E;AAC/E,qEAAqE;AACrE,0FAA0F;AAC1F,0FAA0F;AAC1F,kGAAkG;AAClG,sGAAsG;AACtG,+GAA+G;AAC/G,6EAA6E;AAC7E,6EAA6E;AAEhE,QAAA,8BAA8B,GAAG,wBAAwB,CAAC;AAC1D,QAAA,yBAAyB,GAAG,mBAAmB,CAAC;AAChD,QAAA,8BAA8B,GAAG,wBAAwB,CAAC;AAC1D,QAAA,yBAAyB,GAAG,mBAAmB,CAAC;AAChD,QAAA,mCAAmC,GAAG,6BAA6B,CAAC;AACpE,QAAA,mCAAmC,GAAG,6BAA6B,CAAC;AACpE,QAAA,uCAAuC,GAAG,iCAAiC,CAAC;AAC5E,QAAA,yCAAyC,GAAG,mCAAmC,CAAC;AAChF,QAAA,6CAA6C,GAAG,uCAAuC,CAAC;AACxF,QAAA,6BAA6B,GAAG,uBAAuB,CAAC;AACxD,QAAA,6BAA6B,GAAG,uBAAuB,CAAC"}
@@ -0,0 +1,62 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-04/schema#",
3
+ "type": "object",
4
+ "title": "sdu_service_scale_service_deployment_command",
5
+ "description": "SDU service scale service deployment",
6
+ "additionalProperties": false,
7
+ "required": [
8
+ "request_id",
9
+ "tenant_id",
10
+ "environment_id",
11
+ "service_definition_id",
12
+ "service_deployment_id",
13
+ "service_id",
14
+ "replica_count"
15
+ ],
16
+ "properties": {
17
+ "request_id": {
18
+ "type": "string",
19
+ "minLength": 32,
20
+ "maxLength": 36,
21
+ "format": "uuid",
22
+ "description": "A UUID."
23
+ },
24
+ "tenant_id": {
25
+ "type": "string",
26
+ "minLength": 32,
27
+ "maxLength": 36,
28
+ "format": "uuid",
29
+ "description": "A UUID."
30
+ },
31
+ "environment_id": {
32
+ "type": "string",
33
+ "minLength": 32,
34
+ "maxLength": 36,
35
+ "format": "uuid",
36
+ "description": "A UUID."
37
+ },
38
+ "service_definition_id": {
39
+ "type": "string",
40
+ "minLength": 32,
41
+ "maxLength": 36,
42
+ "format": "uuid",
43
+ "description": "A UUID."
44
+ },
45
+ "service_deployment_id": {
46
+ "type": "string",
47
+ "minLength": 32,
48
+ "maxLength": 36,
49
+ "format": "uuid",
50
+ "description": "A UUID."
51
+ },
52
+ "service_id": {
53
+ "type": "string",
54
+ "description": "A human readable ID for the service (i.e. media-service)"
55
+ },
56
+ "replica_count": {
57
+ "type": "integer",
58
+ "minimum": 0,
59
+ "description": "A non-negative integer that defines the number of replicas for the deployment."
60
+ }
61
+ }
62
+ }
@@ -847,6 +847,133 @@ export declare const SduServiceDeploymentUndeployFinishedEventSchema: {
847
847
  };
848
848
  };
849
849
  };
850
+ export declare const SduServiceScaleServiceDeploymentFailedEventSchema: {
851
+ $schema: string;
852
+ type: string;
853
+ title: string;
854
+ description: string;
855
+ additionalProperties: boolean;
856
+ required: string[];
857
+ properties: {
858
+ request_id: {
859
+ type: string;
860
+ minLength: number;
861
+ maxLength: number;
862
+ format: string;
863
+ description: string;
864
+ };
865
+ tenant_id: {
866
+ type: string;
867
+ minLength: number;
868
+ maxLength: number;
869
+ format: string;
870
+ description: string;
871
+ };
872
+ environment_id: {
873
+ type: string;
874
+ minLength: number;
875
+ maxLength: number;
876
+ format: string;
877
+ description: string;
878
+ };
879
+ service_definition_id: {
880
+ type: string;
881
+ minLength: number;
882
+ maxLength: number;
883
+ format: string;
884
+ description: string;
885
+ };
886
+ service_deployment_id: {
887
+ type: string;
888
+ minLength: number;
889
+ maxLength: number;
890
+ format: string;
891
+ description: string;
892
+ };
893
+ service_id: {
894
+ type: string;
895
+ description: string;
896
+ };
897
+ error_message: {
898
+ type: string;
899
+ description: string;
900
+ };
901
+ pod_logs: {
902
+ type: string;
903
+ description: string;
904
+ additionalItems: boolean;
905
+ items: {
906
+ type: string;
907
+ title: string;
908
+ additionalProperties: boolean;
909
+ required: string[];
910
+ properties: {
911
+ pod_name: {
912
+ type: string;
913
+ description: string;
914
+ };
915
+ logs: {
916
+ type: string;
917
+ description: string;
918
+ additionalItems: boolean;
919
+ items: {
920
+ type: string;
921
+ };
922
+ };
923
+ };
924
+ };
925
+ };
926
+ };
927
+ };
928
+ export declare const SduServiceScaleServiceDeploymentFinishedEventSchema: {
929
+ $schema: string;
930
+ type: string;
931
+ title: string;
932
+ description: string;
933
+ additionalProperties: boolean;
934
+ required: string[];
935
+ properties: {
936
+ request_id: {
937
+ type: string;
938
+ minLength: number;
939
+ maxLength: number;
940
+ format: string;
941
+ description: string;
942
+ };
943
+ tenant_id: {
944
+ type: string;
945
+ minLength: number;
946
+ maxLength: number;
947
+ format: string;
948
+ description: string;
949
+ };
950
+ environment_id: {
951
+ type: string;
952
+ minLength: number;
953
+ maxLength: number;
954
+ format: string;
955
+ description: string;
956
+ };
957
+ service_definition_id: {
958
+ type: string;
959
+ minLength: number;
960
+ maxLength: number;
961
+ format: string;
962
+ description: string;
963
+ };
964
+ service_deployment_id: {
965
+ type: string;
966
+ minLength: number;
967
+ maxLength: number;
968
+ format: string;
969
+ description: string;
970
+ };
971
+ service_id: {
972
+ type: string;
973
+ description: string;
974
+ };
975
+ };
976
+ };
850
977
  export declare const SduStorageCreateFailedEventSchema: {
851
978
  $schema: string;
852
979
  type: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/sdu/events/index.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4B,CAAC;AACzE,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4B,CAAC;AACzE,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsC,CAAC;AAC7F,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,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAC;AACrG,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC;AACzG,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/sdu/events/index.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4B,CAAC;AACzE,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4B,CAAC;AACzE,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsC,CAAC;AAC7F,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,6CAA6C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0C,CAAC;AACrG,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAC;AACzG,eAAO,MAAM,iDAAiD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8C,CAAC;AAC7G,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgD,CAAC;AACjH,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA8B,CAAC;AAC7E,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SduStorageDeleteFinishedEventSchema = exports.SduStorageDeleteFailedEventSchema = exports.SduStorageCreateFinishedEventSchema = exports.SduStorageCreateFailedEventSchema = exports.SduServiceDeploymentUndeployFinishedEventSchema = exports.SduServiceDeploymentUndeployFailedEventSchema = exports.SduServiceDeploymentDeployFinishedEventSchema = exports.SduServiceDeploymentDeployFailedEventSchema = exports.SduSecureStorageDeleteFinishedEventSchema = exports.SduSecureStorageDeleteFailedEventSchema = exports.SduSecureStorageCreateFinishedEventSchema = exports.SduSecureStorageCreateFailedEventSchema = exports.SduDeleteDnsFinishedEventSchema = exports.SduDeleteDnsFailedEventSchema = exports.SduDeleteDatabaseFinishedEventSchema = exports.SduDeleteDatabaseFailedEventSchema = exports.SduCreateDnsFinishedEventSchema = exports.SduCreateDnsFailedEventSchema = exports.SduCreateDatabaseFinishedEventSchema = exports.SduCreateDatabaseFailedEventSchema = void 0;
3
+ exports.SduStorageDeleteFinishedEventSchema = exports.SduStorageDeleteFailedEventSchema = exports.SduStorageCreateFinishedEventSchema = exports.SduStorageCreateFailedEventSchema = exports.SduServiceScaleServiceDeploymentFinishedEventSchema = exports.SduServiceScaleServiceDeploymentFailedEventSchema = exports.SduServiceDeploymentUndeployFinishedEventSchema = exports.SduServiceDeploymentUndeployFailedEventSchema = exports.SduServiceDeploymentDeployFinishedEventSchema = exports.SduServiceDeploymentDeployFailedEventSchema = exports.SduSecureStorageDeleteFinishedEventSchema = exports.SduSecureStorageDeleteFailedEventSchema = exports.SduSecureStorageCreateFinishedEventSchema = exports.SduSecureStorageCreateFailedEventSchema = exports.SduDeleteDnsFinishedEventSchema = exports.SduDeleteDnsFailedEventSchema = exports.SduDeleteDatabaseFinishedEventSchema = exports.SduDeleteDatabaseFailedEventSchema = exports.SduCreateDnsFinishedEventSchema = exports.SduCreateDnsFailedEventSchema = exports.SduCreateDatabaseFinishedEventSchema = exports.SduCreateDatabaseFailedEventSchema = void 0;
4
4
  const SduCreateDatabaseFailedEvent = require("./sdu-create-database-failed-event.json");
5
5
  const SduCreateDatabaseFinishedEvent = require("./sdu-create-database-finished-event.json");
6
6
  const SduCreateDnsFailedEvent = require("./sdu-create-dns-failed-event.json");
@@ -17,6 +17,8 @@ const SduServiceDeploymentDeployFailedEvent = require("./sdu-service-deployment-
17
17
  const SduServiceDeploymentDeployFinishedEvent = require("./sdu-service-deployment-deploy-finished-event.json");
18
18
  const SduServiceDeploymentUndeployFailedEvent = require("./sdu-service-deployment-undeploy-failed-event.json");
19
19
  const SduServiceDeploymentUndeployFinishedEvent = require("./sdu-service-deployment-undeploy-finished-event.json");
20
+ const SduServiceScaleServiceDeploymentFailedEvent = require("./sdu-service-scale-service-deployment-failed-event.json");
21
+ const SduServiceScaleServiceDeploymentFinishedEvent = require("./sdu-service-scale-service-deployment-finished-event.json");
20
22
  const SduStorageCreateFailedEvent = require("./sdu-storage-create-failed-event.json");
21
23
  const SduStorageCreateFinishedEvent = require("./sdu-storage-create-finished-event.json");
22
24
  const SduStorageDeleteFailedEvent = require("./sdu-storage-delete-failed-event.json");
@@ -37,6 +39,8 @@ exports.SduServiceDeploymentDeployFailedEventSchema = SduServiceDeploymentDeploy
37
39
  exports.SduServiceDeploymentDeployFinishedEventSchema = SduServiceDeploymentDeployFinishedEvent;
38
40
  exports.SduServiceDeploymentUndeployFailedEventSchema = SduServiceDeploymentUndeployFailedEvent;
39
41
  exports.SduServiceDeploymentUndeployFinishedEventSchema = SduServiceDeploymentUndeployFinishedEvent;
42
+ exports.SduServiceScaleServiceDeploymentFailedEventSchema = SduServiceScaleServiceDeploymentFailedEvent;
43
+ exports.SduServiceScaleServiceDeploymentFinishedEventSchema = SduServiceScaleServiceDeploymentFinishedEvent;
40
44
  exports.SduStorageCreateFailedEventSchema = SduStorageCreateFailedEvent;
41
45
  exports.SduStorageCreateFinishedEventSchema = SduStorageCreateFinishedEvent;
42
46
  exports.SduStorageDeleteFailedEventSchema = SduStorageDeleteFailedEvent;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/sdu/events/index.ts"],"names":[],"mappings":";;;AAAA,wFAAwF;AACxF,4FAA4F;AAC5F,8EAA8E;AAC9E,kFAAkF;AAClF,wFAAwF;AACxF,4FAA4F;AAC5F,8EAA8E;AAC9E,kFAAkF;AAClF,mGAAmG;AACnG,uGAAuG;AACvG,mGAAmG;AACnG,uGAAuG;AACvG,2GAA2G;AAC3G,+GAA+G;AAC/G,+GAA+G;AAC/G,mHAAmH;AACnH,sFAAsF;AACtF,0FAA0F;AAC1F,sFAAsF;AACtF,0FAA0F;AAE7E,QAAA,kCAAkC,GAAG,4BAA4B,CAAC;AAClE,QAAA,oCAAoC,GAAG,8BAA8B,CAAC;AACtE,QAAA,6BAA6B,GAAG,uBAAuB,CAAC;AACxD,QAAA,+BAA+B,GAAG,yBAAyB,CAAC;AAC5D,QAAA,kCAAkC,GAAG,4BAA4B,CAAC;AAClE,QAAA,oCAAoC,GAAG,8BAA8B,CAAC;AACtE,QAAA,6BAA6B,GAAG,uBAAuB,CAAC;AACxD,QAAA,+BAA+B,GAAG,yBAAyB,CAAC;AAC5D,QAAA,uCAAuC,GAAG,iCAAiC,CAAC;AAC5E,QAAA,yCAAyC,GAAG,mCAAmC,CAAC;AAChF,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,6CAA6C,GAAG,uCAAuC,CAAC;AACxF,QAAA,+CAA+C,GAAG,yCAAyC,CAAC;AAC5F,QAAA,iCAAiC,GAAG,2BAA2B,CAAC;AAChE,QAAA,mCAAmC,GAAG,6BAA6B,CAAC;AACpE,QAAA,iCAAiC,GAAG,2BAA2B,CAAC;AAChE,QAAA,mCAAmC,GAAG,6BAA6B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/sdu/events/index.ts"],"names":[],"mappings":";;;AAAA,wFAAwF;AACxF,4FAA4F;AAC5F,8EAA8E;AAC9E,kFAAkF;AAClF,wFAAwF;AACxF,4FAA4F;AAC5F,8EAA8E;AAC9E,kFAAkF;AAClF,mGAAmG;AACnG,uGAAuG;AACvG,mGAAmG;AACnG,uGAAuG;AACvG,2GAA2G;AAC3G,+GAA+G;AAC/G,+GAA+G;AAC/G,mHAAmH;AACnH,wHAAwH;AACxH,4HAA4H;AAC5H,sFAAsF;AACtF,0FAA0F;AAC1F,sFAAsF;AACtF,0FAA0F;AAE7E,QAAA,kCAAkC,GAAG,4BAA4B,CAAC;AAClE,QAAA,oCAAoC,GAAG,8BAA8B,CAAC;AACtE,QAAA,6BAA6B,GAAG,uBAAuB,CAAC;AACxD,QAAA,+BAA+B,GAAG,yBAAyB,CAAC;AAC5D,QAAA,kCAAkC,GAAG,4BAA4B,CAAC;AAClE,QAAA,oCAAoC,GAAG,8BAA8B,CAAC;AACtE,QAAA,6BAA6B,GAAG,uBAAuB,CAAC;AACxD,QAAA,+BAA+B,GAAG,yBAAyB,CAAC;AAC5D,QAAA,uCAAuC,GAAG,iCAAiC,CAAC;AAC5E,QAAA,yCAAyC,GAAG,mCAAmC,CAAC;AAChF,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,6CAA6C,GAAG,uCAAuC,CAAC;AACxF,QAAA,+CAA+C,GAAG,yCAAyC,CAAC;AAC5F,QAAA,iDAAiD,GAAG,2CAA2C,CAAC;AAChG,QAAA,mDAAmD,GAAG,6CAA6C,CAAC;AACpG,QAAA,iCAAiC,GAAG,2BAA2B,CAAC;AAChE,QAAA,mCAAmC,GAAG,6BAA6B,CAAC;AACpE,QAAA,iCAAiC,GAAG,2BAA2B,CAAC;AAChE,QAAA,mCAAmC,GAAG,6BAA6B,CAAC"}
@@ -0,0 +1,89 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-04/schema#",
3
+ "type": "object",
4
+ "title": "sdu_service_scale_service_deployment_failed_event",
5
+ "description": "SDU service scale service deployment failed event",
6
+ "additionalProperties": false,
7
+ "required": [
8
+ "request_id",
9
+ "tenant_id",
10
+ "environment_id",
11
+ "service_definition_id",
12
+ "service_deployment_id",
13
+ "service_id",
14
+ "error_message"
15
+ ],
16
+ "properties": {
17
+ "request_id": {
18
+ "type": "string",
19
+ "minLength": 32,
20
+ "maxLength": 36,
21
+ "format": "uuid",
22
+ "description": "A UUID."
23
+ },
24
+ "tenant_id": {
25
+ "type": "string",
26
+ "minLength": 32,
27
+ "maxLength": 36,
28
+ "format": "uuid",
29
+ "description": "A UUID."
30
+ },
31
+ "environment_id": {
32
+ "type": "string",
33
+ "minLength": 32,
34
+ "maxLength": 36,
35
+ "format": "uuid",
36
+ "description": "A UUID."
37
+ },
38
+ "service_definition_id": {
39
+ "type": "string",
40
+ "minLength": 32,
41
+ "maxLength": 36,
42
+ "format": "uuid",
43
+ "description": "A UUID."
44
+ },
45
+ "service_deployment_id": {
46
+ "type": "string",
47
+ "minLength": 32,
48
+ "maxLength": 36,
49
+ "format": "uuid",
50
+ "description": "A UUID."
51
+ },
52
+ "service_id": {
53
+ "type": "string",
54
+ "description": "A human readable ID for the service (i.e. media-service)"
55
+ },
56
+ "error_message": {
57
+ "type": "string",
58
+ "description": "Error message during service scale up/down"
59
+ },
60
+ "pod_logs": {
61
+ "type": "array",
62
+ "description": "Pod logs for the failed deployment",
63
+ "additionalItems": false,
64
+ "items": {
65
+ "type": "object",
66
+ "title": "pod_logs",
67
+ "additionalProperties": false,
68
+ "required": [
69
+ "pod_name",
70
+ "logs"
71
+ ],
72
+ "properties": {
73
+ "pod_name": {
74
+ "type": "string",
75
+ "description": "Name of the pod"
76
+ },
77
+ "logs": {
78
+ "type": "array",
79
+ "description": "Logs of the container",
80
+ "additionalItems": false,
81
+ "items": {
82
+ "type": "string"
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
89
+ }
@@ -0,0 +1,56 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-04/schema#",
3
+ "type": "object",
4
+ "title": "sdu_service_scale_service_deployment_finished_event",
5
+ "description": "SDU service scale service deployment finished event",
6
+ "additionalProperties": false,
7
+ "required": [
8
+ "request_id",
9
+ "tenant_id",
10
+ "environment_id",
11
+ "service_definition_id",
12
+ "service_deployment_id",
13
+ "service_id"
14
+ ],
15
+ "properties": {
16
+ "request_id": {
17
+ "type": "string",
18
+ "minLength": 32,
19
+ "maxLength": 36,
20
+ "format": "uuid",
21
+ "description": "A UUID."
22
+ },
23
+ "tenant_id": {
24
+ "type": "string",
25
+ "minLength": 32,
26
+ "maxLength": 36,
27
+ "format": "uuid",
28
+ "description": "A UUID."
29
+ },
30
+ "environment_id": {
31
+ "type": "string",
32
+ "minLength": 32,
33
+ "maxLength": 36,
34
+ "format": "uuid",
35
+ "description": "A UUID."
36
+ },
37
+ "service_definition_id": {
38
+ "type": "string",
39
+ "minLength": 32,
40
+ "maxLength": 36,
41
+ "format": "uuid",
42
+ "description": "A UUID."
43
+ },
44
+ "service_deployment_id": {
45
+ "type": "string",
46
+ "minLength": 32,
47
+ "maxLength": 36,
48
+ "format": "uuid",
49
+ "description": "A UUID."
50
+ },
51
+ "service_id": {
52
+ "type": "string",
53
+ "description": "A human readable ID for the service (i.e. media-service)"
54
+ }
55
+ }
56
+ }
@@ -6,6 +6,7 @@ export * from './sdu-secure-storage-create-command';
6
6
  export * from './sdu-secure-storage-delete-command';
7
7
  export * from './sdu-service-deployment-deploy-command';
8
8
  export * from './sdu-service-deployment-undeploy-command';
9
+ export * from './sdu-service-scale-service-deployment-command';
9
10
  export * from './sdu-storage-create-command';
10
11
  export * from './sdu-storage-delete-command';
11
12
  export declare enum SduCommandsSchemas {
@@ -17,6 +18,7 @@ export declare enum SduCommandsSchemas {
17
18
  SduSecureStorageDeleteCommand = "payloads/sdu/commands/sdu-secure-storage-delete-command.json",
18
19
  SduServiceDeploymentDeployCommand = "payloads/sdu/commands/sdu-service-deployment-deploy-command.json",
19
20
  SduServiceDeploymentUndeployCommand = "payloads/sdu/commands/sdu-service-deployment-undeploy-command.json",
21
+ SduServiceScaleServiceDeploymentCommand = "payloads/sdu/commands/sdu-service-scale-service-deployment-command.json",
20
22
  SduStorageCreateCommand = "payloads/sdu/commands/sdu-storage-create-command.json",
21
23
  SduStorageDeleteCommand = "payloads/sdu/commands/sdu-storage-delete-command.json"
22
24
  }
@@ -29,6 +31,7 @@ export declare enum SduCommandsTypes {
29
31
  SduSecureStorageDeleteCommand = "SduSecureStorageDeleteCommand",
30
32
  SduServiceDeploymentDeployCommand = "SduServiceDeploymentDeployCommand",
31
33
  SduServiceDeploymentUndeployCommand = "SduServiceDeploymentUndeployCommand",
34
+ SduServiceScaleServiceDeploymentCommand = "SduServiceScaleServiceDeploymentCommand",
32
35
  SduStorageCreateCommand = "SduStorageCreateCommand",
33
36
  SduStorageDeleteCommand = "SduStorageDeleteCommand"
34
37
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/sdu/commands/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC;AACxD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAE7C,oBAAY,kBAAkB;IAC5B,wBAAwB,2DAA2D;IACnF,mBAAmB,sDAAsD;IACzE,wBAAwB,2DAA2D;IACnF,mBAAmB,sDAAsD;IACzE,6BAA6B,iEAAiE;IAC9F,6BAA6B,iEAAiE;IAC9F,iCAAiC,qEAAqE;IACtG,mCAAmC,uEAAuE;IAC1G,uBAAuB,0DAA0D;IACjF,uBAAuB,0DAA0D;CAClF;AAED,oBAAY,gBAAgB;IAC1B,wBAAwB,6BAA6B;IACrD,mBAAmB,wBAAwB;IAC3C,wBAAwB,6BAA6B;IACrD,mBAAmB,wBAAwB;IAC3C,6BAA6B,kCAAkC;IAC/D,6BAA6B,kCAAkC;IAC/D,iCAAiC,sCAAsC;IACvE,mCAAmC,wCAAwC;IAC3E,uBAAuB,4BAA4B;IACnD,uBAAuB,4BAA4B;CACpD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/sdu/commands/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0BAA0B,CAAC;AACzC,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,yCAAyC,CAAC;AACxD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,gDAAgD,CAAC;AAC/D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,8BAA8B,CAAC;AAE7C,oBAAY,kBAAkB;IAC5B,wBAAwB,2DAA2D;IACnF,mBAAmB,sDAAsD;IACzE,wBAAwB,2DAA2D;IACnF,mBAAmB,sDAAsD;IACzE,6BAA6B,iEAAiE;IAC9F,6BAA6B,iEAAiE;IAC9F,iCAAiC,qEAAqE;IACtG,mCAAmC,uEAAuE;IAC1G,uCAAuC,4EAA4E;IACnH,uBAAuB,0DAA0D;IACjF,uBAAuB,0DAA0D;CAClF;AAED,oBAAY,gBAAgB;IAC1B,wBAAwB,6BAA6B;IACrD,mBAAmB,wBAAwB;IAC3C,wBAAwB,6BAA6B;IACrD,mBAAmB,wBAAwB;IAC3C,6BAA6B,kCAAkC;IAC/D,6BAA6B,kCAAkC;IAC/D,iCAAiC,sCAAsC;IACvE,mCAAmC,wCAAwC;IAC3E,uCAAuC,4CAA4C;IACnF,uBAAuB,4BAA4B;IACnD,uBAAuB,4BAA4B;CACpD"}