@vidispine/types 22.4.0-pre.8 → 22.4.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
@@ -1,44 +1,44 @@
1
- declare type TranscoderJobType = {};
1
+ type TranscoderJobType = {};
2
2
 
3
- declare type AAFGeneratorJobType = TranscoderJobType & {
3
+ type AAFGeneratorJobType = TranscoderJobType & {
4
4
  aaf?: string;
5
5
  xml?: string;
6
6
  };
7
7
 
8
- declare type AAFGeneratorJobDocument = AAFGeneratorJobType;
8
+ type AAFGeneratorJobDocument = AAFGeneratorJobType;
9
9
 
10
- declare type AAFGeneratorResponse = {
10
+ type AAFGeneratorResponse = {
11
11
  aaf?: string;
12
12
  xml?: string;
13
13
  };
14
14
 
15
- declare type AccessControlMetadataType = {
15
+ type AccessControlMetadataType = {
16
16
  field?: string;
17
17
  };
18
18
 
19
- declare type AccessControlShapeType = {
19
+ type AccessControlShapeType = {
20
20
  tag?: string;
21
21
  };
22
22
 
23
- declare type AccessControlUriType = {
23
+ type AccessControlUriType = {
24
24
  type?: string;
25
25
  };
26
26
 
27
- declare type AppliesToType = {};
27
+ type AppliesToType = {};
28
28
 
29
- declare type GroupListType = {
29
+ type GroupListType = {
30
30
  hits?: number;
31
31
  group?: Array<GroupType>;
32
32
  };
33
33
 
34
- declare type SimpleMetadataType = {
34
+ type SimpleMetadataType = {
35
35
  field?: Array<{
36
36
  key: string;
37
37
  value: string;
38
38
  }>;
39
39
  };
40
40
 
41
- declare type UserType = {
41
+ type UserType = {
42
42
  id?: string;
43
43
  loc?: string;
44
44
  userName: string;
@@ -54,12 +54,12 @@ declare type UserType = {
54
54
  remove?: boolean;
55
55
  };
56
56
 
57
- declare type UserListType = {
57
+ type UserListType = {
58
58
  hits?: number;
59
59
  user?: Array<UserType>;
60
60
  };
61
61
 
62
- declare type GroupType = {
62
+ type GroupType = {
63
63
  id?: string;
64
64
  loc?: string;
65
65
  groupName?: string;
@@ -73,9 +73,9 @@ declare type GroupType = {
73
73
  remove?: boolean;
74
74
  };
75
75
 
76
- declare type SiteIdType = string;
76
+ type SiteIdType = string;
77
77
 
78
- declare type AccessControlType = {
78
+ type AccessControlType = {
79
79
  loc?: string;
80
80
  grantor?: string;
81
81
  recursive?: boolean;
@@ -94,21 +94,21 @@ declare type AccessControlType = {
94
94
  id?: SiteIdType;
95
95
  };
96
96
 
97
- declare type AccessControlDocument = AccessControlType;
97
+ type AccessControlDocument = AccessControlType;
98
98
 
99
- declare type AccessControlListType = {
99
+ type AccessControlListType = {
100
100
  access?: Array<AccessControlType>;
101
101
  };
102
102
 
103
- declare type AccessControlListDocument = AccessControlListType;
103
+ type AccessControlListDocument = AccessControlListType;
104
104
 
105
- declare type MetadataFieldPermissionType = {
105
+ type MetadataFieldPermissionType = {
106
106
  name: string;
107
107
  permission: string;
108
108
  username: string;
109
109
  };
110
110
 
111
- declare type MetadataFieldGroupPermissionType = {
111
+ type MetadataFieldGroupPermissionType = {
112
112
  name: string;
113
113
  permission: string;
114
114
  fieldGroup?: Array<MetadataFieldGroupPermissionType>;
@@ -116,7 +116,7 @@ declare type MetadataFieldGroupPermissionType = {
116
116
  username: string;
117
117
  };
118
118
 
119
- declare type AccessControlMergedType = {
119
+ type AccessControlMergedType = {
120
120
  query?: {
121
121
  username: string;
122
122
  permission: string;
@@ -144,9 +144,9 @@ declare type AccessControlMergedType = {
144
144
  field?: Array<MetadataFieldPermissionType>;
145
145
  };
146
146
 
147
- declare type AccessControlMergedDocument = AccessControlMergedType;
147
+ type AccessControlMergedDocument = AccessControlMergedType;
148
148
 
149
- declare type AccessControlMergedGroupType = {
149
+ type AccessControlMergedGroupType = {
150
150
  access?: Array<{
151
151
  group: string;
152
152
  grantor?: string;
@@ -162,15 +162,15 @@ declare type AccessControlMergedGroupType = {
162
162
  }>;
163
163
  };
164
164
 
165
- declare type AccessControlMergedGroupDocument = AccessControlMergedGroupType;
165
+ type AccessControlMergedGroupDocument = AccessControlMergedGroupType;
166
166
 
167
- declare type AccessControlSynchronizeType = {
167
+ type AccessControlSynchronizeType = {
168
168
  delete: boolean;
169
169
  create: boolean;
170
170
  document: AccessControlType;
171
171
  };
172
172
 
173
- declare type AccessKeyType = {
173
+ type AccessKeyType = {
174
174
  id?: string;
175
175
  name?: string;
176
176
  secret?: string;
@@ -178,57 +178,57 @@ declare type AccessKeyType = {
178
178
  created: string;
179
179
  };
180
180
 
181
- declare type AccessKeyDocument = AccessKeyType;
181
+ type AccessKeyDocument = AccessKeyType;
182
182
 
183
- declare type AccessKeyListType = {
183
+ type AccessKeyListType = {
184
184
  hits?: number;
185
185
  key?: Array<AccessKeyType>;
186
186
  };
187
187
 
188
- declare type AccessKeyListDocument = AccessKeyListType;
188
+ type AccessKeyListDocument = AccessKeyListType;
189
189
 
190
- declare type SolrDocumentType = {
190
+ type SolrDocumentType = {
191
191
  field?: Array<{
192
192
  name: string;
193
193
  value?: string;
194
194
  }>;
195
195
  };
196
196
 
197
- declare type SolrAddType = {
197
+ type SolrAddType = {
198
198
  doc?: Array<SolrDocumentType>;
199
199
  };
200
200
 
201
- declare type add = SolrAddType;
201
+ type add = SolrAddType;
202
202
 
203
- declare type AddressPortType = {
203
+ type AddressPortType = {
204
204
  port: number;
205
205
  host?: string;
206
206
  address?: string;
207
207
  };
208
208
 
209
- declare type AmountType = {
209
+ type AmountType = {
210
210
  unit?: string;
211
211
  value?: number;
212
212
  };
213
213
 
214
- declare type AnalyzeAudioChannelType = {
214
+ type AnalyzeAudioChannelType = {
215
215
  tone?: Array<number>;
216
216
  stream?: number;
217
217
  channel?: number;
218
218
  thresh?: number;
219
219
  };
220
220
 
221
- declare type KeyValuePairType = {
221
+ type KeyValuePairType = {
222
222
  key: string;
223
223
  value: string;
224
224
  };
225
225
 
226
- declare type NameURIPairType = {
226
+ type NameURIPairType = {
227
227
  name: string;
228
228
  uri: string;
229
229
  };
230
230
 
231
- declare type OtifPresetType = {
231
+ type OtifPresetType = {
232
232
  uuid: string;
233
233
  versionMajor: number;
234
234
  versionMinor: number;
@@ -237,11 +237,11 @@ declare type OtifPresetType = {
237
237
  resource?: Array<NameURIPairType>;
238
238
  };
239
239
 
240
- declare type AnalyzeAudioJobType = {
240
+ type AnalyzeAudioJobType = {
241
241
  otif?: Array<OtifPresetType>;
242
242
  };
243
243
 
244
- declare type ComplexJobOTIFType = {
244
+ type ComplexJobOTIFType = {
245
245
  trackerPlugin: string;
246
246
  versionMajor: number;
247
247
  versionMinor: number;
@@ -251,23 +251,23 @@ declare type ComplexJobOTIFType = {
251
251
  resource?: Array<NameURIPairType>;
252
252
  };
253
253
 
254
- declare type AnalyzeAudioType = {
254
+ type AnalyzeAudioType = {
255
255
  otif?: Array<ComplexJobOTIFType>;
256
256
  };
257
257
 
258
- declare type AnalyzeVideoJobType = {
258
+ type AnalyzeVideoJobType = {
259
259
  otif?: Array<OtifPresetType>;
260
260
  };
261
261
 
262
- declare type HighlighterType = {
262
+ type HighlighterType = {
263
263
  model: string;
264
264
  };
265
265
 
266
- declare type SmartCropType = {
266
+ type SmartCropType = {
267
267
  aspect: string;
268
268
  };
269
269
 
270
- declare type AnalyzeJobType = {
270
+ type AnalyzeJobType = {
271
271
  black?: {
272
272
  threshold?: number;
273
273
  percentage?: number;
@@ -287,54 +287,54 @@ declare type AnalyzeJobType = {
287
287
  smartcrop?: SmartCropType;
288
288
  };
289
289
 
290
- declare type AnalyzeJobDocument = AnalyzeJobType;
290
+ type AnalyzeJobDocument = AnalyzeJobType;
291
291
 
292
- declare type KeyValueType = {
292
+ type KeyValueType = {
293
293
  key: string;
294
294
  value: string;
295
295
  };
296
296
 
297
- declare type AnalyzePresetType = {
297
+ type AnalyzePresetType = {
298
298
  name?: string;
299
299
  vidispine: AnalyzeJobType;
300
300
  data?: Array<KeyValueType>;
301
301
  };
302
302
 
303
- declare type AnalyzePresetDocument = AnalyzePresetType;
303
+ type AnalyzePresetDocument = AnalyzePresetType;
304
304
 
305
- declare type AnalyzePresetListType = {
305
+ type AnalyzePresetListType = {
306
306
  preset?: Array<AnalyzePresetType>;
307
307
  };
308
308
 
309
- declare type AnalyzePresetListDocument = AnalyzePresetListType;
309
+ type AnalyzePresetListDocument = AnalyzePresetListType;
310
310
 
311
- declare type AnalyzeVideoType = {
311
+ type AnalyzeVideoType = {
312
312
  otif?: Array<ComplexJobOTIFType>;
313
313
  };
314
314
 
315
- declare type AppliesToValueType = {
315
+ type AppliesToValueType = {
316
316
  recursive?: boolean;
317
317
  value?: string;
318
318
  };
319
319
 
320
- declare type AspectRatioType = {
320
+ type AspectRatioType = {
321
321
  horizontal: number;
322
322
  vertical: number;
323
323
  };
324
324
 
325
- declare type AssetMappingType = {
325
+ type AssetMappingType = {
326
326
  id: string;
327
327
  item: SiteIdType;
328
328
  shape?: SiteIdType;
329
329
  };
330
330
 
331
- declare type SubClipType = {
331
+ type SubClipType = {
332
332
  id: number;
333
333
  start: number;
334
334
  length: number;
335
335
  };
336
336
 
337
- declare type ClipType = {
337
+ type ClipType = {
338
338
  subClip?: Array<SubClipType>;
339
339
  setting?: Array<KeyValuePairType>;
340
340
  uri?: string;
@@ -343,24 +343,29 @@ declare type ClipType = {
343
343
  track?: number;
344
344
  };
345
345
 
346
- declare type AudioClipType = ClipType & {
346
+ type AudioClipType = ClipType & {
347
347
  channel: number;
348
348
  };
349
349
 
350
- declare type BaseMediaInfoType = {
350
+ type BaseMediaInfoType = {
351
351
  Bit_rate_mode?: string;
352
352
  Source?: string;
353
353
  property?: Array<KeyValuePairType>;
354
354
  };
355
355
 
356
- declare type AudioMediaInfoType = BaseMediaInfoType;
356
+ type AudioMediaInfoType = BaseMediaInfoType;
357
357
 
358
- declare type StorageFileSequenceType = {
358
+ type ResourceTagType = KeyValuePairType & {
359
+ sourceName?: string;
360
+ sourceType?: string;
361
+ };
362
+
363
+ type StorageFileSequenceType = {
359
364
  regex: string;
360
365
  numGroup?: number;
361
366
  };
362
367
 
363
- declare type StorageMethodType = {
368
+ type StorageMethodType = {
364
369
  loc?: string;
365
370
  id?: SiteIdType;
366
371
  uri: string;
@@ -373,15 +378,10 @@ declare type StorageMethodType = {
373
378
  failureMessage?: string;
374
379
  type?: string;
375
380
  metadata?: SimpleMetadataType;
376
- resourceTag?: Array<{
377
- key: string;
378
- value: string;
379
- sourceName?: string;
380
- sourceType?: string;
381
- }>;
381
+ resourceTag?: Array<ResourceTagType>;
382
382
  };
383
383
 
384
- declare type StorageType = {
384
+ type StorageType = {
385
385
  id?: SiteIdType;
386
386
  state?: string;
387
387
  priority?: string;
@@ -404,15 +404,10 @@ declare type StorageType = {
404
404
  archiveScript?: string;
405
405
  sequence?: Array<StorageFileSequenceType>;
406
406
  sequenceTimeout?: number;
407
- resourceTag?: Array<{
408
- key: string;
409
- value: string;
410
- sourceName?: string;
411
- sourceType?: string;
412
- }>;
407
+ resourceTag?: Array<ResourceTagType>;
413
408
  };
414
409
 
415
- declare type FileType = {
410
+ type FileType = {
416
411
  id?: SiteIdType;
417
412
  path?: string;
418
413
  uri?: Array<string>;
@@ -441,42 +436,42 @@ declare type FileType = {
441
436
  type?: string;
442
437
  };
443
438
 
444
- declare type ComponentType = {
439
+ type ComponentType = {
445
440
  file?: Array<FileType>;
446
441
  id?: SiteIdType;
447
442
  metadata?: Array<KeyValuePairType>;
448
443
  };
449
444
 
450
- declare type EDLEntryType = {
445
+ type EDLEntryType = {
451
446
  start: number;
452
447
  length: number;
453
448
  mediaRate: number;
454
449
  };
455
450
 
456
- declare type RationalType = {
451
+ type RationalType = {
457
452
  numerator: number;
458
453
  denominator: number;
459
454
  };
460
455
 
461
- declare type TimeBaseType = RationalType;
456
+ type TimeBaseType = RationalType;
462
457
 
463
- declare type EDLType = {
458
+ type EDLType = {
464
459
  timeScale: TimeBaseType;
465
460
  timeBase?: TimeBaseType;
466
461
  entry?: Array<EDLEntryType>;
467
462
  };
468
463
 
469
- declare type TimeCodeType = {
464
+ type TimeCodeType = {
470
465
  samples: number;
471
466
  timeBase: TimeBaseType;
472
467
  };
473
468
 
474
- declare type TimeIntervalType = {
469
+ type TimeIntervalType = {
475
470
  start?: TimeCodeType;
476
471
  end?: TimeCodeType;
477
472
  };
478
473
 
479
- declare type MediaComponentType = ComponentType & {
474
+ type MediaComponentType = ComponentType & {
480
475
  codec?: string;
481
476
  timeBase?: TimeBaseType;
482
477
  itemTrack?: string;
@@ -496,7 +491,7 @@ declare type MediaComponentType = ComponentType & {
496
491
  segment?: number;
497
492
  };
498
493
 
499
- declare type AudioComponentType = MediaComponentType & {
494
+ type AudioComponentType = MediaComponentType & {
500
495
  channelCount: number;
501
496
  channelLayout?: number;
502
497
  sampleFormat?: string;
@@ -505,9 +500,9 @@ declare type AudioComponentType = MediaComponentType & {
505
500
  mediaInfo?: AudioMediaInfoType;
506
501
  };
507
502
 
508
- declare type AudioComponentDocument = AudioComponentType;
503
+ type AudioComponentDocument = AudioComponentType;
509
504
 
510
- declare type AudioOutputType = {
505
+ type AudioOutputType = {
511
506
  format?: string;
512
507
  codec?: string;
513
508
  bitrate?: number;
@@ -516,25 +511,25 @@ declare type AudioOutputType = {
516
511
  stream?: Array<number>;
517
512
  };
518
513
 
519
- declare type EffectPointType = {
514
+ type EffectPointType = {
520
515
  value: number;
521
516
  position: number;
522
517
  };
523
518
 
524
- declare type EffectParameterType = {
519
+ type EffectParameterType = {
525
520
  point?: Array<EffectPointType>;
526
521
  name: string;
527
522
  value?: number;
528
523
  };
529
524
 
530
- declare type EffectType = {
525
+ type EffectType = {
531
526
  timeBase?: TimeBaseType;
532
527
  parameter?: Array<EffectParameterType>;
533
528
  name: string;
534
529
  id?: string;
535
530
  };
536
531
 
537
- declare type AudioTranscodePresetChannelMixType = {
532
+ type AudioTranscodePresetChannelMixType = {
538
533
  effect?: Array<EffectType>;
539
534
  id?: number;
540
535
  stream?: number;
@@ -542,12 +537,12 @@ declare type AudioTranscodePresetChannelMixType = {
542
537
  gain?: number;
543
538
  };
544
539
 
545
- declare type AudioTranscodePresetMixType = {
540
+ type AudioTranscodePresetMixType = {
546
541
  input?: Array<AudioTranscodePresetChannelMixType>;
547
542
  silence?: boolean;
548
543
  };
549
544
 
550
- declare type AudioTrackTranscodePresetType = {
545
+ type AudioTrackTranscodePresetType = {
551
546
  codec?: string;
552
547
  bitrate?: number;
553
548
  framerate?: TimeBaseType;
@@ -557,7 +552,7 @@ declare type AudioTrackTranscodePresetType = {
557
552
  mix?: Array<AudioTranscodePresetMixType>;
558
553
  };
559
554
 
560
- declare type AudioTranscodePresetType = {
555
+ type AudioTranscodePresetType = {
561
556
  codec?: string;
562
557
  bitrate?: number;
563
558
  framerate?: TimeBaseType;
@@ -573,7 +568,7 @@ declare type AudioTranscodePresetType = {
573
568
  output?: Array<AudioOutputType>;
574
569
  };
575
570
 
576
- declare type AuditLogEntryType = {
571
+ type AuditLogEntryType = {
577
572
  username: string;
578
573
  method: string;
579
574
  path: string;
@@ -587,76 +582,76 @@ declare type AuditLogEntryType = {
587
582
  timestamp: string;
588
583
  };
589
584
 
590
- declare type AuditLogType = {
585
+ type AuditLogType = {
591
586
  count?: number;
592
587
  entry?: Array<AuditLogEntryType>;
593
588
  };
594
589
 
595
- declare type AuditLogDocument = AuditLogType;
590
+ type AuditLogDocument = AuditLogType;
596
591
 
597
- declare type AuthenticationTokenType = {
592
+ type AuthenticationTokenType = {
598
593
  token: string;
599
594
  user: string;
600
595
  };
601
596
 
602
- declare type AuthenticationTokenDocument = AuthenticationTokenType;
597
+ type AuthenticationTokenDocument = AuthenticationTokenType;
603
598
 
604
- declare type AutocompleteRequestType = {
599
+ type AutocompleteRequestType = {
605
600
  text: string;
606
601
  field?: string;
607
602
  maximumSuggestions?: number;
608
603
  };
609
604
 
610
- declare type AutocompleteRequestDocument = AutocompleteRequestType;
605
+ type AutocompleteRequestDocument = AutocompleteRequestType;
611
606
 
612
- declare type AutocompleteResponseType = {
607
+ type AutocompleteResponseType = {
613
608
  field?: string;
614
609
  suggestion?: Array<string>;
615
610
  };
616
611
 
617
- declare type AutocompleteResponseDocument = AutocompleteResponseType;
612
+ type AutocompleteResponseDocument = AutocompleteResponseType;
618
613
 
619
- declare type FilenameFilterType = {
614
+ type FilenameFilterType = {
620
615
  pattern: string;
621
616
  tag?: Array<string>;
622
617
  };
623
618
 
624
- declare type MetadataFieldFloatType = {
619
+ type MetadataFieldFloatType = {
625
620
  minInclusive?: number;
626
621
  maxInclusive?: number;
627
622
  };
628
623
 
629
- declare type MetadataFieldIndexType = 'noindex' | 'index' | 'extend';
624
+ type MetadataFieldIndexType = 'noindex' | 'index' | 'extend';
630
625
 
631
- declare type MetadataFieldIntegerType = {
626
+ type MetadataFieldIntegerType = {
632
627
  minInclusive?: number;
633
628
  maxInclusive?: number;
634
629
  };
635
630
 
636
- declare type MetadataFieldLongType = {
631
+ type MetadataFieldLongType = {
637
632
  minInclusive?: number;
638
633
  maxInclusive?: number;
639
634
  };
640
635
 
641
- declare type MetadataFieldStringType = {
636
+ type MetadataFieldStringType = {
642
637
  minLength?: number;
643
638
  maxLength?: number;
644
639
  pattern?: string;
645
640
  };
646
641
 
647
- declare type MetadataFieldTypeType = 'date' | 'date-noindex' | 'date-sortable' | 'float' | 'float-noindex' | 'float-sortable' | 'integer' | 'integer-noindex' | 'integer-sortable' | 'long' | 'long-noindex' | 'string' | 'string-sortable' | 'string-exact' | 'string-exact-sortable' | 'string-noindex' | 'boolean' | 'boolean-noindex' | 'timeCode' | 'timeCode-noindex';
642
+ type MetadataFieldTypeType = 'date' | 'date-noindex' | 'date-sortable' | 'float' | 'float-noindex' | 'float-sortable' | 'integer' | 'integer-noindex' | 'integer-sortable' | 'long' | 'long-noindex' | 'string' | 'string-sortable' | 'string-exact' | 'string-exact-sortable' | 'string-noindex' | 'boolean' | 'boolean-noindex' | 'timeCode' | 'timeCode-noindex';
648
643
 
649
- declare type MetadataSchemaAttributes = {
644
+ type MetadataSchemaAttributes = {
650
645
  min: number;
651
646
  max: number;
652
647
  name?: string;
653
648
  };
654
649
 
655
- declare type MetadataSchemaElementType = MetadataSchemaAttributes & {
650
+ type MetadataSchemaElementType = MetadataSchemaAttributes & {
656
651
  reference?: boolean;
657
652
  };
658
653
 
659
- declare type MetadataFieldType = {
654
+ type MetadataFieldType = {
660
655
  name?: string;
661
656
  schema?: MetadataSchemaElementType;
662
657
  type?: MetadataFieldTypeType;
@@ -687,17 +682,17 @@ declare type MetadataFieldType = {
687
682
  inheritance?: string;
688
683
  };
689
684
 
690
- declare type MetadataReferencedType = {
685
+ type MetadataReferencedType = {
691
686
  id: string;
692
687
  uuid: string;
693
688
  type: string;
694
689
  };
695
690
 
696
- declare type MetadataReferenceType = string;
691
+ type MetadataReferenceType = string;
697
692
 
698
- declare type MetadataModeType = 'add' | 'remove';
693
+ type MetadataModeType = 'add' | 'remove';
699
694
 
700
- declare type MetadataValueAttributes = {
695
+ type MetadataValueAttributes = {
701
696
  uuid?: MetadataReferenceType;
702
697
  user?: string;
703
698
  timestamp?: string;
@@ -706,14 +701,14 @@ declare type MetadataValueAttributes = {
706
701
  mode?: MetadataModeType;
707
702
  };
708
703
 
709
- declare type MetadataValueType = MetadataValueAttributes & {
704
+ type MetadataValueType = MetadataValueAttributes & {
710
705
  lang?: string;
711
706
  id?: string;
712
707
  extraData?: string;
713
708
  value?: string;
714
709
  };
715
710
 
716
- declare type MetadataFieldValueType = MetadataValueAttributes & {
711
+ type MetadataFieldValueType = MetadataValueAttributes & {
717
712
  name?: string;
718
713
  id?: Array<string>;
719
714
  referenced?: MetadataReferencedType;
@@ -725,19 +720,19 @@ declare type MetadataFieldValueType = MetadataValueAttributes & {
725
720
  inheritance?: string;
726
721
  };
727
722
 
728
- declare type MetadataGroupValueType = MetadataValueAttributes & {
723
+ type MetadataGroupValueType = MetadataValueAttributes & {
729
724
  name?: string;
730
725
  id?: Array<string>;
731
726
  referenced?: MetadataReferencedType;
732
727
  data?: Array<KeyValuePairType>;
728
+ field?: Array<MetadataFieldValueType>;
729
+ group?: Array<MetadataGroupValueType>;
730
+ reference?: MetadataReferenceType;
733
731
  inheritance?: string;
734
732
  cycle?: boolean;
735
- } & {
736
- group?: MetadataGroupValueType[];
737
- field?: MetadataFieldValueType[];
738
733
  };
739
734
 
740
- declare type MetadataType = {
735
+ type MetadataType = {
741
736
  revision?: string;
742
737
  template?: string;
743
738
  group?: Array<string>;
@@ -750,7 +745,7 @@ declare type MetadataType = {
750
745
  }>;
751
746
  };
752
747
 
753
- declare type FileSequestionDefinitionType = {
748
+ type FileSequestionDefinitionType = {
754
749
  regex: string;
755
750
  idGroup: number;
756
751
  numGroup: number;
@@ -758,17 +753,17 @@ declare type FileSequestionDefinitionType = {
758
753
  numFormat?: string;
759
754
  };
760
755
 
761
- declare type SequenceMetaDataType = {
756
+ type SequenceMetaDataType = {
762
757
  regex: string;
763
758
  idGroup: number;
764
759
  };
765
760
 
766
- declare type sequenceDefinitionType = {
761
+ type sequenceDefinitionType = {
767
762
  sequenceMetadata?: SequenceMetaDataType;
768
763
  fileSequence: FileSequestionDefinitionType;
769
764
  };
770
765
 
771
- declare type AutoImportRuleType = {
766
+ type AutoImportRuleType = {
772
767
  fileNameAsTitle?: boolean;
773
768
  storage?: SiteIdType;
774
769
  tag?: Array<string>;
@@ -787,24 +782,24 @@ declare type AutoImportRuleType = {
787
782
  resourceId?: SiteIdType;
788
783
  };
789
784
 
790
- declare type AutoImportRuleDocument = AutoImportRuleType;
785
+ type AutoImportRuleDocument = AutoImportRuleType;
791
786
 
792
- declare type AutoImportRuleListType = {
787
+ type AutoImportRuleListType = {
793
788
  rule?: Array<AutoImportRuleType>;
794
789
  };
795
790
 
796
- declare type AutoImportRuleListDocument = AutoImportRuleListType;
791
+ type AutoImportRuleListDocument = AutoImportRuleListType;
797
792
 
798
- declare type AutoProjectionInputFilterType = 'oldMetadata' | 'shapeDocument';
793
+ type AutoProjectionInputFilterType = 'oldMetadata' | 'shapeDocument';
799
794
 
800
- declare type AutoProjectionStepType = {
795
+ type AutoProjectionStepType = {
801
796
  order?: number;
802
797
  description?: string;
803
798
  };
804
799
 
805
- declare type AutoProjectionTriggerType = 'shapeMetadata' | 'itemMetadata' | 'bulkyMetadata';
800
+ type AutoProjectionTriggerType = 'shapeMetadata' | 'itemMetadata' | 'bulkyMetadata';
806
801
 
807
- declare type AutoProjectionRuleType = {
802
+ type AutoProjectionRuleType = {
808
803
  step?: Array<AutoProjectionStepType>;
809
804
  name?: string;
810
805
  description?: string;
@@ -817,9 +812,9 @@ declare type AutoProjectionRuleType = {
817
812
  };
818
813
  };
819
814
 
820
- declare type AutoProjectionRuleDocument = AutoProjectionRuleType;
815
+ type AutoProjectionRuleDocument = AutoProjectionRuleType;
821
816
 
822
- declare type BeanCallbackType = {
817
+ type BeanCallbackType = {
823
818
  sourceBean: string;
824
819
  sourceMethod: string;
825
820
  destinationBean: string;
@@ -829,15 +824,15 @@ declare type BeanCallbackType = {
829
824
  errorMessage?: string;
830
825
  };
831
826
 
832
- declare type BeanCallbackDocument = BeanCallbackType;
827
+ type BeanCallbackDocument = BeanCallbackType;
833
828
 
834
- declare type BeanCallbackListType = {
829
+ type BeanCallbackListType = {
835
830
  callback?: Array<BeanCallbackType>;
836
831
  };
837
832
 
838
- declare type BeanCallbackListDocument = BeanCallbackListType;
833
+ type BeanCallbackListDocument = BeanCallbackListType;
839
834
 
840
- declare type BinaryComponentType = ComponentType & {
835
+ type BinaryComponentType = ComponentType & {
841
836
  format?: string;
842
837
  encoding?: string;
843
838
  offset?: number;
@@ -845,9 +840,9 @@ declare type BinaryComponentType = ComponentType & {
845
840
  mediaInfo?: BaseMediaInfoType;
846
841
  };
847
842
 
848
- declare type BinaryComponentDocument = BinaryComponentType;
843
+ type BinaryComponentDocument = BinaryComponentType;
849
844
 
850
- declare type BorderType = {
845
+ type BorderType = {
851
846
  a: number;
852
847
  r: number;
853
848
  g: number;
@@ -855,22 +850,22 @@ declare type BorderType = {
855
850
  width: number;
856
851
  };
857
852
 
858
- declare type BulkyMapEntryType = {
853
+ type BulkyMapEntryType = {
859
854
  key: string;
860
855
  value?: string;
861
856
  };
862
857
 
863
- declare type BulkyMapType = {
858
+ type BulkyMapType = {
864
859
  entry: Array<BulkyMapEntryType>;
865
860
  };
866
861
 
867
- declare type BulkyMapListType = {
862
+ type BulkyMapListType = {
868
863
  map: Array<BulkyMapType>;
869
864
  };
870
865
 
871
- declare type BulkyMapListDocument = BulkyMapListType;
866
+ type BulkyMapListDocument = BulkyMapListType;
872
867
 
873
- declare type BulkyMetadataConfigurationType = {
868
+ type BulkyMetadataConfigurationType = {
874
869
  uri?: string;
875
870
  storageDisabled?: boolean;
876
871
  status?: {
@@ -880,9 +875,9 @@ declare type BulkyMetadataConfigurationType = {
880
875
  };
881
876
  };
882
877
 
883
- declare type BulkyMetadataConfigurationDocument = BulkyMetadataConfigurationType;
878
+ type BulkyMetadataConfigurationDocument = BulkyMetadataConfigurationType;
884
879
 
885
- declare type BulkyMetadataPairType = {
880
+ type BulkyMetadataPairType = {
886
881
  key: string;
887
882
  value?: string;
888
883
  maps?: BulkyMapListType;
@@ -893,14 +888,14 @@ declare type BulkyMetadataPairType = {
893
888
  itemTrack?: string;
894
889
  };
895
890
 
896
- declare type BulkyMetadataType = {
891
+ type BulkyMetadataType = {
897
892
  field?: Array<BulkyMetadataPairType>;
898
893
  id?: SiteIdType;
899
894
  };
900
895
 
901
- declare type BulkyMetadataDocument = BulkyMetadataType;
896
+ type BulkyMetadataDocument = BulkyMetadataType;
902
897
 
903
- declare type ContainerComponentType = ComponentType & {
898
+ type ContainerComponentType = ComponentType & {
904
899
  duration?: TimeCodeType;
905
900
  format?: string;
906
901
  subFormat?: string;
@@ -913,12 +908,12 @@ declare type ContainerComponentType = ComponentType & {
913
908
  mediaInfo?: BaseMediaInfoType;
914
909
  };
915
910
 
916
- declare type PartialFileDVDescriptorType = {
911
+ type PartialFileDVDescriptorType = {
917
912
  frameSize: number;
918
913
  frameCount: number;
919
914
  };
920
915
 
921
- declare type PartialFileRandomIndexType = {
916
+ type PartialFileRandomIndexType = {
922
917
  packet?: Array<{
923
918
  pts?: number;
924
919
  dts?: number;
@@ -930,17 +925,17 @@ declare type PartialFileRandomIndexType = {
930
925
  }>;
931
926
  };
932
927
 
933
- declare type ResolutionType = {
928
+ type ResolutionType = {
934
929
  width: number;
935
930
  height: number;
936
931
  };
937
932
 
938
- declare type VideoMediaInfoType = BaseMediaInfoType & {
933
+ type VideoMediaInfoType = BaseMediaInfoType & {
939
934
  Format_Settings_GOP?: string;
940
935
  intra_dc_precision?: number;
941
936
  };
942
937
 
943
- declare type VideoComponentType = MediaComponentType & {
938
+ type VideoComponentType = MediaComponentType & {
944
939
  videoStandard?: {
945
940
  type: string;
946
941
  value?: string;
@@ -971,7 +966,7 @@ declare type VideoComponentType = MediaComponentType & {
971
966
  mediaInfo?: VideoMediaInfoType;
972
967
  };
973
968
 
974
- declare type PartialFileDescriptorType = {
969
+ type PartialFileDescriptorType = {
975
970
  label?: string;
976
971
  transcoderVersion?: string;
977
972
  startTimecode?: number;
@@ -984,35 +979,35 @@ declare type PartialFileDescriptorType = {
984
979
  index?: PartialFileRandomIndexType;
985
980
  };
986
981
 
987
- declare type ByteRangeRequestType = {
982
+ type ByteRangeRequestType = {
988
983
  interval: TimeIntervalType;
989
984
  descriptor: PartialFileDescriptorType;
990
985
  };
991
986
 
992
- declare type ByteRangeRequestDocument = ByteRangeRequestType;
987
+ type ByteRangeRequestDocument = ByteRangeRequestType;
993
988
 
994
- declare type ByteRangeResponseType = {
989
+ type ByteRangeResponseType = {
995
990
  start: number;
996
991
  end: number;
997
992
  };
998
993
 
999
- declare type ByteRangeResponseDocument = ByteRangeResponseType;
994
+ type ByteRangeResponseDocument = ByteRangeResponseType;
1000
995
 
1001
- declare type CallbackDocumentType = {
996
+ type CallbackDocumentType = {
1002
997
  name: string;
1003
998
  description: string;
1004
999
  script: string;
1005
1000
  };
1006
1001
 
1007
- declare type CallbackDocument = CallbackDocumentType;
1002
+ type CallbackDocument = CallbackDocumentType;
1008
1003
 
1009
- declare type CallbackLocationResourceType = {
1004
+ type CallbackLocationResourceType = {
1010
1005
  uri: string;
1011
1006
  };
1012
1007
 
1013
- declare type GUIDType = string;
1008
+ type GUIDType = string;
1014
1009
 
1015
- declare type CarbonJobInfoType = {
1010
+ type CarbonJobInfoType = {
1016
1011
  Failures?: {
1017
1012
  Warnings?: string;
1018
1013
  Errors?: string;
@@ -1044,7 +1039,7 @@ declare type CarbonJobInfoType = {
1044
1039
  Error?: string;
1045
1040
  };
1046
1041
 
1047
- declare type CarbonPreset = {
1042
+ type CarbonPreset = {
1048
1043
  name: string;
1049
1044
  description: string;
1050
1045
  containerFormat: string;
@@ -1054,7 +1049,7 @@ declare type CarbonPreset = {
1054
1049
  GUID: GUIDType;
1055
1050
  };
1056
1051
 
1057
- declare type CerifyType = {
1052
+ type CerifyType = {
1058
1053
  address: string;
1059
1054
  mediaLocation: Array<{
1060
1055
  name: string;
@@ -1063,7 +1058,7 @@ declare type CerifyType = {
1063
1058
  cleanup?: boolean;
1064
1059
  };
1065
1060
 
1066
- declare type ChangesetUUIDType = {
1061
+ type ChangesetUUIDType = {
1067
1062
  uuid: string;
1068
1063
  type: string;
1069
1064
  id: string;
@@ -1071,20 +1066,20 @@ declare type ChangesetUUIDType = {
1071
1066
  timestamp: string;
1072
1067
  };
1073
1068
 
1074
- declare type ChangesetUUIDDocument = ChangesetUUIDType;
1069
+ type ChangesetUUIDDocument = ChangesetUUIDType;
1075
1070
 
1076
- declare type ChangesetUUIDListType = {
1071
+ type ChangesetUUIDListType = {
1077
1072
  changeset?: Array<ChangesetUUIDType>;
1078
1073
  };
1079
1074
 
1080
- declare type ChangesetUUIDListDocument = ChangesetUUIDListType;
1075
+ type ChangesetUUIDListDocument = ChangesetUUIDListType;
1081
1076
 
1082
- declare type ClosedCaptionsExtraction = {
1077
+ type ClosedCaptionsExtraction = {
1083
1078
  extract_closed_captions: string;
1084
1079
  extract_from_video?: boolean;
1085
1080
  };
1086
1081
 
1087
- declare type CloudConvertType = {
1082
+ type CloudConvertType = {
1088
1083
  apiKey: string;
1089
1084
  isSandbox: boolean;
1090
1085
  apiHost: string;
@@ -1094,22 +1089,22 @@ declare type CloudConvertType = {
1094
1089
  version?: string;
1095
1090
  };
1096
1091
 
1097
- declare type CodecType = {
1092
+ type CodecType = {
1098
1093
  encode?: boolean;
1099
1094
  decode?: boolean;
1100
1095
  name?: string;
1101
1096
  };
1102
1097
 
1103
- declare type CodecStatusType = {
1098
+ type CodecStatusType = {
1104
1099
  codec?: Array<CodecType>;
1105
1100
  codecExtraTags?: string;
1106
1101
  };
1107
1102
 
1108
- declare type CollectionContentEntityTypeType = 'item' | 'library' | 'collection';
1103
+ type CollectionContentEntityTypeType = 'item' | 'library' | 'collection';
1109
1104
 
1110
- declare type CollectionContentModeType = 'add' | 'remove' | 'move' | 'update';
1105
+ type CollectionContentModeType = 'add' | 'remove' | 'move' | 'update';
1111
1106
 
1112
- declare type CollectionContentType = {
1107
+ type CollectionContentType = {
1113
1108
  id?: string;
1114
1109
  uri?: string;
1115
1110
  type?: CollectionContentEntityTypeType;
@@ -1121,15 +1116,15 @@ declare type CollectionContentType = {
1121
1116
  addItems?: boolean;
1122
1117
  };
1123
1118
 
1124
- declare type SearchPermissionType = 'WRITE' | 'READ';
1119
+ type SearchPermissionType = 'WRITE' | 'READ';
1125
1120
 
1126
- declare type SearchAclType = {
1121
+ type SearchAclType = {
1127
1122
  username?: string;
1128
1123
  groupname?: string;
1129
1124
  permission: SearchPermissionType;
1130
1125
  };
1131
1126
 
1132
- declare type ItemSearchValueType = {
1127
+ type ItemSearchValueType = {
1133
1128
  minimum?: boolean;
1134
1129
  maximum?: boolean;
1135
1130
  noescape?: boolean;
@@ -1137,9 +1132,9 @@ declare type ItemSearchValueType = {
1137
1132
  value?: string;
1138
1133
  };
1139
1134
 
1140
- declare type SearchTargetType = 'item' | 'shape' | 'file';
1135
+ type SearchTargetType = 'item' | 'shape' | 'file';
1141
1136
 
1142
- declare type SearchFieldType = {
1137
+ type SearchFieldType = {
1143
1138
  name: string;
1144
1139
  value?: Array<ItemSearchValueType>;
1145
1140
  range?: Array<{
@@ -1150,24 +1145,24 @@ declare type SearchFieldType = {
1150
1145
  target?: SearchTargetType;
1151
1146
  };
1152
1147
 
1153
- declare type ShapeCriterionType = CriterionType & {
1148
+ type ShapeCriterionType = CriterionType & {
1154
1149
  file?: CriterionType;
1155
1150
  };
1156
1151
 
1157
- declare type ItemCriterionType = CriterionType & {
1152
+ type ItemCriterionType = CriterionType & {
1158
1153
  shape?: ShapeCriterionType;
1159
1154
  file?: CriterionType;
1160
1155
  };
1161
1156
 
1162
- declare type ItemSearchTextValueType = {
1157
+ type ItemSearchTextValueType = {
1163
1158
  noescape?: boolean;
1164
1159
  boost?: number;
1165
1160
  value?: string;
1166
1161
  };
1167
1162
 
1168
- declare type SearchOperationType = 'AND' | 'OR' | 'NOT';
1163
+ type SearchOperationType = 'AND' | 'OR' | 'NOT';
1169
1164
 
1170
- declare type SearchOperatorType = {
1165
+ type SearchOperatorType = {
1171
1166
  text?: Array<ItemSearchTextValueType>;
1172
1167
  operator?: Array<SearchOperatorType>;
1173
1168
  field?: Array<SearchFieldType>;
@@ -1181,41 +1176,44 @@ declare type SearchOperatorType = {
1181
1176
  operation: SearchOperationType;
1182
1177
  };
1183
1178
 
1184
- declare type SearchGroupType = {
1179
+ type SearchGroupType = {
1185
1180
  name?: string;
1186
1181
  operator?: SearchOperatorType;
1182
+ field?: Array<SearchFieldType>;
1183
+ group?: Array<SearchGroupType>;
1184
+ reference?: string;
1187
1185
  };
1188
1186
 
1189
- declare type CriterionType = {
1187
+ type CriterionType = {
1190
1188
  field?: Array<SearchFieldType>;
1191
1189
  group?: Array<SearchGroupType>;
1192
1190
  acl?: SearchAclType;
1193
1191
  operator?: SearchOperatorType;
1194
1192
  };
1195
1193
 
1196
- declare type RelationType = 'child' | 'parent' | 'descendant' | 'ancestor';
1194
+ type RelationType = 'child' | 'parent' | 'descendant' | 'ancestor';
1197
1195
 
1198
- declare type CollectionCriterionType = CriterionType & {
1196
+ type CollectionCriterionType = CriterionType & {
1199
1197
  relation?: RelationType;
1200
1198
  collection?: Array<CollectionCriterionType>;
1201
1199
  item?: ItemCriterionType;
1202
1200
  };
1203
1201
 
1204
- declare type ExternalIdentifierType = {
1202
+ type ExternalIdentifierType = {
1205
1203
  entityId: string;
1206
1204
  entityType: string;
1207
1205
  namespace: string;
1208
1206
  externalId: string;
1209
1207
  };
1210
1208
 
1211
- declare type GenericType = {};
1209
+ type GenericType = {};
1212
1210
 
1213
- declare type ProjectType = {
1211
+ type ProjectType = {
1214
1212
  name?: string;
1215
1213
  metadata?: MetadataType;
1216
1214
  };
1217
1215
 
1218
- declare type ExternalMediaType = {
1216
+ type ExternalMediaType = {
1219
1217
  uri: string;
1220
1218
  format: string;
1221
1219
  essenceStreamId: number;
@@ -1223,13 +1221,13 @@ declare type ExternalMediaType = {
1223
1221
  samples: number;
1224
1222
  };
1225
1223
 
1226
- declare type ExternalVideoMediaType = ExternalMediaType & {
1224
+ type ExternalVideoMediaType = ExternalMediaType & {
1227
1225
  width: number;
1228
1226
  height: number;
1229
1227
  pixelAspectRatio?: AspectRatioType;
1230
1228
  };
1231
1229
 
1232
- declare type SequenceMediaType = {
1230
+ type SequenceMediaType = {
1233
1231
  sourceTrack: number;
1234
1232
  in?: TimeCodeType;
1235
1233
  out?: TimeCodeType;
@@ -1241,7 +1239,7 @@ declare type SequenceMediaType = {
1241
1239
  item?: SiteIdType;
1242
1240
  };
1243
1241
 
1244
- declare type SequenceTransitionType = {
1242
+ type SequenceTransitionType = {
1245
1243
  in: TimeCodeType;
1246
1244
  out: TimeCodeType;
1247
1245
  wipe?: number;
@@ -1256,13 +1254,13 @@ declare type SequenceTransitionType = {
1256
1254
  color?: string;
1257
1255
  };
1258
1256
 
1259
- declare type SequenceTrackType = {
1257
+ type SequenceTrackType = {
1260
1258
  audio?: boolean;
1261
1259
  segment?: Array<SequenceMediaType>;
1262
1260
  transition?: Array<SequenceTransitionType>;
1263
1261
  };
1264
1262
 
1265
- declare type FastStartSettingType = {
1263
+ type FastStartSettingType = {
1266
1264
  requireFastStart?: boolean;
1267
1265
  analyzeDuration?: boolean;
1268
1266
  fastStartDuration?: TimeCodeType & {
@@ -1270,7 +1268,7 @@ declare type FastStartSettingType = {
1270
1268
  };
1271
1269
  };
1272
1270
 
1273
- declare type SequenceRangeType = {
1271
+ type SequenceRangeType = {
1274
1272
  start: number;
1275
1273
  width?: number;
1276
1274
  count?: number;
@@ -1278,7 +1276,7 @@ declare type SequenceRangeType = {
1278
1276
  value?: string;
1279
1277
  };
1280
1278
 
1281
- declare type OverlayType = {
1279
+ type OverlayType = {
1282
1280
  uri?: Array<string>;
1283
1281
  range?: Array<SequenceRangeType>;
1284
1282
  id?: SiteIdType;
@@ -1288,7 +1286,7 @@ declare type OverlayType = {
1288
1286
  opacity?: number;
1289
1287
  };
1290
1288
 
1291
- declare type TextRenditionType = {
1289
+ type TextRenditionType = {
1292
1290
  line?: Array<string>;
1293
1291
  align?: string;
1294
1292
  x?: number;
@@ -1313,13 +1311,13 @@ declare type TextRenditionType = {
1313
1311
  language?: string;
1314
1312
  };
1315
1313
 
1316
- declare type TextOverlayType = {
1314
+ type TextOverlayType = {
1317
1315
  text: TextRenditionType;
1318
1316
  interval?: TimeIntervalType;
1319
1317
  opacity?: number;
1320
1318
  };
1321
1319
 
1322
- declare type ScalingType = {
1320
+ type ScalingType = {
1323
1321
  width?: number;
1324
1322
  height?: number;
1325
1323
  top?: number;
@@ -1332,7 +1330,7 @@ declare type ScalingType = {
1332
1330
  targetDAR?: AspectRatioType;
1333
1331
  };
1334
1332
 
1335
- declare type VideoTranscodePresetType = {
1333
+ type VideoTranscodePresetType = {
1336
1334
  scaling?: ScalingType;
1337
1335
  codec?: string;
1338
1336
  bitrate?: number;
@@ -1360,7 +1358,7 @@ declare type VideoTranscodePresetType = {
1360
1358
  otif?: OtifPresetType;
1361
1359
  };
1362
1360
 
1363
- declare type TranscodePresetType = {
1361
+ type TranscodePresetType = {
1364
1362
  description?: string;
1365
1363
  name?: string;
1366
1364
  format?: string;
@@ -1398,14 +1396,14 @@ declare type TranscodePresetType = {
1398
1396
  };
1399
1397
  };
1400
1398
 
1401
- declare type SequenceType = {
1399
+ type SequenceType = {
1402
1400
  id?: SiteIdType;
1403
1401
  track?: Array<SequenceTrackType>;
1404
1402
  override?: TranscodePresetType;
1405
1403
  setting?: Array<KeyValuePairType>;
1406
1404
  };
1407
1405
 
1408
- declare type CollectionType = {
1406
+ type CollectionType = {
1409
1407
  loc?: string;
1410
1408
  id?: SiteIdType;
1411
1409
  name?: string;
@@ -1419,33 +1417,33 @@ declare type CollectionType = {
1419
1417
  absoluteTime?: boolean;
1420
1418
  };
1421
1419
 
1422
- declare type CollectionDocument = CollectionType;
1420
+ type CollectionDocument = CollectionType;
1423
1421
 
1424
- declare type FacetCountType = {
1422
+ type FacetCountType = {
1425
1423
  fieldValue: string;
1426
1424
  value?: number;
1427
1425
  };
1428
1426
 
1429
- declare type IntegerOrEmpty = string;
1427
+ type IntegerOrEmpty = string;
1430
1428
 
1431
- declare type FacetRangeType = IntegerOrEmpty & {
1429
+ type FacetRangeType = IntegerOrEmpty & {
1432
1430
  start: string;
1433
1431
  end: string;
1434
1432
  };
1435
1433
 
1436
- declare type FacetType = {
1434
+ type FacetType = {
1437
1435
  field: string;
1438
1436
  count?: Array<FacetCountType>;
1439
1437
  range?: Array<FacetRangeType>;
1440
1438
  name?: string;
1441
1439
  };
1442
1440
 
1443
- declare type SuggestionResultType = {
1441
+ type SuggestionResultType = {
1444
1442
  term: string;
1445
1443
  suggestion?: Array<string>;
1446
1444
  };
1447
1445
 
1448
- declare type CollectionListType = {
1446
+ type CollectionListType = {
1449
1447
  hits?: number;
1450
1448
  collection?: Array<CollectionType>;
1451
1449
  facet?: Array<FacetType>;
@@ -1454,29 +1452,29 @@ declare type CollectionListType = {
1454
1452
  nextCursor?: string;
1455
1453
  };
1456
1454
 
1457
- declare type CollectionListDocument = CollectionListType;
1455
+ type CollectionListDocument = CollectionListType;
1458
1456
 
1459
- declare type CollectionReorderEntryType = {
1457
+ type CollectionReorderEntryType = {
1460
1458
  id?: string;
1461
1459
  reference?: string;
1462
1460
  before?: string;
1463
1461
  after?: string;
1464
1462
  };
1465
1463
 
1466
- declare type CollectionReorderType = {
1464
+ type CollectionReorderType = {
1467
1465
  item?: CollectionReorderEntryType;
1468
1466
  collection?: CollectionReorderEntryType;
1469
1467
  library?: CollectionReorderEntryType;
1470
1468
  };
1471
1469
 
1472
- declare type CollectionReorderDocument = CollectionReorderType;
1470
+ type CollectionReorderDocument = CollectionReorderType;
1473
1471
 
1474
- declare type HasSubEntityType = {
1472
+ type HasSubEntityType = {
1475
1473
  id: string;
1476
1474
  metadataId: string;
1477
1475
  };
1478
1476
 
1479
- declare type MetadataFieldAccessControlType = {
1477
+ type MetadataFieldAccessControlType = {
1480
1478
  id?: SiteIdType;
1481
1479
  user?: string;
1482
1480
  group?: string;
@@ -1485,7 +1483,7 @@ declare type MetadataFieldAccessControlType = {
1485
1483
  fieldGroup?: string;
1486
1484
  };
1487
1485
 
1488
- declare type MetadataFieldGroupType = {
1486
+ type MetadataFieldGroupType = {
1489
1487
  name?: string;
1490
1488
  schema?: MetadataSchemaElementType;
1491
1489
  data?: Array<KeyValuePairType>;
@@ -1497,7 +1495,7 @@ declare type MetadataFieldGroupType = {
1497
1495
  inheritance?: string;
1498
1496
  };
1499
1497
 
1500
- declare type MetadataEntrySyncType = {
1498
+ type MetadataEntrySyncType = {
1501
1499
  value: string;
1502
1500
  id?: SiteIdType;
1503
1501
  start?: string;
@@ -1517,11 +1515,11 @@ declare type MetadataEntrySyncType = {
1517
1515
  language?: string;
1518
1516
  };
1519
1517
 
1520
- declare type MetadataEntryListType = {
1518
+ type MetadataEntryListType = {
1521
1519
  entry?: Array<MetadataEntrySyncType>;
1522
1520
  };
1523
1521
 
1524
- declare type MetadataSynchronizeType = {
1522
+ type MetadataSynchronizeType = {
1525
1523
  id: SiteIdType;
1526
1524
  changeSet?: Array<{
1527
1525
  id: SiteIdType;
@@ -1529,7 +1527,7 @@ declare type MetadataSynchronizeType = {
1529
1527
  }>;
1530
1528
  };
1531
1529
 
1532
- declare type CollectionSynchronizeType = {
1530
+ type CollectionSynchronizeType = {
1533
1531
  delete: boolean;
1534
1532
  create: boolean;
1535
1533
  id: SiteIdType;
@@ -1547,7 +1545,7 @@ declare type CollectionSynchronizeType = {
1547
1545
  metadataGroup?: Array<MetadataFieldGroupType>;
1548
1546
  };
1549
1547
 
1550
- declare type ComplexJobAnalyzeType = {
1548
+ type ComplexJobAnalyzeType = {
1551
1549
  channel?: Array<AnalyzeAudioChannelType>;
1552
1550
  audio?: AnalyzeAudioType;
1553
1551
  video?: AnalyzeVideoType;
@@ -1562,14 +1560,14 @@ declare type ComplexJobAnalyzeType = {
1562
1560
  freezeTime?: number;
1563
1561
  };
1564
1562
 
1565
- declare type UMIDType = string;
1563
+ type UMIDType = string;
1566
1564
 
1567
- declare type ComplexJobAtomType = {
1565
+ type ComplexJobAtomType = {
1568
1566
  uri: string;
1569
1567
  sourcePackageID?: UMIDType;
1570
1568
  };
1571
1569
 
1572
- declare type TransitionType = {
1570
+ type TransitionType = {
1573
1571
  duration: TimeCodeType;
1574
1572
  horizRepeat?: number;
1575
1573
  vertRepeat?: number;
@@ -1582,22 +1580,22 @@ declare type TransitionType = {
1582
1580
  transition?: string;
1583
1581
  };
1584
1582
 
1585
- declare type ComplexJobInputType = {
1583
+ type ComplexJobInputType = {
1586
1584
  id: number;
1587
1585
  stream: number;
1588
1586
  transition?: TransitionType;
1589
1587
  setting?: Array<KeyValuePairType>;
1590
1588
  };
1591
1589
 
1592
- declare type ComplexJobAudioChannelMapInputType = ComplexJobInputType & {
1590
+ type ComplexJobAudioChannelMapInputType = ComplexJobInputType & {
1593
1591
  channel: number;
1594
1592
  };
1595
1593
 
1596
- declare type ComplexJobAudioChannelSequenceInputType = {
1594
+ type ComplexJobAudioChannelSequenceInputType = {
1597
1595
  input: Array<ComplexJobAudioChannelMapInputType>;
1598
1596
  };
1599
1597
 
1600
- declare type ComplexJobOutputType = {
1598
+ type ComplexJobOutputType = {
1601
1599
  id?: Array<number>;
1602
1600
  start?: TimeCodeType;
1603
1601
  codec?: string;
@@ -1613,18 +1611,18 @@ declare type ComplexJobOutputType = {
1613
1611
  metadata?: Array<KeyValuePairType>;
1614
1612
  };
1615
1613
 
1616
- declare type ComplexJobAudioOutputType = ComplexJobOutputType & {
1614
+ type ComplexJobAudioOutputType = ComplexJobOutputType & {
1617
1615
  thumbnailUri?: Array<string>;
1618
1616
  channelLayout?: number;
1619
1617
  channelLayoutName?: string;
1620
1618
  };
1621
1619
 
1622
- declare type ComplexJobBulkyMetadataRequestType = {
1620
+ type ComplexJobBulkyMetadataRequestType = {
1623
1621
  targetUri: string;
1624
1622
  failIfTimecodeNotPresent?: boolean;
1625
1623
  };
1626
1624
 
1627
- declare type ComplexJobMixType = {
1625
+ type ComplexJobMixType = {
1628
1626
  effect?: Array<EffectType>;
1629
1627
  id: number;
1630
1628
  stream: number;
@@ -1632,33 +1630,33 @@ declare type ComplexJobMixType = {
1632
1630
  gain: number;
1633
1631
  };
1634
1632
 
1635
- declare type ComplexJobMixInputType = {
1633
+ type ComplexJobMixInputType = {
1636
1634
  mix: Array<ComplexJobMixType>;
1637
1635
  };
1638
1636
 
1639
- declare type InstanceUID = string;
1637
+ type InstanceUID = string;
1640
1638
 
1641
- declare type ULType = string;
1639
+ type ULType = string;
1642
1640
 
1643
- declare type MDObjectBase = {
1641
+ type MDObjectBase = {
1644
1642
  name?: string;
1645
1643
  ul: ULType;
1646
1644
  };
1647
1645
 
1648
- declare type MDObjectLeaf = MDObjectBase & {
1646
+ type MDObjectLeaf = MDObjectBase & {
1649
1647
  hexValue?: string;
1650
1648
  stringValue?: string;
1651
1649
  };
1652
1650
 
1653
- declare type MDObjectStrongReference = MDObjectNode & {
1651
+ type MDObjectStrongReference = MDObjectNode & {
1654
1652
  referenceUl: ULType;
1655
1653
  };
1656
1654
 
1657
- declare type MDObjectWeakReference = MDObjectBase & {
1655
+ type MDObjectWeakReference = MDObjectBase & {
1658
1656
  target: InstanceUID;
1659
1657
  };
1660
1658
 
1661
- declare type MDObjectNode = MDObjectBase & {
1659
+ type MDObjectNode = MDObjectBase & {
1662
1660
  instanceUid?: InstanceUID;
1663
1661
  leaf?: Array<MDObjectLeaf>;
1664
1662
  child?: Array<MDObjectNode>;
@@ -1666,12 +1664,12 @@ declare type MDObjectNode = MDObjectBase & {
1666
1664
  weakReference?: Array<MDObjectWeakReference>;
1667
1665
  };
1668
1666
 
1669
- declare type MDSegment = {
1667
+ type MDSegment = {
1670
1668
  interval: TimeIntervalType;
1671
1669
  dms1Framework: MDObjectNode;
1672
1670
  };
1673
1671
 
1674
- declare type DMS1Type = {
1672
+ type DMS1Type = {
1675
1673
  partition?: Array<{
1676
1674
  materialPackage?: Array<{
1677
1675
  staticTrack?: Array<{
@@ -1685,9 +1683,9 @@ declare type DMS1Type = {
1685
1683
  }>;
1686
1684
  };
1687
1685
 
1688
- declare type FrameRateType = RationalType;
1686
+ type FrameRateType = RationalType;
1689
1687
 
1690
- declare type PackageTrackType = {
1688
+ type PackageTrackType = {
1691
1689
  name: string;
1692
1690
  number: number;
1693
1691
  isPicture: boolean;
@@ -1696,11 +1694,11 @@ declare type PackageTrackType = {
1696
1694
  length: number;
1697
1695
  };
1698
1696
 
1699
- declare type MaterialPackageTrackType = PackageTrackType & {
1697
+ type MaterialPackageTrackType = PackageTrackType & {
1700
1698
  sourcePackageID: UMIDType;
1701
1699
  };
1702
1700
 
1703
- declare type MXFTimestampType = {
1701
+ type MXFTimestampType = {
1704
1702
  year: number;
1705
1703
  month: number;
1706
1704
  day: number;
@@ -1710,24 +1708,24 @@ declare type MXFTimestampType = {
1710
1708
  qmsec: number;
1711
1709
  };
1712
1710
 
1713
- declare type PackageType = {
1711
+ type PackageType = {
1714
1712
  umid: UMIDType;
1715
1713
  timestamp: MXFTimestampType;
1716
1714
  };
1717
1715
 
1718
- declare type MaterialPackageType = PackageType & {
1716
+ type MaterialPackageType = PackageType & {
1719
1717
  track: Array<MaterialPackageTrackType>;
1720
1718
  };
1721
1719
 
1722
- declare type TapePackageTrackType = PackageTrackType & {
1720
+ type TapePackageTrackType = PackageTrackType & {
1723
1721
  trackID: number;
1724
1722
  };
1725
1723
 
1726
- declare type TapePackageType = PackageType & {
1724
+ type TapePackageType = PackageType & {
1727
1725
  track: Array<TapePackageTrackType>;
1728
1726
  };
1729
1727
 
1730
- declare type MXFPackagesType = {
1728
+ type MXFPackagesType = {
1731
1729
  materialPackage: MaterialPackageType;
1732
1730
  tapePackage?: TapePackageType;
1733
1731
  materialTrackName: string;
@@ -1735,7 +1733,7 @@ declare type MXFPackagesType = {
1735
1733
  projectEditRate?: FrameRateType;
1736
1734
  };
1737
1735
 
1738
- declare type ComplexJobOutputFormatType = {
1736
+ type ComplexJobOutputFormatType = {
1739
1737
  id: number;
1740
1738
  containerFormat: string;
1741
1739
  overlay?: Array<OverlayType>;
@@ -1761,14 +1759,14 @@ declare type ComplexJobOutputFormatType = {
1761
1759
  atom?: Array<ComplexJobAtomType>;
1762
1760
  };
1763
1761
 
1764
- declare type PartialFileDemuxerInfoType = {
1762
+ type PartialFileDemuxerInfoType = {
1765
1763
  byteOffset?: number;
1766
1764
  adjustForPTSPredecessors?: boolean;
1767
1765
  descriptor?: PartialFileDescriptorType;
1768
1766
  descriptorLocation?: string;
1769
1767
  };
1770
1768
 
1771
- declare type ComplexJobType = TranscoderJobType & {
1769
+ type ComplexJobType = TranscoderJobType & {
1772
1770
  input?: Array<{
1773
1771
  id: number;
1774
1772
  uri?: Array<string>;
@@ -1797,11 +1795,11 @@ declare type ComplexJobType = TranscoderJobType & {
1797
1795
  }>;
1798
1796
  };
1799
1797
 
1800
- declare type ComplexJobDocument = ComplexJobType;
1798
+ type ComplexJobDocument = ComplexJobType;
1801
1799
 
1802
- declare type ComplexJobSubtitleOutputType = ComplexJobOutputType;
1800
+ type ComplexJobSubtitleOutputType = ComplexJobOutputType;
1803
1801
 
1804
- declare type ComplexJobVideoOutputType = ComplexJobOutputType & {
1802
+ type ComplexJobVideoOutputType = ComplexJobOutputType & {
1805
1803
  scaling?: ScalingType;
1806
1804
  resolution?: ResolutionType;
1807
1805
  pixelFormat?: string;
@@ -1852,24 +1850,24 @@ declare type ComplexJobVideoOutputType = ComplexJobOutputType & {
1852
1850
  containerSAR?: AspectRatioType;
1853
1851
  };
1854
1852
 
1855
- declare type ComponentDocument = ComponentType;
1853
+ type ComponentDocument = ComponentType;
1856
1854
 
1857
- declare type ComponentListType = {
1855
+ type ComponentListType = {
1858
1856
  component?: Array<ComponentType>;
1859
1857
  };
1860
1858
 
1861
- declare type ComponentListDocument = ComponentListType;
1859
+ type ComponentListDocument = ComponentListType;
1862
1860
 
1863
- declare type ComponentTypeType = 'AUDIO_COMPONENT' | 'VIDEO_COMPONENT' | 'CONTAINER_COMPONENT' | 'BINARY_COMPONENT' | 'DESCRIPTOR_COMPONENT';
1861
+ type ComponentTypeType = 'AUDIO_COMPONENT' | 'VIDEO_COMPONENT' | 'CONTAINER_COMPONENT' | 'BINARY_COMPONENT' | 'DESCRIPTOR_COMPONENT';
1864
1862
 
1865
- declare type DescriptorComponentType = ComponentType & {
1863
+ type DescriptorComponentType = ComponentType & {
1866
1864
  description?: Array<{
1867
1865
  type: string;
1868
1866
  value?: string;
1869
1867
  }>;
1870
1868
  };
1871
1869
 
1872
- declare type ComponentSynchronizeType = {
1870
+ type ComponentSynchronizeType = {
1873
1871
  id: SiteIdType;
1874
1872
  file?: Array<SiteIdType>;
1875
1873
  format?: string;
@@ -1881,105 +1879,105 @@ declare type ComponentSynchronizeType = {
1881
1879
  descriptor?: DescriptorComponentType;
1882
1880
  };
1883
1881
 
1884
- declare type CompType = {
1882
+ type CompType = {
1885
1883
  name: string;
1886
1884
  siteId?: string;
1887
1885
  version: string;
1888
1886
  };
1889
1887
 
1890
- declare type ConfigurationPropertyType = {
1888
+ type ConfigurationPropertyType = {
1891
1889
  key: string;
1892
1890
  value?: string;
1893
1891
  lastChange?: string;
1894
1892
  };
1895
1893
 
1896
- declare type ConfigurationPropertyDocument = ConfigurationPropertyType;
1894
+ type ConfigurationPropertyDocument = ConfigurationPropertyType;
1897
1895
 
1898
- declare type ConfigurationPropertyListType = {
1896
+ type ConfigurationPropertyListType = {
1899
1897
  property?: Array<ConfigurationPropertyType>;
1900
1898
  };
1901
1899
 
1902
- declare type ConfigurationPropertyListDocument = ConfigurationPropertyListType;
1900
+ type ConfigurationPropertyListDocument = ConfigurationPropertyListType;
1903
1901
 
1904
- declare type ConflictExceptionType = {
1902
+ type ConflictExceptionType = {
1905
1903
  context?: string;
1906
1904
  id?: string;
1907
1905
  explanation?: string;
1908
1906
  value?: string;
1909
1907
  };
1910
1908
 
1911
- declare type ConformTimePointType = {
1909
+ type ConformTimePointType = {
1912
1910
  samples: number;
1913
1911
  timeBase?: TimeBaseType;
1914
1912
  };
1915
1913
 
1916
- declare type ConformIntervalType = {
1914
+ type ConformIntervalType = {
1917
1915
  start: ConformTimePointType;
1918
1916
  end?: ConformTimePointType;
1919
1917
  };
1920
1918
 
1921
- declare type ConformDestinationType = {
1919
+ type ConformDestinationType = {
1922
1920
  interval: ConformIntervalType;
1923
1921
  };
1924
1922
 
1925
- declare type ConformOverlayType = {
1923
+ type ConformOverlayType = {
1926
1924
  id: SiteIdType;
1927
1925
  x: number;
1928
1926
  y: number;
1929
1927
  interval?: TimeIntervalType;
1930
1928
  };
1931
1929
 
1932
- declare type ConformSourceType = {
1930
+ type ConformSourceType = {
1933
1931
  id: SiteIdType;
1934
1932
  interval?: ConformIntervalType;
1935
1933
  };
1936
1934
 
1937
- declare type ConformSegmentType = {
1935
+ type ConformSegmentType = {
1938
1936
  source: ConformSourceType;
1939
1937
  destination?: ConformDestinationType;
1940
1938
  };
1941
1939
 
1942
- declare type ConformTimelineType = {
1940
+ type ConformTimelineType = {
1943
1941
  segment?: Array<ConformSegmentType>;
1944
1942
  };
1945
1943
 
1946
- declare type ConformType = {
1944
+ type ConformType = {
1947
1945
  timeBase?: TimeBaseType;
1948
1946
  timeline: ConformTimelineType;
1949
1947
  overlay?: Array<ConformOverlayType>;
1950
1948
  textOverlay?: Array<TextOverlayType>;
1951
1949
  };
1952
1950
 
1953
- declare type ConformDocument = ConformType;
1951
+ type ConformDocument = ConformType;
1954
1952
 
1955
- declare type ConformRequestType = {
1953
+ type ConformRequestType = {
1956
1954
  conform: ConformType;
1957
1955
  metadata?: MetadataType;
1958
1956
  };
1959
1957
 
1960
- declare type ConformRequestDocument = ConformRequestType;
1958
+ type ConformRequestDocument = ConformRequestType;
1961
1959
 
1962
- declare type ConnectionPoolType = {
1960
+ type ConnectionPoolType = {
1963
1961
  minSize: number;
1964
1962
  maxSize?: number;
1965
1963
  evictionInterval?: number;
1966
1964
  minIdleTime?: number;
1967
1965
  };
1968
1966
 
1969
- declare type constraintValueType = {
1967
+ type constraintValueType = {
1970
1968
  id: string;
1971
1969
  value?: string;
1972
1970
  };
1973
1971
 
1974
- declare type ConstraintValueListType = {
1972
+ type ConstraintValueListType = {
1975
1973
  value?: Array<constraintValueType>;
1976
1974
  };
1977
1975
 
1978
- declare type ConstraintValueListDocument = ConstraintValueListType;
1976
+ type ConstraintValueListDocument = ConstraintValueListType;
1979
1977
 
1980
- declare type ContainerComponentDocument = ContainerComponentType;
1978
+ type ContainerComponentDocument = ContainerComponentType;
1981
1979
 
1982
- declare type CORSConfigurationEntryRequest = {
1980
+ type CORSConfigurationEntryRequest = {
1983
1981
  method?: Array<string>;
1984
1982
  origin?: Array<string>;
1985
1983
  originRegex?: Array<string>;
@@ -1987,7 +1985,7 @@ declare type CORSConfigurationEntryRequest = {
1987
1985
  headerRegex?: Array<KeyValuePairType>;
1988
1986
  };
1989
1987
 
1990
- declare type CORSConfigurationEntryResponse = {
1988
+ type CORSConfigurationEntryResponse = {
1991
1989
  allowOrigin: string;
1992
1990
  allowMethods?: Array<string>;
1993
1991
  allowHeaders?: Array<string>;
@@ -1995,18 +1993,18 @@ declare type CORSConfigurationEntryResponse = {
1995
1993
  allowOtherHeader?: Array<KeyValuePairType>;
1996
1994
  };
1997
1995
 
1998
- declare type CORSConfigurationEntry = {
1996
+ type CORSConfigurationEntry = {
1999
1997
  request: Array<CORSConfigurationEntryRequest>;
2000
1998
  response: CORSConfigurationEntryResponse;
2001
1999
  };
2002
2000
 
2003
- declare type CORSConfigurationType = {
2001
+ type CORSConfigurationType = {
2004
2002
  entry?: Array<CORSConfigurationEntry>;
2005
2003
  };
2006
2004
 
2007
- declare type CORSConfigurationDocument = CORSConfigurationType;
2005
+ type CORSConfigurationDocument = CORSConfigurationType;
2008
2006
 
2009
- declare type CostEstimateType = {
2007
+ type CostEstimateType = {
2010
2008
  id?: SiteIdType;
2011
2009
  url?: string;
2012
2010
  state?: string;
@@ -2021,9 +2019,9 @@ declare type CostEstimateType = {
2021
2019
  }>;
2022
2020
  };
2023
2021
 
2024
- declare type CostEstimateDocument = CostEstimateType;
2022
+ type CostEstimateDocument = CostEstimateType;
2025
2023
 
2026
- declare type DatabasePurgingConfigurationType = {
2024
+ type DatabasePurgingConfigurationType = {
2027
2025
  changeLog?: {
2028
2026
  age?: number;
2029
2027
  forceAge?: number;
@@ -2049,9 +2047,9 @@ declare type DatabasePurgingConfigurationType = {
2049
2047
  };
2050
2048
  };
2051
2049
 
2052
- declare type DatabasePurgingConfigurationDocument = DatabasePurgingConfigurationType;
2050
+ type DatabasePurgingConfigurationDocument = DatabasePurgingConfigurationType;
2053
2051
 
2054
- declare type DeletionLockType = {
2052
+ type DeletionLockType = {
2055
2053
  id: string;
2056
2054
  user: string;
2057
2055
  expiryTime: string;
@@ -2064,21 +2062,21 @@ declare type DeletionLockType = {
2064
2062
  isExpired?: boolean;
2065
2063
  };
2066
2064
 
2067
- declare type DeletionLockDocument = DeletionLockType;
2065
+ type DeletionLockDocument = DeletionLockType;
2068
2066
 
2069
- declare type DeletionLockListType = {
2067
+ type DeletionLockListType = {
2070
2068
  lock?: Array<DeletionLockType>;
2071
2069
  };
2072
2070
 
2073
- declare type DeletionLockListDocument = DeletionLockListType;
2071
+ type DeletionLockListDocument = DeletionLockListType;
2074
2072
 
2075
- declare type DescriptorComponentDocument = DescriptorComponentType;
2073
+ type DescriptorComponentDocument = DescriptorComponentType;
2076
2074
 
2077
- declare type DMS1Document = DMS1Type;
2075
+ type DMS1Document = DMS1Type;
2078
2076
 
2079
- declare type doc = SolrDocumentType;
2077
+ type doc = SolrDocumentType;
2080
2078
 
2081
- declare type DocumentListType = {
2079
+ type DocumentListType = {
2082
2080
  hits?: number;
2083
2081
  document?: Array<{
2084
2082
  name: string;
@@ -2086,21 +2084,21 @@ declare type DocumentListType = {
2086
2084
  }>;
2087
2085
  };
2088
2086
 
2089
- declare type DocumentListDocument = DocumentListType;
2087
+ type DocumentListDocument = DocumentListType;
2090
2088
 
2091
- declare type StreamIntervalType = TimeIntervalType & {
2089
+ type StreamIntervalType = TimeIntervalType & {
2092
2090
  index: number;
2093
2091
  numberOfFrames: number;
2094
2092
  };
2095
2093
 
2096
- declare type DurationType = {
2094
+ type DurationType = {
2097
2095
  duration: TimeCodeType;
2098
2096
  stream?: Array<StreamIntervalType>;
2099
2097
  };
2100
2098
 
2101
- declare type DurationDocument = DurationType;
2099
+ type DurationDocument = DurationType;
2102
2100
 
2103
- declare type DurationJobType = TranscoderJobType & {
2101
+ type DurationJobType = TranscoderJobType & {
2104
2102
  input?: Array<{
2105
2103
  id?: string;
2106
2104
  uri: string;
@@ -2108,15 +2106,15 @@ declare type DurationJobType = TranscoderJobType & {
2108
2106
  }>;
2109
2107
  };
2110
2108
 
2111
- declare type DurationJobDocument = DurationJobType;
2109
+ type DurationJobDocument = DurationJobType;
2112
2110
 
2113
- declare type DurationResponse = {
2111
+ type DurationResponse = {
2114
2112
  id: string;
2115
2113
  uri: string;
2116
2114
  duration: DurationType;
2117
2115
  };
2118
2116
 
2119
- declare type EidrType = {
2117
+ type EidrType = {
2120
2118
  url: string;
2121
2119
  include?: Array<string>;
2122
2120
  partyId?: string;
@@ -2124,16 +2122,16 @@ declare type EidrType = {
2124
2122
  password?: string;
2125
2123
  };
2126
2124
 
2127
- declare type EidrDocument = EidrType;
2125
+ type EidrDocument = EidrType;
2128
2126
 
2129
- declare type EmptyString = string;
2127
+ type EmptyString = string;
2130
2128
 
2131
- declare type EncodeDecodeType = {
2129
+ type EncodeDecodeType = {
2132
2130
  encode?: boolean;
2133
2131
  decode?: boolean;
2134
2132
  };
2135
2133
 
2136
- declare type GroupSynchronizeType = {
2134
+ type GroupSynchronizeType = {
2137
2135
  removedUser?: Array<string>;
2138
2136
  removedGroup?: Array<string>;
2139
2137
  removedRole?: Array<string>;
@@ -2142,18 +2140,18 @@ declare type GroupSynchronizeType = {
2142
2140
  group: GroupType;
2143
2141
  };
2144
2142
 
2145
- declare type FileSynchronizeType = {
2143
+ type FileSynchronizeType = {
2146
2144
  id: SiteIdType;
2147
2145
  uri?: Array<string>;
2148
2146
  path?: string;
2149
2147
  };
2150
2148
 
2151
- declare type ShapeTagSynchronizeType = {
2149
+ type ShapeTagSynchronizeType = {
2152
2150
  name: string;
2153
2151
  preset: TranscodePresetType;
2154
2152
  };
2155
2153
 
2156
- declare type ShapeSynchronizeType = {
2154
+ type ShapeSynchronizeType = {
2157
2155
  delete: boolean;
2158
2156
  create: boolean;
2159
2157
  essenceVersion?: number;
@@ -2163,7 +2161,7 @@ declare type ShapeSynchronizeType = {
2163
2161
  mimeType?: Array<string>;
2164
2162
  };
2165
2163
 
2166
- declare type ThumbnailSynchronizeType = {
2164
+ type ThumbnailSynchronizeType = {
2167
2165
  operation: string;
2168
2166
  timecode: string;
2169
2167
  version: number;
@@ -2171,11 +2169,11 @@ declare type ThumbnailSynchronizeType = {
2171
2169
  image: string;
2172
2170
  };
2173
2171
 
2174
- declare type ThumbnailsSynchronizeType = {
2172
+ type ThumbnailsSynchronizeType = {
2175
2173
  thumbnail?: Array<ThumbnailSynchronizeType>;
2176
2174
  };
2177
2175
 
2178
- declare type ItemSynchronizeType = {
2176
+ type ItemSynchronizeType = {
2179
2177
  delete: boolean;
2180
2178
  create: boolean;
2181
2179
  id: SiteIdType;
@@ -2192,7 +2190,7 @@ declare type ItemSynchronizeType = {
2192
2190
  metadataGroup?: Array<MetadataFieldGroupType>;
2193
2191
  };
2194
2192
 
2195
- declare type LibrarySynchronizeType = {
2193
+ type LibrarySynchronizeType = {
2196
2194
  delete: boolean;
2197
2195
  create: boolean;
2198
2196
  id: SiteIdType;
@@ -2205,7 +2203,7 @@ declare type LibrarySynchronizeType = {
2205
2203
  partOfCollection?: Array<SiteIdType>;
2206
2204
  };
2207
2205
 
2208
- declare type SiteRuleType = {
2206
+ type SiteRuleType = {
2209
2207
  id?: SiteIdType;
2210
2208
  site?: string;
2211
2209
  metadata?: boolean;
@@ -2218,13 +2216,13 @@ declare type SiteRuleType = {
2218
2216
  deleted?: boolean;
2219
2217
  };
2220
2218
 
2221
- declare type UserSynchronizeType = {
2219
+ type UserSynchronizeType = {
2222
2220
  delete: boolean;
2223
2221
  create: boolean;
2224
2222
  user: UserType;
2225
2223
  };
2226
2224
 
2227
- declare type EntitySynchronizeType = {
2225
+ type EntitySynchronizeType = {
2228
2226
  rule?: SiteRuleType;
2229
2227
  createFileStatuses?: boolean;
2230
2228
  timestamp: string;
@@ -2236,9 +2234,9 @@ declare type EntitySynchronizeType = {
2236
2234
  library?: LibrarySynchronizeType;
2237
2235
  };
2238
2236
 
2239
- declare type EntitySynchronizeDocument = EntitySynchronizeType;
2237
+ type EntitySynchronizeDocument = EntitySynchronizeType;
2240
2238
 
2241
- declare type ErrorLogType = {
2239
+ type ErrorLogType = {
2242
2240
  id?: number;
2243
2241
  timestamp?: string;
2244
2242
  description?: string;
@@ -2247,15 +2245,15 @@ declare type ErrorLogType = {
2247
2245
  entityId?: string;
2248
2246
  };
2249
2247
 
2250
- declare type ErrorLogDocument = ErrorLogType;
2248
+ type ErrorLogDocument = ErrorLogType;
2251
2249
 
2252
- declare type ErrorLogListType = {
2250
+ type ErrorLogListType = {
2253
2251
  errorLog?: Array<ErrorLogType>;
2254
2252
  };
2255
2253
 
2256
- declare type ErrorLogListDocument = ErrorLogListType;
2254
+ type ErrorLogListDocument = ErrorLogListType;
2257
2255
 
2258
- declare type FileMappingType = {
2256
+ type FileMappingType = {
2259
2257
  id?: string;
2260
2258
  path?: string;
2261
2259
  hash?: string;
@@ -2263,24 +2261,24 @@ declare type FileMappingType = {
2263
2261
  timestamp?: string;
2264
2262
  };
2265
2263
 
2266
- declare type StorageMappingType = {
2264
+ type StorageMappingType = {
2267
2265
  path: string;
2268
2266
  id: SiteIdType;
2269
2267
  };
2270
2268
 
2271
- declare type EssenceMappingsType = {
2269
+ type EssenceMappingsType = {
2272
2270
  asset?: Array<AssetMappingType>;
2273
2271
  file?: Array<FileMappingType>;
2274
2272
  storage?: Array<StorageMappingType>;
2275
2273
  };
2276
2274
 
2277
- declare type EssenceMappingsDocument = EssenceMappingsType;
2275
+ type EssenceMappingsDocument = EssenceMappingsType;
2278
2276
 
2279
- declare type SubtitleComponentType = MediaComponentType;
2277
+ type SubtitleComponentType = MediaComponentType;
2280
2278
 
2281
- declare type UUIDType = string;
2279
+ type UUIDType = string;
2282
2280
 
2283
- declare type ShapeType = {
2281
+ type ShapeType = {
2284
2282
  id?: SiteIdType;
2285
2283
  created?: string;
2286
2284
  essenceVersion?: number;
@@ -2299,14 +2297,14 @@ declare type ShapeType = {
2299
2297
  }>;
2300
2298
  };
2301
2299
 
2302
- declare type EssenceVersionType = {
2300
+ type EssenceVersionType = {
2303
2301
  created?: string;
2304
2302
  shape?: Array<ShapeType>;
2305
2303
  };
2306
2304
 
2307
- declare type EssenceVersionDocument = EssenceVersionType;
2305
+ type EssenceVersionDocument = EssenceVersionType;
2308
2306
 
2309
- declare type EssenceVersionListType = {
2307
+ type EssenceVersionListType = {
2310
2308
  version?: Array<{
2311
2309
  id: number;
2312
2310
  uri: string;
@@ -2314,48 +2312,48 @@ declare type EssenceVersionListType = {
2314
2312
  }>;
2315
2313
  };
2316
2314
 
2317
- declare type EssenceVersionListDocument = EssenceVersionListType;
2315
+ type EssenceVersionListDocument = EssenceVersionListType;
2318
2316
 
2319
- declare type FileAlreadyExistsExceptionType = {
2317
+ type FileAlreadyExistsExceptionType = {
2320
2318
  storageId?: string;
2321
2319
  fileId?: string;
2322
2320
  path?: string;
2323
2321
  };
2324
2322
 
2325
- declare type ForbiddenExceptionType = {
2323
+ type ForbiddenExceptionType = {
2326
2324
  context?: string;
2327
2325
  id?: string;
2328
2326
  explanation?: string;
2329
2327
  };
2330
2328
 
2331
- declare type InternalServerExceptionType = {
2329
+ type InternalServerExceptionType = {
2332
2330
  message?: string;
2333
2331
  };
2334
2332
 
2335
- declare type InvalidInputExceptionType = {
2333
+ type InvalidInputExceptionType = {
2336
2334
  context?: string;
2337
2335
  id?: string;
2338
2336
  explanation?: string;
2339
2337
  value?: string;
2340
2338
  };
2341
2339
 
2342
- declare type LicenseExceptionType = {
2340
+ type LicenseExceptionType = {
2343
2341
  message?: string;
2344
2342
  };
2345
2343
 
2346
- declare type NotAuthorizedExceptionType = {
2344
+ type NotAuthorizedExceptionType = {
2347
2345
  message?: string;
2348
2346
  };
2349
2347
 
2350
- declare type NotFoundExceptionType = {
2348
+ type NotFoundExceptionType = {
2351
2349
  type?: string;
2352
2350
  id?: string;
2353
2351
  context?: string;
2354
2352
  };
2355
2353
 
2356
- declare type NotYetImplementedExceptionType = {};
2354
+ type NotYetImplementedExceptionType = {};
2357
2355
 
2358
- declare type ExceptionType = {
2356
+ type ExceptionType = {
2359
2357
  notFound?: NotFoundExceptionType;
2360
2358
  internalServer?: InternalServerExceptionType;
2361
2359
  forbidden?: ForbiddenExceptionType;
@@ -2367,17 +2365,17 @@ declare type ExceptionType = {
2367
2365
  notAuthorized?: NotAuthorizedExceptionType;
2368
2366
  };
2369
2367
 
2370
- declare type ExceptionDocument = ExceptionType;
2368
+ type ExceptionDocument = ExceptionType;
2371
2369
 
2372
- declare type JobTaskProgressType_unit = 'bytes' | 'percent';
2370
+ type JobTaskProgressType_unit = 'bytes' | 'percent';
2373
2371
 
2374
- declare type JobTaskProgressType = {
2372
+ type JobTaskProgressType = {
2375
2373
  total?: number;
2376
2374
  unit?: JobTaskProgressType_unit;
2377
2375
  value?: number;
2378
2376
  };
2379
2377
 
2380
- declare type JobTaskType = {
2378
+ type JobTaskType = {
2381
2379
  step: number;
2382
2380
  attempts: number;
2383
2381
  status: string;
@@ -2394,7 +2392,7 @@ declare type JobTaskType = {
2394
2392
  id?: number;
2395
2393
  };
2396
2394
 
2397
- declare type JobType = {
2395
+ type JobType = {
2398
2396
  jobId: SiteIdType;
2399
2397
  user?: string;
2400
2398
  started?: string;
@@ -2423,21 +2421,21 @@ declare type JobType = {
2423
2421
  };
2424
2422
  };
2425
2423
 
2426
- declare type MetadataListType = {
2424
+ type MetadataListType = {
2427
2425
  item?: Array<{
2428
2426
  metadata?: MetadataType;
2429
2427
  id?: SiteIdType;
2430
2428
  }>;
2431
2429
  };
2432
2430
 
2433
- declare type ExportInformationType = {
2431
+ type ExportInformationType = {
2434
2432
  metadataList?: MetadataListType;
2435
2433
  job?: JobType;
2436
2434
  };
2437
2435
 
2438
- declare type ExportInformationDocument = ExportInformationType;
2436
+ type ExportInformationDocument = ExportInformationType;
2439
2437
 
2440
- declare type ExportLocationType = {
2438
+ type ExportLocationType = {
2441
2439
  name?: string;
2442
2440
  uri?: string;
2443
2441
  uriList?: Array<string>;
@@ -2446,22 +2444,22 @@ declare type ExportLocationType = {
2446
2444
  script?: string;
2447
2445
  };
2448
2446
 
2449
- declare type ExportLocationDocument = ExportLocationType;
2447
+ type ExportLocationDocument = ExportLocationType;
2450
2448
 
2451
- declare type ExportLocationListType = {
2449
+ type ExportLocationListType = {
2452
2450
  exportLocation?: Array<ExportLocationType>;
2453
2451
  };
2454
2452
 
2455
- declare type ExportLocationListDocument = ExportLocationListType;
2453
+ type ExportLocationListDocument = ExportLocationListType;
2456
2454
 
2457
- declare type ExportProblemType = {
2455
+ type ExportProblemType = {
2458
2456
  type: string;
2459
2457
  message: string;
2460
2458
  asset?: string;
2461
2459
  parameter?: Array<KeyValuePairType>;
2462
2460
  };
2463
2461
 
2464
- declare type ExportRequestType = {
2462
+ type ExportRequestType = {
2465
2463
  tag?: string;
2466
2464
  format?: string;
2467
2465
  content?: Array<string>;
@@ -2476,26 +2474,26 @@ declare type ExportRequestType = {
2476
2474
  sequence?: SequenceType;
2477
2475
  };
2478
2476
 
2479
- declare type ExportRequestDocument = ExportRequestType;
2477
+ type ExportRequestDocument = ExportRequestType;
2480
2478
 
2481
- declare type ExportResponseType = {
2479
+ type ExportResponseType = {
2482
2480
  problem?: Array<ExportProblemType>;
2483
2481
  mappings: EssenceMappingsType;
2484
2482
  };
2485
2483
 
2486
- declare type ExportResponseDocument = ExportResponseType;
2484
+ type ExportResponseDocument = ExportResponseType;
2487
2485
 
2488
- declare type ExportStatusType = {
2486
+ type ExportStatusType = {
2489
2487
  problem?: Array<ExportProblemType>;
2490
2488
  };
2491
2489
 
2492
- declare type ExportStatusDocument = ExportStatusType;
2490
+ type ExportStatusDocument = ExportStatusType;
2493
2491
 
2494
- declare type ExportTemplateArchiveType = 'ZIP' | 'TAR';
2492
+ type ExportTemplateArchiveType = 'ZIP' | 'TAR';
2495
2493
 
2496
- declare type ExportTemplateScript = string;
2494
+ type ExportTemplateScript = string;
2497
2495
 
2498
- declare type ExportTemplateType = {
2496
+ type ExportTemplateType = {
2499
2497
  tag?: Array<string>;
2500
2498
  dependency?: Array<string>;
2501
2499
  filter?: string;
@@ -2504,61 +2502,61 @@ declare type ExportTemplateType = {
2504
2502
  path?: string;
2505
2503
  };
2506
2504
 
2507
- declare type ExportTemplateArchive = ExportTemplateType & {
2505
+ type ExportTemplateArchive = ExportTemplateType & {
2508
2506
  method: ExportTemplateArchiveType;
2509
2507
  };
2510
2508
 
2511
- declare type ExportTemplateCollection = ExportTemplateType & {
2509
+ type ExportTemplateCollection = ExportTemplateType & {
2512
2510
  collectionId?: Array<SiteIdType>;
2513
2511
  };
2514
2512
 
2515
- declare type ExportTemplateComponent = ExportTemplateType;
2513
+ type ExportTemplateComponent = ExportTemplateType;
2516
2514
 
2517
- declare type ExportTemplateComponentFile = ExportTemplateType;
2515
+ type ExportTemplateComponentFile = ExportTemplateType;
2518
2516
 
2519
- declare type ExportTemplateCompressType = 'GZ' | 'BZIP2';
2517
+ type ExportTemplateCompressType = 'GZ' | 'BZIP2';
2520
2518
 
2521
- declare type ExportTemplateCompress = ExportTemplateType & {
2519
+ type ExportTemplateCompress = ExportTemplateType & {
2522
2520
  method: ExportTemplateCompressType;
2523
2521
  };
2524
2522
 
2525
- declare type ExportTemplateDocument = ExportTemplateType;
2523
+ type ExportTemplateDocument = ExportTemplateType;
2526
2524
 
2527
- declare type ExportTemplateDummy = ExportTemplateType;
2525
+ type ExportTemplateDummy = ExportTemplateType;
2528
2526
 
2529
- declare type ExportTemplateExternal = ExportTemplateType & {
2527
+ type ExportTemplateExternal = ExportTemplateType & {
2530
2528
  uri?: Array<string>;
2531
2529
  };
2532
2530
 
2533
- declare type ExportTemplateFolder = ExportTemplateType;
2531
+ type ExportTemplateFolder = ExportTemplateType;
2534
2532
 
2535
- declare type ExportTemplateItem = ExportTemplateType & {
2533
+ type ExportTemplateItem = ExportTemplateType & {
2536
2534
  itemId?: Array<SiteIdType>;
2537
2535
  };
2538
2536
 
2539
- declare type ExportTemplateIterate = ExportTemplateType & {
2537
+ type ExportTemplateIterate = ExportTemplateType & {
2540
2538
  value?: Array<ExportTemplateScript>;
2541
2539
  };
2542
2540
 
2543
- declare type ExportTemplateLibrary = ExportTemplateType & {
2541
+ type ExportTemplateLibrary = ExportTemplateType & {
2544
2542
  libraryId?: Array<SiteIdType>;
2545
2543
  };
2546
2544
 
2547
- declare type ExportTemplateTextContent = {
2545
+ type ExportTemplateTextContent = {
2548
2546
  scripttags?: boolean;
2549
2547
  };
2550
2548
 
2551
- declare type ExportTemplateSequence = ExportTemplateType & {
2549
+ type ExportTemplateSequence = ExportTemplateType & {
2552
2550
  document?: ExportTemplateTextContent;
2553
2551
  generate?: boolean;
2554
2552
  };
2555
2553
 
2556
- declare type ExportTemplateShape = ExportTemplateType & {
2554
+ type ExportTemplateShape = ExportTemplateType & {
2557
2555
  shapeTag?: string;
2558
2556
  generate?: boolean;
2559
2557
  };
2560
2558
 
2561
- declare type ExportTemplateText = ExportTemplateType & {
2559
+ type ExportTemplateText = ExportTemplateType & {
2562
2560
  charset?: string;
2563
2561
  content?: ExportTemplateTextContent;
2564
2562
  xslt?: string;
@@ -2568,29 +2566,29 @@ declare type ExportTemplateText = ExportTemplateType & {
2568
2566
  };
2569
2567
  };
2570
2568
 
2571
- declare type ExternalIdentifierDocument = ExternalIdentifierType;
2569
+ type ExternalIdentifierDocument = ExternalIdentifierType;
2572
2570
 
2573
- declare type ExternalIdentifierListType = {
2571
+ type ExternalIdentifierListType = {
2574
2572
  id?: Array<ExternalIdentifierType>;
2575
2573
  };
2576
2574
 
2577
- declare type ExternalIdentifierListDocument = ExternalIdentifierListType;
2575
+ type ExternalIdentifierListDocument = ExternalIdentifierListType;
2578
2576
 
2579
- declare type ExternalIdentifierNamespaceType = {
2577
+ type ExternalIdentifierNamespaceType = {
2580
2578
  name?: string;
2581
2579
  pattern: string;
2582
2580
  priority?: number;
2583
2581
  };
2584
2582
 
2585
- declare type ExternalIdentifierNamespaceDocument = ExternalIdentifierNamespaceType;
2583
+ type ExternalIdentifierNamespaceDocument = ExternalIdentifierNamespaceType;
2586
2584
 
2587
- declare type ExternalIdentifierNamespaceListType = {
2585
+ type ExternalIdentifierNamespaceListType = {
2588
2586
  namespace?: Array<ExternalIdentifierNamespaceType>;
2589
2587
  };
2590
2588
 
2591
- declare type ExternalIdentifierNamespaceListDocument = ExternalIdentifierNamespaceListType;
2589
+ type ExternalIdentifierNamespaceListDocument = ExternalIdentifierNamespaceListType;
2592
2590
 
2593
- declare type ExternalTranscoderType = {
2591
+ type ExternalTranscoderType = {
2594
2592
  source: string;
2595
2593
  destination: string;
2596
2594
  shapeTag: string;
@@ -2600,7 +2598,7 @@ declare type ExternalTranscoderType = {
2600
2598
  regex: string;
2601
2599
  };
2602
2600
 
2603
- declare type ExternalTranscodeJobType = {
2601
+ type ExternalTranscodeJobType = {
2604
2602
  sourceUri: string;
2605
2603
  format: string;
2606
2604
  transcoder: ExternalTranscoderType;
@@ -2609,31 +2607,37 @@ declare type ExternalTranscodeJobType = {
2609
2607
  username: string;
2610
2608
  };
2611
2609
 
2612
- declare type ExternalTranscodeJobDocument = ExternalTranscodeJobType;
2610
+ type ExternalTranscodeJobDocument = ExternalTranscodeJobType;
2611
+
2612
+ type FacetFilterType = {
2613
+ field: string;
2614
+ range?: FacetRangeType;
2615
+ value?: string;
2616
+ };
2613
2617
 
2614
- declare type FileDocument = FileType;
2618
+ type FileDocument = FileType;
2615
2619
 
2616
- declare type FileImportDefType = {
2620
+ type FileImportDefType = {
2617
2621
  fileId: SiteIdType;
2618
2622
  path: string;
2619
2623
  size: number;
2620
2624
  component?: Array<SiteIdType>;
2621
2625
  };
2622
2626
 
2623
- declare type FilePrefixType = {
2627
+ type FilePrefixType = {
2624
2628
  prefix?: Array<string>;
2625
2629
  };
2626
2630
 
2627
- declare type FileListType = {
2631
+ type FileListType = {
2628
2632
  hits?: number;
2629
2633
  file?: Array<FileType>;
2630
2634
  prefixes?: FilePrefixType;
2631
2635
  nextCursor?: string;
2632
2636
  };
2633
2637
 
2634
- declare type FileListDocument = FileListType;
2638
+ type FileListDocument = FileListType;
2635
2639
 
2636
- declare type FileReferenceType = {
2640
+ type FileReferenceType = {
2637
2641
  hash?: string;
2638
2642
  status?: string;
2639
2643
  file?: Array<FileType>;
@@ -2641,7 +2645,17 @@ declare type FileReferenceType = {
2641
2645
  path?: string;
2642
2646
  };
2643
2647
 
2644
- declare type SearchFilterType = {
2648
+ type SearchFacetType = {
2649
+ field: string;
2650
+ range?: Array<FacetRangeType>;
2651
+ exclude?: Array<string>;
2652
+ count?: boolean;
2653
+ minCount?: number;
2654
+ maxResults?: number;
2655
+ name?: string;
2656
+ };
2657
+
2658
+ type SearchFilterType = {
2645
2659
  operator?: Array<SearchOperatorType>;
2646
2660
  field?: Array<SearchFieldType>;
2647
2661
  group?: Array<SearchGroupType>;
@@ -2653,16 +2667,23 @@ declare type SearchFilterType = {
2653
2667
  name?: string;
2654
2668
  };
2655
2669
 
2656
- declare type SearchIntervalsType = 'all' | 'generic' | 'timed';
2670
+ type SearchHighlightType = {
2671
+ field?: Array<string>;
2672
+ matchingOnly?: boolean;
2673
+ prefix?: string;
2674
+ suffix?: string;
2675
+ };
2676
+
2677
+ type SearchIntervalsType = 'all' | 'generic' | 'timed';
2657
2678
 
2658
- declare type SortingOrderType = 'ascending' | 'descending';
2679
+ type SortingOrderType = 'ascending' | 'descending';
2659
2680
 
2660
- declare type SuggestionSearchType = {
2681
+ type SuggestionSearchType = {
2661
2682
  maximumSuggestions?: number;
2662
2683
  accuracy?: number;
2663
2684
  };
2664
2685
 
2665
- declare type ItemSearchType = {
2686
+ type ItemSearchType = {
2666
2687
  text?: Array<ItemSearchTextValueType>;
2667
2688
  field?: Array<SearchFieldType>;
2668
2689
  group?: Array<SearchGroupType>;
@@ -2675,67 +2696,50 @@ declare type ItemSearchType = {
2675
2696
  item?: ItemCriterionType;
2676
2697
  shape?: ShapeCriterionType;
2677
2698
  file?: CriterionType;
2678
- facetFilter?: Array<{
2679
- field: string;
2680
- range?: FacetRangeType;
2681
- value?: string;
2682
- }>;
2683
- facet?: Array<{
2684
- field: string;
2685
- range?: Array<FacetRangeType>;
2686
- exclude?: Array<string>;
2687
- count?: boolean;
2688
- minCount?: number;
2689
- maxResults?: number;
2690
- name?: string;
2691
- }>;
2699
+ facetFilter?: Array<FacetFilterType>;
2700
+ facet?: Array<SearchFacetType>;
2692
2701
  sort?: Array<{
2693
2702
  field: string;
2694
2703
  order: SortingOrderType;
2695
2704
  }>;
2696
- highlight?: {
2697
- field?: Array<string>;
2698
- matchingOnly?: boolean;
2699
- prefix?: string;
2700
- suffix?: string;
2701
- };
2705
+ highlight?: SearchHighlightType;
2702
2706
  suggestion?: SuggestionSearchType;
2703
2707
  autocomplete?: Array<AutocompleteRequestType>;
2704
2708
  cursor?: string;
2705
2709
  version?: number;
2706
2710
  };
2707
2711
 
2708
- declare type FileSearchType = ItemSearchType;
2712
+ type FileSearchType = ItemSearchType;
2709
2713
 
2710
- declare type FileSearchDocument = FileSearchType;
2714
+ type FileSearchDocument = FileSearchType;
2711
2715
 
2712
- declare type FileSiteAvailabilityType = {
2716
+ type FileSiteAvailabilityType = {
2713
2717
  site?: Array<string>;
2714
2718
  };
2715
2719
 
2716
- declare type FileSiteAvailabilityDocument = FileSiteAvailabilityType;
2720
+ type FileSiteAvailabilityDocument = FileSiteAvailabilityType;
2717
2721
 
2718
- declare type FileSynchronizationCustomMethodType = {
2722
+ type FileSynchronizationCustomMethodType = {
2719
2723
  bean: string;
2720
2724
  additionalParameters?: SimpleMetadataType;
2721
2725
  };
2722
2726
 
2723
- declare type FileSynchronizationEntryStatusType = {
2727
+ type FileSynchronizationEntryStatusType = {
2724
2728
  bytesWritten: number;
2725
2729
  lastWritten?: string;
2726
2730
  lastChecked: string;
2727
2731
  };
2728
2732
 
2729
- declare type FileSynchronizationLogEntryType = {
2733
+ type FileSynchronizationLogEntryType = {
2730
2734
  timestamp: string;
2731
2735
  value?: string;
2732
2736
  };
2733
2737
 
2734
- declare type FileSynchronizationLogType = {
2738
+ type FileSynchronizationLogType = {
2735
2739
  entry?: Array<FileSynchronizationLogEntryType>;
2736
2740
  };
2737
2741
 
2738
- declare type FileSynchronizationEntryType = {
2742
+ type FileSynchronizationEntryType = {
2739
2743
  fileId: SiteIdType;
2740
2744
  state: string;
2741
2745
  size?: number;
@@ -2747,15 +2751,15 @@ declare type FileSynchronizationEntryType = {
2747
2751
  log?: FileSynchronizationLogType;
2748
2752
  };
2749
2753
 
2750
- declare type FileSynchronizationEntryDocument = FileSynchronizationEntryType;
2754
+ type FileSynchronizationEntryDocument = FileSynchronizationEntryType;
2751
2755
 
2752
- declare type FileSynchronizationEntryListType = {
2756
+ type FileSynchronizationEntryListType = {
2753
2757
  entry?: Array<FileSynchronizationEntryType>;
2754
2758
  };
2755
2759
 
2756
- declare type FileSynchronizationEntryListDocument = FileSynchronizationEntryListType;
2760
+ type FileSynchronizationEntryListDocument = FileSynchronizationEntryListType;
2757
2761
 
2758
- declare type FileSynchronizationInfoType = {
2762
+ type FileSynchronizationInfoType = {
2759
2763
  id: string;
2760
2764
  lastUpdated: string;
2761
2765
  size: number;
@@ -2763,47 +2767,47 @@ declare type FileSynchronizationInfoType = {
2763
2767
  hash?: string;
2764
2768
  };
2765
2769
 
2766
- declare type FileSynchronizationInfoDocument = FileSynchronizationInfoType;
2770
+ type FileSynchronizationInfoDocument = FileSynchronizationInfoType;
2767
2771
 
2768
- declare type FileSynchronizationLogDocument = FileSynchronizationLogType;
2772
+ type FileSynchronizationLogDocument = FileSynchronizationLogType;
2769
2773
 
2770
- declare type FileSynchronizationUriMethodType = {
2774
+ type FileSynchronizationUriMethodType = {
2771
2775
  scheme: string;
2772
2776
  methodType?: string;
2773
2777
  };
2774
2778
 
2775
- declare type FileSynchronizationMethodType = {
2779
+ type FileSynchronizationMethodType = {
2776
2780
  uri?: FileSynchronizationUriMethodType;
2777
2781
  custom?: FileSynchronizationCustomMethodType;
2778
2782
  };
2779
2783
 
2780
- declare type WeekDayType = 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY';
2784
+ type WeekDayType = 'MONDAY' | 'TUESDAY' | 'WEDNESDAY' | 'THURSDAY' | 'FRIDAY' | 'SATURDAY' | 'SUNDAY';
2781
2785
 
2782
- declare type FileSynchronizationScheduleEntryType = {
2786
+ type FileSynchronizationScheduleEntryType = {
2783
2787
  day?: Array<WeekDayType>;
2784
2788
  start: string;
2785
2789
  end: string;
2786
2790
  };
2787
2791
 
2788
- declare type FileSynchronizationScheduleType = {
2792
+ type FileSynchronizationScheduleType = {
2789
2793
  entry?: Array<FileSynchronizationScheduleEntryType>;
2790
2794
  };
2791
2795
 
2792
- declare type FileSynchronizationRuleType = {
2796
+ type FileSynchronizationRuleType = {
2793
2797
  tag?: string;
2794
2798
  schedule?: FileSynchronizationScheduleType;
2795
2799
  method: FileSynchronizationMethodType;
2796
2800
  };
2797
2801
 
2798
- declare type FileSynchronizationRuleDocument = FileSynchronizationRuleType;
2802
+ type FileSynchronizationRuleDocument = FileSynchronizationRuleType;
2799
2803
 
2800
- declare type FileSynchronizationRuleListType = {
2804
+ type FileSynchronizationRuleListType = {
2801
2805
  rule?: Array<FileSynchronizationRuleType>;
2802
2806
  };
2803
2807
 
2804
- declare type FileSynchronizationRuleListDocument = FileSynchronizationRuleListType;
2808
+ type FileSynchronizationRuleListDocument = FileSynchronizationRuleListType;
2805
2809
 
2806
- declare type FinalCutServerType = {
2810
+ type FinalCutServerType = {
2807
2811
  url: string;
2808
2812
  tag: string;
2809
2813
  state?: string;
@@ -2811,34 +2815,34 @@ declare type FinalCutServerType = {
2811
2815
  description?: string;
2812
2816
  };
2813
2817
 
2814
- declare type ForwardServiceType = {
2818
+ type ForwardServiceType = {
2815
2819
  id: number;
2816
2820
  uri: string;
2817
2821
  };
2818
2822
 
2819
- declare type FtpPoolConfigurationType = {
2823
+ type FtpPoolConfigurationType = {
2820
2824
  pool?: ConnectionPoolType;
2821
2825
  };
2822
2826
 
2823
- declare type FtpPoolConfigurationDocument = FtpPoolConfigurationType;
2827
+ type FtpPoolConfigurationDocument = FtpPoolConfigurationType;
2824
2828
 
2825
- declare type GroupDocument = GroupType;
2829
+ type GroupDocument = GroupType;
2826
2830
 
2827
- declare type GroupListDocument = GroupListType;
2831
+ type GroupListDocument = GroupListType;
2828
2832
 
2829
- declare type SimpleSearchFieldType = {
2833
+ type SimpleSearchFieldType = {
2830
2834
  name: string;
2831
2835
  value: string;
2832
2836
  };
2833
2837
 
2834
- declare type SimpleSearchOperationType = 'AND' | 'OR' | 'NOT';
2838
+ type SimpleSearchOperationType = 'AND' | 'OR' | 'NOT';
2835
2839
 
2836
- declare type SimpleSearchOperatorType = {
2840
+ type SimpleSearchOperatorType = {
2837
2841
  field?: Array<SimpleSearchFieldType>;
2838
2842
  operation: SimpleSearchOperationType;
2839
2843
  };
2840
2844
 
2841
- declare type SimpleSearchType = {
2845
+ type SimpleSearchType = {
2842
2846
  sort?: Array<{
2843
2847
  field: string;
2844
2848
  order: SortingOrderType;
@@ -2847,22 +2851,22 @@ declare type SimpleSearchType = {
2847
2851
  operator?: SimpleSearchOperatorType;
2848
2852
  };
2849
2853
 
2850
- declare type GroupSearchDocument = SimpleSearchType;
2854
+ type GroupSearchDocument = SimpleSearchType;
2851
2855
 
2852
- declare type HashComputeOperation = {
2856
+ type HashComputeOperation = {
2853
2857
  id?: string;
2854
2858
  uri: string;
2855
2859
  function?: string;
2856
2860
  setting?: Array<KeyValuePairType>;
2857
2861
  };
2858
2862
 
2859
- declare type HashJobType = TranscoderJobType & {
2863
+ type HashJobType = TranscoderJobType & {
2860
2864
  compute?: Array<HashComputeOperation>;
2861
2865
  };
2862
2866
 
2863
- declare type HashJobDocument = HashJobType;
2867
+ type HashJobDocument = HashJobType;
2864
2868
 
2865
- declare type HashResponse = {
2869
+ type HashResponse = {
2866
2870
  id: string;
2867
2871
  uri: string;
2868
2872
  function: string;
@@ -2870,44 +2874,44 @@ declare type HashResponse = {
2870
2874
  error?: string;
2871
2875
  };
2872
2876
 
2873
- declare type IDFilterType = {
2877
+ type IDFilterType = {
2874
2878
  id?: Array<string>;
2875
2879
  };
2876
2880
 
2877
- declare type ImageJobDocument = ComplexJobType;
2881
+ type ImageJobDocument = ComplexJobType;
2878
2882
 
2879
- declare type ImportableFileType = {
2883
+ type ImportableFileType = {
2880
2884
  file: FileType;
2881
2885
  metadata?: MetadataType;
2882
2886
  };
2883
2887
 
2884
- declare type ImportableFileDocument = ImportableFileType;
2888
+ type ImportableFileDocument = ImportableFileType;
2885
2889
 
2886
- declare type ImportableFileListType = {
2890
+ type ImportableFileListType = {
2887
2891
  hits?: number;
2888
2892
  element?: Array<ImportableFileType>;
2889
2893
  prefixes?: FilePrefixType;
2890
2894
  };
2891
2895
 
2892
- declare type ImportableFileListDocument = ImportableFileListType;
2896
+ type ImportableFileListDocument = ImportableFileListType;
2893
2897
 
2894
- declare type ImportAccessControlListType = {
2898
+ type ImportAccessControlListType = {
2895
2899
  group?: Array<{
2896
2900
  name: string;
2897
2901
  permission: string;
2898
2902
  }>;
2899
2903
  };
2900
2904
 
2901
- declare type ImportAccessControlListDocument = ImportAccessControlListType;
2905
+ type ImportAccessControlListDocument = ImportAccessControlListType;
2902
2906
 
2903
- declare type ImportSettingsType = {
2907
+ type ImportSettingsType = {
2904
2908
  id?: SiteIdType;
2905
2909
  access?: Array<AccessControlType>;
2906
2910
  };
2907
2911
 
2908
- declare type ImportSettingsDocument = ImportSettingsType;
2912
+ type ImportSettingsDocument = ImportSettingsType;
2909
2913
 
2910
- declare type IndexingConfigurationType = {
2914
+ type IndexingConfigurationType = {
2911
2915
  commitInterval?: number;
2912
2916
  softCommitInterval?: number;
2913
2917
  autoSoftCommit?: boolean;
@@ -2918,16 +2922,20 @@ declare type IndexingConfigurationType = {
2918
2922
  name: string;
2919
2923
  fullText: boolean;
2920
2924
  }>;
2925
+ solrPath?: string;
2926
+ solrCollection?: string;
2927
+ zookeeperHost?: Array<string>;
2928
+ elasticsearchPath?: string;
2921
2929
  };
2922
2930
 
2923
- declare type IndexingConfigurationDocument = IndexingConfigurationType;
2931
+ type IndexingConfigurationDocument = IndexingConfigurationType;
2924
2932
 
2925
- declare type URIListType = {
2933
+ type URIListType = {
2926
2934
  hits?: number;
2927
2935
  uri?: Array<string>;
2928
2936
  };
2929
2937
 
2930
- declare type ItemType = {
2938
+ type ItemType = {
2931
2939
  metadata?: MetadataType;
2932
2940
  thumbnails?: URIListType;
2933
2941
  posters?: URIListType;
@@ -2954,9 +2962,9 @@ declare type ItemType = {
2954
2962
  base?: string;
2955
2963
  };
2956
2964
 
2957
- declare type ItemDocument = ItemType;
2965
+ type ItemDocument = ItemType;
2958
2966
 
2959
- declare type ItemListType = {
2967
+ type ItemListType = {
2960
2968
  hits?: number;
2961
2969
  library?: string;
2962
2970
  item?: Array<ItemType>;
@@ -2966,9 +2974,9 @@ declare type ItemListType = {
2966
2974
  nextCursor?: string;
2967
2975
  };
2968
2976
 
2969
- declare type ItemListDocument = ItemListType;
2977
+ type ItemListDocument = ItemListType;
2970
2978
 
2971
- declare type ItemRelationType = {
2979
+ type ItemRelationType = {
2972
2980
  id: string;
2973
2981
  direction: {
2974
2982
  source: string;
@@ -2981,86 +2989,86 @@ declare type ItemRelationType = {
2981
2989
  }>;
2982
2990
  };
2983
2991
 
2984
- declare type ItemRelationDocument = ItemRelationType;
2992
+ type ItemRelationDocument = ItemRelationType;
2985
2993
 
2986
- declare type ItemRelationListType = {
2994
+ type ItemRelationListType = {
2987
2995
  relation?: Array<ItemRelationType>;
2988
2996
  };
2989
2997
 
2990
- declare type ItemRelationListDocument = ItemRelationListType;
2998
+ type ItemRelationListDocument = ItemRelationListType;
2991
2999
 
2992
- declare type ItemSearchDocument = ItemSearchType;
3000
+ type ItemSearchDocument = ItemSearchType;
2993
3001
 
2994
- declare type JobDocument = JobType;
3002
+ type JobDocument = JobType;
2995
3003
 
2996
- declare type JobFilterType = {
3004
+ type JobFilterType = {
2997
3005
  type?: Array<string>;
2998
3006
  username?: Array<string>;
2999
3007
  state?: Array<string>;
3000
3008
  jobmetadata?: SimpleMetadataType;
3001
3009
  };
3002
3010
 
3003
- declare type JobInputProgressType = {
3011
+ type JobInputProgressType = {
3004
3012
  mediaTime: TimeCodeType;
3005
3013
  duration?: TimeCodeType;
3006
3014
  };
3007
3015
 
3008
- declare type JobListType = {
3016
+ type JobListType = {
3009
3017
  hits?: number;
3010
3018
  job?: Array<JobType>;
3011
3019
  facet?: Array<FacetType>;
3012
3020
  notFound?: Array<NotFoundExceptionType>;
3013
3021
  };
3014
3022
 
3015
- declare type JobListDocument = JobListType;
3023
+ type JobListDocument = JobListType;
3016
3024
 
3017
- declare type JobLogEntryType = {
3025
+ type JobLogEntryType = {
3018
3026
  timestamp?: string;
3019
3027
  level?: string;
3020
3028
  value?: string;
3021
3029
  };
3022
3030
 
3023
- declare type jobNotificationContentFilter = 'jobId' | 'jobState' | 'user' | 'startTime' | 'jobType' | 'jobData' | 'errorMessage' | 'itemId' | 'totalSteps' | 'currentStep';
3031
+ type jobNotificationContentFilter = 'jobId' | 'jobState' | 'user' | 'startTime' | 'jobType' | 'jobData' | 'errorMessage' | 'itemId' | 'totalSteps' | 'currentStep';
3024
3032
 
3025
- declare type JobPoolType = {
3033
+ type JobPoolType = {
3026
3034
  priorityThreshold: string;
3027
3035
  size: number;
3028
3036
  };
3029
3037
 
3030
- declare type JobPoolDocument = JobPoolType;
3038
+ type JobPoolDocument = JobPoolType;
3031
3039
 
3032
- declare type JobPoolListType = {
3040
+ type JobPoolListType = {
3033
3041
  concurrentJobs?: number;
3034
3042
  pool?: Array<JobPoolType>;
3035
3043
  };
3036
3044
 
3037
- declare type JobPoolListDocument = JobPoolListType;
3045
+ type JobPoolListDocument = JobPoolListType;
3038
3046
 
3039
- declare type JobPriorityConfigurationType = {
3047
+ type JobPriorityConfigurationType = {
3040
3048
  job: {
3041
3049
  type: string;
3042
3050
  value?: string;
3043
3051
  };
3044
3052
  };
3045
3053
 
3046
- declare type JobPriorityConfigurationDocument = JobPriorityConfigurationType;
3054
+ type JobPriorityConfigurationDocument = JobPriorityConfigurationType;
3047
3055
 
3048
- declare type JobProblemType = {
3056
+ type JobProblemType = {
3049
3057
  id: number;
3050
3058
  type: string;
3051
3059
  data?: Array<KeyValueType>;
3052
3060
  job?: Array<SiteIdType>;
3053
3061
  };
3054
3062
 
3055
- declare type JobProblemDocument = JobProblemType;
3063
+ type JobProblemDocument = JobProblemType;
3056
3064
 
3057
- declare type JobProblemListType = {
3065
+ type JobProblemListType = {
3058
3066
  problem?: Array<JobProblemType>;
3059
3067
  };
3060
3068
 
3061
- declare type JobProblemListDocument = JobProblemListType;
3069
+ type JobProblemListDocument = JobProblemListType;
3062
3070
 
3063
- declare type MOVIndexJobType = TranscoderJobType & {
3071
+ type MOVIndexJobType = TranscoderJobType & {
3064
3072
  targetUri: string;
3065
3073
  source?: Array<{
3066
3074
  uri: string;
@@ -3070,7 +3078,7 @@ declare type MOVIndexJobType = TranscoderJobType & {
3070
3078
  }>;
3071
3079
  };
3072
3080
 
3073
- declare type MXFOp1bJobType = TranscoderJobType & {
3081
+ type MXFOp1bJobType = TranscoderJobType & {
3074
3082
  output: string;
3075
3083
  reference?: Array<{
3076
3084
  source: string;
@@ -3079,39 +3087,39 @@ declare type MXFOp1bJobType = TranscoderJobType & {
3079
3087
  }>;
3080
3088
  };
3081
3089
 
3082
- declare type MXFTimecodeExtractionJobType = TranscoderJobType & {
3090
+ type MXFTimecodeExtractionJobType = TranscoderJobType & {
3083
3091
  sourceUri: string;
3084
3092
  targetUri: string;
3085
3093
  };
3086
3094
 
3087
- declare type NLEJob2MixTypeInput = {
3095
+ type NLEJob2MixTypeInput = {
3088
3096
  effect?: Array<EffectType>;
3089
3097
  sequence: number;
3090
3098
  gain: number;
3091
3099
  };
3092
3100
 
3093
- declare type NLEJob2MixType = {
3101
+ type NLEJob2MixType = {
3094
3102
  input?: Array<NLEJob2MixTypeInput>;
3095
3103
  };
3096
3104
 
3097
- declare type NLEJob2AudioOutputType = ComplexJobAudioOutputType & {
3105
+ type NLEJob2AudioOutputType = ComplexJobAudioOutputType & {
3098
3106
  uri?: string;
3099
3107
  sequence?: Array<number>;
3100
3108
  mix?: Array<NLEJob2MixType>;
3101
3109
  };
3102
3110
 
3103
- declare type NLEJob2VideoOutputType = ComplexJobVideoOutputType & {
3111
+ type NLEJob2VideoOutputType = ComplexJobVideoOutputType & {
3104
3112
  uri?: string;
3105
3113
  sequence: number;
3106
3114
  };
3107
3115
 
3108
- declare type NLEJob2OutputType = {
3116
+ type NLEJob2OutputType = {
3109
3117
  format: ComplexJobOutputFormatType;
3110
3118
  video?: Array<NLEJob2VideoOutputType>;
3111
3119
  audio?: Array<NLEJob2AudioOutputType>;
3112
3120
  };
3113
3121
 
3114
- declare type NLEJobAudioOutputType = {
3122
+ type NLEJobAudioOutputType = {
3115
3123
  sequence?: Array<number>;
3116
3124
  channelLayout?: number;
3117
3125
  channelLayoutName?: string;
@@ -3120,7 +3128,7 @@ declare type NLEJobAudioOutputType = {
3120
3128
  bitrate?: number;
3121
3129
  };
3122
3130
 
3123
- declare type NLEJobVideoOutputType = {
3131
+ type NLEJobVideoOutputType = {
3124
3132
  preset?: Array<string>;
3125
3133
  uri?: string;
3126
3134
  sequence: number;
@@ -3131,7 +3139,7 @@ declare type NLEJobVideoOutputType = {
3131
3139
  maxBFrames?: number;
3132
3140
  };
3133
3141
 
3134
- declare type NLEJobOutputType = {
3142
+ type NLEJobOutputType = {
3135
3143
  video?: Array<NLEJobVideoOutputType>;
3136
3144
  audio?: Array<NLEJobAudioOutputType>;
3137
3145
  uri?: string;
@@ -3140,7 +3148,7 @@ declare type NLEJobOutputType = {
3140
3148
  clipName?: string;
3141
3149
  };
3142
3150
 
3143
- declare type NLEJobTransitionType = {
3151
+ type NLEJobTransitionType = {
3144
3152
  border?: BorderType;
3145
3153
  length: number;
3146
3154
  wipe?: number;
@@ -3154,34 +3162,34 @@ declare type NLEJobTransitionType = {
3154
3162
  delta?: number;
3155
3163
  };
3156
3164
 
3157
- declare type TrackSegmentType = {
3165
+ type TrackSegmentType = {
3158
3166
  effect?: Array<EffectType>;
3159
3167
  transition?: NLEJobTransitionType;
3160
3168
  fillerLength?: number;
3161
3169
  subClip?: number;
3162
3170
  };
3163
3171
 
3164
- declare type TrackType = {
3172
+ type TrackType = {
3165
3173
  segment?: Array<TrackSegmentType>;
3166
3174
  };
3167
3175
 
3168
- declare type NLEJobSequenceType = {
3176
+ type NLEJobSequenceType = {
3169
3177
  track?: Array<TrackType>;
3170
3178
  color?: string;
3171
3179
  id: number;
3172
3180
  length: number;
3173
3181
  };
3174
3182
 
3175
- declare type SubtitleClipType = TextRenditionType & {
3183
+ type SubtitleClipType = TextRenditionType & {
3176
3184
  id: number;
3177
3185
  length: number;
3178
3186
  };
3179
3187
 
3180
- declare type VideoClipType = ClipType & {
3188
+ type VideoClipType = ClipType & {
3181
3189
  directCopy?: boolean;
3182
3190
  };
3183
3191
 
3184
- declare type NLEJobType = TranscoderJobType & {
3192
+ type NLEJobType = TranscoderJobType & {
3185
3193
  frameRate: FrameRateType;
3186
3194
  interval?: TimeIntervalType;
3187
3195
  width: number;
@@ -3197,11 +3205,11 @@ declare type NLEJobType = TranscoderJobType & {
3197
3205
  output2?: Array<NLEJob2OutputType>;
3198
3206
  };
3199
3207
 
3200
- declare type QueueJobType = {
3208
+ type QueueJobType = {
3201
3209
  job?: Array<JobRequestChoiceType>;
3202
3210
  };
3203
3211
 
3204
- declare type SegmentationJobType = TranscoderJobType & {
3212
+ type SegmentationJobType = TranscoderJobType & {
3205
3213
  input: string;
3206
3214
  playlistOutput: string;
3207
3215
  segmentUriPrefix: string;
@@ -3210,7 +3218,7 @@ declare type SegmentationJobType = TranscoderJobType & {
3210
3218
  segmentLength: TimeCodeType;
3211
3219
  };
3212
3220
 
3213
- declare type ShapeDeductionJobType = TranscoderJobType & {
3221
+ type ShapeDeductionJobType = TranscoderJobType & {
3214
3222
  input?: Array<{
3215
3223
  id?: string;
3216
3224
  uri?: string;
@@ -3224,7 +3232,7 @@ declare type ShapeDeductionJobType = TranscoderJobType & {
3224
3232
  }>;
3225
3233
  };
3226
3234
 
3227
- declare type TimelineJobRequestType = TranscoderJobType & {
3235
+ type TimelineJobRequestType = TranscoderJobType & {
3228
3236
  outputUri: string;
3229
3237
  containerFormat: string;
3230
3238
  stream?: Array<{
@@ -3236,36 +3244,36 @@ declare type TimelineJobRequestType = TranscoderJobType & {
3236
3244
  }>;
3237
3245
  };
3238
3246
 
3239
- declare type TransferOperation = {
3247
+ type TransferOperation = {
3240
3248
  id?: string;
3241
3249
  sourceUri: Array<string>;
3242
3250
  destinationUri: Array<string>;
3243
3251
  setting?: Array<KeyValuePairType>;
3244
3252
  };
3245
3253
 
3246
- declare type TransferJobType = TranscoderJobType & {
3254
+ type TransferJobType = TranscoderJobType & {
3247
3255
  transfer?: Array<TransferOperation>;
3248
3256
  };
3249
3257
 
3250
- declare type XMPReadOperation = {
3258
+ type XMPReadOperation = {
3251
3259
  id?: string;
3252
3260
  uri: string;
3253
3261
  setting?: Array<KeyValuePairType>;
3254
3262
  };
3255
3263
 
3256
- declare type XMPWriteOperation = {
3264
+ type XMPWriteOperation = {
3257
3265
  id?: string;
3258
3266
  uri: string;
3259
3267
  setting?: Array<KeyValuePairType>;
3260
3268
  xmp: string;
3261
3269
  };
3262
3270
 
3263
- declare type XMPJobType = TranscoderJobType & {
3271
+ type XMPJobType = TranscoderJobType & {
3264
3272
  read?: Array<XMPReadOperation>;
3265
3273
  write?: Array<XMPWriteOperation>;
3266
3274
  };
3267
3275
 
3268
- declare type JobRequestChoiceType = {
3276
+ type JobRequestChoiceType = {
3269
3277
  timelineRequest?: TimelineJobRequestType;
3270
3278
  complexRequest?: ComplexJobType;
3271
3279
  movIndexRequest?: MOVIndexJobType;
@@ -3282,7 +3290,7 @@ declare type JobRequestChoiceType = {
3282
3290
  aafGeneratorRequest?: AAFGeneratorJobType;
3283
3291
  };
3284
3292
 
3285
- declare type JobSearchType = {
3293
+ type JobSearchType = {
3286
3294
  facetFilter?: Array<{
3287
3295
  field: string;
3288
3296
  range?: FacetRangeType;
@@ -3299,34 +3307,34 @@ declare type JobSearchType = {
3299
3307
  }>;
3300
3308
  };
3301
3309
 
3302
- declare type JobSearchDocument = JobSearchType;
3310
+ type JobSearchDocument = JobSearchType;
3303
3311
 
3304
- declare type ShapeDeductionResponse = {
3312
+ type ShapeDeductionResponse = {
3305
3313
  id: string;
3306
3314
  uri?: string;
3307
3315
  range?: Array<SequenceRangeType>;
3308
3316
  shape: ShapeType;
3309
3317
  };
3310
3318
 
3311
- declare type ThumbnailInfoType = {
3319
+ type ThumbnailInfoType = {
3312
3320
  timeCode: TimeCodeType;
3313
3321
  uri: string;
3314
3322
  };
3315
3323
 
3316
- declare type TransferResponse = {
3324
+ type TransferResponse = {
3317
3325
  id: string;
3318
3326
  sourceUri: Array<string>;
3319
3327
  destinationUri: Array<string>;
3320
3328
  error?: string;
3321
3329
  };
3322
3330
 
3323
- declare type XMPResponse = {
3331
+ type XMPResponse = {
3324
3332
  id: string;
3325
3333
  uri: string;
3326
3334
  xmp: string;
3327
3335
  };
3328
3336
 
3329
- declare type JobStatusType = {
3337
+ type JobStatusType = {
3330
3338
  statusUri: string;
3331
3339
  id: SiteIdType;
3332
3340
  isRunning: boolean;
@@ -3348,26 +3356,26 @@ declare type JobStatusType = {
3348
3356
  aafGeneratorResponse?: Array<AAFGeneratorResponse>;
3349
3357
  };
3350
3358
 
3351
- declare type JobStatusDocument = JobStatusType;
3359
+ type JobStatusDocument = JobStatusType;
3352
3360
 
3353
- declare type JobStatusListType = {
3361
+ type JobStatusListType = {
3354
3362
  hits?: number;
3355
3363
  job?: Array<JobStatusType>;
3356
3364
  };
3357
3365
 
3358
- declare type JobStatusListDocument = JobStatusListType;
3366
+ type JobStatusListDocument = JobStatusListType;
3359
3367
 
3360
- declare type LDAPImportType = {
3368
+ type LDAPImportType = {
3361
3369
  interval?: number;
3362
3370
  importOrganizationalUnits?: boolean;
3363
3371
  };
3364
3372
 
3365
- declare type LDAPSyncType = LDAPImportType & {
3373
+ type LDAPSyncType = LDAPImportType & {
3366
3374
  createUsers?: boolean;
3367
3375
  createGroups?: boolean;
3368
3376
  };
3369
3377
 
3370
- declare type LDAPResourceType = {
3378
+ type LDAPResourceType = {
3371
3379
  url: Array<string>;
3372
3380
  useStartTLS: boolean;
3373
3381
  userDN: string;
@@ -3387,7 +3395,7 @@ declare type LDAPResourceType = {
3387
3395
  import?: LDAPImportType;
3388
3396
  };
3389
3397
 
3390
- declare type LibrarySettingsType = {
3398
+ type LibrarySettingsType = {
3391
3399
  id?: SiteIdType;
3392
3400
  username?: string;
3393
3401
  updateMode?: string;
@@ -3397,23 +3405,23 @@ declare type LibrarySettingsType = {
3397
3405
  query?: ItemSearchType;
3398
3406
  };
3399
3407
 
3400
- declare type LibrarySettingsDocument = LibrarySettingsType;
3408
+ type LibrarySettingsDocument = LibrarySettingsType;
3401
3409
 
3402
- declare type LicenseErrorType = {
3410
+ type LicenseErrorType = {
3403
3411
  licenseError?: string;
3404
3412
  };
3405
3413
 
3406
- declare type LicenseNumberType = {
3414
+ type LicenseNumberType = {
3407
3415
  allowed?: string;
3408
3416
  current?: string;
3409
3417
  };
3410
3418
 
3411
- declare type SystemInfoType = {
3419
+ type SystemInfoType = {
3412
3420
  macaddress?: Array<string>;
3413
3421
  databaseSize?: number;
3414
3422
  };
3415
3423
 
3416
- declare type LicenseType = {
3424
+ type LicenseType = {
3417
3425
  expiryDate?: string;
3418
3426
  macaddresses?: SystemInfoType;
3419
3427
  fileStatus?: string;
@@ -3432,15 +3440,15 @@ declare type LicenseType = {
3432
3440
  licenseType?: string;
3433
3441
  };
3434
3442
 
3435
- declare type LockType = {
3443
+ type LockType = {
3436
3444
  id: SiteIdType;
3437
3445
  user: string;
3438
3446
  expires: string;
3439
3447
  };
3440
3448
 
3441
- declare type LockDocument = LockType;
3449
+ type LockDocument = LockType;
3442
3450
 
3443
- declare type LogReportConfigurationType = {
3451
+ type LogReportConfigurationType = {
3444
3452
  path?: string;
3445
3453
  expiryTime?: number;
3446
3454
  uploadUri?: string;
@@ -3449,9 +3457,9 @@ declare type LogReportConfigurationType = {
3449
3457
  clientCertificate?: Array<string>;
3450
3458
  };
3451
3459
 
3452
- declare type LogReportConfigurationDocument = LogReportConfigurationType;
3460
+ type LogReportConfigurationDocument = LogReportConfigurationType;
3453
3461
 
3454
- declare type LoudnessMixType = {
3462
+ type LoudnessMixType = {
3455
3463
  name?: string;
3456
3464
  weightdB?: number;
3457
3465
  sourceItemTrack?: string;
@@ -3459,7 +3467,7 @@ declare type LoudnessMixType = {
3459
3467
  sourceChannel?: number;
3460
3468
  };
3461
3469
 
3462
- declare type LoudnessType = {
3470
+ type LoudnessType = {
3463
3471
  id?: SiteIdType;
3464
3472
  shape?: SiteIdType;
3465
3473
  shapeTag?: string;
@@ -3474,24 +3482,24 @@ declare type LoudnessType = {
3474
3482
  loudnessRangeLU?: number;
3475
3483
  };
3476
3484
 
3477
- declare type LoudnessDocument = LoudnessType;
3485
+ type LoudnessDocument = LoudnessType;
3478
3486
 
3479
- declare type MasterLicenseType = LicenseType & {
3487
+ type MasterLicenseType = LicenseType & {
3480
3488
  masterIdentifier: string;
3481
3489
  };
3482
3490
 
3483
- declare type MasterLicenseDocument = MasterLicenseType;
3491
+ type MasterLicenseDocument = MasterLicenseType;
3484
3492
 
3485
- declare type MetadataChangeSetType = {
3493
+ type MetadataChangeSetType = {
3486
3494
  changeSet?: Array<{
3487
3495
  id: SiteIdType;
3488
3496
  metadata: MetadataType;
3489
3497
  }>;
3490
3498
  };
3491
3499
 
3492
- declare type MetadataChangeSetDocument = MetadataChangeSetType;
3500
+ type MetadataChangeSetDocument = MetadataChangeSetType;
3493
3501
 
3494
- declare type MetadataDatasetListType = {
3502
+ type MetadataDatasetListType = {
3495
3503
  hits?: number;
3496
3504
  dataset?: Array<{
3497
3505
  name: string;
@@ -3499,11 +3507,11 @@ declare type MetadataDatasetListType = {
3499
3507
  }>;
3500
3508
  };
3501
3509
 
3502
- declare type MetadataDatasetListDocument = MetadataDatasetListType;
3510
+ type MetadataDatasetListDocument = MetadataDatasetListType;
3503
3511
 
3504
- declare type MetadataDocument = MetadataType;
3512
+ type MetadataDocument = MetadataType;
3505
3513
 
3506
- declare type MetadataEntryType = {
3514
+ type MetadataEntryType = {
3507
3515
  group?: MetadataGroupValueType;
3508
3516
  field?: MetadataFieldValueType;
3509
3517
  value?: MetadataValueType;
@@ -3514,44 +3522,44 @@ declare type MetadataEntryType = {
3514
3522
  };
3515
3523
  };
3516
3524
 
3517
- declare type MetadataEntryDocument = MetadataEntryType;
3525
+ type MetadataEntryDocument = MetadataEntryType;
3518
3526
 
3519
- declare type MetadataEntryListType2 = {
3527
+ type MetadataEntryListType2 = {
3520
3528
  entry?: Array<MetadataEntryType & {
3521
3529
  uuid?: string;
3522
3530
  }>;
3523
3531
  };
3524
3532
 
3525
- declare type MetadataEntryListDocument = MetadataEntryListType2;
3533
+ type MetadataEntryListDocument = MetadataEntryListType2;
3526
3534
 
3527
- declare type MetadataFieldAccessControlDocument = MetadataFieldAccessControlType;
3535
+ type MetadataFieldAccessControlDocument = MetadataFieldAccessControlType;
3528
3536
 
3529
- declare type MetadataFieldAccessControlListType = {
3537
+ type MetadataFieldAccessControlListType = {
3530
3538
  access?: Array<MetadataFieldAccessControlType>;
3531
3539
  };
3532
3540
 
3533
- declare type MetadataFieldAccessControlListDocument = MetadataFieldAccessControlListType;
3541
+ type MetadataFieldAccessControlListDocument = MetadataFieldAccessControlListType;
3534
3542
 
3535
- declare type MetadataFieldDocument = MetadataFieldType;
3543
+ type MetadataFieldDocument = MetadataFieldType;
3536
3544
 
3537
- declare type MetadataFieldGroupDocument = MetadataFieldGroupType;
3545
+ type MetadataFieldGroupDocument = MetadataFieldGroupType;
3538
3546
 
3539
- declare type MetadataFieldGroupListType = {
3547
+ type MetadataFieldGroupListType = {
3540
3548
  group?: Array<MetadataFieldGroupType>;
3541
3549
  };
3542
3550
 
3543
- declare type MetadataFieldGroupListDocument = MetadataFieldGroupListType;
3551
+ type MetadataFieldGroupListDocument = MetadataFieldGroupListType;
3544
3552
 
3545
- declare type MetadataFieldGroupSearchDocument = ItemSearchType;
3553
+ type MetadataFieldGroupSearchDocument = ItemSearchType;
3546
3554
 
3547
- declare type MetadataFieldListType = {
3555
+ type MetadataFieldListType = {
3548
3556
  access?: Array<MetadataFieldAccessControlType>;
3549
3557
  field?: Array<MetadataFieldType>;
3550
3558
  };
3551
3559
 
3552
- declare type MetadataFieldListDocument = MetadataFieldListType;
3560
+ type MetadataFieldListDocument = MetadataFieldListType;
3553
3561
 
3554
- declare type MetadataFieldResultType = {
3562
+ type MetadataFieldResultType = {
3555
3563
  hits: number;
3556
3564
  group?: Array<{
3557
3565
  value?: MetadataGroupValueType;
@@ -3568,81 +3576,104 @@ declare type MetadataFieldResultType = {
3568
3576
  }>;
3569
3577
  };
3570
3578
 
3571
- declare type MetadataFieldResultDocument = MetadataFieldResultType;
3579
+ type MetadataFieldResultDocument = MetadataFieldResultType;
3572
3580
 
3573
- declare type MetadataFieldValidationType = {
3581
+ type MetadataFieldValidationType = {
3574
3582
  field?: MetadataFieldValueType;
3575
3583
  constraint?: {
3576
3584
  field?: Array<MetadataFieldValueType>;
3577
3585
  };
3578
3586
  };
3579
3587
 
3580
- declare type MetadataFieldValidationDocument = MetadataFieldValidationType;
3588
+ type MetadataFieldValidationDocument = MetadataFieldValidationType;
3581
3589
 
3582
- declare type MetadataFieldValueConstraintType = {
3590
+ type MetadataFieldValueConstraintType = {
3583
3591
  field?: string;
3584
3592
  value?: string;
3585
3593
  id?: string;
3586
3594
  };
3587
3595
 
3588
- declare type MetadataFieldValueConstraintListType = {
3596
+ type MetadataFieldValueConstraintListType = {
3589
3597
  constraint?: Array<MetadataFieldValueConstraintType>;
3590
3598
  };
3591
3599
 
3592
- declare type MetadataFieldValueConstraintListDocument = MetadataFieldValueConstraintListType;
3600
+ type MetadataFieldValueConstraintListDocument = MetadataFieldValueConstraintListType;
3593
3601
 
3594
- declare type MetadataListDocument = MetadataListType;
3602
+ type MetadataGroupSearchOperatorType = {
3603
+ text?: Array<ItemSearchTextValueType>;
3604
+ operator?: Array<MetadataGroupSearchOperatorType>;
3605
+ field?: Array<SearchFieldType>;
3606
+ operation: SearchOperationType;
3607
+ };
3595
3608
 
3596
- declare type MetadataLockType = {
3609
+ type MetadataGroupSearchType = {
3610
+ text?: Array<ItemSearchTextValueType>;
3611
+ field?: Array<SearchFieldType>;
3612
+ operator?: MetadataGroupSearchOperatorType;
3613
+ filter?: Array<SearchFilterType>;
3614
+ facetFilter?: Array<FacetFilterType>;
3615
+ facet?: Array<SearchFacetType>;
3616
+ highlight?: SearchHighlightType;
3617
+ sort?: Array<{
3618
+ field: string;
3619
+ order: SortingOrderType;
3620
+ }>;
3621
+ };
3622
+
3623
+ type MetadataGroupSearchDocument = MetadataGroupSearchType;
3624
+
3625
+ type MetadataListDocument = MetadataListType;
3626
+
3627
+ type MetadataLockType = {
3597
3628
  id: string;
3598
3629
  user: string;
3599
3630
  expires: string;
3600
3631
  field?: Array<string>;
3601
3632
  };
3602
3633
 
3603
- declare type MetadataLockDocument = MetadataLockType;
3634
+ type MetadataLockDocument = MetadataLockType;
3604
3635
 
3605
- declare type MetadataLockListType = {
3636
+ type MetadataLockListType = {
3606
3637
  lock?: Array<MetadataLockType>;
3607
3638
  };
3608
3639
 
3609
- declare type MetadataLockListDocument = MetadataLockListType;
3640
+ type MetadataLockListDocument = MetadataLockListType;
3610
3641
 
3611
- declare type MetadataSchemaHierarchyType = {
3642
+ type MetadataSchemaHierarchyType = {
3612
3643
  group?: MetadataFieldGroupType;
3613
3644
  field?: MetadataFieldType;
3614
3645
  };
3615
3646
 
3616
- declare type MetadataSchemaDeleteOperationType = {
3647
+ type MetadataSchemaDeleteOperationType = {
3617
3648
  target: MetadataSchemaHierarchyType;
3618
3649
  type?: string;
3619
3650
  };
3620
3651
 
3621
- declare type MetadataSchemaGroupType = MetadataSchemaAttributes & {
3652
+ type MetadataSchemaGroupType = MetadataSchemaAttributes & {
3622
3653
  group?: Array<MetadataSchemaElementType>;
3623
3654
  field?: Array<MetadataSchemaElementType>;
3624
3655
  };
3625
3656
 
3626
- declare type MetadataSchemaType = {
3657
+ type MetadataSchemaType = {
3627
3658
  group?: Array<MetadataSchemaGroupType>;
3628
3659
  };
3629
3660
 
3630
- declare type MetadataSchemaDocument = MetadataSchemaType;
3661
+ type MetadataSchemaDocument = MetadataSchemaType;
3631
3662
 
3632
- declare type MetadataSchemaGroupDocument = MetadataSchemaGroupType;
3663
+ type MetadataSchemaGroupDocument = MetadataSchemaGroupType;
3633
3664
 
3634
- declare type MetadataSchemaMoveOperationType = {
3665
+ type MetadataSchemaMoveOperationType = {
3635
3666
  from: MetadataSchemaHierarchyType;
3636
3667
  to: MetadataSchemaHierarchyType;
3637
3668
  type?: string;
3638
3669
  };
3639
3670
 
3640
- declare type MetadataSchemaRenameOperationType = {
3671
+ type MetadataSchemaRenameOperationType = {
3641
3672
  from: MetadataSchemaHierarchyType;
3642
3673
  to: string;
3643
3674
  };
3644
3675
 
3645
- declare type MetadataSchemaMigrationType = {
3676
+ type MetadataSchemaMigrationType = {
3646
3677
  done?: boolean;
3647
3678
  migrationsLeft?: number;
3648
3679
  move?: Array<MetadataSchemaMoveOperationType>;
@@ -3651,15 +3682,15 @@ declare type MetadataSchemaMigrationType = {
3651
3682
  id?: number;
3652
3683
  };
3653
3684
 
3654
- declare type MetadataSchemaMigrationDocument = MetadataSchemaMigrationType;
3685
+ type MetadataSchemaMigrationDocument = MetadataSchemaMigrationType;
3655
3686
 
3656
- declare type MetadataSchemaMigrationListType = {
3687
+ type MetadataSchemaMigrationListType = {
3657
3688
  migration?: Array<MetadataSchemaMigrationType>;
3658
3689
  };
3659
3690
 
3660
- declare type MetadataSchemaMigrationListDocument = MetadataSchemaMigrationListType;
3691
+ type MetadataSchemaMigrationListDocument = MetadataSchemaMigrationListType;
3661
3692
 
3662
- declare type MetadataWrapperType = {
3693
+ type MetadataWrapperType = {
3663
3694
  metadata: MetadataType;
3664
3695
  oldMetadata?: MetadataListType;
3665
3696
  shape?: Array<ShapeType>;
@@ -3669,31 +3700,31 @@ declare type MetadataWrapperType = {
3669
3700
  targetId?: string;
3670
3701
  };
3671
3702
 
3672
- declare type MetadataWrapperDocument = MetadataWrapperType;
3703
+ type MetadataWrapperDocument = MetadataWrapperType;
3673
3704
 
3674
- declare type MetricsReporterType = {
3705
+ type MetricsReporterType = {
3675
3706
  exclude?: Array<string>;
3676
3707
  include?: Array<string>;
3677
3708
  };
3678
3709
 
3679
- declare type StatsdReporterType = MetricsReporterType & {
3710
+ type StatsdReporterType = MetricsReporterType & {
3680
3711
  host?: string;
3681
3712
  port?: number;
3682
3713
  prefix?: string;
3683
3714
  tags?: boolean;
3684
3715
  };
3685
3716
 
3686
- declare type MetricsConfigurationType = {
3717
+ type MetricsConfigurationType = {
3687
3718
  statsd?: StatsdReporterType;
3688
3719
  };
3689
3720
 
3690
- declare type MetricsConfigurationDocument = MetricsConfigurationType;
3721
+ type MetricsConfigurationDocument = MetricsConfigurationType;
3691
3722
 
3692
- declare type MOVIndexJobDocument = MOVIndexJobType;
3723
+ type MOVIndexJobDocument = MOVIndexJobType;
3693
3724
 
3694
- declare type MXFOp1bJobDocument = MXFOp1bJobType;
3725
+ type MXFOp1bJobDocument = MXFOp1bJobType;
3695
3726
 
3696
- declare type MXFServerResourceType = {
3727
+ type MXFServerResourceType = {
3697
3728
  url: string;
3698
3729
  workspaceUrl: string;
3699
3730
  userWorkspaceUrl: string;
@@ -3711,43 +3742,43 @@ declare type MXFServerResourceType = {
3711
3742
  fileImportPattern?: string;
3712
3743
  };
3713
3744
 
3714
- declare type MXFTimecodeExtractionJobDocument = MXFTimecodeExtractionJobType;
3745
+ type MXFTimecodeExtractionJobDocument = MXFTimecodeExtractionJobType;
3715
3746
 
3716
- declare type NetworkType = {
3747
+ type NetworkType = {
3717
3748
  netmask: string;
3718
3749
  bandwidth?: number;
3719
3750
  };
3720
3751
 
3721
- declare type NLEJobDocument = NLEJobType;
3752
+ type NLEJobDocument = NLEJobType;
3722
3753
 
3723
- declare type NotificationTriggerType = {
3754
+ type NotificationTriggerType = {
3724
3755
  type?: string;
3725
3756
  };
3726
3757
 
3727
- declare type NotificationAccessTriggerType = NotificationTriggerType;
3758
+ type NotificationAccessTriggerType = NotificationTriggerType;
3728
3759
 
3729
- declare type NotificationActionType = {
3760
+ type NotificationActionType = {
3730
3761
  extradata?: string;
3731
3762
  retry?: number;
3732
3763
  synchronous: boolean;
3733
3764
  group?: string;
3734
3765
  };
3735
3766
 
3736
- declare type NotificationCollectionTriggerType = NotificationTriggerType;
3767
+ type NotificationCollectionTriggerType = NotificationTriggerType;
3737
3768
 
3738
- declare type NotificationDeletionLockTriggerType = NotificationTriggerType;
3769
+ type NotificationDeletionLockTriggerType = NotificationTriggerType;
3739
3770
 
3740
- declare type NotificationMetadataTriggerType = NotificationTriggerType;
3771
+ type NotificationMetadataTriggerType = NotificationTriggerType;
3741
3772
 
3742
- declare type NotificationDocumentTriggerType = NotificationMetadataTriggerType;
3773
+ type NotificationDocumentTriggerType = NotificationMetadataTriggerType;
3743
3774
 
3744
- declare type NotificationEjbActionType = NotificationActionType & {
3775
+ type NotificationEjbActionType = NotificationActionType & {
3745
3776
  bean: string;
3746
3777
  method: string;
3747
3778
  data?: Array<KeyValuePairType>;
3748
3779
  };
3749
3780
 
3750
- declare type NotificationFileTriggerType = NotificationTriggerType & {
3781
+ type NotificationFileTriggerType = NotificationTriggerType & {
3751
3782
  storage?: SiteIdType;
3752
3783
  new?: string;
3753
3784
  delete?: string;
@@ -3757,22 +3788,22 @@ declare type NotificationFileTriggerType = NotificationTriggerType & {
3757
3788
  lost?: string;
3758
3789
  };
3759
3790
 
3760
- declare type NotificationGroupTriggerType = NotificationTriggerType;
3791
+ type NotificationGroupTriggerType = NotificationTriggerType;
3761
3792
 
3762
- declare type NotificationHttpActionType = NotificationActionType & {
3793
+ type NotificationHttpActionType = NotificationActionType & {
3763
3794
  contentType?: string;
3764
3795
  url: string;
3765
3796
  method?: string;
3766
3797
  timeout: string;
3767
3798
  };
3768
3799
 
3769
- declare type NotificationItemTriggerType = NotificationTriggerType;
3800
+ type NotificationItemTriggerType = NotificationTriggerType;
3770
3801
 
3771
- declare type NotificationJavaScriptActionType = NotificationActionType & {
3802
+ type NotificationJavaScriptActionType = NotificationActionType & {
3772
3803
  script: string;
3773
3804
  };
3774
3805
 
3775
- declare type NotificationJmsActionType = NotificationActionType & {
3806
+ type NotificationJmsActionType = NotificationActionType & {
3776
3807
  contentType?: string;
3777
3808
  queueFactory: string;
3778
3809
  queue: string;
@@ -3780,7 +3811,7 @@ declare type NotificationJmsActionType = NotificationActionType & {
3780
3811
  password?: string;
3781
3812
  };
3782
3813
 
3783
- declare type NotificationJobTriggerType = NotificationTriggerType & {
3814
+ type NotificationJobTriggerType = NotificationTriggerType & {
3784
3815
  placeholder?: boolean;
3785
3816
  contentFilters?: {
3786
3817
  contentFilter?: Array<jobNotificationContentFilter>;
@@ -3800,11 +3831,11 @@ declare type NotificationJobTriggerType = NotificationTriggerType & {
3800
3831
  create?: string;
3801
3832
  };
3802
3833
 
3803
- declare type NotificationQuotaTriggerType = NotificationTriggerType;
3834
+ type NotificationQuotaTriggerType = NotificationTriggerType;
3804
3835
 
3805
- declare type NotificationShapeTriggerType = NotificationTriggerType;
3836
+ type NotificationShapeTriggerType = NotificationTriggerType;
3806
3837
 
3807
- declare type NotificationSNSActionType = NotificationActionType & {
3838
+ type NotificationSNSActionType = NotificationActionType & {
3808
3839
  contentType?: string;
3809
3840
  endpoint: string;
3810
3841
  topic: string;
@@ -3815,7 +3846,7 @@ declare type NotificationSNSActionType = NotificationActionType & {
3815
3846
  roleSessionName?: string;
3816
3847
  };
3817
3848
 
3818
- declare type NotificationSQSActionType = NotificationActionType & {
3849
+ type NotificationSQSActionType = NotificationActionType & {
3819
3850
  contentType?: string;
3820
3851
  endpoint: string;
3821
3852
  queue: string;
@@ -3827,9 +3858,9 @@ declare type NotificationSQSActionType = NotificationActionType & {
3827
3858
  messageGroupId?: string;
3828
3859
  };
3829
3860
 
3830
- declare type NotificationStorageTriggerType = NotificationTriggerType;
3861
+ type NotificationStorageTriggerType = NotificationTriggerType;
3831
3862
 
3832
- declare type NotificationType = {
3863
+ type NotificationType = {
3833
3864
  action: {
3834
3865
  http?: NotificationHttpActionType;
3835
3866
  ejb?: NotificationEjbActionType;
@@ -3854,11 +3885,11 @@ declare type NotificationType = {
3854
3885
  };
3855
3886
  };
3856
3887
 
3857
- declare type NotificationDocument = NotificationType;
3888
+ type NotificationDocument = NotificationType;
3858
3889
 
3859
- declare type NotificationTriggerDocument = NotificationTriggerType;
3890
+ type NotificationTriggerDocument = NotificationTriggerType;
3860
3891
 
3861
- declare type OAuth2ConfigurationType = {
3892
+ type OAuth2ConfigurationType = {
3862
3893
  federationMetadataURI?: string;
3863
3894
  federationMetadataInterval?: number;
3864
3895
  expectedAudience?: string;
@@ -3868,11 +3899,11 @@ declare type OAuth2ConfigurationType = {
3868
3899
  publicKey?: Array<string>;
3869
3900
  };
3870
3901
 
3871
- declare type OAuth2ConfigurationDocument = OAuth2ConfigurationType;
3902
+ type OAuth2ConfigurationDocument = OAuth2ConfigurationType;
3872
3903
 
3873
- declare type OSName = 'DEBIAN32' | 'DEBIAN64' | 'REDHAT32' | 'REDHAT64' | 'WINDOWS32' | 'WINDOWS64' | 'MACOSX32' | 'MACOSX64';
3904
+ type OSName = 'DEBIAN32' | 'DEBIAN64' | 'REDHAT32' | 'REDHAT64' | 'WINDOWS32' | 'WINDOWS64' | 'MACOSX32' | 'MACOSX64';
3874
3905
 
3875
- declare type OtifConfigurationType = {
3906
+ type OtifConfigurationType = {
3876
3907
  id?: SiteIdType;
3877
3908
  title?: string;
3878
3909
  description?: string;
@@ -3880,33 +3911,33 @@ declare type OtifConfigurationType = {
3880
3911
  instance?: string;
3881
3912
  };
3882
3913
 
3883
- declare type OtifConfigurationDocument = OtifConfigurationType;
3914
+ type OtifConfigurationDocument = OtifConfigurationType;
3884
3915
 
3885
- declare type OtifConfigurationListType = {
3916
+ type OtifConfigurationListType = {
3886
3917
  hits?: number;
3887
3918
  configuration?: Array<OtifConfigurationType>;
3888
3919
  };
3889
3920
 
3890
- declare type OtifConfigurationListDocument = OtifConfigurationListType;
3921
+ type OtifConfigurationListDocument = OtifConfigurationListType;
3891
3922
 
3892
- declare type OtifOSType = {
3923
+ type OtifOSType = {
3893
3924
  name: OSName;
3894
3925
  file: Array<string>;
3895
3926
  };
3896
3927
 
3897
- declare type OtifPluginType = 'audio' | 'video';
3928
+ type OtifPluginType = 'audio' | 'video';
3898
3929
 
3899
- declare type OtifTranscoderPluginType = {
3930
+ type OtifTranscoderPluginType = {
3900
3931
  pluginType: OtifPluginType;
3901
3932
  os?: Array<OtifOSType>;
3902
3933
  file?: Array<string>;
3903
3934
  };
3904
3935
 
3905
- declare type OtifVxaPluginType = {
3936
+ type OtifVxaPluginType = {
3906
3937
  file: string;
3907
3938
  };
3908
3939
 
3909
- declare type OtifType = {
3940
+ type OtifType = {
3910
3941
  uuid: string;
3911
3942
  pluginName: string;
3912
3943
  vendorName: string;
@@ -3917,23 +3948,23 @@ declare type OtifType = {
3917
3948
  vxaPlugin?: OtifVxaPluginType;
3918
3949
  };
3919
3950
 
3920
- declare type OtifDocument = OtifType;
3951
+ type OtifDocument = OtifType;
3921
3952
 
3922
- declare type S3CredentialType = 'none' | 'temporary' | 'secretkey';
3953
+ type S3CredentialType = 'none' | 'temporary' | 'secretkey';
3923
3954
 
3924
- declare type PluginType = {
3955
+ type PluginType = {
3925
3956
  alias: string;
3926
3957
  fileName: string;
3927
3958
  };
3928
3959
 
3929
- declare type REDDecoderType = 'CPU' | 'CUDA' | 'OPENCL';
3960
+ type REDDecoderType = 'CPU' | 'CUDA' | 'OPENCL';
3930
3961
 
3931
- declare type StatsDRecieverType = {
3962
+ type StatsDRecieverType = {
3932
3963
  destination: AddressPortType;
3933
3964
  prefix?: string;
3934
3965
  };
3935
3966
 
3936
- declare type TranscoderConfigurationType = {
3967
+ type TranscoderConfigurationType = {
3937
3968
  address: string;
3938
3969
  port: number;
3939
3970
  encoderThreads?: number;
@@ -3967,7 +3998,7 @@ declare type TranscoderConfigurationType = {
3967
3998
  logJsonFormat?: boolean;
3968
3999
  };
3969
4000
 
3970
- declare type TranscoderDirectAccess = {
4001
+ type TranscoderDirectAccess = {
3971
4002
  filter: string;
3972
4003
  rewrite?: Array<{
3973
4004
  pattern: string;
@@ -3975,7 +4006,7 @@ declare type TranscoderDirectAccess = {
3975
4006
  }>;
3976
4007
  };
3977
4008
 
3978
- declare type TranscoderType = {
4009
+ type TranscoderType = {
3979
4010
  type?: 'TRANSCODER' | 'DIRECTORY';
3980
4011
  url: string;
3981
4012
  version?: string;
@@ -3988,11 +4019,12 @@ declare type TranscoderType = {
3988
4019
  transcoder?: Array<TranscoderType>;
3989
4020
  weight?: number;
3990
4021
  maxJob?: number;
4022
+ resourceTag?: Array<KeyValuePairType>;
3991
4023
  };
3992
4024
 
3993
- declare type VXAStatus = 'OFFLINE' | 'ONLINE';
4025
+ type VXAStatus = 'OFFLINE' | 'ONLINE';
3994
4026
 
3995
- declare type VXAStorageType = {
4027
+ type VXAStorageType = {
3996
4028
  name: string;
3997
4029
  id: string;
3998
4030
  path: string;
@@ -4000,14 +4032,14 @@ declare type VXAStorageType = {
4000
4032
  createProxiesStorage?: string;
4001
4033
  };
4002
4034
 
4003
- declare type VXAVSInstanceType = {
4035
+ type VXAVSInstanceType = {
4004
4036
  vsClusterAddress?: string;
4005
4037
  uri?: string;
4006
4038
  status?: VXAStatus;
4007
4039
  lastSeen?: string;
4008
4040
  };
4009
4041
 
4010
- declare type VXAType = {
4042
+ type VXAType = {
4011
4043
  uuid: string;
4012
4044
  user?: string;
4013
4045
  allStorages?: boolean;
@@ -4034,71 +4066,71 @@ declare type VXAType = {
4034
4066
  resourceTag?: Array<KeyValuePairType>;
4035
4067
  };
4036
4068
 
4037
- declare type OtifJobConfigurationType = {
4069
+ type OtifJobConfigurationType = {
4038
4070
  id?: SiteIdType;
4039
4071
  title: string;
4040
4072
  configurations: OtifConfigurationListType;
4041
4073
  vxa: Array<VXAType>;
4042
4074
  };
4043
4075
 
4044
- declare type OtifJobConfigurationDocument = OtifJobConfigurationType;
4076
+ type OtifJobConfigurationDocument = OtifJobConfigurationType;
4045
4077
 
4046
- declare type OtifJobConfigurationListType = {
4078
+ type OtifJobConfigurationListType = {
4047
4079
  hits?: number;
4048
4080
  configuration?: Array<OtifJobConfigurationType>;
4049
4081
  };
4050
4082
 
4051
- declare type OtifJobConfigurationListDocument = OtifJobConfigurationListType;
4083
+ type OtifJobConfigurationListDocument = OtifJobConfigurationListType;
4052
4084
 
4053
- declare type OtifListType = {
4085
+ type OtifListType = {
4054
4086
  hits?: number;
4055
4087
  otif?: Array<OtifType>;
4056
4088
  };
4057
4089
 
4058
- declare type OtifListDocument = OtifListType;
4090
+ type OtifListDocument = OtifListType;
4059
4091
 
4060
- declare type OtifOSDocment = OtifOSType;
4092
+ type OtifOSDocment = OtifOSType;
4061
4093
 
4062
- declare type OtifPresetDocument = OtifPresetType;
4094
+ type OtifPresetDocument = OtifPresetType;
4063
4095
 
4064
- declare type OtifResourceType = {
4096
+ type OtifResourceType = {
4065
4097
  name: string;
4066
4098
  size: number;
4067
4099
  };
4068
4100
 
4069
- declare type OtifResourceDocument = OtifResourceType;
4101
+ type OtifResourceDocument = OtifResourceType;
4070
4102
 
4071
- declare type OtifResourceListType = {
4103
+ type OtifResourceListType = {
4072
4104
  hits?: number;
4073
4105
  resource?: Array<OtifResourceType>;
4074
4106
  };
4075
4107
 
4076
- declare type OtifResourceListDocument = OtifResourceListType;
4108
+ type OtifResourceListDocument = OtifResourceListType;
4077
4109
 
4078
- declare type OtifTranscoderPluginDocment = OtifTranscoderPluginType;
4110
+ type OtifTranscoderPluginDocment = OtifTranscoderPluginType;
4079
4111
 
4080
- declare type OtifVxaPluginDocment = OtifVxaPluginType;
4112
+ type OtifVxaPluginDocment = OtifVxaPluginType;
4081
4113
 
4082
- declare type PartialFileDescriptorDocument = PartialFileDescriptorType;
4114
+ type PartialFileDescriptorDocument = PartialFileDescriptorType;
4083
4115
 
4084
- declare type PathAliasConfigurationType = {
4116
+ type PathAliasConfigurationType = {
4085
4117
  alias?: Array<string>;
4086
4118
  };
4087
4119
 
4088
- declare type PathAliasConfigurationDocument = PathAliasConfigurationType;
4120
+ type PathAliasConfigurationDocument = PathAliasConfigurationType;
4089
4121
 
4090
- declare type PlaceholderImportRequestType = {
4122
+ type PlaceholderImportRequestType = {
4091
4123
  container?: string;
4092
4124
  video?: Array<string>;
4093
4125
  audio?: Array<string>;
4094
4126
  binary?: Array<string>;
4095
4127
  };
4096
4128
 
4097
- declare type PlaceholderImportRequestDocument = PlaceholderImportRequestType;
4129
+ type PlaceholderImportRequestDocument = PlaceholderImportRequestType;
4098
4130
 
4099
- declare type ProjectDocument = ProjectType;
4131
+ type ProjectDocument = ProjectType;
4100
4132
 
4101
- declare type ProjectFileType = {
4133
+ type ProjectFileType = {
4102
4134
  location: string;
4103
4135
  type?: string;
4104
4136
  asset?: Array<{
@@ -4116,9 +4148,9 @@ declare type ProjectFileType = {
4116
4148
  }>;
4117
4149
  };
4118
4150
 
4119
- declare type ProjectFileDocument = ProjectFileType;
4151
+ type ProjectFileDocument = ProjectFileType;
4120
4152
 
4121
- declare type ProjectVersionType = {
4153
+ type ProjectVersionType = {
4122
4154
  id?: SiteIdType;
4123
4155
  item?: Array<{
4124
4156
  id?: SiteIdType;
@@ -4129,19 +4161,19 @@ declare type ProjectVersionType = {
4129
4161
  metadata?: MetadataType;
4130
4162
  };
4131
4163
 
4132
- declare type ProjectVersionDocument = ProjectVersionType;
4164
+ type ProjectVersionDocument = ProjectVersionType;
4133
4165
 
4134
- declare type QueueJobDocument = QueueJobType;
4166
+ type QueueJobDocument = QueueJobType;
4135
4167
 
4136
- declare type QuotaFilterType = {
4168
+ type QuotaFilterType = {
4137
4169
  username?: Array<string>;
4138
4170
  groupname?: Array<string>;
4139
4171
  exceeded?: boolean;
4140
4172
  };
4141
4173
 
4142
- declare type QuotaResourceType = 'item' | 'storage';
4174
+ type QuotaResourceType = 'item' | 'storage';
4143
4175
 
4144
- declare type QuotaRuleType = {
4176
+ type QuotaRuleType = {
4145
4177
  id?: SiteIdType;
4146
4178
  description?: string;
4147
4179
  tag?: string;
@@ -4157,15 +4189,15 @@ declare type QuotaRuleType = {
4157
4189
  group?: string;
4158
4190
  };
4159
4191
 
4160
- declare type QuotaRuleDocument = QuotaRuleType;
4192
+ type QuotaRuleDocument = QuotaRuleType;
4161
4193
 
4162
- declare type QuotaRuleListType = {
4194
+ type QuotaRuleListType = {
4163
4195
  rule?: Array<QuotaRuleType>;
4164
4196
  };
4165
4197
 
4166
- declare type QuotaRuleListDocument = QuotaRuleListType;
4198
+ type QuotaRuleListDocument = QuotaRuleListType;
4167
4199
 
4168
- declare type ReindexRequestType = {
4200
+ type ReindexRequestType = {
4169
4201
  index: string;
4170
4202
  priority: number;
4171
4203
  status: string;
@@ -4175,11 +4207,11 @@ declare type ReindexRequestType = {
4175
4207
  indexesTotal?: number;
4176
4208
  };
4177
4209
 
4178
- declare type ReindexRequestDocument = ReindexRequestType;
4210
+ type ReindexRequestDocument = ReindexRequestType;
4179
4211
 
4180
- declare type Reply = {};
4212
+ type Reply = {};
4181
4213
 
4182
- declare type SigniantType = {
4214
+ type SigniantType = {
4183
4215
  tag: string;
4184
4216
  url: string;
4185
4217
  username: string;
@@ -4187,7 +4219,7 @@ declare type SigniantType = {
4187
4219
  description?: string;
4188
4220
  };
4189
4221
 
4190
- declare type ThumbnailServiceType = {
4222
+ type ThumbnailServiceType = {
4191
4223
  path: string;
4192
4224
  state: string;
4193
4225
  lastSuccess?: string;
@@ -4196,7 +4228,7 @@ declare type ThumbnailServiceType = {
4196
4228
  mode?: string;
4197
4229
  };
4198
4230
 
4199
- declare type VidinetServiceType = {
4231
+ type VidinetServiceType = {
4200
4232
  url: string;
4201
4233
  name?: string;
4202
4234
  endpoint?: string;
@@ -4205,7 +4237,7 @@ declare type VidinetServiceType = {
4205
4237
  scheme?: Array<string>;
4206
4238
  };
4207
4239
 
4208
- declare type ResourceType = {
4240
+ type ResourceType = {
4209
4241
  id?: SiteIdType;
4210
4242
  state?: string;
4211
4243
  network?: NetworkType;
@@ -4224,24 +4256,24 @@ declare type ResourceType = {
4224
4256
  callback?: CallbackLocationResourceType;
4225
4257
  };
4226
4258
 
4227
- declare type ResourceDocument = ResourceType;
4259
+ type ResourceDocument = ResourceType;
4228
4260
 
4229
- declare type ResourceListType = {
4261
+ type ResourceListType = {
4230
4262
  resource?: Array<ResourceType>;
4231
4263
  };
4232
4264
 
4233
- declare type ResourceListDocument = ResourceListType;
4265
+ type ResourceListDocument = ResourceListType;
4234
4266
 
4235
- declare type ResourceTypeListType = {
4267
+ type ResourceTypeListType = {
4236
4268
  resourcetype?: Array<{
4237
4269
  type: string;
4238
4270
  url?: string;
4239
4271
  }>;
4240
4272
  };
4241
4273
 
4242
- declare type ResourceTypeListDocument = ResourceTypeListType;
4274
+ type ResourceTypeListDocument = ResourceTypeListType;
4243
4275
 
4244
- declare type ScheduledRequestType = {
4276
+ type ScheduledRequestType = {
4245
4277
  id: number;
4246
4278
  user: string;
4247
4279
  state: string;
@@ -4260,36 +4292,40 @@ declare type ScheduledRequestType = {
4260
4292
  };
4261
4293
  };
4262
4294
 
4263
- declare type ScheduledRequestDocument = ScheduledRequestType;
4295
+ type ScheduledRequestDocument = ScheduledRequestType;
4264
4296
 
4265
- declare type ScheduledRequestListType = {
4297
+ type ScheduledRequestListType = {
4266
4298
  scheduledRequest?: Array<ScheduledRequestType>;
4267
4299
  };
4268
4300
 
4269
- declare type ScheduledRequestListDocument = ScheduledRequestListType;
4301
+ type ScheduledRequestListDocument = ScheduledRequestListType;
4270
4302
 
4271
- declare type SearchHistoryType = {
4303
+ type SearchHistoryType = {
4272
4304
  timestamp: string;
4273
4305
  user: string;
4274
4306
  query: ItemSearchType;
4275
4307
  };
4276
4308
 
4277
- declare type SearchHistoryListType = {
4309
+ type SearchHistoryListType = {
4278
4310
  search?: Array<SearchHistoryType>;
4279
4311
  };
4280
4312
 
4281
- declare type SearchHistoryDocument = SearchHistoryListType;
4313
+ type SearchHistoryDocument = SearchHistoryListType;
4282
4314
 
4283
- declare type SearchResultEntryTimespanType = {
4315
+ type SearchResultEntryTimespanType = {
4284
4316
  field?: Array<{
4285
4317
  name: string;
4286
4318
  value?: Array<string>;
4287
4319
  }>;
4320
+ group?: Array<{
4321
+ name: string;
4322
+ id?: string;
4323
+ }>;
4288
4324
  start: string;
4289
4325
  end: string;
4290
4326
  };
4291
4327
 
4292
- declare type SearchResultEntryType = {
4328
+ type SearchResultEntryType = {
4293
4329
  timespan?: Array<SearchResultEntryTimespanType>;
4294
4330
  item?: ItemType;
4295
4331
  collection?: CollectionType;
@@ -4304,7 +4340,7 @@ declare type SearchResultEntryType = {
4304
4340
  base?: string;
4305
4341
  };
4306
4342
 
4307
- declare type SearchResultType = {
4343
+ type SearchResultType = {
4308
4344
  hits?: number;
4309
4345
  suggestion?: Array<SuggestionResultType>;
4310
4346
  autocomplete?: Array<AutocompleteResponseType>;
@@ -4313,11 +4349,11 @@ declare type SearchResultType = {
4313
4349
  nextCursor?: string;
4314
4350
  };
4315
4351
 
4316
- declare type SearchResultDocument = SearchResultType;
4352
+ type SearchResultDocument = SearchResultType;
4317
4353
 
4318
- declare type SegmentationJobDocument = SegmentationJobType;
4354
+ type SegmentationJobDocument = SegmentationJobType;
4319
4355
 
4320
- declare type SelfTestType = {
4356
+ type SelfTestType = {
4321
4357
  message?: Array<string>;
4322
4358
  test?: Array<SelfTestType>;
4323
4359
  name?: string;
@@ -4326,28 +4362,28 @@ declare type SelfTestType = {
4326
4362
  took?: string;
4327
4363
  };
4328
4364
 
4329
- declare type SelfTestDocument = SelfTestType;
4365
+ type SelfTestDocument = SelfTestType;
4330
4366
 
4331
- declare type SequenceDocument = SequenceType;
4367
+ type SequenceDocument = SequenceType;
4332
4368
 
4333
- declare type SequenceListType = {
4369
+ type SequenceListType = {
4334
4370
  sequence?: Array<{
4335
4371
  id: SiteIdType;
4336
4372
  type: string;
4337
4373
  }>;
4338
4374
  };
4339
4375
 
4340
- declare type SequenceListDocument = SequenceListType;
4376
+ type SequenceListDocument = SequenceListType;
4341
4377
 
4342
- declare type SequenceRenderRequestType = {
4378
+ type SequenceRenderRequestType = {
4343
4379
  sequence: SequenceType;
4344
4380
  interval?: TimeIntervalType;
4345
4381
  metadata?: MetadataType;
4346
4382
  };
4347
4383
 
4348
- declare type SequenceRenderRequestDocument = SequenceRenderRequestType;
4384
+ type SequenceRenderRequestDocument = SequenceRenderRequestType;
4349
4385
 
4350
- declare type ServiceConfigurationResultType = {
4386
+ type ServiceConfigurationResultType = {
4351
4387
  serviceName: string;
4352
4388
  serviceId: string;
4353
4389
  configurationVersion: string;
@@ -4364,28 +4400,28 @@ declare type ServiceConfigurationResultType = {
4364
4400
  }>;
4365
4401
  };
4366
4402
 
4367
- declare type ServiceConfigurationResultDocument = ServiceConfigurationResultType;
4403
+ type ServiceConfigurationResultDocument = ServiceConfigurationResultType;
4368
4404
 
4369
- declare type ShapeDeductionJobDocument = ShapeDeductionJobType;
4405
+ type ShapeDeductionJobDocument = ShapeDeductionJobType;
4370
4406
 
4371
- declare type ShapeDocument = ShapeType;
4407
+ type ShapeDocument = ShapeType;
4372
4408
 
4373
- declare type ShapeListType = {
4409
+ type ShapeListType = {
4374
4410
  hits?: number;
4375
4411
  shape?: Array<ShapeType>;
4376
4412
  facet?: Array<FacetType>;
4377
4413
  suggestion?: Array<SuggestionResultType>;
4378
4414
  };
4379
4415
 
4380
- declare type ShapeListDocument = ShapeListType;
4416
+ type ShapeListDocument = ShapeListType;
4381
4417
 
4382
- declare type ShapeSearchType = ItemSearchType;
4418
+ type ShapeSearchType = ItemSearchType;
4383
4419
 
4384
- declare type ShapeSearchDocument = ShapeSearchType;
4420
+ type ShapeSearchDocument = ShapeSearchType;
4385
4421
 
4386
- declare type SimpleMetadataDocument = SimpleMetadataType;
4422
+ type SimpleMetadataDocument = SimpleMetadataType;
4387
4423
 
4388
- declare type SimpleTimelineType = {
4424
+ type SimpleTimelineType = {
4389
4425
  destinationURI: string;
4390
4426
  source?: Array<{
4391
4427
  sequence: number;
@@ -4395,20 +4431,20 @@ declare type SimpleTimelineType = {
4395
4431
  }>;
4396
4432
  };
4397
4433
 
4398
- declare type SimpleTimelineDocument = SimpleTimelineType;
4434
+ type SimpleTimelineDocument = SimpleTimelineType;
4399
4435
 
4400
- declare type SyncPolicyType = 'ONDEMAND' | 'ALWAYS';
4436
+ type SyncPolicyType = 'ONDEMAND' | 'ALWAYS';
4401
4437
 
4402
- declare type SiteDefinitionType = {
4438
+ type SiteDefinitionType = {
4403
4439
  url: string;
4404
4440
  username: string;
4405
4441
  password: string;
4406
4442
  syncPolicy: SyncPolicyType;
4407
4443
  };
4408
4444
 
4409
- declare type SiteDefinitionDocument = SiteDefinitionType;
4445
+ type SiteDefinitionDocument = SiteDefinitionType;
4410
4446
 
4411
- declare type SiteInitializationStatusType = {
4447
+ type SiteInitializationStatusType = {
4412
4448
  started: string;
4413
4449
  itemsProcessed: number;
4414
4450
  collectionsProcessed: number;
@@ -4417,23 +4453,23 @@ declare type SiteInitializationStatusType = {
4417
4453
  groupsProcessed: number;
4418
4454
  };
4419
4455
 
4420
- declare type SiteInitializationStatusDocument = SiteInitializationStatusType;
4456
+ type SiteInitializationStatusDocument = SiteInitializationStatusType;
4421
4457
 
4422
- declare type SiteRuleDocument = SiteRuleType;
4458
+ type SiteRuleDocument = SiteRuleType;
4423
4459
 
4424
- declare type SiteRuleListType = {
4460
+ type SiteRuleListType = {
4425
4461
  siteRule?: Array<SiteRuleType>;
4426
4462
  };
4427
4463
 
4428
- declare type SiteRuleListDocument = SiteRuleListType;
4464
+ type SiteRuleListDocument = SiteRuleListType;
4429
4465
 
4430
- declare type VersionType = {
4466
+ type VersionType = {
4431
4467
  component?: Array<CompType>;
4432
4468
  systemInfo?: SystemInfoType;
4433
4469
  licenseInfo?: LicenseType;
4434
4470
  };
4435
4471
 
4436
- declare type SlaveAuthType = {
4472
+ type SlaveAuthType = {
4437
4473
  slaveId: string;
4438
4474
  slaveIp: string;
4439
4475
  slaveMac: string;
@@ -4443,16 +4479,16 @@ declare type SlaveAuthType = {
4443
4479
  licenseStatus?: VersionType;
4444
4480
  };
4445
4481
 
4446
- declare type SlaveAuthDocument = SlaveAuthType;
4482
+ type SlaveAuthDocument = SlaveAuthType;
4447
4483
 
4448
- declare type SlaveAuthInfoType = {
4484
+ type SlaveAuthInfoType = {
4449
4485
  masterHost: Array<string>;
4450
4486
  slaveId: string;
4451
4487
  };
4452
4488
 
4453
- declare type SlaveAuthInfoDocument = SlaveAuthInfoType;
4489
+ type SlaveAuthInfoDocument = SlaveAuthInfoType;
4454
4490
 
4455
- declare type SlaveLicenseType = LicenseType & {
4491
+ type SlaveLicenseType = LicenseType & {
4456
4492
  masterIdentifier?: string;
4457
4493
  slaveIdentifier?: string;
4458
4494
  slaveInstances?: number;
@@ -4461,15 +4497,15 @@ declare type SlaveLicenseType = LicenseType & {
4461
4497
  id?: string;
4462
4498
  };
4463
4499
 
4464
- declare type SlaveLicenseDocument = SlaveLicenseType;
4500
+ type SlaveLicenseDocument = SlaveLicenseType;
4465
4501
 
4466
- declare type SlaveLicenseListType = {
4502
+ type SlaveLicenseListType = {
4467
4503
  slaveLicense?: Array<SlaveLicenseType>;
4468
4504
  };
4469
4505
 
4470
- declare type SlaveLicenseListDocument = SlaveLicenseListType;
4506
+ type SlaveLicenseListDocument = SlaveLicenseListType;
4471
4507
 
4472
- declare type SlaveType = {
4508
+ type SlaveType = {
4473
4509
  Id: string;
4474
4510
  slaveId: string;
4475
4511
  slaveIp: string;
@@ -4480,22 +4516,22 @@ declare type SlaveType = {
4480
4516
  lastUpdated: string;
4481
4517
  };
4482
4518
 
4483
- declare type SlaveListType = {
4519
+ type SlaveListType = {
4484
4520
  slave?: Array<SlaveType>;
4485
4521
  };
4486
4522
 
4487
- declare type SlaveListDocument = SlaveListType;
4523
+ type SlaveListDocument = SlaveListType;
4488
4524
 
4489
- declare type StorageCriteriaType = 'bandwidth' | 'capacity';
4525
+ type StorageCriteriaType = 'bandwidth' | 'capacity';
4490
4526
 
4491
- declare type StorageDocument = StorageType;
4527
+ type StorageDocument = StorageType;
4492
4528
 
4493
- declare type StorageFilterType = {
4529
+ type StorageFilterType = {
4494
4530
  id?: Array<string>;
4495
4531
  vxaId?: Array<string>;
4496
4532
  };
4497
4533
 
4498
- declare type StorageGroupType = {
4534
+ type StorageGroupType = {
4499
4535
  name?: string;
4500
4536
  data?: Array<{
4501
4537
  key: string;
@@ -4505,34 +4541,34 @@ declare type StorageGroupType = {
4505
4541
  resourceTag?: Array<KeyValuePairType>;
4506
4542
  };
4507
4543
 
4508
- declare type StorageGroupDocument = StorageGroupType;
4544
+ type StorageGroupDocument = StorageGroupType;
4509
4545
 
4510
- declare type StorageGroupListType = {
4546
+ type StorageGroupListType = {
4511
4547
  group?: Array<StorageGroupType>;
4512
4548
  };
4513
4549
 
4514
- declare type StorageGroupListDocument = StorageGroupListType;
4550
+ type StorageGroupListDocument = StorageGroupListType;
4515
4551
 
4516
- declare type StorageImportType = {
4552
+ type StorageImportType = {
4517
4553
  file?: Array<FileImportDefType>;
4518
4554
  };
4519
4555
 
4520
- declare type StorageImportDocument = StorageImportType;
4556
+ type StorageImportDocument = StorageImportType;
4521
4557
 
4522
- declare type StorageListType = {
4558
+ type StorageListType = {
4523
4559
  hits?: number;
4524
4560
  storage?: Array<StorageType>;
4525
4561
  };
4526
4562
 
4527
- declare type StorageListDocument = StorageListType;
4563
+ type StorageListDocument = StorageListType;
4528
4564
 
4529
- declare type StorageMethodListType = {
4565
+ type StorageMethodListType = {
4530
4566
  method?: Array<StorageMethodType>;
4531
4567
  };
4532
4568
 
4533
- declare type StorageMethodListDocument = StorageMethodListType;
4569
+ type StorageMethodListDocument = StorageMethodListType;
4534
4570
 
4535
- declare type StorageRuleType = {
4571
+ type StorageRuleType = {
4536
4572
  storageCount?: number;
4537
4573
  priority?: Array<StorageCriteriaType & {
4538
4574
  level: number;
@@ -4557,18 +4593,18 @@ declare type StorageRuleType = {
4557
4593
  id?: string;
4558
4594
  };
4559
4595
 
4560
- declare type StorageRuleDocument = StorageRuleType;
4596
+ type StorageRuleDocument = StorageRuleType;
4561
4597
 
4562
- declare type StorageRulesType = {
4598
+ type StorageRulesType = {
4563
4599
  default?: StorageRuleType;
4564
4600
  tag?: Array<StorageRuleType>;
4565
4601
  };
4566
4602
 
4567
- declare type StorageRulesDocument = StorageRulesType;
4603
+ type StorageRulesDocument = StorageRulesType;
4568
4604
 
4569
- declare type SubtitleComponentDocument = SubtitleComponentType;
4605
+ type SubtitleComponentDocument = SubtitleComponentType;
4570
4606
 
4571
- declare type SupportedProtocolsType = {
4607
+ type SupportedProtocolsType = {
4572
4608
  source: {
4573
4609
  protocol?: Array<string>;
4574
4610
  };
@@ -4578,15 +4614,15 @@ declare type SupportedProtocolsType = {
4578
4614
  }>;
4579
4615
  };
4580
4616
 
4581
- declare type SupportedProtocolsDocument = SupportedProtocolsType;
4617
+ type SupportedProtocolsDocument = SupportedProtocolsType;
4582
4618
 
4583
- declare type TaskDefinitionDependency = {
4619
+ type TaskDefinitionDependency = {
4584
4620
  step?: number;
4585
4621
  previous?: boolean;
4586
4622
  allPrevious?: boolean;
4587
4623
  };
4588
4624
 
4589
- declare type TaskDefinitionType = {
4625
+ type TaskDefinitionType = {
4590
4626
  description?: string;
4591
4627
  extradata?: string;
4592
4628
  flags?: number;
@@ -4598,19 +4634,22 @@ declare type TaskDefinitionType = {
4598
4634
  critical?: boolean;
4599
4635
  script?: string;
4600
4636
  metadata?: SimpleMetadataType;
4637
+ bean?: string;
4638
+ method?: string;
4639
+ plugin?: boolean;
4601
4640
  id?: number;
4602
4641
  };
4603
4642
 
4604
- declare type TaskDefinitionDocument = TaskDefinitionType;
4643
+ type TaskDefinitionDocument = TaskDefinitionType;
4605
4644
 
4606
- declare type TaskDefinitionListType = {
4645
+ type TaskDefinitionListType = {
4607
4646
  task?: Array<TaskDefinitionType>;
4608
4647
  metadata?: SimpleMetadataType;
4609
4648
  };
4610
4649
 
4611
- declare type TaskDefinitionListDocument = TaskDefinitionListType;
4650
+ type TaskDefinitionListDocument = TaskDefinitionListType;
4612
4651
 
4613
- declare type TaskGroupType = {
4652
+ type TaskGroupType = {
4614
4653
  loc?: string;
4615
4654
  name: string;
4616
4655
  job?: Array<{
@@ -4631,25 +4670,25 @@ declare type TaskGroupType = {
4631
4670
  maxConcurrency?: number;
4632
4671
  };
4633
4672
 
4634
- declare type TaskGroupDocument = TaskGroupType;
4673
+ type TaskGroupDocument = TaskGroupType;
4635
4674
 
4636
- declare type TaskGroupListType = {
4675
+ type TaskGroupListType = {
4637
4676
  group?: Array<TaskGroupType>;
4638
4677
  };
4639
4678
 
4640
- declare type TaskGroupListDocument = TaskGroupListType;
4679
+ type TaskGroupListDocument = TaskGroupListType;
4641
4680
 
4642
- declare type TerseMetadataDocument = GenericType;
4681
+ type TerseMetadataDocument = GenericType;
4643
4682
 
4644
- declare type TerseMetadataListType = {
4683
+ type TerseMetadataListType = {
4645
4684
  item?: Array<GenericType & {
4646
4685
  id: SiteIdType;
4647
4686
  }>;
4648
4687
  };
4649
4688
 
4650
- declare type TerseMetadataListDocument = TerseMetadataListType;
4689
+ type TerseMetadataListDocument = TerseMetadataListType;
4651
4690
 
4652
- declare type ThumbnailSpriteSheetType = {
4691
+ type ThumbnailSpriteSheetType = {
4653
4692
  etag?: string;
4654
4693
  url?: Array<string>;
4655
4694
  path?: Array<string>;
@@ -4663,11 +4702,11 @@ declare type ThumbnailSpriteSheetType = {
4663
4702
  }>;
4664
4703
  };
4665
4704
 
4666
- declare type ThumbnailSpriteSheetDocument = ThumbnailSpriteSheetType;
4705
+ type ThumbnailSpriteSheetDocument = ThumbnailSpriteSheetType;
4667
4706
 
4668
- declare type ThumbnailsSynchronizeDocument = ThumbnailsSynchronizeType;
4707
+ type ThumbnailsSynchronizeDocument = ThumbnailsSynchronizeType;
4669
4708
 
4670
- declare type TimelineType = {
4709
+ type TimelineType = {
4671
4710
  destination: ShapeType;
4672
4711
  track: {
4673
4712
  source?: Array<{
@@ -4683,29 +4722,29 @@ declare type TimelineType = {
4683
4722
  };
4684
4723
  };
4685
4724
 
4686
- declare type TimelineDocument = TimelineType;
4725
+ type TimelineDocument = TimelineType;
4687
4726
 
4688
- declare type TimelineJobRequestDocument = TimelineJobRequestType;
4727
+ type TimelineJobRequestDocument = TimelineJobRequestType;
4689
4728
 
4690
- declare type TranscodePresetDocument = TranscodePresetType;
4729
+ type TranscodePresetDocument = TranscodePresetType;
4691
4730
 
4692
- declare type TranscodePresetListType = {
4731
+ type TranscodePresetListType = {
4693
4732
  preset?: Array<TranscodePresetType>;
4694
4733
  };
4695
4734
 
4696
- declare type TranscodePresetListDocument = TranscodePresetListType;
4735
+ type TranscodePresetListDocument = TranscodePresetListType;
4697
4736
 
4698
- declare type TranscoderConfigurationDocument = TranscoderConfigurationType;
4737
+ type TranscoderConfigurationDocument = TranscoderConfigurationType;
4699
4738
 
4700
- declare type TranscoderLicenseStatusType = {
4739
+ type TranscoderLicenseStatusType = {
4701
4740
  mayDecode?: Array<string>;
4702
4741
  mayEncode?: Array<string>;
4703
4742
  production?: boolean;
4704
4743
  };
4705
4744
 
4706
- declare type TranscoderLicenseStatusDocument = TranscoderLicenseStatusType;
4745
+ type TranscoderLicenseStatusDocument = TranscoderLicenseStatusType;
4707
4746
 
4708
- declare type TranscoderVersionType = {
4747
+ type TranscoderVersionType = {
4709
4748
  version: string;
4710
4749
  submodule?: Array<{
4711
4750
  name: string;
@@ -4719,9 +4758,9 @@ declare type TranscoderVersionType = {
4719
4758
  }>;
4720
4759
  };
4721
4760
 
4722
- declare type TranscoderVersionDocument = TranscoderVersionType;
4761
+ type TranscoderVersionDocument = TranscoderVersionType;
4723
4762
 
4724
- declare type TransferType = {
4763
+ type TransferType = {
4725
4764
  name?: string;
4726
4765
  state?: string;
4727
4766
  priority?: string;
@@ -4729,17 +4768,17 @@ declare type TransferType = {
4729
4768
  fileId?: SiteIdType;
4730
4769
  };
4731
4770
 
4732
- declare type TransferDocument = TransferType;
4771
+ type TransferDocument = TransferType;
4733
4772
 
4734
- declare type TransferJobDocument = TransferJobType;
4773
+ type TransferJobDocument = TransferJobType;
4735
4774
 
4736
- declare type TransferListType = {
4775
+ type TransferListType = {
4737
4776
  transfer?: Array<TransferType>;
4738
4777
  };
4739
4778
 
4740
- declare type TransferListDocument = TransferListType;
4779
+ type TransferListDocument = TransferListType;
4741
4780
 
4742
- declare type TransferLogEntryType = {
4781
+ type TransferLogEntryType = {
4743
4782
  id?: number;
4744
4783
  referredId?: number;
4745
4784
  timestamp?: string;
@@ -4758,26 +4797,26 @@ declare type TransferLogEntryType = {
4758
4797
  status?: string;
4759
4798
  };
4760
4799
 
4761
- declare type TransferLogListType = {
4800
+ type TransferLogListType = {
4762
4801
  count?: number;
4763
4802
  transferLogEntry?: Array<TransferLogEntryType>;
4764
4803
  };
4765
4804
 
4766
- declare type TransferLogListDocument = TransferLogListType;
4805
+ type TransferLogListDocument = TransferLogListType;
4767
4806
 
4768
- declare type URIListDocument = URIListType;
4807
+ type URIListDocument = URIListType;
4769
4808
 
4770
- declare type UserDocument = UserType;
4809
+ type UserDocument = UserType;
4771
4810
 
4772
- declare type UserListDocument = UserListType;
4811
+ type UserListDocument = UserListType;
4773
4812
 
4774
- declare type UserSearchDocument = SimpleSearchType;
4813
+ type UserSearchDocument = SimpleSearchType;
4775
4814
 
4776
- declare type VersionDocument = VersionType;
4815
+ type VersionDocument = VersionType;
4777
4816
 
4778
- declare type VideoComponentDocument = VideoComponentType;
4817
+ type VideoComponentDocument = VideoComponentType;
4779
4818
 
4780
- declare type VidispineServiceType = {
4819
+ type VidispineServiceType = {
4781
4820
  id?: string;
4782
4821
  name?: string;
4783
4822
  class?: string;
@@ -4792,21 +4831,21 @@ declare type VidispineServiceType = {
4792
4831
  load60?: number;
4793
4832
  };
4794
4833
 
4795
- declare type VidispineServiceDocument = VidispineServiceType;
4834
+ type VidispineServiceDocument = VidispineServiceType;
4796
4835
 
4797
- declare type VidispineServiceListType = {
4836
+ type VidispineServiceListType = {
4798
4837
  service?: Array<VidispineServiceType>;
4799
4838
  };
4800
4839
 
4801
- declare type VidispineServiceListDocument = VidispineServiceListType;
4840
+ type VidispineServiceListDocument = VidispineServiceListType;
4802
4841
 
4803
- declare type vsXSLTVersion = number;
4842
+ type vsXSLTVersion = number;
4804
4843
 
4805
- declare type VXADocument = VXAType;
4844
+ type VXADocument = VXAType;
4806
4845
 
4807
- declare type VXAForwardService = ForwardServiceType;
4846
+ type VXAForwardService = ForwardServiceType;
4808
4847
 
4809
- declare type VXAJobType = {
4848
+ type VXAJobType = {
4810
4849
  vxaId: string;
4811
4850
  vxaName: string;
4812
4851
  user: string;
@@ -4828,31 +4867,31 @@ declare type VXAJobType = {
4828
4867
  configuration?: Array<string>;
4829
4868
  };
4830
4869
 
4831
- declare type VXAJobDocument = VXAJobType;
4870
+ type VXAJobDocument = VXAJobType;
4832
4871
 
4833
- declare type VXAJobListType = {
4872
+ type VXAJobListType = {
4834
4873
  hits: number;
4835
4874
  job?: Array<VXAJobType>;
4836
4875
  };
4837
4876
 
4838
- declare type VXAJobListDocument = VXAJobListType;
4877
+ type VXAJobListDocument = VXAJobListType;
4839
4878
 
4840
- declare type VXAListType = {
4879
+ type VXAListType = {
4841
4880
  hits?: number;
4842
4881
  vxa?: Array<VXAType>;
4843
4882
  };
4844
4883
 
4845
- declare type VXAListDocument = VXAListType;
4884
+ type VXAListDocument = VXAListType;
4846
4885
 
4847
- declare type VXAStorageCapacityType = {
4886
+ type VXAStorageCapacityType = {
4848
4887
  free?: number;
4849
4888
  total?: number;
4850
4889
  used?: number;
4851
4890
  };
4852
4891
 
4853
- declare type VXAStorageCapacityDocument = VXAStorageCapacityType;
4892
+ type VXAStorageCapacityDocument = VXAStorageCapacityType;
4854
4893
 
4855
- declare type VXAUpdateType = {
4894
+ type VXAUpdateType = {
4856
4895
  vxaId: string;
4857
4896
  user?: string;
4858
4897
  added?: boolean;
@@ -4861,9 +4900,9 @@ declare type VXAUpdateType = {
4861
4900
  addedShare?: Array<string>;
4862
4901
  };
4863
4902
 
4864
- declare type VXAUpdateDocument = VXAUpdateType;
4903
+ type VXAUpdateDocument = VXAUpdateType;
4865
4904
 
4866
- declare type WaveformDataType = {
4905
+ type WaveformDataType = {
4867
4906
  value?: Array<{
4868
4907
  data?: Array<number>;
4869
4908
  stream?: number;
@@ -4874,9 +4913,9 @@ declare type WaveformDataType = {
4874
4913
  }>;
4875
4914
  };
4876
4915
 
4877
- declare type WaveformDataDocument = WaveformDataType;
4916
+ type WaveformDataDocument = WaveformDataType;
4878
4917
 
4879
- declare type WebsocketUpdateType = {
4918
+ type WebsocketUpdateType = {
4880
4919
  item?: ItemType;
4881
4920
  job?: JobType;
4882
4921
  vxaJob?: VXAJobType;
@@ -4885,15 +4924,15 @@ declare type WebsocketUpdateType = {
4885
4924
  vxa?: VXAUpdateType;
4886
4925
  };
4887
4926
 
4888
- declare type WebsocketUpdateDocument = WebsocketUpdateType;
4927
+ type WebsocketUpdateDocument = WebsocketUpdateType;
4889
4928
 
4890
- declare type WebsocketUpdateListType = {
4929
+ type WebsocketUpdateListType = {
4891
4930
  entry?: Array<WebsocketUpdateType>;
4892
4931
  };
4893
4932
 
4894
- declare type WebsocketUpdateListDocument = WebsocketUpdateListType;
4933
+ type WebsocketUpdateListDocument = WebsocketUpdateListType;
4895
4934
 
4896
- declare type WebsocketUpdateRequestType = {
4935
+ type WebsocketUpdateRequestType = {
4897
4936
  item?: ItemSearchType;
4898
4937
  job?: JobFilterType;
4899
4938
  vxaJob?: JobFilterType;
@@ -4902,8 +4941,8 @@ declare type WebsocketUpdateRequestType = {
4902
4941
  vxa?: IDFilterType;
4903
4942
  };
4904
4943
 
4905
- declare type WebsocketUpdateRequestDocument = WebsocketUpdateRequestType;
4944
+ type WebsocketUpdateRequestDocument = WebsocketUpdateRequestType;
4906
4945
 
4907
- declare type XMPJobDocument = XMPJobType;
4946
+ type XMPJobDocument = XMPJobType;
4908
4947
 
4909
- export { AAFGeneratorJobDocument, AAFGeneratorJobType, AAFGeneratorResponse, AccessControlDocument, AccessControlListDocument, AccessControlListType, AccessControlMergedDocument, AccessControlMergedGroupDocument, AccessControlMergedGroupType, AccessControlMergedType, AccessControlMetadataType, AccessControlShapeType, AccessControlSynchronizeType, AccessControlType, AccessControlUriType, AccessKeyDocument, AccessKeyListDocument, AccessKeyListType, AccessKeyType, AddressPortType, AmountType, AnalyzeAudioChannelType, AnalyzeAudioJobType, AnalyzeAudioType, AnalyzeJobDocument, AnalyzeJobType, AnalyzePresetDocument, AnalyzePresetListDocument, AnalyzePresetListType, AnalyzePresetType, AnalyzeVideoJobType, AnalyzeVideoType, AppliesToType, AppliesToValueType, AspectRatioType, AssetMappingType, AudioClipType, AudioComponentDocument, AudioComponentType, AudioMediaInfoType, AudioOutputType, AudioTrackTranscodePresetType, AudioTranscodePresetChannelMixType, AudioTranscodePresetMixType, AudioTranscodePresetType, AuditLogDocument, AuditLogEntryType, AuditLogType, AuthenticationTokenDocument, AuthenticationTokenType, AutoImportRuleDocument, AutoImportRuleListDocument, AutoImportRuleListType, AutoImportRuleType, AutoProjectionInputFilterType, AutoProjectionRuleDocument, AutoProjectionRuleType, AutoProjectionStepType, AutoProjectionTriggerType, AutocompleteRequestDocument, AutocompleteRequestType, AutocompleteResponseDocument, AutocompleteResponseType, BaseMediaInfoType, BeanCallbackDocument, BeanCallbackListDocument, BeanCallbackListType, BeanCallbackType, BinaryComponentDocument, BinaryComponentType, BorderType, BulkyMapEntryType, BulkyMapListDocument, BulkyMapListType, BulkyMapType, BulkyMetadataConfigurationDocument, BulkyMetadataConfigurationType, BulkyMetadataDocument, BulkyMetadataPairType, BulkyMetadataType, ByteRangeRequestDocument, ByteRangeRequestType, ByteRangeResponseDocument, ByteRangeResponseType, CORSConfigurationDocument, CORSConfigurationEntry, CORSConfigurationEntryRequest, CORSConfigurationEntryResponse, CORSConfigurationType, CallbackDocument, CallbackDocumentType, CallbackLocationResourceType, CarbonJobInfoType, CarbonPreset, CerifyType, ChangesetUUIDDocument, ChangesetUUIDListDocument, ChangesetUUIDListType, ChangesetUUIDType, ClipType, ClosedCaptionsExtraction, CloudConvertType, CodecStatusType, CodecType, CollectionContentEntityTypeType, CollectionContentModeType, CollectionContentType, CollectionCriterionType, CollectionDocument, CollectionListDocument, CollectionListType, CollectionReorderDocument, CollectionReorderEntryType, CollectionReorderType, CollectionSynchronizeType, CollectionType, CompType, ComplexJobAnalyzeType, ComplexJobAtomType, ComplexJobAudioChannelMapInputType, ComplexJobAudioChannelSequenceInputType, ComplexJobAudioOutputType, ComplexJobBulkyMetadataRequestType, ComplexJobDocument, ComplexJobInputType, ComplexJobMixInputType, ComplexJobMixType, ComplexJobOTIFType, ComplexJobOutputFormatType, ComplexJobOutputType, ComplexJobSubtitleOutputType, ComplexJobType, ComplexJobVideoOutputType, ComponentDocument, ComponentListDocument, ComponentListType, ComponentSynchronizeType, ComponentType, ComponentTypeType, ConfigurationPropertyDocument, ConfigurationPropertyListDocument, ConfigurationPropertyListType, ConfigurationPropertyType, ConflictExceptionType, ConformDestinationType, ConformDocument, ConformIntervalType, ConformOverlayType, ConformRequestDocument, ConformRequestType, ConformSegmentType, ConformSourceType, ConformTimePointType, ConformTimelineType, ConformType, ConnectionPoolType, ConstraintValueListDocument, ConstraintValueListType, ContainerComponentDocument, ContainerComponentType, CostEstimateDocument, CostEstimateType, CriterionType, DMS1Document, DMS1Type, DatabasePurgingConfigurationDocument, DatabasePurgingConfigurationType, DeletionLockDocument, DeletionLockListDocument, DeletionLockListType, DeletionLockType, DescriptorComponentDocument, DescriptorComponentType, DocumentListDocument, DocumentListType, DurationDocument, DurationJobDocument, DurationJobType, DurationResponse, DurationType, EDLEntryType, EDLType, EffectParameterType, EffectPointType, EffectType, EidrDocument, EidrType, EmptyString, EncodeDecodeType, EntitySynchronizeDocument, EntitySynchronizeType, ErrorLogDocument, ErrorLogListDocument, ErrorLogListType, ErrorLogType, EssenceMappingsDocument, EssenceMappingsType, EssenceVersionDocument, EssenceVersionListDocument, EssenceVersionListType, EssenceVersionType, ExceptionDocument, ExceptionType, ExportInformationDocument, ExportInformationType, ExportLocationDocument, ExportLocationListDocument, ExportLocationListType, ExportLocationType, ExportProblemType, ExportRequestDocument, ExportRequestType, ExportResponseDocument, ExportResponseType, ExportStatusDocument, ExportStatusType, ExportTemplateArchive, ExportTemplateArchiveType, ExportTemplateCollection, ExportTemplateComponent, ExportTemplateComponentFile, ExportTemplateCompress, ExportTemplateCompressType, ExportTemplateDocument, ExportTemplateDummy, ExportTemplateExternal, ExportTemplateFolder, ExportTemplateItem, ExportTemplateIterate, ExportTemplateLibrary, ExportTemplateScript, ExportTemplateSequence, ExportTemplateShape, ExportTemplateText, ExportTemplateTextContent, ExportTemplateType, ExternalIdentifierDocument, ExternalIdentifierListDocument, ExternalIdentifierListType, ExternalIdentifierNamespaceDocument, ExternalIdentifierNamespaceListDocument, ExternalIdentifierNamespaceListType, ExternalIdentifierNamespaceType, ExternalIdentifierType, ExternalMediaType, ExternalTranscodeJobDocument, ExternalTranscodeJobType, ExternalTranscoderType, ExternalVideoMediaType, FacetCountType, FacetRangeType, FacetType, FastStartSettingType, FileAlreadyExistsExceptionType, FileDocument, FileImportDefType, FileListDocument, FileListType, FileMappingType, FilePrefixType, FileReferenceType, FileSearchDocument, FileSearchType, FileSequestionDefinitionType, FileSiteAvailabilityDocument, FileSiteAvailabilityType, FileSynchronizationCustomMethodType, FileSynchronizationEntryDocument, FileSynchronizationEntryListDocument, FileSynchronizationEntryListType, FileSynchronizationEntryStatusType, FileSynchronizationEntryType, FileSynchronizationInfoDocument, FileSynchronizationInfoType, FileSynchronizationLogDocument, FileSynchronizationLogEntryType, FileSynchronizationLogType, FileSynchronizationMethodType, FileSynchronizationRuleDocument, FileSynchronizationRuleListDocument, FileSynchronizationRuleListType, FileSynchronizationRuleType, FileSynchronizationScheduleEntryType, FileSynchronizationScheduleType, FileSynchronizationUriMethodType, FileSynchronizeType, FileType, FilenameFilterType, FinalCutServerType, ForbiddenExceptionType, ForwardServiceType, FrameRateType, FtpPoolConfigurationDocument, FtpPoolConfigurationType, GUIDType, GenericType, GroupDocument, GroupListDocument, GroupListType, GroupSearchDocument, GroupSynchronizeType, GroupType, HasSubEntityType, HashComputeOperation, HashJobDocument, HashJobType, HashResponse, HighlighterType, IDFilterType, ImageJobDocument, ImportAccessControlListDocument, ImportAccessControlListType, ImportSettingsDocument, ImportSettingsType, ImportableFileDocument, ImportableFileListDocument, ImportableFileListType, ImportableFileType, IndexingConfigurationDocument, IndexingConfigurationType, InstanceUID, IntegerOrEmpty, InternalServerExceptionType, InvalidInputExceptionType, ItemCriterionType, ItemDocument, ItemListDocument, ItemListType, ItemRelationDocument, ItemRelationListDocument, ItemRelationListType, ItemRelationType, ItemSearchDocument, ItemSearchTextValueType, ItemSearchType, ItemSearchValueType, ItemSynchronizeType, ItemType, JobDocument, JobFilterType, JobInputProgressType, JobListDocument, JobListType, JobLogEntryType, JobPoolDocument, JobPoolListDocument, JobPoolListType, JobPoolType, JobPriorityConfigurationDocument, JobPriorityConfigurationType, JobProblemDocument, JobProblemListDocument, JobProblemListType, JobProblemType, JobRequestChoiceType, JobSearchDocument, JobSearchType, JobStatusDocument, JobStatusListDocument, JobStatusListType, JobStatusType, JobTaskProgressType, JobTaskProgressType_unit, JobTaskType, JobType, KeyValuePairType, KeyValueType, LDAPImportType, LDAPResourceType, LDAPSyncType, LibrarySettingsDocument, LibrarySettingsType, LibrarySynchronizeType, LicenseErrorType, LicenseExceptionType, LicenseNumberType, LicenseType, LockDocument, LockType, LogReportConfigurationDocument, LogReportConfigurationType, LoudnessDocument, LoudnessMixType, LoudnessType, MDObjectBase, MDObjectLeaf, MDObjectNode, MDObjectStrongReference, MDObjectWeakReference, MDSegment, MOVIndexJobDocument, MOVIndexJobType, MXFOp1bJobDocument, MXFOp1bJobType, MXFPackagesType, MXFServerResourceType, MXFTimecodeExtractionJobDocument, MXFTimecodeExtractionJobType, MXFTimestampType, MasterLicenseDocument, MasterLicenseType, MaterialPackageTrackType, MaterialPackageType, MediaComponentType, MetadataChangeSetDocument, MetadataChangeSetType, MetadataDatasetListDocument, MetadataDatasetListType, MetadataDocument, MetadataEntryDocument, MetadataEntryListDocument, MetadataEntryListType, MetadataEntryListType2, MetadataEntrySyncType, MetadataEntryType, MetadataFieldAccessControlDocument, MetadataFieldAccessControlListDocument, MetadataFieldAccessControlListType, MetadataFieldAccessControlType, MetadataFieldDocument, MetadataFieldFloatType, MetadataFieldGroupDocument, MetadataFieldGroupListDocument, MetadataFieldGroupListType, MetadataFieldGroupPermissionType, MetadataFieldGroupSearchDocument, MetadataFieldGroupType, MetadataFieldIndexType, MetadataFieldIntegerType, MetadataFieldListDocument, MetadataFieldListType, MetadataFieldLongType, MetadataFieldPermissionType, MetadataFieldResultDocument, MetadataFieldResultType, MetadataFieldStringType, MetadataFieldType, MetadataFieldTypeType, MetadataFieldValidationDocument, MetadataFieldValidationType, MetadataFieldValueConstraintListDocument, MetadataFieldValueConstraintListType, MetadataFieldValueConstraintType, MetadataFieldValueType, MetadataGroupValueType, MetadataListDocument, MetadataListType, MetadataLockDocument, MetadataLockListDocument, MetadataLockListType, MetadataLockType, MetadataModeType, MetadataReferenceType, MetadataReferencedType, MetadataSchemaAttributes, MetadataSchemaDeleteOperationType, MetadataSchemaDocument, MetadataSchemaElementType, MetadataSchemaGroupDocument, MetadataSchemaGroupType, MetadataSchemaHierarchyType, MetadataSchemaMigrationDocument, MetadataSchemaMigrationListDocument, MetadataSchemaMigrationListType, MetadataSchemaMigrationType, MetadataSchemaMoveOperationType, MetadataSchemaRenameOperationType, MetadataSchemaType, MetadataSynchronizeType, MetadataType, MetadataValueAttributes, MetadataValueType, MetadataWrapperDocument, MetadataWrapperType, MetricsConfigurationDocument, MetricsConfigurationType, MetricsReporterType, NLEJob2AudioOutputType, NLEJob2MixType, NLEJob2MixTypeInput, NLEJob2OutputType, NLEJob2VideoOutputType, NLEJobAudioOutputType, NLEJobDocument, NLEJobOutputType, NLEJobSequenceType, NLEJobTransitionType, NLEJobType, NLEJobVideoOutputType, NameURIPairType, NetworkType, NotAuthorizedExceptionType, NotFoundExceptionType, NotYetImplementedExceptionType, NotificationAccessTriggerType, NotificationActionType, NotificationCollectionTriggerType, NotificationDeletionLockTriggerType, NotificationDocument, NotificationDocumentTriggerType, NotificationEjbActionType, NotificationFileTriggerType, NotificationGroupTriggerType, NotificationHttpActionType, NotificationItemTriggerType, NotificationJavaScriptActionType, NotificationJmsActionType, NotificationJobTriggerType, NotificationMetadataTriggerType, NotificationQuotaTriggerType, NotificationSNSActionType, NotificationSQSActionType, NotificationShapeTriggerType, NotificationStorageTriggerType, NotificationTriggerDocument, NotificationTriggerType, NotificationType, OAuth2ConfigurationDocument, OAuth2ConfigurationType, OSName, OtifConfigurationDocument, OtifConfigurationListDocument, OtifConfigurationListType, OtifConfigurationType, OtifDocument, OtifJobConfigurationDocument, OtifJobConfigurationListDocument, OtifJobConfigurationListType, OtifJobConfigurationType, OtifListDocument, OtifListType, OtifOSDocment, OtifOSType, OtifPluginType, OtifPresetDocument, OtifPresetType, OtifResourceDocument, OtifResourceListDocument, OtifResourceListType, OtifResourceType, OtifTranscoderPluginDocment, OtifTranscoderPluginType, OtifType, OtifVxaPluginDocment, OtifVxaPluginType, OverlayType, PackageTrackType, PackageType, PartialFileDVDescriptorType, PartialFileDemuxerInfoType, PartialFileDescriptorDocument, PartialFileDescriptorType, PartialFileRandomIndexType, PathAliasConfigurationDocument, PathAliasConfigurationType, PlaceholderImportRequestDocument, PlaceholderImportRequestType, PluginType, ProjectDocument, ProjectFileDocument, ProjectFileType, ProjectType, ProjectVersionDocument, ProjectVersionType, QueueJobDocument, QueueJobType, QuotaFilterType, QuotaResourceType, QuotaRuleDocument, QuotaRuleListDocument, QuotaRuleListType, QuotaRuleType, REDDecoderType, RationalType, ReindexRequestDocument, ReindexRequestType, RelationType, Reply, ResolutionType, ResourceDocument, ResourceListDocument, ResourceListType, ResourceType, ResourceTypeListDocument, ResourceTypeListType, S3CredentialType, ScalingType, ScheduledRequestDocument, ScheduledRequestListDocument, ScheduledRequestListType, ScheduledRequestType, SearchAclType, SearchFieldType, SearchFilterType, SearchGroupType, SearchHistoryDocument, SearchHistoryListType, SearchHistoryType, SearchIntervalsType, SearchOperationType, SearchOperatorType, SearchPermissionType, SearchResultDocument, SearchResultEntryTimespanType, SearchResultEntryType, SearchResultType, SearchTargetType, SegmentationJobDocument, SegmentationJobType, SelfTestDocument, SelfTestType, SequenceDocument, SequenceListDocument, SequenceListType, SequenceMediaType, SequenceMetaDataType, SequenceRangeType, SequenceRenderRequestDocument, SequenceRenderRequestType, SequenceTrackType, SequenceTransitionType, SequenceType, ServiceConfigurationResultDocument, ServiceConfigurationResultType, ShapeCriterionType, ShapeDeductionJobDocument, ShapeDeductionJobType, ShapeDeductionResponse, ShapeDocument, ShapeListDocument, ShapeListType, ShapeSearchDocument, ShapeSearchType, ShapeSynchronizeType, ShapeTagSynchronizeType, ShapeType, SigniantType, SimpleMetadataDocument, SimpleMetadataType, SimpleSearchFieldType, SimpleSearchOperationType, SimpleSearchOperatorType, SimpleSearchType, SimpleTimelineDocument, SimpleTimelineType, SiteDefinitionDocument, SiteDefinitionType, SiteIdType, SiteInitializationStatusDocument, SiteInitializationStatusType, SiteRuleDocument, SiteRuleListDocument, SiteRuleListType, SiteRuleType, SlaveAuthDocument, SlaveAuthInfoDocument, SlaveAuthInfoType, SlaveAuthType, SlaveLicenseDocument, SlaveLicenseListDocument, SlaveLicenseListType, SlaveLicenseType, SlaveListDocument, SlaveListType, SlaveType, SmartCropType, SolrAddType, SolrDocumentType, SortingOrderType, StatsDRecieverType, StatsdReporterType, StorageCriteriaType, StorageDocument, StorageFileSequenceType, StorageFilterType, StorageGroupDocument, StorageGroupListDocument, StorageGroupListType, StorageGroupType, StorageImportDocument, StorageImportType, StorageListDocument, StorageListType, StorageMappingType, StorageMethodListDocument, StorageMethodListType, StorageMethodType, StorageRuleDocument, StorageRuleType, StorageRulesDocument, StorageRulesType, StorageType, StreamIntervalType, SubClipType, SubtitleClipType, SubtitleComponentDocument, SubtitleComponentType, SuggestionResultType, SuggestionSearchType, SupportedProtocolsDocument, SupportedProtocolsType, SyncPolicyType, SystemInfoType, TapePackageTrackType, TapePackageType, TaskDefinitionDependency, TaskDefinitionDocument, TaskDefinitionListDocument, TaskDefinitionListType, TaskDefinitionType, TaskGroupDocument, TaskGroupListDocument, TaskGroupListType, TaskGroupType, TerseMetadataDocument, TerseMetadataListDocument, TerseMetadataListType, TextOverlayType, TextRenditionType, ThumbnailInfoType, ThumbnailServiceType, ThumbnailSpriteSheetDocument, ThumbnailSpriteSheetType, ThumbnailSynchronizeType, ThumbnailsSynchronizeDocument, ThumbnailsSynchronizeType, TimeBaseType, TimeCodeType, TimeIntervalType, TimelineDocument, TimelineJobRequestDocument, TimelineJobRequestType, TimelineType, TrackSegmentType, TrackType, TranscodePresetDocument, TranscodePresetListDocument, TranscodePresetListType, TranscodePresetType, TranscoderConfigurationDocument, TranscoderConfigurationType, TranscoderDirectAccess, TranscoderJobType, TranscoderLicenseStatusDocument, TranscoderLicenseStatusType, TranscoderType, TranscoderVersionDocument, TranscoderVersionType, TransferDocument, TransferJobDocument, TransferJobType, TransferListDocument, TransferListType, TransferLogEntryType, TransferLogListDocument, TransferLogListType, TransferOperation, TransferResponse, TransferType, TransitionType, ULType, UMIDType, URIListDocument, URIListType, UUIDType, UserDocument, UserListDocument, UserListType, UserSearchDocument, UserSynchronizeType, UserType, VXADocument, VXAForwardService, VXAJobDocument, VXAJobListDocument, VXAJobListType, VXAJobType, VXAListDocument, VXAListType, VXAStatus, VXAStorageCapacityDocument, VXAStorageCapacityType, VXAStorageType, VXAType, VXAUpdateDocument, VXAUpdateType, VXAVSInstanceType, VersionDocument, VersionType, VideoClipType, VideoComponentDocument, VideoComponentType, VideoMediaInfoType, VideoTranscodePresetType, VidinetServiceType, VidispineServiceDocument, VidispineServiceListDocument, VidispineServiceListType, VidispineServiceType, WaveformDataDocument, WaveformDataType, WebsocketUpdateDocument, WebsocketUpdateListDocument, WebsocketUpdateListType, WebsocketUpdateRequestDocument, WebsocketUpdateRequestType, WebsocketUpdateType, WeekDayType, XMPJobDocument, XMPJobType, XMPReadOperation, XMPResponse, XMPWriteOperation, add, constraintValueType, doc, jobNotificationContentFilter, sequenceDefinitionType, vsXSLTVersion };
4948
+ export { AAFGeneratorJobDocument, AAFGeneratorJobType, AAFGeneratorResponse, AccessControlDocument, AccessControlListDocument, AccessControlListType, AccessControlMergedDocument, AccessControlMergedGroupDocument, AccessControlMergedGroupType, AccessControlMergedType, AccessControlMetadataType, AccessControlShapeType, AccessControlSynchronizeType, AccessControlType, AccessControlUriType, AccessKeyDocument, AccessKeyListDocument, AccessKeyListType, AccessKeyType, AddressPortType, AmountType, AnalyzeAudioChannelType, AnalyzeAudioJobType, AnalyzeAudioType, AnalyzeJobDocument, AnalyzeJobType, AnalyzePresetDocument, AnalyzePresetListDocument, AnalyzePresetListType, AnalyzePresetType, AnalyzeVideoJobType, AnalyzeVideoType, AppliesToType, AppliesToValueType, AspectRatioType, AssetMappingType, AudioClipType, AudioComponentDocument, AudioComponentType, AudioMediaInfoType, AudioOutputType, AudioTrackTranscodePresetType, AudioTranscodePresetChannelMixType, AudioTranscodePresetMixType, AudioTranscodePresetType, AuditLogDocument, AuditLogEntryType, AuditLogType, AuthenticationTokenDocument, AuthenticationTokenType, AutoImportRuleDocument, AutoImportRuleListDocument, AutoImportRuleListType, AutoImportRuleType, AutoProjectionInputFilterType, AutoProjectionRuleDocument, AutoProjectionRuleType, AutoProjectionStepType, AutoProjectionTriggerType, AutocompleteRequestDocument, AutocompleteRequestType, AutocompleteResponseDocument, AutocompleteResponseType, BaseMediaInfoType, BeanCallbackDocument, BeanCallbackListDocument, BeanCallbackListType, BeanCallbackType, BinaryComponentDocument, BinaryComponentType, BorderType, BulkyMapEntryType, BulkyMapListDocument, BulkyMapListType, BulkyMapType, BulkyMetadataConfigurationDocument, BulkyMetadataConfigurationType, BulkyMetadataDocument, BulkyMetadataPairType, BulkyMetadataType, ByteRangeRequestDocument, ByteRangeRequestType, ByteRangeResponseDocument, ByteRangeResponseType, CORSConfigurationDocument, CORSConfigurationEntry, CORSConfigurationEntryRequest, CORSConfigurationEntryResponse, CORSConfigurationType, CallbackDocument, CallbackDocumentType, CallbackLocationResourceType, CarbonJobInfoType, CarbonPreset, CerifyType, ChangesetUUIDDocument, ChangesetUUIDListDocument, ChangesetUUIDListType, ChangesetUUIDType, ClipType, ClosedCaptionsExtraction, CloudConvertType, CodecStatusType, CodecType, CollectionContentEntityTypeType, CollectionContentModeType, CollectionContentType, CollectionCriterionType, CollectionDocument, CollectionListDocument, CollectionListType, CollectionReorderDocument, CollectionReorderEntryType, CollectionReorderType, CollectionSynchronizeType, CollectionType, CompType, ComplexJobAnalyzeType, ComplexJobAtomType, ComplexJobAudioChannelMapInputType, ComplexJobAudioChannelSequenceInputType, ComplexJobAudioOutputType, ComplexJobBulkyMetadataRequestType, ComplexJobDocument, ComplexJobInputType, ComplexJobMixInputType, ComplexJobMixType, ComplexJobOTIFType, ComplexJobOutputFormatType, ComplexJobOutputType, ComplexJobSubtitleOutputType, ComplexJobType, ComplexJobVideoOutputType, ComponentDocument, ComponentListDocument, ComponentListType, ComponentSynchronizeType, ComponentType, ComponentTypeType, ConfigurationPropertyDocument, ConfigurationPropertyListDocument, ConfigurationPropertyListType, ConfigurationPropertyType, ConflictExceptionType, ConformDestinationType, ConformDocument, ConformIntervalType, ConformOverlayType, ConformRequestDocument, ConformRequestType, ConformSegmentType, ConformSourceType, ConformTimePointType, ConformTimelineType, ConformType, ConnectionPoolType, ConstraintValueListDocument, ConstraintValueListType, ContainerComponentDocument, ContainerComponentType, CostEstimateDocument, CostEstimateType, CriterionType, DMS1Document, DMS1Type, DatabasePurgingConfigurationDocument, DatabasePurgingConfigurationType, DeletionLockDocument, DeletionLockListDocument, DeletionLockListType, DeletionLockType, DescriptorComponentDocument, DescriptorComponentType, DocumentListDocument, DocumentListType, DurationDocument, DurationJobDocument, DurationJobType, DurationResponse, DurationType, EDLEntryType, EDLType, EffectParameterType, EffectPointType, EffectType, EidrDocument, EidrType, EmptyString, EncodeDecodeType, EntitySynchronizeDocument, EntitySynchronizeType, ErrorLogDocument, ErrorLogListDocument, ErrorLogListType, ErrorLogType, EssenceMappingsDocument, EssenceMappingsType, EssenceVersionDocument, EssenceVersionListDocument, EssenceVersionListType, EssenceVersionType, ExceptionDocument, ExceptionType, ExportInformationDocument, ExportInformationType, ExportLocationDocument, ExportLocationListDocument, ExportLocationListType, ExportLocationType, ExportProblemType, ExportRequestDocument, ExportRequestType, ExportResponseDocument, ExportResponseType, ExportStatusDocument, ExportStatusType, ExportTemplateArchive, ExportTemplateArchiveType, ExportTemplateCollection, ExportTemplateComponent, ExportTemplateComponentFile, ExportTemplateCompress, ExportTemplateCompressType, ExportTemplateDocument, ExportTemplateDummy, ExportTemplateExternal, ExportTemplateFolder, ExportTemplateItem, ExportTemplateIterate, ExportTemplateLibrary, ExportTemplateScript, ExportTemplateSequence, ExportTemplateShape, ExportTemplateText, ExportTemplateTextContent, ExportTemplateType, ExternalIdentifierDocument, ExternalIdentifierListDocument, ExternalIdentifierListType, ExternalIdentifierNamespaceDocument, ExternalIdentifierNamespaceListDocument, ExternalIdentifierNamespaceListType, ExternalIdentifierNamespaceType, ExternalIdentifierType, ExternalMediaType, ExternalTranscodeJobDocument, ExternalTranscodeJobType, ExternalTranscoderType, ExternalVideoMediaType, FacetCountType, FacetFilterType, FacetRangeType, FacetType, FastStartSettingType, FileAlreadyExistsExceptionType, FileDocument, FileImportDefType, FileListDocument, FileListType, FileMappingType, FilePrefixType, FileReferenceType, FileSearchDocument, FileSearchType, FileSequestionDefinitionType, FileSiteAvailabilityDocument, FileSiteAvailabilityType, FileSynchronizationCustomMethodType, FileSynchronizationEntryDocument, FileSynchronizationEntryListDocument, FileSynchronizationEntryListType, FileSynchronizationEntryStatusType, FileSynchronizationEntryType, FileSynchronizationInfoDocument, FileSynchronizationInfoType, FileSynchronizationLogDocument, FileSynchronizationLogEntryType, FileSynchronizationLogType, FileSynchronizationMethodType, FileSynchronizationRuleDocument, FileSynchronizationRuleListDocument, FileSynchronizationRuleListType, FileSynchronizationRuleType, FileSynchronizationScheduleEntryType, FileSynchronizationScheduleType, FileSynchronizationUriMethodType, FileSynchronizeType, FileType, FilenameFilterType, FinalCutServerType, ForbiddenExceptionType, ForwardServiceType, FrameRateType, FtpPoolConfigurationDocument, FtpPoolConfigurationType, GUIDType, GenericType, GroupDocument, GroupListDocument, GroupListType, GroupSearchDocument, GroupSynchronizeType, GroupType, HasSubEntityType, HashComputeOperation, HashJobDocument, HashJobType, HashResponse, HighlighterType, IDFilterType, ImageJobDocument, ImportAccessControlListDocument, ImportAccessControlListType, ImportSettingsDocument, ImportSettingsType, ImportableFileDocument, ImportableFileListDocument, ImportableFileListType, ImportableFileType, IndexingConfigurationDocument, IndexingConfigurationType, InstanceUID, IntegerOrEmpty, InternalServerExceptionType, InvalidInputExceptionType, ItemCriterionType, ItemDocument, ItemListDocument, ItemListType, ItemRelationDocument, ItemRelationListDocument, ItemRelationListType, ItemRelationType, ItemSearchDocument, ItemSearchTextValueType, ItemSearchType, ItemSearchValueType, ItemSynchronizeType, ItemType, JobDocument, JobFilterType, JobInputProgressType, JobListDocument, JobListType, JobLogEntryType, JobPoolDocument, JobPoolListDocument, JobPoolListType, JobPoolType, JobPriorityConfigurationDocument, JobPriorityConfigurationType, JobProblemDocument, JobProblemListDocument, JobProblemListType, JobProblemType, JobRequestChoiceType, JobSearchDocument, JobSearchType, JobStatusDocument, JobStatusListDocument, JobStatusListType, JobStatusType, JobTaskProgressType, JobTaskProgressType_unit, JobTaskType, JobType, KeyValuePairType, KeyValueType, LDAPImportType, LDAPResourceType, LDAPSyncType, LibrarySettingsDocument, LibrarySettingsType, LibrarySynchronizeType, LicenseErrorType, LicenseExceptionType, LicenseNumberType, LicenseType, LockDocument, LockType, LogReportConfigurationDocument, LogReportConfigurationType, LoudnessDocument, LoudnessMixType, LoudnessType, MDObjectBase, MDObjectLeaf, MDObjectNode, MDObjectStrongReference, MDObjectWeakReference, MDSegment, MOVIndexJobDocument, MOVIndexJobType, MXFOp1bJobDocument, MXFOp1bJobType, MXFPackagesType, MXFServerResourceType, MXFTimecodeExtractionJobDocument, MXFTimecodeExtractionJobType, MXFTimestampType, MasterLicenseDocument, MasterLicenseType, MaterialPackageTrackType, MaterialPackageType, MediaComponentType, MetadataChangeSetDocument, MetadataChangeSetType, MetadataDatasetListDocument, MetadataDatasetListType, MetadataDocument, MetadataEntryDocument, MetadataEntryListDocument, MetadataEntryListType, MetadataEntryListType2, MetadataEntrySyncType, MetadataEntryType, MetadataFieldAccessControlDocument, MetadataFieldAccessControlListDocument, MetadataFieldAccessControlListType, MetadataFieldAccessControlType, MetadataFieldDocument, MetadataFieldFloatType, MetadataFieldGroupDocument, MetadataFieldGroupListDocument, MetadataFieldGroupListType, MetadataFieldGroupPermissionType, MetadataFieldGroupSearchDocument, MetadataFieldGroupType, MetadataFieldIndexType, MetadataFieldIntegerType, MetadataFieldListDocument, MetadataFieldListType, MetadataFieldLongType, MetadataFieldPermissionType, MetadataFieldResultDocument, MetadataFieldResultType, MetadataFieldStringType, MetadataFieldType, MetadataFieldTypeType, MetadataFieldValidationDocument, MetadataFieldValidationType, MetadataFieldValueConstraintListDocument, MetadataFieldValueConstraintListType, MetadataFieldValueConstraintType, MetadataFieldValueType, MetadataGroupSearchDocument, MetadataGroupSearchOperatorType, MetadataGroupSearchType, MetadataGroupValueType, MetadataListDocument, MetadataListType, MetadataLockDocument, MetadataLockListDocument, MetadataLockListType, MetadataLockType, MetadataModeType, MetadataReferenceType, MetadataReferencedType, MetadataSchemaAttributes, MetadataSchemaDeleteOperationType, MetadataSchemaDocument, MetadataSchemaElementType, MetadataSchemaGroupDocument, MetadataSchemaGroupType, MetadataSchemaHierarchyType, MetadataSchemaMigrationDocument, MetadataSchemaMigrationListDocument, MetadataSchemaMigrationListType, MetadataSchemaMigrationType, MetadataSchemaMoveOperationType, MetadataSchemaRenameOperationType, MetadataSchemaType, MetadataSynchronizeType, MetadataType, MetadataValueAttributes, MetadataValueType, MetadataWrapperDocument, MetadataWrapperType, MetricsConfigurationDocument, MetricsConfigurationType, MetricsReporterType, NLEJob2AudioOutputType, NLEJob2MixType, NLEJob2MixTypeInput, NLEJob2OutputType, NLEJob2VideoOutputType, NLEJobAudioOutputType, NLEJobDocument, NLEJobOutputType, NLEJobSequenceType, NLEJobTransitionType, NLEJobType, NLEJobVideoOutputType, NameURIPairType, NetworkType, NotAuthorizedExceptionType, NotFoundExceptionType, NotYetImplementedExceptionType, NotificationAccessTriggerType, NotificationActionType, NotificationCollectionTriggerType, NotificationDeletionLockTriggerType, NotificationDocument, NotificationDocumentTriggerType, NotificationEjbActionType, NotificationFileTriggerType, NotificationGroupTriggerType, NotificationHttpActionType, NotificationItemTriggerType, NotificationJavaScriptActionType, NotificationJmsActionType, NotificationJobTriggerType, NotificationMetadataTriggerType, NotificationQuotaTriggerType, NotificationSNSActionType, NotificationSQSActionType, NotificationShapeTriggerType, NotificationStorageTriggerType, NotificationTriggerDocument, NotificationTriggerType, NotificationType, OAuth2ConfigurationDocument, OAuth2ConfigurationType, OSName, OtifConfigurationDocument, OtifConfigurationListDocument, OtifConfigurationListType, OtifConfigurationType, OtifDocument, OtifJobConfigurationDocument, OtifJobConfigurationListDocument, OtifJobConfigurationListType, OtifJobConfigurationType, OtifListDocument, OtifListType, OtifOSDocment, OtifOSType, OtifPluginType, OtifPresetDocument, OtifPresetType, OtifResourceDocument, OtifResourceListDocument, OtifResourceListType, OtifResourceType, OtifTranscoderPluginDocment, OtifTranscoderPluginType, OtifType, OtifVxaPluginDocment, OtifVxaPluginType, OverlayType, PackageTrackType, PackageType, PartialFileDVDescriptorType, PartialFileDemuxerInfoType, PartialFileDescriptorDocument, PartialFileDescriptorType, PartialFileRandomIndexType, PathAliasConfigurationDocument, PathAliasConfigurationType, PlaceholderImportRequestDocument, PlaceholderImportRequestType, PluginType, ProjectDocument, ProjectFileDocument, ProjectFileType, ProjectType, ProjectVersionDocument, ProjectVersionType, QueueJobDocument, QueueJobType, QuotaFilterType, QuotaResourceType, QuotaRuleDocument, QuotaRuleListDocument, QuotaRuleListType, QuotaRuleType, REDDecoderType, RationalType, ReindexRequestDocument, ReindexRequestType, RelationType, Reply, ResolutionType, ResourceDocument, ResourceListDocument, ResourceListType, ResourceTagType, ResourceType, ResourceTypeListDocument, ResourceTypeListType, S3CredentialType, ScalingType, ScheduledRequestDocument, ScheduledRequestListDocument, ScheduledRequestListType, ScheduledRequestType, SearchAclType, SearchFacetType, SearchFieldType, SearchFilterType, SearchGroupType, SearchHighlightType, SearchHistoryDocument, SearchHistoryListType, SearchHistoryType, SearchIntervalsType, SearchOperationType, SearchOperatorType, SearchPermissionType, SearchResultDocument, SearchResultEntryTimespanType, SearchResultEntryType, SearchResultType, SearchTargetType, SegmentationJobDocument, SegmentationJobType, SelfTestDocument, SelfTestType, SequenceDocument, SequenceListDocument, SequenceListType, SequenceMediaType, SequenceMetaDataType, SequenceRangeType, SequenceRenderRequestDocument, SequenceRenderRequestType, SequenceTrackType, SequenceTransitionType, SequenceType, ServiceConfigurationResultDocument, ServiceConfigurationResultType, ShapeCriterionType, ShapeDeductionJobDocument, ShapeDeductionJobType, ShapeDeductionResponse, ShapeDocument, ShapeListDocument, ShapeListType, ShapeSearchDocument, ShapeSearchType, ShapeSynchronizeType, ShapeTagSynchronizeType, ShapeType, SigniantType, SimpleMetadataDocument, SimpleMetadataType, SimpleSearchFieldType, SimpleSearchOperationType, SimpleSearchOperatorType, SimpleSearchType, SimpleTimelineDocument, SimpleTimelineType, SiteDefinitionDocument, SiteDefinitionType, SiteIdType, SiteInitializationStatusDocument, SiteInitializationStatusType, SiteRuleDocument, SiteRuleListDocument, SiteRuleListType, SiteRuleType, SlaveAuthDocument, SlaveAuthInfoDocument, SlaveAuthInfoType, SlaveAuthType, SlaveLicenseDocument, SlaveLicenseListDocument, SlaveLicenseListType, SlaveLicenseType, SlaveListDocument, SlaveListType, SlaveType, SmartCropType, SolrAddType, SolrDocumentType, SortingOrderType, StatsDRecieverType, StatsdReporterType, StorageCriteriaType, StorageDocument, StorageFileSequenceType, StorageFilterType, StorageGroupDocument, StorageGroupListDocument, StorageGroupListType, StorageGroupType, StorageImportDocument, StorageImportType, StorageListDocument, StorageListType, StorageMappingType, StorageMethodListDocument, StorageMethodListType, StorageMethodType, StorageRuleDocument, StorageRuleType, StorageRulesDocument, StorageRulesType, StorageType, StreamIntervalType, SubClipType, SubtitleClipType, SubtitleComponentDocument, SubtitleComponentType, SuggestionResultType, SuggestionSearchType, SupportedProtocolsDocument, SupportedProtocolsType, SyncPolicyType, SystemInfoType, TapePackageTrackType, TapePackageType, TaskDefinitionDependency, TaskDefinitionDocument, TaskDefinitionListDocument, TaskDefinitionListType, TaskDefinitionType, TaskGroupDocument, TaskGroupListDocument, TaskGroupListType, TaskGroupType, TerseMetadataDocument, TerseMetadataListDocument, TerseMetadataListType, TextOverlayType, TextRenditionType, ThumbnailInfoType, ThumbnailServiceType, ThumbnailSpriteSheetDocument, ThumbnailSpriteSheetType, ThumbnailSynchronizeType, ThumbnailsSynchronizeDocument, ThumbnailsSynchronizeType, TimeBaseType, TimeCodeType, TimeIntervalType, TimelineDocument, TimelineJobRequestDocument, TimelineJobRequestType, TimelineType, TrackSegmentType, TrackType, TranscodePresetDocument, TranscodePresetListDocument, TranscodePresetListType, TranscodePresetType, TranscoderConfigurationDocument, TranscoderConfigurationType, TranscoderDirectAccess, TranscoderJobType, TranscoderLicenseStatusDocument, TranscoderLicenseStatusType, TranscoderType, TranscoderVersionDocument, TranscoderVersionType, TransferDocument, TransferJobDocument, TransferJobType, TransferListDocument, TransferListType, TransferLogEntryType, TransferLogListDocument, TransferLogListType, TransferOperation, TransferResponse, TransferType, TransitionType, ULType, UMIDType, URIListDocument, URIListType, UUIDType, UserDocument, UserListDocument, UserListType, UserSearchDocument, UserSynchronizeType, UserType, VXADocument, VXAForwardService, VXAJobDocument, VXAJobListDocument, VXAJobListType, VXAJobType, VXAListDocument, VXAListType, VXAStatus, VXAStorageCapacityDocument, VXAStorageCapacityType, VXAStorageType, VXAType, VXAUpdateDocument, VXAUpdateType, VXAVSInstanceType, VersionDocument, VersionType, VideoClipType, VideoComponentDocument, VideoComponentType, VideoMediaInfoType, VideoTranscodePresetType, VidinetServiceType, VidispineServiceDocument, VidispineServiceListDocument, VidispineServiceListType, VidispineServiceType, WaveformDataDocument, WaveformDataType, WebsocketUpdateDocument, WebsocketUpdateListDocument, WebsocketUpdateListType, WebsocketUpdateRequestDocument, WebsocketUpdateRequestType, WebsocketUpdateType, WeekDayType, XMPJobDocument, XMPJobType, XMPReadOperation, XMPResponse, XMPWriteOperation, add, constraintValueType, doc, jobNotificationContentFilter, sequenceDefinitionType, vsXSLTVersion };