@vidispine/types 24.1.0-pre.1 → 24.1.0

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/index.d.ts CHANGED
@@ -642,6 +642,27 @@ export declare type CollectionListType = {
642
642
  nextCursor?: string;
643
643
  };
644
644
 
645
+ export declare type CollectionRelationDocument = CollectionRelationType;
646
+
647
+ export declare type CollectionRelationListDocument = CollectionRelationListType;
648
+
649
+ export declare type CollectionRelationListType = {
650
+ relation?: Array<CollectionRelationType>;
651
+ };
652
+
653
+ export declare type CollectionRelationType = {
654
+ id: string;
655
+ direction: {
656
+ source: string;
657
+ target: string;
658
+ type: string;
659
+ };
660
+ value?: Array<{
661
+ key: string;
662
+ value?: string;
663
+ }>;
664
+ };
665
+
645
666
  export declare type CollectionReorderDocument = CollectionReorderType;
646
667
 
647
668
  export declare type CollectionReorderEntryType = {
@@ -788,6 +809,11 @@ export declare type ComplexJobOutputFormatType = {
788
809
  clipName?: string;
789
810
  maxChunkDuration?: TimeCodeType;
790
811
  setting?: Array<KeyValuePairType>;
812
+ tixUri?: Array<{
813
+ track: string;
814
+ value?: string;
815
+ }>;
816
+ cixUri?: string;
791
817
  uri?: string;
792
818
  range?: SequenceRangeType;
793
819
  atom?: Array<ComplexJobAtomType>;
@@ -2563,6 +2589,15 @@ export declare type MetadataFieldGroupType = {
2563
2589
  access?: Array<MetadataFieldAccessControlType>;
2564
2590
  externalId?: Array<string>;
2565
2591
  origin?: string;
2592
+ inheritanceRule?: Array<{
2593
+ condition: {
2594
+ field: {
2595
+ name: string;
2596
+ value: string;
2597
+ };
2598
+ };
2599
+ inheritedName: string;
2600
+ }>;
2566
2601
  inheritance?: string;
2567
2602
  };
2568
2603
 
@@ -2642,6 +2677,15 @@ export declare type MetadataFieldType = {
2642
2677
  externalId?: Array<string>;
2643
2678
  origin?: string;
2644
2679
  boost?: number;
2680
+ inheritanceRule?: Array<{
2681
+ condition: {
2682
+ field: {
2683
+ name: string;
2684
+ value: string;
2685
+ };
2686
+ };
2687
+ inheritedName: string;
2688
+ }>;
2645
2689
  floatRestriction?: MetadataFieldFloatType;
2646
2690
  integerRestriction?: MetadataFieldIntegerType;
2647
2691
  longRestriction?: MetadataFieldLongType;
@@ -4336,7 +4380,7 @@ export declare type SubtitleComponentType = MediaComponentType & {
4336
4380
  mediaInfo?: SubtitleMediaInfoType;
4337
4381
  };
4338
4382
 
4339
- declare type SubtitleMediaInfoType = BaseMediaInfoType;
4383
+ export declare type SubtitleMediaInfoType = BaseMediaInfoType;
4340
4384
 
4341
4385
  export declare type SuggestionResultType = {
4342
4386
  term: string;
@@ -4636,6 +4680,7 @@ export declare type TranscodePresetType = {
4636
4680
  outputSetting?: Array<string>;
4637
4681
  other?: Array<string>;
4638
4682
  };
4683
+ generateCixTix?: boolean;
4639
4684
  };
4640
4685
 
4641
4686
  export declare type TranscoderConfigurationDocument = TranscoderConfigurationType;
@@ -4817,6 +4862,22 @@ export declare type URIListType = {
4817
4862
  uri?: Array<string>;
4818
4863
  };
4819
4864
 
4865
+ export declare type UsageCollectorDocument = UsageCollectorType;
4866
+
4867
+ export declare type UsageCollectorListDocument = UsageCollectorListType;
4868
+
4869
+ export declare type UsageCollectorListType = {
4870
+ collector?: Array<UsageCollectorType>;
4871
+ };
4872
+
4873
+ export declare type UsageCollectorType = {
4874
+ name: string;
4875
+ interval: number;
4876
+ enabled: boolean;
4877
+ lastSent?: string;
4878
+ error?: string;
4879
+ };
4880
+
4820
4881
  export declare type UserDocument = UserType;
4821
4882
 
4822
4883
  export declare type UserListDocument = UserListType;
@@ -4926,6 +4987,7 @@ export declare type VideoTranscodePresetType = {
4926
4987
  setting?: Array<KeyValuePairType>;
4927
4988
  burnTimecode?: boolean;
4928
4989
  burnSubtitles?: boolean;
4990
+ burnSubtitlesLanguage?: string;
4929
4991
  imageQuality?: number;
4930
4992
  otif?: OtifPresetType;
4931
4993
  };
@@ -5006,7 +5068,7 @@ export declare type VXAListType = {
5006
5068
  vxa?: Array<VXAType>;
5007
5069
  };
5008
5070
 
5009
- declare type VXASecretType = {
5071
+ export declare type VXASecretType = {
5010
5072
  alias: string;
5011
5073
  value: SimpleMetadataType;
5012
5074
  };
package/dist/index.js CHANGED
@@ -1 +1,45 @@
1
-
1
+ var N;
2
+ ((E) => {
3
+ ((A) => {
4
+ A.ACTIVE = "ACTIVE", A.INACTIVE = "INACTIVE";
5
+ })(E.status || (E.status = {}));
6
+ })(N || (N = {}));
7
+ var D = /* @__PURE__ */ ((E) => (E.OLD_METADATA = "oldMetadata", E.SHAPE_DOCUMENT = "shapeDocument", E))(D || {}), I = /* @__PURE__ */ ((E) => (E.SHAPE_METADATA = "shapeMetadata", E.ITEM_METADATA = "itemMetadata", E.BULKY_METADATA = "bulkyMetadata", E))(I || {}), r = /* @__PURE__ */ ((E) => (E.ITEM = "item", E.LIBRARY = "library", E.COLLECTION = "collection", E))(r || {}), R = /* @__PURE__ */ ((E) => (E.ADD = "add", E.REMOVE = "remove", E.MOVE = "move", E.UPDATE = "update", E))(R || {}), _ = /* @__PURE__ */ ((E) => (E.AUDIO_COMPONENT = "AUDIO_COMPONENT", E.VIDEO_COMPONENT = "VIDEO_COMPONENT", E.CONTAINER_COMPONENT = "CONTAINER_COMPONENT", E.BINARY_COMPONENT = "BINARY_COMPONENT", E.DESCRIPTOR_COMPONENT = "DESCRIPTOR_COMPONENT", E))(_ || {}), v = /* @__PURE__ */ ((E) => (E.ZIP = "ZIP", E.TAR = "TAR", E))(v || {}), S = /* @__PURE__ */ ((E) => (E.GZ = "GZ", E.BZIP2 = "BZIP2", E))(S || {}), L = /* @__PURE__ */ ((E) => (E.JOB_ID = "jobId", E.JOB_STATE = "jobState", E.USER = "user", E.START_TIME = "startTime", E.JOB_TYPE = "jobType", E.JOB_DATA = "jobData", E.ERROR_MESSAGE = "errorMessage", E.ITEM_ID = "itemId", E.TOTAL_STEPS = "totalSteps", E.CURRENT_STEP = "currentStep", E))(L || {}), Y = /* @__PURE__ */ ((E) => (E.BYTES = "bytes", E.PERCENT = "percent", E))(Y || {}), u = /* @__PURE__ */ ((E) => (E.NOINDEX = "noindex", E.INDEX = "index", E.EXTEND = "extend", E))(u || {}), C = /* @__PURE__ */ ((E) => (E.DATE = "date", E.DATE_NOINDEX = "date-noindex", E.DATE_SORTABLE = "date-sortable", E.FLOAT = "float", E.FLOAT_NOINDEX = "float-noindex", E.FLOAT_SORTABLE = "float-sortable", E.INTEGER = "integer", E.INTEGER_NOINDEX = "integer-noindex", E.INTEGER_SORTABLE = "integer-sortable", E.LONG = "long", E.LONG_NOINDEX = "long-noindex", E.STRING = "string", E.STRING_SORTABLE = "string-sortable", E.STRING_EXACT = "string-exact", E.STRING_EXACT_SORTABLE = "string-exact-sortable", E.STRING_NOINDEX = "string-noindex", E.BOOLEAN = "boolean", E.BOOLEAN_NOINDEX = "boolean-noindex", E.TIME_CODE = "timeCode", E.TIME_CODE_NOINDEX = "timeCode-noindex", E))(C || {}), P = /* @__PURE__ */ ((E) => (E.ADD = "add", E.REMOVE = "remove", E))(P || {}), B = /* @__PURE__ */ ((E) => (E.DEBIAN32 = "DEBIAN32", E.DEBIAN64 = "DEBIAN64", E.REDHAT32 = "REDHAT32", E.REDHAT64 = "REDHAT64", E.WINDOWS32 = "WINDOWS32", E.WINDOWS64 = "WINDOWS64", E.MACOSX32 = "MACOSX32", E.MACOSX64 = "MACOSX64", E))(B || {}), U = /* @__PURE__ */ ((E) => (E.AUDIO = "audio", E.VIDEO = "video", E))(U || {}), G = /* @__PURE__ */ ((E) => (E.ITEM = "item", E.STORAGE = "storage", E))(G || {}), s = /* @__PURE__ */ ((E) => (E.CPU = "CPU", E.CUDA = "CUDA", E.OPENCL = "OPENCL", E))(s || {}), M = /* @__PURE__ */ ((E) => (E.CHILD = "child", E.PARENT = "parent", E.DESCENDANT = "descendant", E.ANCESTOR = "ancestor", E))(M || {}), X = /* @__PURE__ */ ((E) => (E.NONE = "none", E.TEMPORARY = "temporary", E.SECRETKEY = "secretkey", E))(X || {}), H = /* @__PURE__ */ ((E) => (E.ALL = "all", E.GENERIC = "generic", E.TIMED = "timed", E))(H || {}), x = /* @__PURE__ */ ((E) => (E.AND = "AND", E.OR = "OR", E.NOT = "NOT", E))(x || {}), T = /* @__PURE__ */ ((E) => (E.WRITE = "WRITE", E.READ = "READ", E))(T || {}), V = /* @__PURE__ */ ((E) => (E.ITEM = "item", E.SHAPE = "shape", E.FILE = "file", E))(V || {}), W = /* @__PURE__ */ ((E) => (E.AND = "AND", E.OR = "OR", E.NOT = "NOT", E))(W || {}), Z = /* @__PURE__ */ ((E) => (E.ASCENDING = "ascending", E.DESCENDING = "descending", E))(Z || {}), b = /* @__PURE__ */ ((E) => (E.BANDWIDTH = "bandwidth", E.CAPACITY = "capacity", E))(b || {}), g = /* @__PURE__ */ ((E) => (E.ONDEMAND = "ONDEMAND", E.ALWAYS = "ALWAYS", E))(g || {}), O;
8
+ ((E) => {
9
+ ((A) => {
10
+ A.TRANSCODER = "TRANSCODER", A.DIRECTORY = "DIRECTORY";
11
+ })(E.type || (E.type = {}));
12
+ })(O || (O = {}));
13
+ var J = /* @__PURE__ */ ((E) => (E.OFFLINE = "OFFLINE", E.ONLINE = "ONLINE", E))(J || {}), K = /* @__PURE__ */ ((E) => (E.MONDAY = "MONDAY", E.TUESDAY = "TUESDAY", E.WEDNESDAY = "WEDNESDAY", E.THURSDAY = "THURSDAY", E.FRIDAY = "FRIDAY", E.SATURDAY = "SATURDAY", E.SUNDAY = "SUNDAY", E))(K || {});
14
+ export {
15
+ N as AccessKeyType,
16
+ D as AutoProjectionInputFilterType,
17
+ I as AutoProjectionTriggerType,
18
+ r as CollectionContentEntityTypeType,
19
+ R as CollectionContentModeType,
20
+ _ as ComponentTypeType,
21
+ v as ExportTemplateArchiveType,
22
+ S as ExportTemplateCompressType,
23
+ Y as JobTaskProgressType_unit,
24
+ u as MetadataFieldIndexType,
25
+ C as MetadataFieldTypeType,
26
+ P as MetadataModeType,
27
+ B as OSName,
28
+ U as OtifPluginType,
29
+ G as QuotaResourceType,
30
+ s as REDDecoderType,
31
+ M as RelationType,
32
+ X as S3CredentialType,
33
+ H as SearchIntervalsType,
34
+ x as SearchOperationType,
35
+ T as SearchPermissionType,
36
+ V as SearchTargetType,
37
+ W as SimpleSearchOperationType,
38
+ Z as SortingOrderType,
39
+ b as StorageCriteriaType,
40
+ g as SyncPolicyType,
41
+ O as TranscoderType,
42
+ J as VXAStatus,
43
+ K as WeekDayType,
44
+ L as jobNotificationContentFilter
45
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidispine/types",
3
- "version": "24.1.0-pre.1",
3
+ "version": "24.1.0",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -23,13 +23,13 @@
23
23
  "lint": "eslint . --cache --max-warnings=0 --ext .js,.jsx,.ts,.tsx,.md,.mdx"
24
24
  },
25
25
  "devDependencies": {
26
- "@vidispine/eslint-config-base": "24.1.0-pre.1",
27
- "@vidispine/eslint-config-mdx": "24.1.0-pre.1",
28
- "@vidispine/prettier-config": "24.1.0-pre.1",
26
+ "@vidispine/eslint-config-base": "24.1.0",
27
+ "@vidispine/eslint-config-mdx": "24.1.0",
28
+ "@vidispine/prettier-config": "24.1.0",
29
29
  "eslint": "8.55.0",
30
30
  "prettier": "3.1.1",
31
31
  "typescript": "5.0.4",
32
- "vite": "4.5.2",
32
+ "vite": "4.5.3",
33
33
  "vite-plugin-dts": "3.6.4"
34
34
  },
35
35
  "eslintConfig": {