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