frameio 4.2.0 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/BaseClient.js +2 -2
- package/dist/cjs/Client.d.ts +9 -0
- package/dist/cjs/Client.js +45 -30
- package/dist/cjs/api/resources/accountPermissions/client/Client.d.ts +3 -2
- package/dist/cjs/api/resources/accountPermissions/client/Client.js +2 -1
- package/dist/cjs/api/resources/accountPermissions/client/requests/AccountPermissionsIndexRequest.d.ts +3 -0
- package/dist/cjs/api/resources/accountPermissions/index.d.ts +1 -0
- package/dist/cjs/api/resources/accountPermissions/index.js +1 -0
- package/dist/cjs/api/resources/accountPermissions/types/AccountPermissionsIndexRequestSort.d.ts +10 -0
- package/dist/cjs/api/resources/accountPermissions/types/AccountPermissionsIndexRequestSort.js +13 -0
- package/dist/cjs/api/resources/accountPermissions/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/accountPermissions/types/index.js +17 -0
- package/dist/cjs/api/resources/accounts/client/Client.d.ts +3 -2
- package/dist/cjs/api/resources/accounts/client/Client.js +2 -1
- package/dist/cjs/api/resources/accounts/client/requests/AccountsIndexRequest.d.ts +3 -0
- package/dist/cjs/api/resources/accounts/index.d.ts +1 -0
- package/dist/cjs/api/resources/accounts/index.js +1 -0
- package/dist/cjs/api/resources/accounts/types/AccountsIndexRequestSort.d.ts +8 -0
- package/dist/cjs/api/resources/accounts/types/AccountsIndexRequestSort.js +11 -0
- package/dist/cjs/api/resources/accounts/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/accounts/types/index.js +17 -0
- package/dist/cjs/api/resources/collections/client/Client.d.ts +65 -0
- package/dist/cjs/api/resources/collections/client/Client.js +216 -0
- package/dist/cjs/api/resources/collections/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/collections/client/index.js +17 -0
- package/dist/cjs/api/resources/collections/client/requests/CollectionsIndexRequest.d.ts +21 -0
- package/dist/cjs/api/resources/collections/client/requests/CollectionsIndexRequest.js +3 -0
- package/dist/cjs/api/resources/collections/client/requests/CollectionsShowRequest.d.ts +10 -0
- package/dist/cjs/api/resources/collections/client/requests/CollectionsShowRequest.js +3 -0
- package/dist/cjs/api/resources/collections/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/collections/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/collections/exports.d.ts +2 -0
- package/dist/cjs/api/resources/collections/exports.js +21 -0
- package/dist/cjs/api/resources/collections/index.d.ts +1 -0
- package/dist/cjs/api/resources/collections/index.js +17 -0
- package/dist/cjs/api/resources/comments/client/Client.d.ts +17 -17
- package/dist/cjs/api/resources/comments/client/Client.js +10 -10
- package/dist/cjs/api/resources/customActions/client/Client.d.ts +10 -10
- package/dist/cjs/api/resources/customActions/client/Client.js +5 -5
- package/dist/cjs/api/resources/files/client/Client.d.ts +33 -33
- package/dist/cjs/api/resources/files/client/Client.js +22 -22
- package/dist/cjs/api/resources/files/types/FilesListRequestInclude.d.ts +0 -1
- package/dist/cjs/api/resources/files/types/FilesListRequestInclude.js +0 -1
- package/dist/cjs/api/resources/files/types/FilesShowRequestInclude.d.ts +0 -1
- package/dist/cjs/api/resources/files/types/FilesShowRequestInclude.js +0 -1
- package/dist/cjs/api/resources/folderPermissions/client/Client.d.ts +90 -0
- package/dist/cjs/api/resources/folderPermissions/client/Client.js +287 -0
- package/dist/cjs/api/resources/folderPermissions/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/folderPermissions/client/index.js +17 -0
- package/dist/cjs/api/resources/folderPermissions/client/requests/FolderUserRolesIndexRequest.d.ts +22 -0
- package/dist/cjs/api/resources/folderPermissions/client/requests/FolderUserRolesIndexRequest.js +3 -0
- package/dist/cjs/api/resources/folderPermissions/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/folderPermissions/client/requests/index.js +2 -0
- package/dist/cjs/api/resources/folderPermissions/exports.d.ts +2 -0
- package/dist/cjs/api/resources/folderPermissions/exports.js +21 -0
- package/dist/cjs/api/resources/folderPermissions/index.d.ts +1 -0
- package/dist/cjs/api/resources/folderPermissions/index.js +17 -0
- package/dist/cjs/api/resources/folders/client/Client.d.ts +24 -24
- package/dist/cjs/api/resources/folders/client/Client.js +16 -16
- package/dist/cjs/api/resources/folders/types/FoldersIndexRequestInclude.d.ts +0 -1
- package/dist/cjs/api/resources/folders/types/FoldersIndexRequestInclude.js +0 -1
- package/dist/cjs/api/resources/folders/types/FoldersListRequestInclude.d.ts +0 -1
- package/dist/cjs/api/resources/folders/types/FoldersListRequestInclude.js +0 -1
- package/dist/cjs/api/resources/folders/types/FoldersShowRequestInclude.d.ts +0 -1
- package/dist/cjs/api/resources/folders/types/FoldersShowRequestInclude.js +0 -1
- package/dist/cjs/api/resources/groups/client/Client.d.ts +8 -8
- package/dist/cjs/api/resources/groups/client/Client.js +4 -4
- package/dist/cjs/api/resources/index.d.ts +12 -0
- package/dist/cjs/api/resources/index.js +13 -1
- package/dist/cjs/api/resources/metadata/client/Client.d.ts +10 -10
- package/dist/cjs/api/resources/metadata/client/Client.js +8 -8
- package/dist/cjs/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.ts +5 -5
- package/dist/cjs/api/resources/metadataFields/client/Client.d.ts +9 -8
- package/dist/cjs/api/resources/metadataFields/client/Client.js +7 -5
- package/dist/cjs/api/resources/metadataFields/client/requests/MetadataFieldDefinitionsIndexRequest.d.ts +3 -0
- package/dist/cjs/api/resources/metadataFields/types/MetadataFieldDefinitionsIndexRequestSort.d.ts +8 -0
- package/dist/cjs/api/resources/metadataFields/types/MetadataFieldDefinitionsIndexRequestSort.js +11 -0
- package/dist/cjs/api/resources/metadataFields/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/metadataFields/types/index.js +1 -0
- package/dist/cjs/api/resources/projectPermissions/client/Client.d.ts +10 -9
- package/dist/cjs/api/resources/projectPermissions/client/Client.js +7 -6
- package/dist/cjs/api/resources/projectPermissions/client/requests/ProjectPermissionsIndexRequest.d.ts +3 -0
- package/dist/cjs/api/resources/projectPermissions/index.d.ts +1 -0
- package/dist/cjs/api/resources/projectPermissions/index.js +1 -0
- package/dist/cjs/api/resources/projectPermissions/types/ProjectPermissionsIndexRequestSort.d.ts +10 -0
- package/dist/cjs/api/resources/projectPermissions/types/ProjectPermissionsIndexRequestSort.js +13 -0
- package/dist/cjs/api/resources/projectPermissions/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/projectPermissions/types/index.js +17 -0
- package/dist/cjs/api/resources/projects/client/Client.d.ts +14 -13
- package/dist/cjs/api/resources/projects/client/Client.js +9 -8
- package/dist/cjs/api/resources/projects/client/requests/ProjectsIndexRequest.d.ts +3 -0
- package/dist/cjs/api/resources/projects/index.d.ts +1 -0
- package/dist/cjs/api/resources/projects/index.js +1 -0
- package/dist/cjs/api/resources/projects/types/ProjectsIndexRequestSort.d.ts +8 -0
- package/dist/cjs/api/resources/projects/types/ProjectsIndexRequestSort.js +11 -0
- package/dist/cjs/api/resources/projects/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/projects/types/index.js +17 -0
- package/dist/cjs/api/resources/search/client/Client.d.ts +48 -0
- package/dist/cjs/api/resources/search/client/Client.js +161 -0
- package/dist/cjs/api/resources/search/client/index.d.ts +1 -0
- package/dist/cjs/api/resources/search/client/index.js +17 -0
- package/dist/cjs/api/resources/search/client/requests/SearchParams.d.ts +51 -0
- package/dist/cjs/api/resources/search/client/requests/SearchParams.js +12 -0
- package/dist/cjs/api/resources/search/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/search/client/requests/index.js +5 -0
- package/dist/cjs/api/resources/search/exports.d.ts +2 -0
- package/dist/cjs/api/resources/search/exports.js +21 -0
- package/dist/cjs/api/resources/search/index.d.ts +1 -0
- package/dist/cjs/api/resources/search/index.js +17 -0
- package/dist/cjs/api/resources/shares/client/Client.d.ts +29 -27
- package/dist/cjs/api/resources/shares/client/Client.js +19 -17
- package/dist/cjs/api/resources/shares/client/requests/AddAssetParams.d.ts +2 -2
- package/dist/cjs/api/resources/shares/client/requests/CreateShareParams.d.ts +2 -2
- package/dist/cjs/api/resources/shares/client/requests/SharesIndexRequest.d.ts +3 -0
- package/dist/cjs/api/resources/shares/client/requests/SharesListReviewersRequest.d.ts +3 -0
- package/dist/cjs/api/resources/shares/client/requests/UpdateShareParams.d.ts +2 -1
- package/dist/cjs/api/resources/shares/types/SharesIndexRequestSort.d.ts +8 -0
- package/dist/cjs/api/resources/shares/types/SharesIndexRequestSort.js +11 -0
- package/dist/cjs/api/resources/shares/types/SharesListReviewersRequestSort.d.ts +8 -0
- package/dist/cjs/api/resources/shares/types/SharesListReviewersRequestSort.js +11 -0
- package/dist/cjs/api/resources/shares/types/index.d.ts +2 -0
- package/dist/cjs/api/resources/shares/types/index.js +2 -0
- package/dist/cjs/api/resources/versionStacks/client/Client.d.ts +19 -19
- package/dist/cjs/api/resources/versionStacks/client/Client.js +13 -13
- package/dist/cjs/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.ts +3 -2
- package/dist/cjs/api/resources/versionStacks/types/VersionStacksIndexRequestInclude.d.ts +0 -1
- package/dist/cjs/api/resources/versionStacks/types/VersionStacksIndexRequestInclude.js +0 -1
- package/dist/cjs/api/resources/versionStacks/types/VersionStacksListRequestInclude.d.ts +0 -1
- package/dist/cjs/api/resources/versionStacks/types/VersionStacksListRequestInclude.js +0 -1
- package/dist/cjs/api/resources/versionStacks/types/VersionStacksShowRequestInclude.d.ts +0 -1
- package/dist/cjs/api/resources/versionStacks/types/VersionStacksShowRequestInclude.js +0 -1
- package/dist/cjs/api/resources/webhooks/client/Client.d.ts +10 -10
- package/dist/cjs/api/resources/webhooks/client/Client.js +5 -5
- package/dist/cjs/api/resources/workspacePermissions/client/Client.d.ts +8 -7
- package/dist/cjs/api/resources/workspacePermissions/client/Client.js +5 -4
- package/dist/cjs/api/resources/workspacePermissions/client/requests/UpdateWorkspaceRoleParams.d.ts +17 -0
- package/dist/cjs/api/resources/workspacePermissions/client/requests/UpdateWorkspaceRoleParams.js +3 -0
- package/dist/cjs/api/resources/workspacePermissions/client/requests/WorkspacePermissionsIndexRequest.d.ts +3 -0
- package/dist/cjs/api/resources/workspacePermissions/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/workspacePermissions/index.d.ts +1 -0
- package/dist/cjs/api/resources/workspacePermissions/index.js +1 -0
- package/dist/cjs/api/resources/workspacePermissions/types/WorkspacePermissionsIndexRequestSort.d.ts +10 -0
- package/dist/cjs/api/resources/workspacePermissions/types/WorkspacePermissionsIndexRequestSort.js +13 -0
- package/dist/cjs/api/resources/workspacePermissions/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/workspacePermissions/types/index.js +17 -0
- package/dist/cjs/api/resources/workspaces/client/Client.d.ts +11 -10
- package/dist/cjs/api/resources/workspaces/client/Client.js +6 -5
- package/dist/cjs/api/resources/workspaces/client/requests/WorkspacesIndexRequest.d.ts +3 -0
- package/dist/cjs/api/resources/workspaces/index.d.ts +1 -0
- package/dist/cjs/api/resources/workspaces/index.js +1 -0
- package/dist/cjs/api/resources/workspaces/types/WorkspacesIndexRequestSort.d.ts +8 -0
- package/dist/cjs/api/resources/workspaces/types/WorkspacesIndexRequestSort.js +11 -0
- package/dist/cjs/api/resources/workspaces/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/workspaces/types/index.js +17 -0
- package/dist/cjs/api/types/Account.d.ts +2 -0
- package/dist/cjs/api/types/AccountSort.d.ts +8 -0
- package/dist/cjs/api/types/AccountSort.js +11 -0
- package/dist/cjs/api/types/AccountUserSort.d.ts +10 -0
- package/dist/cjs/api/types/AccountUserSort.js +13 -0
- package/dist/cjs/api/types/AssetCommon.d.ts +2 -0
- package/dist/cjs/api/types/AssetCommonWithIncludes.d.ts +2 -0
- package/dist/cjs/api/types/AssetInclude.d.ts +0 -1
- package/dist/cjs/api/types/AssetInclude.js +0 -1
- package/dist/cjs/api/types/AssetSearchResult.d.ts +18 -0
- package/dist/cjs/api/types/AssetSearchResult.js +12 -0
- package/dist/cjs/api/types/AssetShareParams.d.ts +4 -2
- package/dist/cjs/api/types/AssigneeMatch.d.ts +7 -0
- package/dist/cjs/api/types/AssigneeMatch.js +3 -0
- package/dist/cjs/api/types/AudioSampleRateMatch.d.ts +7 -0
- package/dist/cjs/api/types/AudioSampleRateMatch.js +3 -0
- package/dist/cjs/api/types/AuditLogwithIncludes.d.ts +2 -0
- package/dist/cjs/api/types/AuditLogwithIncludes.js +2 -0
- package/dist/cjs/api/types/BitDepthMatch.d.ts +7 -0
- package/dist/cjs/api/types/BitDepthMatch.js +3 -0
- package/dist/cjs/api/types/BitRateMatch.d.ts +7 -0
- package/dist/cjs/api/types/BitRateMatch.js +3 -0
- package/dist/cjs/api/types/ChannelsMatch.d.ts +7 -0
- package/dist/cjs/api/types/ChannelsMatch.js +3 -0
- package/dist/cjs/api/types/CodecMatch.d.ts +7 -0
- package/dist/cjs/api/types/CodecMatch.js +3 -0
- package/dist/cjs/api/types/Collection.d.ts +31 -0
- package/dist/cjs/api/types/Collection.js +11 -0
- package/dist/cjs/api/types/CollectionInclude.d.ts +4 -0
- package/dist/cjs/api/types/CollectionInclude.js +3 -0
- package/dist/cjs/api/types/CollectionResponse.d.ts +4 -0
- package/dist/cjs/api/types/CollectionResponse.js +3 -0
- package/dist/cjs/api/types/CollectionsResponse.d.ts +8 -0
- package/dist/cjs/api/types/CollectionsResponse.js +3 -0
- package/dist/cjs/api/types/ColorSpaceMatch.d.ts +7 -0
- package/dist/cjs/api/types/ColorSpaceMatch.js +3 -0
- package/dist/cjs/api/types/CommentCountMatch.d.ts +7 -0
- package/dist/cjs/api/types/CommentCountMatch.js +3 -0
- package/dist/cjs/api/types/CommentMatch.d.ts +11 -0
- package/dist/cjs/api/types/CommentMatch.js +3 -0
- package/dist/cjs/api/types/CreatorMatch.d.ts +7 -0
- package/dist/cjs/api/types/CreatorMatch.js +3 -0
- package/dist/cjs/api/types/DeletedAtMatch.d.ts +7 -0
- package/dist/cjs/api/types/DeletedAtMatch.js +3 -0
- package/dist/cjs/api/types/DurationMatch.d.ts +7 -0
- package/dist/cjs/api/types/DurationMatch.js +3 -0
- package/dist/cjs/api/types/DynamicRangeMatch.d.ts +7 -0
- package/dist/cjs/api/types/DynamicRangeMatch.js +3 -0
- package/dist/cjs/api/types/FieldDefinitionSort.d.ts +8 -0
- package/dist/cjs/api/types/FieldDefinitionSort.js +11 -0
- package/dist/cjs/api/types/FileTypeMatch.d.ts +7 -0
- package/dist/cjs/api/types/FileTypeMatch.js +3 -0
- package/dist/cjs/api/types/FileWithIncludes.d.ts +2 -0
- package/dist/cjs/api/types/FileWithMediaLinksInclude.d.ts +0 -1
- package/dist/cjs/api/types/FileWithMediaLinksInclude.js +0 -1
- package/dist/cjs/api/types/File_.d.ts +4 -0
- package/dist/cjs/api/types/FilesizeMatch.d.ts +7 -0
- package/dist/cjs/api/types/FilesizeMatch.js +3 -0
- package/dist/cjs/api/types/Filters.d.ts +2 -0
- package/dist/cjs/api/types/Filters.js +2 -0
- package/dist/cjs/api/types/FolderWithIncludes.d.ts +2 -0
- package/dist/cjs/api/types/FormatMatch.d.ts +7 -0
- package/dist/cjs/api/types/FormatMatch.js +3 -0
- package/dist/cjs/api/types/FrameOrAdobeId.d.ts +4 -0
- package/dist/cjs/api/types/FrameOrAdobeId.js +3 -0
- package/dist/cjs/api/types/FrameRateMatch.d.ts +7 -0
- package/dist/cjs/api/types/FrameRateMatch.js +3 -0
- package/dist/cjs/api/types/HasAlphaChannelMatch.d.ts +7 -0
- package/dist/cjs/api/types/HasAlphaChannelMatch.js +3 -0
- package/dist/cjs/api/types/InsertedAtMatch.d.ts +7 -0
- package/dist/cjs/api/types/InsertedAtMatch.js +3 -0
- package/dist/cjs/api/types/KeywordsMatch.d.ts +7 -0
- package/dist/cjs/api/types/KeywordsMatch.js +3 -0
- package/dist/cjs/api/types/NameMatch.d.ts +9 -0
- package/dist/cjs/api/types/NameMatch.js +3 -0
- package/dist/cjs/api/types/NotesMatch.d.ts +7 -0
- package/dist/cjs/api/types/NotesMatch.js +3 -0
- package/dist/cjs/api/types/PageCountMatch.d.ts +7 -0
- package/dist/cjs/api/types/PageCountMatch.js +3 -0
- package/dist/cjs/api/types/Project.d.ts +2 -0
- package/dist/cjs/api/types/ProjectMatch.d.ts +20 -0
- package/dist/cjs/api/types/ProjectMatch.js +3 -0
- package/dist/cjs/api/types/ProjectMatchInfo.d.ts +9 -0
- package/dist/cjs/api/types/ProjectMatchInfo.js +3 -0
- package/dist/cjs/api/types/ProjectSearchResult.d.ts +10 -0
- package/dist/cjs/api/types/ProjectSearchResult.js +3 -0
- package/dist/cjs/api/types/ProjectSort.d.ts +8 -0
- package/dist/cjs/api/types/ProjectSort.js +11 -0
- package/dist/cjs/api/types/RatingMatch.d.ts +13 -0
- package/dist/cjs/api/types/RatingMatch.js +3 -0
- package/dist/cjs/api/types/ResolutionHeightMatch.d.ts +7 -0
- package/dist/cjs/api/types/ResolutionHeightMatch.js +3 -0
- package/dist/cjs/api/types/ResolutionWidthMatch.d.ts +7 -0
- package/dist/cjs/api/types/ResolutionWidthMatch.js +3 -0
- package/dist/cjs/api/types/ReviewersSort.d.ts +8 -0
- package/dist/cjs/api/types/ReviewersSort.js +11 -0
- package/dist/cjs/api/types/SearchMatch.d.ts +106 -0
- package/dist/cjs/api/types/SearchMatch.js +3 -0
- package/dist/cjs/api/types/SearchResponse.d.ts +17 -0
- package/dist/cjs/api/types/SearchResponse.js +3 -0
- package/dist/cjs/api/types/Share.d.ts +3 -0
- package/dist/cjs/api/types/ShareSort.d.ts +8 -0
- package/dist/cjs/api/types/ShareSort.js +11 -0
- package/dist/cjs/api/types/SourceFilenameMatch.d.ts +9 -0
- package/dist/cjs/api/types/SourceFilenameMatch.js +3 -0
- package/dist/cjs/api/types/StatusMatch.d.ts +7 -0
- package/dist/cjs/api/types/StatusMatch.js +3 -0
- package/dist/cjs/api/types/TranscriptionMatch.d.ts +23 -0
- package/dist/cjs/api/types/TranscriptionMatch.js +3 -0
- package/dist/cjs/api/types/UpdateWorkspaceRoleResponse.d.ts +9 -0
- package/dist/cjs/api/types/UpdateWorkspaceRoleResponse.js +3 -0
- package/dist/cjs/api/types/UpdatedAtMatch.d.ts +7 -0
- package/dist/cjs/api/types/UpdatedAtMatch.js +3 -0
- package/dist/cjs/api/types/UploadedAtMatch.d.ts +7 -0
- package/dist/cjs/api/types/UploadedAtMatch.js +3 -0
- package/dist/cjs/api/types/UserRole.d.ts +1 -0
- package/dist/cjs/api/types/UserRole.js +1 -0
- package/dist/cjs/api/types/UserRoleSort.d.ts +10 -0
- package/dist/cjs/api/types/UserRoleSort.js +13 -0
- package/dist/cjs/api/types/UserRolesResponse.d.ts +11 -0
- package/dist/cjs/api/types/UserRolesResponse.js +3 -0
- package/dist/cjs/api/types/Uuid.d.ts +1 -1
- package/dist/cjs/api/types/VersionStack.d.ts +2 -0
- package/dist/cjs/api/types/VersionStackWithIncludes.d.ts +2 -0
- package/dist/cjs/api/types/VisualMatch.d.ts +27 -0
- package/dist/cjs/api/types/VisualMatch.js +3 -0
- package/dist/cjs/api/types/VisualMatchClip.d.ts +15 -0
- package/dist/cjs/api/types/VisualMatchClip.js +3 -0
- package/dist/cjs/api/types/WorkspaceRole.d.ts +10 -0
- package/dist/cjs/api/types/WorkspaceRole.js +13 -0
- package/dist/cjs/api/types/WorkspaceSort.d.ts +8 -0
- package/dist/cjs/api/types/WorkspaceSort.js +11 -0
- package/dist/cjs/api/types/WorkspaceUserRole.d.ts +21 -0
- package/dist/cjs/api/types/WorkspaceUserRole.js +17 -0
- package/dist/cjs/api/types/WorkspaceUserRolesResponse.d.ts +2 -2
- package/dist/cjs/api/types/index.d.ts +56 -0
- package/dist/cjs/api/types/index.js +56 -0
- package/dist/cjs/oauth/BaseAuth.d.ts +2 -2
- package/dist/cjs/oauth/BaseAuth.js +13 -13
- package/dist/cjs/oauth/NativeAppAuth.d.ts +1 -1
- package/dist/cjs/oauth/NativeAppAuth.js +2 -2
- package/dist/cjs/oauth/SPAAuth.d.ts +2 -2
- package/dist/cjs/oauth/SPAAuth.js +12 -12
- package/dist/cjs/oauth/ServerToServerAuth.d.ts +2 -2
- package/dist/cjs/oauth/ServerToServerAuth.js +6 -6
- package/dist/cjs/oauth/TokenManager.d.ts +1 -1
- package/dist/cjs/oauth/TokenManager.js +11 -11
- package/dist/cjs/oauth/WebAppAuth.d.ts +2 -2
- package/dist/cjs/oauth/WebAppAuth.js +10 -10
- package/dist/cjs/oauth/http.d.ts +2 -2
- package/dist/cjs/oauth/http.js +15 -15
- package/dist/cjs/oauth/index.d.ts +14 -14
- package/dist/cjs/oauth/index.js +21 -21
- package/dist/cjs/oauth/validation.d.ts +1 -1
- package/dist/cjs/oauth/validation.js +6 -6
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.mjs +2 -2
- package/dist/esm/Client.d.mts +9 -0
- package/dist/esm/Client.mjs +15 -0
- package/dist/esm/api/resources/accountPermissions/client/Client.d.mts +3 -2
- package/dist/esm/api/resources/accountPermissions/client/Client.mjs +2 -1
- package/dist/esm/api/resources/accountPermissions/client/requests/AccountPermissionsIndexRequest.d.mts +3 -0
- package/dist/esm/api/resources/accountPermissions/index.d.mts +1 -0
- package/dist/esm/api/resources/accountPermissions/index.mjs +1 -0
- package/dist/esm/api/resources/accountPermissions/types/AccountPermissionsIndexRequestSort.d.mts +10 -0
- package/dist/esm/api/resources/accountPermissions/types/AccountPermissionsIndexRequestSort.mjs +10 -0
- package/dist/esm/api/resources/accountPermissions/types/index.d.mts +1 -0
- package/dist/esm/api/resources/accountPermissions/types/index.mjs +1 -0
- package/dist/esm/api/resources/accounts/client/Client.d.mts +3 -2
- package/dist/esm/api/resources/accounts/client/Client.mjs +2 -1
- package/dist/esm/api/resources/accounts/client/requests/AccountsIndexRequest.d.mts +3 -0
- package/dist/esm/api/resources/accounts/index.d.mts +1 -0
- package/dist/esm/api/resources/accounts/index.mjs +1 -0
- package/dist/esm/api/resources/accounts/types/AccountsIndexRequestSort.d.mts +8 -0
- package/dist/esm/api/resources/accounts/types/AccountsIndexRequestSort.mjs +8 -0
- package/dist/esm/api/resources/accounts/types/index.d.mts +1 -0
- package/dist/esm/api/resources/accounts/types/index.mjs +1 -0
- package/dist/esm/api/resources/collections/client/Client.d.mts +65 -0
- package/dist/esm/api/resources/collections/client/Client.mjs +179 -0
- package/dist/esm/api/resources/collections/client/index.d.mts +1 -0
- package/dist/esm/api/resources/collections/client/index.mjs +1 -0
- package/dist/esm/api/resources/collections/client/requests/CollectionsIndexRequest.d.mts +21 -0
- package/dist/esm/api/resources/collections/client/requests/CollectionsIndexRequest.mjs +2 -0
- package/dist/esm/api/resources/collections/client/requests/CollectionsShowRequest.d.mts +10 -0
- package/dist/esm/api/resources/collections/client/requests/CollectionsShowRequest.mjs +2 -0
- package/dist/esm/api/resources/collections/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/collections/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/collections/exports.d.mts +2 -0
- package/dist/esm/api/resources/collections/exports.mjs +3 -0
- package/dist/esm/api/resources/collections/index.d.mts +1 -0
- package/dist/esm/api/resources/collections/index.mjs +1 -0
- package/dist/esm/api/resources/comments/client/Client.d.mts +17 -17
- package/dist/esm/api/resources/comments/client/Client.mjs +10 -10
- package/dist/esm/api/resources/customActions/client/Client.d.mts +10 -10
- package/dist/esm/api/resources/customActions/client/Client.mjs +5 -5
- package/dist/esm/api/resources/files/client/Client.d.mts +33 -33
- package/dist/esm/api/resources/files/client/Client.mjs +22 -22
- package/dist/esm/api/resources/files/types/FilesListRequestInclude.d.mts +0 -1
- package/dist/esm/api/resources/files/types/FilesListRequestInclude.mjs +0 -1
- package/dist/esm/api/resources/files/types/FilesShowRequestInclude.d.mts +0 -1
- package/dist/esm/api/resources/files/types/FilesShowRequestInclude.mjs +0 -1
- package/dist/esm/api/resources/folderPermissions/client/Client.d.mts +90 -0
- package/dist/esm/api/resources/folderPermissions/client/Client.mjs +250 -0
- package/dist/esm/api/resources/folderPermissions/client/index.d.mts +1 -0
- package/dist/esm/api/resources/folderPermissions/client/index.mjs +1 -0
- package/dist/esm/api/resources/folderPermissions/client/requests/FolderUserRolesIndexRequest.d.mts +22 -0
- package/dist/esm/api/resources/folderPermissions/client/requests/FolderUserRolesIndexRequest.mjs +2 -0
- package/dist/esm/api/resources/folderPermissions/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/folderPermissions/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/folderPermissions/exports.d.mts +2 -0
- package/dist/esm/api/resources/folderPermissions/exports.mjs +3 -0
- package/dist/esm/api/resources/folderPermissions/index.d.mts +1 -0
- package/dist/esm/api/resources/folderPermissions/index.mjs +1 -0
- package/dist/esm/api/resources/folders/client/Client.d.mts +24 -24
- package/dist/esm/api/resources/folders/client/Client.mjs +16 -16
- package/dist/esm/api/resources/folders/types/FoldersIndexRequestInclude.d.mts +0 -1
- package/dist/esm/api/resources/folders/types/FoldersIndexRequestInclude.mjs +0 -1
- package/dist/esm/api/resources/folders/types/FoldersListRequestInclude.d.mts +0 -1
- package/dist/esm/api/resources/folders/types/FoldersListRequestInclude.mjs +0 -1
- package/dist/esm/api/resources/folders/types/FoldersShowRequestInclude.d.mts +0 -1
- package/dist/esm/api/resources/folders/types/FoldersShowRequestInclude.mjs +0 -1
- package/dist/esm/api/resources/groups/client/Client.d.mts +8 -8
- package/dist/esm/api/resources/groups/client/Client.mjs +4 -4
- package/dist/esm/api/resources/index.d.mts +12 -0
- package/dist/esm/api/resources/index.mjs +12 -0
- package/dist/esm/api/resources/metadata/client/Client.d.mts +10 -10
- package/dist/esm/api/resources/metadata/client/Client.mjs +8 -8
- package/dist/esm/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.mts +5 -5
- package/dist/esm/api/resources/metadataFields/client/Client.d.mts +9 -8
- package/dist/esm/api/resources/metadataFields/client/Client.mjs +7 -5
- package/dist/esm/api/resources/metadataFields/client/requests/MetadataFieldDefinitionsIndexRequest.d.mts +3 -0
- package/dist/esm/api/resources/metadataFields/types/MetadataFieldDefinitionsIndexRequestSort.d.mts +8 -0
- package/dist/esm/api/resources/metadataFields/types/MetadataFieldDefinitionsIndexRequestSort.mjs +8 -0
- package/dist/esm/api/resources/metadataFields/types/index.d.mts +1 -0
- package/dist/esm/api/resources/metadataFields/types/index.mjs +1 -0
- package/dist/esm/api/resources/projectPermissions/client/Client.d.mts +10 -9
- package/dist/esm/api/resources/projectPermissions/client/Client.mjs +7 -6
- package/dist/esm/api/resources/projectPermissions/client/requests/ProjectPermissionsIndexRequest.d.mts +3 -0
- package/dist/esm/api/resources/projectPermissions/index.d.mts +1 -0
- package/dist/esm/api/resources/projectPermissions/index.mjs +1 -0
- package/dist/esm/api/resources/projectPermissions/types/ProjectPermissionsIndexRequestSort.d.mts +10 -0
- package/dist/esm/api/resources/projectPermissions/types/ProjectPermissionsIndexRequestSort.mjs +10 -0
- package/dist/esm/api/resources/projectPermissions/types/index.d.mts +1 -0
- package/dist/esm/api/resources/projectPermissions/types/index.mjs +1 -0
- package/dist/esm/api/resources/projects/client/Client.d.mts +14 -13
- package/dist/esm/api/resources/projects/client/Client.mjs +9 -8
- package/dist/esm/api/resources/projects/client/requests/ProjectsIndexRequest.d.mts +3 -0
- package/dist/esm/api/resources/projects/index.d.mts +1 -0
- package/dist/esm/api/resources/projects/index.mjs +1 -0
- package/dist/esm/api/resources/projects/types/ProjectsIndexRequestSort.d.mts +8 -0
- package/dist/esm/api/resources/projects/types/ProjectsIndexRequestSort.mjs +8 -0
- package/dist/esm/api/resources/projects/types/index.d.mts +1 -0
- package/dist/esm/api/resources/projects/types/index.mjs +1 -0
- package/dist/esm/api/resources/search/client/Client.d.mts +48 -0
- package/dist/esm/api/resources/search/client/Client.mjs +124 -0
- package/dist/esm/api/resources/search/client/index.d.mts +1 -0
- package/dist/esm/api/resources/search/client/index.mjs +1 -0
- package/dist/esm/api/resources/search/client/requests/SearchParams.d.mts +51 -0
- package/dist/esm/api/resources/search/client/requests/SearchParams.mjs +9 -0
- package/dist/esm/api/resources/search/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/search/client/requests/index.mjs +1 -0
- package/dist/esm/api/resources/search/exports.d.mts +2 -0
- package/dist/esm/api/resources/search/exports.mjs +3 -0
- package/dist/esm/api/resources/search/index.d.mts +1 -0
- package/dist/esm/api/resources/search/index.mjs +1 -0
- package/dist/esm/api/resources/shares/client/Client.d.mts +29 -27
- package/dist/esm/api/resources/shares/client/Client.mjs +19 -17
- package/dist/esm/api/resources/shares/client/requests/AddAssetParams.d.mts +2 -2
- package/dist/esm/api/resources/shares/client/requests/CreateShareParams.d.mts +2 -2
- package/dist/esm/api/resources/shares/client/requests/SharesIndexRequest.d.mts +3 -0
- package/dist/esm/api/resources/shares/client/requests/SharesListReviewersRequest.d.mts +3 -0
- package/dist/esm/api/resources/shares/client/requests/UpdateShareParams.d.mts +2 -1
- package/dist/esm/api/resources/shares/types/SharesIndexRequestSort.d.mts +8 -0
- package/dist/esm/api/resources/shares/types/SharesIndexRequestSort.mjs +8 -0
- package/dist/esm/api/resources/shares/types/SharesListReviewersRequestSort.d.mts +8 -0
- package/dist/esm/api/resources/shares/types/SharesListReviewersRequestSort.mjs +8 -0
- package/dist/esm/api/resources/shares/types/index.d.mts +2 -0
- package/dist/esm/api/resources/shares/types/index.mjs +2 -0
- package/dist/esm/api/resources/versionStacks/client/Client.d.mts +19 -19
- package/dist/esm/api/resources/versionStacks/client/Client.mjs +13 -13
- package/dist/esm/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.mts +3 -2
- package/dist/esm/api/resources/versionStacks/types/VersionStacksIndexRequestInclude.d.mts +0 -1
- package/dist/esm/api/resources/versionStacks/types/VersionStacksIndexRequestInclude.mjs +0 -1
- package/dist/esm/api/resources/versionStacks/types/VersionStacksListRequestInclude.d.mts +0 -1
- package/dist/esm/api/resources/versionStacks/types/VersionStacksListRequestInclude.mjs +0 -1
- package/dist/esm/api/resources/versionStacks/types/VersionStacksShowRequestInclude.d.mts +0 -1
- package/dist/esm/api/resources/versionStacks/types/VersionStacksShowRequestInclude.mjs +0 -1
- package/dist/esm/api/resources/webhooks/client/Client.d.mts +10 -10
- package/dist/esm/api/resources/webhooks/client/Client.mjs +5 -5
- package/dist/esm/api/resources/workspacePermissions/client/Client.d.mts +8 -7
- package/dist/esm/api/resources/workspacePermissions/client/Client.mjs +5 -4
- package/dist/esm/api/resources/workspacePermissions/client/requests/UpdateWorkspaceRoleParams.d.mts +17 -0
- package/dist/esm/api/resources/workspacePermissions/client/requests/UpdateWorkspaceRoleParams.mjs +2 -0
- package/dist/esm/api/resources/workspacePermissions/client/requests/WorkspacePermissionsIndexRequest.d.mts +3 -0
- package/dist/esm/api/resources/workspacePermissions/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/workspacePermissions/index.d.mts +1 -0
- package/dist/esm/api/resources/workspacePermissions/index.mjs +1 -0
- package/dist/esm/api/resources/workspacePermissions/types/WorkspacePermissionsIndexRequestSort.d.mts +10 -0
- package/dist/esm/api/resources/workspacePermissions/types/WorkspacePermissionsIndexRequestSort.mjs +10 -0
- package/dist/esm/api/resources/workspacePermissions/types/index.d.mts +1 -0
- package/dist/esm/api/resources/workspacePermissions/types/index.mjs +1 -0
- package/dist/esm/api/resources/workspaces/client/Client.d.mts +11 -10
- package/dist/esm/api/resources/workspaces/client/Client.mjs +6 -5
- package/dist/esm/api/resources/workspaces/client/requests/WorkspacesIndexRequest.d.mts +3 -0
- package/dist/esm/api/resources/workspaces/index.d.mts +1 -0
- package/dist/esm/api/resources/workspaces/index.mjs +1 -0
- package/dist/esm/api/resources/workspaces/types/WorkspacesIndexRequestSort.d.mts +8 -0
- package/dist/esm/api/resources/workspaces/types/WorkspacesIndexRequestSort.mjs +8 -0
- package/dist/esm/api/resources/workspaces/types/index.d.mts +1 -0
- package/dist/esm/api/resources/workspaces/types/index.mjs +1 -0
- package/dist/esm/api/types/Account.d.mts +2 -0
- package/dist/esm/api/types/AccountSort.d.mts +8 -0
- package/dist/esm/api/types/AccountSort.mjs +8 -0
- package/dist/esm/api/types/AccountUserSort.d.mts +10 -0
- package/dist/esm/api/types/AccountUserSort.mjs +10 -0
- package/dist/esm/api/types/AssetCommon.d.mts +2 -0
- package/dist/esm/api/types/AssetCommonWithIncludes.d.mts +2 -0
- package/dist/esm/api/types/AssetInclude.d.mts +0 -1
- package/dist/esm/api/types/AssetInclude.mjs +0 -1
- package/dist/esm/api/types/AssetSearchResult.d.mts +18 -0
- package/dist/esm/api/types/AssetSearchResult.mjs +9 -0
- package/dist/esm/api/types/AssetShareParams.d.mts +4 -2
- package/dist/esm/api/types/AssigneeMatch.d.mts +7 -0
- package/dist/esm/api/types/AssigneeMatch.mjs +2 -0
- package/dist/esm/api/types/AudioSampleRateMatch.d.mts +7 -0
- package/dist/esm/api/types/AudioSampleRateMatch.mjs +2 -0
- package/dist/esm/api/types/AuditLogwithIncludes.d.mts +2 -0
- package/dist/esm/api/types/AuditLogwithIncludes.mjs +2 -0
- package/dist/esm/api/types/BitDepthMatch.d.mts +7 -0
- package/dist/esm/api/types/BitDepthMatch.mjs +2 -0
- package/dist/esm/api/types/BitRateMatch.d.mts +7 -0
- package/dist/esm/api/types/BitRateMatch.mjs +2 -0
- package/dist/esm/api/types/ChannelsMatch.d.mts +7 -0
- package/dist/esm/api/types/ChannelsMatch.mjs +2 -0
- package/dist/esm/api/types/CodecMatch.d.mts +7 -0
- package/dist/esm/api/types/CodecMatch.mjs +2 -0
- package/dist/esm/api/types/Collection.d.mts +31 -0
- package/dist/esm/api/types/Collection.mjs +8 -0
- package/dist/esm/api/types/CollectionInclude.d.mts +4 -0
- package/dist/esm/api/types/CollectionInclude.mjs +2 -0
- package/dist/esm/api/types/CollectionResponse.d.mts +4 -0
- package/dist/esm/api/types/CollectionResponse.mjs +2 -0
- package/dist/esm/api/types/CollectionsResponse.d.mts +8 -0
- package/dist/esm/api/types/CollectionsResponse.mjs +2 -0
- package/dist/esm/api/types/ColorSpaceMatch.d.mts +7 -0
- package/dist/esm/api/types/ColorSpaceMatch.mjs +2 -0
- package/dist/esm/api/types/CommentCountMatch.d.mts +7 -0
- package/dist/esm/api/types/CommentCountMatch.mjs +2 -0
- package/dist/esm/api/types/CommentMatch.d.mts +11 -0
- package/dist/esm/api/types/CommentMatch.mjs +2 -0
- package/dist/esm/api/types/CreatorMatch.d.mts +7 -0
- package/dist/esm/api/types/CreatorMatch.mjs +2 -0
- package/dist/esm/api/types/DeletedAtMatch.d.mts +7 -0
- package/dist/esm/api/types/DeletedAtMatch.mjs +2 -0
- package/dist/esm/api/types/DurationMatch.d.mts +7 -0
- package/dist/esm/api/types/DurationMatch.mjs +2 -0
- package/dist/esm/api/types/DynamicRangeMatch.d.mts +7 -0
- package/dist/esm/api/types/DynamicRangeMatch.mjs +2 -0
- package/dist/esm/api/types/FieldDefinitionSort.d.mts +8 -0
- package/dist/esm/api/types/FieldDefinitionSort.mjs +8 -0
- package/dist/esm/api/types/FileTypeMatch.d.mts +7 -0
- package/dist/esm/api/types/FileTypeMatch.mjs +2 -0
- package/dist/esm/api/types/FileWithIncludes.d.mts +2 -0
- package/dist/esm/api/types/FileWithMediaLinksInclude.d.mts +0 -1
- package/dist/esm/api/types/FileWithMediaLinksInclude.mjs +0 -1
- package/dist/esm/api/types/File_.d.mts +4 -0
- package/dist/esm/api/types/FilesizeMatch.d.mts +7 -0
- package/dist/esm/api/types/FilesizeMatch.mjs +2 -0
- package/dist/esm/api/types/Filters.d.mts +2 -0
- package/dist/esm/api/types/Filters.mjs +2 -0
- package/dist/esm/api/types/FolderWithIncludes.d.mts +2 -0
- package/dist/esm/api/types/FormatMatch.d.mts +7 -0
- package/dist/esm/api/types/FormatMatch.mjs +2 -0
- package/dist/esm/api/types/FrameOrAdobeId.d.mts +4 -0
- package/dist/esm/api/types/FrameOrAdobeId.mjs +2 -0
- package/dist/esm/api/types/FrameRateMatch.d.mts +7 -0
- package/dist/esm/api/types/FrameRateMatch.mjs +2 -0
- package/dist/esm/api/types/HasAlphaChannelMatch.d.mts +7 -0
- package/dist/esm/api/types/HasAlphaChannelMatch.mjs +2 -0
- package/dist/esm/api/types/InsertedAtMatch.d.mts +7 -0
- package/dist/esm/api/types/InsertedAtMatch.mjs +2 -0
- package/dist/esm/api/types/KeywordsMatch.d.mts +7 -0
- package/dist/esm/api/types/KeywordsMatch.mjs +2 -0
- package/dist/esm/api/types/NameMatch.d.mts +9 -0
- package/dist/esm/api/types/NameMatch.mjs +2 -0
- package/dist/esm/api/types/NotesMatch.d.mts +7 -0
- package/dist/esm/api/types/NotesMatch.mjs +2 -0
- package/dist/esm/api/types/PageCountMatch.d.mts +7 -0
- package/dist/esm/api/types/PageCountMatch.mjs +2 -0
- package/dist/esm/api/types/Project.d.mts +2 -0
- package/dist/esm/api/types/ProjectMatch.d.mts +20 -0
- package/dist/esm/api/types/ProjectMatch.mjs +2 -0
- package/dist/esm/api/types/ProjectMatchInfo.d.mts +9 -0
- package/dist/esm/api/types/ProjectMatchInfo.mjs +2 -0
- package/dist/esm/api/types/ProjectSearchResult.d.mts +10 -0
- package/dist/esm/api/types/ProjectSearchResult.mjs +2 -0
- package/dist/esm/api/types/ProjectSort.d.mts +8 -0
- package/dist/esm/api/types/ProjectSort.mjs +8 -0
- package/dist/esm/api/types/RatingMatch.d.mts +13 -0
- package/dist/esm/api/types/RatingMatch.mjs +2 -0
- package/dist/esm/api/types/ResolutionHeightMatch.d.mts +7 -0
- package/dist/esm/api/types/ResolutionHeightMatch.mjs +2 -0
- package/dist/esm/api/types/ResolutionWidthMatch.d.mts +7 -0
- package/dist/esm/api/types/ResolutionWidthMatch.mjs +2 -0
- package/dist/esm/api/types/ReviewersSort.d.mts +8 -0
- package/dist/esm/api/types/ReviewersSort.mjs +8 -0
- package/dist/esm/api/types/SearchMatch.d.mts +106 -0
- package/dist/esm/api/types/SearchMatch.mjs +2 -0
- package/dist/esm/api/types/SearchResponse.d.mts +17 -0
- package/dist/esm/api/types/SearchResponse.mjs +2 -0
- package/dist/esm/api/types/Share.d.mts +3 -0
- package/dist/esm/api/types/ShareSort.d.mts +8 -0
- package/dist/esm/api/types/ShareSort.mjs +8 -0
- package/dist/esm/api/types/SourceFilenameMatch.d.mts +9 -0
- package/dist/esm/api/types/SourceFilenameMatch.mjs +2 -0
- package/dist/esm/api/types/StatusMatch.d.mts +7 -0
- package/dist/esm/api/types/StatusMatch.mjs +2 -0
- package/dist/esm/api/types/TranscriptionMatch.d.mts +23 -0
- package/dist/esm/api/types/TranscriptionMatch.mjs +2 -0
- package/dist/esm/api/types/UpdateWorkspaceRoleResponse.d.mts +9 -0
- package/dist/esm/api/types/UpdateWorkspaceRoleResponse.mjs +2 -0
- package/dist/esm/api/types/UpdatedAtMatch.d.mts +7 -0
- package/dist/esm/api/types/UpdatedAtMatch.mjs +2 -0
- package/dist/esm/api/types/UploadedAtMatch.d.mts +7 -0
- package/dist/esm/api/types/UploadedAtMatch.mjs +2 -0
- package/dist/esm/api/types/UserRole.d.mts +1 -0
- package/dist/esm/api/types/UserRole.mjs +1 -0
- package/dist/esm/api/types/UserRoleSort.d.mts +10 -0
- package/dist/esm/api/types/UserRoleSort.mjs +10 -0
- package/dist/esm/api/types/UserRolesResponse.d.mts +11 -0
- package/dist/esm/api/types/UserRolesResponse.mjs +2 -0
- package/dist/esm/api/types/Uuid.d.mts +1 -1
- package/dist/esm/api/types/VersionStack.d.mts +2 -0
- package/dist/esm/api/types/VersionStackWithIncludes.d.mts +2 -0
- package/dist/esm/api/types/VisualMatch.d.mts +27 -0
- package/dist/esm/api/types/VisualMatch.mjs +2 -0
- package/dist/esm/api/types/VisualMatchClip.d.mts +15 -0
- package/dist/esm/api/types/VisualMatchClip.mjs +2 -0
- package/dist/esm/api/types/WorkspaceRole.d.mts +10 -0
- package/dist/esm/api/types/WorkspaceRole.mjs +10 -0
- package/dist/esm/api/types/WorkspaceSort.d.mts +8 -0
- package/dist/esm/api/types/WorkspaceSort.mjs +8 -0
- package/dist/esm/api/types/WorkspaceUserRole.d.mts +21 -0
- package/dist/esm/api/types/WorkspaceUserRole.mjs +14 -0
- package/dist/esm/api/types/WorkspaceUserRolesResponse.d.mts +2 -2
- package/dist/esm/api/types/index.d.mts +56 -0
- package/dist/esm/api/types/index.mjs +56 -0
- package/dist/esm/index.d.mts +4 -4
- package/dist/esm/index.mjs +3 -3
- package/dist/esm/oauth/BaseAuth.d.mts +2 -2
- package/dist/esm/oauth/BaseAuth.mjs +4 -4
- package/dist/esm/oauth/NativeAppAuth.d.mts +1 -1
- package/dist/esm/oauth/NativeAppAuth.mjs +1 -1
- package/dist/esm/oauth/SPAAuth.d.mts +2 -2
- package/dist/esm/oauth/SPAAuth.mjs +5 -5
- package/dist/esm/oauth/ServerToServerAuth.d.mts +2 -2
- package/dist/esm/oauth/ServerToServerAuth.mjs +3 -3
- package/dist/esm/oauth/TokenManager.d.mts +1 -1
- package/dist/esm/oauth/TokenManager.mjs +3 -3
- package/dist/esm/oauth/WebAppAuth.d.mts +2 -2
- package/dist/esm/oauth/WebAppAuth.mjs +4 -4
- package/dist/esm/oauth/http.d.mts +2 -2
- package/dist/esm/oauth/http.mjs +2 -2
- package/dist/esm/oauth/index.d.mts +14 -14
- package/dist/esm/oauth/index.mjs +7 -7
- package/dist/esm/oauth/validation.d.mts +1 -1
- package/dist/esm/oauth/validation.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +34 -1
- package/reference.md +704 -181
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type * as Frameio from "../index.mjs";
|
|
2
|
+
/**
|
|
3
|
+
* Frame.io Workspace User Role
|
|
4
|
+
*/
|
|
5
|
+
export interface WorkspaceUserRole {
|
|
6
|
+
role: WorkspaceUserRole.Role;
|
|
7
|
+
user: Frameio.User;
|
|
8
|
+
}
|
|
9
|
+
export declare namespace WorkspaceUserRole {
|
|
10
|
+
const Role: {
|
|
11
|
+
readonly FullAccess: "full_access";
|
|
12
|
+
readonly Editor: "editor";
|
|
13
|
+
readonly EditOnly: "edit_only";
|
|
14
|
+
readonly Commenter: "commenter";
|
|
15
|
+
readonly Viewer: "viewer";
|
|
16
|
+
readonly Admin: "admin";
|
|
17
|
+
readonly Owner: "owner";
|
|
18
|
+
readonly WorkspaceAdmin: "workspace_admin";
|
|
19
|
+
};
|
|
20
|
+
type Role = (typeof Role)[keyof typeof Role];
|
|
21
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
export var WorkspaceUserRole;
|
|
3
|
+
(function (WorkspaceUserRole) {
|
|
4
|
+
WorkspaceUserRole.Role = {
|
|
5
|
+
FullAccess: "full_access",
|
|
6
|
+
Editor: "editor",
|
|
7
|
+
EditOnly: "edit_only",
|
|
8
|
+
Commenter: "commenter",
|
|
9
|
+
Viewer: "viewer",
|
|
10
|
+
Admin: "admin",
|
|
11
|
+
Owner: "owner",
|
|
12
|
+
WorkspaceAdmin: "workspace_admin",
|
|
13
|
+
};
|
|
14
|
+
})(WorkspaceUserRole || (WorkspaceUserRole = {}));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type * as Frameio from "../index.mjs";
|
|
2
2
|
/**
|
|
3
|
-
* Frame.io user role details
|
|
3
|
+
* Frame.io workspace user role details
|
|
4
4
|
*/
|
|
5
5
|
export interface WorkspaceUserRolesResponse {
|
|
6
6
|
/** User Roles */
|
|
7
|
-
data: Frameio.
|
|
7
|
+
data: Frameio.WorkspaceUserRole[];
|
|
8
8
|
links: Frameio.Links;
|
|
9
9
|
/** Total count */
|
|
10
10
|
total_count?: number | undefined;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export * from "./Account.mjs";
|
|
2
|
+
export * from "./AccountSort.mjs";
|
|
2
3
|
export * from "./AccountsResponse.mjs";
|
|
3
4
|
export * from "./AccountUserRole.mjs";
|
|
4
5
|
export * from "./AccountUserRolesResponse.mjs";
|
|
6
|
+
export * from "./AccountUserSort.mjs";
|
|
5
7
|
export * from "./Action.mjs";
|
|
6
8
|
export * from "./ActionCreateResponse.mjs";
|
|
7
9
|
export * from "./ActionInclude.mjs";
|
|
@@ -14,34 +16,53 @@ export * from "./Anchor.mjs";
|
|
|
14
16
|
export * from "./AssetCommon.mjs";
|
|
15
17
|
export * from "./AssetCommonWithIncludes.mjs";
|
|
16
18
|
export * from "./AssetInclude.mjs";
|
|
19
|
+
export * from "./AssetSearchResult.mjs";
|
|
17
20
|
export * from "./AssetShareParams.mjs";
|
|
18
21
|
export * from "./AssetWithIncludes.mjs";
|
|
22
|
+
export * from "./AssigneeMatch.mjs";
|
|
19
23
|
export * from "./AttachmentInput.mjs";
|
|
24
|
+
export * from "./AudioSampleRateMatch.mjs";
|
|
20
25
|
export * from "./AuditLogsInclude.mjs";
|
|
21
26
|
export * from "./AuditLogsWithIncludesResponse.mjs";
|
|
22
27
|
export * from "./AuditLogwithIncludes.mjs";
|
|
23
28
|
export * from "./BadRequest.mjs";
|
|
29
|
+
export * from "./BitDepthMatch.mjs";
|
|
30
|
+
export * from "./BitRateMatch.mjs";
|
|
24
31
|
export * from "./BooleanValue.mjs";
|
|
32
|
+
export * from "./ChannelsMatch.mjs";
|
|
25
33
|
export * from "./ChildrenType.mjs";
|
|
34
|
+
export * from "./CodecMatch.mjs";
|
|
35
|
+
export * from "./Collection.mjs";
|
|
36
|
+
export * from "./CollectionInclude.mjs";
|
|
37
|
+
export * from "./CollectionResponse.mjs";
|
|
38
|
+
export * from "./CollectionsResponse.mjs";
|
|
39
|
+
export * from "./ColorSpaceMatch.mjs";
|
|
26
40
|
export * from "./Comment.mjs";
|
|
27
41
|
export * from "./CommentAttachment.mjs";
|
|
28
42
|
export * from "./CommentAttachmentResponse.mjs";
|
|
43
|
+
export * from "./CommentCountMatch.mjs";
|
|
29
44
|
export * from "./CommentInclude.mjs";
|
|
45
|
+
export * from "./CommentMatch.mjs";
|
|
30
46
|
export * from "./CommentResponse.mjs";
|
|
31
47
|
export * from "./CommentSort.mjs";
|
|
32
48
|
export * from "./CommentsWithIncludesResponse.mjs";
|
|
33
49
|
export * from "./CommentWithIncludes.mjs";
|
|
34
50
|
export * from "./CommentWithIncludesResponse.mjs";
|
|
35
51
|
export * from "./Conflict.mjs";
|
|
52
|
+
export * from "./CreatorMatch.mjs";
|
|
36
53
|
export * from "./DateDefinition.mjs";
|
|
37
54
|
export * from "./DateDefinitionParams.mjs";
|
|
38
55
|
export * from "./DateDefinitionWithIncludes.mjs";
|
|
39
56
|
export * from "./DateValue.mjs";
|
|
57
|
+
export * from "./DeletedAtMatch.mjs";
|
|
58
|
+
export * from "./DurationMatch.mjs";
|
|
59
|
+
export * from "./DynamicRangeMatch.mjs";
|
|
40
60
|
export * from "./Email.mjs";
|
|
41
61
|
export * from "./EmptyJson.mjs";
|
|
42
62
|
export * from "./FieldDefinition.mjs";
|
|
43
63
|
export * from "./FieldDefinitionInclude.mjs";
|
|
44
64
|
export * from "./FieldDefinitionResponse.mjs";
|
|
65
|
+
export * from "./FieldDefinitionSort.mjs";
|
|
45
66
|
export * from "./FieldDefinitionsWithIncludesResponse.mjs";
|
|
46
67
|
export * from "./FieldDefinitionWithIncludes.mjs";
|
|
47
68
|
export * from "./FieldValueCommon.mjs";
|
|
@@ -51,6 +72,8 @@ export * from "./FileCopyResponse.mjs";
|
|
|
51
72
|
export * from "./FileRemoteUploadResponse.mjs";
|
|
52
73
|
export * from "./FileResponse.mjs";
|
|
53
74
|
export * from "./FileSort.mjs";
|
|
75
|
+
export * from "./FilesizeMatch.mjs";
|
|
76
|
+
export * from "./FileTypeMatch.mjs";
|
|
54
77
|
export * from "./FileUploadStatus.mjs";
|
|
55
78
|
export * from "./FileUploadStatusResponse.mjs";
|
|
56
79
|
export * from "./FileWithIncludes.mjs";
|
|
@@ -67,6 +90,9 @@ export * from "./FoldersWithIncludesResponse.mjs";
|
|
|
67
90
|
export * from "./FolderWithIncludes.mjs";
|
|
68
91
|
export * from "./FolderWithIncludesResponse.mjs";
|
|
69
92
|
export * from "./Forbidden.mjs";
|
|
93
|
+
export * from "./FormatMatch.mjs";
|
|
94
|
+
export * from "./FrameOrAdobeId.mjs";
|
|
95
|
+
export * from "./FrameRateMatch.mjs";
|
|
70
96
|
export * from "./GroupCommon.mjs";
|
|
71
97
|
export * from "./GroupCommonWithIncludes.mjs";
|
|
72
98
|
export * from "./GroupResponse.mjs";
|
|
@@ -75,10 +101,13 @@ export * from "./GroupsSort.mjs";
|
|
|
75
101
|
export * from "./GroupsWithIncludesResponse.mjs";
|
|
76
102
|
export * from "./GroupWithIncludes.mjs";
|
|
77
103
|
export * from "./GroupWithIncludesResponse.mjs";
|
|
104
|
+
export * from "./HasAlphaChannelMatch.mjs";
|
|
78
105
|
export * from "./Include.mjs";
|
|
79
106
|
export * from "./IncludeTotalCount.mjs";
|
|
107
|
+
export * from "./InsertedAtMatch.mjs";
|
|
80
108
|
export * from "./IntegerValue.mjs";
|
|
81
109
|
export * from "./JsonErrorResponse.mjs";
|
|
110
|
+
export * from "./KeywordsMatch.mjs";
|
|
82
111
|
export * from "./Link.mjs";
|
|
83
112
|
export * from "./LinkParams.mjs";
|
|
84
113
|
export * from "./Links.mjs";
|
|
@@ -93,18 +122,25 @@ export * from "./MetadataResponse.mjs";
|
|
|
93
122
|
export * from "./MetadataWithDefinition.mjs";
|
|
94
123
|
export * from "./MultiSelectValue.mjs";
|
|
95
124
|
export * from "./MultiUserValue.mjs";
|
|
125
|
+
export * from "./NameMatch.mjs";
|
|
96
126
|
export * from "./NoContent.mjs";
|
|
127
|
+
export * from "./NotesMatch.mjs";
|
|
97
128
|
export * from "./NotFound.mjs";
|
|
98
129
|
export * from "./NumberDefinition.mjs";
|
|
99
130
|
export * from "./NumberDefinitionParams.mjs";
|
|
100
131
|
export * from "./NumberDefinitionWithIncludes.mjs";
|
|
101
132
|
export * from "./NumberValue.mjs";
|
|
102
133
|
export * from "./OriginalMediaLink.mjs";
|
|
134
|
+
export * from "./PageCountMatch.mjs";
|
|
103
135
|
export * from "./Profile.mjs";
|
|
104
136
|
export * from "./ProfileResponse.mjs";
|
|
105
137
|
export * from "./Project.mjs";
|
|
106
138
|
export * from "./ProjectInclude.mjs";
|
|
139
|
+
export * from "./ProjectMatch.mjs";
|
|
140
|
+
export * from "./ProjectMatchInfo.mjs";
|
|
107
141
|
export * from "./ProjectResponse.mjs";
|
|
142
|
+
export * from "./ProjectSearchResult.mjs";
|
|
143
|
+
export * from "./ProjectSort.mjs";
|
|
108
144
|
export * from "./ProjectsWithIncludesResponse.mjs";
|
|
109
145
|
export * from "./ProjectUserRolesResponse.mjs";
|
|
110
146
|
export * from "./ProjectWithIncludes.mjs";
|
|
@@ -112,10 +148,16 @@ export * from "./ProjectWithIncludesResponse.mjs";
|
|
|
112
148
|
export * from "./RatingDefinition.mjs";
|
|
113
149
|
export * from "./RatingDefinitionParams.mjs";
|
|
114
150
|
export * from "./RatingDefinitionWithIncludes.mjs";
|
|
151
|
+
export * from "./RatingMatch.mjs";
|
|
115
152
|
export * from "./RemoveAssetResponse.mjs";
|
|
116
153
|
export * from "./RenditionMediaLink.mjs";
|
|
117
154
|
export * from "./RequestAfterOpaqueCursor.mjs";
|
|
118
155
|
export * from "./RequestPageSize.mjs";
|
|
156
|
+
export * from "./ResolutionHeightMatch.mjs";
|
|
157
|
+
export * from "./ResolutionWidthMatch.mjs";
|
|
158
|
+
export * from "./ReviewersSort.mjs";
|
|
159
|
+
export * from "./SearchMatch.mjs";
|
|
160
|
+
export * from "./SearchResponse.mjs";
|
|
119
161
|
export * from "./SelectDefinition.mjs";
|
|
120
162
|
export * from "./SelectDefinitionParams.mjs";
|
|
121
163
|
export * from "./SelectDefinitionWithIncludes.mjs";
|
|
@@ -127,8 +169,11 @@ export * from "./SelectValue.mjs";
|
|
|
127
169
|
export * from "./Share.mjs";
|
|
128
170
|
export * from "./ShareResponse.mjs";
|
|
129
171
|
export * from "./ShareReviewersResponse.mjs";
|
|
172
|
+
export * from "./ShareSort.mjs";
|
|
130
173
|
export * from "./SharesResponse.mjs";
|
|
131
174
|
export * from "./SingleUserValue.mjs";
|
|
175
|
+
export * from "./SourceFilenameMatch.mjs";
|
|
176
|
+
export * from "./StatusMatch.mjs";
|
|
132
177
|
export * from "./SyncGroupWithIncludes.mjs";
|
|
133
178
|
export * from "./TextDefinition.mjs";
|
|
134
179
|
export * from "./TextDefinitionParams.mjs";
|
|
@@ -142,9 +187,11 @@ export * from "./ToggleDefinition.mjs";
|
|
|
142
187
|
export * from "./ToggleDefinitionParams.mjs";
|
|
143
188
|
export * from "./ToggleDefinitionWithIncludes.mjs";
|
|
144
189
|
export * from "./TooManyRequests.mjs";
|
|
190
|
+
export * from "./TranscriptionMatch.mjs";
|
|
145
191
|
export * from "./Unauthorized.mjs";
|
|
146
192
|
export * from "./UnprocessableContent.mjs";
|
|
147
193
|
export * from "./UpdateDateDefinitionParams.mjs";
|
|
194
|
+
export * from "./UpdatedAtMatch.mjs";
|
|
148
195
|
export * from "./UpdateLongTextDefinitionParams.mjs";
|
|
149
196
|
export * from "./UpdateNumberDefinitionParams.mjs";
|
|
150
197
|
export * from "./UpdateRatingDefinitionParams.mjs";
|
|
@@ -156,12 +203,16 @@ export * from "./UpdateUserMultiDefinitionParams.mjs";
|
|
|
156
203
|
export * from "./UpdateUserRolesParams.mjs";
|
|
157
204
|
export * from "./UpdateUserRolesResponse.mjs";
|
|
158
205
|
export * from "./UpdateUserSingleDefinitionParams.mjs";
|
|
206
|
+
export * from "./UpdateWorkspaceRoleResponse.mjs";
|
|
207
|
+
export * from "./UploadedAtMatch.mjs";
|
|
159
208
|
export * from "./UploadUrl.mjs";
|
|
160
209
|
export * from "./User.mjs";
|
|
161
210
|
export * from "./UserMultiDefinition.mjs";
|
|
162
211
|
export * from "./UserMultiDefinitionParams.mjs";
|
|
163
212
|
export * from "./UserMultiDefinitionWithIncludes.mjs";
|
|
164
213
|
export * from "./UserRole.mjs";
|
|
214
|
+
export * from "./UserRoleSort.mjs";
|
|
215
|
+
export * from "./UserRolesResponse.mjs";
|
|
165
216
|
export * from "./UserSingleDefinition.mjs";
|
|
166
217
|
export * from "./UserSingleDefinitionParams.mjs";
|
|
167
218
|
export * from "./UserSingleDefinitionWithIncludes.mjs";
|
|
@@ -174,6 +225,8 @@ export * from "./VersionStackResponse.mjs";
|
|
|
174
225
|
export * from "./VersionStacksWithIncludesResponse.mjs";
|
|
175
226
|
export * from "./VersionStackWithIncludes.mjs";
|
|
176
227
|
export * from "./VersionStackWithIncludesResponse.mjs";
|
|
228
|
+
export * from "./VisualMatch.mjs";
|
|
229
|
+
export * from "./VisualMatchClip.mjs";
|
|
177
230
|
export * from "./Webhook.mjs";
|
|
178
231
|
export * from "./WebhookCreateResponse.mjs";
|
|
179
232
|
export * from "./WebhookEvents.mjs";
|
|
@@ -185,7 +238,10 @@ export * from "./Workspace.mjs";
|
|
|
185
238
|
export * from "./WorkspaceInclude.mjs";
|
|
186
239
|
export * from "./WorkspaceParams.mjs";
|
|
187
240
|
export * from "./WorkspaceResponse.mjs";
|
|
241
|
+
export * from "./WorkspaceRole.mjs";
|
|
242
|
+
export * from "./WorkspaceSort.mjs";
|
|
188
243
|
export * from "./WorkspacesWithIncludesResponse.mjs";
|
|
244
|
+
export * from "./WorkspaceUserRole.mjs";
|
|
189
245
|
export * from "./WorkspaceUserRolesResponse.mjs";
|
|
190
246
|
export * from "./WorkspaceWithIncludes.mjs";
|
|
191
247
|
export * from "./WorkspaceWithIncludesResponse.mjs";
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export * from "./Account.mjs";
|
|
2
|
+
export * from "./AccountSort.mjs";
|
|
2
3
|
export * from "./AccountsResponse.mjs";
|
|
3
4
|
export * from "./AccountUserRole.mjs";
|
|
4
5
|
export * from "./AccountUserRolesResponse.mjs";
|
|
6
|
+
export * from "./AccountUserSort.mjs";
|
|
5
7
|
export * from "./Action.mjs";
|
|
6
8
|
export * from "./ActionCreateResponse.mjs";
|
|
7
9
|
export * from "./ActionInclude.mjs";
|
|
@@ -14,34 +16,53 @@ export * from "./Anchor.mjs";
|
|
|
14
16
|
export * from "./AssetCommon.mjs";
|
|
15
17
|
export * from "./AssetCommonWithIncludes.mjs";
|
|
16
18
|
export * from "./AssetInclude.mjs";
|
|
19
|
+
export * from "./AssetSearchResult.mjs";
|
|
17
20
|
export * from "./AssetShareParams.mjs";
|
|
18
21
|
export * from "./AssetWithIncludes.mjs";
|
|
22
|
+
export * from "./AssigneeMatch.mjs";
|
|
19
23
|
export * from "./AttachmentInput.mjs";
|
|
24
|
+
export * from "./AudioSampleRateMatch.mjs";
|
|
20
25
|
export * from "./AuditLogsInclude.mjs";
|
|
21
26
|
export * from "./AuditLogsWithIncludesResponse.mjs";
|
|
22
27
|
export * from "./AuditLogwithIncludes.mjs";
|
|
23
28
|
export * from "./BadRequest.mjs";
|
|
29
|
+
export * from "./BitDepthMatch.mjs";
|
|
30
|
+
export * from "./BitRateMatch.mjs";
|
|
24
31
|
export * from "./BooleanValue.mjs";
|
|
32
|
+
export * from "./ChannelsMatch.mjs";
|
|
25
33
|
export * from "./ChildrenType.mjs";
|
|
34
|
+
export * from "./CodecMatch.mjs";
|
|
35
|
+
export * from "./Collection.mjs";
|
|
36
|
+
export * from "./CollectionInclude.mjs";
|
|
37
|
+
export * from "./CollectionResponse.mjs";
|
|
38
|
+
export * from "./CollectionsResponse.mjs";
|
|
39
|
+
export * from "./ColorSpaceMatch.mjs";
|
|
26
40
|
export * from "./Comment.mjs";
|
|
27
41
|
export * from "./CommentAttachment.mjs";
|
|
28
42
|
export * from "./CommentAttachmentResponse.mjs";
|
|
43
|
+
export * from "./CommentCountMatch.mjs";
|
|
29
44
|
export * from "./CommentInclude.mjs";
|
|
45
|
+
export * from "./CommentMatch.mjs";
|
|
30
46
|
export * from "./CommentResponse.mjs";
|
|
31
47
|
export * from "./CommentSort.mjs";
|
|
32
48
|
export * from "./CommentsWithIncludesResponse.mjs";
|
|
33
49
|
export * from "./CommentWithIncludes.mjs";
|
|
34
50
|
export * from "./CommentWithIncludesResponse.mjs";
|
|
35
51
|
export * from "./Conflict.mjs";
|
|
52
|
+
export * from "./CreatorMatch.mjs";
|
|
36
53
|
export * from "./DateDefinition.mjs";
|
|
37
54
|
export * from "./DateDefinitionParams.mjs";
|
|
38
55
|
export * from "./DateDefinitionWithIncludes.mjs";
|
|
39
56
|
export * from "./DateValue.mjs";
|
|
57
|
+
export * from "./DeletedAtMatch.mjs";
|
|
58
|
+
export * from "./DurationMatch.mjs";
|
|
59
|
+
export * from "./DynamicRangeMatch.mjs";
|
|
40
60
|
export * from "./Email.mjs";
|
|
41
61
|
export * from "./EmptyJson.mjs";
|
|
42
62
|
export * from "./FieldDefinition.mjs";
|
|
43
63
|
export * from "./FieldDefinitionInclude.mjs";
|
|
44
64
|
export * from "./FieldDefinitionResponse.mjs";
|
|
65
|
+
export * from "./FieldDefinitionSort.mjs";
|
|
45
66
|
export * from "./FieldDefinitionsWithIncludesResponse.mjs";
|
|
46
67
|
export * from "./FieldDefinitionWithIncludes.mjs";
|
|
47
68
|
export * from "./FieldValueCommon.mjs";
|
|
@@ -51,6 +72,8 @@ export * from "./FileCopyResponse.mjs";
|
|
|
51
72
|
export * from "./FileRemoteUploadResponse.mjs";
|
|
52
73
|
export * from "./FileResponse.mjs";
|
|
53
74
|
export * from "./FileSort.mjs";
|
|
75
|
+
export * from "./FilesizeMatch.mjs";
|
|
76
|
+
export * from "./FileTypeMatch.mjs";
|
|
54
77
|
export * from "./FileUploadStatus.mjs";
|
|
55
78
|
export * from "./FileUploadStatusResponse.mjs";
|
|
56
79
|
export * from "./FileWithIncludes.mjs";
|
|
@@ -67,6 +90,9 @@ export * from "./FoldersWithIncludesResponse.mjs";
|
|
|
67
90
|
export * from "./FolderWithIncludes.mjs";
|
|
68
91
|
export * from "./FolderWithIncludesResponse.mjs";
|
|
69
92
|
export * from "./Forbidden.mjs";
|
|
93
|
+
export * from "./FormatMatch.mjs";
|
|
94
|
+
export * from "./FrameOrAdobeId.mjs";
|
|
95
|
+
export * from "./FrameRateMatch.mjs";
|
|
70
96
|
export * from "./GroupCommon.mjs";
|
|
71
97
|
export * from "./GroupCommonWithIncludes.mjs";
|
|
72
98
|
export * from "./GroupResponse.mjs";
|
|
@@ -75,10 +101,13 @@ export * from "./GroupsSort.mjs";
|
|
|
75
101
|
export * from "./GroupsWithIncludesResponse.mjs";
|
|
76
102
|
export * from "./GroupWithIncludes.mjs";
|
|
77
103
|
export * from "./GroupWithIncludesResponse.mjs";
|
|
104
|
+
export * from "./HasAlphaChannelMatch.mjs";
|
|
78
105
|
export * from "./Include.mjs";
|
|
79
106
|
export * from "./IncludeTotalCount.mjs";
|
|
107
|
+
export * from "./InsertedAtMatch.mjs";
|
|
80
108
|
export * from "./IntegerValue.mjs";
|
|
81
109
|
export * from "./JsonErrorResponse.mjs";
|
|
110
|
+
export * from "./KeywordsMatch.mjs";
|
|
82
111
|
export * from "./Link.mjs";
|
|
83
112
|
export * from "./LinkParams.mjs";
|
|
84
113
|
export * from "./Links.mjs";
|
|
@@ -93,18 +122,25 @@ export * from "./MetadataResponse.mjs";
|
|
|
93
122
|
export * from "./MetadataWithDefinition.mjs";
|
|
94
123
|
export * from "./MultiSelectValue.mjs";
|
|
95
124
|
export * from "./MultiUserValue.mjs";
|
|
125
|
+
export * from "./NameMatch.mjs";
|
|
96
126
|
export * from "./NoContent.mjs";
|
|
127
|
+
export * from "./NotesMatch.mjs";
|
|
97
128
|
export * from "./NotFound.mjs";
|
|
98
129
|
export * from "./NumberDefinition.mjs";
|
|
99
130
|
export * from "./NumberDefinitionParams.mjs";
|
|
100
131
|
export * from "./NumberDefinitionWithIncludes.mjs";
|
|
101
132
|
export * from "./NumberValue.mjs";
|
|
102
133
|
export * from "./OriginalMediaLink.mjs";
|
|
134
|
+
export * from "./PageCountMatch.mjs";
|
|
103
135
|
export * from "./Profile.mjs";
|
|
104
136
|
export * from "./ProfileResponse.mjs";
|
|
105
137
|
export * from "./Project.mjs";
|
|
106
138
|
export * from "./ProjectInclude.mjs";
|
|
139
|
+
export * from "./ProjectMatch.mjs";
|
|
140
|
+
export * from "./ProjectMatchInfo.mjs";
|
|
107
141
|
export * from "./ProjectResponse.mjs";
|
|
142
|
+
export * from "./ProjectSearchResult.mjs";
|
|
143
|
+
export * from "./ProjectSort.mjs";
|
|
108
144
|
export * from "./ProjectsWithIncludesResponse.mjs";
|
|
109
145
|
export * from "./ProjectUserRolesResponse.mjs";
|
|
110
146
|
export * from "./ProjectWithIncludes.mjs";
|
|
@@ -112,10 +148,16 @@ export * from "./ProjectWithIncludesResponse.mjs";
|
|
|
112
148
|
export * from "./RatingDefinition.mjs";
|
|
113
149
|
export * from "./RatingDefinitionParams.mjs";
|
|
114
150
|
export * from "./RatingDefinitionWithIncludes.mjs";
|
|
151
|
+
export * from "./RatingMatch.mjs";
|
|
115
152
|
export * from "./RemoveAssetResponse.mjs";
|
|
116
153
|
export * from "./RenditionMediaLink.mjs";
|
|
117
154
|
export * from "./RequestAfterOpaqueCursor.mjs";
|
|
118
155
|
export * from "./RequestPageSize.mjs";
|
|
156
|
+
export * from "./ResolutionHeightMatch.mjs";
|
|
157
|
+
export * from "./ResolutionWidthMatch.mjs";
|
|
158
|
+
export * from "./ReviewersSort.mjs";
|
|
159
|
+
export * from "./SearchMatch.mjs";
|
|
160
|
+
export * from "./SearchResponse.mjs";
|
|
119
161
|
export * from "./SelectDefinition.mjs";
|
|
120
162
|
export * from "./SelectDefinitionParams.mjs";
|
|
121
163
|
export * from "./SelectDefinitionWithIncludes.mjs";
|
|
@@ -127,8 +169,11 @@ export * from "./SelectValue.mjs";
|
|
|
127
169
|
export * from "./Share.mjs";
|
|
128
170
|
export * from "./ShareResponse.mjs";
|
|
129
171
|
export * from "./ShareReviewersResponse.mjs";
|
|
172
|
+
export * from "./ShareSort.mjs";
|
|
130
173
|
export * from "./SharesResponse.mjs";
|
|
131
174
|
export * from "./SingleUserValue.mjs";
|
|
175
|
+
export * from "./SourceFilenameMatch.mjs";
|
|
176
|
+
export * from "./StatusMatch.mjs";
|
|
132
177
|
export * from "./SyncGroupWithIncludes.mjs";
|
|
133
178
|
export * from "./TextDefinition.mjs";
|
|
134
179
|
export * from "./TextDefinitionParams.mjs";
|
|
@@ -142,9 +187,11 @@ export * from "./ToggleDefinition.mjs";
|
|
|
142
187
|
export * from "./ToggleDefinitionParams.mjs";
|
|
143
188
|
export * from "./ToggleDefinitionWithIncludes.mjs";
|
|
144
189
|
export * from "./TooManyRequests.mjs";
|
|
190
|
+
export * from "./TranscriptionMatch.mjs";
|
|
145
191
|
export * from "./Unauthorized.mjs";
|
|
146
192
|
export * from "./UnprocessableContent.mjs";
|
|
147
193
|
export * from "./UpdateDateDefinitionParams.mjs";
|
|
194
|
+
export * from "./UpdatedAtMatch.mjs";
|
|
148
195
|
export * from "./UpdateLongTextDefinitionParams.mjs";
|
|
149
196
|
export * from "./UpdateNumberDefinitionParams.mjs";
|
|
150
197
|
export * from "./UpdateRatingDefinitionParams.mjs";
|
|
@@ -156,12 +203,16 @@ export * from "./UpdateUserMultiDefinitionParams.mjs";
|
|
|
156
203
|
export * from "./UpdateUserRolesParams.mjs";
|
|
157
204
|
export * from "./UpdateUserRolesResponse.mjs";
|
|
158
205
|
export * from "./UpdateUserSingleDefinitionParams.mjs";
|
|
206
|
+
export * from "./UpdateWorkspaceRoleResponse.mjs";
|
|
207
|
+
export * from "./UploadedAtMatch.mjs";
|
|
159
208
|
export * from "./UploadUrl.mjs";
|
|
160
209
|
export * from "./User.mjs";
|
|
161
210
|
export * from "./UserMultiDefinition.mjs";
|
|
162
211
|
export * from "./UserMultiDefinitionParams.mjs";
|
|
163
212
|
export * from "./UserMultiDefinitionWithIncludes.mjs";
|
|
164
213
|
export * from "./UserRole.mjs";
|
|
214
|
+
export * from "./UserRoleSort.mjs";
|
|
215
|
+
export * from "./UserRolesResponse.mjs";
|
|
165
216
|
export * from "./UserSingleDefinition.mjs";
|
|
166
217
|
export * from "./UserSingleDefinitionParams.mjs";
|
|
167
218
|
export * from "./UserSingleDefinitionWithIncludes.mjs";
|
|
@@ -174,6 +225,8 @@ export * from "./VersionStackResponse.mjs";
|
|
|
174
225
|
export * from "./VersionStacksWithIncludesResponse.mjs";
|
|
175
226
|
export * from "./VersionStackWithIncludes.mjs";
|
|
176
227
|
export * from "./VersionStackWithIncludesResponse.mjs";
|
|
228
|
+
export * from "./VisualMatch.mjs";
|
|
229
|
+
export * from "./VisualMatchClip.mjs";
|
|
177
230
|
export * from "./Webhook.mjs";
|
|
178
231
|
export * from "./WebhookCreateResponse.mjs";
|
|
179
232
|
export * from "./WebhookEvents.mjs";
|
|
@@ -185,7 +238,10 @@ export * from "./Workspace.mjs";
|
|
|
185
238
|
export * from "./WorkspaceInclude.mjs";
|
|
186
239
|
export * from "./WorkspaceParams.mjs";
|
|
187
240
|
export * from "./WorkspaceResponse.mjs";
|
|
241
|
+
export * from "./WorkspaceRole.mjs";
|
|
242
|
+
export * from "./WorkspaceSort.mjs";
|
|
188
243
|
export * from "./WorkspacesWithIncludesResponse.mjs";
|
|
244
|
+
export * from "./WorkspaceUserRole.mjs";
|
|
189
245
|
export * from "./WorkspaceUserRolesResponse.mjs";
|
|
190
246
|
export * from "./WorkspaceWithIncludes.mjs";
|
|
191
247
|
export * from "./WorkspaceWithIncludesResponse.mjs";
|
package/dist/esm/index.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ export { FrameioClient } from "./Client.mjs";
|
|
|
4
4
|
export { FrameioEnvironment } from "./environments.mjs";
|
|
5
5
|
export { FrameioError, FrameioTimeoutError } from "./errors/index.mjs";
|
|
6
6
|
export * from "./exports.mjs";
|
|
7
|
-
export { ServerToServerAuth, WebAppAuth, SPAAuth, NativeAppAuth } from "./oauth";
|
|
8
|
-
export type { ServerToServerAuthOptions, WebAppAuthOptions, SPAAuthOptions, NativeAppAuthOptions, AuthorizationUrlResult, BaseAuthOptions, Logger, TokenResponse, ExportedTokens, OnTokenRefreshed, } from "./oauth";
|
|
9
|
-
export { FrameioAuthError, AuthenticationError, TokenExpiredError, NetworkError, RateLimitError, PKCEError, ConfigurationError, } from "./oauth";
|
|
10
|
-
export { noopLogger, DEFAULT_IMS_BASE_URL, buildImsUrls } from "./oauth";
|
|
7
|
+
export { ServerToServerAuth, WebAppAuth, SPAAuth, NativeAppAuth } from "./oauth/index.mjs";
|
|
8
|
+
export type { ServerToServerAuthOptions, WebAppAuthOptions, SPAAuthOptions, NativeAppAuthOptions, AuthorizationUrlResult, BaseAuthOptions, Logger, TokenResponse, ExportedTokens, OnTokenRefreshed, } from "./oauth/index.mjs";
|
|
9
|
+
export { FrameioAuthError, AuthenticationError, TokenExpiredError, NetworkError, RateLimitError, PKCEError, ConfigurationError, } from "./oauth/index.mjs";
|
|
10
|
+
export { noopLogger, DEFAULT_IMS_BASE_URL, buildImsUrls } from "./oauth/index.mjs";
|
package/dist/esm/index.mjs
CHANGED
|
@@ -4,8 +4,8 @@ export { FrameioEnvironment } from "./environments.mjs";
|
|
|
4
4
|
export { FrameioError, FrameioTimeoutError } from "./errors/index.mjs";
|
|
5
5
|
export * from "./exports.mjs";
|
|
6
6
|
// Auth flows
|
|
7
|
-
export { ServerToServerAuth, WebAppAuth, SPAAuth, NativeAppAuth } from "./oauth";
|
|
7
|
+
export { ServerToServerAuth, WebAppAuth, SPAAuth, NativeAppAuth } from "./oauth/index.mjs";
|
|
8
8
|
// Auth errors
|
|
9
|
-
export { FrameioAuthError, AuthenticationError, TokenExpiredError, NetworkError, RateLimitError, PKCEError, ConfigurationError, } from "./oauth";
|
|
9
|
+
export { FrameioAuthError, AuthenticationError, TokenExpiredError, NetworkError, RateLimitError, PKCEError, ConfigurationError, } from "./oauth/index.mjs";
|
|
10
10
|
// Auth utilities
|
|
11
|
-
export { noopLogger, DEFAULT_IMS_BASE_URL, buildImsUrls } from "./oauth";
|
|
11
|
+
export { noopLogger, DEFAULT_IMS_BASE_URL, buildImsUrls } from "./oauth/index.mjs";
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*
|
|
7
7
|
* Also consolidates shared constructor options and initialization logic.
|
|
8
8
|
*/
|
|
9
|
-
import type { Logger } from "./logger";
|
|
10
|
-
import { TokenManager, type ExportedTokens, type OnTokenRefreshed, type TokenResponse } from "./TokenManager";
|
|
9
|
+
import type { Logger } from "./logger.mjs";
|
|
10
|
+
import { TokenManager, type ExportedTokens, type OnTokenRefreshed, type TokenResponse } from "./TokenManager.mjs";
|
|
11
11
|
/** Default fallback when Adobe IMS doesn't return expires_in. */
|
|
12
12
|
export declare const DEFAULT_EXPIRES_IN = 86400;
|
|
13
13
|
/** Options shared by all auth flow constructors. */
|
|
@@ -15,10 +15,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
15
15
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
16
16
|
});
|
|
17
17
|
};
|
|
18
|
-
import { buildImsUrls, DEFAULT_IMS_BASE_URL, DEFAULT_MAX_RETRIES, DEFAULT_TIMEOUT, revokeRequest, tokenRequest, } from "./http";
|
|
19
|
-
import { ConfigurationError } from "./errors";
|
|
20
|
-
import { noopLogger } from "./logger";
|
|
21
|
-
import { TokenManager } from "./TokenManager";
|
|
18
|
+
import { buildImsUrls, DEFAULT_IMS_BASE_URL, DEFAULT_MAX_RETRIES, DEFAULT_TIMEOUT, revokeRequest, tokenRequest, } from "./http.mjs";
|
|
19
|
+
import { ConfigurationError } from "./errors.mjs";
|
|
20
|
+
import { noopLogger } from "./logger.mjs";
|
|
21
|
+
import { TokenManager } from "./TokenManager.mjs";
|
|
22
22
|
/** Default fallback when Adobe IMS doesn't return expires_in. */
|
|
23
23
|
export const DEFAULT_EXPIRES_IN = 86400;
|
|
24
24
|
export class BaseAuth {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Use for desktop and mobile applications with custom URI schemes
|
|
5
5
|
* or loopback redirects.
|
|
6
6
|
*/
|
|
7
|
-
import { SPAAuth, type SPAAuthOptions } from "./SPAAuth";
|
|
7
|
+
import { SPAAuth, type SPAAuthOptions } from "./SPAAuth.mjs";
|
|
8
8
|
export type NativeAppAuthOptions = SPAAuthOptions;
|
|
9
9
|
/**
|
|
10
10
|
* Authenticate native (desktop / mobile) apps using PKCE.
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Use for browser-based apps that cannot store a client secret.
|
|
5
5
|
*/
|
|
6
|
-
import { BaseAuth, type BaseAuthOptions } from "./BaseAuth";
|
|
7
|
-
import type { TokenResponse } from "./TokenManager";
|
|
6
|
+
import { BaseAuth, type BaseAuthOptions } from "./BaseAuth.mjs";
|
|
7
|
+
import type { TokenResponse } from "./TokenManager.mjs";
|
|
8
8
|
/** Returned by `getAuthorizationUrl` — contains the URL and PKCE verifier. */
|
|
9
9
|
export interface AuthorizationUrlResult {
|
|
10
10
|
url: string;
|
|
@@ -12,11 +12,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
12
12
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
13
13
|
});
|
|
14
14
|
};
|
|
15
|
-
import { BaseAuth } from "./BaseAuth";
|
|
16
|
-
import { ConfigurationError } from "./errors";
|
|
17
|
-
import { DEFAULT_SCOPES } from "./http";
|
|
18
|
-
import { generateCodeChallenge, generateCodeVerifier } from "./pkce";
|
|
19
|
-
import { validateRedirectUriScheme } from "./validation";
|
|
15
|
+
import { BaseAuth } from "./BaseAuth.mjs";
|
|
16
|
+
import { ConfigurationError } from "./errors.mjs";
|
|
17
|
+
import { DEFAULT_SCOPES } from "./http.mjs";
|
|
18
|
+
import { generateCodeChallenge, generateCodeVerifier } from "./pkce.mjs";
|
|
19
|
+
import { validateRedirectUriScheme } from "./validation.mjs";
|
|
20
20
|
export class SPAAuth extends BaseAuth {
|
|
21
21
|
constructor(options) {
|
|
22
22
|
var _a;
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Use for backend services and scripts with no user interaction.
|
|
5
5
|
*/
|
|
6
|
-
import { BaseAuth, type BaseAuthOptions } from "./BaseAuth";
|
|
7
|
-
import type { TokenResponse } from "./TokenManager";
|
|
6
|
+
import { BaseAuth, type BaseAuthOptions } from "./BaseAuth.mjs";
|
|
7
|
+
import type { TokenResponse } from "./TokenManager.mjs";
|
|
8
8
|
export interface ServerToServerAuthOptions extends BaseAuthOptions {
|
|
9
9
|
clientSecret: string;
|
|
10
10
|
}
|
|
@@ -12,9 +12,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
12
12
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
13
13
|
});
|
|
14
14
|
};
|
|
15
|
-
import { BaseAuth } from "./BaseAuth";
|
|
16
|
-
import { ConfigurationError } from "./errors";
|
|
17
|
-
import { S2S_SCOPES } from "./http";
|
|
15
|
+
import { BaseAuth } from "./BaseAuth.mjs";
|
|
16
|
+
import { ConfigurationError } from "./errors.mjs";
|
|
17
|
+
import { S2S_SCOPES } from "./http.mjs";
|
|
18
18
|
export class ServerToServerAuth extends BaseAuth {
|
|
19
19
|
constructor(options) {
|
|
20
20
|
var _a;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Stores access/refresh tokens, checks expiry with a configurable buffer,
|
|
5
5
|
* and coordinates async-safe automatic refresh.
|
|
6
6
|
*/
|
|
7
|
-
import type { Logger } from "./logger";
|
|
7
|
+
import type { Logger } from "./logger.mjs";
|
|
8
8
|
/** Shape returned by refresh functions and token endpoints. */
|
|
9
9
|
export interface TokenResponse {
|
|
10
10
|
access_token: string;
|
|
@@ -13,9 +13,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
13
13
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
14
14
|
});
|
|
15
15
|
};
|
|
16
|
-
import { AuthenticationError, NetworkError, RateLimitError, sanitizeMessage, TokenExpiredError } from "./errors";
|
|
17
|
-
import { noopLogger } from "./logger";
|
|
18
|
-
import { validateTokenImport } from "./validation";
|
|
16
|
+
import { AuthenticationError, NetworkError, RateLimitError, sanitizeMessage, TokenExpiredError } from "./errors.mjs";
|
|
17
|
+
import { noopLogger } from "./logger.mjs";
|
|
18
|
+
import { validateTokenImport } from "./validation.mjs";
|
|
19
19
|
/**
|
|
20
20
|
* Manages token storage, expiry detection, and auto-refresh.
|
|
21
21
|
*
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Use for server-side applications that can securely store a client secret.
|
|
5
5
|
*/
|
|
6
|
-
import { BaseAuth, type BaseAuthOptions } from "./BaseAuth";
|
|
7
|
-
import type { TokenResponse } from "./TokenManager";
|
|
6
|
+
import { BaseAuth, type BaseAuthOptions } from "./BaseAuth.mjs";
|
|
7
|
+
import type { TokenResponse } from "./TokenManager.mjs";
|
|
8
8
|
export interface WebAppAuthOptions extends BaseAuthOptions {
|
|
9
9
|
clientSecret: string;
|
|
10
10
|
redirectUri: string;
|
|
@@ -12,10 +12,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
12
12
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
13
13
|
});
|
|
14
14
|
};
|
|
15
|
-
import { BaseAuth } from "./BaseAuth";
|
|
16
|
-
import { ConfigurationError } from "./errors";
|
|
17
|
-
import { DEFAULT_SCOPES } from "./http";
|
|
18
|
-
import { validateRedirectUriScheme } from "./validation";
|
|
15
|
+
import { BaseAuth } from "./BaseAuth.mjs";
|
|
16
|
+
import { ConfigurationError } from "./errors.mjs";
|
|
17
|
+
import { DEFAULT_SCOPES } from "./http.mjs";
|
|
18
|
+
import { validateRedirectUriScheme } from "./validation.mjs";
|
|
19
19
|
export class WebAppAuth extends BaseAuth {
|
|
20
20
|
constructor(options) {
|
|
21
21
|
var _a;
|