frameio 0.1.0 → 1.1.3
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 +5 -1
- package/dist/cjs/Client.d.ts +2 -2
- package/dist/cjs/Client.js +3 -3
- package/dist/cjs/api/resources/accountPermissions/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/accountPermissions/client/Client.js +3 -7
- package/dist/cjs/api/resources/accounts/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/accounts/client/Client.js +3 -7
- package/dist/cjs/api/resources/comments/client/Client.d.ts +16 -9
- package/dist/cjs/api/resources/comments/client/Client.js +40 -16
- package/dist/cjs/api/resources/comments/client/requests/CommentsShowRequest.d.ts +1 -1
- package/dist/cjs/api/resources/comments/client/requests/CreateCommentParams.d.ts +13 -3
- package/dist/cjs/api/resources/comments/client/requests/UpdateCommentParams.d.ts +11 -2
- package/dist/cjs/api/resources/comments/index.d.ts +1 -0
- package/dist/cjs/api/resources/comments/index.js +1 -0
- package/dist/cjs/api/resources/comments/types/CommentsShowRequestInclude.d.ts +6 -0
- package/dist/cjs/api/resources/comments/types/CommentsShowRequestInclude.js +9 -0
- package/dist/cjs/api/resources/comments/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/comments/types/index.js +17 -0
- package/dist/cjs/api/resources/files/client/Client.d.ts +16 -15
- package/dist/cjs/api/resources/files/client/Client.js +33 -20
- package/dist/cjs/api/resources/files/client/requests/FileCopyParams.d.ts +3 -0
- package/dist/cjs/api/resources/folders/client/Client.d.ts +14 -12
- package/dist/cjs/api/resources/folders/client/Client.js +31 -17
- package/dist/cjs/api/resources/folders/client/requests/FolderCopyParams.d.ts +3 -0
- package/dist/cjs/api/resources/index.d.ts +4 -2
- package/dist/cjs/api/resources/index.js +5 -3
- package/dist/cjs/api/resources/metadata/client/Client.d.ts +17 -14
- package/dist/cjs/api/resources/metadata/client/Client.js +16 -17
- package/dist/cjs/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.ts +13 -10
- package/dist/cjs/api/resources/metadataFields/client/Client.d.ts +7 -7
- package/dist/cjs/api/resources/metadataFields/client/Client.js +6 -10
- package/dist/cjs/api/resources/projectPermissions/client/Client.d.ts +6 -6
- package/dist/cjs/api/resources/projectPermissions/client/Client.js +5 -9
- package/dist/cjs/api/resources/projects/client/Client.d.ts +15 -12
- package/dist/cjs/api/resources/projects/client/Client.js +13 -14
- package/dist/cjs/api/resources/projects/client/requests/ProjectParams.d.ts +20 -0
- package/dist/cjs/api/resources/projects/client/requests/ProjectUpdateParams.d.ts +31 -0
- package/dist/cjs/api/resources/projects/client/requests/ProjectUpdateParams.js +15 -0
- package/dist/cjs/api/resources/projects/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/shares/client/Client.d.ts +22 -20
- package/dist/cjs/api/resources/shares/client/Client.js +21 -23
- package/dist/cjs/api/resources/shares/client/requests/AddAssetParams.d.ts +1 -1
- package/dist/cjs/api/resources/shares/client/requests/CreateShareParams.d.ts +3 -2
- package/dist/cjs/api/resources/shares/client/requests/UpdateShareParams.d.ts +3 -1
- package/dist/cjs/api/resources/users/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/users/client/Client.js +3 -7
- package/dist/cjs/api/resources/versionStacks/client/Client.d.ts +34 -10
- package/dist/cjs/api/resources/versionStacks/client/Client.js +115 -15
- package/dist/cjs/api/resources/versionStacks/client/requests/VersionStackCopyParams.d.ts +3 -0
- package/dist/cjs/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.ts +2 -2
- package/dist/cjs/api/resources/versionStacks/client/requests/VersionStacksShowRequest.d.ts +11 -0
- package/dist/cjs/api/resources/versionStacks/client/requests/VersionStacksShowRequest.js +3 -0
- package/dist/cjs/api/resources/versionStacks/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/versionStacks/index.d.ts +1 -0
- package/dist/cjs/api/resources/versionStacks/index.js +1 -0
- package/dist/cjs/api/resources/versionStacks/types/VersionStacksShowRequestInclude.d.ts +13 -0
- package/dist/cjs/api/resources/versionStacks/types/VersionStacksShowRequestInclude.js +16 -0
- package/dist/cjs/api/resources/versionStacks/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/versionStacks/types/index.js +17 -0
- package/dist/cjs/api/resources/webhooks/client/Client.d.ts +7 -7
- package/dist/cjs/api/resources/webhooks/client/Client.js +6 -10
- package/dist/cjs/api/resources/workspacePermissions/client/Client.d.ts +6 -6
- package/dist/cjs/api/resources/workspacePermissions/client/Client.js +5 -9
- package/dist/cjs/api/resources/workspaces/client/Client.d.ts +8 -8
- package/dist/cjs/api/resources/workspaces/client/Client.js +7 -11
- package/dist/cjs/api/types/AssetCommonWithIncludes.d.ts +9 -0
- package/dist/cjs/api/types/AssetCommonWithIncludes.js +9 -0
- package/dist/cjs/api/types/AssetShareParams.d.ts +1 -0
- package/dist/cjs/api/types/Comment.d.ts +6 -2
- package/dist/cjs/api/types/DateDefinition.d.ts +16 -0
- package/dist/cjs/api/types/DateDefinition.js +13 -0
- package/dist/cjs/api/types/EmptyJson.d.ts +4 -0
- package/dist/cjs/api/types/EmptyJson.js +3 -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/FolderWithIncludes.d.ts +9 -0
- package/dist/cjs/api/types/FolderWithIncludes.js +9 -0
- package/dist/cjs/api/types/LongTextDefinition.d.ts +16 -0
- package/dist/cjs/api/types/LongTextDefinition.js +17 -0
- package/dist/cjs/api/types/MultiUserValue.d.ts +1 -1
- package/dist/cjs/api/types/Project.d.ts +12 -0
- package/dist/cjs/api/types/Project.js +9 -0
- package/dist/cjs/api/types/SelectMultiDefinition.d.ts +16 -0
- package/dist/cjs/api/types/SelectMultiDefinition.js +17 -0
- package/dist/cjs/api/types/TextDefinition.d.ts +16 -0
- package/dist/cjs/api/types/TextDefinition.js +17 -0
- package/dist/cjs/api/types/TimeStamp.d.ts +7 -0
- package/dist/cjs/api/types/TimeStamp.js +3 -0
- package/dist/cjs/api/types/UserMultiDefinition.d.ts +16 -0
- package/dist/cjs/api/types/UserMultiDefinition.js +13 -0
- package/dist/cjs/api/types/UserSingleDefinition.d.ts +16 -0
- package/dist/cjs/api/types/UserSingleDefinition.js +13 -0
- package/dist/cjs/api/types/VersionStackWithIncludes.d.ts +9 -0
- package/dist/cjs/api/types/VersionStackWithIncludes.js +9 -0
- package/dist/cjs/api/types/index.d.ts +3 -2
- package/dist/cjs/api/types/index.js +3 -2
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.d.mts +2 -2
- package/dist/esm/Client.mjs +3 -3
- package/dist/esm/api/resources/accountPermissions/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/accountPermissions/client/Client.mjs +3 -7
- package/dist/esm/api/resources/accounts/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/accounts/client/Client.mjs +3 -7
- package/dist/esm/api/resources/comments/client/Client.d.mts +16 -9
- package/dist/esm/api/resources/comments/client/Client.mjs +40 -16
- package/dist/esm/api/resources/comments/client/requests/CommentsShowRequest.d.mts +1 -1
- package/dist/esm/api/resources/comments/client/requests/CreateCommentParams.d.mts +13 -3
- package/dist/esm/api/resources/comments/client/requests/UpdateCommentParams.d.mts +11 -2
- package/dist/esm/api/resources/comments/index.d.mts +1 -0
- package/dist/esm/api/resources/comments/index.mjs +1 -0
- package/dist/esm/api/resources/comments/types/CommentsShowRequestInclude.d.mts +6 -0
- package/dist/esm/api/resources/comments/types/CommentsShowRequestInclude.mjs +6 -0
- package/dist/esm/api/resources/comments/types/index.d.mts +1 -0
- package/dist/esm/api/resources/comments/types/index.mjs +1 -0
- package/dist/esm/api/resources/files/client/Client.d.mts +16 -15
- package/dist/esm/api/resources/files/client/Client.mjs +33 -20
- package/dist/esm/api/resources/files/client/requests/FileCopyParams.d.mts +3 -0
- package/dist/esm/api/resources/folders/client/Client.d.mts +14 -12
- package/dist/esm/api/resources/folders/client/Client.mjs +31 -17
- package/dist/esm/api/resources/folders/client/requests/FolderCopyParams.d.mts +3 -0
- package/dist/esm/api/resources/index.d.mts +4 -2
- package/dist/esm/api/resources/index.mjs +4 -2
- package/dist/esm/api/resources/metadata/client/Client.d.mts +17 -14
- package/dist/esm/api/resources/metadata/client/Client.mjs +16 -17
- package/dist/esm/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.mts +13 -10
- package/dist/esm/api/resources/metadataFields/client/Client.d.mts +7 -7
- package/dist/esm/api/resources/metadataFields/client/Client.mjs +6 -10
- package/dist/esm/api/resources/projectPermissions/client/Client.d.mts +6 -6
- package/dist/esm/api/resources/projectPermissions/client/Client.mjs +5 -9
- package/dist/esm/api/resources/projects/client/Client.d.mts +15 -12
- package/dist/esm/api/resources/projects/client/Client.mjs +13 -14
- package/dist/esm/api/resources/projects/client/requests/ProjectParams.d.mts +20 -0
- package/dist/esm/api/resources/projects/client/requests/ProjectUpdateParams.d.mts +31 -0
- package/dist/esm/api/resources/projects/client/requests/ProjectUpdateParams.mjs +12 -0
- package/dist/esm/api/resources/projects/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/shares/client/Client.d.mts +22 -20
- package/dist/esm/api/resources/shares/client/Client.mjs +21 -23
- package/dist/esm/api/resources/shares/client/requests/AddAssetParams.d.mts +1 -1
- package/dist/esm/api/resources/shares/client/requests/CreateShareParams.d.mts +3 -2
- package/dist/esm/api/resources/shares/client/requests/UpdateShareParams.d.mts +3 -1
- package/dist/esm/api/resources/users/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/users/client/Client.mjs +3 -7
- package/dist/esm/api/resources/versionStacks/client/Client.d.mts +34 -10
- package/dist/esm/api/resources/versionStacks/client/Client.mjs +115 -15
- package/dist/esm/api/resources/versionStacks/client/requests/VersionStackCopyParams.d.mts +3 -0
- package/dist/esm/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.mts +2 -2
- package/dist/esm/api/resources/versionStacks/client/requests/VersionStacksShowRequest.d.mts +11 -0
- package/dist/esm/api/resources/versionStacks/client/requests/VersionStacksShowRequest.mjs +2 -0
- package/dist/esm/api/resources/versionStacks/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/versionStacks/index.d.mts +1 -0
- package/dist/esm/api/resources/versionStacks/index.mjs +1 -0
- package/dist/esm/api/resources/versionStacks/types/VersionStacksShowRequestInclude.d.mts +13 -0
- package/dist/esm/api/resources/versionStacks/types/VersionStacksShowRequestInclude.mjs +13 -0
- package/dist/esm/api/resources/versionStacks/types/index.d.mts +1 -0
- package/dist/esm/api/resources/versionStacks/types/index.mjs +1 -0
- package/dist/esm/api/resources/webhooks/client/Client.d.mts +7 -7
- package/dist/esm/api/resources/webhooks/client/Client.mjs +6 -10
- package/dist/esm/api/resources/workspacePermissions/client/Client.d.mts +6 -6
- package/dist/esm/api/resources/workspacePermissions/client/Client.mjs +5 -9
- package/dist/esm/api/resources/workspaces/client/Client.d.mts +8 -8
- package/dist/esm/api/resources/workspaces/client/Client.mjs +7 -11
- package/dist/esm/api/types/AssetCommonWithIncludes.d.mts +9 -0
- package/dist/esm/api/types/AssetCommonWithIncludes.mjs +8 -1
- package/dist/esm/api/types/AssetShareParams.d.mts +1 -0
- package/dist/esm/api/types/Comment.d.mts +6 -2
- package/dist/esm/api/types/DateDefinition.d.mts +16 -0
- package/dist/esm/api/types/DateDefinition.mjs +13 -0
- package/dist/esm/api/types/EmptyJson.d.mts +4 -0
- package/dist/esm/api/types/EmptyJson.mjs +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/FolderWithIncludes.d.mts +9 -0
- package/dist/esm/api/types/FolderWithIncludes.mjs +8 -1
- package/dist/esm/api/types/LongTextDefinition.d.mts +16 -0
- package/dist/esm/api/types/LongTextDefinition.mjs +16 -1
- package/dist/esm/api/types/MultiUserValue.d.mts +1 -1
- package/dist/esm/api/types/Project.d.mts +12 -0
- package/dist/esm/api/types/Project.mjs +8 -1
- package/dist/esm/api/types/SelectMultiDefinition.d.mts +16 -0
- package/dist/esm/api/types/SelectMultiDefinition.mjs +16 -1
- package/dist/esm/api/types/TextDefinition.d.mts +16 -0
- package/dist/esm/api/types/TextDefinition.mjs +16 -1
- package/dist/esm/api/types/TimeStamp.d.mts +7 -0
- package/dist/esm/api/types/TimeStamp.mjs +2 -0
- package/dist/esm/api/types/UserMultiDefinition.d.mts +16 -0
- package/dist/esm/api/types/UserMultiDefinition.mjs +13 -0
- package/dist/esm/api/types/UserSingleDefinition.d.mts +16 -0
- package/dist/esm/api/types/UserSingleDefinition.mjs +13 -0
- package/dist/esm/api/types/VersionStackWithIncludes.d.mts +9 -0
- package/dist/esm/api/types/VersionStackWithIncludes.mjs +8 -1
- package/dist/esm/api/types/index.d.mts +3 -2
- package/dist/esm/api/types/index.mjs +3 -2
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +384 -110
- package/dist/cjs/api/types/ProjectParams.d.ts +0 -12
- package/dist/esm/api/types/ProjectParams.d.mts +0 -12
- /package/dist/cjs/api/{types → resources/projects/client/requests}/ProjectParams.js +0 -0
- /package/dist/esm/api/{types → resources/projects/client/requests}/ProjectParams.mjs +0 -0
|
@@ -53,11 +53,11 @@ const errors = __importStar(require("../../../../errors/index.js"));
|
|
|
53
53
|
* Manage Workspaces and related operations.
|
|
54
54
|
*/
|
|
55
55
|
class Workspaces {
|
|
56
|
-
constructor(_options
|
|
56
|
+
constructor(_options) {
|
|
57
57
|
this._options = _options;
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* Show workspace details. <br
|
|
60
|
+
* Show workspace details. <br>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
61
61
|
*
|
|
62
62
|
* @param {Frameio.Uuid} accountId -
|
|
63
63
|
* @param {Frameio.Uuid} workspaceId -
|
|
@@ -143,7 +143,7 @@ class Workspaces {
|
|
|
143
143
|
});
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
|
-
* Delete workspace from account. <br
|
|
146
|
+
* Delete workspace from account. <br>Rate Limits: 60 calls per 1.00 minute(s) per account_user
|
|
147
147
|
*
|
|
148
148
|
* @param {Frameio.Uuid} accountId -
|
|
149
149
|
* @param {Frameio.Uuid} workspaceId -
|
|
@@ -218,7 +218,7 @@ class Workspaces {
|
|
|
218
218
|
});
|
|
219
219
|
}
|
|
220
220
|
/**
|
|
221
|
-
* Update a workspace. <br
|
|
221
|
+
* Update a workspace. <br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
222
222
|
*
|
|
223
223
|
* @param {Frameio.Uuid} accountId -
|
|
224
224
|
* @param {Frameio.Uuid} workspaceId -
|
|
@@ -301,7 +301,7 @@ class Workspaces {
|
|
|
301
301
|
});
|
|
302
302
|
}
|
|
303
303
|
/**
|
|
304
|
-
* List workspaces for a given account. <br
|
|
304
|
+
* List workspaces for a given account. <br>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
305
305
|
*
|
|
306
306
|
* @param {Frameio.Uuid} accountId -
|
|
307
307
|
* @param {Frameio.WorkspacesIndexRequest} request
|
|
@@ -408,7 +408,7 @@ class Workspaces {
|
|
|
408
408
|
});
|
|
409
409
|
}
|
|
410
410
|
/**
|
|
411
|
-
* Create workspace from an account. <br
|
|
411
|
+
* Create workspace from an account. <br>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
412
412
|
*
|
|
413
413
|
* @param {Frameio.Uuid} accountId -
|
|
414
414
|
* @param {Frameio.WorkspaceParams} request
|
|
@@ -491,11 +491,7 @@ class Workspaces {
|
|
|
491
491
|
}
|
|
492
492
|
_getAuthorizationHeader() {
|
|
493
493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
494
|
-
|
|
495
|
-
if (bearer != null) {
|
|
496
|
-
return `Bearer ${bearer}`;
|
|
497
|
-
}
|
|
498
|
-
return undefined;
|
|
494
|
+
return `Bearer ${yield core.Supplier.get(this._options.token)}`;
|
|
499
495
|
});
|
|
500
496
|
}
|
|
501
497
|
}
|
|
@@ -14,8 +14,17 @@ export interface AssetCommonWithIncludes {
|
|
|
14
14
|
project?: Frameio.ProjectWithIncludes;
|
|
15
15
|
/** Project ID */
|
|
16
16
|
project_id: string;
|
|
17
|
+
type: AssetCommonWithIncludes.Type;
|
|
17
18
|
/** Update timestamp */
|
|
18
19
|
updated_at: string;
|
|
19
20
|
/** URL to view the asset in the Frame.io web application */
|
|
20
21
|
view_url: string;
|
|
21
22
|
}
|
|
23
|
+
export declare namespace AssetCommonWithIncludes {
|
|
24
|
+
const Type: {
|
|
25
|
+
readonly File: "file";
|
|
26
|
+
readonly Folder: "folder";
|
|
27
|
+
readonly VersionStack: "version_stack";
|
|
28
|
+
};
|
|
29
|
+
type Type = (typeof Type)[keyof typeof Type];
|
|
30
|
+
}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.AssetCommonWithIncludes = void 0;
|
|
5
|
+
var AssetCommonWithIncludes;
|
|
6
|
+
(function (AssetCommonWithIncludes) {
|
|
7
|
+
AssetCommonWithIncludes.Type = {
|
|
8
|
+
File: "file",
|
|
9
|
+
Folder: "folder",
|
|
10
|
+
VersionStack: "version_stack",
|
|
11
|
+
};
|
|
12
|
+
})(AssetCommonWithIncludes || (exports.AssetCommonWithIncludes = AssetCommonWithIncludes = {}));
|
|
@@ -4,6 +4,7 @@ export interface AssetShareParams {
|
|
|
4
4
|
asset_ids?: string[];
|
|
5
5
|
/** Share description - NOTE: Requires feature custom_branded_shares */
|
|
6
6
|
description?: string;
|
|
7
|
+
downloading_enabled?: boolean;
|
|
7
8
|
/** Expiration timestamp */
|
|
8
9
|
expiration?: string;
|
|
9
10
|
/** Share Name (must include at least one non-whitespace character and no line breaks) */
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
+
import * as Frameio from "../index.js";
|
|
1
2
|
export interface Comment {
|
|
2
3
|
annotation?: string;
|
|
4
|
+
/** Completion timestamp */
|
|
5
|
+
completed_at?: string;
|
|
6
|
+
/** ID of user who marked the comment as completed */
|
|
7
|
+
completer_id?: string;
|
|
3
8
|
/** Creation timestamp */
|
|
4
9
|
created_at: string;
|
|
5
10
|
/** File ID */
|
|
@@ -12,8 +17,7 @@ export interface Comment {
|
|
|
12
17
|
text: string;
|
|
13
18
|
/** Text edited timestamp */
|
|
14
19
|
text_edited_at?: string;
|
|
15
|
-
|
|
16
|
-
timestamp?: number;
|
|
20
|
+
timestamp: Frameio.TimeStamp;
|
|
17
21
|
/** Update timestamp */
|
|
18
22
|
updated_at: string;
|
|
19
23
|
}
|
|
@@ -4,6 +4,8 @@ export interface DateDefinition {
|
|
|
4
4
|
/** Field definition creator ID */
|
|
5
5
|
creator_id: string;
|
|
6
6
|
field_configuration: DateDefinition.FieldConfiguration;
|
|
7
|
+
/** Field type */
|
|
8
|
+
field_type: DateDefinition.FieldType;
|
|
7
9
|
/** Field definition ID */
|
|
8
10
|
id: string;
|
|
9
11
|
/** Field definition mutability. System fields cannot be updated. */
|
|
@@ -36,4 +38,18 @@ export declare namespace DateDefinition {
|
|
|
36
38
|
};
|
|
37
39
|
type TimeFormat = (typeof TimeFormat)[keyof typeof TimeFormat];
|
|
38
40
|
}
|
|
41
|
+
/** Field type */
|
|
42
|
+
const FieldType: {
|
|
43
|
+
readonly Text: "text";
|
|
44
|
+
readonly LongText: "long_text";
|
|
45
|
+
readonly Select: "select";
|
|
46
|
+
readonly SelectMulti: "select_multi";
|
|
47
|
+
readonly Rating: "rating";
|
|
48
|
+
readonly Number: "number";
|
|
49
|
+
readonly Toggle: "toggle";
|
|
50
|
+
readonly UserSingle: "user_single";
|
|
51
|
+
readonly UserMulti: "user_multi";
|
|
52
|
+
readonly Date: "date";
|
|
53
|
+
};
|
|
54
|
+
type FieldType = (typeof FieldType)[keyof typeof FieldType];
|
|
39
55
|
}
|
|
@@ -18,4 +18,17 @@ var DateDefinition;
|
|
|
18
18
|
TwentyFourHour: "twenty_four_hour",
|
|
19
19
|
};
|
|
20
20
|
})(FieldConfiguration = DateDefinition.FieldConfiguration || (DateDefinition.FieldConfiguration = {}));
|
|
21
|
+
/** Field type */
|
|
22
|
+
DateDefinition.FieldType = {
|
|
23
|
+
Text: "text",
|
|
24
|
+
LongText: "long_text",
|
|
25
|
+
Select: "select",
|
|
26
|
+
SelectMulti: "select_multi",
|
|
27
|
+
Rating: "rating",
|
|
28
|
+
Number: "number",
|
|
29
|
+
Toggle: "toggle",
|
|
30
|
+
UserSingle: "user_single",
|
|
31
|
+
UserMulti: "user_multi",
|
|
32
|
+
Date: "date",
|
|
33
|
+
};
|
|
21
34
|
})(DateDefinition || (exports.DateDefinition = DateDefinition = {}));
|
|
@@ -8,7 +8,6 @@ export declare const FileWithMediaLinksInclude: {
|
|
|
8
8
|
readonly MediaLinksEfficient: "media_links.efficient";
|
|
9
9
|
readonly Creator: "creator";
|
|
10
10
|
readonly Project: "project";
|
|
11
|
-
readonly ProjectOwner: "project.owner";
|
|
12
11
|
readonly Metadata: "metadata";
|
|
13
12
|
};
|
|
14
13
|
export type FileWithMediaLinksInclude = (typeof FileWithMediaLinksInclude)[keyof typeof FileWithMediaLinksInclude];
|
|
@@ -16,8 +16,17 @@ export interface FolderWithIncludes {
|
|
|
16
16
|
project?: Frameio.ProjectWithIncludes;
|
|
17
17
|
/** Project ID */
|
|
18
18
|
project_id: string;
|
|
19
|
+
type: FolderWithIncludes.Type;
|
|
19
20
|
/** Update timestamp */
|
|
20
21
|
updated_at: string;
|
|
21
22
|
/** URL to view the asset in the Frame.io web application */
|
|
22
23
|
view_url: string;
|
|
23
24
|
}
|
|
25
|
+
export declare namespace FolderWithIncludes {
|
|
26
|
+
const Type: {
|
|
27
|
+
readonly File: "file";
|
|
28
|
+
readonly Folder: "folder";
|
|
29
|
+
readonly VersionStack: "version_stack";
|
|
30
|
+
};
|
|
31
|
+
type Type = (typeof Type)[keyof typeof Type];
|
|
32
|
+
}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.FolderWithIncludes = void 0;
|
|
5
|
+
var FolderWithIncludes;
|
|
6
|
+
(function (FolderWithIncludes) {
|
|
7
|
+
FolderWithIncludes.Type = {
|
|
8
|
+
File: "file",
|
|
9
|
+
Folder: "folder",
|
|
10
|
+
VersionStack: "version_stack",
|
|
11
|
+
};
|
|
12
|
+
})(FolderWithIncludes || (exports.FolderWithIncludes = FolderWithIncludes = {}));
|
|
@@ -4,6 +4,8 @@ export interface LongTextDefinition {
|
|
|
4
4
|
/** Field definition creator ID */
|
|
5
5
|
creator_id: string;
|
|
6
6
|
field_configuration: LongTextDefinition.FieldConfiguration;
|
|
7
|
+
/** Field type */
|
|
8
|
+
field_type: LongTextDefinition.FieldType;
|
|
7
9
|
/** Field definition ID */
|
|
8
10
|
id: string;
|
|
9
11
|
/** Field definition mutability. System fields cannot be updated. */
|
|
@@ -16,4 +18,18 @@ export interface LongTextDefinition {
|
|
|
16
18
|
export declare namespace LongTextDefinition {
|
|
17
19
|
interface FieldConfiguration {
|
|
18
20
|
}
|
|
21
|
+
/** Field type */
|
|
22
|
+
const FieldType: {
|
|
23
|
+
readonly Text: "text";
|
|
24
|
+
readonly LongText: "long_text";
|
|
25
|
+
readonly Select: "select";
|
|
26
|
+
readonly SelectMulti: "select_multi";
|
|
27
|
+
readonly Rating: "rating";
|
|
28
|
+
readonly Number: "number";
|
|
29
|
+
readonly Toggle: "toggle";
|
|
30
|
+
readonly UserSingle: "user_single";
|
|
31
|
+
readonly UserMulti: "user_multi";
|
|
32
|
+
readonly Date: "date";
|
|
33
|
+
};
|
|
34
|
+
type FieldType = (typeof FieldType)[keyof typeof FieldType];
|
|
19
35
|
}
|
|
@@ -1,3 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.LongTextDefinition = void 0;
|
|
5
|
+
var LongTextDefinition;
|
|
6
|
+
(function (LongTextDefinition) {
|
|
7
|
+
/** Field type */
|
|
8
|
+
LongTextDefinition.FieldType = {
|
|
9
|
+
Text: "text",
|
|
10
|
+
LongText: "long_text",
|
|
11
|
+
Select: "select",
|
|
12
|
+
SelectMulti: "select_multi",
|
|
13
|
+
Rating: "rating",
|
|
14
|
+
Number: "number",
|
|
15
|
+
Toggle: "toggle",
|
|
16
|
+
UserSingle: "user_single",
|
|
17
|
+
UserMulti: "user_multi",
|
|
18
|
+
Date: "date",
|
|
19
|
+
};
|
|
20
|
+
})(LongTextDefinition || (exports.LongTextDefinition = LongTextDefinition = {}));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as Frameio from "../index.js";
|
|
2
2
|
export interface MultiUserValue extends Frameio.FieldValueCommon {
|
|
3
|
-
/** Populated with
|
|
3
|
+
/** Populated with custom member options only if `member_options_type` is set to 'custom'. */
|
|
4
4
|
custom_members?: Frameio.UserValue[];
|
|
5
5
|
member_options_type?: MultiUserValue.MemberOptionsType;
|
|
6
6
|
value?: Frameio.UserValue[];
|
|
@@ -8,8 +8,12 @@ export interface Project {
|
|
|
8
8
|
id: string;
|
|
9
9
|
/** Project Name */
|
|
10
10
|
name: string;
|
|
11
|
+
/** Whether the project is restricted or not */
|
|
12
|
+
restricted?: boolean;
|
|
11
13
|
/** Root Folder ID */
|
|
12
14
|
root_folder_id: string;
|
|
15
|
+
/** Project Status */
|
|
16
|
+
status: Project.Status;
|
|
13
17
|
/** Storage Usage */
|
|
14
18
|
storage: number;
|
|
15
19
|
/** Updated Timestamp */
|
|
@@ -19,3 +23,11 @@ export interface Project {
|
|
|
19
23
|
/** Workspace ID */
|
|
20
24
|
workspace_id: string;
|
|
21
25
|
}
|
|
26
|
+
export declare namespace Project {
|
|
27
|
+
/** Project Status */
|
|
28
|
+
const Status: {
|
|
29
|
+
readonly Active: "active";
|
|
30
|
+
readonly Inactive: "inactive";
|
|
31
|
+
};
|
|
32
|
+
type Status = (typeof Status)[keyof typeof Status];
|
|
33
|
+
}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.Project = void 0;
|
|
5
|
+
var Project;
|
|
6
|
+
(function (Project) {
|
|
7
|
+
/** Project Status */
|
|
8
|
+
Project.Status = {
|
|
9
|
+
Active: "active",
|
|
10
|
+
Inactive: "inactive",
|
|
11
|
+
};
|
|
12
|
+
})(Project || (exports.Project = Project = {}));
|
|
@@ -4,6 +4,8 @@ export interface SelectMultiDefinition {
|
|
|
4
4
|
/** Field definition creator ID */
|
|
5
5
|
creator_id: string;
|
|
6
6
|
field_configuration: SelectMultiDefinition.FieldConfiguration;
|
|
7
|
+
/** Field type */
|
|
8
|
+
field_type: SelectMultiDefinition.FieldType;
|
|
7
9
|
/** Field definition ID */
|
|
8
10
|
id: string;
|
|
9
11
|
/** Field definition mutability. System fields cannot be updated. */
|
|
@@ -31,4 +33,18 @@ export declare namespace SelectMultiDefinition {
|
|
|
31
33
|
}
|
|
32
34
|
}
|
|
33
35
|
}
|
|
36
|
+
/** Field type */
|
|
37
|
+
const FieldType: {
|
|
38
|
+
readonly Text: "text";
|
|
39
|
+
readonly LongText: "long_text";
|
|
40
|
+
readonly Select: "select";
|
|
41
|
+
readonly SelectMulti: "select_multi";
|
|
42
|
+
readonly Rating: "rating";
|
|
43
|
+
readonly Number: "number";
|
|
44
|
+
readonly Toggle: "toggle";
|
|
45
|
+
readonly UserSingle: "user_single";
|
|
46
|
+
readonly UserMulti: "user_multi";
|
|
47
|
+
readonly Date: "date";
|
|
48
|
+
};
|
|
49
|
+
type FieldType = (typeof FieldType)[keyof typeof FieldType];
|
|
34
50
|
}
|
|
@@ -1,3 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.SelectMultiDefinition = void 0;
|
|
5
|
+
var SelectMultiDefinition;
|
|
6
|
+
(function (SelectMultiDefinition) {
|
|
7
|
+
/** Field type */
|
|
8
|
+
SelectMultiDefinition.FieldType = {
|
|
9
|
+
Text: "text",
|
|
10
|
+
LongText: "long_text",
|
|
11
|
+
Select: "select",
|
|
12
|
+
SelectMulti: "select_multi",
|
|
13
|
+
Rating: "rating",
|
|
14
|
+
Number: "number",
|
|
15
|
+
Toggle: "toggle",
|
|
16
|
+
UserSingle: "user_single",
|
|
17
|
+
UserMulti: "user_multi",
|
|
18
|
+
Date: "date",
|
|
19
|
+
};
|
|
20
|
+
})(SelectMultiDefinition || (exports.SelectMultiDefinition = SelectMultiDefinition = {}));
|
|
@@ -4,6 +4,8 @@ export interface TextDefinition {
|
|
|
4
4
|
/** Field definition creator ID */
|
|
5
5
|
creator_id: string;
|
|
6
6
|
field_configuration: TextDefinition.FieldConfiguration;
|
|
7
|
+
/** Field type */
|
|
8
|
+
field_type: TextDefinition.FieldType;
|
|
7
9
|
/** Field definition ID */
|
|
8
10
|
id: string;
|
|
9
11
|
/** Field definition mutability. System fields cannot be updated. */
|
|
@@ -16,4 +18,18 @@ export interface TextDefinition {
|
|
|
16
18
|
export declare namespace TextDefinition {
|
|
17
19
|
interface FieldConfiguration {
|
|
18
20
|
}
|
|
21
|
+
/** Field type */
|
|
22
|
+
const FieldType: {
|
|
23
|
+
readonly Text: "text";
|
|
24
|
+
readonly LongText: "long_text";
|
|
25
|
+
readonly Select: "select";
|
|
26
|
+
readonly SelectMulti: "select_multi";
|
|
27
|
+
readonly Rating: "rating";
|
|
28
|
+
readonly Number: "number";
|
|
29
|
+
readonly Toggle: "toggle";
|
|
30
|
+
readonly UserSingle: "user_single";
|
|
31
|
+
readonly UserMulti: "user_multi";
|
|
32
|
+
readonly Date: "date";
|
|
33
|
+
};
|
|
34
|
+
type FieldType = (typeof FieldType)[keyof typeof FieldType];
|
|
19
35
|
}
|
|
@@ -1,3 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.TextDefinition = void 0;
|
|
5
|
+
var TextDefinition;
|
|
6
|
+
(function (TextDefinition) {
|
|
7
|
+
/** Field type */
|
|
8
|
+
TextDefinition.FieldType = {
|
|
9
|
+
Text: "text",
|
|
10
|
+
LongText: "long_text",
|
|
11
|
+
Select: "select",
|
|
12
|
+
SelectMulti: "select_multi",
|
|
13
|
+
Rating: "rating",
|
|
14
|
+
Number: "number",
|
|
15
|
+
Toggle: "toggle",
|
|
16
|
+
UserSingle: "user_single",
|
|
17
|
+
UserMulti: "user_multi",
|
|
18
|
+
Date: "date",
|
|
19
|
+
};
|
|
20
|
+
})(TextDefinition || (exports.TextDefinition = TextDefinition = {}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export type TimeStamp =
|
|
2
|
+
/**
|
|
3
|
+
* Comment timecode in media. Only allowed when file type is 'audio', 'stream', or 'video'. */
|
|
4
|
+
string | undefined
|
|
5
|
+
/**
|
|
6
|
+
* Comment frame in media. Only allowed when file type is 'audio', 'stream', or 'video'. */
|
|
7
|
+
| number | undefined;
|
|
@@ -4,6 +4,8 @@ export interface UserMultiDefinition {
|
|
|
4
4
|
/** Field definition creator ID */
|
|
5
5
|
creator_id: string;
|
|
6
6
|
field_configuration: UserMultiDefinition.FieldConfiguration;
|
|
7
|
+
/** Field type */
|
|
8
|
+
field_type: UserMultiDefinition.FieldType;
|
|
7
9
|
/** Field definition ID */
|
|
8
10
|
id: string;
|
|
9
11
|
/** Field definition mutability. System fields cannot be updated. */
|
|
@@ -42,4 +44,18 @@ export declare namespace UserMultiDefinition {
|
|
|
42
44
|
};
|
|
43
45
|
type MemberOptionsType = (typeof MemberOptionsType)[keyof typeof MemberOptionsType];
|
|
44
46
|
}
|
|
47
|
+
/** Field type */
|
|
48
|
+
const FieldType: {
|
|
49
|
+
readonly Text: "text";
|
|
50
|
+
readonly LongText: "long_text";
|
|
51
|
+
readonly Select: "select";
|
|
52
|
+
readonly SelectMulti: "select_multi";
|
|
53
|
+
readonly Rating: "rating";
|
|
54
|
+
readonly Number: "number";
|
|
55
|
+
readonly Toggle: "toggle";
|
|
56
|
+
readonly UserSingle: "user_single";
|
|
57
|
+
readonly UserMulti: "user_multi";
|
|
58
|
+
readonly Date: "date";
|
|
59
|
+
};
|
|
60
|
+
type FieldType = (typeof FieldType)[keyof typeof FieldType];
|
|
45
61
|
}
|
|
@@ -21,4 +21,17 @@ var UserMultiDefinition;
|
|
|
21
21
|
Custom: "custom",
|
|
22
22
|
};
|
|
23
23
|
})(FieldConfiguration = UserMultiDefinition.FieldConfiguration || (UserMultiDefinition.FieldConfiguration = {}));
|
|
24
|
+
/** Field type */
|
|
25
|
+
UserMultiDefinition.FieldType = {
|
|
26
|
+
Text: "text",
|
|
27
|
+
LongText: "long_text",
|
|
28
|
+
Select: "select",
|
|
29
|
+
SelectMulti: "select_multi",
|
|
30
|
+
Rating: "rating",
|
|
31
|
+
Number: "number",
|
|
32
|
+
Toggle: "toggle",
|
|
33
|
+
UserSingle: "user_single",
|
|
34
|
+
UserMulti: "user_multi",
|
|
35
|
+
Date: "date",
|
|
36
|
+
};
|
|
24
37
|
})(UserMultiDefinition || (exports.UserMultiDefinition = UserMultiDefinition = {}));
|
|
@@ -4,6 +4,8 @@ export interface UserSingleDefinition {
|
|
|
4
4
|
/** Field definition creator ID */
|
|
5
5
|
creator_id: string;
|
|
6
6
|
field_configuration: UserSingleDefinition.FieldConfiguration;
|
|
7
|
+
/** Field type */
|
|
8
|
+
field_type: UserSingleDefinition.FieldType;
|
|
7
9
|
/** Field definition ID */
|
|
8
10
|
id: string;
|
|
9
11
|
/** Field definition mutability. System fields cannot be updated. */
|
|
@@ -42,4 +44,18 @@ export declare namespace UserSingleDefinition {
|
|
|
42
44
|
};
|
|
43
45
|
type MemberOptionsType = (typeof MemberOptionsType)[keyof typeof MemberOptionsType];
|
|
44
46
|
}
|
|
47
|
+
/** Field type */
|
|
48
|
+
const FieldType: {
|
|
49
|
+
readonly Text: "text";
|
|
50
|
+
readonly LongText: "long_text";
|
|
51
|
+
readonly Select: "select";
|
|
52
|
+
readonly SelectMulti: "select_multi";
|
|
53
|
+
readonly Rating: "rating";
|
|
54
|
+
readonly Number: "number";
|
|
55
|
+
readonly Toggle: "toggle";
|
|
56
|
+
readonly UserSingle: "user_single";
|
|
57
|
+
readonly UserMulti: "user_multi";
|
|
58
|
+
readonly Date: "date";
|
|
59
|
+
};
|
|
60
|
+
type FieldType = (typeof FieldType)[keyof typeof FieldType];
|
|
45
61
|
}
|
|
@@ -21,4 +21,17 @@ var UserSingleDefinition;
|
|
|
21
21
|
Custom: "custom",
|
|
22
22
|
};
|
|
23
23
|
})(FieldConfiguration = UserSingleDefinition.FieldConfiguration || (UserSingleDefinition.FieldConfiguration = {}));
|
|
24
|
+
/** Field type */
|
|
25
|
+
UserSingleDefinition.FieldType = {
|
|
26
|
+
Text: "text",
|
|
27
|
+
LongText: "long_text",
|
|
28
|
+
Select: "select",
|
|
29
|
+
SelectMulti: "select_multi",
|
|
30
|
+
Rating: "rating",
|
|
31
|
+
Number: "number",
|
|
32
|
+
Toggle: "toggle",
|
|
33
|
+
UserSingle: "user_single",
|
|
34
|
+
UserMulti: "user_multi",
|
|
35
|
+
Date: "date",
|
|
36
|
+
};
|
|
24
37
|
})(UserSingleDefinition || (exports.UserSingleDefinition = UserSingleDefinition = {}));
|
|
@@ -15,8 +15,17 @@ export interface VersionStackWithIncludes {
|
|
|
15
15
|
project?: Frameio.ProjectWithIncludes;
|
|
16
16
|
/** Project ID */
|
|
17
17
|
project_id: string;
|
|
18
|
+
type: VersionStackWithIncludes.Type;
|
|
18
19
|
/** Update timestamp */
|
|
19
20
|
updated_at: string;
|
|
20
21
|
/** URL to view the asset in the Frame.io web application */
|
|
21
22
|
view_url: string;
|
|
22
23
|
}
|
|
24
|
+
export declare namespace VersionStackWithIncludes {
|
|
25
|
+
const Type: {
|
|
26
|
+
readonly File: "file";
|
|
27
|
+
readonly Folder: "folder";
|
|
28
|
+
readonly VersionStack: "version_stack";
|
|
29
|
+
};
|
|
30
|
+
type Type = (typeof Type)[keyof typeof Type];
|
|
31
|
+
}
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.VersionStackWithIncludes = void 0;
|
|
5
|
+
var VersionStackWithIncludes;
|
|
6
|
+
(function (VersionStackWithIncludes) {
|
|
7
|
+
VersionStackWithIncludes.Type = {
|
|
8
|
+
File: "file",
|
|
9
|
+
Folder: "folder",
|
|
10
|
+
VersionStack: "version_stack",
|
|
11
|
+
};
|
|
12
|
+
})(VersionStackWithIncludes || (exports.VersionStackWithIncludes = VersionStackWithIncludes = {}));
|
|
@@ -6,7 +6,6 @@ export * from "./Folder.js";
|
|
|
6
6
|
export * from "./WebhookWithIncludesResponse.js";
|
|
7
7
|
export * from "./WebhookResponse.js";
|
|
8
8
|
export * from "./Webhook.js";
|
|
9
|
-
export * from "./ProjectParams.js";
|
|
10
9
|
export * from "./UpdateUserSingleDefinitionParams.js";
|
|
11
10
|
export * from "./ChildrenType.js";
|
|
12
11
|
export * from "./NumberDefinitionParams.js";
|
|
@@ -15,7 +14,6 @@ export * from "./DateDefinitionWithIncludes.js";
|
|
|
15
14
|
export * from "./DateDefinition.js";
|
|
16
15
|
export * from "./UserValue.js";
|
|
17
16
|
export * from "./FolderWithIncludes.js";
|
|
18
|
-
export * from "./AssetCommonWithIncludes.js";
|
|
19
17
|
export * from "./UserSingleDefinitionParams.js";
|
|
20
18
|
export * from "./UserRolesResponse.js";
|
|
21
19
|
export * from "./CommentInclude.js";
|
|
@@ -38,6 +36,7 @@ export * from "./CommentWithIncludesResponse.js";
|
|
|
38
36
|
export * from "./FileRemoteUploadResponse.js";
|
|
39
37
|
export * from "./RatingDefinition.js";
|
|
40
38
|
export * from "./FolderWithIncludesResponse.js";
|
|
39
|
+
export * from "./EmptyJson.js";
|
|
41
40
|
export * from "./AccountUserRolesResponse.js";
|
|
42
41
|
export * from "./ProjectWithIncludes.js";
|
|
43
42
|
export * from "./SelectDefinitionWithIncludes.js";
|
|
@@ -88,9 +87,11 @@ export * from "./OriginalMediaLink.js";
|
|
|
88
87
|
export * from "./AssetCommon.js";
|
|
89
88
|
export * from "./WebhooksWithIncludesResponse.js";
|
|
90
89
|
export * from "./DateValue.js";
|
|
90
|
+
export * from "./TimeStamp.js";
|
|
91
91
|
export * from "./CommentsWithIncludesResponse.js";
|
|
92
92
|
export * from "./NumberValue.js";
|
|
93
93
|
export * from "./FileWithIncludesResponse.js";
|
|
94
|
+
export * from "./AssetCommonWithIncludes.js";
|
|
94
95
|
export * from "./RemoveAssetResponse.js";
|
|
95
96
|
export * from "./AccountUserRole.js";
|
|
96
97
|
export * from "./UploadUrl.js";
|
|
@@ -22,7 +22,6 @@ __exportStar(require("./Folder.js"), exports);
|
|
|
22
22
|
__exportStar(require("./WebhookWithIncludesResponse.js"), exports);
|
|
23
23
|
__exportStar(require("./WebhookResponse.js"), exports);
|
|
24
24
|
__exportStar(require("./Webhook.js"), exports);
|
|
25
|
-
__exportStar(require("./ProjectParams.js"), exports);
|
|
26
25
|
__exportStar(require("./UpdateUserSingleDefinitionParams.js"), exports);
|
|
27
26
|
__exportStar(require("./ChildrenType.js"), exports);
|
|
28
27
|
__exportStar(require("./NumberDefinitionParams.js"), exports);
|
|
@@ -31,7 +30,6 @@ __exportStar(require("./DateDefinitionWithIncludes.js"), exports);
|
|
|
31
30
|
__exportStar(require("./DateDefinition.js"), exports);
|
|
32
31
|
__exportStar(require("./UserValue.js"), exports);
|
|
33
32
|
__exportStar(require("./FolderWithIncludes.js"), exports);
|
|
34
|
-
__exportStar(require("./AssetCommonWithIncludes.js"), exports);
|
|
35
33
|
__exportStar(require("./UserSingleDefinitionParams.js"), exports);
|
|
36
34
|
__exportStar(require("./UserRolesResponse.js"), exports);
|
|
37
35
|
__exportStar(require("./CommentInclude.js"), exports);
|
|
@@ -54,6 +52,7 @@ __exportStar(require("./CommentWithIncludesResponse.js"), exports);
|
|
|
54
52
|
__exportStar(require("./FileRemoteUploadResponse.js"), exports);
|
|
55
53
|
__exportStar(require("./RatingDefinition.js"), exports);
|
|
56
54
|
__exportStar(require("./FolderWithIncludesResponse.js"), exports);
|
|
55
|
+
__exportStar(require("./EmptyJson.js"), exports);
|
|
57
56
|
__exportStar(require("./AccountUserRolesResponse.js"), exports);
|
|
58
57
|
__exportStar(require("./ProjectWithIncludes.js"), exports);
|
|
59
58
|
__exportStar(require("./SelectDefinitionWithIncludes.js"), exports);
|
|
@@ -104,9 +103,11 @@ __exportStar(require("./OriginalMediaLink.js"), exports);
|
|
|
104
103
|
__exportStar(require("./AssetCommon.js"), exports);
|
|
105
104
|
__exportStar(require("./WebhooksWithIncludesResponse.js"), exports);
|
|
106
105
|
__exportStar(require("./DateValue.js"), exports);
|
|
106
|
+
__exportStar(require("./TimeStamp.js"), exports);
|
|
107
107
|
__exportStar(require("./CommentsWithIncludesResponse.js"), exports);
|
|
108
108
|
__exportStar(require("./NumberValue.js"), exports);
|
|
109
109
|
__exportStar(require("./FileWithIncludesResponse.js"), exports);
|
|
110
|
+
__exportStar(require("./AssetCommonWithIncludes.js"), exports);
|
|
110
111
|
__exportStar(require("./RemoveAssetResponse.js"), exports);
|
|
111
112
|
__exportStar(require("./AccountUserRole.js"), exports);
|
|
112
113
|
__exportStar(require("./UploadUrl.js"), exports);
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "
|
|
1
|
+
export declare const SDK_VERSION = "1.1.3";
|
package/dist/cjs/version.js
CHANGED