@axinom/mosaic-messages 0.37.0-rc.20 → 0.37.0-rc.21

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.
@@ -83,6 +83,7 @@
83
83
  "required": [
84
84
  "id",
85
85
  "title",
86
+ "custom_id",
86
87
  "source_location",
87
88
  "is_archived",
88
89
  "videos_tags",
@@ -100,6 +101,13 @@
100
101
  "type": "string",
101
102
  "description": "Video title"
102
103
  },
104
+ "custom_id": {
105
+ "type": [
106
+ "string",
107
+ "null"
108
+ ],
109
+ "description": "An identifier for the custom video."
110
+ },
103
111
  "source_file_name": {
104
112
  "type": [
105
113
  "string",
@@ -77,6 +77,10 @@ export declare const ChannelPublishedEventSchema: {
77
77
  type: string;
78
78
  description: string;
79
79
  };
80
+ custom_id: {
81
+ type: string[];
82
+ description: string;
83
+ };
80
84
  source_file_name: {
81
85
  type: string[];
82
86
  description: string;
@@ -532,6 +536,10 @@ export declare const PlaylistPublishedEventSchema: {
532
536
  type: string;
533
537
  description: string;
534
538
  };
539
+ custom_id: {
540
+ type: string[];
541
+ description: string;
542
+ };
535
543
  source_file_name: {
536
544
  type: string[];
537
545
  description: string;
@@ -844,6 +852,10 @@ export declare const PlaylistPublishedEventSchema: {
844
852
  type: string;
845
853
  description: string;
846
854
  };
855
+ custom_id: {
856
+ type: string[];
857
+ description: string;
858
+ };
847
859
  source_file_name: {
848
860
  type: string[];
849
861
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/channel/events/index.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwB,CAAC;AACjE,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AACvF,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC;AAC3F,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AACrF,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC;AACnE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/schemas/payloads/channel/events/index.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAwB,CAAC;AACjE,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAC;AACvF,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;CAAqC,CAAC;AAC3F,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAkC,CAAC;AACrF,eAAO,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;CAAoC,CAAC;AACzF,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;CAA0B,CAAC;AACrE,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyB,CAAC;AACnE,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;CAA2B,CAAC"}
@@ -120,6 +120,7 @@
120
120
  "required": [
121
121
  "id",
122
122
  "title",
123
+ "custom_id",
123
124
  "source_location",
124
125
  "is_archived",
125
126
  "videos_tags",
@@ -137,6 +138,13 @@
137
138
  "type": "string",
138
139
  "description": "Video title"
139
140
  },
141
+ "custom_id": {
142
+ "type": [
143
+ "string",
144
+ "null"
145
+ ],
146
+ "description": "An identifier for the custom video."
147
+ },
140
148
  "source_file_name": {
141
149
  "type": [
142
150
  "string",
@@ -580,6 +588,7 @@
580
588
  "required": [
581
589
  "id",
582
590
  "title",
591
+ "custom_id",
583
592
  "source_location",
584
593
  "is_archived",
585
594
  "videos_tags",
@@ -597,6 +606,13 @@
597
606
  "type": "string",
598
607
  "description": "Video title"
599
608
  },
609
+ "custom_id": {
610
+ "type": [
611
+ "string",
612
+ "null"
613
+ ],
614
+ "description": "An identifier for the custom video."
615
+ },
600
616
  "source_file_name": {
601
617
  "type": [
602
618
  "string",
@@ -11,6 +11,10 @@ export interface DetailedVideo {
11
11
  * Video title
12
12
  */
13
13
  title: string;
14
+ /**
15
+ * An identifier for the custom video.
16
+ */
17
+ custom_id: string | null;
14
18
  /**
15
19
  * Source file name
16
20
  */
@@ -1 +1 @@
1
- {"version":3,"file":"detailed-video.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/detailed-video.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB;;OAEG;IACH,cAAc,EAAE,QAAQ,CAAC;IAEzB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB"}
1
+ {"version":3,"file":"detailed-video.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/detailed-video.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IACxB;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;IACrB;;OAEG;IACH,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB;;OAEG;IACH,cAAc,EAAE,QAAQ,CAAC;IAEzB,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-messages",
3
- "version": "0.37.0-rc.20",
3
+ "version": "0.37.0-rc.21",
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.27.0-rc.20",
33
- "@axinom/mosaic-message-bus-abstractions": "^0.8.0-rc.20",
32
+ "@axinom/mosaic-cli": "^0.27.0-rc.21",
33
+ "@axinom/mosaic-message-bus-abstractions": "^0.8.0-rc.21",
34
34
  "@types/glob": "^7.1.3",
35
35
  "concurrently": "^5.3.0",
36
36
  "rimraf": "^3.0.2",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "4d906f44b3e1e97bd19c0c8f2571ec1cdcb2fb5d"
45
+ "gitHead": "9c5f0dcbd99cf5cc098c8f9b28e09ca436727b7f"
46
46
  }
@@ -83,6 +83,7 @@
83
83
  "required": [
84
84
  "id",
85
85
  "title",
86
+ "custom_id",
86
87
  "source_location",
87
88
  "is_archived",
88
89
  "videos_tags",
@@ -100,6 +101,13 @@
100
101
  "type": "string",
101
102
  "description": "Video title"
102
103
  },
104
+ "custom_id": {
105
+ "type": [
106
+ "string",
107
+ "null"
108
+ ],
109
+ "description": "An identifier for the custom video."
110
+ },
103
111
  "source_file_name": {
104
112
  "type": [
105
113
  "string",
@@ -120,6 +120,7 @@
120
120
  "required": [
121
121
  "id",
122
122
  "title",
123
+ "custom_id",
123
124
  "source_location",
124
125
  "is_archived",
125
126
  "videos_tags",
@@ -137,6 +138,13 @@
137
138
  "type": "string",
138
139
  "description": "Video title"
139
140
  },
141
+ "custom_id": {
142
+ "type": [
143
+ "string",
144
+ "null"
145
+ ],
146
+ "description": "An identifier for the custom video."
147
+ },
140
148
  "source_file_name": {
141
149
  "type": [
142
150
  "string",
@@ -580,6 +588,7 @@
580
588
  "required": [
581
589
  "id",
582
590
  "title",
591
+ "custom_id",
583
592
  "source_location",
584
593
  "is_archived",
585
594
  "videos_tags",
@@ -597,6 +606,13 @@
597
606
  "type": "string",
598
607
  "description": "Video title"
599
608
  },
609
+ "custom_id": {
610
+ "type": [
611
+ "string",
612
+ "null"
613
+ ],
614
+ "description": "An identifier for the custom video."
615
+ },
600
616
  "source_file_name": {
601
617
  "type": [
602
618
  "string",
@@ -11,6 +11,10 @@ export interface DetailedVideo {
11
11
  * Video title
12
12
  */
13
13
  title: string;
14
+ /**
15
+ * An identifier for the custom video.
16
+ */
17
+ custom_id: string | null;
14
18
  /**
15
19
  * Source file name
16
20
  */