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.
@@ -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.0",
61
- "User-Agent": "frameio/1.3.0",
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 - NOTE: Requires feature custom_branded_shares */
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, if passphrase is required and not given it will be generated */
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 feature custom_branded_shares */
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, if passphrase is required and not given it will be generated */
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, if passphrase is required and not given it will be generated */
20
+ /** Passphrase to access share. */
21
21
  passphrase?: string;
22
22
  /** Share URL */
23
23
  short_url?: string;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.3.0";
1
+ export declare const SDK_VERSION = "1.3.1";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
- exports.SDK_VERSION = "1.3.0";
4
+ exports.SDK_VERSION = "1.3.1";
@@ -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.0",
25
- "User-Agent": "frameio/1.3.0",
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 - NOTE: Requires feature custom_branded_shares */
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, if passphrase is required and not given it will be generated */
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 feature custom_branded_shares */
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, if passphrase is required and not given it will be generated */
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, if passphrase is required and not given it will be generated */
20
+ /** Passphrase to access share. */
21
21
  passphrase?: string;
22
22
  /** Share URL */
23
23
  short_url?: string;
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "1.3.0";
1
+ export declare const SDK_VERSION = "1.3.1";
@@ -1 +1 @@
1
- export const SDK_VERSION = "1.3.0";
1
+ export const SDK_VERSION = "1.3.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frameio",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "private": false,
5
5
  "repository": "github:Frameio/typescript-sdk",
6
6
  "type": "commonjs",