frameio 1.3.0 → 1.3.1
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/shares/client/requests/UpdateShareParams.d.ts +2 -2
- package/dist/cjs/api/types/AssetShareParams.d.ts +3 -2
- package/dist/cjs/api/types/Share.d.ts +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/shares/client/requests/UpdateShareParams.d.mts +2 -2
- package/dist/esm/api/types/AssetShareParams.d.mts +3 -2
- package/dist/esm/api/types/Share.d.mts +1 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/Client.js
CHANGED
|
@@ -57,8 +57,8 @@ class FrameioClient {
|
|
|
57
57
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
|
|
58
58
|
"X-Fern-Language": "JavaScript",
|
|
59
59
|
"X-Fern-SDK-Name": "frameio",
|
|
60
|
-
"X-Fern-SDK-Version": "1.3.
|
|
61
|
-
"User-Agent": "frameio/1.3.
|
|
60
|
+
"X-Fern-SDK-Version": "1.3.1",
|
|
61
|
+
"User-Agent": "frameio/1.3.1",
|
|
62
62
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
63
63
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
64
64
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -17,14 +17,14 @@ export interface UpdateShareParams {
|
|
|
17
17
|
export declare namespace UpdateShareParams {
|
|
18
18
|
interface Data {
|
|
19
19
|
access?: Data.Access;
|
|
20
|
-
/** Share description
|
|
20
|
+
/** Share description. NOTE: Requires a Pro, Team, or Enterprise plan */
|
|
21
21
|
description?: string;
|
|
22
22
|
downloading_enabled?: boolean;
|
|
23
23
|
/** Expiration timestamp */
|
|
24
24
|
expiration?: string;
|
|
25
25
|
/** Share Name (must include at least one non-whitespace character and no line breaks) */
|
|
26
26
|
name?: string;
|
|
27
|
-
/** Passphrase to access share
|
|
27
|
+
/** Passphrase to access share */
|
|
28
28
|
passphrase?: string;
|
|
29
29
|
}
|
|
30
30
|
namespace Data {
|
|
@@ -2,14 +2,15 @@ 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 a Pro, Team, or Enterprise plan */
|
|
6
6
|
description?: string;
|
|
7
|
+
/** NOTE: Requires a Pro, Team, or Enterprise plan */
|
|
7
8
|
downloading_enabled?: boolean;
|
|
8
9
|
/** Expiration timestamp */
|
|
9
10
|
expiration?: string;
|
|
10
11
|
/** Share Name (must include at least one non-whitespace character and no line breaks) */
|
|
11
12
|
name: string;
|
|
12
|
-
/** Passphrase to access share
|
|
13
|
+
/** Passphrase to access share. */
|
|
13
14
|
passphrase?: string;
|
|
14
15
|
}
|
|
15
16
|
export declare namespace AssetShareParams {
|
|
@@ -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. */
|
|
21
21
|
passphrase?: string;
|
|
22
22
|
/** Share URL */
|
|
23
23
|
short_url?: string;
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "1.3.
|
|
1
|
+
export declare const SDK_VERSION = "1.3.1";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -21,8 +21,8 @@ export class FrameioClient {
|
|
|
21
21
|
this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
|
|
22
22
|
"X-Fern-Language": "JavaScript",
|
|
23
23
|
"X-Fern-SDK-Name": "frameio",
|
|
24
|
-
"X-Fern-SDK-Version": "1.3.
|
|
25
|
-
"User-Agent": "frameio/1.3.
|
|
24
|
+
"X-Fern-SDK-Version": "1.3.1",
|
|
25
|
+
"User-Agent": "frameio/1.3.1",
|
|
26
26
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
27
27
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
28
28
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -17,14 +17,14 @@ export interface UpdateShareParams {
|
|
|
17
17
|
export declare namespace UpdateShareParams {
|
|
18
18
|
interface Data {
|
|
19
19
|
access?: Data.Access;
|
|
20
|
-
/** Share description
|
|
20
|
+
/** Share description. NOTE: Requires a Pro, Team, or Enterprise plan */
|
|
21
21
|
description?: string;
|
|
22
22
|
downloading_enabled?: boolean;
|
|
23
23
|
/** Expiration timestamp */
|
|
24
24
|
expiration?: string;
|
|
25
25
|
/** Share Name (must include at least one non-whitespace character and no line breaks) */
|
|
26
26
|
name?: string;
|
|
27
|
-
/** Passphrase to access share
|
|
27
|
+
/** Passphrase to access share */
|
|
28
28
|
passphrase?: string;
|
|
29
29
|
}
|
|
30
30
|
namespace Data {
|
|
@@ -2,14 +2,15 @@ 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 a Pro, Team, or Enterprise plan */
|
|
6
6
|
description?: string;
|
|
7
|
+
/** NOTE: Requires a Pro, Team, or Enterprise plan */
|
|
7
8
|
downloading_enabled?: boolean;
|
|
8
9
|
/** Expiration timestamp */
|
|
9
10
|
expiration?: string;
|
|
10
11
|
/** Share Name (must include at least one non-whitespace character and no line breaks) */
|
|
11
12
|
name: string;
|
|
12
|
-
/** Passphrase to access share
|
|
13
|
+
/** Passphrase to access share. */
|
|
13
14
|
passphrase?: string;
|
|
14
15
|
}
|
|
15
16
|
export declare namespace AssetShareParams {
|
|
@@ -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. */
|
|
21
21
|
passphrase?: string;
|
|
22
22
|
/** Share URL */
|
|
23
23
|
short_url?: string;
|
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.1";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "1.3.
|
|
1
|
+
export const SDK_VERSION = "1.3.1";
|