@fern-api/dynamic-ir-sdk 60.5.0 → 61.1.0

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.
@@ -9,9 +9,24 @@ import * as FernIr from "../../../../../index";
9
9
  * variety of other endpoint response types (e.g. file download, pagination,
10
10
  * streaming, etc).
11
11
  */
12
- export type Response = FernIr.dynamic.Response.Json;
12
+ export type Response = FernIr.dynamic.Response.Json | FernIr.dynamic.Response.Streaming | FernIr.dynamic.Response.StreamParameter | FernIr.dynamic.Response.FileDownload | FernIr.dynamic.Response.Text | FernIr.dynamic.Response.Bytes;
13
13
  export declare namespace Response {
14
14
  interface Json {
15
15
  type: "json";
16
16
  }
17
+ interface Streaming {
18
+ type: "streaming";
19
+ }
20
+ interface StreamParameter {
21
+ type: "streamParameter";
22
+ }
23
+ interface FileDownload {
24
+ type: "fileDownload";
25
+ }
26
+ interface Text {
27
+ type: "text";
28
+ }
29
+ interface Bytes {
30
+ type: "bytes";
31
+ }
17
32
  }
@@ -9,9 +9,24 @@ import * as FernIr from "../../../../../index";
9
9
  * variety of other endpoint response types (e.g. file download, pagination,
10
10
  * streaming, etc).
11
11
  */
12
- export type Response = FernIr.dynamic.Response.Json;
12
+ export type Response = FernIr.dynamic.Response.Json | FernIr.dynamic.Response.Streaming | FernIr.dynamic.Response.StreamParameter | FernIr.dynamic.Response.FileDownload | FernIr.dynamic.Response.Text | FernIr.dynamic.Response.Bytes;
13
13
  export declare namespace Response {
14
14
  interface Json {
15
15
  type: "json";
16
16
  }
17
+ interface Streaming {
18
+ type: "streaming";
19
+ }
20
+ interface StreamParameter {
21
+ type: "streamParameter";
22
+ }
23
+ interface FileDownload {
24
+ type: "fileDownload";
25
+ }
26
+ interface Text {
27
+ type: "text";
28
+ }
29
+ interface Bytes {
30
+ type: "bytes";
31
+ }
17
32
  }
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "60.5.0";
1
+ export declare const SDK_VERSION = "61.1.0";
package/dist/version.js CHANGED
@@ -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 = "60.5.0";
4
+ exports.SDK_VERSION = "61.1.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fern-api/dynamic-ir-sdk",
3
- "version": "60.5.0",
3
+ "version": "61.1.0",
4
4
  "private": false,
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
package/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "60.5.0";
1
+ export declare const SDK_VERSION = "61.1.0";
package/version.js CHANGED
@@ -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 = "60.5.0";
4
+ exports.SDK_VERSION = "61.1.0";