@fern-api/dynamic-ir-sdk 65.2.1 → 65.4.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.
@@ -41,8 +41,8 @@ function normalizeClientOptions(options) {
41
41
  const headers = (0, headers_js_1.mergeHeaders)({
42
42
  "X-Fern-Language": "JavaScript",
43
43
  "X-Fern-SDK-Name": "@fern-api/dynamic-ir-sdk",
44
- "X-Fern-SDK-Version": "65.2.1",
45
- "User-Agent": "@fern-api/dynamic-ir-sdk/65.2.1",
44
+ "X-Fern-SDK-Version": "65.4.0",
45
+ "User-Agent": "@fern-api/dynamic-ir-sdk/65.4.0",
46
46
  "X-Fern-Runtime": core.RUNTIME.type,
47
47
  "X-Fern-Runtime-Version": core.RUNTIME.version,
48
48
  }, options === null || options === void 0 ? void 0 : options.headers);
@@ -11,6 +11,7 @@ export declare const PrimitiveTypeV1: {
11
11
  readonly String: "STRING";
12
12
  readonly Date: "DATE";
13
13
  readonly DateTime: "DATE_TIME";
14
+ readonly DateTimeRfc2822: "DATE_TIME_RFC_2822";
14
15
  readonly Uuid: "UUID";
15
16
  readonly Base64: "BASE_64";
16
17
  readonly BigInteger: "BIG_INTEGER";
@@ -15,6 +15,7 @@ exports.PrimitiveTypeV1 = {
15
15
  String: "STRING",
16
16
  Date: "DATE",
17
17
  DateTime: "DATE_TIME",
18
+ DateTimeRfc2822: "DATE_TIME_RFC_2822",
18
19
  Uuid: "UUID",
19
20
  Base64: "BASE_64",
20
21
  BigInteger: "BIG_INTEGER",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "65.2.1";
1
+ export declare const SDK_VERSION = "65.4.0";
@@ -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 = "65.2.1";
4
+ exports.SDK_VERSION = "65.4.0";
@@ -5,8 +5,8 @@ export function normalizeClientOptions(options) {
5
5
  const headers = mergeHeaders({
6
6
  "X-Fern-Language": "JavaScript",
7
7
  "X-Fern-SDK-Name": "@fern-api/dynamic-ir-sdk",
8
- "X-Fern-SDK-Version": "65.2.1",
9
- "User-Agent": "@fern-api/dynamic-ir-sdk/65.2.1",
8
+ "X-Fern-SDK-Version": "65.4.0",
9
+ "User-Agent": "@fern-api/dynamic-ir-sdk/65.4.0",
10
10
  "X-Fern-Runtime": core.RUNTIME.type,
11
11
  "X-Fern-Runtime-Version": core.RUNTIME.version,
12
12
  }, options === null || options === void 0 ? void 0 : options.headers);
@@ -11,6 +11,7 @@ export declare const PrimitiveTypeV1: {
11
11
  readonly String: "STRING";
12
12
  readonly Date: "DATE";
13
13
  readonly DateTime: "DATE_TIME";
14
+ readonly DateTimeRfc2822: "DATE_TIME_RFC_2822";
14
15
  readonly Uuid: "UUID";
15
16
  readonly Base64: "BASE_64";
16
17
  readonly BigInteger: "BIG_INTEGER";
@@ -12,6 +12,7 @@ export const PrimitiveTypeV1 = {
12
12
  String: "STRING",
13
13
  Date: "DATE",
14
14
  DateTime: "DATE_TIME",
15
+ DateTimeRfc2822: "DATE_TIME_RFC_2822",
15
16
  Uuid: "UUID",
16
17
  Base64: "BASE_64",
17
18
  BigInteger: "BIG_INTEGER",
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "65.2.1";
1
+ export declare const SDK_VERSION = "65.4.0";
@@ -1 +1 @@
1
- export const SDK_VERSION = "65.2.1";
1
+ export const SDK_VERSION = "65.4.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fern-api/dynamic-ir-sdk",
3
- "version": "65.2.1",
3
+ "version": "65.4.0",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "main": "./dist/cjs/index.js",