@fern-api/dynamic-ir-sdk 62.1.0 → 62.3.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.
@@ -1,5 +1,12 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as FernIr from "../../../../../index";
5
+ /**
6
+ * Inferred auth retrieves tokens dynamically. The client constructor parameters
7
+ * are defined by the parameters list.
8
+ */
4
9
  export interface InferredAuth {
10
+ /** List of parameters (from token endpoint) needed for auth, including their types. */
11
+ parameters?: FernIr.dynamic.NamedParameter[];
5
12
  }
@@ -1,5 +1,11 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * Parameter values for inferred auth in code snippets.
6
+ * The keys are wire values matching the parameters in InferredAuth.
7
+ */
4
8
  export interface InferredAuthValues {
9
+ /** Map of wire values to their example values for snippets. */
10
+ values?: Record<string, unknown>;
5
11
  }
@@ -1,5 +1,12 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ import * as FernIr from "../../../../../index";
5
+ /**
6
+ * Inferred auth retrieves tokens dynamically. The client constructor parameters
7
+ * are defined by the parameters list.
8
+ */
4
9
  export interface InferredAuth {
10
+ /** List of parameters (from token endpoint) needed for auth, including their types. */
11
+ parameters?: FernIr.dynamic.NamedParameter[];
5
12
  }
@@ -1,5 +1,11 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
+ /**
5
+ * Parameter values for inferred auth in code snippets.
6
+ * The keys are wire values matching the parameters in InferredAuth.
7
+ */
4
8
  export interface InferredAuthValues {
9
+ /** Map of wire values to their example values for snippets. */
10
+ values?: Record<string, unknown>;
5
11
  }
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "62.1.0";
1
+ export declare const SDK_VERSION = "62.3.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 = "62.1.0";
4
+ exports.SDK_VERSION = "62.3.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fern-api/dynamic-ir-sdk",
3
- "version": "62.1.0",
3
+ "version": "62.3.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 = "62.1.0";
1
+ export declare const SDK_VERSION = "62.3.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 = "62.1.0";
4
+ exports.SDK_VERSION = "62.3.0";