@fern-api/dynamic-ir-sdk 53.22.0 → 53.23.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.
@@ -5,33 +5,33 @@ import * as FernIr from "../../../../../index";
5
5
  export declare type TypeReference = FernIr.dynamic.TypeReference.List | FernIr.dynamic.TypeReference.Literal | FernIr.dynamic.TypeReference.Map | FernIr.dynamic.TypeReference.Named | FernIr.dynamic.TypeReference.Optional | FernIr.dynamic.TypeReference.Primitive | FernIr.dynamic.TypeReference.Set | FernIr.dynamic.TypeReference.Unknown;
6
6
  export declare namespace TypeReference {
7
7
  interface List {
8
- _type: "list";
8
+ type: "list";
9
9
  value: FernIr.dynamic.TypeReference;
10
10
  }
11
11
  interface Literal {
12
- _type: "literal";
12
+ type: "literal";
13
13
  value: FernIr.dynamic.LiteralType;
14
14
  }
15
15
  interface Map extends FernIr.dynamic.MapType {
16
- _type: "map";
16
+ type: "map";
17
17
  }
18
18
  interface Named {
19
- _type: "named";
19
+ type: "named";
20
20
  value: FernIr.TypeId;
21
21
  }
22
22
  interface Optional {
23
- _type: "optional";
23
+ type: "optional";
24
24
  value: FernIr.dynamic.TypeReference;
25
25
  }
26
26
  interface Primitive {
27
- _type: "primitive";
27
+ type: "primitive";
28
28
  value: FernIr.PrimitiveTypeV1;
29
29
  }
30
30
  interface Set {
31
- _type: "set";
31
+ type: "set";
32
32
  value: FernIr.dynamic.TypeReference;
33
33
  }
34
34
  interface Unknown {
35
- _type: "unknown";
35
+ type: "unknown";
36
36
  }
37
37
  }
@@ -5,33 +5,33 @@ import * as FernIr from "../../../../../index";
5
5
  export declare type TypeReference = FernIr.dynamic.TypeReference.List | FernIr.dynamic.TypeReference.Literal | FernIr.dynamic.TypeReference.Map | FernIr.dynamic.TypeReference.Named | FernIr.dynamic.TypeReference.Optional | FernIr.dynamic.TypeReference.Primitive | FernIr.dynamic.TypeReference.Set | FernIr.dynamic.TypeReference.Unknown;
6
6
  export declare namespace TypeReference {
7
7
  interface List {
8
- _type: "list";
8
+ type: "list";
9
9
  value: FernIr.dynamic.TypeReference;
10
10
  }
11
11
  interface Literal {
12
- _type: "literal";
12
+ type: "literal";
13
13
  value: FernIr.dynamic.LiteralType;
14
14
  }
15
15
  interface Map extends FernIr.dynamic.MapType {
16
- _type: "map";
16
+ type: "map";
17
17
  }
18
18
  interface Named {
19
- _type: "named";
19
+ type: "named";
20
20
  value: FernIr.TypeId;
21
21
  }
22
22
  interface Optional {
23
- _type: "optional";
23
+ type: "optional";
24
24
  value: FernIr.dynamic.TypeReference;
25
25
  }
26
26
  interface Primitive {
27
- _type: "primitive";
27
+ type: "primitive";
28
28
  value: FernIr.PrimitiveTypeV1;
29
29
  }
30
30
  interface Set {
31
- _type: "set";
31
+ type: "set";
32
32
  value: FernIr.dynamic.TypeReference;
33
33
  }
34
34
  interface Unknown {
35
- _type: "unknown";
35
+ type: "unknown";
36
36
  }
37
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fern-api/dynamic-ir-sdk",
3
- "version": "53.22.0",
3
+ "version": "53.23.0",
4
4
  "private": false,
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",