@axinom/mosaic-messages 0.49.0-rc.7 → 0.49.0-rc.9
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/image/events/ensure-image-exists-already-existed-event.json +8 -1
- package/dist/generated/schemas/payloads/image/events/ensure-image-exists-image-created-event.json +8 -1
- package/dist/generated/schemas/payloads/image/events/index.d.ts +12 -0
- package/dist/generated/schemas/payloads/image/events/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/video/events/ensure-video-exists-already-existed-event.json +7 -0
- package/dist/generated/schemas/payloads/video/events/ensure-video-exists-creation-started-event.json +7 -0
- package/dist/generated/schemas/payloads/video/events/index.d.ts +12 -0
- package/dist/generated/schemas/payloads/video/events/index.d.ts.map +1 -1
- package/dist/generated/types/payloads/image/events/ensure-image-exists-already-existed-event.d.ts +4 -0
- package/dist/generated/types/payloads/image/events/ensure-image-exists-already-existed-event.d.ts.map +1 -1
- package/dist/generated/types/payloads/image/events/ensure-image-exists-image-created-event.d.ts +4 -0
- package/dist/generated/types/payloads/image/events/ensure-image-exists-image-created-event.d.ts.map +1 -1
- package/dist/generated/types/payloads/video/events/ensure-video-exists-already-existed-event.d.ts +4 -0
- package/dist/generated/types/payloads/video/events/ensure-video-exists-already-existed-event.d.ts.map +1 -1
- package/dist/generated/types/payloads/video/events/ensure-video-exists-creation-started-event.d.ts +4 -0
- package/dist/generated/types/payloads/video/events/ensure-video-exists-creation-started-event.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/generated/schemas/payloads/image/events/ensure-image-exists-already-existed-event.json +8 -1
- package/src/generated/schemas/payloads/image/events/ensure-image-exists-image-created-event.json +8 -1
- package/src/generated/schemas/payloads/video/events/ensure-video-exists-already-existed-event.json +7 -0
- package/src/generated/schemas/payloads/video/events/ensure-video-exists-creation-started-event.json +7 -0
- package/src/generated/types/payloads/image/events/ensure-image-exists-already-existed-event.ts +4 -0
- package/src/generated/types/payloads/image/events/ensure-image-exists-image-created-event.ts +4 -0
- package/src/generated/types/payloads/video/events/ensure-video-exists-already-existed-event.ts +4 -0
- package/src/generated/types/payloads/video/events/ensure-video-exists-creation-started-event.ts +4 -0
package/dist/generated/schemas/payloads/image/events/ensure-image-exists-already-existed-event.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"description": "Ensure image exists already existed event schema.",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": [
|
|
8
|
-
"image_id"
|
|
8
|
+
"image_id",
|
|
9
|
+
"image_location"
|
|
9
10
|
],
|
|
10
11
|
"properties": {
|
|
11
12
|
"image_id": {
|
|
@@ -14,6 +15,12 @@
|
|
|
14
15
|
"maxLength": 36,
|
|
15
16
|
"format": "uuid",
|
|
16
17
|
"description": "A UUID."
|
|
18
|
+
},
|
|
19
|
+
"image_location": {
|
|
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."
|
|
17
24
|
}
|
|
18
25
|
}
|
|
19
26
|
}
|
package/dist/generated/schemas/payloads/image/events/ensure-image-exists-image-created-event.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"description": "Ensure image exists image created event.",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": [
|
|
8
|
-
"image_id"
|
|
8
|
+
"image_id",
|
|
9
|
+
"image_location"
|
|
9
10
|
],
|
|
10
11
|
"properties": {
|
|
11
12
|
"image_id": {
|
|
@@ -14,6 +15,12 @@
|
|
|
14
15
|
"maxLength": 36,
|
|
15
16
|
"format": "uuid",
|
|
16
17
|
"description": "A UUID."
|
|
18
|
+
},
|
|
19
|
+
"image_location": {
|
|
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."
|
|
17
24
|
}
|
|
18
25
|
}
|
|
19
26
|
}
|
|
@@ -135,6 +135,12 @@ export declare const EnsureImageExistsAlreadyExistedEventSchema: {
|
|
|
135
135
|
format: string;
|
|
136
136
|
description: string;
|
|
137
137
|
};
|
|
138
|
+
image_location: {
|
|
139
|
+
type: string;
|
|
140
|
+
minLength: number;
|
|
141
|
+
pattern: string;
|
|
142
|
+
description: string;
|
|
143
|
+
};
|
|
138
144
|
};
|
|
139
145
|
};
|
|
140
146
|
export declare const EnsureImageExistsFailedEventSchema: {
|
|
@@ -190,6 +196,12 @@ export declare const EnsureImageExistsImageCreatedEventSchema: {
|
|
|
190
196
|
format: string;
|
|
191
197
|
description: string;
|
|
192
198
|
};
|
|
199
|
+
image_location: {
|
|
200
|
+
type: string;
|
|
201
|
+
minLength: number;
|
|
202
|
+
pattern: string;
|
|
203
|
+
description: string;
|
|
204
|
+
};
|
|
193
205
|
};
|
|
194
206
|
};
|
|
195
207
|
export declare const ImageServiceDisableFailedEventSchema: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/image/events/index.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC;AACnE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,0CAA0C
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/image/events/index.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC;AACnE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC;AAC/F,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC;AAC3F,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AACvF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AACrF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC"}
|
package/dist/generated/schemas/payloads/video/events/ensure-video-exists-already-existed-event.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": [
|
|
8
8
|
"video_id",
|
|
9
|
+
"video_location",
|
|
9
10
|
"encoding_state"
|
|
10
11
|
],
|
|
11
12
|
"properties": {
|
|
@@ -16,6 +17,12 @@
|
|
|
16
17
|
"format": "uuid",
|
|
17
18
|
"description": "A UUID."
|
|
18
19
|
},
|
|
20
|
+
"video_location": {
|
|
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
|
+
},
|
|
19
26
|
"encoding_state": {
|
|
20
27
|
"type": "string",
|
|
21
28
|
"title": "encoding_state",
|
package/dist/generated/schemas/payloads/video/events/ensure-video-exists-creation-started-event.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": [
|
|
8
8
|
"video_id",
|
|
9
|
+
"video_location",
|
|
9
10
|
"encoding_state"
|
|
10
11
|
],
|
|
11
12
|
"properties": {
|
|
@@ -16,6 +17,12 @@
|
|
|
16
17
|
"format": "uuid",
|
|
17
18
|
"description": "A UUID."
|
|
18
19
|
},
|
|
20
|
+
"video_location": {
|
|
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
|
+
},
|
|
19
26
|
"encoding_state": {
|
|
20
27
|
"type": "string",
|
|
21
28
|
"title": "encoding_state",
|
|
@@ -265,6 +265,12 @@ export declare const EnsureVideoExistsAlreadyExistedEventSchema: {
|
|
|
265
265
|
format: string;
|
|
266
266
|
description: string;
|
|
267
267
|
};
|
|
268
|
+
video_location: {
|
|
269
|
+
type: string;
|
|
270
|
+
minLength: number;
|
|
271
|
+
pattern: string;
|
|
272
|
+
description: string;
|
|
273
|
+
};
|
|
268
274
|
encoding_state: {
|
|
269
275
|
type: string;
|
|
270
276
|
title: string;
|
|
@@ -288,6 +294,12 @@ export declare const EnsureVideoExistsCreationStartedEventSchema: {
|
|
|
288
294
|
format: string;
|
|
289
295
|
description: string;
|
|
290
296
|
};
|
|
297
|
+
video_location: {
|
|
298
|
+
type: string;
|
|
299
|
+
minLength: number;
|
|
300
|
+
pattern: string;
|
|
301
|
+
description: string;
|
|
302
|
+
};
|
|
291
303
|
encoding_state: {
|
|
292
304
|
type: string;
|
|
293
305
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/video/events/index.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AACrF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC;AACnE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,0CAA0C
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/video/events/index.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AACrF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC;AACnE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAC;AAC/F,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwC,CAAC;AACjG,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAC;AAC/E,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC;AACvE,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6B,CAAC;AAC3E,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC;AACnF,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AACvF,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACjF,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC"}
|
package/dist/generated/types/payloads/image/events/ensure-image-exists-already-existed-event.d.ts
CHANGED
|
@@ -6,5 +6,9 @@ export interface EnsureImageExistsAlreadyExistedEvent {
|
|
|
6
6
|
* A UUID.
|
|
7
7
|
*/
|
|
8
8
|
image_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
11
|
+
*/
|
|
12
|
+
image_location: string;
|
|
9
13
|
}
|
|
10
14
|
//# sourceMappingURL=ensure-image-exists-already-existed-event.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure-image-exists-already-existed-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/image/events/ensure-image-exists-already-existed-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACnD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ensure-image-exists-already-existed-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/image/events/ensure-image-exists-already-existed-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACnD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
package/dist/generated/types/payloads/image/events/ensure-image-exists-image-created-event.d.ts
CHANGED
|
@@ -6,5 +6,9 @@ export interface EnsureImageExistsImageCreatedEvent {
|
|
|
6
6
|
* A UUID.
|
|
7
7
|
*/
|
|
8
8
|
image_id: string;
|
|
9
|
+
/**
|
|
10
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
11
|
+
*/
|
|
12
|
+
image_location: string;
|
|
9
13
|
}
|
|
10
14
|
//# sourceMappingURL=ensure-image-exists-image-created-event.d.ts.map
|
package/dist/generated/types/payloads/image/events/ensure-image-exists-image-created-event.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure-image-exists-image-created-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/image/events/ensure-image-exists-image-created-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,kCAAkC;IACjD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"ensure-image-exists-image-created-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/image/events/ensure-image-exists-image-created-event.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,kCAAkC;IACjD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;CACxB"}
|
package/dist/generated/types/payloads/video/events/ensure-video-exists-already-existed-event.d.ts
CHANGED
|
@@ -7,6 +7,10 @@ export interface EnsureVideoExistsAlreadyExistedEvent {
|
|
|
7
7
|
* A UUID.
|
|
8
8
|
*/
|
|
9
9
|
video_id: string;
|
|
10
|
+
/**
|
|
11
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
12
|
+
*/
|
|
13
|
+
video_location: string;
|
|
10
14
|
/**
|
|
11
15
|
* Encoding status of video at the moment when the command handler sent the response event.
|
|
12
16
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure-video-exists-already-existed-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/video/events/ensure-video-exists-already-existed-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACnD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,cAAc,EAAE,aAAa,CAAC;CAC/B"}
|
|
1
|
+
{"version":3,"file":"ensure-video-exists-already-existed-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/video/events/ensure-video-exists-already-existed-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD;;GAEG;AACH,MAAM,WAAW,oCAAoC;IACnD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,cAAc,EAAE,aAAa,CAAC;CAC/B"}
|
package/dist/generated/types/payloads/video/events/ensure-video-exists-creation-started-event.d.ts
CHANGED
|
@@ -7,6 +7,10 @@ export interface EnsureVideoExistsCreationStartedEvent {
|
|
|
7
7
|
* A UUID.
|
|
8
8
|
*/
|
|
9
9
|
video_id: string;
|
|
10
|
+
/**
|
|
11
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
12
|
+
*/
|
|
13
|
+
video_location: string;
|
|
10
14
|
/**
|
|
11
15
|
* Encoding status of video at the moment when the command handler sent the response event.
|
|
12
16
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ensure-video-exists-creation-started-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/video/events/ensure-video-exists-creation-started-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IACpD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,cAAc,EAAE,aAAa,CAAC;CAC/B"}
|
|
1
|
+
{"version":3,"file":"ensure-video-exists-creation-started-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/video/events/ensure-video-exists-creation-started-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IACpD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,cAAc,EAAE,aAAa,CAAC;CAC/B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-messages",
|
|
3
|
-
"version": "0.49.0-rc.
|
|
3
|
+
"version": "0.49.0-rc.9",
|
|
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.39.0-rc.
|
|
33
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.20.0-rc.
|
|
32
|
+
"@axinom/mosaic-cli": "^0.39.0-rc.9",
|
|
33
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.20.0-rc.9",
|
|
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": "87e0d5348e0210d494123d29e611695d7a69a71e"
|
|
47
47
|
}
|
package/src/generated/schemas/payloads/image/events/ensure-image-exists-already-existed-event.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"description": "Ensure image exists already existed event schema.",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": [
|
|
8
|
-
"image_id"
|
|
8
|
+
"image_id",
|
|
9
|
+
"image_location"
|
|
9
10
|
],
|
|
10
11
|
"properties": {
|
|
11
12
|
"image_id": {
|
|
@@ -14,6 +15,12 @@
|
|
|
14
15
|
"maxLength": 36,
|
|
15
16
|
"format": "uuid",
|
|
16
17
|
"description": "A UUID."
|
|
18
|
+
},
|
|
19
|
+
"image_location": {
|
|
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."
|
|
17
24
|
}
|
|
18
25
|
}
|
|
19
26
|
}
|
package/src/generated/schemas/payloads/image/events/ensure-image-exists-image-created-event.json
CHANGED
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"description": "Ensure image exists image created event.",
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": [
|
|
8
|
-
"image_id"
|
|
8
|
+
"image_id",
|
|
9
|
+
"image_location"
|
|
9
10
|
],
|
|
10
11
|
"properties": {
|
|
11
12
|
"image_id": {
|
|
@@ -14,6 +15,12 @@
|
|
|
14
15
|
"maxLength": 36,
|
|
15
16
|
"format": "uuid",
|
|
16
17
|
"description": "A UUID."
|
|
18
|
+
},
|
|
19
|
+
"image_location": {
|
|
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."
|
|
17
24
|
}
|
|
18
25
|
}
|
|
19
26
|
}
|
package/src/generated/schemas/payloads/video/events/ensure-video-exists-already-existed-event.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": [
|
|
8
8
|
"video_id",
|
|
9
|
+
"video_location",
|
|
9
10
|
"encoding_state"
|
|
10
11
|
],
|
|
11
12
|
"properties": {
|
|
@@ -16,6 +17,12 @@
|
|
|
16
17
|
"format": "uuid",
|
|
17
18
|
"description": "A UUID."
|
|
18
19
|
},
|
|
20
|
+
"video_location": {
|
|
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
|
+
},
|
|
19
26
|
"encoding_state": {
|
|
20
27
|
"type": "string",
|
|
21
28
|
"title": "encoding_state",
|
package/src/generated/schemas/payloads/video/events/ensure-video-exists-creation-started-event.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"additionalProperties": false,
|
|
7
7
|
"required": [
|
|
8
8
|
"video_id",
|
|
9
|
+
"video_location",
|
|
9
10
|
"encoding_state"
|
|
10
11
|
],
|
|
11
12
|
"properties": {
|
|
@@ -16,6 +17,12 @@
|
|
|
16
17
|
"format": "uuid",
|
|
17
18
|
"description": "A UUID."
|
|
18
19
|
},
|
|
20
|
+
"video_location": {
|
|
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
|
+
},
|
|
19
26
|
"encoding_state": {
|
|
20
27
|
"type": "string",
|
|
21
28
|
"title": "encoding_state",
|
package/src/generated/types/payloads/video/events/ensure-video-exists-already-existed-event.ts
CHANGED
|
@@ -7,6 +7,10 @@ export interface EnsureVideoExistsAlreadyExistedEvent {
|
|
|
7
7
|
* A UUID.
|
|
8
8
|
*/
|
|
9
9
|
video_id: string;
|
|
10
|
+
/**
|
|
11
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
12
|
+
*/
|
|
13
|
+
video_location: string;
|
|
10
14
|
/**
|
|
11
15
|
* Encoding status of video at the moment when the command handler sent the response event.
|
|
12
16
|
*/
|
package/src/generated/types/payloads/video/events/ensure-video-exists-creation-started-event.ts
CHANGED
|
@@ -7,6 +7,10 @@ export interface EnsureVideoExistsCreationStartedEvent {
|
|
|
7
7
|
* A UUID.
|
|
8
8
|
*/
|
|
9
9
|
video_id: string;
|
|
10
|
+
/**
|
|
11
|
+
* The string has a minimum length of one character and it cannot consist of only whitespace characters.
|
|
12
|
+
*/
|
|
13
|
+
video_location: string;
|
|
10
14
|
/**
|
|
11
15
|
* Encoding status of video at the moment when the command handler sent the response event.
|
|
12
16
|
*/
|