@fern-api/dynamic-ir-sdk 59.4.0 → 59.6.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,4 +5,5 @@ import * as FernIr from "../../../../../index";
5
5
  export interface NamedParameter {
6
6
  name: FernIr.NameAndWireValue;
7
7
  typeReference: FernIr.dynamic.TypeReference;
8
+ propertyAccess: FernIr.ObjectPropertyAccess | undefined;
8
9
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type ObjectPropertyAccess = "READ_ONLY" | "WRITE_ONLY";
5
+ export declare const ObjectPropertyAccess: {
6
+ readonly ReadOnly: "READ_ONLY";
7
+ readonly WriteOnly: "WRITE_ONLY";
8
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ObjectPropertyAccess = void 0;
7
+ exports.ObjectPropertyAccess = {
8
+ ReadOnly: "READ_ONLY",
9
+ WriteOnly: "WRITE_ONLY",
10
+ };
@@ -1 +1,2 @@
1
+ export * from "./ObjectPropertyAccess";
1
2
  export * from "./PrimitiveTypeV1";
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./ObjectPropertyAccess"), exports);
17
18
  __exportStar(require("./PrimitiveTypeV1"), exports);
@@ -5,4 +5,5 @@ import * as FernIr from "../../../../../index";
5
5
  export interface NamedParameter {
6
6
  name: FernIr.NameAndWireValue;
7
7
  typeReference: FernIr.dynamic.TypeReference;
8
+ propertyAccess: FernIr.ObjectPropertyAccess | undefined;
8
9
  }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * This file was auto-generated by Fern from our API Definition.
3
+ */
4
+ export type ObjectPropertyAccess = "READ_ONLY" | "WRITE_ONLY";
5
+ export declare const ObjectPropertyAccess: {
6
+ readonly ReadOnly: "READ_ONLY";
7
+ readonly WriteOnly: "WRITE_ONLY";
8
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ /**
3
+ * This file was auto-generated by Fern from our API Definition.
4
+ */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ObjectPropertyAccess = void 0;
7
+ exports.ObjectPropertyAccess = {
8
+ ReadOnly: "READ_ONLY",
9
+ WriteOnly: "WRITE_ONLY",
10
+ };
@@ -1 +1,2 @@
1
+ export * from "./ObjectPropertyAccess";
1
2
  export * from "./PrimitiveTypeV1";
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./ObjectPropertyAccess"), exports);
17
18
  __exportStar(require("./PrimitiveTypeV1"), exports);
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "59.4.0";
1
+ export declare const SDK_VERSION = "59.6.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 = "59.4.0";
4
+ exports.SDK_VERSION = "59.6.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fern-api/dynamic-ir-sdk",
3
- "version": "59.4.0",
3
+ "version": "59.6.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 = "59.4.0";
1
+ export declare const SDK_VERSION = "59.6.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 = "59.4.0";
4
+ exports.SDK_VERSION = "59.6.0";