@fern-api/dynamic-ir-sdk 53.24.0 → 54.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.
@@ -6,12 +6,12 @@ import * as FernIr from "../../../../../index";
6
6
  * Represents the value to use for a specific environment. There are three cases:
7
7
  *
8
8
  * 1. When sent as an EnvironmentId string, the generator assumes the value matches the name of the
9
- * environment (e.g. "Staging"), and returns an error otherwise.
9
+ * environment (e.g. "Staging"), and returns an error otherwise.
10
10
  *
11
11
  * 2. If the API supports multiple environment URLs, send a map of URLs, e.g.
12
- * {
13
- * "ec2": "https://staging.ec2.aws.com",
14
- * "s3": "https://staging.s3.aws.com"
15
- * }
12
+ * {
13
+ * "ec2": "https://staging.ec2.aws.com",
14
+ * "s3": "https://staging.s3.aws.com"
15
+ * }
16
16
  */
17
17
  export declare type EnvironmentValues = FernIr.EnvironmentId | FernIr.dynamic.MultipleEnvironmentUrlValues;
@@ -6,12 +6,12 @@ import * as FernIr from "../../../../../index";
6
6
  * Represents the value to use for a specific environment. There are three cases:
7
7
  *
8
8
  * 1. When sent as an EnvironmentId string, the generator assumes the value matches the name of the
9
- * environment (e.g. "Staging"), and returns an error otherwise.
9
+ * environment (e.g. "Staging"), and returns an error otherwise.
10
10
  *
11
11
  * 2. If the API supports multiple environment URLs, send a map of URLs, e.g.
12
- * {
13
- * "ec2": "https://staging.ec2.aws.com",
14
- * "s3": "https://staging.s3.aws.com"
15
- * }
12
+ * {
13
+ * "ec2": "https://staging.ec2.aws.com",
14
+ * "s3": "https://staging.s3.aws.com"
15
+ * }
16
16
  */
17
17
  export declare type EnvironmentValues = FernIr.EnvironmentId | FernIr.dynamic.MultipleEnvironmentUrlValues;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fern-api/dynamic-ir-sdk",
3
- "version": "53.24.0",
3
+ "version": "54.1.0",
4
4
  "private": false,
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",