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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (828) hide show
  1. package/README.md +1 -0
  2. package/dist/index.d.ts +4909 -0
  3. package/package.json +17 -8
  4. package/rollup.config.js +12 -0
  5. package/src/index.ts +819 -0
  6. package/src/models/AAFGeneratorJobDocument.ts +3 -0
  7. package/src/models/AAFGeneratorJobType.ts +6 -0
  8. package/src/models/AAFGeneratorResponse.ts +4 -0
  9. package/src/models/AccessControlDocument.ts +3 -0
  10. package/src/models/AccessControlListDocument.ts +3 -0
  11. package/src/models/AccessControlListType.ts +5 -0
  12. package/src/models/AccessControlMergedDocument.ts +3 -0
  13. package/src/models/AccessControlMergedGroupDocument.ts +3 -0
  14. package/src/models/AccessControlMergedGroupType.ts +17 -0
  15. package/src/models/AccessControlMergedType.ts +31 -0
  16. package/src/models/AccessControlMetadataType.ts +3 -0
  17. package/src/models/AccessControlShapeType.ts +3 -0
  18. package/src/models/AccessControlSynchronizeType.ts +7 -0
  19. package/src/models/AccessControlType.ts +26 -0
  20. package/src/models/AccessControlUriType.ts +3 -0
  21. package/src/models/AccessKeyDocument.ts +3 -0
  22. package/src/models/AccessKeyListDocument.ts +3 -0
  23. package/src/models/AccessKeyListType.ts +6 -0
  24. package/src/models/AccessKeyType.ts +7 -0
  25. package/src/models/AddressPortType.ts +5 -0
  26. package/src/models/AmountType.ts +4 -0
  27. package/src/models/AnalyzeAudioChannelType.ts +6 -0
  28. package/src/models/AnalyzeAudioJobType.ts +5 -0
  29. package/src/models/AnalyzeAudioType.ts +5 -0
  30. package/src/models/AnalyzeJobDocument.ts +3 -0
  31. package/src/models/AnalyzeJobType.ts +25 -0
  32. package/src/models/AnalyzePresetDocument.ts +3 -0
  33. package/src/models/AnalyzePresetListDocument.ts +3 -0
  34. package/src/models/AnalyzePresetListType.ts +5 -0
  35. package/src/models/AnalyzePresetType.ts +8 -0
  36. package/src/models/AnalyzeVideoJobType.ts +5 -0
  37. package/src/models/AnalyzeVideoType.ts +5 -0
  38. package/src/models/AppliesToType.ts +1 -0
  39. package/src/models/AppliesToValueType.ts +4 -0
  40. package/src/models/AspectRatioType.ts +4 -0
  41. package/src/models/AssetMappingType.ts +7 -0
  42. package/src/models/AudioClipType.ts +5 -0
  43. package/src/models/AudioComponentDocument.ts +3 -0
  44. package/src/models/AudioComponentType.ts +11 -0
  45. package/src/models/AudioMediaInfoType.ts +3 -0
  46. package/src/models/AudioOutputType.ts +10 -0
  47. package/src/models/AudioTrackTranscodePresetType.ts +13 -0
  48. package/src/models/AudioTranscodePresetChannelMixType.ts +9 -0
  49. package/src/models/AudioTranscodePresetMixType.ts +6 -0
  50. package/src/models/AudioTranscodePresetType.ts +21 -0
  51. package/src/models/AuditLogDocument.ts +3 -0
  52. package/src/models/AuditLogEntryType.ts +13 -0
  53. package/src/models/AuditLogType.ts +6 -0
  54. package/src/models/AuthenticationTokenDocument.ts +3 -0
  55. package/src/models/AuthenticationTokenType.ts +4 -0
  56. package/src/models/AutoImportRuleDocument.ts +3 -0
  57. package/src/models/AutoImportRuleListDocument.ts +3 -0
  58. package/src/models/AutoImportRuleListType.ts +5 -0
  59. package/src/models/AutoImportRuleType.ts +24 -0
  60. package/src/models/AutoProjectionInputFilterType.ts +1 -0
  61. package/src/models/AutoProjectionRuleDocument.ts +3 -0
  62. package/src/models/AutoProjectionRuleType.ts +16 -0
  63. package/src/models/AutoProjectionStepType.ts +4 -0
  64. package/src/models/AutoProjectionTriggerType.ts +1 -0
  65. package/src/models/AutocompleteRequestDocument.ts +3 -0
  66. package/src/models/AutocompleteRequestType.ts +5 -0
  67. package/src/models/AutocompleteResponseDocument.ts +3 -0
  68. package/src/models/AutocompleteResponseType.ts +4 -0
  69. package/src/models/BaseMediaInfoType.ts +7 -0
  70. package/src/models/BeanCallbackDocument.ts +3 -0
  71. package/src/models/BeanCallbackListDocument.ts +3 -0
  72. package/src/models/BeanCallbackListType.ts +5 -0
  73. package/src/models/BeanCallbackType.ts +9 -0
  74. package/src/models/BinaryComponentDocument.ts +3 -0
  75. package/src/models/BinaryComponentType.ts +10 -0
  76. package/src/models/BorderType.ts +7 -0
  77. package/src/models/BulkyMapEntryType.ts +4 -0
  78. package/src/models/BulkyMapListDocument.ts +3 -0
  79. package/src/models/BulkyMapListType.ts +5 -0
  80. package/src/models/BulkyMapType.ts +5 -0
  81. package/src/models/BulkyMetadataConfigurationDocument.ts +3 -0
  82. package/src/models/BulkyMetadataConfigurationType.ts +9 -0
  83. package/src/models/BulkyMetadataDocument.ts +3 -0
  84. package/src/models/BulkyMetadataPairType.ts +12 -0
  85. package/src/models/BulkyMetadataType.ts +7 -0
  86. package/src/models/ByteRangeRequestDocument.ts +3 -0
  87. package/src/models/ByteRangeRequestType.ts +7 -0
  88. package/src/models/ByteRangeResponseDocument.ts +3 -0
  89. package/src/models/ByteRangeResponseType.ts +4 -0
  90. package/src/models/CORSConfigurationDocument.ts +3 -0
  91. package/src/models/CORSConfigurationEntry.ts +7 -0
  92. package/src/models/CORSConfigurationEntryRequest.ts +9 -0
  93. package/src/models/CORSConfigurationEntryResponse.ts +9 -0
  94. package/src/models/CORSConfigurationType.ts +5 -0
  95. package/src/models/CallbackDocument.ts +3 -0
  96. package/src/models/CallbackDocumentType.ts +5 -0
  97. package/src/models/CallbackLocationResourceType.ts +3 -0
  98. package/src/models/CarbonJobInfoType.ts +33 -0
  99. package/src/models/CarbonPreset.ts +12 -0
  100. package/src/models/CerifyType.ts +10 -0
  101. package/src/models/ChangesetUUIDDocument.ts +3 -0
  102. package/src/models/ChangesetUUIDListDocument.ts +3 -0
  103. package/src/models/ChangesetUUIDListType.ts +5 -0
  104. package/src/models/ChangesetUUIDType.ts +7 -0
  105. package/src/models/ClipType.ts +11 -0
  106. package/src/models/ClosedCaptionsExtraction.ts +4 -0
  107. package/src/models/CloudConvertType.ts +9 -0
  108. package/src/models/CodecStatusType.ts +6 -0
  109. package/src/models/CodecType.ts +5 -0
  110. package/src/models/CollectionContentEntityTypeType.ts +1 -0
  111. package/src/models/CollectionContentModeType.ts +1 -0
  112. package/src/models/CollectionContentType.ts +15 -0
  113. package/src/models/CollectionCriterionType.ts +9 -0
  114. package/src/models/CollectionDocument.ts +3 -0
  115. package/src/models/CollectionListDocument.ts +3 -0
  116. package/src/models/CollectionListType.ts +13 -0
  117. package/src/models/CollectionReorderDocument.ts +3 -0
  118. package/src/models/CollectionReorderEntryType.ts +6 -0
  119. package/src/models/CollectionReorderType.ts +7 -0
  120. package/src/models/CollectionSynchronizeType.ts +23 -0
  121. package/src/models/CollectionType.ts +22 -0
  122. package/src/models/CompType.ts +5 -0
  123. package/src/models/ComplexJobAnalyzeType.ts +20 -0
  124. package/src/models/ComplexJobAtomType.ts +6 -0
  125. package/src/models/ComplexJobAudioChannelMapInputType.ts +5 -0
  126. package/src/models/ComplexJobAudioChannelSequenceInputType.ts +5 -0
  127. package/src/models/ComplexJobAudioOutputType.ts +7 -0
  128. package/src/models/ComplexJobBulkyMetadataRequestType.ts +4 -0
  129. package/src/models/ComplexJobDocument.ts +3 -0
  130. package/src/models/ComplexJobInputType.ts +9 -0
  131. package/src/models/ComplexJobMixInputType.ts +5 -0
  132. package/src/models/ComplexJobMixType.ts +9 -0
  133. package/src/models/ComplexJobOTIFType.ts +12 -0
  134. package/src/models/ComplexJobOutputFormatType.ts +34 -0
  135. package/src/models/ComplexJobOutputType.ts +21 -0
  136. package/src/models/ComplexJobSubtitleOutputType.ts +3 -0
  137. package/src/models/ComplexJobType.ts +42 -0
  138. package/src/models/ComplexJobVideoOutputType.ts +60 -0
  139. package/src/models/ComponentDocument.ts +3 -0
  140. package/src/models/ComponentListDocument.ts +3 -0
  141. package/src/models/ComponentListType.ts +5 -0
  142. package/src/models/ComponentSynchronizeType.ts +19 -0
  143. package/src/models/ComponentType.ts +9 -0
  144. package/src/models/ComponentTypeType.ts +6 -0
  145. package/src/models/ConfigurationPropertyDocument.ts +3 -0
  146. package/src/models/ConfigurationPropertyListDocument.ts +3 -0
  147. package/src/models/ConfigurationPropertyListType.ts +5 -0
  148. package/src/models/ConfigurationPropertyType.ts +5 -0
  149. package/src/models/ConflictExceptionType.ts +6 -0
  150. package/src/models/ConformDestinationType.ts +5 -0
  151. package/src/models/ConformDocument.ts +3 -0
  152. package/src/models/ConformIntervalType.ts +6 -0
  153. package/src/models/ConformOverlayType.ts +9 -0
  154. package/src/models/ConformRequestDocument.ts +3 -0
  155. package/src/models/ConformRequestType.ts +7 -0
  156. package/src/models/ConformSegmentType.ts +7 -0
  157. package/src/models/ConformSourceType.ts +7 -0
  158. package/src/models/ConformTimePointType.ts +6 -0
  159. package/src/models/ConformTimelineType.ts +5 -0
  160. package/src/models/ConformType.ts +11 -0
  161. package/src/models/ConnectionPoolType.ts +6 -0
  162. package/src/models/ConstraintValueListDocument.ts +3 -0
  163. package/src/models/ConstraintValueListType.ts +5 -0
  164. package/src/models/ContainerComponentDocument.ts +3 -0
  165. package/src/models/ContainerComponentType.ts +17 -0
  166. package/src/models/CostEstimateDocument.ts +3 -0
  167. package/src/models/CostEstimateType.ts +17 -0
  168. package/src/models/CriterionType.ts +11 -0
  169. package/src/models/DMS1Document.ts +3 -0
  170. package/src/models/DMS1Type.ts +16 -0
  171. package/src/models/DatabasePurgingConfigurationDocument.ts +3 -0
  172. package/src/models/DatabasePurgingConfigurationType.ts +25 -0
  173. package/src/models/DeletionLockDocument.ts +3 -0
  174. package/src/models/DeletionLockListDocument.ts +3 -0
  175. package/src/models/DeletionLockListType.ts +5 -0
  176. package/src/models/DeletionLockType.ts +14 -0
  177. package/src/models/DescriptorComponentDocument.ts +3 -0
  178. package/src/models/DescriptorComponentType.ts +8 -0
  179. package/src/models/DocumentListDocument.ts +3 -0
  180. package/src/models/DocumentListType.ts +7 -0
  181. package/src/models/DurationDocument.ts +3 -0
  182. package/src/models/DurationJobDocument.ts +3 -0
  183. package/src/models/DurationJobType.ts +10 -0
  184. package/src/models/DurationResponse.ts +7 -0
  185. package/src/models/DurationType.ts +7 -0
  186. package/src/models/EDLEntryType.ts +5 -0
  187. package/src/models/EDLType.ts +8 -0
  188. package/src/models/EffectParameterType.ts +7 -0
  189. package/src/models/EffectPointType.ts +4 -0
  190. package/src/models/EffectType.ts +9 -0
  191. package/src/models/EidrDocument.ts +3 -0
  192. package/src/models/EidrType.ts +7 -0
  193. package/src/models/EmptyString.ts +1 -0
  194. package/src/models/EncodeDecodeType.ts +4 -0
  195. package/src/models/EntitySynchronizeDocument.ts +3 -0
  196. package/src/models/EntitySynchronizeType.ts +18 -0
  197. package/src/models/ErrorLogDocument.ts +3 -0
  198. package/src/models/ErrorLogListDocument.ts +3 -0
  199. package/src/models/ErrorLogListType.ts +5 -0
  200. package/src/models/ErrorLogType.ts +8 -0
  201. package/src/models/EssenceMappingsDocument.ts +3 -0
  202. package/src/models/EssenceMappingsType.ts +9 -0
  203. package/src/models/EssenceVersionDocument.ts +3 -0
  204. package/src/models/EssenceVersionListDocument.ts +3 -0
  205. package/src/models/EssenceVersionListType.ts +7 -0
  206. package/src/models/EssenceVersionType.ts +6 -0
  207. package/src/models/ExceptionDocument.ts +3 -0
  208. package/src/models/ExceptionType.ts +21 -0
  209. package/src/models/ExportInformationDocument.ts +3 -0
  210. package/src/models/ExportInformationType.ts +7 -0
  211. package/src/models/ExportLocationDocument.ts +3 -0
  212. package/src/models/ExportLocationListDocument.ts +3 -0
  213. package/src/models/ExportLocationListType.ts +5 -0
  214. package/src/models/ExportLocationType.ts +8 -0
  215. package/src/models/ExportProblemType.ts +8 -0
  216. package/src/models/ExportRequestDocument.ts +3 -0
  217. package/src/models/ExportRequestType.ts +17 -0
  218. package/src/models/ExportResponseDocument.ts +3 -0
  219. package/src/models/ExportResponseType.ts +7 -0
  220. package/src/models/ExportStatusDocument.ts +3 -0
  221. package/src/models/ExportStatusType.ts +5 -0
  222. package/src/models/ExportTemplateArchive.ts +6 -0
  223. package/src/models/ExportTemplateArchiveType.ts +1 -0
  224. package/src/models/ExportTemplateCollection.ts +6 -0
  225. package/src/models/ExportTemplateComponent.ts +3 -0
  226. package/src/models/ExportTemplateComponentFile.ts +3 -0
  227. package/src/models/ExportTemplateCompress.ts +6 -0
  228. package/src/models/ExportTemplateCompressType.ts +1 -0
  229. package/src/models/ExportTemplateDocument.ts +3 -0
  230. package/src/models/ExportTemplateDummy.ts +3 -0
  231. package/src/models/ExportTemplateExternal.ts +5 -0
  232. package/src/models/ExportTemplateFolder.ts +3 -0
  233. package/src/models/ExportTemplateItem.ts +6 -0
  234. package/src/models/ExportTemplateIterate.ts +6 -0
  235. package/src/models/ExportTemplateLibrary.ts +6 -0
  236. package/src/models/ExportTemplateScript.ts +1 -0
  237. package/src/models/ExportTemplateSequence.ts +7 -0
  238. package/src/models/ExportTemplateShape.ts +6 -0
  239. package/src/models/ExportTemplateText.ts +12 -0
  240. package/src/models/ExportTemplateTextContent.ts +3 -0
  241. package/src/models/ExportTemplateType.ts +10 -0
  242. package/src/models/ExternalIdentifierDocument.ts +3 -0
  243. package/src/models/ExternalIdentifierListDocument.ts +3 -0
  244. package/src/models/ExternalIdentifierListType.ts +5 -0
  245. package/src/models/ExternalIdentifierNamespaceDocument.ts +3 -0
  246. package/src/models/ExternalIdentifierNamespaceListDocument.ts +3 -0
  247. package/src/models/ExternalIdentifierNamespaceListType.ts +5 -0
  248. package/src/models/ExternalIdentifierNamespaceType.ts +5 -0
  249. package/src/models/ExternalIdentifierType.ts +6 -0
  250. package/src/models/ExternalMediaType.ts +9 -0
  251. package/src/models/ExternalTranscodeJobDocument.ts +3 -0
  252. package/src/models/ExternalTranscodeJobType.ts +10 -0
  253. package/src/models/ExternalTranscoderType.ts +9 -0
  254. package/src/models/ExternalVideoMediaType.ts +8 -0
  255. package/src/models/FacetCountType.ts +4 -0
  256. package/src/models/FacetRangeType.ts +6 -0
  257. package/src/models/FacetType.ts +9 -0
  258. package/src/models/FastStartSettingType.ts +9 -0
  259. package/src/models/FileAlreadyExistsExceptionType.ts +5 -0
  260. package/src/models/FileDocument.ts +3 -0
  261. package/src/models/FileImportDefType.ts +8 -0
  262. package/src/models/FileListDocument.ts +3 -0
  263. package/src/models/FileListType.ts +9 -0
  264. package/src/models/FileMappingType.ts +7 -0
  265. package/src/models/FilePrefixType.ts +3 -0
  266. package/src/models/FileReferenceType.ts +9 -0
  267. package/src/models/FileSearchDocument.ts +3 -0
  268. package/src/models/FileSearchType.ts +3 -0
  269. package/src/models/FileSequestionDefinitionType.ts +7 -0
  270. package/src/models/FileSiteAvailabilityDocument.ts +3 -0
  271. package/src/models/FileSiteAvailabilityType.ts +3 -0
  272. package/src/models/FileSynchronizationCustomMethodType.ts +6 -0
  273. package/src/models/FileSynchronizationEntryDocument.ts +3 -0
  274. package/src/models/FileSynchronizationEntryListDocument.ts +3 -0
  275. package/src/models/FileSynchronizationEntryListType.ts +5 -0
  276. package/src/models/FileSynchronizationEntryStatusType.ts +5 -0
  277. package/src/models/FileSynchronizationEntryType.ts +15 -0
  278. package/src/models/FileSynchronizationInfoDocument.ts +3 -0
  279. package/src/models/FileSynchronizationInfoType.ts +7 -0
  280. package/src/models/FileSynchronizationLogDocument.ts +3 -0
  281. package/src/models/FileSynchronizationLogEntryType.ts +4 -0
  282. package/src/models/FileSynchronizationLogType.ts +5 -0
  283. package/src/models/FileSynchronizationMethodType.ts +7 -0
  284. package/src/models/FileSynchronizationRuleDocument.ts +3 -0
  285. package/src/models/FileSynchronizationRuleListDocument.ts +3 -0
  286. package/src/models/FileSynchronizationRuleListType.ts +5 -0
  287. package/src/models/FileSynchronizationRuleType.ts +8 -0
  288. package/src/models/FileSynchronizationScheduleEntryType.ts +7 -0
  289. package/src/models/FileSynchronizationScheduleType.ts +5 -0
  290. package/src/models/FileSynchronizationUriMethodType.ts +4 -0
  291. package/src/models/FileSynchronizeType.ts +7 -0
  292. package/src/models/FileType.ts +32 -0
  293. package/src/models/FilenameFilterType.ts +4 -0
  294. package/src/models/FinalCutServerType.ts +9 -0
  295. package/src/models/ForbiddenExceptionType.ts +5 -0
  296. package/src/models/ForwardServiceType.ts +4 -0
  297. package/src/models/FrameRateType.ts +3 -0
  298. package/src/models/FtpPoolConfigurationDocument.ts +3 -0
  299. package/src/models/FtpPoolConfigurationType.ts +5 -0
  300. package/src/models/GUIDType.ts +1 -0
  301. package/src/models/GenericType.ts +1 -0
  302. package/src/models/GroupDocument.ts +3 -0
  303. package/src/models/GroupListDocument.ts +3 -0
  304. package/src/models/GroupListType.ts +6 -0
  305. package/src/models/GroupSearchDocument.ts +3 -0
  306. package/src/models/GroupSynchronizeType.ts +10 -0
  307. package/src/models/GroupType.ts +17 -0
  308. package/src/models/HasSubEntityType.ts +4 -0
  309. package/src/models/HashComputeOperation.ts +8 -0
  310. package/src/models/HashJobDocument.ts +3 -0
  311. package/src/models/HashJobType.ts +6 -0
  312. package/src/models/HashResponse.ts +7 -0
  313. package/src/models/HighlighterType.ts +3 -0
  314. package/src/models/IDFilterType.ts +3 -0
  315. package/src/models/ImageJobDocument.ts +3 -0
  316. package/src/models/ImportAccessControlListDocument.ts +3 -0
  317. package/src/models/ImportAccessControlListType.ts +6 -0
  318. package/src/models/ImportSettingsDocument.ts +3 -0
  319. package/src/models/ImportSettingsType.ts +7 -0
  320. package/src/models/ImportableFileDocument.ts +3 -0
  321. package/src/models/ImportableFileListDocument.ts +3 -0
  322. package/src/models/ImportableFileListType.ts +8 -0
  323. package/src/models/ImportableFileType.ts +7 -0
  324. package/src/models/IndexingConfigurationDocument.ts +3 -0
  325. package/src/models/IndexingConfigurationType.ts +12 -0
  326. package/src/models/InstanceUID.ts +1 -0
  327. package/src/models/IntegerOrEmpty.ts +1 -0
  328. package/src/models/InternalServerExceptionType.ts +3 -0
  329. package/src/models/InvalidInputExceptionType.ts +6 -0
  330. package/src/models/ItemCriterionType.ts +7 -0
  331. package/src/models/ItemDocument.ts +3 -0
  332. package/src/models/ItemListDocument.ts +3 -0
  333. package/src/models/ItemListType.ts +14 -0
  334. package/src/models/ItemRelationDocument.ts +3 -0
  335. package/src/models/ItemRelationListDocument.ts +3 -0
  336. package/src/models/ItemRelationListType.ts +5 -0
  337. package/src/models/ItemRelationType.ts +12 -0
  338. package/src/models/ItemSearchDocument.ts +3 -0
  339. package/src/models/ItemSearchTextValueType.ts +5 -0
  340. package/src/models/ItemSearchType.ts +58 -0
  341. package/src/models/ItemSearchValueType.ts +7 -0
  342. package/src/models/ItemSynchronizeType.ts +24 -0
  343. package/src/models/ItemType.ts +34 -0
  344. package/src/models/JobDocument.ts +3 -0
  345. package/src/models/JobFilterType.ts +8 -0
  346. package/src/models/JobInputProgressType.ts +6 -0
  347. package/src/models/JobListDocument.ts +3 -0
  348. package/src/models/JobListType.ts +10 -0
  349. package/src/models/JobLogEntryType.ts +5 -0
  350. package/src/models/JobPoolDocument.ts +3 -0
  351. package/src/models/JobPoolListDocument.ts +3 -0
  352. package/src/models/JobPoolListType.ts +6 -0
  353. package/src/models/JobPoolType.ts +4 -0
  354. package/src/models/JobPriorityConfigurationDocument.ts +3 -0
  355. package/src/models/JobPriorityConfigurationType.ts +6 -0
  356. package/src/models/JobProblemDocument.ts +3 -0
  357. package/src/models/JobProblemListDocument.ts +3 -0
  358. package/src/models/JobProblemListType.ts +5 -0
  359. package/src/models/JobProblemType.ts +9 -0
  360. package/src/models/JobRequestChoiceType.ts +31 -0
  361. package/src/models/JobSearchDocument.ts +3 -0
  362. package/src/models/JobSearchType.ts +18 -0
  363. package/src/models/JobStatusDocument.ts +3 -0
  364. package/src/models/JobStatusListDocument.ts +3 -0
  365. package/src/models/JobStatusListType.ts +6 -0
  366. package/src/models/JobStatusType.ts +33 -0
  367. package/src/models/JobTaskProgressType.ts +7 -0
  368. package/src/models/JobTaskProgressType_unit.ts +1 -0
  369. package/src/models/JobTaskType.ts +18 -0
  370. package/src/models/JobType.ts +31 -0
  371. package/src/models/KeyValuePairType.ts +4 -0
  372. package/src/models/KeyValueType.ts +4 -0
  373. package/src/models/LDAPImportType.ts +4 -0
  374. package/src/models/LDAPResourceType.ts +22 -0
  375. package/src/models/LDAPSyncType.ts +6 -0
  376. package/src/models/LibrarySettingsDocument.ts +3 -0
  377. package/src/models/LibrarySettingsType.ts +12 -0
  378. package/src/models/LibrarySynchronizeType.ts +16 -0
  379. package/src/models/LicenseErrorType.ts +3 -0
  380. package/src/models/LicenseExceptionType.ts +3 -0
  381. package/src/models/LicenseNumberType.ts +4 -0
  382. package/src/models/LicenseType.ts +23 -0
  383. package/src/models/LockDocument.ts +3 -0
  384. package/src/models/LockType.ts +7 -0
  385. package/src/models/LogReportConfigurationDocument.ts +3 -0
  386. package/src/models/LogReportConfigurationType.ts +8 -0
  387. package/src/models/LoudnessDocument.ts +3 -0
  388. package/src/models/LoudnessMixType.ts +7 -0
  389. package/src/models/LoudnessType.ts +17 -0
  390. package/src/models/MDObjectBase.ts +6 -0
  391. package/src/models/MDObjectLeaf.ts +6 -0
  392. package/src/models/MDObjectNode.ts +13 -0
  393. package/src/models/MDObjectStrongReference.ts +6 -0
  394. package/src/models/MDObjectWeakReference.ts +6 -0
  395. package/src/models/MDSegment.ts +7 -0
  396. package/src/models/MOVIndexJobDocument.ts +3 -0
  397. package/src/models/MOVIndexJobType.ts +12 -0
  398. package/src/models/MXFOp1bJobDocument.ts +3 -0
  399. package/src/models/MXFOp1bJobType.ts +10 -0
  400. package/src/models/MXFPackagesType.ts +11 -0
  401. package/src/models/MXFServerResourceType.ts +20 -0
  402. package/src/models/MXFTimecodeExtractionJobDocument.ts +3 -0
  403. package/src/models/MXFTimecodeExtractionJobType.ts +6 -0
  404. package/src/models/MXFTimestampType.ts +9 -0
  405. package/src/models/MasterLicenseDocument.ts +3 -0
  406. package/src/models/MasterLicenseType.ts +5 -0
  407. package/src/models/MaterialPackageTrackType.ts +6 -0
  408. package/src/models/MaterialPackageType.ts +6 -0
  409. package/src/models/MediaComponentType.ts +25 -0
  410. package/src/models/MetadataChangeSetDocument.ts +3 -0
  411. package/src/models/MetadataChangeSetType.ts +9 -0
  412. package/src/models/MetadataDatasetListDocument.ts +3 -0
  413. package/src/models/MetadataDatasetListType.ts +7 -0
  414. package/src/models/MetadataDocument.ts +3 -0
  415. package/src/models/MetadataEntryDocument.ts +3 -0
  416. package/src/models/MetadataEntryListDocument.ts +3 -0
  417. package/src/models/MetadataEntryListType.ts +5 -0
  418. package/src/models/MetadataEntryListType2.ts +9 -0
  419. package/src/models/MetadataEntrySyncType.ts +21 -0
  420. package/src/models/MetadataEntryType.ts +14 -0
  421. package/src/models/MetadataFieldAccessControlDocument.ts +3 -0
  422. package/src/models/MetadataFieldAccessControlListDocument.ts +3 -0
  423. package/src/models/MetadataFieldAccessControlListType.ts +5 -0
  424. package/src/models/MetadataFieldAccessControlType.ts +10 -0
  425. package/src/models/MetadataFieldDocument.ts +3 -0
  426. package/src/models/MetadataFieldFloatType.ts +4 -0
  427. package/src/models/MetadataFieldGroupDocument.ts +3 -0
  428. package/src/models/MetadataFieldGroupListDocument.ts +3 -0
  429. package/src/models/MetadataFieldGroupListType.ts +5 -0
  430. package/src/models/MetadataFieldGroupPermissionType.ts +9 -0
  431. package/src/models/MetadataFieldGroupSearchDocument.ts +3 -0
  432. package/src/models/MetadataFieldGroupType.ts +16 -0
  433. package/src/models/MetadataFieldIndexType.ts +1 -0
  434. package/src/models/MetadataFieldIntegerType.ts +4 -0
  435. package/src/models/MetadataFieldListDocument.ts +3 -0
  436. package/src/models/MetadataFieldListType.ts +7 -0
  437. package/src/models/MetadataFieldLongType.ts +4 -0
  438. package/src/models/MetadataFieldPermissionType.ts +5 -0
  439. package/src/models/MetadataFieldResultDocument.ts +3 -0
  440. package/src/models/MetadataFieldResultType.ts +19 -0
  441. package/src/models/MetadataFieldStringType.ts +5 -0
  442. package/src/models/MetadataFieldType.ts +40 -0
  443. package/src/models/MetadataFieldTypeType.ts +21 -0
  444. package/src/models/MetadataFieldValidationDocument.ts +3 -0
  445. package/src/models/MetadataFieldValidationType.ts +8 -0
  446. package/src/models/MetadataFieldValueConstraintListDocument.ts +3 -0
  447. package/src/models/MetadataFieldValueConstraintListType.ts +5 -0
  448. package/src/models/MetadataFieldValueConstraintType.ts +5 -0
  449. package/src/models/MetadataFieldValueType.ts +18 -0
  450. package/src/models/MetadataGroupValueType.ts +17 -0
  451. package/src/models/MetadataListDocument.ts +3 -0
  452. package/src/models/MetadataListType.ts +9 -0
  453. package/src/models/MetadataLockDocument.ts +3 -0
  454. package/src/models/MetadataLockListDocument.ts +3 -0
  455. package/src/models/MetadataLockListType.ts +5 -0
  456. package/src/models/MetadataLockType.ts +6 -0
  457. package/src/models/MetadataModeType.ts +1 -0
  458. package/src/models/MetadataReferenceType.ts +1 -0
  459. package/src/models/MetadataReferencedType.ts +5 -0
  460. package/src/models/MetadataSchemaAttributes.ts +5 -0
  461. package/src/models/MetadataSchemaDeleteOperationType.ts +6 -0
  462. package/src/models/MetadataSchemaDocument.ts +3 -0
  463. package/src/models/MetadataSchemaElementType.ts +5 -0
  464. package/src/models/MetadataSchemaGroupDocument.ts +3 -0
  465. package/src/models/MetadataSchemaGroupType.ts +7 -0
  466. package/src/models/MetadataSchemaHierarchyType.ts +7 -0
  467. package/src/models/MetadataSchemaMigrationDocument.ts +3 -0
  468. package/src/models/MetadataSchemaMigrationListDocument.ts +3 -0
  469. package/src/models/MetadataSchemaMigrationListType.ts +5 -0
  470. package/src/models/MetadataSchemaMigrationType.ts +12 -0
  471. package/src/models/MetadataSchemaMoveOperationType.ts +7 -0
  472. package/src/models/MetadataSchemaRenameOperationType.ts +6 -0
  473. package/src/models/MetadataSchemaType.ts +5 -0
  474. package/src/models/MetadataSynchronizeType.ts +10 -0
  475. package/src/models/MetadataType.ts +15 -0
  476. package/src/models/MetadataValueAttributes.ts +12 -0
  477. package/src/models/MetadataValueType.ts +8 -0
  478. package/src/models/MetadataWrapperDocument.ts +3 -0
  479. package/src/models/MetadataWrapperType.ts +15 -0
  480. package/src/models/MetricsConfigurationDocument.ts +3 -0
  481. package/src/models/MetricsConfigurationType.ts +5 -0
  482. package/src/models/MetricsReporterType.ts +4 -0
  483. package/src/models/NLEJob2AudioOutputType.ts +8 -0
  484. package/src/models/NLEJob2MixType.ts +5 -0
  485. package/src/models/NLEJob2MixTypeInput.ts +7 -0
  486. package/src/models/NLEJob2OutputType.ts +9 -0
  487. package/src/models/NLEJob2VideoOutputType.ts +6 -0
  488. package/src/models/NLEJobAudioOutputType.ts +8 -0
  489. package/src/models/NLEJobDocument.ts +3 -0
  490. package/src/models/NLEJobOutputType.ts +12 -0
  491. package/src/models/NLEJobSequenceType.ts +8 -0
  492. package/src/models/NLEJobTransitionType.ts +15 -0
  493. package/src/models/NLEJobType.ts +26 -0
  494. package/src/models/NLEJobVideoOutputType.ts +10 -0
  495. package/src/models/NameURIPairType.ts +4 -0
  496. package/src/models/NetworkType.ts +4 -0
  497. package/src/models/NotAuthorizedExceptionType.ts +3 -0
  498. package/src/models/NotFoundExceptionType.ts +5 -0
  499. package/src/models/NotYetImplementedExceptionType.ts +1 -0
  500. package/src/models/NotificationAccessTriggerType.ts +3 -0
  501. package/src/models/NotificationActionType.ts +6 -0
  502. package/src/models/NotificationCollectionTriggerType.ts +3 -0
  503. package/src/models/NotificationDeletionLockTriggerType.ts +3 -0
  504. package/src/models/NotificationDocument.ts +3 -0
  505. package/src/models/NotificationDocumentTriggerType.ts +3 -0
  506. package/src/models/NotificationEjbActionType.ts +8 -0
  507. package/src/models/NotificationFileTriggerType.ts +12 -0
  508. package/src/models/NotificationGroupTriggerType.ts +3 -0
  509. package/src/models/NotificationHttpActionType.ts +8 -0
  510. package/src/models/NotificationItemTriggerType.ts +3 -0
  511. package/src/models/NotificationJavaScriptActionType.ts +5 -0
  512. package/src/models/NotificationJmsActionType.ts +9 -0
  513. package/src/models/NotificationJobTriggerType.ts +22 -0
  514. package/src/models/NotificationMetadataTriggerType.ts +3 -0
  515. package/src/models/NotificationQuotaTriggerType.ts +3 -0
  516. package/src/models/NotificationSNSActionType.ts +12 -0
  517. package/src/models/NotificationSQSActionType.ts +13 -0
  518. package/src/models/NotificationShapeTriggerType.ts +3 -0
  519. package/src/models/NotificationStorageTriggerType.ts +3 -0
  520. package/src/models/NotificationTriggerDocument.ts +3 -0
  521. package/src/models/NotificationTriggerType.ts +3 -0
  522. package/src/models/NotificationType.ts +43 -0
  523. package/src/models/OAuth2ConfigurationDocument.ts +3 -0
  524. package/src/models/OAuth2ConfigurationType.ts +9 -0
  525. package/src/models/OSName.ts +9 -0
  526. package/src/models/OtifConfigurationDocument.ts +3 -0
  527. package/src/models/OtifConfigurationListDocument.ts +3 -0
  528. package/src/models/OtifConfigurationListType.ts +6 -0
  529. package/src/models/OtifConfigurationType.ts +10 -0
  530. package/src/models/OtifDocument.ts +3 -0
  531. package/src/models/OtifJobConfigurationDocument.ts +3 -0
  532. package/src/models/OtifJobConfigurationListDocument.ts +3 -0
  533. package/src/models/OtifJobConfigurationListType.ts +6 -0
  534. package/src/models/OtifJobConfigurationType.ts +10 -0
  535. package/src/models/OtifListDocument.ts +3 -0
  536. package/src/models/OtifListType.ts +6 -0
  537. package/src/models/OtifOSDocment.ts +3 -0
  538. package/src/models/OtifOSType.ts +6 -0
  539. package/src/models/OtifPluginType.ts +1 -0
  540. package/src/models/OtifPresetDocument.ts +3 -0
  541. package/src/models/OtifPresetType.ts +11 -0
  542. package/src/models/OtifResourceDocument.ts +3 -0
  543. package/src/models/OtifResourceListDocument.ts +3 -0
  544. package/src/models/OtifResourceListType.ts +6 -0
  545. package/src/models/OtifResourceType.ts +4 -0
  546. package/src/models/OtifTranscoderPluginDocment.ts +3 -0
  547. package/src/models/OtifTranscoderPluginType.ts +8 -0
  548. package/src/models/OtifType.ts +13 -0
  549. package/src/models/OtifVxaPluginDocment.ts +3 -0
  550. package/src/models/OtifVxaPluginType.ts +3 -0
  551. package/src/models/OverlayType.ts +13 -0
  552. package/src/models/PackageTrackType.ts +10 -0
  553. package/src/models/PackageType.ts +7 -0
  554. package/src/models/PartialFileDVDescriptorType.ts +4 -0
  555. package/src/models/PartialFileDemuxerInfoType.ts +8 -0
  556. package/src/models/PartialFileDescriptorDocument.ts +3 -0
  557. package/src/models/PartialFileDescriptorType.ts +18 -0
  558. package/src/models/PartialFileRandomIndexType.ts +11 -0
  559. package/src/models/PathAliasConfigurationDocument.ts +3 -0
  560. package/src/models/PathAliasConfigurationType.ts +3 -0
  561. package/src/models/PlaceholderImportRequestDocument.ts +3 -0
  562. package/src/models/PlaceholderImportRequestType.ts +6 -0
  563. package/src/models/PluginType.ts +4 -0
  564. package/src/models/ProjectDocument.ts +3 -0
  565. package/src/models/ProjectFileDocument.ts +3 -0
  566. package/src/models/ProjectFileType.ts +20 -0
  567. package/src/models/ProjectType.ts +6 -0
  568. package/src/models/ProjectVersionDocument.ts +3 -0
  569. package/src/models/ProjectVersionType.ts +14 -0
  570. package/src/models/QueueJobDocument.ts +3 -0
  571. package/src/models/QueueJobType.ts +5 -0
  572. package/src/models/QuotaFilterType.ts +5 -0
  573. package/src/models/QuotaResourceType.ts +1 -0
  574. package/src/models/QuotaRuleDocument.ts +3 -0
  575. package/src/models/QuotaRuleListDocument.ts +3 -0
  576. package/src/models/QuotaRuleListType.ts +5 -0
  577. package/src/models/QuotaRuleType.ts +19 -0
  578. package/src/models/REDDecoderType.ts +1 -0
  579. package/src/models/RationalType.ts +4 -0
  580. package/src/models/ReindexRequestDocument.ts +3 -0
  581. package/src/models/ReindexRequestType.ts +9 -0
  582. package/src/models/RelationType.ts +1 -0
  583. package/src/models/Reply.ts +1 -0
  584. package/src/models/ResolutionType.ts +4 -0
  585. package/src/models/ResourceDocument.ts +3 -0
  586. package/src/models/ResourceListDocument.ts +3 -0
  587. package/src/models/ResourceListType.ts +5 -0
  588. package/src/models/ResourceType.ts +33 -0
  589. package/src/models/ResourceTypeListDocument.ts +3 -0
  590. package/src/models/ResourceTypeListType.ts +6 -0
  591. package/src/models/S3CredentialType.ts +1 -0
  592. package/src/models/ScalingType.ts +14 -0
  593. package/src/models/ScheduledRequestDocument.ts +3 -0
  594. package/src/models/ScheduledRequestListDocument.ts +3 -0
  595. package/src/models/ScheduledRequestListType.ts +5 -0
  596. package/src/models/ScheduledRequestType.ts +18 -0
  597. package/src/models/SearchAclType.ts +7 -0
  598. package/src/models/SearchFieldType.ts +13 -0
  599. package/src/models/SearchFilterType.ts +19 -0
  600. package/src/models/SearchGroupType.ts +6 -0
  601. package/src/models/SearchHistoryDocument.ts +3 -0
  602. package/src/models/SearchHistoryListType.ts +5 -0
  603. package/src/models/SearchHistoryType.ts +7 -0
  604. package/src/models/SearchIntervalsType.ts +1 -0
  605. package/src/models/SearchOperationType.ts +1 -0
  606. package/src/models/SearchOperatorType.ts +23 -0
  607. package/src/models/SearchPermissionType.ts +1 -0
  608. package/src/models/SearchResultDocument.ts +3 -0
  609. package/src/models/SearchResultEntryTimespanType.ts +8 -0
  610. package/src/models/SearchResultEntryType.ts +20 -0
  611. package/src/models/SearchResultType.ts +13 -0
  612. package/src/models/SearchTargetType.ts +1 -0
  613. package/src/models/SegmentationJobDocument.ts +3 -0
  614. package/src/models/SegmentationJobType.ts +11 -0
  615. package/src/models/SelfTestDocument.ts +3 -0
  616. package/src/models/SelfTestType.ts +8 -0
  617. package/src/models/SequenceDocument.ts +3 -0
  618. package/src/models/SequenceListDocument.ts +3 -0
  619. package/src/models/SequenceListType.ts +8 -0
  620. package/src/models/SequenceMediaType.ts +16 -0
  621. package/src/models/SequenceMetaDataType.ts +4 -0
  622. package/src/models/SequenceRangeType.ts +7 -0
  623. package/src/models/SequenceRenderRequestDocument.ts +3 -0
  624. package/src/models/SequenceRenderRequestType.ts +9 -0
  625. package/src/models/SequenceTrackType.ts +8 -0
  626. package/src/models/SequenceTransitionType.ts +16 -0
  627. package/src/models/SequenceType.ts +11 -0
  628. package/src/models/ServiceConfigurationResultDocument.ts +3 -0
  629. package/src/models/ServiceConfigurationResultType.ts +16 -0
  630. package/src/models/ShapeCriterionType.ts +5 -0
  631. package/src/models/ShapeDeductionJobDocument.ts +3 -0
  632. package/src/models/ShapeDeductionJobType.ts +18 -0
  633. package/src/models/ShapeDeductionResponse.ts +9 -0
  634. package/src/models/ShapeDocument.ts +3 -0
  635. package/src/models/ShapeListDocument.ts +3 -0
  636. package/src/models/ShapeListType.ts +10 -0
  637. package/src/models/ShapeSearchDocument.ts +3 -0
  638. package/src/models/ShapeSearchType.ts +3 -0
  639. package/src/models/ShapeSynchronizeType.ts +13 -0
  640. package/src/models/ShapeTagSynchronizeType.ts +6 -0
  641. package/src/models/ShapeType.ts +28 -0
  642. package/src/models/SigniantType.ts +7 -0
  643. package/src/models/SimpleMetadataDocument.ts +3 -0
  644. package/src/models/SimpleMetadataType.ts +6 -0
  645. package/src/models/SimpleSearchFieldType.ts +4 -0
  646. package/src/models/SimpleSearchOperationType.ts +1 -0
  647. package/src/models/SimpleSearchOperatorType.ts +7 -0
  648. package/src/models/SimpleSearchType.ts +12 -0
  649. package/src/models/SimpleTimelineDocument.ts +3 -0
  650. package/src/models/SimpleTimelineType.ts +12 -0
  651. package/src/models/SiteDefinitionDocument.ts +3 -0
  652. package/src/models/SiteDefinitionType.ts +8 -0
  653. package/src/models/SiteIdType.ts +1 -0
  654. package/src/models/SiteInitializationStatusDocument.ts +3 -0
  655. package/src/models/SiteInitializationStatusType.ts +8 -0
  656. package/src/models/SiteRuleDocument.ts +3 -0
  657. package/src/models/SiteRuleListDocument.ts +3 -0
  658. package/src/models/SiteRuleListType.ts +5 -0
  659. package/src/models/SiteRuleType.ts +14 -0
  660. package/src/models/SlaveAuthDocument.ts +3 -0
  661. package/src/models/SlaveAuthInfoDocument.ts +3 -0
  662. package/src/models/SlaveAuthInfoType.ts +4 -0
  663. package/src/models/SlaveAuthType.ts +11 -0
  664. package/src/models/SlaveLicenseDocument.ts +3 -0
  665. package/src/models/SlaveLicenseListDocument.ts +3 -0
  666. package/src/models/SlaveLicenseListType.ts +5 -0
  667. package/src/models/SlaveLicenseType.ts +10 -0
  668. package/src/models/SlaveListDocument.ts +3 -0
  669. package/src/models/SlaveListType.ts +5 -0
  670. package/src/models/SlaveType.ts +10 -0
  671. package/src/models/SmartCropType.ts +3 -0
  672. package/src/models/SolrAddType.ts +5 -0
  673. package/src/models/SolrDocumentType.ts +6 -0
  674. package/src/models/SortingOrderType.ts +1 -0
  675. package/src/models/StatsDRecieverType.ts +6 -0
  676. package/src/models/StatsdReporterType.ts +8 -0
  677. package/src/models/StorageCriteriaType.ts +1 -0
  678. package/src/models/StorageDocument.ts +3 -0
  679. package/src/models/StorageFileSequenceType.ts +4 -0
  680. package/src/models/StorageFilterType.ts +4 -0
  681. package/src/models/StorageGroupDocument.ts +3 -0
  682. package/src/models/StorageGroupListDocument.ts +3 -0
  683. package/src/models/StorageGroupListType.ts +5 -0
  684. package/src/models/StorageGroupType.ts +12 -0
  685. package/src/models/StorageImportDocument.ts +3 -0
  686. package/src/models/StorageImportType.ts +5 -0
  687. package/src/models/StorageListDocument.ts +3 -0
  688. package/src/models/StorageListType.ts +6 -0
  689. package/src/models/StorageMappingType.ts +6 -0
  690. package/src/models/StorageMethodListDocument.ts +3 -0
  691. package/src/models/StorageMethodListType.ts +5 -0
  692. package/src/models/StorageMethodType.ts +23 -0
  693. package/src/models/StorageRuleDocument.ts +3 -0
  694. package/src/models/StorageRuleType.ts +30 -0
  695. package/src/models/StorageRulesDocument.ts +3 -0
  696. package/src/models/StorageRulesType.ts +6 -0
  697. package/src/models/StorageType.ts +35 -0
  698. package/src/models/StreamIntervalType.ts +6 -0
  699. package/src/models/SubClipType.ts +5 -0
  700. package/src/models/SubtitleClipType.ts +6 -0
  701. package/src/models/SubtitleComponentDocument.ts +3 -0
  702. package/src/models/SubtitleComponentType.ts +3 -0
  703. package/src/models/SuggestionResultType.ts +4 -0
  704. package/src/models/SuggestionSearchType.ts +4 -0
  705. package/src/models/SupportedProtocolsDocument.ts +3 -0
  706. package/src/models/SupportedProtocolsType.ts +11 -0
  707. package/src/models/SyncPolicyType.ts +1 -0
  708. package/src/models/SystemInfoType.ts +4 -0
  709. package/src/models/TapePackageTrackType.ts +5 -0
  710. package/src/models/TapePackageType.ts +6 -0
  711. package/src/models/TaskDefinitionDependency.ts +5 -0
  712. package/src/models/TaskDefinitionDocument.ts +3 -0
  713. package/src/models/TaskDefinitionListDocument.ts +3 -0
  714. package/src/models/TaskDefinitionListType.ts +7 -0
  715. package/src/models/TaskDefinitionType.ts +17 -0
  716. package/src/models/TaskGroupDocument.ts +3 -0
  717. package/src/models/TaskGroupListDocument.ts +3 -0
  718. package/src/models/TaskGroupListType.ts +5 -0
  719. package/src/models/TaskGroupType.ts +22 -0
  720. package/src/models/TerseMetadataDocument.ts +3 -0
  721. package/src/models/TerseMetadataListDocument.ts +3 -0
  722. package/src/models/TerseMetadataListType.ts +10 -0
  723. package/src/models/TextOverlayType.ts +8 -0
  724. package/src/models/TextRenditionType.ts +24 -0
  725. package/src/models/ThumbnailInfoType.ts +6 -0
  726. package/src/models/ThumbnailServiceType.ts +8 -0
  727. package/src/models/ThumbnailSpriteSheetDocument.ts +3 -0
  728. package/src/models/ThumbnailSpriteSheetType.ts +15 -0
  729. package/src/models/ThumbnailSynchronizeType.ts +7 -0
  730. package/src/models/ThumbnailsSynchronizeDocument.ts +3 -0
  731. package/src/models/ThumbnailsSynchronizeType.ts +5 -0
  732. package/src/models/TimeBaseType.ts +3 -0
  733. package/src/models/TimeCodeType.ts +6 -0
  734. package/src/models/TimeIntervalType.ts +6 -0
  735. package/src/models/TimelineDocument.ts +3 -0
  736. package/src/models/TimelineJobRequestDocument.ts +3 -0
  737. package/src/models/TimelineJobRequestType.ts +14 -0
  738. package/src/models/TimelineType.ts +20 -0
  739. package/src/models/TrackSegmentType.ts +9 -0
  740. package/src/models/TrackType.ts +5 -0
  741. package/src/models/TranscodePresetDocument.ts +3 -0
  742. package/src/models/TranscodePresetListDocument.ts +3 -0
  743. package/src/models/TranscodePresetListType.ts +5 -0
  744. package/src/models/TranscodePresetType.ts +48 -0
  745. package/src/models/TranscoderConfigurationDocument.ts +3 -0
  746. package/src/models/TranscoderConfigurationType.ts +42 -0
  747. package/src/models/TranscoderDirectAccess.ts +7 -0
  748. package/src/models/TranscoderJobType.ts +1 -0
  749. package/src/models/TranscoderLicenseStatusDocument.ts +3 -0
  750. package/src/models/TranscoderLicenseStatusType.ts +5 -0
  751. package/src/models/TranscoderType.ts +18 -0
  752. package/src/models/TranscoderVersionDocument.ts +3 -0
  753. package/src/models/TranscoderVersionType.ts +15 -0
  754. package/src/models/TransferDocument.ts +3 -0
  755. package/src/models/TransferJobDocument.ts +3 -0
  756. package/src/models/TransferJobType.ts +6 -0
  757. package/src/models/TransferListDocument.ts +3 -0
  758. package/src/models/TransferListType.ts +5 -0
  759. package/src/models/TransferLogEntryType.ts +20 -0
  760. package/src/models/TransferLogListDocument.ts +3 -0
  761. package/src/models/TransferLogListType.ts +6 -0
  762. package/src/models/TransferOperation.ts +8 -0
  763. package/src/models/TransferResponse.ts +6 -0
  764. package/src/models/TransferType.ts +9 -0
  765. package/src/models/TransitionType.ts +15 -0
  766. package/src/models/ULType.ts +1 -0
  767. package/src/models/UMIDType.ts +1 -0
  768. package/src/models/URIListDocument.ts +3 -0
  769. package/src/models/URIListType.ts +4 -0
  770. package/src/models/UUIDType.ts +1 -0
  771. package/src/models/UserDocument.ts +3 -0
  772. package/src/models/UserListDocument.ts +3 -0
  773. package/src/models/UserListType.ts +6 -0
  774. package/src/models/UserSearchDocument.ts +3 -0
  775. package/src/models/UserSynchronizeType.ts +7 -0
  776. package/src/models/UserType.ts +18 -0
  777. package/src/models/VXADocument.ts +3 -0
  778. package/src/models/VXAForwardService.ts +3 -0
  779. package/src/models/VXAJobDocument.ts +3 -0
  780. package/src/models/VXAJobListDocument.ts +3 -0
  781. package/src/models/VXAJobListType.ts +6 -0
  782. package/src/models/VXAJobType.ts +21 -0
  783. package/src/models/VXAListDocument.ts +3 -0
  784. package/src/models/VXAListType.ts +6 -0
  785. package/src/models/VXAStatus.ts +1 -0
  786. package/src/models/VXAStorageCapacityDocument.ts +3 -0
  787. package/src/models/VXAStorageCapacityType.ts +5 -0
  788. package/src/models/VXAStorageType.ts +7 -0
  789. package/src/models/VXAType.ts +34 -0
  790. package/src/models/VXAUpdateDocument.ts +3 -0
  791. package/src/models/VXAUpdateType.ts +8 -0
  792. package/src/models/VXAVSInstanceType.ts +8 -0
  793. package/src/models/VersionDocument.ts +3 -0
  794. package/src/models/VersionType.ts +9 -0
  795. package/src/models/VideoClipType.ts +5 -0
  796. package/src/models/VideoComponentDocument.ts +3 -0
  797. package/src/models/VideoComponentType.ts +37 -0
  798. package/src/models/VideoMediaInfoType.ts +6 -0
  799. package/src/models/VideoTranscodePresetType.ts +35 -0
  800. package/src/models/VidinetServiceType.ts +8 -0
  801. package/src/models/VidispineServiceDocument.ts +3 -0
  802. package/src/models/VidispineServiceListDocument.ts +3 -0
  803. package/src/models/VidispineServiceListType.ts +5 -0
  804. package/src/models/VidispineServiceType.ts +14 -0
  805. package/src/models/WaveformDataDocument.ts +3 -0
  806. package/src/models/WaveformDataType.ts +12 -0
  807. package/src/models/WebsocketUpdateDocument.ts +3 -0
  808. package/src/models/WebsocketUpdateListDocument.ts +3 -0
  809. package/src/models/WebsocketUpdateListType.ts +5 -0
  810. package/src/models/WebsocketUpdateRequestDocument.ts +3 -0
  811. package/src/models/WebsocketUpdateRequestType.ts +14 -0
  812. package/src/models/WebsocketUpdateType.ts +15 -0
  813. package/src/models/WeekDayType.ts +8 -0
  814. package/src/models/XMPJobDocument.ts +3 -0
  815. package/src/models/XMPJobType.ts +8 -0
  816. package/src/models/XMPReadOperation.ts +7 -0
  817. package/src/models/XMPResponse.ts +5 -0
  818. package/src/models/XMPWriteOperation.ts +8 -0
  819. package/src/models/add.ts +3 -0
  820. package/src/models/constraintValueType.ts +4 -0
  821. package/src/models/doc.ts +3 -0
  822. package/src/models/jobNotificationContentFilter.ts +11 -0
  823. package/src/models/sequenceDefinitionType.ts +7 -0
  824. package/src/models/vsXSLTVersion.ts +1 -0
  825. package/src/modifiedModels/MetadataGroupValueType.ts +17 -0
  826. package/src/modifiedModels/README.md +3 -0
  827. package/tsconfig.json +10 -0
  828. package/index.d.ts +0 -4971
@@ -0,0 +1,3 @@
1
+ import type { BulkyMetadataConfigurationType } from './BulkyMetadataConfigurationType';
2
+
3
+ export type BulkyMetadataConfigurationDocument = BulkyMetadataConfigurationType;
@@ -0,0 +1,9 @@
1
+ export type BulkyMetadataConfigurationType = {
2
+ uri?: string;
3
+ storageDisabled?: boolean;
4
+ status?: {
5
+ metadataInDatabase: number;
6
+ metadataOnStorage: number;
7
+ storageStatus: string;
8
+ };
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { BulkyMetadataType } from './BulkyMetadataType';
2
+
3
+ export type BulkyMetadataDocument = BulkyMetadataType;
@@ -0,0 +1,12 @@
1
+ import type { BulkyMapListType } from './BulkyMapListType';
2
+
3
+ export type BulkyMetadataPairType = {
4
+ key: string;
5
+ value?: string;
6
+ maps?: BulkyMapListType;
7
+ start?: string;
8
+ end?: string;
9
+ stream?: number;
10
+ channel?: number;
11
+ itemTrack?: string;
12
+ };
@@ -0,0 +1,7 @@
1
+ import type { BulkyMetadataPairType } from './BulkyMetadataPairType';
2
+ import type { SiteIdType } from './SiteIdType';
3
+
4
+ export type BulkyMetadataType = {
5
+ field?: Array<BulkyMetadataPairType>;
6
+ id?: SiteIdType;
7
+ };
@@ -0,0 +1,3 @@
1
+ import type { ByteRangeRequestType } from './ByteRangeRequestType';
2
+
3
+ export type ByteRangeRequestDocument = ByteRangeRequestType;
@@ -0,0 +1,7 @@
1
+ import type { PartialFileDescriptorType } from './PartialFileDescriptorType';
2
+ import type { TimeIntervalType } from './TimeIntervalType';
3
+
4
+ export type ByteRangeRequestType = {
5
+ interval: TimeIntervalType;
6
+ descriptor: PartialFileDescriptorType;
7
+ };
@@ -0,0 +1,3 @@
1
+ import type { ByteRangeResponseType } from './ByteRangeResponseType';
2
+
3
+ export type ByteRangeResponseDocument = ByteRangeResponseType;
@@ -0,0 +1,4 @@
1
+ export type ByteRangeResponseType = {
2
+ start: number;
3
+ end: number;
4
+ };
@@ -0,0 +1,3 @@
1
+ import type { CORSConfigurationType } from './CORSConfigurationType';
2
+
3
+ export type CORSConfigurationDocument = CORSConfigurationType;
@@ -0,0 +1,7 @@
1
+ import type { CORSConfigurationEntryRequest } from './CORSConfigurationEntryRequest';
2
+ import type { CORSConfigurationEntryResponse } from './CORSConfigurationEntryResponse';
3
+
4
+ export type CORSConfigurationEntry = {
5
+ request: Array<CORSConfigurationEntryRequest>;
6
+ response: CORSConfigurationEntryResponse;
7
+ };
@@ -0,0 +1,9 @@
1
+ import type { KeyValuePairType } from './KeyValuePairType';
2
+
3
+ export type CORSConfigurationEntryRequest = {
4
+ method?: Array<string>;
5
+ origin?: Array<string>;
6
+ originRegex?: Array<string>;
7
+ pathRegex?: Array<string>;
8
+ headerRegex?: Array<KeyValuePairType>;
9
+ };
@@ -0,0 +1,9 @@
1
+ import type { KeyValuePairType } from './KeyValuePairType';
2
+
3
+ export type CORSConfigurationEntryResponse = {
4
+ allowOrigin: string;
5
+ allowMethods?: Array<string>;
6
+ allowHeaders?: Array<string>;
7
+ allowMaxAge?: number;
8
+ allowOtherHeader?: Array<KeyValuePairType>;
9
+ };
@@ -0,0 +1,5 @@
1
+ import type { CORSConfigurationEntry } from './CORSConfigurationEntry';
2
+
3
+ export type CORSConfigurationType = {
4
+ entry?: Array<CORSConfigurationEntry>;
5
+ };
@@ -0,0 +1,3 @@
1
+ import type { CallbackDocumentType } from './CallbackDocumentType';
2
+
3
+ export type CallbackDocument = CallbackDocumentType;
@@ -0,0 +1,5 @@
1
+ export type CallbackDocumentType = {
2
+ name: string;
3
+ description: string;
4
+ script: string;
5
+ };
@@ -0,0 +1,3 @@
1
+ export type CallbackLocationResourceType = {
2
+ uri: string;
3
+ };
@@ -0,0 +1,33 @@
1
+ import type { GUIDType } from './GUIDType';
2
+
3
+ export type CarbonJobInfoType = {
4
+ Failures?: {
5
+ Warnings?: string;
6
+ Errors?: string;
7
+ };
8
+ Name: string;
9
+ GUID: GUIDType;
10
+ State: string;
11
+ Status: string;
12
+ 'Progress.DWD': number;
13
+ 'Speed.DBL'?: number;
14
+ Description: string;
15
+ User: string;
16
+ SourceDescription: string;
17
+ AgentIP: string;
18
+ 'Priority.DWD': number;
19
+ 'Capabilities.DWD'?: number;
20
+ 'DeleteProcessedSource.DWD'?: number;
21
+ 'DeleteRealAsset.DWD'?: number;
22
+ CheckInTime: string;
23
+ CheckInTime_CNLT: string;
24
+ CheckInTime_SCM: string;
25
+ 'CheckInTimePrecise.QWD'?: number;
26
+ StartTime?: string;
27
+ StartTime_CNLT?: string;
28
+ StartTime_SCM?: string;
29
+ CompletedTime?: string;
30
+ CompletedTime_CNLT?: string;
31
+ CompletedTime_SCM?: string;
32
+ Error?: string;
33
+ };
@@ -0,0 +1,12 @@
1
+ import type { AspectRatioType } from './AspectRatioType';
2
+ import type { GUIDType } from './GUIDType';
3
+
4
+ export type CarbonPreset = {
5
+ name: string;
6
+ description: string;
7
+ containerFormat: string;
8
+ videoCodec: string;
9
+ audioCodec: string;
10
+ displayAspectRatio: AspectRatioType;
11
+ GUID: GUIDType;
12
+ };
@@ -0,0 +1,10 @@
1
+ import type { SiteIdType } from './SiteIdType';
2
+
3
+ export type CerifyType = {
4
+ address: string;
5
+ mediaLocation: Array<{
6
+ name: string;
7
+ storageMethod: Array<SiteIdType>;
8
+ }>;
9
+ cleanup?: boolean;
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ChangesetUUIDType } from './ChangesetUUIDType';
2
+
3
+ export type ChangesetUUIDDocument = ChangesetUUIDType;
@@ -0,0 +1,3 @@
1
+ import type { ChangesetUUIDListType } from './ChangesetUUIDListType';
2
+
3
+ export type ChangesetUUIDListDocument = ChangesetUUIDListType;
@@ -0,0 +1,5 @@
1
+ import type { ChangesetUUIDType } from './ChangesetUUIDType';
2
+
3
+ export type ChangesetUUIDListType = {
4
+ changeset?: Array<ChangesetUUIDType>;
5
+ };
@@ -0,0 +1,7 @@
1
+ export type ChangesetUUIDType = {
2
+ uuid: string;
3
+ type: string;
4
+ id: string;
5
+ origin: string;
6
+ timestamp: string;
7
+ };
@@ -0,0 +1,11 @@
1
+ import type { KeyValuePairType } from './KeyValuePairType';
2
+ import type { SubClipType } from './SubClipType';
3
+
4
+ export type ClipType = {
5
+ subClip?: Array<SubClipType>;
6
+ setting?: Array<KeyValuePairType>;
7
+ uri?: string;
8
+ stream?: number;
9
+ id?: string;
10
+ track?: number;
11
+ };
@@ -0,0 +1,4 @@
1
+ export type ClosedCaptionsExtraction = {
2
+ extract_closed_captions: string;
3
+ extract_from_video?: boolean;
4
+ };
@@ -0,0 +1,9 @@
1
+ export type CloudConvertType = {
2
+ apiKey: string;
3
+ isSandbox: boolean;
4
+ apiHost: string;
5
+ script: string;
6
+ inputMethod: string;
7
+ publicAddress: string;
8
+ version?: string;
9
+ };
@@ -0,0 +1,6 @@
1
+ import type { CodecType } from './CodecType';
2
+
3
+ export type CodecStatusType = {
4
+ codec?: Array<CodecType>;
5
+ codecExtraTags?: string;
6
+ };
@@ -0,0 +1,5 @@
1
+ export type CodecType = {
2
+ encode?: boolean;
3
+ decode?: boolean;
4
+ name?: string;
5
+ };
@@ -0,0 +1 @@
1
+ export type CollectionContentEntityTypeType = 'item' | 'library' | 'collection';
@@ -0,0 +1 @@
1
+ export type CollectionContentModeType = 'add' | 'remove' | 'move' | 'update';
@@ -0,0 +1,15 @@
1
+ import type { CollectionContentEntityTypeType } from './CollectionContentEntityTypeType';
2
+ import type { CollectionContentModeType } from './CollectionContentModeType';
3
+ import type { SimpleMetadataType } from './SimpleMetadataType';
4
+
5
+ export type CollectionContentType = {
6
+ id?: string;
7
+ uri?: string;
8
+ type?: CollectionContentEntityTypeType;
9
+ reference?: string;
10
+ metadata?: SimpleMetadataType;
11
+ mode?: CollectionContentModeType;
12
+ before?: string;
13
+ after?: string;
14
+ addItems?: boolean;
15
+ };
@@ -0,0 +1,9 @@
1
+ import type { CriterionType } from './CriterionType';
2
+ import type { ItemCriterionType } from './ItemCriterionType';
3
+ import type { RelationType } from './RelationType';
4
+
5
+ export type CollectionCriterionType = CriterionType & {
6
+ relation?: RelationType;
7
+ collection?: Array<CollectionCriterionType>;
8
+ item?: ItemCriterionType;
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { CollectionType } from './CollectionType';
2
+
3
+ export type CollectionDocument = CollectionType;
@@ -0,0 +1,3 @@
1
+ import type { CollectionListType } from './CollectionListType';
2
+
3
+ export type CollectionListDocument = CollectionListType;
@@ -0,0 +1,13 @@
1
+ import type { AutocompleteResponseType } from './AutocompleteResponseType';
2
+ import type { CollectionType } from './CollectionType';
3
+ import type { FacetType } from './FacetType';
4
+ import type { SuggestionResultType } from './SuggestionResultType';
5
+
6
+ export type CollectionListType = {
7
+ hits?: number;
8
+ collection?: Array<CollectionType>;
9
+ facet?: Array<FacetType>;
10
+ suggestion?: Array<SuggestionResultType>;
11
+ autocomplete?: Array<AutocompleteResponseType>;
12
+ nextCursor?: string;
13
+ };
@@ -0,0 +1,3 @@
1
+ import type { CollectionReorderType } from './CollectionReorderType';
2
+
3
+ export type CollectionReorderDocument = CollectionReorderType;
@@ -0,0 +1,6 @@
1
+ export type CollectionReorderEntryType = {
2
+ id?: string;
3
+ reference?: string;
4
+ before?: string;
5
+ after?: string;
6
+ };
@@ -0,0 +1,7 @@
1
+ import type { CollectionReorderEntryType } from './CollectionReorderEntryType';
2
+
3
+ export type CollectionReorderType = {
4
+ item?: CollectionReorderEntryType;
5
+ collection?: CollectionReorderEntryType;
6
+ library?: CollectionReorderEntryType;
7
+ };
@@ -0,0 +1,23 @@
1
+ import type { AccessControlSynchronizeType } from './AccessControlSynchronizeType';
2
+ import type { HasSubEntityType } from './HasSubEntityType';
3
+ import type { MetadataFieldGroupType } from './MetadataFieldGroupType';
4
+ import type { MetadataSynchronizeType } from './MetadataSynchronizeType';
5
+ import type { SiteIdType } from './SiteIdType';
6
+
7
+ export type CollectionSynchronizeType = {
8
+ delete: boolean;
9
+ create: boolean;
10
+ id: SiteIdType;
11
+ name?: string;
12
+ complete?: boolean;
13
+ metadata?: MetadataSynchronizeType;
14
+ access?: Array<AccessControlSynchronizeType>;
15
+ hasItem?: Array<HasSubEntityType>;
16
+ hasLibrary?: Array<SiteIdType>;
17
+ hasCollection?: Array<HasSubEntityType>;
18
+ partOfCollection?: Array<SiteIdType>;
19
+ deletedHasItem?: Array<SiteIdType>;
20
+ deletedHasLibrary?: Array<SiteIdType>;
21
+ deletedHasCollection?: Array<SiteIdType>;
22
+ metadataGroup?: Array<MetadataFieldGroupType>;
23
+ };
@@ -0,0 +1,22 @@
1
+ import type { AccessControlMergedType } from './AccessControlMergedType';
2
+ import type { CollectionContentType } from './CollectionContentType';
3
+ import type { ExternalIdentifierType } from './ExternalIdentifierType';
4
+ import type { GenericType } from './GenericType';
5
+ import type { MetadataType } from './MetadataType';
6
+ import type { ProjectType } from './ProjectType';
7
+ import type { SequenceType } from './SequenceType';
8
+ import type { SiteIdType } from './SiteIdType';
9
+
10
+ export type CollectionType = {
11
+ loc?: string;
12
+ id?: SiteIdType;
13
+ name?: string;
14
+ content?: Array<CollectionContentType>;
15
+ project?: ProjectType;
16
+ sequence?: Array<SequenceType>;
17
+ metadata?: MetadataType;
18
+ terse?: GenericType;
19
+ 'merged-access'?: AccessControlMergedType;
20
+ externalId?: Array<ExternalIdentifierType>;
21
+ absoluteTime?: boolean;
22
+ };
@@ -0,0 +1,5 @@
1
+ export type CompType = {
2
+ name: string;
3
+ siteId?: string;
4
+ version: string;
5
+ };
@@ -0,0 +1,20 @@
1
+ import type { AnalyzeAudioChannelType } from './AnalyzeAudioChannelType';
2
+ import type { AnalyzeAudioType } from './AnalyzeAudioType';
3
+ import type { AnalyzeVideoType } from './AnalyzeVideoType';
4
+ import type { HighlighterType } from './HighlighterType';
5
+ import type { SmartCropType } from './SmartCropType';
6
+
7
+ export type ComplexJobAnalyzeType = {
8
+ channel?: Array<AnalyzeAudioChannelType>;
9
+ audio?: AnalyzeAudioType;
10
+ video?: AnalyzeVideoType;
11
+ highlighter?: HighlighterType;
12
+ smartcrop?: SmartCropType;
13
+ metadataUri: string;
14
+ blackThresh?: number;
15
+ blackPercentage?: number;
16
+ barsThresh?: number;
17
+ barsPercentage?: number;
18
+ freezeThresh?: number;
19
+ freezeTime?: number;
20
+ };
@@ -0,0 +1,6 @@
1
+ import type { UMIDType } from './UMIDType';
2
+
3
+ export type ComplexJobAtomType = {
4
+ uri: string;
5
+ sourcePackageID?: UMIDType;
6
+ };
@@ -0,0 +1,5 @@
1
+ import type { ComplexJobInputType } from './ComplexJobInputType';
2
+
3
+ export type ComplexJobAudioChannelMapInputType = ComplexJobInputType & {
4
+ channel: number;
5
+ };
@@ -0,0 +1,5 @@
1
+ import type { ComplexJobAudioChannelMapInputType } from './ComplexJobAudioChannelMapInputType';
2
+
3
+ export type ComplexJobAudioChannelSequenceInputType = {
4
+ input: Array<ComplexJobAudioChannelMapInputType>;
5
+ };
@@ -0,0 +1,7 @@
1
+ import type { ComplexJobOutputType } from './ComplexJobOutputType';
2
+
3
+ export type ComplexJobAudioOutputType = ComplexJobOutputType & {
4
+ thumbnailUri?: Array<string>;
5
+ channelLayout?: number;
6
+ channelLayoutName?: string;
7
+ };
@@ -0,0 +1,4 @@
1
+ export type ComplexJobBulkyMetadataRequestType = {
2
+ targetUri: string;
3
+ failIfTimecodeNotPresent?: boolean;
4
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComplexJobType } from './ComplexJobType';
2
+
3
+ export type ComplexJobDocument = ComplexJobType;
@@ -0,0 +1,9 @@
1
+ import type { KeyValuePairType } from './KeyValuePairType';
2
+ import type { TransitionType } from './TransitionType';
3
+
4
+ export type ComplexJobInputType = {
5
+ id: number;
6
+ stream: number;
7
+ transition?: TransitionType;
8
+ setting?: Array<KeyValuePairType>;
9
+ };
@@ -0,0 +1,5 @@
1
+ import type { ComplexJobMixType } from './ComplexJobMixType';
2
+
3
+ export type ComplexJobMixInputType = {
4
+ mix: Array<ComplexJobMixType>;
5
+ };
@@ -0,0 +1,9 @@
1
+ import type { EffectType } from './EffectType';
2
+
3
+ export type ComplexJobMixType = {
4
+ effect?: Array<EffectType>;
5
+ id: number;
6
+ stream: number;
7
+ channel: number;
8
+ gain: number;
9
+ };
@@ -0,0 +1,12 @@
1
+ import type { KeyValuePairType } from './KeyValuePairType';
2
+ import type { NameURIPairType } from './NameURIPairType';
3
+
4
+ export type ComplexJobOTIFType = {
5
+ trackerPlugin: string;
6
+ versionMajor: number;
7
+ versionMinor: number;
8
+ versionPatch: number;
9
+ bulkyMetadataURI?: string;
10
+ configuration?: Array<KeyValuePairType>;
11
+ resource?: Array<NameURIPairType>;
12
+ };
@@ -0,0 +1,34 @@
1
+ import type { ComplexJobAtomType } from './ComplexJobAtomType';
2
+ import type { DMS1Type } from './DMS1Type';
3
+ import type { KeyValuePairType } from './KeyValuePairType';
4
+ import type { MXFPackagesType } from './MXFPackagesType';
5
+ import type { OverlayType } from './OverlayType';
6
+ import type { SequenceRangeType } from './SequenceRangeType';
7
+ import type { TextOverlayType } from './TextOverlayType';
8
+ import type { TimeCodeType } from './TimeCodeType';
9
+
10
+ export type ComplexJobOutputFormatType = {
11
+ id: number;
12
+ containerFormat: string;
13
+ overlay?: Array<OverlayType>;
14
+ textOverlay?: Array<TextOverlayType>;
15
+ dms1Source?: {
16
+ demuxerId?: number;
17
+ metadata?: DMS1Type;
18
+ };
19
+ initialSMPTETimecode?: string;
20
+ startTimecode?: number;
21
+ roundedTimeBase?: number;
22
+ dropFrame?: boolean;
23
+ requireFaststart?: boolean;
24
+ muxrate?: number;
25
+ pfdTargetUri?: string;
26
+ mxfPackages?: MXFPackagesType;
27
+ metadata?: Array<KeyValuePairType>;
28
+ clipName?: string;
29
+ maxChunkDuration?: TimeCodeType;
30
+ setting?: Array<KeyValuePairType>;
31
+ uri?: string;
32
+ range?: SequenceRangeType;
33
+ atom?: Array<ComplexJobAtomType>;
34
+ };
@@ -0,0 +1,21 @@
1
+ import type { ComplexJobOTIFType } from './ComplexJobOTIFType';
2
+ import type { EDLType } from './EDLType';
3
+ import type { KeyValuePairType } from './KeyValuePairType';
4
+ import type { TimeBaseType } from './TimeBaseType';
5
+ import type { TimeCodeType } from './TimeCodeType';
6
+
7
+ export type ComplexJobOutputType = {
8
+ id?: Array<number>;
9
+ start?: TimeCodeType;
10
+ codec?: string;
11
+ codecTag?: number;
12
+ codecTagString?: string;
13
+ codecName?: string;
14
+ bitrate?: number;
15
+ timeBase?: TimeBaseType;
16
+ preset?: Array<string>;
17
+ edl?: EDLType;
18
+ setting?: Array<KeyValuePairType>;
19
+ objectTracking?: ComplexJobOTIFType;
20
+ metadata?: Array<KeyValuePairType>;
21
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComplexJobOutputType } from './ComplexJobOutputType';
2
+
3
+ export type ComplexJobSubtitleOutputType = ComplexJobOutputType;
@@ -0,0 +1,42 @@
1
+ import type { ComplexJobAnalyzeType } from './ComplexJobAnalyzeType';
2
+ import type { ComplexJobAudioChannelMapInputType } from './ComplexJobAudioChannelMapInputType';
3
+ import type { ComplexJobAudioChannelSequenceInputType } from './ComplexJobAudioChannelSequenceInputType';
4
+ import type { ComplexJobBulkyMetadataRequestType } from './ComplexJobBulkyMetadataRequestType';
5
+ import type { ComplexJobInputType } from './ComplexJobInputType';
6
+ import type { ComplexJobMixInputType } from './ComplexJobMixInputType';
7
+ import type { ComplexJobOutputFormatType } from './ComplexJobOutputFormatType';
8
+ import type { KeyValuePairType } from './KeyValuePairType';
9
+ import type { PartialFileDemuxerInfoType } from './PartialFileDemuxerInfoType';
10
+ import type { SequenceRangeType } from './SequenceRangeType';
11
+ import type { TimeCodeType } from './TimeCodeType';
12
+ import type { TimeIntervalType } from './TimeIntervalType';
13
+ import type { TranscoderJobType } from './TranscoderJobType';
14
+
15
+ export type ComplexJobType = TranscoderJobType & {
16
+ input?: Array<{
17
+ id: number;
18
+ uri?: Array<string>;
19
+ range?: Array<SequenceRangeType>;
20
+ partialFile?: PartialFileDemuxerInfoType;
21
+ interval?: TimeIntervalType;
22
+ intervalIsDts?: boolean;
23
+ dms1TargetUri?: string;
24
+ faststartDuration?: TimeCodeType & {
25
+ override: boolean;
26
+ };
27
+ bulkyMetadataRequest?: ComplexJobBulkyMetadataRequestType;
28
+ scanForStartPTS?: number;
29
+ doubleDurationHack?: number;
30
+ demuxerSetting?: Array<KeyValuePairType>;
31
+ analyze?: ComplexJobAnalyzeType;
32
+ pageno?: number;
33
+ }>;
34
+ output?: Array<ComplexJobOutputFormatType>;
35
+ connection?: Array<{
36
+ pid?: number;
37
+ input?: Array<ComplexJobInputType>;
38
+ audioChannelMapInput?: Array<ComplexJobAudioChannelMapInputType>;
39
+ audioChannelSequenceInput?: Array<ComplexJobAudioChannelSequenceInputType>;
40
+ audioMixInput?: Array<ComplexJobMixInputType>;
41
+ }>;
42
+ };