frameio 1.3.2 → 1.3.6
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/Client.js +2 -2
- package/dist/cjs/api/resources/accountPermissions/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/accountPermissions/client/Client.js +1 -1
- package/dist/cjs/api/resources/accounts/client/Client.d.ts +2 -2
- package/dist/cjs/api/resources/accounts/client/Client.js +2 -2
- package/dist/cjs/api/resources/comments/client/Client.d.ts +5 -5
- package/dist/cjs/api/resources/comments/client/Client.js +5 -5
- package/dist/cjs/api/resources/files/client/Client.d.ts +15 -15
- package/dist/cjs/api/resources/files/client/Client.js +15 -15
- package/dist/cjs/api/resources/files/client/requests/FilesListRequest.d.ts +1 -1
- package/dist/cjs/api/resources/files/client/requests/FilesShowRequest.d.ts +1 -1
- 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/folders/client/Client.d.ts +11 -11
- package/dist/cjs/api/resources/folders/client/Client.js +11 -11
- package/dist/cjs/api/resources/folders/client/requests/FoldersIndexRequest.d.ts +1 -1
- 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/metadata/client/Client.d.ts +6 -6
- package/dist/cjs/api/resources/metadata/client/Client.js +6 -6
- package/dist/cjs/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.ts +4 -4
- package/dist/cjs/api/resources/metadataFields/client/Client.d.ts +4 -4
- package/dist/cjs/api/resources/metadataFields/client/Client.js +4 -4
- package/dist/cjs/api/resources/projectPermissions/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/projectPermissions/client/Client.js +3 -3
- package/dist/cjs/api/resources/projects/client/Client.d.ts +5 -5
- package/dist/cjs/api/resources/projects/client/Client.js +5 -5
- package/dist/cjs/api/resources/shares/client/Client.d.ts +17 -17
- package/dist/cjs/api/resources/shares/client/Client.js +17 -17
- package/dist/cjs/api/resources/shares/client/requests/AddAssetParams.d.ts +1 -1
- package/dist/cjs/api/resources/shares/client/requests/CreateShareParams.d.ts +2 -2
- package/dist/cjs/api/resources/shares/client/requests/UpdateShareParams.d.ts +3 -3
- package/dist/cjs/api/resources/users/client/Client.d.ts +1 -1
- package/dist/cjs/api/resources/users/client/Client.js +1 -1
- package/dist/cjs/api/resources/versionStacks/client/Client.d.ts +12 -12
- package/dist/cjs/api/resources/versionStacks/client/Client.js +12 -12
- package/dist/cjs/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.ts +1 -1
- package/dist/cjs/api/resources/versionStacks/client/requests/VersionStacksIndexRequest.d.ts +1 -1
- package/dist/cjs/api/resources/versionStacks/client/requests/VersionStacksListRequest.d.ts +1 -1
- package/dist/cjs/api/resources/versionStacks/client/requests/VersionStacksShowRequest.d.ts +1 -1
- 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 +5 -5
- package/dist/cjs/api/resources/webhooks/client/Client.js +5 -5
- package/dist/cjs/api/resources/workspacePermissions/client/Client.d.ts +3 -3
- package/dist/cjs/api/resources/workspacePermissions/client/Client.js +3 -3
- package/dist/cjs/api/resources/workspaces/client/Client.d.ts +5 -5
- package/dist/cjs/api/resources/workspaces/client/Client.js +5 -5
- package/dist/cjs/api/types/AssetShareParams.d.ts +2 -3
- package/dist/cjs/api/types/FileWithMediaLinksInclude.d.ts +0 -1
- package/dist/cjs/api/types/FileWithMediaLinksInclude.js +0 -1
- package/dist/cjs/api/types/MediaLinkCommon.d.ts +3 -3
- package/dist/cjs/api/types/OriginalMediaLink.d.ts +2 -2
- package/dist/cjs/api/types/RenditionMediaLink.d.ts +2 -2
- package/dist/cjs/api/types/Share.d.ts +1 -1
- package/dist/cjs/api/types/{UnprocessableEntity.d.ts → UnprocessableContent.d.ts} +3 -3
- package/dist/cjs/api/types/index.d.ts +1 -1
- package/dist/cjs/api/types/index.js +1 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/accountPermissions/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/accountPermissions/client/Client.mjs +1 -1
- package/dist/esm/api/resources/accounts/client/Client.d.mts +2 -2
- package/dist/esm/api/resources/accounts/client/Client.mjs +2 -2
- package/dist/esm/api/resources/comments/client/Client.d.mts +5 -5
- package/dist/esm/api/resources/comments/client/Client.mjs +5 -5
- package/dist/esm/api/resources/files/client/Client.d.mts +15 -15
- package/dist/esm/api/resources/files/client/Client.mjs +15 -15
- package/dist/esm/api/resources/files/client/requests/FilesListRequest.d.mts +1 -1
- package/dist/esm/api/resources/files/client/requests/FilesShowRequest.d.mts +1 -1
- 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/folders/client/Client.d.mts +11 -11
- package/dist/esm/api/resources/folders/client/Client.mjs +11 -11
- package/dist/esm/api/resources/folders/client/requests/FoldersIndexRequest.d.mts +1 -1
- 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/metadata/client/Client.d.mts +6 -6
- package/dist/esm/api/resources/metadata/client/Client.mjs +6 -6
- package/dist/esm/api/resources/metadata/client/requests/BulkUpdateMetadataParams.d.mts +4 -4
- package/dist/esm/api/resources/metadataFields/client/Client.d.mts +4 -4
- package/dist/esm/api/resources/metadataFields/client/Client.mjs +4 -4
- package/dist/esm/api/resources/projectPermissions/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/projectPermissions/client/Client.mjs +3 -3
- package/dist/esm/api/resources/projects/client/Client.d.mts +5 -5
- package/dist/esm/api/resources/projects/client/Client.mjs +5 -5
- package/dist/esm/api/resources/shares/client/Client.d.mts +17 -17
- package/dist/esm/api/resources/shares/client/Client.mjs +17 -17
- package/dist/esm/api/resources/shares/client/requests/AddAssetParams.d.mts +1 -1
- package/dist/esm/api/resources/shares/client/requests/CreateShareParams.d.mts +2 -2
- package/dist/esm/api/resources/shares/client/requests/UpdateShareParams.d.mts +3 -3
- package/dist/esm/api/resources/users/client/Client.d.mts +1 -1
- package/dist/esm/api/resources/users/client/Client.mjs +1 -1
- package/dist/esm/api/resources/versionStacks/client/Client.d.mts +12 -12
- package/dist/esm/api/resources/versionStacks/client/Client.mjs +12 -12
- package/dist/esm/api/resources/versionStacks/client/requests/VersionStackCreateParams.d.mts +1 -1
- package/dist/esm/api/resources/versionStacks/client/requests/VersionStacksIndexRequest.d.mts +1 -1
- package/dist/esm/api/resources/versionStacks/client/requests/VersionStacksListRequest.d.mts +1 -1
- package/dist/esm/api/resources/versionStacks/client/requests/VersionStacksShowRequest.d.mts +1 -1
- 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 +5 -5
- package/dist/esm/api/resources/webhooks/client/Client.mjs +5 -5
- package/dist/esm/api/resources/workspacePermissions/client/Client.d.mts +3 -3
- package/dist/esm/api/resources/workspacePermissions/client/Client.mjs +3 -3
- package/dist/esm/api/resources/workspaces/client/Client.d.mts +5 -5
- package/dist/esm/api/resources/workspaces/client/Client.mjs +5 -5
- package/dist/esm/api/types/AssetShareParams.d.mts +2 -3
- package/dist/esm/api/types/FileWithMediaLinksInclude.d.mts +0 -1
- package/dist/esm/api/types/FileWithMediaLinksInclude.mjs +0 -1
- package/dist/esm/api/types/MediaLinkCommon.d.mts +3 -3
- package/dist/esm/api/types/OriginalMediaLink.d.mts +2 -2
- package/dist/esm/api/types/RenditionMediaLink.d.mts +2 -2
- package/dist/esm/api/types/Share.d.mts +1 -1
- package/dist/esm/api/types/{UnprocessableEntity.d.mts → UnprocessableContent.d.mts} +3 -3
- package/dist/esm/api/types/index.d.mts +1 -1
- package/dist/esm/api/types/index.mjs +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +95 -95
- /package/dist/cjs/api/types/{UnprocessableEntity.js → UnprocessableContent.js} +0 -0
- /package/dist/esm/api/types/{UnprocessableEntity.mjs → UnprocessableContent.mjs} +0 -0
|
@@ -31,7 +31,7 @@ export declare class Workspaces {
|
|
|
31
31
|
protected readonly _options: Workspaces.Options;
|
|
32
32
|
constructor(_options: Workspaces.Options);
|
|
33
33
|
/**
|
|
34
|
-
* Show workspace details. <br
|
|
34
|
+
* Show workspace details. <br/>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
35
35
|
*
|
|
36
36
|
* @param {Frameio.Uuid} accountId -
|
|
37
37
|
* @param {Frameio.Uuid} workspaceId -
|
|
@@ -54,7 +54,7 @@ export declare class Workspaces {
|
|
|
54
54
|
show(accountId: Frameio.Uuid, workspaceId: Frameio.Uuid, request?: Frameio.WorkspacesShowRequest, requestOptions?: Workspaces.RequestOptions): core.HttpResponsePromise<Frameio.WorkspaceWithIncludesResponse>;
|
|
55
55
|
private __show;
|
|
56
56
|
/**
|
|
57
|
-
* Delete workspace from account. <br
|
|
57
|
+
* Delete workspace from account. <br/>Rate Limits: 60 calls per 1.00 minute(s) per account_user
|
|
58
58
|
*
|
|
59
59
|
* @param {Frameio.Uuid} accountId -
|
|
60
60
|
* @param {Frameio.Uuid} workspaceId -
|
|
@@ -74,7 +74,7 @@ export declare class Workspaces {
|
|
|
74
74
|
delete(accountId: Frameio.Uuid, workspaceId: Frameio.Uuid, requestOptions?: Workspaces.RequestOptions): core.HttpResponsePromise<void>;
|
|
75
75
|
private __delete;
|
|
76
76
|
/**
|
|
77
|
-
* Update a workspace. <br
|
|
77
|
+
* Update a workspace. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
78
78
|
*
|
|
79
79
|
* @param {Frameio.Uuid} accountId -
|
|
80
80
|
* @param {Frameio.Uuid} workspaceId -
|
|
@@ -99,7 +99,7 @@ export declare class Workspaces {
|
|
|
99
99
|
update(accountId: Frameio.Uuid, workspaceId: Frameio.Uuid, request: Frameio.WorkspaceParams, requestOptions?: Workspaces.RequestOptions): core.HttpResponsePromise<Frameio.WorkspaceResponse>;
|
|
100
100
|
private __update;
|
|
101
101
|
/**
|
|
102
|
-
* List workspaces for a given account. <br
|
|
102
|
+
* List workspaces for a given account. <br/>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
103
103
|
*
|
|
104
104
|
* @param {Frameio.Uuid} accountId -
|
|
105
105
|
* @param {Frameio.WorkspacesIndexRequest} request
|
|
@@ -124,7 +124,7 @@ export declare class Workspaces {
|
|
|
124
124
|
index(accountId: Frameio.Uuid, request?: Frameio.WorkspacesIndexRequest, requestOptions?: Workspaces.RequestOptions): core.HttpResponsePromise<Frameio.WorkspacesWithIncludesResponse>;
|
|
125
125
|
private __index;
|
|
126
126
|
/**
|
|
127
|
-
* Create workspace from an account. <br
|
|
127
|
+
* Create workspace from an account. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
128
128
|
*
|
|
129
129
|
* @param {Frameio.Uuid} accountId -
|
|
130
130
|
* @param {Frameio.WorkspaceParams} request
|
|
@@ -21,7 +21,7 @@ export class Workspaces {
|
|
|
21
21
|
this._options = _options;
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
|
-
* Show workspace details. <br
|
|
24
|
+
* Show workspace details. <br/>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
25
25
|
*
|
|
26
26
|
* @param {Frameio.Uuid} accountId -
|
|
27
27
|
* @param {Frameio.Uuid} workspaceId -
|
|
@@ -110,7 +110,7 @@ export class Workspaces {
|
|
|
110
110
|
});
|
|
111
111
|
}
|
|
112
112
|
/**
|
|
113
|
-
* Delete workspace from account. <br
|
|
113
|
+
* Delete workspace from account. <br/>Rate Limits: 60 calls per 1.00 minute(s) per account_user
|
|
114
114
|
*
|
|
115
115
|
* @param {Frameio.Uuid} accountId -
|
|
116
116
|
* @param {Frameio.Uuid} workspaceId -
|
|
@@ -188,7 +188,7 @@ export class Workspaces {
|
|
|
188
188
|
});
|
|
189
189
|
}
|
|
190
190
|
/**
|
|
191
|
-
* Update a workspace. <br
|
|
191
|
+
* Update a workspace. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
192
192
|
*
|
|
193
193
|
* @param {Frameio.Uuid} accountId -
|
|
194
194
|
* @param {Frameio.Uuid} workspaceId -
|
|
@@ -274,7 +274,7 @@ export class Workspaces {
|
|
|
274
274
|
});
|
|
275
275
|
}
|
|
276
276
|
/**
|
|
277
|
-
* List workspaces for a given account. <br
|
|
277
|
+
* List workspaces for a given account. <br/>Rate Limits: 100 calls per 1.00 minute(s) per account_user
|
|
278
278
|
*
|
|
279
279
|
* @param {Frameio.Uuid} accountId -
|
|
280
280
|
* @param {Frameio.WorkspacesIndexRequest} request
|
|
@@ -374,7 +374,7 @@ export class Workspaces {
|
|
|
374
374
|
});
|
|
375
375
|
}
|
|
376
376
|
/**
|
|
377
|
-
* Create workspace from an account. <br
|
|
377
|
+
* Create workspace from an account. <br/>Rate Limits: 10 calls per 1.00 minute(s) per account_user
|
|
378
378
|
*
|
|
379
379
|
* @param {Frameio.Uuid} accountId -
|
|
380
380
|
* @param {Frameio.WorkspaceParams} request
|
|
@@ -2,15 +2,14 @@ export interface AssetShareParams {
|
|
|
2
2
|
access: AssetShareParams.Access;
|
|
3
3
|
/** Asset IDs (File, folder, and/or version stack IDs) */
|
|
4
4
|
asset_ids?: string[];
|
|
5
|
-
/** Share description - NOTE: Requires
|
|
5
|
+
/** Share description - NOTE: Requires feature custom_branded_shares */
|
|
6
6
|
description?: string;
|
|
7
|
-
/** NOTE: Requires a Pro, Team, or Enterprise plan */
|
|
8
7
|
downloading_enabled?: boolean;
|
|
9
8
|
/** Expiration timestamp */
|
|
10
9
|
expiration?: string;
|
|
11
10
|
/** Share Name (must include at least one non-whitespace character and no line breaks) */
|
|
12
11
|
name: string;
|
|
13
|
-
/** Passphrase to access share
|
|
12
|
+
/** Passphrase to access share, if passphrase is required and not given it will be generated */
|
|
14
13
|
passphrase?: string;
|
|
15
14
|
}
|
|
16
15
|
export declare namespace AssetShareParams {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
/** Supported include query parameter values for endpoints that return files with media links */
|
|
2
2
|
export declare const FileWithMediaLinksInclude: {
|
|
3
|
-
readonly MediaLinks: "media_links";
|
|
4
3
|
readonly MediaLinksOriginal: "media_links.original";
|
|
5
4
|
readonly MediaLinksThumbnail: "media_links.thumbnail";
|
|
6
5
|
readonly MediaLinksThumbnailHighQuality: "media_links.thumbnail_high_quality";
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
/** Supported include query parameter values for endpoints that return files with media links */
|
|
3
3
|
export const FileWithMediaLinksInclude = {
|
|
4
|
-
MediaLinks: "media_links",
|
|
5
4
|
MediaLinksOriginal: "media_links.original",
|
|
6
5
|
MediaLinksThumbnail: "media_links.thumbnail",
|
|
7
6
|
MediaLinksThumbnailHighQuality: "media_links.thumbnail_high_quality",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export interface MediaLinkCommon {
|
|
2
2
|
/**
|
|
3
|
-
* URL to download the media file.<br
|
|
4
|
-
* HTTP response headers will include Content-Disposition = 'attachment;filename=<filename>'.<br
|
|
5
|
-
* Watermarks may be applied for transcode links as per Account settings and User permissions.<br
|
|
3
|
+
* URL to download the media file.<br/>
|
|
4
|
+
* HTTP response headers will include Content-Disposition = 'attachment;filename=<filename>'.<br/>
|
|
5
|
+
* Watermarks may be applied for transcode links as per Account settings and User permissions.<br/>
|
|
6
6
|
*/
|
|
7
7
|
download_url?: string;
|
|
8
8
|
/** Accepts any additional properties */
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as Frameio from "../index.mjs";
|
|
2
2
|
export interface OriginalMediaLink extends Frameio.MediaLinkCommon {
|
|
3
3
|
/**
|
|
4
|
-
* URL to view the media file in a web browser in its original resolution and media type.<br
|
|
5
|
-
* HTTP response headers will include Content-Disposition = 'inline;filename=<filename>'.<br
|
|
4
|
+
* URL to view the media file in a web browser in its original resolution and media type.<br/>
|
|
5
|
+
* HTTP response headers will include Content-Disposition = 'inline;filename=<filename>'.<br/>
|
|
6
6
|
*/
|
|
7
7
|
inline_url?: string;
|
|
8
8
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as Frameio from "../index.mjs";
|
|
2
2
|
export interface RenditionMediaLink extends Frameio.MediaLinkCommon {
|
|
3
3
|
/**
|
|
4
|
-
* URL to transcoded media that won't include any Content-Disposition header in the response.<br
|
|
5
|
-
* Watermarks may be applied as per Account settings and User permissions.<br
|
|
4
|
+
* URL to transcoded media that won't include any Content-Disposition header in the response.<br/>
|
|
5
|
+
* Watermarks may be applied as per Account settings and User permissions.<br/>
|
|
6
6
|
* Media content may be streamed (e.g. when watermarks are required). Clients may issue a
|
|
7
7
|
* HEAD request to determine whether Content-Length and/or Accept-Ranges headers are present in order
|
|
8
8
|
* to determine whether the content can be downloaded in parallel chunks.
|
|
@@ -17,7 +17,7 @@ export interface Share {
|
|
|
17
17
|
last_viewed_at?: string;
|
|
18
18
|
/** Share name */
|
|
19
19
|
name?: string;
|
|
20
|
-
/** Passphrase to access share
|
|
20
|
+
/** Passphrase to access share, if passphrase is required and not given it will be generated */
|
|
21
21
|
passphrase?: string;
|
|
22
22
|
/** Share URL */
|
|
23
23
|
short_url?: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export interface
|
|
2
|
-
errors:
|
|
1
|
+
export interface UnprocessableContent {
|
|
2
|
+
errors: UnprocessableContent.Errors.Item[];
|
|
3
3
|
}
|
|
4
|
-
export declare namespace
|
|
4
|
+
export declare namespace UnprocessableContent {
|
|
5
5
|
type Errors = Errors.Item[];
|
|
6
6
|
namespace Errors {
|
|
7
7
|
interface Item {
|
|
@@ -136,9 +136,9 @@ export * from "./FolderResponse.mjs";
|
|
|
136
136
|
export * from "./UpdateUserRolesParams.mjs";
|
|
137
137
|
export * from "./ShareReviewersResponse.mjs";
|
|
138
138
|
export * from "./VersionStackResponse.mjs";
|
|
139
|
-
export * from "./UnprocessableEntity.mjs";
|
|
140
139
|
export * from "./CommentResponse.mjs";
|
|
141
140
|
export * from "./UpdateToggleDefinitionParams.mjs";
|
|
141
|
+
export * from "./UnprocessableContent.mjs";
|
|
142
142
|
export * from "./MetadataResponse.mjs";
|
|
143
143
|
export * from "./CommentWithIncludes.mjs";
|
|
144
144
|
export * from "./WorkspaceResponse.mjs";
|
|
@@ -136,9 +136,9 @@ export * from "./FolderResponse.mjs";
|
|
|
136
136
|
export * from "./UpdateUserRolesParams.mjs";
|
|
137
137
|
export * from "./ShareReviewersResponse.mjs";
|
|
138
138
|
export * from "./VersionStackResponse.mjs";
|
|
139
|
-
export * from "./UnprocessableEntity.mjs";
|
|
140
139
|
export * from "./CommentResponse.mjs";
|
|
141
140
|
export * from "./UpdateToggleDefinitionParams.mjs";
|
|
141
|
+
export * from "./UnprocessableContent.mjs";
|
|
142
142
|
export * from "./MetadataResponse.mjs";
|
|
143
143
|
export * from "./CommentWithIncludes.mjs";
|
|
144
144
|
export * from "./WorkspaceResponse.mjs";
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.3.
|
|
1
|
+
export declare const SDK_VERSION = "1.3.6";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.3.
|
|
1
|
+
export const SDK_VERSION = "1.3.6";
|