@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.
- package/README.md +1 -0
- package/dist/index.d.ts +4909 -0
- package/package.json +17 -8
- package/rollup.config.js +12 -0
- package/src/index.ts +819 -0
- package/src/models/AAFGeneratorJobDocument.ts +3 -0
- package/src/models/AAFGeneratorJobType.ts +6 -0
- package/src/models/AAFGeneratorResponse.ts +4 -0
- package/src/models/AccessControlDocument.ts +3 -0
- package/src/models/AccessControlListDocument.ts +3 -0
- package/src/models/AccessControlListType.ts +5 -0
- package/src/models/AccessControlMergedDocument.ts +3 -0
- package/src/models/AccessControlMergedGroupDocument.ts +3 -0
- package/src/models/AccessControlMergedGroupType.ts +17 -0
- package/src/models/AccessControlMergedType.ts +31 -0
- package/src/models/AccessControlMetadataType.ts +3 -0
- package/src/models/AccessControlShapeType.ts +3 -0
- package/src/models/AccessControlSynchronizeType.ts +7 -0
- package/src/models/AccessControlType.ts +26 -0
- package/src/models/AccessControlUriType.ts +3 -0
- package/src/models/AccessKeyDocument.ts +3 -0
- package/src/models/AccessKeyListDocument.ts +3 -0
- package/src/models/AccessKeyListType.ts +6 -0
- package/src/models/AccessKeyType.ts +7 -0
- package/src/models/AddressPortType.ts +5 -0
- package/src/models/AmountType.ts +4 -0
- package/src/models/AnalyzeAudioChannelType.ts +6 -0
- package/src/models/AnalyzeAudioJobType.ts +5 -0
- package/src/models/AnalyzeAudioType.ts +5 -0
- package/src/models/AnalyzeJobDocument.ts +3 -0
- package/src/models/AnalyzeJobType.ts +25 -0
- package/src/models/AnalyzePresetDocument.ts +3 -0
- package/src/models/AnalyzePresetListDocument.ts +3 -0
- package/src/models/AnalyzePresetListType.ts +5 -0
- package/src/models/AnalyzePresetType.ts +8 -0
- package/src/models/AnalyzeVideoJobType.ts +5 -0
- package/src/models/AnalyzeVideoType.ts +5 -0
- package/src/models/AppliesToType.ts +1 -0
- package/src/models/AppliesToValueType.ts +4 -0
- package/src/models/AspectRatioType.ts +4 -0
- package/src/models/AssetMappingType.ts +7 -0
- package/src/models/AudioClipType.ts +5 -0
- package/src/models/AudioComponentDocument.ts +3 -0
- package/src/models/AudioComponentType.ts +11 -0
- package/src/models/AudioMediaInfoType.ts +3 -0
- package/src/models/AudioOutputType.ts +10 -0
- package/src/models/AudioTrackTranscodePresetType.ts +13 -0
- package/src/models/AudioTranscodePresetChannelMixType.ts +9 -0
- package/src/models/AudioTranscodePresetMixType.ts +6 -0
- package/src/models/AudioTranscodePresetType.ts +21 -0
- package/src/models/AuditLogDocument.ts +3 -0
- package/src/models/AuditLogEntryType.ts +13 -0
- package/src/models/AuditLogType.ts +6 -0
- package/src/models/AuthenticationTokenDocument.ts +3 -0
- package/src/models/AuthenticationTokenType.ts +4 -0
- package/src/models/AutoImportRuleDocument.ts +3 -0
- package/src/models/AutoImportRuleListDocument.ts +3 -0
- package/src/models/AutoImportRuleListType.ts +5 -0
- package/src/models/AutoImportRuleType.ts +24 -0
- package/src/models/AutoProjectionInputFilterType.ts +1 -0
- package/src/models/AutoProjectionRuleDocument.ts +3 -0
- package/src/models/AutoProjectionRuleType.ts +16 -0
- package/src/models/AutoProjectionStepType.ts +4 -0
- package/src/models/AutoProjectionTriggerType.ts +1 -0
- package/src/models/AutocompleteRequestDocument.ts +3 -0
- package/src/models/AutocompleteRequestType.ts +5 -0
- package/src/models/AutocompleteResponseDocument.ts +3 -0
- package/src/models/AutocompleteResponseType.ts +4 -0
- package/src/models/BaseMediaInfoType.ts +7 -0
- package/src/models/BeanCallbackDocument.ts +3 -0
- package/src/models/BeanCallbackListDocument.ts +3 -0
- package/src/models/BeanCallbackListType.ts +5 -0
- package/src/models/BeanCallbackType.ts +9 -0
- package/src/models/BinaryComponentDocument.ts +3 -0
- package/src/models/BinaryComponentType.ts +10 -0
- package/src/models/BorderType.ts +7 -0
- package/src/models/BulkyMapEntryType.ts +4 -0
- package/src/models/BulkyMapListDocument.ts +3 -0
- package/src/models/BulkyMapListType.ts +5 -0
- package/src/models/BulkyMapType.ts +5 -0
- package/src/models/BulkyMetadataConfigurationDocument.ts +3 -0
- package/src/models/BulkyMetadataConfigurationType.ts +9 -0
- package/src/models/BulkyMetadataDocument.ts +3 -0
- package/src/models/BulkyMetadataPairType.ts +12 -0
- package/src/models/BulkyMetadataType.ts +7 -0
- package/src/models/ByteRangeRequestDocument.ts +3 -0
- package/src/models/ByteRangeRequestType.ts +7 -0
- package/src/models/ByteRangeResponseDocument.ts +3 -0
- package/src/models/ByteRangeResponseType.ts +4 -0
- package/src/models/CORSConfigurationDocument.ts +3 -0
- package/src/models/CORSConfigurationEntry.ts +7 -0
- package/src/models/CORSConfigurationEntryRequest.ts +9 -0
- package/src/models/CORSConfigurationEntryResponse.ts +9 -0
- package/src/models/CORSConfigurationType.ts +5 -0
- package/src/models/CallbackDocument.ts +3 -0
- package/src/models/CallbackDocumentType.ts +5 -0
- package/src/models/CallbackLocationResourceType.ts +3 -0
- package/src/models/CarbonJobInfoType.ts +33 -0
- package/src/models/CarbonPreset.ts +12 -0
- package/src/models/CerifyType.ts +10 -0
- package/src/models/ChangesetUUIDDocument.ts +3 -0
- package/src/models/ChangesetUUIDListDocument.ts +3 -0
- package/src/models/ChangesetUUIDListType.ts +5 -0
- package/src/models/ChangesetUUIDType.ts +7 -0
- package/src/models/ClipType.ts +11 -0
- package/src/models/ClosedCaptionsExtraction.ts +4 -0
- package/src/models/CloudConvertType.ts +9 -0
- package/src/models/CodecStatusType.ts +6 -0
- package/src/models/CodecType.ts +5 -0
- package/src/models/CollectionContentEntityTypeType.ts +1 -0
- package/src/models/CollectionContentModeType.ts +1 -0
- package/src/models/CollectionContentType.ts +15 -0
- package/src/models/CollectionCriterionType.ts +9 -0
- package/src/models/CollectionDocument.ts +3 -0
- package/src/models/CollectionListDocument.ts +3 -0
- package/src/models/CollectionListType.ts +13 -0
- package/src/models/CollectionReorderDocument.ts +3 -0
- package/src/models/CollectionReorderEntryType.ts +6 -0
- package/src/models/CollectionReorderType.ts +7 -0
- package/src/models/CollectionSynchronizeType.ts +23 -0
- package/src/models/CollectionType.ts +22 -0
- package/src/models/CompType.ts +5 -0
- package/src/models/ComplexJobAnalyzeType.ts +20 -0
- package/src/models/ComplexJobAtomType.ts +6 -0
- package/src/models/ComplexJobAudioChannelMapInputType.ts +5 -0
- package/src/models/ComplexJobAudioChannelSequenceInputType.ts +5 -0
- package/src/models/ComplexJobAudioOutputType.ts +7 -0
- package/src/models/ComplexJobBulkyMetadataRequestType.ts +4 -0
- package/src/models/ComplexJobDocument.ts +3 -0
- package/src/models/ComplexJobInputType.ts +9 -0
- package/src/models/ComplexJobMixInputType.ts +5 -0
- package/src/models/ComplexJobMixType.ts +9 -0
- package/src/models/ComplexJobOTIFType.ts +12 -0
- package/src/models/ComplexJobOutputFormatType.ts +34 -0
- package/src/models/ComplexJobOutputType.ts +21 -0
- package/src/models/ComplexJobSubtitleOutputType.ts +3 -0
- package/src/models/ComplexJobType.ts +42 -0
- package/src/models/ComplexJobVideoOutputType.ts +60 -0
- package/src/models/ComponentDocument.ts +3 -0
- package/src/models/ComponentListDocument.ts +3 -0
- package/src/models/ComponentListType.ts +5 -0
- package/src/models/ComponentSynchronizeType.ts +19 -0
- package/src/models/ComponentType.ts +9 -0
- package/src/models/ComponentTypeType.ts +6 -0
- package/src/models/ConfigurationPropertyDocument.ts +3 -0
- package/src/models/ConfigurationPropertyListDocument.ts +3 -0
- package/src/models/ConfigurationPropertyListType.ts +5 -0
- package/src/models/ConfigurationPropertyType.ts +5 -0
- package/src/models/ConflictExceptionType.ts +6 -0
- package/src/models/ConformDestinationType.ts +5 -0
- package/src/models/ConformDocument.ts +3 -0
- package/src/models/ConformIntervalType.ts +6 -0
- package/src/models/ConformOverlayType.ts +9 -0
- package/src/models/ConformRequestDocument.ts +3 -0
- package/src/models/ConformRequestType.ts +7 -0
- package/src/models/ConformSegmentType.ts +7 -0
- package/src/models/ConformSourceType.ts +7 -0
- package/src/models/ConformTimePointType.ts +6 -0
- package/src/models/ConformTimelineType.ts +5 -0
- package/src/models/ConformType.ts +11 -0
- package/src/models/ConnectionPoolType.ts +6 -0
- package/src/models/ConstraintValueListDocument.ts +3 -0
- package/src/models/ConstraintValueListType.ts +5 -0
- package/src/models/ContainerComponentDocument.ts +3 -0
- package/src/models/ContainerComponentType.ts +17 -0
- package/src/models/CostEstimateDocument.ts +3 -0
- package/src/models/CostEstimateType.ts +17 -0
- package/src/models/CriterionType.ts +11 -0
- package/src/models/DMS1Document.ts +3 -0
- package/src/models/DMS1Type.ts +16 -0
- package/src/models/DatabasePurgingConfigurationDocument.ts +3 -0
- package/src/models/DatabasePurgingConfigurationType.ts +25 -0
- package/src/models/DeletionLockDocument.ts +3 -0
- package/src/models/DeletionLockListDocument.ts +3 -0
- package/src/models/DeletionLockListType.ts +5 -0
- package/src/models/DeletionLockType.ts +14 -0
- package/src/models/DescriptorComponentDocument.ts +3 -0
- package/src/models/DescriptorComponentType.ts +8 -0
- package/src/models/DocumentListDocument.ts +3 -0
- package/src/models/DocumentListType.ts +7 -0
- package/src/models/DurationDocument.ts +3 -0
- package/src/models/DurationJobDocument.ts +3 -0
- package/src/models/DurationJobType.ts +10 -0
- package/src/models/DurationResponse.ts +7 -0
- package/src/models/DurationType.ts +7 -0
- package/src/models/EDLEntryType.ts +5 -0
- package/src/models/EDLType.ts +8 -0
- package/src/models/EffectParameterType.ts +7 -0
- package/src/models/EffectPointType.ts +4 -0
- package/src/models/EffectType.ts +9 -0
- package/src/models/EidrDocument.ts +3 -0
- package/src/models/EidrType.ts +7 -0
- package/src/models/EmptyString.ts +1 -0
- package/src/models/EncodeDecodeType.ts +4 -0
- package/src/models/EntitySynchronizeDocument.ts +3 -0
- package/src/models/EntitySynchronizeType.ts +18 -0
- package/src/models/ErrorLogDocument.ts +3 -0
- package/src/models/ErrorLogListDocument.ts +3 -0
- package/src/models/ErrorLogListType.ts +5 -0
- package/src/models/ErrorLogType.ts +8 -0
- package/src/models/EssenceMappingsDocument.ts +3 -0
- package/src/models/EssenceMappingsType.ts +9 -0
- package/src/models/EssenceVersionDocument.ts +3 -0
- package/src/models/EssenceVersionListDocument.ts +3 -0
- package/src/models/EssenceVersionListType.ts +7 -0
- package/src/models/EssenceVersionType.ts +6 -0
- package/src/models/ExceptionDocument.ts +3 -0
- package/src/models/ExceptionType.ts +21 -0
- package/src/models/ExportInformationDocument.ts +3 -0
- package/src/models/ExportInformationType.ts +7 -0
- package/src/models/ExportLocationDocument.ts +3 -0
- package/src/models/ExportLocationListDocument.ts +3 -0
- package/src/models/ExportLocationListType.ts +5 -0
- package/src/models/ExportLocationType.ts +8 -0
- package/src/models/ExportProblemType.ts +8 -0
- package/src/models/ExportRequestDocument.ts +3 -0
- package/src/models/ExportRequestType.ts +17 -0
- package/src/models/ExportResponseDocument.ts +3 -0
- package/src/models/ExportResponseType.ts +7 -0
- package/src/models/ExportStatusDocument.ts +3 -0
- package/src/models/ExportStatusType.ts +5 -0
- package/src/models/ExportTemplateArchive.ts +6 -0
- package/src/models/ExportTemplateArchiveType.ts +1 -0
- package/src/models/ExportTemplateCollection.ts +6 -0
- package/src/models/ExportTemplateComponent.ts +3 -0
- package/src/models/ExportTemplateComponentFile.ts +3 -0
- package/src/models/ExportTemplateCompress.ts +6 -0
- package/src/models/ExportTemplateCompressType.ts +1 -0
- package/src/models/ExportTemplateDocument.ts +3 -0
- package/src/models/ExportTemplateDummy.ts +3 -0
- package/src/models/ExportTemplateExternal.ts +5 -0
- package/src/models/ExportTemplateFolder.ts +3 -0
- package/src/models/ExportTemplateItem.ts +6 -0
- package/src/models/ExportTemplateIterate.ts +6 -0
- package/src/models/ExportTemplateLibrary.ts +6 -0
- package/src/models/ExportTemplateScript.ts +1 -0
- package/src/models/ExportTemplateSequence.ts +7 -0
- package/src/models/ExportTemplateShape.ts +6 -0
- package/src/models/ExportTemplateText.ts +12 -0
- package/src/models/ExportTemplateTextContent.ts +3 -0
- package/src/models/ExportTemplateType.ts +10 -0
- package/src/models/ExternalIdentifierDocument.ts +3 -0
- package/src/models/ExternalIdentifierListDocument.ts +3 -0
- package/src/models/ExternalIdentifierListType.ts +5 -0
- package/src/models/ExternalIdentifierNamespaceDocument.ts +3 -0
- package/src/models/ExternalIdentifierNamespaceListDocument.ts +3 -0
- package/src/models/ExternalIdentifierNamespaceListType.ts +5 -0
- package/src/models/ExternalIdentifierNamespaceType.ts +5 -0
- package/src/models/ExternalIdentifierType.ts +6 -0
- package/src/models/ExternalMediaType.ts +9 -0
- package/src/models/ExternalTranscodeJobDocument.ts +3 -0
- package/src/models/ExternalTranscodeJobType.ts +10 -0
- package/src/models/ExternalTranscoderType.ts +9 -0
- package/src/models/ExternalVideoMediaType.ts +8 -0
- package/src/models/FacetCountType.ts +4 -0
- package/src/models/FacetRangeType.ts +6 -0
- package/src/models/FacetType.ts +9 -0
- package/src/models/FastStartSettingType.ts +9 -0
- package/src/models/FileAlreadyExistsExceptionType.ts +5 -0
- package/src/models/FileDocument.ts +3 -0
- package/src/models/FileImportDefType.ts +8 -0
- package/src/models/FileListDocument.ts +3 -0
- package/src/models/FileListType.ts +9 -0
- package/src/models/FileMappingType.ts +7 -0
- package/src/models/FilePrefixType.ts +3 -0
- package/src/models/FileReferenceType.ts +9 -0
- package/src/models/FileSearchDocument.ts +3 -0
- package/src/models/FileSearchType.ts +3 -0
- package/src/models/FileSequestionDefinitionType.ts +7 -0
- package/src/models/FileSiteAvailabilityDocument.ts +3 -0
- package/src/models/FileSiteAvailabilityType.ts +3 -0
- package/src/models/FileSynchronizationCustomMethodType.ts +6 -0
- package/src/models/FileSynchronizationEntryDocument.ts +3 -0
- package/src/models/FileSynchronizationEntryListDocument.ts +3 -0
- package/src/models/FileSynchronizationEntryListType.ts +5 -0
- package/src/models/FileSynchronizationEntryStatusType.ts +5 -0
- package/src/models/FileSynchronizationEntryType.ts +15 -0
- package/src/models/FileSynchronizationInfoDocument.ts +3 -0
- package/src/models/FileSynchronizationInfoType.ts +7 -0
- package/src/models/FileSynchronizationLogDocument.ts +3 -0
- package/src/models/FileSynchronizationLogEntryType.ts +4 -0
- package/src/models/FileSynchronizationLogType.ts +5 -0
- package/src/models/FileSynchronizationMethodType.ts +7 -0
- package/src/models/FileSynchronizationRuleDocument.ts +3 -0
- package/src/models/FileSynchronizationRuleListDocument.ts +3 -0
- package/src/models/FileSynchronizationRuleListType.ts +5 -0
- package/src/models/FileSynchronizationRuleType.ts +8 -0
- package/src/models/FileSynchronizationScheduleEntryType.ts +7 -0
- package/src/models/FileSynchronizationScheduleType.ts +5 -0
- package/src/models/FileSynchronizationUriMethodType.ts +4 -0
- package/src/models/FileSynchronizeType.ts +7 -0
- package/src/models/FileType.ts +32 -0
- package/src/models/FilenameFilterType.ts +4 -0
- package/src/models/FinalCutServerType.ts +9 -0
- package/src/models/ForbiddenExceptionType.ts +5 -0
- package/src/models/ForwardServiceType.ts +4 -0
- package/src/models/FrameRateType.ts +3 -0
- package/src/models/FtpPoolConfigurationDocument.ts +3 -0
- package/src/models/FtpPoolConfigurationType.ts +5 -0
- package/src/models/GUIDType.ts +1 -0
- package/src/models/GenericType.ts +1 -0
- package/src/models/GroupDocument.ts +3 -0
- package/src/models/GroupListDocument.ts +3 -0
- package/src/models/GroupListType.ts +6 -0
- package/src/models/GroupSearchDocument.ts +3 -0
- package/src/models/GroupSynchronizeType.ts +10 -0
- package/src/models/GroupType.ts +17 -0
- package/src/models/HasSubEntityType.ts +4 -0
- package/src/models/HashComputeOperation.ts +8 -0
- package/src/models/HashJobDocument.ts +3 -0
- package/src/models/HashJobType.ts +6 -0
- package/src/models/HashResponse.ts +7 -0
- package/src/models/HighlighterType.ts +3 -0
- package/src/models/IDFilterType.ts +3 -0
- package/src/models/ImageJobDocument.ts +3 -0
- package/src/models/ImportAccessControlListDocument.ts +3 -0
- package/src/models/ImportAccessControlListType.ts +6 -0
- package/src/models/ImportSettingsDocument.ts +3 -0
- package/src/models/ImportSettingsType.ts +7 -0
- package/src/models/ImportableFileDocument.ts +3 -0
- package/src/models/ImportableFileListDocument.ts +3 -0
- package/src/models/ImportableFileListType.ts +8 -0
- package/src/models/ImportableFileType.ts +7 -0
- package/src/models/IndexingConfigurationDocument.ts +3 -0
- package/src/models/IndexingConfigurationType.ts +12 -0
- package/src/models/InstanceUID.ts +1 -0
- package/src/models/IntegerOrEmpty.ts +1 -0
- package/src/models/InternalServerExceptionType.ts +3 -0
- package/src/models/InvalidInputExceptionType.ts +6 -0
- package/src/models/ItemCriterionType.ts +7 -0
- package/src/models/ItemDocument.ts +3 -0
- package/src/models/ItemListDocument.ts +3 -0
- package/src/models/ItemListType.ts +14 -0
- package/src/models/ItemRelationDocument.ts +3 -0
- package/src/models/ItemRelationListDocument.ts +3 -0
- package/src/models/ItemRelationListType.ts +5 -0
- package/src/models/ItemRelationType.ts +12 -0
- package/src/models/ItemSearchDocument.ts +3 -0
- package/src/models/ItemSearchTextValueType.ts +5 -0
- package/src/models/ItemSearchType.ts +58 -0
- package/src/models/ItemSearchValueType.ts +7 -0
- package/src/models/ItemSynchronizeType.ts +24 -0
- package/src/models/ItemType.ts +34 -0
- package/src/models/JobDocument.ts +3 -0
- package/src/models/JobFilterType.ts +8 -0
- package/src/models/JobInputProgressType.ts +6 -0
- package/src/models/JobListDocument.ts +3 -0
- package/src/models/JobListType.ts +10 -0
- package/src/models/JobLogEntryType.ts +5 -0
- package/src/models/JobPoolDocument.ts +3 -0
- package/src/models/JobPoolListDocument.ts +3 -0
- package/src/models/JobPoolListType.ts +6 -0
- package/src/models/JobPoolType.ts +4 -0
- package/src/models/JobPriorityConfigurationDocument.ts +3 -0
- package/src/models/JobPriorityConfigurationType.ts +6 -0
- package/src/models/JobProblemDocument.ts +3 -0
- package/src/models/JobProblemListDocument.ts +3 -0
- package/src/models/JobProblemListType.ts +5 -0
- package/src/models/JobProblemType.ts +9 -0
- package/src/models/JobRequestChoiceType.ts +31 -0
- package/src/models/JobSearchDocument.ts +3 -0
- package/src/models/JobSearchType.ts +18 -0
- package/src/models/JobStatusDocument.ts +3 -0
- package/src/models/JobStatusListDocument.ts +3 -0
- package/src/models/JobStatusListType.ts +6 -0
- package/src/models/JobStatusType.ts +33 -0
- package/src/models/JobTaskProgressType.ts +7 -0
- package/src/models/JobTaskProgressType_unit.ts +1 -0
- package/src/models/JobTaskType.ts +18 -0
- package/src/models/JobType.ts +31 -0
- package/src/models/KeyValuePairType.ts +4 -0
- package/src/models/KeyValueType.ts +4 -0
- package/src/models/LDAPImportType.ts +4 -0
- package/src/models/LDAPResourceType.ts +22 -0
- package/src/models/LDAPSyncType.ts +6 -0
- package/src/models/LibrarySettingsDocument.ts +3 -0
- package/src/models/LibrarySettingsType.ts +12 -0
- package/src/models/LibrarySynchronizeType.ts +16 -0
- package/src/models/LicenseErrorType.ts +3 -0
- package/src/models/LicenseExceptionType.ts +3 -0
- package/src/models/LicenseNumberType.ts +4 -0
- package/src/models/LicenseType.ts +23 -0
- package/src/models/LockDocument.ts +3 -0
- package/src/models/LockType.ts +7 -0
- package/src/models/LogReportConfigurationDocument.ts +3 -0
- package/src/models/LogReportConfigurationType.ts +8 -0
- package/src/models/LoudnessDocument.ts +3 -0
- package/src/models/LoudnessMixType.ts +7 -0
- package/src/models/LoudnessType.ts +17 -0
- package/src/models/MDObjectBase.ts +6 -0
- package/src/models/MDObjectLeaf.ts +6 -0
- package/src/models/MDObjectNode.ts +13 -0
- package/src/models/MDObjectStrongReference.ts +6 -0
- package/src/models/MDObjectWeakReference.ts +6 -0
- package/src/models/MDSegment.ts +7 -0
- package/src/models/MOVIndexJobDocument.ts +3 -0
- package/src/models/MOVIndexJobType.ts +12 -0
- package/src/models/MXFOp1bJobDocument.ts +3 -0
- package/src/models/MXFOp1bJobType.ts +10 -0
- package/src/models/MXFPackagesType.ts +11 -0
- package/src/models/MXFServerResourceType.ts +20 -0
- package/src/models/MXFTimecodeExtractionJobDocument.ts +3 -0
- package/src/models/MXFTimecodeExtractionJobType.ts +6 -0
- package/src/models/MXFTimestampType.ts +9 -0
- package/src/models/MasterLicenseDocument.ts +3 -0
- package/src/models/MasterLicenseType.ts +5 -0
- package/src/models/MaterialPackageTrackType.ts +6 -0
- package/src/models/MaterialPackageType.ts +6 -0
- package/src/models/MediaComponentType.ts +25 -0
- package/src/models/MetadataChangeSetDocument.ts +3 -0
- package/src/models/MetadataChangeSetType.ts +9 -0
- package/src/models/MetadataDatasetListDocument.ts +3 -0
- package/src/models/MetadataDatasetListType.ts +7 -0
- package/src/models/MetadataDocument.ts +3 -0
- package/src/models/MetadataEntryDocument.ts +3 -0
- package/src/models/MetadataEntryListDocument.ts +3 -0
- package/src/models/MetadataEntryListType.ts +5 -0
- package/src/models/MetadataEntryListType2.ts +9 -0
- package/src/models/MetadataEntrySyncType.ts +21 -0
- package/src/models/MetadataEntryType.ts +14 -0
- package/src/models/MetadataFieldAccessControlDocument.ts +3 -0
- package/src/models/MetadataFieldAccessControlListDocument.ts +3 -0
- package/src/models/MetadataFieldAccessControlListType.ts +5 -0
- package/src/models/MetadataFieldAccessControlType.ts +10 -0
- package/src/models/MetadataFieldDocument.ts +3 -0
- package/src/models/MetadataFieldFloatType.ts +4 -0
- package/src/models/MetadataFieldGroupDocument.ts +3 -0
- package/src/models/MetadataFieldGroupListDocument.ts +3 -0
- package/src/models/MetadataFieldGroupListType.ts +5 -0
- package/src/models/MetadataFieldGroupPermissionType.ts +9 -0
- package/src/models/MetadataFieldGroupSearchDocument.ts +3 -0
- package/src/models/MetadataFieldGroupType.ts +16 -0
- package/src/models/MetadataFieldIndexType.ts +1 -0
- package/src/models/MetadataFieldIntegerType.ts +4 -0
- package/src/models/MetadataFieldListDocument.ts +3 -0
- package/src/models/MetadataFieldListType.ts +7 -0
- package/src/models/MetadataFieldLongType.ts +4 -0
- package/src/models/MetadataFieldPermissionType.ts +5 -0
- package/src/models/MetadataFieldResultDocument.ts +3 -0
- package/src/models/MetadataFieldResultType.ts +19 -0
- package/src/models/MetadataFieldStringType.ts +5 -0
- package/src/models/MetadataFieldType.ts +40 -0
- package/src/models/MetadataFieldTypeType.ts +21 -0
- package/src/models/MetadataFieldValidationDocument.ts +3 -0
- package/src/models/MetadataFieldValidationType.ts +8 -0
- package/src/models/MetadataFieldValueConstraintListDocument.ts +3 -0
- package/src/models/MetadataFieldValueConstraintListType.ts +5 -0
- package/src/models/MetadataFieldValueConstraintType.ts +5 -0
- package/src/models/MetadataFieldValueType.ts +18 -0
- package/src/models/MetadataGroupValueType.ts +17 -0
- package/src/models/MetadataListDocument.ts +3 -0
- package/src/models/MetadataListType.ts +9 -0
- package/src/models/MetadataLockDocument.ts +3 -0
- package/src/models/MetadataLockListDocument.ts +3 -0
- package/src/models/MetadataLockListType.ts +5 -0
- package/src/models/MetadataLockType.ts +6 -0
- package/src/models/MetadataModeType.ts +1 -0
- package/src/models/MetadataReferenceType.ts +1 -0
- package/src/models/MetadataReferencedType.ts +5 -0
- package/src/models/MetadataSchemaAttributes.ts +5 -0
- package/src/models/MetadataSchemaDeleteOperationType.ts +6 -0
- package/src/models/MetadataSchemaDocument.ts +3 -0
- package/src/models/MetadataSchemaElementType.ts +5 -0
- package/src/models/MetadataSchemaGroupDocument.ts +3 -0
- package/src/models/MetadataSchemaGroupType.ts +7 -0
- package/src/models/MetadataSchemaHierarchyType.ts +7 -0
- package/src/models/MetadataSchemaMigrationDocument.ts +3 -0
- package/src/models/MetadataSchemaMigrationListDocument.ts +3 -0
- package/src/models/MetadataSchemaMigrationListType.ts +5 -0
- package/src/models/MetadataSchemaMigrationType.ts +12 -0
- package/src/models/MetadataSchemaMoveOperationType.ts +7 -0
- package/src/models/MetadataSchemaRenameOperationType.ts +6 -0
- package/src/models/MetadataSchemaType.ts +5 -0
- package/src/models/MetadataSynchronizeType.ts +10 -0
- package/src/models/MetadataType.ts +15 -0
- package/src/models/MetadataValueAttributes.ts +12 -0
- package/src/models/MetadataValueType.ts +8 -0
- package/src/models/MetadataWrapperDocument.ts +3 -0
- package/src/models/MetadataWrapperType.ts +15 -0
- package/src/models/MetricsConfigurationDocument.ts +3 -0
- package/src/models/MetricsConfigurationType.ts +5 -0
- package/src/models/MetricsReporterType.ts +4 -0
- package/src/models/NLEJob2AudioOutputType.ts +8 -0
- package/src/models/NLEJob2MixType.ts +5 -0
- package/src/models/NLEJob2MixTypeInput.ts +7 -0
- package/src/models/NLEJob2OutputType.ts +9 -0
- package/src/models/NLEJob2VideoOutputType.ts +6 -0
- package/src/models/NLEJobAudioOutputType.ts +8 -0
- package/src/models/NLEJobDocument.ts +3 -0
- package/src/models/NLEJobOutputType.ts +12 -0
- package/src/models/NLEJobSequenceType.ts +8 -0
- package/src/models/NLEJobTransitionType.ts +15 -0
- package/src/models/NLEJobType.ts +26 -0
- package/src/models/NLEJobVideoOutputType.ts +10 -0
- package/src/models/NameURIPairType.ts +4 -0
- package/src/models/NetworkType.ts +4 -0
- package/src/models/NotAuthorizedExceptionType.ts +3 -0
- package/src/models/NotFoundExceptionType.ts +5 -0
- package/src/models/NotYetImplementedExceptionType.ts +1 -0
- package/src/models/NotificationAccessTriggerType.ts +3 -0
- package/src/models/NotificationActionType.ts +6 -0
- package/src/models/NotificationCollectionTriggerType.ts +3 -0
- package/src/models/NotificationDeletionLockTriggerType.ts +3 -0
- package/src/models/NotificationDocument.ts +3 -0
- package/src/models/NotificationDocumentTriggerType.ts +3 -0
- package/src/models/NotificationEjbActionType.ts +8 -0
- package/src/models/NotificationFileTriggerType.ts +12 -0
- package/src/models/NotificationGroupTriggerType.ts +3 -0
- package/src/models/NotificationHttpActionType.ts +8 -0
- package/src/models/NotificationItemTriggerType.ts +3 -0
- package/src/models/NotificationJavaScriptActionType.ts +5 -0
- package/src/models/NotificationJmsActionType.ts +9 -0
- package/src/models/NotificationJobTriggerType.ts +22 -0
- package/src/models/NotificationMetadataTriggerType.ts +3 -0
- package/src/models/NotificationQuotaTriggerType.ts +3 -0
- package/src/models/NotificationSNSActionType.ts +12 -0
- package/src/models/NotificationSQSActionType.ts +13 -0
- package/src/models/NotificationShapeTriggerType.ts +3 -0
- package/src/models/NotificationStorageTriggerType.ts +3 -0
- package/src/models/NotificationTriggerDocument.ts +3 -0
- package/src/models/NotificationTriggerType.ts +3 -0
- package/src/models/NotificationType.ts +43 -0
- package/src/models/OAuth2ConfigurationDocument.ts +3 -0
- package/src/models/OAuth2ConfigurationType.ts +9 -0
- package/src/models/OSName.ts +9 -0
- package/src/models/OtifConfigurationDocument.ts +3 -0
- package/src/models/OtifConfigurationListDocument.ts +3 -0
- package/src/models/OtifConfigurationListType.ts +6 -0
- package/src/models/OtifConfigurationType.ts +10 -0
- package/src/models/OtifDocument.ts +3 -0
- package/src/models/OtifJobConfigurationDocument.ts +3 -0
- package/src/models/OtifJobConfigurationListDocument.ts +3 -0
- package/src/models/OtifJobConfigurationListType.ts +6 -0
- package/src/models/OtifJobConfigurationType.ts +10 -0
- package/src/models/OtifListDocument.ts +3 -0
- package/src/models/OtifListType.ts +6 -0
- package/src/models/OtifOSDocment.ts +3 -0
- package/src/models/OtifOSType.ts +6 -0
- package/src/models/OtifPluginType.ts +1 -0
- package/src/models/OtifPresetDocument.ts +3 -0
- package/src/models/OtifPresetType.ts +11 -0
- package/src/models/OtifResourceDocument.ts +3 -0
- package/src/models/OtifResourceListDocument.ts +3 -0
- package/src/models/OtifResourceListType.ts +6 -0
- package/src/models/OtifResourceType.ts +4 -0
- package/src/models/OtifTranscoderPluginDocment.ts +3 -0
- package/src/models/OtifTranscoderPluginType.ts +8 -0
- package/src/models/OtifType.ts +13 -0
- package/src/models/OtifVxaPluginDocment.ts +3 -0
- package/src/models/OtifVxaPluginType.ts +3 -0
- package/src/models/OverlayType.ts +13 -0
- package/src/models/PackageTrackType.ts +10 -0
- package/src/models/PackageType.ts +7 -0
- package/src/models/PartialFileDVDescriptorType.ts +4 -0
- package/src/models/PartialFileDemuxerInfoType.ts +8 -0
- package/src/models/PartialFileDescriptorDocument.ts +3 -0
- package/src/models/PartialFileDescriptorType.ts +18 -0
- package/src/models/PartialFileRandomIndexType.ts +11 -0
- package/src/models/PathAliasConfigurationDocument.ts +3 -0
- package/src/models/PathAliasConfigurationType.ts +3 -0
- package/src/models/PlaceholderImportRequestDocument.ts +3 -0
- package/src/models/PlaceholderImportRequestType.ts +6 -0
- package/src/models/PluginType.ts +4 -0
- package/src/models/ProjectDocument.ts +3 -0
- package/src/models/ProjectFileDocument.ts +3 -0
- package/src/models/ProjectFileType.ts +20 -0
- package/src/models/ProjectType.ts +6 -0
- package/src/models/ProjectVersionDocument.ts +3 -0
- package/src/models/ProjectVersionType.ts +14 -0
- package/src/models/QueueJobDocument.ts +3 -0
- package/src/models/QueueJobType.ts +5 -0
- package/src/models/QuotaFilterType.ts +5 -0
- package/src/models/QuotaResourceType.ts +1 -0
- package/src/models/QuotaRuleDocument.ts +3 -0
- package/src/models/QuotaRuleListDocument.ts +3 -0
- package/src/models/QuotaRuleListType.ts +5 -0
- package/src/models/QuotaRuleType.ts +19 -0
- package/src/models/REDDecoderType.ts +1 -0
- package/src/models/RationalType.ts +4 -0
- package/src/models/ReindexRequestDocument.ts +3 -0
- package/src/models/ReindexRequestType.ts +9 -0
- package/src/models/RelationType.ts +1 -0
- package/src/models/Reply.ts +1 -0
- package/src/models/ResolutionType.ts +4 -0
- package/src/models/ResourceDocument.ts +3 -0
- package/src/models/ResourceListDocument.ts +3 -0
- package/src/models/ResourceListType.ts +5 -0
- package/src/models/ResourceType.ts +33 -0
- package/src/models/ResourceTypeListDocument.ts +3 -0
- package/src/models/ResourceTypeListType.ts +6 -0
- package/src/models/S3CredentialType.ts +1 -0
- package/src/models/ScalingType.ts +14 -0
- package/src/models/ScheduledRequestDocument.ts +3 -0
- package/src/models/ScheduledRequestListDocument.ts +3 -0
- package/src/models/ScheduledRequestListType.ts +5 -0
- package/src/models/ScheduledRequestType.ts +18 -0
- package/src/models/SearchAclType.ts +7 -0
- package/src/models/SearchFieldType.ts +13 -0
- package/src/models/SearchFilterType.ts +19 -0
- package/src/models/SearchGroupType.ts +6 -0
- package/src/models/SearchHistoryDocument.ts +3 -0
- package/src/models/SearchHistoryListType.ts +5 -0
- package/src/models/SearchHistoryType.ts +7 -0
- package/src/models/SearchIntervalsType.ts +1 -0
- package/src/models/SearchOperationType.ts +1 -0
- package/src/models/SearchOperatorType.ts +23 -0
- package/src/models/SearchPermissionType.ts +1 -0
- package/src/models/SearchResultDocument.ts +3 -0
- package/src/models/SearchResultEntryTimespanType.ts +8 -0
- package/src/models/SearchResultEntryType.ts +20 -0
- package/src/models/SearchResultType.ts +13 -0
- package/src/models/SearchTargetType.ts +1 -0
- package/src/models/SegmentationJobDocument.ts +3 -0
- package/src/models/SegmentationJobType.ts +11 -0
- package/src/models/SelfTestDocument.ts +3 -0
- package/src/models/SelfTestType.ts +8 -0
- package/src/models/SequenceDocument.ts +3 -0
- package/src/models/SequenceListDocument.ts +3 -0
- package/src/models/SequenceListType.ts +8 -0
- package/src/models/SequenceMediaType.ts +16 -0
- package/src/models/SequenceMetaDataType.ts +4 -0
- package/src/models/SequenceRangeType.ts +7 -0
- package/src/models/SequenceRenderRequestDocument.ts +3 -0
- package/src/models/SequenceRenderRequestType.ts +9 -0
- package/src/models/SequenceTrackType.ts +8 -0
- package/src/models/SequenceTransitionType.ts +16 -0
- package/src/models/SequenceType.ts +11 -0
- package/src/models/ServiceConfigurationResultDocument.ts +3 -0
- package/src/models/ServiceConfigurationResultType.ts +16 -0
- package/src/models/ShapeCriterionType.ts +5 -0
- package/src/models/ShapeDeductionJobDocument.ts +3 -0
- package/src/models/ShapeDeductionJobType.ts +18 -0
- package/src/models/ShapeDeductionResponse.ts +9 -0
- package/src/models/ShapeDocument.ts +3 -0
- package/src/models/ShapeListDocument.ts +3 -0
- package/src/models/ShapeListType.ts +10 -0
- package/src/models/ShapeSearchDocument.ts +3 -0
- package/src/models/ShapeSearchType.ts +3 -0
- package/src/models/ShapeSynchronizeType.ts +13 -0
- package/src/models/ShapeTagSynchronizeType.ts +6 -0
- package/src/models/ShapeType.ts +28 -0
- package/src/models/SigniantType.ts +7 -0
- package/src/models/SimpleMetadataDocument.ts +3 -0
- package/src/models/SimpleMetadataType.ts +6 -0
- package/src/models/SimpleSearchFieldType.ts +4 -0
- package/src/models/SimpleSearchOperationType.ts +1 -0
- package/src/models/SimpleSearchOperatorType.ts +7 -0
- package/src/models/SimpleSearchType.ts +12 -0
- package/src/models/SimpleTimelineDocument.ts +3 -0
- package/src/models/SimpleTimelineType.ts +12 -0
- package/src/models/SiteDefinitionDocument.ts +3 -0
- package/src/models/SiteDefinitionType.ts +8 -0
- package/src/models/SiteIdType.ts +1 -0
- package/src/models/SiteInitializationStatusDocument.ts +3 -0
- package/src/models/SiteInitializationStatusType.ts +8 -0
- package/src/models/SiteRuleDocument.ts +3 -0
- package/src/models/SiteRuleListDocument.ts +3 -0
- package/src/models/SiteRuleListType.ts +5 -0
- package/src/models/SiteRuleType.ts +14 -0
- package/src/models/SlaveAuthDocument.ts +3 -0
- package/src/models/SlaveAuthInfoDocument.ts +3 -0
- package/src/models/SlaveAuthInfoType.ts +4 -0
- package/src/models/SlaveAuthType.ts +11 -0
- package/src/models/SlaveLicenseDocument.ts +3 -0
- package/src/models/SlaveLicenseListDocument.ts +3 -0
- package/src/models/SlaveLicenseListType.ts +5 -0
- package/src/models/SlaveLicenseType.ts +10 -0
- package/src/models/SlaveListDocument.ts +3 -0
- package/src/models/SlaveListType.ts +5 -0
- package/src/models/SlaveType.ts +10 -0
- package/src/models/SmartCropType.ts +3 -0
- package/src/models/SolrAddType.ts +5 -0
- package/src/models/SolrDocumentType.ts +6 -0
- package/src/models/SortingOrderType.ts +1 -0
- package/src/models/StatsDRecieverType.ts +6 -0
- package/src/models/StatsdReporterType.ts +8 -0
- package/src/models/StorageCriteriaType.ts +1 -0
- package/src/models/StorageDocument.ts +3 -0
- package/src/models/StorageFileSequenceType.ts +4 -0
- package/src/models/StorageFilterType.ts +4 -0
- package/src/models/StorageGroupDocument.ts +3 -0
- package/src/models/StorageGroupListDocument.ts +3 -0
- package/src/models/StorageGroupListType.ts +5 -0
- package/src/models/StorageGroupType.ts +12 -0
- package/src/models/StorageImportDocument.ts +3 -0
- package/src/models/StorageImportType.ts +5 -0
- package/src/models/StorageListDocument.ts +3 -0
- package/src/models/StorageListType.ts +6 -0
- package/src/models/StorageMappingType.ts +6 -0
- package/src/models/StorageMethodListDocument.ts +3 -0
- package/src/models/StorageMethodListType.ts +5 -0
- package/src/models/StorageMethodType.ts +23 -0
- package/src/models/StorageRuleDocument.ts +3 -0
- package/src/models/StorageRuleType.ts +30 -0
- package/src/models/StorageRulesDocument.ts +3 -0
- package/src/models/StorageRulesType.ts +6 -0
- package/src/models/StorageType.ts +35 -0
- package/src/models/StreamIntervalType.ts +6 -0
- package/src/models/SubClipType.ts +5 -0
- package/src/models/SubtitleClipType.ts +6 -0
- package/src/models/SubtitleComponentDocument.ts +3 -0
- package/src/models/SubtitleComponentType.ts +3 -0
- package/src/models/SuggestionResultType.ts +4 -0
- package/src/models/SuggestionSearchType.ts +4 -0
- package/src/models/SupportedProtocolsDocument.ts +3 -0
- package/src/models/SupportedProtocolsType.ts +11 -0
- package/src/models/SyncPolicyType.ts +1 -0
- package/src/models/SystemInfoType.ts +4 -0
- package/src/models/TapePackageTrackType.ts +5 -0
- package/src/models/TapePackageType.ts +6 -0
- package/src/models/TaskDefinitionDependency.ts +5 -0
- package/src/models/TaskDefinitionDocument.ts +3 -0
- package/src/models/TaskDefinitionListDocument.ts +3 -0
- package/src/models/TaskDefinitionListType.ts +7 -0
- package/src/models/TaskDefinitionType.ts +17 -0
- package/src/models/TaskGroupDocument.ts +3 -0
- package/src/models/TaskGroupListDocument.ts +3 -0
- package/src/models/TaskGroupListType.ts +5 -0
- package/src/models/TaskGroupType.ts +22 -0
- package/src/models/TerseMetadataDocument.ts +3 -0
- package/src/models/TerseMetadataListDocument.ts +3 -0
- package/src/models/TerseMetadataListType.ts +10 -0
- package/src/models/TextOverlayType.ts +8 -0
- package/src/models/TextRenditionType.ts +24 -0
- package/src/models/ThumbnailInfoType.ts +6 -0
- package/src/models/ThumbnailServiceType.ts +8 -0
- package/src/models/ThumbnailSpriteSheetDocument.ts +3 -0
- package/src/models/ThumbnailSpriteSheetType.ts +15 -0
- package/src/models/ThumbnailSynchronizeType.ts +7 -0
- package/src/models/ThumbnailsSynchronizeDocument.ts +3 -0
- package/src/models/ThumbnailsSynchronizeType.ts +5 -0
- package/src/models/TimeBaseType.ts +3 -0
- package/src/models/TimeCodeType.ts +6 -0
- package/src/models/TimeIntervalType.ts +6 -0
- package/src/models/TimelineDocument.ts +3 -0
- package/src/models/TimelineJobRequestDocument.ts +3 -0
- package/src/models/TimelineJobRequestType.ts +14 -0
- package/src/models/TimelineType.ts +20 -0
- package/src/models/TrackSegmentType.ts +9 -0
- package/src/models/TrackType.ts +5 -0
- package/src/models/TranscodePresetDocument.ts +3 -0
- package/src/models/TranscodePresetListDocument.ts +3 -0
- package/src/models/TranscodePresetListType.ts +5 -0
- package/src/models/TranscodePresetType.ts +48 -0
- package/src/models/TranscoderConfigurationDocument.ts +3 -0
- package/src/models/TranscoderConfigurationType.ts +42 -0
- package/src/models/TranscoderDirectAccess.ts +7 -0
- package/src/models/TranscoderJobType.ts +1 -0
- package/src/models/TranscoderLicenseStatusDocument.ts +3 -0
- package/src/models/TranscoderLicenseStatusType.ts +5 -0
- package/src/models/TranscoderType.ts +18 -0
- package/src/models/TranscoderVersionDocument.ts +3 -0
- package/src/models/TranscoderVersionType.ts +15 -0
- package/src/models/TransferDocument.ts +3 -0
- package/src/models/TransferJobDocument.ts +3 -0
- package/src/models/TransferJobType.ts +6 -0
- package/src/models/TransferListDocument.ts +3 -0
- package/src/models/TransferListType.ts +5 -0
- package/src/models/TransferLogEntryType.ts +20 -0
- package/src/models/TransferLogListDocument.ts +3 -0
- package/src/models/TransferLogListType.ts +6 -0
- package/src/models/TransferOperation.ts +8 -0
- package/src/models/TransferResponse.ts +6 -0
- package/src/models/TransferType.ts +9 -0
- package/src/models/TransitionType.ts +15 -0
- package/src/models/ULType.ts +1 -0
- package/src/models/UMIDType.ts +1 -0
- package/src/models/URIListDocument.ts +3 -0
- package/src/models/URIListType.ts +4 -0
- package/src/models/UUIDType.ts +1 -0
- package/src/models/UserDocument.ts +3 -0
- package/src/models/UserListDocument.ts +3 -0
- package/src/models/UserListType.ts +6 -0
- package/src/models/UserSearchDocument.ts +3 -0
- package/src/models/UserSynchronizeType.ts +7 -0
- package/src/models/UserType.ts +18 -0
- package/src/models/VXADocument.ts +3 -0
- package/src/models/VXAForwardService.ts +3 -0
- package/src/models/VXAJobDocument.ts +3 -0
- package/src/models/VXAJobListDocument.ts +3 -0
- package/src/models/VXAJobListType.ts +6 -0
- package/src/models/VXAJobType.ts +21 -0
- package/src/models/VXAListDocument.ts +3 -0
- package/src/models/VXAListType.ts +6 -0
- package/src/models/VXAStatus.ts +1 -0
- package/src/models/VXAStorageCapacityDocument.ts +3 -0
- package/src/models/VXAStorageCapacityType.ts +5 -0
- package/src/models/VXAStorageType.ts +7 -0
- package/src/models/VXAType.ts +34 -0
- package/src/models/VXAUpdateDocument.ts +3 -0
- package/src/models/VXAUpdateType.ts +8 -0
- package/src/models/VXAVSInstanceType.ts +8 -0
- package/src/models/VersionDocument.ts +3 -0
- package/src/models/VersionType.ts +9 -0
- package/src/models/VideoClipType.ts +5 -0
- package/src/models/VideoComponentDocument.ts +3 -0
- package/src/models/VideoComponentType.ts +37 -0
- package/src/models/VideoMediaInfoType.ts +6 -0
- package/src/models/VideoTranscodePresetType.ts +35 -0
- package/src/models/VidinetServiceType.ts +8 -0
- package/src/models/VidispineServiceDocument.ts +3 -0
- package/src/models/VidispineServiceListDocument.ts +3 -0
- package/src/models/VidispineServiceListType.ts +5 -0
- package/src/models/VidispineServiceType.ts +14 -0
- package/src/models/WaveformDataDocument.ts +3 -0
- package/src/models/WaveformDataType.ts +12 -0
- package/src/models/WebsocketUpdateDocument.ts +3 -0
- package/src/models/WebsocketUpdateListDocument.ts +3 -0
- package/src/models/WebsocketUpdateListType.ts +5 -0
- package/src/models/WebsocketUpdateRequestDocument.ts +3 -0
- package/src/models/WebsocketUpdateRequestType.ts +14 -0
- package/src/models/WebsocketUpdateType.ts +15 -0
- package/src/models/WeekDayType.ts +8 -0
- package/src/models/XMPJobDocument.ts +3 -0
- package/src/models/XMPJobType.ts +8 -0
- package/src/models/XMPReadOperation.ts +7 -0
- package/src/models/XMPResponse.ts +5 -0
- package/src/models/XMPWriteOperation.ts +8 -0
- package/src/models/add.ts +3 -0
- package/src/models/constraintValueType.ts +4 -0
- package/src/models/doc.ts +3 -0
- package/src/models/jobNotificationContentFilter.ts +11 -0
- package/src/models/sequenceDefinitionType.ts +7 -0
- package/src/models/vsXSLTVersion.ts +1 -0
- package/src/modifiedModels/MetadataGroupValueType.ts +17 -0
- package/src/modifiedModels/README.md +3 -0
- package/tsconfig.json +10 -0
- package/index.d.ts +0 -4971
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { AAFGeneratorJobType } from './AAFGeneratorJobType';
|
|
2
|
+
import type { ComplexJobType } from './ComplexJobType';
|
|
3
|
+
import type { DurationJobType } from './DurationJobType';
|
|
4
|
+
import type { HashJobType } from './HashJobType';
|
|
5
|
+
import type { MOVIndexJobType } from './MOVIndexJobType';
|
|
6
|
+
import type { MXFOp1bJobType } from './MXFOp1bJobType';
|
|
7
|
+
import type { MXFTimecodeExtractionJobType } from './MXFTimecodeExtractionJobType';
|
|
8
|
+
import type { NLEJobType } from './NLEJobType';
|
|
9
|
+
import type { QueueJobType } from './QueueJobType';
|
|
10
|
+
import type { SegmentationJobType } from './SegmentationJobType';
|
|
11
|
+
import type { ShapeDeductionJobType } from './ShapeDeductionJobType';
|
|
12
|
+
import type { TimelineJobRequestType } from './TimelineJobRequestType';
|
|
13
|
+
import type { TransferJobType } from './TransferJobType';
|
|
14
|
+
import type { XMPJobType } from './XMPJobType';
|
|
15
|
+
|
|
16
|
+
export type JobRequestChoiceType = {
|
|
17
|
+
timelineRequest?: TimelineJobRequestType;
|
|
18
|
+
complexRequest?: ComplexJobType;
|
|
19
|
+
movIndexRequest?: MOVIndexJobType;
|
|
20
|
+
mxfTimecodeExtractionRequest?: MXFTimecodeExtractionJobType;
|
|
21
|
+
mxfOp1bRequest?: MXFOp1bJobType;
|
|
22
|
+
segmentationRequest?: SegmentationJobType;
|
|
23
|
+
nleRequest?: NLEJobType;
|
|
24
|
+
queueRequest?: QueueJobType;
|
|
25
|
+
durationRequest?: DurationJobType;
|
|
26
|
+
shapeDeductionRequest?: ShapeDeductionJobType;
|
|
27
|
+
xmpRequest?: XMPJobType;
|
|
28
|
+
hashRequest?: HashJobType;
|
|
29
|
+
transferRequest?: TransferJobType;
|
|
30
|
+
aafGeneratorRequest?: AAFGeneratorJobType;
|
|
31
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { FacetRangeType } from './FacetRangeType';
|
|
2
|
+
|
|
3
|
+
export type JobSearchType = {
|
|
4
|
+
facetFilter?: Array<{
|
|
5
|
+
field: string;
|
|
6
|
+
range?: FacetRangeType;
|
|
7
|
+
value?: string;
|
|
8
|
+
}>;
|
|
9
|
+
facet?: Array<{
|
|
10
|
+
field: string;
|
|
11
|
+
exclude?: Array<string>;
|
|
12
|
+
count?: boolean;
|
|
13
|
+
minCount?: number;
|
|
14
|
+
maxCount?: number;
|
|
15
|
+
maxResults?: number;
|
|
16
|
+
name?: string;
|
|
17
|
+
}>;
|
|
18
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { AAFGeneratorResponse } from './AAFGeneratorResponse';
|
|
2
|
+
import type { DurationResponse } from './DurationResponse';
|
|
3
|
+
import type { HashResponse } from './HashResponse';
|
|
4
|
+
import type { JobInputProgressType } from './JobInputProgressType';
|
|
5
|
+
import type { JobLogEntryType } from './JobLogEntryType';
|
|
6
|
+
import type { JobRequestChoiceType } from './JobRequestChoiceType';
|
|
7
|
+
import type { ShapeDeductionResponse } from './ShapeDeductionResponse';
|
|
8
|
+
import type { SiteIdType } from './SiteIdType';
|
|
9
|
+
import type { ThumbnailInfoType } from './ThumbnailInfoType';
|
|
10
|
+
import type { TransferResponse } from './TransferResponse';
|
|
11
|
+
import type { XMPResponse } from './XMPResponse';
|
|
12
|
+
|
|
13
|
+
export type JobStatusType = {
|
|
14
|
+
statusUri: string;
|
|
15
|
+
id: SiteIdType;
|
|
16
|
+
isRunning: boolean;
|
|
17
|
+
isPaused: boolean;
|
|
18
|
+
walltime: number;
|
|
19
|
+
exitcode?: number;
|
|
20
|
+
message?: string;
|
|
21
|
+
log?: Array<JobLogEntryType>;
|
|
22
|
+
request?: JobRequestChoiceType;
|
|
23
|
+
inputProgress?: Array<JobInputProgressType>;
|
|
24
|
+
progress?: number;
|
|
25
|
+
estimatedTimeLeft?: number;
|
|
26
|
+
thumbnail?: Array<ThumbnailInfoType>;
|
|
27
|
+
shapeDeductionResponse?: Array<ShapeDeductionResponse>;
|
|
28
|
+
durationResponse?: Array<DurationResponse>;
|
|
29
|
+
xmpResponse?: Array<XMPResponse>;
|
|
30
|
+
hashResponse?: Array<HashResponse>;
|
|
31
|
+
transferResponse?: Array<TransferResponse>;
|
|
32
|
+
aafGeneratorResponse?: Array<AAFGeneratorResponse>;
|
|
33
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type JobTaskProgressType_unit = 'bytes' | 'percent';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { JobTaskProgressType } from './JobTaskProgressType';
|
|
2
|
+
|
|
3
|
+
export type JobTaskType = {
|
|
4
|
+
step: number;
|
|
5
|
+
attempts: number;
|
|
6
|
+
status: string;
|
|
7
|
+
timestamp: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
progress?: JobTaskProgressType;
|
|
10
|
+
subStep?: Array<{
|
|
11
|
+
timestamp: string;
|
|
12
|
+
description: string;
|
|
13
|
+
}>;
|
|
14
|
+
errorMessage?: string;
|
|
15
|
+
totalSubTasks?: number;
|
|
16
|
+
subTask?: Array<JobTaskType>;
|
|
17
|
+
id?: number;
|
|
18
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { JobTaskType } from './JobTaskType';
|
|
2
|
+
import type { SiteIdType } from './SiteIdType';
|
|
3
|
+
|
|
4
|
+
export type JobType = {
|
|
5
|
+
jobId: SiteIdType;
|
|
6
|
+
user?: string;
|
|
7
|
+
started?: string;
|
|
8
|
+
finished?: string;
|
|
9
|
+
status: string;
|
|
10
|
+
type: string;
|
|
11
|
+
subJob?: Array<JobType>;
|
|
12
|
+
priority: string;
|
|
13
|
+
waiting?: {
|
|
14
|
+
resourceId?: SiteIdType;
|
|
15
|
+
resourceType?: string;
|
|
16
|
+
requirement?: string;
|
|
17
|
+
};
|
|
18
|
+
currentStep?: {
|
|
19
|
+
description: string;
|
|
20
|
+
number: number;
|
|
21
|
+
status: string;
|
|
22
|
+
};
|
|
23
|
+
data?: Array<{
|
|
24
|
+
key: string;
|
|
25
|
+
value: string;
|
|
26
|
+
}>;
|
|
27
|
+
totalSteps?: number;
|
|
28
|
+
log?: {
|
|
29
|
+
task?: Array<JobTaskType>;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { LDAPImportType } from './LDAPImportType';
|
|
2
|
+
import type { LDAPSyncType } from './LDAPSyncType';
|
|
3
|
+
|
|
4
|
+
export type LDAPResourceType = {
|
|
5
|
+
url: Array<string>;
|
|
6
|
+
useStartTLS: boolean;
|
|
7
|
+
userDN: string;
|
|
8
|
+
usernameAttribute: string;
|
|
9
|
+
userSearchFilter?: string;
|
|
10
|
+
bindDN?: string;
|
|
11
|
+
bindPassword?: string;
|
|
12
|
+
cacheLifetime?: number;
|
|
13
|
+
groupDN?: string;
|
|
14
|
+
groupSearchFilter?: string;
|
|
15
|
+
realNameAttribute?: string;
|
|
16
|
+
groupnameAttribute?: string;
|
|
17
|
+
usernameFormat?: string;
|
|
18
|
+
secureProtocol?: string;
|
|
19
|
+
serverCertificate?: Array<string>;
|
|
20
|
+
sync?: LDAPSyncType;
|
|
21
|
+
import?: LDAPImportType;
|
|
22
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { ItemSearchType } from './ItemSearchType';
|
|
2
|
+
import type { SiteIdType } from './SiteIdType';
|
|
3
|
+
|
|
4
|
+
export type LibrarySettingsType = {
|
|
5
|
+
id?: SiteIdType;
|
|
6
|
+
username?: string;
|
|
7
|
+
updateMode?: string;
|
|
8
|
+
autoRefresh?: boolean;
|
|
9
|
+
updateFrequency?: number;
|
|
10
|
+
lastUpdate?: string;
|
|
11
|
+
query?: ItemSearchType;
|
|
12
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { AccessControlSynchronizeType } from './AccessControlSynchronizeType';
|
|
2
|
+
import type { HasSubEntityType } from './HasSubEntityType';
|
|
3
|
+
import type { SiteIdType } from './SiteIdType';
|
|
4
|
+
|
|
5
|
+
export type LibrarySynchronizeType = {
|
|
6
|
+
delete: boolean;
|
|
7
|
+
create: boolean;
|
|
8
|
+
id: SiteIdType;
|
|
9
|
+
complete?: boolean;
|
|
10
|
+
access?: Array<AccessControlSynchronizeType>;
|
|
11
|
+
updateMode: string;
|
|
12
|
+
updateFrequency?: string;
|
|
13
|
+
searchXML?: string;
|
|
14
|
+
hasItem?: Array<HasSubEntityType>;
|
|
15
|
+
partOfCollection?: Array<SiteIdType>;
|
|
16
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { CodecStatusType } from './CodecStatusType';
|
|
2
|
+
import type { LicenseErrorType } from './LicenseErrorType';
|
|
3
|
+
import type { LicenseNumberType } from './LicenseNumberType';
|
|
4
|
+
import type { SystemInfoType } from './SystemInfoType';
|
|
5
|
+
|
|
6
|
+
export type LicenseType = {
|
|
7
|
+
expiryDate?: string;
|
|
8
|
+
macaddresses?: SystemInfoType;
|
|
9
|
+
fileStatus?: string;
|
|
10
|
+
storageNumber?: LicenseNumberType;
|
|
11
|
+
userNumber?: LicenseNumberType;
|
|
12
|
+
itemNumber?: LicenseNumberType;
|
|
13
|
+
transcoderNumber?: LicenseNumberType;
|
|
14
|
+
databaseSizeLimit?: LicenseNumberType;
|
|
15
|
+
endCustomerCompanyname?: string;
|
|
16
|
+
endCustomerCompanyContactEmail?: string;
|
|
17
|
+
resellerCompanyName?: string;
|
|
18
|
+
resellerCompanyContactEmail?: string;
|
|
19
|
+
licenseStatus?: string;
|
|
20
|
+
codecStatus?: CodecStatusType;
|
|
21
|
+
licenseErrorStatus?: LicenseErrorType;
|
|
22
|
+
licenseType?: string;
|
|
23
|
+
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { LoudnessMixType } from './LoudnessMixType';
|
|
2
|
+
import type { SiteIdType } from './SiteIdType';
|
|
3
|
+
|
|
4
|
+
export type LoudnessType = {
|
|
5
|
+
id?: SiteIdType;
|
|
6
|
+
shape?: SiteIdType;
|
|
7
|
+
shapeTag?: string;
|
|
8
|
+
mix?: Array<LoudnessMixType>;
|
|
9
|
+
start?: string;
|
|
10
|
+
end?: string;
|
|
11
|
+
startLoudness?: string;
|
|
12
|
+
endLoudness?: string;
|
|
13
|
+
startRange?: string;
|
|
14
|
+
endRange?: string;
|
|
15
|
+
loudnessLU?: number;
|
|
16
|
+
loudnessRangeLU?: number;
|
|
17
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { InstanceUID } from './InstanceUID';
|
|
2
|
+
import type { MDObjectBase } from './MDObjectBase';
|
|
3
|
+
import type { MDObjectLeaf } from './MDObjectLeaf';
|
|
4
|
+
import type { MDObjectStrongReference } from './MDObjectStrongReference';
|
|
5
|
+
import type { MDObjectWeakReference } from './MDObjectWeakReference';
|
|
6
|
+
|
|
7
|
+
export type MDObjectNode = MDObjectBase & {
|
|
8
|
+
instanceUid?: InstanceUID;
|
|
9
|
+
leaf?: Array<MDObjectLeaf>;
|
|
10
|
+
child?: Array<MDObjectNode>;
|
|
11
|
+
strongReference?: Array<MDObjectStrongReference>;
|
|
12
|
+
weakReference?: Array<MDObjectWeakReference>;
|
|
13
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { KeyValuePairType } from './KeyValuePairType';
|
|
2
|
+
import type { TranscoderJobType } from './TranscoderJobType';
|
|
3
|
+
|
|
4
|
+
export type MOVIndexJobType = TranscoderJobType & {
|
|
5
|
+
targetUri: string;
|
|
6
|
+
source?: Array<{
|
|
7
|
+
uri: string;
|
|
8
|
+
alias?: string;
|
|
9
|
+
absoluteAlias?: string;
|
|
10
|
+
setting?: Array<KeyValuePairType>;
|
|
11
|
+
}>;
|
|
12
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { FrameRateType } from './FrameRateType';
|
|
2
|
+
import type { MaterialPackageType } from './MaterialPackageType';
|
|
3
|
+
import type { TapePackageType } from './TapePackageType';
|
|
4
|
+
|
|
5
|
+
export type MXFPackagesType = {
|
|
6
|
+
materialPackage: MaterialPackageType;
|
|
7
|
+
tapePackage?: TapePackageType;
|
|
8
|
+
materialTrackName: string;
|
|
9
|
+
tapeTrackName?: string;
|
|
10
|
+
projectEditRate?: FrameRateType;
|
|
11
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { SimpleMetadataType } from './SimpleMetadataType';
|
|
2
|
+
import type { SiteIdType } from './SiteIdType';
|
|
3
|
+
|
|
4
|
+
export type MXFServerResourceType = {
|
|
5
|
+
url: string;
|
|
6
|
+
workspaceUrl: string;
|
|
7
|
+
userWorkspaceUrl: string;
|
|
8
|
+
mxfServerWorkspacePath: string;
|
|
9
|
+
mxfServerUserId: number;
|
|
10
|
+
mxfServerPathToStorage: string;
|
|
11
|
+
databaseName: string;
|
|
12
|
+
storageId: SiteIdType;
|
|
13
|
+
metadata?: SimpleMetadataType;
|
|
14
|
+
description?: string;
|
|
15
|
+
atomShapes?: string;
|
|
16
|
+
importShapes?: string;
|
|
17
|
+
detectAtom?: boolean;
|
|
18
|
+
enforceQuota?: boolean;
|
|
19
|
+
fileImportPattern?: string;
|
|
20
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import type { ComponentType } from './ComponentType';
|
|
2
|
+
import type { EDLType } from './EDLType';
|
|
3
|
+
import type { TimeBaseType } from './TimeBaseType';
|
|
4
|
+
import type { TimeCodeType } from './TimeCodeType';
|
|
5
|
+
import type { TimeIntervalType } from './TimeIntervalType';
|
|
6
|
+
|
|
7
|
+
export type MediaComponentType = ComponentType & {
|
|
8
|
+
codec?: string;
|
|
9
|
+
timeBase?: TimeBaseType;
|
|
10
|
+
itemTrack?: string;
|
|
11
|
+
essenceStreamId?: number;
|
|
12
|
+
interval?: TimeIntervalType;
|
|
13
|
+
bitrate?: number;
|
|
14
|
+
numberOfPackets?: number;
|
|
15
|
+
extradata?: string;
|
|
16
|
+
pid?: number;
|
|
17
|
+
duration?: TimeCodeType;
|
|
18
|
+
profile?: number;
|
|
19
|
+
level?: number;
|
|
20
|
+
edl?: EDLType;
|
|
21
|
+
startTimestamp?: TimeCodeType;
|
|
22
|
+
repeatCount?: number;
|
|
23
|
+
trackOrder?: number;
|
|
24
|
+
segment?: number;
|
|
25
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { SiteIdType } from './SiteIdType';
|
|
2
|
+
|
|
3
|
+
export type MetadataEntrySyncType = {
|
|
4
|
+
value: string;
|
|
5
|
+
id?: SiteIdType;
|
|
6
|
+
start?: string;
|
|
7
|
+
end?: string;
|
|
8
|
+
name?: string;
|
|
9
|
+
parentUuid?: string;
|
|
10
|
+
reference?: boolean;
|
|
11
|
+
removed?: boolean;
|
|
12
|
+
timestamp?: number;
|
|
13
|
+
type?: string;
|
|
14
|
+
user?: string;
|
|
15
|
+
valueUuid?: string;
|
|
16
|
+
version?: number;
|
|
17
|
+
metadataId?: SiteIdType;
|
|
18
|
+
metadataLeafId?: SiteIdType;
|
|
19
|
+
track?: string;
|
|
20
|
+
language?: string;
|
|
21
|
+
};
|