@axinom/mosaic-messages 0.35.0-rc.3 → 0.35.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/schemas/payloads/channel/events/channel-published-event.json +0 -36
- package/dist/generated/schemas/payloads/channel/events/index.d.ts +0 -54
- package/dist/generated/schemas/payloads/channel/events/index.d.ts.map +1 -1
- package/dist/generated/schemas/payloads/channel/events/playlist-published-event.json +0 -29
- package/dist/generated/types/payloads/channel/events/channel-published-event.d.ts +0 -5
- package/dist/generated/types/payloads/channel/events/channel-published-event.d.ts.map +1 -1
- package/dist/generated/types/payloads/channel/types/index.d.ts +0 -2
- package/dist/generated/types/payloads/channel/types/index.d.ts.map +1 -1
- package/dist/generated/types/payloads/channel/types/index.js +0 -2
- package/dist/generated/types/payloads/channel/types/index.js.map +1 -1
- package/dist/generated/types/payloads/channel/types/program.d.ts +0 -5
- package/dist/generated/types/payloads/channel/types/program.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/generated/schemas/payloads/channel/events/channel-published-event.json +0 -36
- package/src/generated/schemas/payloads/channel/events/playlist-published-event.json +0 -29
- package/src/generated/types/payloads/channel/events/channel-published-event.ts +0 -5
- package/src/generated/types/payloads/channel/types/index.ts +0 -2
- package/src/generated/types/payloads/channel/types/program.ts +0 -5
- package/dist/generated/types/payloads/channel/types/channel-localization.d.ts +0 -19
- package/dist/generated/types/payloads/channel/types/channel-localization.d.ts.map +0 -1
- package/dist/generated/types/payloads/channel/types/channel-localization.js +0 -3
- package/dist/generated/types/payloads/channel/types/channel-localization.js.map +0 -1
- package/dist/generated/types/payloads/channel/types/program-localization.d.ts +0 -15
- package/dist/generated/types/payloads/channel/types/program-localization.d.ts.map +0 -1
- package/dist/generated/types/payloads/channel/types/program-localization.js +0 -3
- package/dist/generated/types/payloads/channel/types/program-localization.js.map +0 -1
- package/src/generated/types/payloads/channel/types/channel-localization.ts +0 -18
- package/src/generated/types/payloads/channel/types/program-localization.ts +0 -14
|
@@ -449,42 +449,6 @@
|
|
|
449
449
|
}
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
|
-
},
|
|
453
|
-
"localizations": {
|
|
454
|
-
"description": "Localizations for every defined locale.",
|
|
455
|
-
"type": "array",
|
|
456
|
-
"additionalItems": false,
|
|
457
|
-
"items": {
|
|
458
|
-
"type": "object",
|
|
459
|
-
"additionalProperties": false,
|
|
460
|
-
"title": "channel_localization",
|
|
461
|
-
"required": [
|
|
462
|
-
"is_default_locale",
|
|
463
|
-
"language_tag",
|
|
464
|
-
"title"
|
|
465
|
-
],
|
|
466
|
-
"properties": {
|
|
467
|
-
"is_default_locale": {
|
|
468
|
-
"type": "boolean",
|
|
469
|
-
"description": "Boolean flag to indicate if locale is default or not."
|
|
470
|
-
},
|
|
471
|
-
"language_tag": {
|
|
472
|
-
"type": "string",
|
|
473
|
-
"description": "The locale for which the values are localized."
|
|
474
|
-
},
|
|
475
|
-
"title": {
|
|
476
|
-
"type": "string",
|
|
477
|
-
"description": "The localized title of this channel."
|
|
478
|
-
},
|
|
479
|
-
"description": {
|
|
480
|
-
"type": [
|
|
481
|
-
"string",
|
|
482
|
-
"null"
|
|
483
|
-
],
|
|
484
|
-
"description": "The localized description of this channel."
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
452
|
}
|
|
489
453
|
}
|
|
490
454
|
}
|
|
@@ -300,35 +300,6 @@ export declare const ChannelPublishedEventSchema: {
|
|
|
300
300
|
};
|
|
301
301
|
};
|
|
302
302
|
};
|
|
303
|
-
localizations: {
|
|
304
|
-
description: string;
|
|
305
|
-
type: string;
|
|
306
|
-
additionalItems: boolean;
|
|
307
|
-
items: {
|
|
308
|
-
type: string;
|
|
309
|
-
additionalProperties: boolean;
|
|
310
|
-
title: string;
|
|
311
|
-
required: string[];
|
|
312
|
-
properties: {
|
|
313
|
-
is_default_locale: {
|
|
314
|
-
type: string;
|
|
315
|
-
description: string;
|
|
316
|
-
};
|
|
317
|
-
language_tag: {
|
|
318
|
-
type: string;
|
|
319
|
-
description: string;
|
|
320
|
-
};
|
|
321
|
-
title: {
|
|
322
|
-
type: string;
|
|
323
|
-
description: string;
|
|
324
|
-
};
|
|
325
|
-
description: {
|
|
326
|
-
type: string[];
|
|
327
|
-
description: string;
|
|
328
|
-
};
|
|
329
|
-
};
|
|
330
|
-
};
|
|
331
|
-
};
|
|
332
303
|
};
|
|
333
304
|
};
|
|
334
305
|
export declare const ChannelServiceDisableFailedEventSchema: {
|
|
@@ -1108,31 +1079,6 @@ export declare const PlaylistPublishedEventSchema: {
|
|
|
1108
1079
|
};
|
|
1109
1080
|
};
|
|
1110
1081
|
};
|
|
1111
|
-
localizations: {
|
|
1112
|
-
description: string;
|
|
1113
|
-
type: string;
|
|
1114
|
-
additionalItems: boolean;
|
|
1115
|
-
items: {
|
|
1116
|
-
type: string;
|
|
1117
|
-
additionalProperties: boolean;
|
|
1118
|
-
title: string;
|
|
1119
|
-
required: string[];
|
|
1120
|
-
properties: {
|
|
1121
|
-
is_default_locale: {
|
|
1122
|
-
type: string;
|
|
1123
|
-
description: string;
|
|
1124
|
-
};
|
|
1125
|
-
language_tag: {
|
|
1126
|
-
type: string;
|
|
1127
|
-
description: string;
|
|
1128
|
-
};
|
|
1129
|
-
title: {
|
|
1130
|
-
type: string;
|
|
1131
|
-
description: string;
|
|
1132
|
-
};
|
|
1133
|
-
};
|
|
1134
|
-
};
|
|
1135
|
-
};
|
|
1136
1082
|
};
|
|
1137
1083
|
};
|
|
1138
1084
|
};
|
|
@@ -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
|
|
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"}
|
|
@@ -961,35 +961,6 @@
|
|
|
961
961
|
}
|
|
962
962
|
}
|
|
963
963
|
}
|
|
964
|
-
},
|
|
965
|
-
"localizations": {
|
|
966
|
-
"description": "Localizations for every defined locale.",
|
|
967
|
-
"type": "array",
|
|
968
|
-
"additionalItems": false,
|
|
969
|
-
"items": {
|
|
970
|
-
"type": "object",
|
|
971
|
-
"additionalProperties": false,
|
|
972
|
-
"title": "program_localization",
|
|
973
|
-
"required": [
|
|
974
|
-
"is_default_locale",
|
|
975
|
-
"language_tag",
|
|
976
|
-
"title"
|
|
977
|
-
],
|
|
978
|
-
"properties": {
|
|
979
|
-
"is_default_locale": {
|
|
980
|
-
"type": "boolean",
|
|
981
|
-
"description": "Boolean flag to indicate if locale is default or not."
|
|
982
|
-
},
|
|
983
|
-
"language_tag": {
|
|
984
|
-
"type": "string",
|
|
985
|
-
"description": "The locale for which the values are localized."
|
|
986
|
-
},
|
|
987
|
-
"title": {
|
|
988
|
-
"type": "string",
|
|
989
|
-
"description": "The localized title of this program."
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
964
|
}
|
|
994
965
|
}
|
|
995
966
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ChannelLocalization } from '../types/channel-localization';
|
|
2
1
|
import { DetailedImage } from '../types/detailed-image';
|
|
3
2
|
import { DetailedVideo } from '../types/detailed-video';
|
|
4
3
|
/**
|
|
@@ -25,10 +24,6 @@ export interface ChannelPublishedEvent {
|
|
|
25
24
|
* Video details to be used to enable live streaming.
|
|
26
25
|
*/
|
|
27
26
|
placeholder_video?: DetailedVideo;
|
|
28
|
-
/**
|
|
29
|
-
* Localizations for every defined locale.
|
|
30
|
-
*/
|
|
31
|
-
localizations?: ChannelLocalization[];
|
|
32
27
|
[k: string]: unknown;
|
|
33
28
|
}
|
|
34
29
|
//# sourceMappingURL=channel-published-event.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channel-published-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/events/channel-published-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"channel-published-event.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/events/channel-published-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;OAEG;IACH,MAAM,CAAC,EAAE,aAAa,EAAE,CAAC;IACzB;;OAEG;IACH,iBAAiB,CAAC,EAAE,aAAa,CAAC;IAElC,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export * from './channel-localization';
|
|
2
1
|
export * from './cue-point-schedule';
|
|
3
2
|
export * from './cue-point-schedule-type';
|
|
4
3
|
export * from './detailed-image';
|
|
@@ -6,7 +5,6 @@ export * from './detailed-video';
|
|
|
6
5
|
export * from './encoding';
|
|
7
6
|
export * from './program';
|
|
8
7
|
export * from './program-cue-point';
|
|
9
|
-
export * from './program-localization';
|
|
10
8
|
export * from './stream';
|
|
11
9
|
export * from './stream-type';
|
|
12
10
|
export * from './video-encoding-state';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC"}
|
|
@@ -14,7 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./channel-localization"), exports);
|
|
18
17
|
__exportStar(require("./cue-point-schedule"), exports);
|
|
19
18
|
__exportStar(require("./cue-point-schedule-type"), exports);
|
|
20
19
|
__exportStar(require("./detailed-image"), exports);
|
|
@@ -22,7 +21,6 @@ __exportStar(require("./detailed-video"), exports);
|
|
|
22
21
|
__exportStar(require("./encoding"), exports);
|
|
23
22
|
__exportStar(require("./program"), exports);
|
|
24
23
|
__exportStar(require("./program-cue-point"), exports);
|
|
25
|
-
__exportStar(require("./program-localization"), exports);
|
|
26
24
|
__exportStar(require("./stream"), exports);
|
|
27
25
|
__exportStar(require("./stream-type"), exports);
|
|
28
26
|
__exportStar(require("./video-encoding-state"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,4DAA0C;AAC1C,mDAAiC;AACjC,mDAAiC;AACjC,6CAA2B;AAC3B,4CAA0B;AAC1B,sDAAoC;AACpC,2CAAyB;AACzB,gDAA8B;AAC9B,yDAAuC;AACvC,wDAAsC;AACtC,yDAAuC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { DetailedImage } from './detailed-image';
|
|
2
2
|
import { DetailedVideo } from './detailed-video';
|
|
3
3
|
import { ProgramCuePoint } from './program-cue-point';
|
|
4
|
-
import { ProgramLocalization } from './program-localization';
|
|
5
4
|
/**
|
|
6
5
|
* Video program.
|
|
7
6
|
*/
|
|
@@ -42,10 +41,6 @@ export interface Program {
|
|
|
42
41
|
* Cue points of the program.
|
|
43
42
|
*/
|
|
44
43
|
program_cue_points?: ProgramCuePoint[];
|
|
45
|
-
/**
|
|
46
|
-
* Localizations for every defined locale.
|
|
47
|
-
*/
|
|
48
|
-
localizations?: ProgramLocalization[];
|
|
49
44
|
[k: string]: unknown;
|
|
50
45
|
}
|
|
51
46
|
//# sourceMappingURL=program.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"program.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/program.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD
|
|
1
|
+
{"version":3,"file":"program.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/program.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB;;OAEG;IACH,KAAK,EAAE,aAAa,CAAC;IACrB;;OAEG;IACH,yBAAyB,EAAE,MAAM,CAAC;IAClC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,kBAAkB,CAAC,EAAE,eAAe,EAAE,CAAC;IAEvC,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.35.0-rc.
|
|
3
|
+
"version": "0.35.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.25.0-rc.
|
|
33
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.6.0-rc.
|
|
32
|
+
"@axinom/mosaic-cli": "^0.25.0-rc.4",
|
|
33
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.6.0-rc.3",
|
|
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": "
|
|
45
|
+
"gitHead": "44934f78046b0d7f65bd36b65cbda4fef52fe65d"
|
|
46
46
|
}
|
|
@@ -449,42 +449,6 @@
|
|
|
449
449
|
}
|
|
450
450
|
}
|
|
451
451
|
}
|
|
452
|
-
},
|
|
453
|
-
"localizations": {
|
|
454
|
-
"description": "Localizations for every defined locale.",
|
|
455
|
-
"type": "array",
|
|
456
|
-
"additionalItems": false,
|
|
457
|
-
"items": {
|
|
458
|
-
"type": "object",
|
|
459
|
-
"additionalProperties": false,
|
|
460
|
-
"title": "channel_localization",
|
|
461
|
-
"required": [
|
|
462
|
-
"is_default_locale",
|
|
463
|
-
"language_tag",
|
|
464
|
-
"title"
|
|
465
|
-
],
|
|
466
|
-
"properties": {
|
|
467
|
-
"is_default_locale": {
|
|
468
|
-
"type": "boolean",
|
|
469
|
-
"description": "Boolean flag to indicate if locale is default or not."
|
|
470
|
-
},
|
|
471
|
-
"language_tag": {
|
|
472
|
-
"type": "string",
|
|
473
|
-
"description": "The locale for which the values are localized."
|
|
474
|
-
},
|
|
475
|
-
"title": {
|
|
476
|
-
"type": "string",
|
|
477
|
-
"description": "The localized title of this channel."
|
|
478
|
-
},
|
|
479
|
-
"description": {
|
|
480
|
-
"type": [
|
|
481
|
-
"string",
|
|
482
|
-
"null"
|
|
483
|
-
],
|
|
484
|
-
"description": "The localized description of this channel."
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
452
|
}
|
|
489
453
|
}
|
|
490
454
|
}
|
|
@@ -961,35 +961,6 @@
|
|
|
961
961
|
}
|
|
962
962
|
}
|
|
963
963
|
}
|
|
964
|
-
},
|
|
965
|
-
"localizations": {
|
|
966
|
-
"description": "Localizations for every defined locale.",
|
|
967
|
-
"type": "array",
|
|
968
|
-
"additionalItems": false,
|
|
969
|
-
"items": {
|
|
970
|
-
"type": "object",
|
|
971
|
-
"additionalProperties": false,
|
|
972
|
-
"title": "program_localization",
|
|
973
|
-
"required": [
|
|
974
|
-
"is_default_locale",
|
|
975
|
-
"language_tag",
|
|
976
|
-
"title"
|
|
977
|
-
],
|
|
978
|
-
"properties": {
|
|
979
|
-
"is_default_locale": {
|
|
980
|
-
"type": "boolean",
|
|
981
|
-
"description": "Boolean flag to indicate if locale is default or not."
|
|
982
|
-
},
|
|
983
|
-
"language_tag": {
|
|
984
|
-
"type": "string",
|
|
985
|
-
"description": "The locale for which the values are localized."
|
|
986
|
-
},
|
|
987
|
-
"title": {
|
|
988
|
-
"type": "string",
|
|
989
|
-
"description": "The localized title of this program."
|
|
990
|
-
}
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
964
|
}
|
|
994
965
|
}
|
|
995
966
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ChannelLocalization } from '../types/channel-localization';
|
|
2
1
|
import { DetailedImage } from '../types/detailed-image';
|
|
3
2
|
import { DetailedVideo } from '../types/detailed-video';
|
|
4
3
|
/**
|
|
@@ -25,10 +24,6 @@ export interface ChannelPublishedEvent {
|
|
|
25
24
|
* Video details to be used to enable live streaming.
|
|
26
25
|
*/
|
|
27
26
|
placeholder_video?: DetailedVideo;
|
|
28
|
-
/**
|
|
29
|
-
* Localizations for every defined locale.
|
|
30
|
-
*/
|
|
31
|
-
localizations?: ChannelLocalization[];
|
|
32
27
|
|
|
33
28
|
[k: string]: unknown;
|
|
34
29
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export * from './channel-localization';
|
|
2
1
|
export * from './cue-point-schedule';
|
|
3
2
|
export * from './cue-point-schedule-type';
|
|
4
3
|
export * from './detailed-image';
|
|
@@ -6,7 +5,6 @@ export * from './detailed-video';
|
|
|
6
5
|
export * from './encoding';
|
|
7
6
|
export * from './program';
|
|
8
7
|
export * from './program-cue-point';
|
|
9
|
-
export * from './program-localization';
|
|
10
8
|
export * from './stream';
|
|
11
9
|
export * from './stream-type';
|
|
12
10
|
export * from './video-encoding-state';
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { DetailedImage } from './detailed-image';
|
|
2
2
|
import { DetailedVideo } from './detailed-video';
|
|
3
3
|
import { ProgramCuePoint } from './program-cue-point';
|
|
4
|
-
import { ProgramLocalization } from './program-localization';
|
|
5
4
|
/**
|
|
6
5
|
* Video program.
|
|
7
6
|
*/
|
|
@@ -42,10 +41,6 @@ export interface Program {
|
|
|
42
41
|
* Cue points of the program.
|
|
43
42
|
*/
|
|
44
43
|
program_cue_points?: ProgramCuePoint[];
|
|
45
|
-
/**
|
|
46
|
-
* Localizations for every defined locale.
|
|
47
|
-
*/
|
|
48
|
-
localizations?: ProgramLocalization[];
|
|
49
44
|
|
|
50
45
|
[k: string]: unknown;
|
|
51
46
|
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export interface ChannelLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* Boolean flag to indicate if locale is default or not.
|
|
4
|
-
*/
|
|
5
|
-
is_default_locale: boolean;
|
|
6
|
-
/**
|
|
7
|
-
* The locale for which the values are localized.
|
|
8
|
-
*/
|
|
9
|
-
language_tag: string;
|
|
10
|
-
/**
|
|
11
|
-
* The localized title of this channel.
|
|
12
|
-
*/
|
|
13
|
-
title: string;
|
|
14
|
-
/**
|
|
15
|
-
* The localized description of this channel.
|
|
16
|
-
*/
|
|
17
|
-
description?: string | null;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=channel-localization.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"channel-localization.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/channel-localization.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"channel-localization.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/channel-localization.ts"],"names":[],"mappings":""}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export interface ProgramLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* Boolean flag to indicate if locale is default or not.
|
|
4
|
-
*/
|
|
5
|
-
is_default_locale: boolean;
|
|
6
|
-
/**
|
|
7
|
-
* The locale for which the values are localized.
|
|
8
|
-
*/
|
|
9
|
-
language_tag: string;
|
|
10
|
-
/**
|
|
11
|
-
* The localized title of this program.
|
|
12
|
-
*/
|
|
13
|
-
title: string;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=program-localization.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"program-localization.d.ts","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/program-localization.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"program-localization.js","sourceRoot":"","sources":["../../../../../../src/generated/types/payloads/channel/types/program-localization.ts"],"names":[],"mappings":""}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export interface ChannelLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* Boolean flag to indicate if locale is default or not.
|
|
4
|
-
*/
|
|
5
|
-
is_default_locale: boolean;
|
|
6
|
-
/**
|
|
7
|
-
* The locale for which the values are localized.
|
|
8
|
-
*/
|
|
9
|
-
language_tag: string;
|
|
10
|
-
/**
|
|
11
|
-
* The localized title of this channel.
|
|
12
|
-
*/
|
|
13
|
-
title: string;
|
|
14
|
-
/**
|
|
15
|
-
* The localized description of this channel.
|
|
16
|
-
*/
|
|
17
|
-
description?: string | null;
|
|
18
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export interface ProgramLocalization {
|
|
2
|
-
/**
|
|
3
|
-
* Boolean flag to indicate if locale is default or not.
|
|
4
|
-
*/
|
|
5
|
-
is_default_locale: boolean;
|
|
6
|
-
/**
|
|
7
|
-
* The locale for which the values are localized.
|
|
8
|
-
*/
|
|
9
|
-
language_tag: string;
|
|
10
|
-
/**
|
|
11
|
-
* The localized title of this program.
|
|
12
|
-
*/
|
|
13
|
-
title: string;
|
|
14
|
-
}
|