@vidispine/types 22.4.0-pre.3 → 22.4.0-pre.5

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