@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.
- package/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +1 -0
- package/api/resources/types/types/ObjectPropertyAccess.d.ts +8 -0
- package/api/resources/types/types/ObjectPropertyAccess.js +10 -0
- package/api/resources/types/types/index.d.ts +1 -0
- package/api/resources/types/types/index.js +1 -0
- package/dist/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +1 -0
- package/dist/api/resources/types/types/ObjectPropertyAccess.d.ts +8 -0
- package/dist/api/resources/types/types/ObjectPropertyAccess.js +10 -0
- package/dist/api/resources/types/types/index.d.ts +1 -0
- package/dist/api/resources/types/types/index.js +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -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
|
+
};
|
|
@@ -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);
|
|
@@ -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
|
+
};
|
|
@@ -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.
|
|
1
|
+
export declare const SDK_VERSION = "59.6.0";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "59.
|
|
1
|
+
export declare const SDK_VERSION = "59.6.0";
|
package/version.js
CHANGED