@fern-api/dynamic-ir-sdk 63.0.0 → 63.2.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,6 +5,11 @@ import * as FernIr from "../../../../../index";
|
|
|
5
5
|
export interface ObjectType {
|
|
6
6
|
declaration: FernIr.dynamic.Declaration;
|
|
7
7
|
properties: FernIr.dynamic.NamedParameter[];
|
|
8
|
+
/**
|
|
9
|
+
* List of type IDs that this object extends. Used by generators that need to
|
|
10
|
+
* handle inheritance patterns differently (e.g., Rust uses flattened wrapper fields).
|
|
11
|
+
*/
|
|
12
|
+
extends?: FernIr.dynamic.TypeId[];
|
|
8
13
|
/** Whether the type allows additional properties. */
|
|
9
14
|
additionalProperties?: boolean;
|
|
10
15
|
}
|
|
@@ -5,6 +5,11 @@ import * as FernIr from "../../../../../index";
|
|
|
5
5
|
export interface ObjectType {
|
|
6
6
|
declaration: FernIr.dynamic.Declaration;
|
|
7
7
|
properties: FernIr.dynamic.NamedParameter[];
|
|
8
|
+
/**
|
|
9
|
+
* List of type IDs that this object extends. Used by generators that need to
|
|
10
|
+
* handle inheritance patterns differently (e.g., Rust uses flattened wrapper fields).
|
|
11
|
+
*/
|
|
12
|
+
extends?: FernIr.dynamic.TypeId[];
|
|
8
13
|
/** Whether the type allows additional properties. */
|
|
9
14
|
additionalProperties?: boolean;
|
|
10
15
|
}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "63.
|
|
1
|
+
export declare const SDK_VERSION = "63.2.0";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "63.
|
|
1
|
+
export declare const SDK_VERSION = "63.2.0";
|
package/version.js
CHANGED