@osdk/generator 2.0.0-beta.6 → 2.0.0-beta.7
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/CHANGELOG.md +15 -0
- package/build/browser/index.js +85 -151
- package/build/browser/index.js.map +1 -1
- package/build/cjs/GenerateContext/EnhancedAction.d.cts +5 -5
- package/build/cjs/GenerateContext/EnhancedAction.d.ts.map +1 -1
- package/build/cjs/GenerateContext/EnhancedBase.d.cts +2 -2
- package/build/cjs/GenerateContext/EnhancedBase.d.ts.map +1 -1
- package/build/cjs/GenerateContext/EnhancedInterfaceType.d.cts +4 -4
- package/build/cjs/GenerateContext/EnhancedInterfaceType.d.ts.map +1 -1
- package/build/cjs/GenerateContext/EnhancedObjectType.d.cts +3 -3
- package/build/cjs/GenerateContext/EnhancedObjectType.d.ts.map +1 -1
- package/build/cjs/GenerateContext/EnhancedOntologyDefinition.d.cts +7 -7
- package/build/cjs/GenerateContext/EnhancedOntologyDefinition.d.ts.map +1 -1
- package/build/cjs/GenerateContext/EnhancedQuery.d.cts +5 -5
- package/build/cjs/GenerateContext/EnhancedQuery.d.ts.map +1 -1
- package/build/cjs/GenerateContext/EnhancedSharedPropertyType.d.cts +3 -3
- package/build/cjs/GenerateContext/EnhancedSharedPropertyType.d.ts.map +1 -1
- package/build/cjs/WireOntologyDefinition.d.cts +2 -2
- package/build/cjs/WireOntologyDefinition.d.ts.map +1 -1
- package/build/cjs/index.cjs +85 -152
- package/build/cjs/index.cjs.map +1 -1
- package/build/cjs/shared/getEditedEntities.d.cts +1 -1
- package/build/cjs/shared/getEditedEntities.d.ts.map +1 -1
- package/build/cjs/shared/getObjectImports.d.ts.map +1 -1
- package/build/cjs/shared/getObjectTypeApiNamesFromQuery.d.cts +1 -1
- package/build/cjs/shared/getObjectTypeApiNamesFromQuery.d.ts.map +1 -1
- package/build/cjs/shared/getObjectTypesFromQueryDataType.d.cts +1 -1
- package/build/cjs/shared/getObjectTypesFromQueryDataType.d.ts.map +1 -1
- package/build/cjs/shared/isNullableQueryDataType.d.cts +1 -1
- package/build/cjs/shared/isNullableQueryDataType.d.ts.map +1 -1
- package/build/cjs/shared/wireActionTypeV2ToSdkActionDefinition.d.cts +1 -1
- package/build/cjs/shared/wireActionTypeV2ToSdkActionDefinition.d.ts.map +1 -1
- package/build/cjs/shared/wireQueryDataTypeToQueryDataTypeDefinition.d.cts +1 -1
- package/build/cjs/shared/wireQueryDataTypeToQueryDataTypeDefinition.d.ts.map +1 -1
- package/build/cjs/shared/wireQueryTypeV2ToSdkQueryDefinition.d.cts +4 -4
- package/build/cjs/shared/wireQueryTypeV2ToSdkQueryDefinition.d.ts.map +1 -1
- package/build/cjs/util/test/TodoWireOntology.d.cts +14 -0
- package/build/cjs/util/test/TodoWireOntology.d.ts.map +1 -1
- package/build/cjs/util/test/formatTs.d.ts.map +1 -1
- package/build/cjs/v2.0/generateClientSdkVersionTwoPointZero.d.ts.map +1 -1
- package/build/cjs/v2.0/generatePerActionDataFiles.d.ts.map +1 -1
- package/build/cjs/v2.0/generatePerQueryDataFiles.d.ts.map +1 -1
- package/build/cjs/v2.0/getDescriptionIfPresent.d.cts +2 -0
- package/build/cjs/v2.0/getDescriptionIfPresent.d.ts.map +1 -0
- package/build/cjs/v2.0/wireObjectTypeV2ToSdkObjectConstV2.d.ts.map +1 -1
- package/build/esm/GenerateContext/EnhancedAction.d.ts +5 -5
- package/build/esm/GenerateContext/EnhancedAction.d.ts.map +1 -1
- package/build/esm/GenerateContext/EnhancedBase.d.ts +2 -2
- package/build/esm/GenerateContext/EnhancedBase.d.ts.map +1 -1
- package/build/esm/GenerateContext/EnhancedInterfaceType.d.ts +4 -4
- package/build/esm/GenerateContext/EnhancedInterfaceType.d.ts.map +1 -1
- package/build/esm/GenerateContext/EnhancedObjectType.d.ts +3 -3
- package/build/esm/GenerateContext/EnhancedObjectType.d.ts.map +1 -1
- package/build/esm/GenerateContext/EnhancedOntologyDefinition.d.ts +7 -7
- package/build/esm/GenerateContext/EnhancedOntologyDefinition.d.ts.map +1 -1
- package/build/esm/GenerateContext/EnhancedQuery.d.ts +5 -5
- package/build/esm/GenerateContext/EnhancedQuery.d.ts.map +1 -1
- package/build/esm/GenerateContext/EnhancedSharedPropertyType.d.ts +3 -3
- package/build/esm/GenerateContext/EnhancedSharedPropertyType.d.ts.map +1 -1
- package/build/esm/WireOntologyDefinition.d.ts +2 -2
- package/build/esm/WireOntologyDefinition.d.ts.map +1 -1
- package/build/esm/index.js +85 -151
- package/build/esm/index.js.map +1 -1
- package/build/esm/shared/getEditedEntities.d.ts +1 -1
- package/build/esm/shared/getEditedEntities.d.ts.map +1 -1
- package/build/esm/shared/getObjectImports.d.ts.map +1 -1
- package/build/esm/shared/getObjectTypeApiNamesFromQuery.d.ts +1 -1
- package/build/esm/shared/getObjectTypeApiNamesFromQuery.d.ts.map +1 -1
- package/build/esm/shared/getObjectTypesFromQueryDataType.d.ts +1 -1
- package/build/esm/shared/getObjectTypesFromQueryDataType.d.ts.map +1 -1
- package/build/esm/shared/isNullableQueryDataType.d.ts +1 -1
- package/build/esm/shared/isNullableQueryDataType.d.ts.map +1 -1
- package/build/esm/shared/wireActionTypeV2ToSdkActionDefinition.d.ts +1 -1
- package/build/esm/shared/wireActionTypeV2ToSdkActionDefinition.d.ts.map +1 -1
- package/build/esm/shared/wireQueryDataTypeToQueryDataTypeDefinition.d.ts +1 -1
- package/build/esm/shared/wireQueryDataTypeToQueryDataTypeDefinition.d.ts.map +1 -1
- package/build/esm/shared/wireQueryTypeV2ToSdkQueryDefinition.d.ts +4 -4
- package/build/esm/shared/wireQueryTypeV2ToSdkQueryDefinition.d.ts.map +1 -1
- package/build/esm/util/test/TodoWireOntology.d.ts +14 -0
- package/build/esm/util/test/TodoWireOntology.d.ts.map +1 -1
- package/build/esm/util/test/formatTs.d.ts.map +1 -1
- package/build/esm/v2.0/generateClientSdkVersionTwoPointZero.d.ts.map +1 -1
- package/build/esm/v2.0/generatePerActionDataFiles.d.ts.map +1 -1
- package/build/esm/v2.0/generatePerQueryDataFiles.d.ts.map +1 -1
- package/build/esm/v2.0/getDescriptionIfPresent.d.ts +2 -0
- package/build/esm/v2.0/getDescriptionIfPresent.d.ts.map +1 -0
- package/build/esm/v2.0/wireObjectTypeV2ToSdkObjectConstV2.d.ts.map +1 -1
- package/package.json +6 -7
- package/build/cjs/v1.1/wireObjectTypeV2ToV1ObjectInterfaceString.d.cts +0 -4
- package/build/cjs/v1.1/wireObjectTypeV2ToV1ObjectInterfaceString.d.ts.map +0 -1
- package/build/esm/v1.1/wireObjectTypeV2ToV1ObjectInterfaceString.d.ts +0 -4
- package/build/esm/v1.1/wireObjectTypeV2ToV1ObjectInterfaceString.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEditedEntities.d.ts","sourceRoot":"","sources":["../../../src/shared/getEditedEntities.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"getEditedEntities.d.ts","sourceRoot":"","sources":["../../../src/shared/getEditedEntities.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAEhE,MAAM,MAAM,mBAAmB,GAAG;IAChC,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,eAAe,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;CAC9B,CAAC;AAEF,wBAAgB,sBAAsB,CACpC,MAAM,EAAE,YAAY,GACnB,mBAAmB,CAsBrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getObjectImports.d.ts","sourceRoot":"","sources":["../../../src/shared/getObjectImports.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AACnF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAErE,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,GAAG,CAAC,kBAAkB,GAAG,WAAW,CAAC,EAC9C,UAAU,EAAE,MAAM,GAAG,SAAS,EAC9B,eAAe,EAAE,MAAM,EACvB,EAAE,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"getObjectImports.d.ts","sourceRoot":"","sources":["../../../src/shared/getObjectImports.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AACnF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAErE,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,GAAG,CAAC,kBAAkB,GAAG,WAAW,CAAC,EAC9C,UAAU,EAAE,MAAM,GAAG,SAAS,EAC9B,eAAe,EAAE,MAAM,EACvB,EAAE,EAAE,OAAO,UAeZ"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { QueryTypeV2 } from "@osdk/
|
|
1
|
+
import type { QueryTypeV2 } from "@osdk/internal.foundry.core";
|
|
2
2
|
import type { EnhancedQuery } from "../GenerateContext/EnhancedQuery.cjs";
|
|
3
3
|
export declare function getObjectTypeApiNamesFromQuery(query: QueryTypeV2 | EnhancedQuery): string[];
|
|
4
4
|
//# sourceMappingURL=getObjectTypeApiNamesFromQuery.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getObjectTypeApiNamesFromQuery.d.ts","sourceRoot":"","sources":["../../../src/shared/getObjectTypeApiNamesFromQuery.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"getObjectTypeApiNamesFromQuery.d.ts","sourceRoot":"","sources":["../../../src/shared/getObjectTypeApiNamesFromQuery.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAGzE,wBAAgB,8BAA8B,CAC5C,KAAK,EAAE,WAAW,GAAG,aAAa,YAUnC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { QueryDataType } from "@osdk/
|
|
1
|
+
import type { QueryDataType } from "@osdk/internal.foundry.core";
|
|
2
2
|
export declare function getObjectTypesFromQueryDataType(dataType: QueryDataType, types: Set<string>): void;
|
|
3
3
|
//# sourceMappingURL=getObjectTypesFromQueryDataType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getObjectTypesFromQueryDataType.d.ts","sourceRoot":"","sources":["../../../src/shared/getObjectTypesFromQueryDataType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"getObjectTypesFromQueryDataType.d.ts","sourceRoot":"","sources":["../../../src/shared/getObjectTypesFromQueryDataType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAEjE,wBAAgB,+BAA+B,CAC7C,QAAQ,EAAE,aAAa,EACvB,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,QAoDnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isNullableQueryDataType.d.ts","sourceRoot":"","sources":["../../../src/shared/isNullableQueryDataType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"isNullableQueryDataType.d.ts","sourceRoot":"","sources":["../../../src/shared/isNullableQueryDataType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAEjE,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,aAAa,GAAG,OAAO,CAQrE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { ActionDefinition } from "@osdk/api";
|
|
2
|
-
import type { ActionTypeV2 } from "@osdk/
|
|
2
|
+
import type { ActionTypeV2 } from "@osdk/internal.foundry.core";
|
|
3
3
|
export declare function wireActionTypeV2ToSdkActionDefinition(input: ActionTypeV2): ActionDefinition<any, any>;
|
|
4
4
|
//# sourceMappingURL=wireActionTypeV2ToSdkActionDefinition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wireActionTypeV2ToSdkActionDefinition.d.ts","sourceRoot":"","sources":["../../../src/shared/wireActionTypeV2ToSdkActionDefinition.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,gBAAgB,EAGjB,MAAM,WAAW,CAAC;AACnB,OAAO,KAAK,EAGV,YAAY,EACb,MAAM,
|
|
1
|
+
{"version":3,"file":"wireActionTypeV2ToSdkActionDefinition.d.ts","sourceRoot":"","sources":["../../../src/shared/wireActionTypeV2ToSdkActionDefinition.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,gBAAgB,EAGjB,MAAM,WAAW,CAAC;AACnB,OAAO,KAAK,EAGV,YAAY,EACb,MAAM,6BAA6B,CAAC;AAGrC,wBAAgB,qCAAqC,CACnD,KAAK,EAAE,YAAY,GAClB,gBAAgB,CAAC,GAAG,EAAE,GAAG,CAAC,CAiB5B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { QueryDataTypeDefinition } from "@osdk/api";
|
|
2
|
-
import type { QueryDataType } from "@osdk/
|
|
2
|
+
import type { QueryDataType } from "@osdk/internal.foundry.core";
|
|
3
3
|
export declare function wireQueryDataTypeToQueryDataTypeDefinition<K extends string>(input: QueryDataType): QueryDataTypeDefinition<K, any>;
|
|
4
4
|
//# sourceMappingURL=wireQueryDataTypeToQueryDataTypeDefinition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wireQueryDataTypeToQueryDataTypeDefinition.d.ts","sourceRoot":"","sources":["../../../src/shared/wireQueryDataTypeToQueryDataTypeDefinition.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,uBAAuB,EAGxB,MAAM,WAAW,CAAC;AACnB,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"wireQueryDataTypeToQueryDataTypeDefinition.d.ts","sourceRoot":"","sources":["../../../src/shared/wireQueryDataTypeToQueryDataTypeDefinition.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,uBAAuB,EAGxB,MAAM,WAAW,CAAC;AACnB,OAAO,KAAK,EAEV,aAAa,EAGd,MAAM,6BAA6B,CAAC;AAGrC,wBAAgB,0CAA0C,CACxD,CAAC,SAAS,MAAM,EAEhB,KAAK,EAAE,aAAa,GACnB,uBAAuB,CAAC,CAAC,EAAE,GAAG,CAAC,CAuGjC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { QueryDefinition, QueryParameterDefinition } from "@osdk/api";
|
|
2
|
-
import type { QueryParameterV2, QueryTypeV2 } from "@osdk/
|
|
2
|
+
import type { QueryParameterV2, QueryTypeV2 } from "@osdk/internal.foundry.core";
|
|
3
3
|
export declare function wireQueryTypeV2ToSdkQueryDefinition(input: QueryTypeV2): QueryDefinition<any, any>;
|
|
4
4
|
export declare function wireQueryTypeV2ToSdkQueryDefinitionNoParams(input: QueryTypeV2): {
|
|
5
5
|
type: string;
|
|
6
|
-
apiName:
|
|
6
|
+
apiName: import("@osdk/internal.foundry.core").QueryApiName;
|
|
7
7
|
description: string | undefined;
|
|
8
|
-
displayName:
|
|
9
|
-
version:
|
|
8
|
+
displayName: import("@osdk/internal.foundry.core").DisplayName | undefined;
|
|
9
|
+
version: import("@osdk/internal.foundry.core").FunctionVersion;
|
|
10
10
|
};
|
|
11
11
|
export declare function wireQueryParameterV2ToQueryParameterDefinition(parameter: QueryParameterV2): QueryParameterDefinition<any>;
|
|
12
12
|
//# sourceMappingURL=wireQueryTypeV2ToSdkQueryDefinition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wireQueryTypeV2ToSdkQueryDefinition.d.ts","sourceRoot":"","sources":["../../../src/shared/wireQueryTypeV2ToSdkQueryDefinition.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAC3E,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"wireQueryTypeV2ToSdkQueryDefinition.d.ts","sourceRoot":"","sources":["../../../src/shared/wireQueryTypeV2ToSdkQueryDefinition.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAC3E,OAAO,KAAK,EACV,gBAAgB,EAChB,WAAW,EACZ,MAAM,6BAA6B,CAAC;AAKrC,wBAAgB,mCAAmC,CACjD,KAAK,EAAE,WAAW,GACjB,eAAe,CAAC,GAAG,EAAE,GAAG,CAAC,CAc3B;AAED,wBAAgB,2CAA2C,CACzD,KAAK,EAAE,WAAW;;;;;;EASnB;AAED,wBAAgB,8CAA8C,CAC5D,SAAS,EAAE,gBAAgB,GAC1B,wBAAwB,CAAC,GAAG,CAAC,CAK/B"}
|
|
@@ -58,6 +58,12 @@ export declare const TodoWireOntology: {
|
|
|
58
58
|
apiName: string;
|
|
59
59
|
primaryKey: string;
|
|
60
60
|
displayName: string;
|
|
61
|
+
pluralDisplayName: string;
|
|
62
|
+
icon: {
|
|
63
|
+
type: "blueprint";
|
|
64
|
+
name: string;
|
|
65
|
+
color: string;
|
|
66
|
+
};
|
|
61
67
|
description: string;
|
|
62
68
|
titleProperty: string;
|
|
63
69
|
properties: {
|
|
@@ -89,6 +95,7 @@ export declare const TodoWireOntology: {
|
|
|
89
95
|
objectTypeApiName: string;
|
|
90
96
|
status: "ACTIVE";
|
|
91
97
|
foreignKeyPropertyApiName: string;
|
|
98
|
+
linkTypeRid: string;
|
|
92
99
|
}[];
|
|
93
100
|
implementsInterfaces: string[];
|
|
94
101
|
implementsInterfaces2: {
|
|
@@ -105,6 +112,12 @@ export declare const TodoWireOntology: {
|
|
|
105
112
|
apiName: string;
|
|
106
113
|
primaryKey: string;
|
|
107
114
|
displayName: string;
|
|
115
|
+
pluralDisplayName: string;
|
|
116
|
+
icon: {
|
|
117
|
+
type: "blueprint";
|
|
118
|
+
name: string;
|
|
119
|
+
color: string;
|
|
120
|
+
};
|
|
108
121
|
description: string;
|
|
109
122
|
titleProperty: string;
|
|
110
123
|
properties: {
|
|
@@ -124,6 +137,7 @@ export declare const TodoWireOntology: {
|
|
|
124
137
|
objectTypeApiName: string;
|
|
125
138
|
status: "ACTIVE";
|
|
126
139
|
foreignKeyPropertyApiName: string;
|
|
140
|
+
linkTypeRid: string;
|
|
127
141
|
}[];
|
|
128
142
|
implementsInterfaces: never[];
|
|
129
143
|
implementsInterfaces2: {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TodoWireOntology.d.ts","sourceRoot":"","sources":["../../../../src/util/test/TodoWireOntology.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"TodoWireOntology.d.ts","sourceRoot":"","sources":["../../../../src/util/test/TodoWireOntology.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6MK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formatTs.d.ts","sourceRoot":"","sources":["../../../../src/util/test/formatTs.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"formatTs.d.ts","sourceRoot":"","sources":["../../../../src/util/test/formatTs.ts"],"names":[],"mappings":"AAkBA,wBAAgB,QAAQ,CAAC,QAAQ,EAAE,MAAM,4BAcxC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generateClientSdkVersionTwoPointZero.d.ts","sourceRoot":"","sources":["../../../src/v2.0/generateClientSdkVersionTwoPointZero.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAIjD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"generateClientSdkVersionTwoPointZero.d.ts","sourceRoot":"","sources":["../../../src/v2.0/generateClientSdkVersionTwoPointZero.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAIjD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAgE3E,wBAAsB,oCAAoC,CACxD,QAAQ,EAAE,sBAAsB,EAChC,SAAS,EAAE,MAAM,EACjB,EAAE,EAAE,SAAS,EACb,MAAM,EAAE,MAAM,EACd,WAAW,GAAE,QAAQ,GAAG,UAAuB,EAC/C,oBAAoB,CAAC,EAAE,MAAM,EAC7B,sBAAsB,GAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAa,iBAgDxD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generatePerActionDataFiles.d.ts","sourceRoot":"","sources":["../../../src/v2.0/generatePerActionDataFiles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"generatePerActionDataFiles.d.ts","sourceRoot":"","sources":["../../../src/v2.0/generatePerActionDataFiles.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAU7E,wBAAsB,0BAA0B,CAC9C,EACE,iBAAiB,EAAE,QAAQ,EAC3B,EAAE,EACF,MAAM,EAAE,UAAU,EAClB,SAAc,EACd,QAAQ,EAAE,gBAAgB,GAC3B,EAAE,IAAI,CACL,eAAe,EACb,mBAAmB,GACnB,IAAI,GACJ,QAAQ,GACR,WAAW,GACX,UAAU,CACb,iBAkOF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generatePerQueryDataFiles.d.ts","sourceRoot":"","sources":["../../../src/v2.0/generatePerQueryDataFiles.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAG1D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kDAAkD,CAAC;AAEnG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;
|
|
1
|
+
{"version":3,"file":"generatePerQueryDataFiles.d.ts","sourceRoot":"","sources":["../../../src/v2.0/generatePerQueryDataFiles.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,WAAW,CAAC;AAG1D,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kDAAkD,CAAC;AAEnG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAc7E,wBAAsB,2BAA2B,CAC/C,EACE,EAAE,EACF,MAAM,EAAE,UAAU,EAClB,QAAQ,EACR,SAAc,GACf,EAAE,IAAI,CACL,eAAe,EACb,IAAI,GACJ,QAAQ,GACR,WAAW,GACX,UAAU,CACb,EACD,EAAE,EAAE,OAAO,iBA+BZ;AA2JD,wBAAgB,eAAe,CAC7B,KAAK,EAAE,wBAAwB,CAAC,GAAG,CAAC,EACpC,EAAE,OAAO,EAAE,EAAE;IAAE,OAAO,EAAE,MAAM,CAAA;CAAE,UAcjC;AAED,wBAAgB,iBAAiB,CAC/B,gBAAgB,EAAE,0BAA0B,EAC5C,KAAK,EAAE,wBAAwB,CAAC,GAAG,EAAE,GAAG,CAAC,EACzC,IAAI,EAAE,OAAO,GAAG,QAAQ,GACvB,MAAM,CAyDR"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDescriptionIfPresent.d.ts","sourceRoot":"","sources":["../../../src/v2.0/getDescriptionIfPresent.ts"],"names":[],"mappings":"AAgBA,wBAAgB,uBAAuB,CACrC,WAAW,CAAC,EAAE,MAAM,EACpB,cAAc,CAAC,EAAE,OAAO,UAQzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wireObjectTypeV2ToSdkObjectConstV2.d.ts","sourceRoot":"","sources":["../../../src/v2.0/wireObjectTypeV2ToSdkObjectConstV2.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kDAAkD,CAAC;AAOnG,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,UAE/D;
|
|
1
|
+
{"version":3,"file":"wireObjectTypeV2ToSdkObjectConstV2.d.ts","sourceRoot":"","sources":["../../../src/v2.0/wireObjectTypeV2ToSdkObjectConstV2.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;AACzF,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kDAAkD,CAAC;AAOnG,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,UAE/D;AAiHD,MAAM,WAAW,WAAY,SAC3B,MAAM,CACF,sBAAsB,GACtB,wBAAwB,GACxB,2BAA2B,GAC3B,qBAAqB,GACrB,2BAA2B,GAC3B,iCAAiC,GACjC,qBAAqB,EACvB,MAAM,CACP;CACD;AAEF,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,kBAAkB,GAAG,qBAAqB,EAClD,UAAU,EAAE,MAAM,EAClB,EACE,yBAAyB,EACzB,mBAAmB,EACnB,+BAA+B,EAC/B,yBAAyB,GAC1B,EAAE,WAAW,UAgBf;AAED,wBAAgB,eAAe,CAC7B,MAAM,EAAE,kBAAkB,GAAG,qBAAqB,EAClD,EACE,mBAAmB,EACnB,mBAAmB,EACnB,sBAAsB,EACtB,oBAAoB,GACrB,EAAE,WAAW,UAYf;AAeD,wBAAgB,WAAW,CACzB,IAAI,EAAE,qBAAqB,GAAG,kBAAkB,EAChD,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,OAAO,UAoBhB;AAED,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,kBAAkB,GAAG,qBAAqB,EAClD,QAAQ,EAAE,0BAA0B,EACpC,UAAU,EAAE,MAAM,EAClB,EACE,mBAAmB,EACnB,mBAAmB,EACnB,yBAAyB,EACzB,+BAA+B,EAC/B,yBAAyB,GAC1B,EAAE,WAAW,UAkDf;AAED,wBAAgB,WAAW,CACzB,QAAQ,EAAE,0BAA0B,EACpC,MAAM,EAAE,kBAAkB,GAAG,qBAAqB,EAClD,UAAU,EAAE,MAAM,UAiCnB;AAED,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,kBAAkB,GAAG,qBAAqB,UAOjD"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { ActionTypeV2 } from "@osdk/
|
|
1
|
+
import type { ActionTypeV2 } from "@osdk/internal.foundry.core";
|
|
2
2
|
import type { EnhanceCommon } from "./EnhanceCommon.js";
|
|
3
3
|
import { EnhancedBase } from "./EnhancedBase.js";
|
|
4
4
|
export declare class EnhancedAction extends EnhancedBase<ActionTypeV2> {
|
|
5
|
-
|
|
6
|
-
constructor(common: EnhanceCommon,
|
|
5
|
+
raw: ActionTypeV2;
|
|
6
|
+
constructor(common: EnhanceCommon, raw: ActionTypeV2);
|
|
7
7
|
get description(): string | undefined;
|
|
8
|
-
get parameters(): Record<
|
|
9
|
-
get operations():
|
|
8
|
+
get parameters(): Record<import("@osdk/internal.foundry.core").ParameterId, import("@osdk/internal.foundry.core").ActionParameterV2>;
|
|
9
|
+
get operations(): import("@osdk/internal.foundry.core").LogicRule[];
|
|
10
10
|
get paramsIdentifier(): string;
|
|
11
11
|
get definitionIdentifier(): string;
|
|
12
12
|
get definitionParamsIdentifier(): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnhancedAction.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedAction.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"EnhancedAction.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedAction.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,qBAAa,cAAe,SAAQ,YAAY,CAAC,YAAY,CAAC;IAClB,GAAG,EAAE,YAAY;gBAA/C,MAAM,EAAE,aAAa,EAAS,GAAG,EAAE,YAAY;IAI3D,IAAI,WAAW,uBAEd;IAED,IAAI,UAAU,uHAEb;IAED,IAAI,UAAU,sDAEb;IAED,IAAI,gBAAgB,WAEnB;IAED,IAAI,oBAAoB,WAEvB;IAED,IAAI,0BAA0B,WAE7B;CACF"}
|
|
@@ -16,8 +16,8 @@ export declare abstract class AbstractImportable {
|
|
|
16
16
|
getImportPathRelTo: (filePath: string) => string;
|
|
17
17
|
}
|
|
18
18
|
export declare abstract class EnhancedBase<T> extends AbstractImportable {
|
|
19
|
-
|
|
20
|
-
constructor(common: EnhanceCommon,
|
|
19
|
+
raw: T;
|
|
20
|
+
constructor(common: EnhanceCommon, raw: T, fullApiName: string, basePath: string);
|
|
21
21
|
}
|
|
22
22
|
export declare function extractNamespace(fqApiName: string): [string | undefined, string];
|
|
23
23
|
//# sourceMappingURL=EnhancedBase.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnhancedBase.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedBase.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,8BAAsB,kBAAkB;IACtC,SAAS,CAAC,OAAO,EAAE,aAAa,CAAC;IAEjC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IAEjC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IAEzB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;gBAGzC,MAAM,EAAE,aAAa,EACrB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM;IAqBlB,kBAAkB,aAAc,MAAM,YAYpC;CACH;AAED,8BAAsB,YAAY,CAAC,CAAC,CAAE,SAAQ,kBAAkB;IAC9D,
|
|
1
|
+
{"version":3,"file":"EnhancedBase.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedBase.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,8BAAsB,kBAAkB;IACtC,SAAS,CAAC,OAAO,EAAE,aAAa,CAAC;IAEjC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IAEjC;;;OAGG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,MAAM,CAAC;IAEzB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;gBAGzC,MAAM,EAAE,aAAa,EACrB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM;IAqBlB,kBAAkB,aAAc,MAAM,YAYpC;CACH;AAED,8BAAsB,YAAY,CAAC,CAAC,CAAE,SAAQ,kBAAkB;IAC9D,GAAG,EAAE,CAAC,CAAC;gBAGL,MAAM,EAAE,aAAa,EACrB,GAAG,EAAE,CAAC,EACN,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,MAAM;CAWnB;AAED,wBAAgB,gBAAgB,CAC9B,SAAS,EAAE,MAAM,GAChB,CAAC,MAAM,GAAG,SAAS,EAAE,MAAM,CAAC,CAI9B"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import type { InterfaceDefinition } from "@osdk/api";
|
|
2
|
-
import type { InterfaceType
|
|
2
|
+
import type { InterfaceType } from "@osdk/internal.foundry.core";
|
|
3
3
|
import type { EnhanceCommon } from "./EnhanceCommon.js";
|
|
4
4
|
import { EnhancedBase } from "./EnhancedBase.js";
|
|
5
5
|
export declare class EnhancedInterfaceType extends EnhancedBase<InterfaceType> {
|
|
6
|
-
|
|
7
|
-
constructor(common: EnhanceCommon,
|
|
6
|
+
raw: InterfaceType;
|
|
7
|
+
constructor(common: EnhanceCommon, raw: InterfaceType);
|
|
8
8
|
getDefinitionIdentifier(v2: boolean): string;
|
|
9
9
|
getImportedDefinitionIdentifier(v2: boolean): string;
|
|
10
|
-
get properties(): Record<
|
|
10
|
+
get properties(): Record<import("@osdk/internal.foundry.core").SharedPropertyTypeApiName, import("@osdk/internal.foundry.core").SharedPropertyType>;
|
|
11
11
|
getCleanedUpDefinition(v2: boolean): InterfaceDefinition<any, any>;
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=EnhancedInterfaceType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnhancedInterfaceType.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedInterfaceType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"EnhancedInterfaceType.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedInterfaceType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAErD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAEjE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,qBAAa,qBAAsB,SAAQ,YAAY,CAAC,aAAa,CAAC;IAC1B,GAAG,EAAE,aAAa;gBAAhD,MAAM,EAAE,aAAa,EAAS,GAAG,EAAE,aAAa;IAI5D,uBAAuB,CAAC,EAAE,EAAE,OAAO;IAInC,+BAA+B,CAAC,EAAE,EAAE,OAAO;IAI3C,IAAI,UAAU,sIAEb;IAED,sBAAsB,CAAC,EAAE,EAAE,OAAO,GAAG,mBAAmB,CAAC,GAAG,EAAE,GAAG,CAAC;CAQnE"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { ObjectTypeDefinition } from "@osdk/api";
|
|
2
|
-
import type { ObjectTypeFullMetadata } from "@osdk/
|
|
2
|
+
import type { ObjectTypeFullMetadata } from "@osdk/internal.foundry.core";
|
|
3
3
|
import type { EnhanceCommon } from "./EnhanceCommon.js";
|
|
4
4
|
import { EnhancedBase } from "./EnhancedBase.js";
|
|
5
5
|
export declare class EnhancedObjectType extends EnhancedBase<ObjectTypeFullMetadata> {
|
|
6
|
-
|
|
7
|
-
constructor(common: EnhanceCommon,
|
|
6
|
+
raw: ObjectTypeFullMetadata;
|
|
7
|
+
constructor(common: EnhanceCommon, raw: ObjectTypeFullMetadata);
|
|
8
8
|
getDefinitionIdentifier(v2: boolean): string;
|
|
9
9
|
getImportedDefinitionIdentifier(v2: boolean): string;
|
|
10
10
|
getCleanedUpDefinition(v2: boolean): ObjectTypeDefinition<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnhancedObjectType.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedObjectType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"EnhancedObjectType.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedObjectType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AAEtD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,qBAAa,kBAAmB,SAAQ,YAAY,CAAC,sBAAsB,CAAC;IAChC,GAAG,EAAE,sBAAsB;gBAAzD,MAAM,EAAE,aAAa,EAAS,GAAG,EAAE,sBAAsB;IAIrE,uBAAuB,CAAC,EAAE,EAAE,OAAO;IAInC,+BAA+B,CAAC,EAAE,EAAE,OAAO;IAI3C,sBAAsB,CAAC,EAAE,EAAE,OAAO,GAAG,oBAAoB,CAAC,GAAG,CAAC;CAQ/D"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { OntologyV2 } from "@osdk/internal.foundry.core";
|
|
2
2
|
import type { WireOntologyDefinition } from "../WireOntologyDefinition.js";
|
|
3
3
|
import type { EnhanceCommon } from "./EnhanceCommon.js";
|
|
4
4
|
import { EnhancedAction } from "./EnhancedAction.js";
|
|
@@ -11,13 +11,13 @@ export declare class EnhancedOntologyDefinition {
|
|
|
11
11
|
#private;
|
|
12
12
|
ontology: OntologyV2;
|
|
13
13
|
objectTypes: Record<string, EnhancedObjectType>;
|
|
14
|
-
actionTypes: Record<
|
|
15
|
-
queryTypes: Record<
|
|
16
|
-
interfaceTypes: Record<
|
|
17
|
-
sharedPropertyTypes: Record<
|
|
18
|
-
|
|
14
|
+
actionTypes: Record<string, EnhancedAction>;
|
|
15
|
+
queryTypes: Record<string, EnhancedQuery>;
|
|
16
|
+
interfaceTypes: Record<string, EnhancedInterfaceType>;
|
|
17
|
+
sharedPropertyTypes: Record<string, EnhancedSharedPropertyType>;
|
|
18
|
+
raw: WireOntologyDefinition;
|
|
19
19
|
common: EnhanceCommon;
|
|
20
|
-
constructor(
|
|
20
|
+
constructor(raw: WireOntologyDefinition, ontologyApiNamespace: string | undefined, apiNamespacePackageMap: Map<string, string>, importExt: string);
|
|
21
21
|
requireObjectType: <L extends boolean = false>(fullApiName: string, localOnly?: L | undefined) => L extends true ? this["objectTypes"][string] : ForeignType;
|
|
22
22
|
requireInterfaceType: <L extends boolean = false>(fullApiName: string, localOnly?: L | undefined) => L extends true ? this["interfaceTypes"][string] : ForeignType;
|
|
23
23
|
requireActionType: <L extends boolean = false>(fullApiName: string, localOnly?: L | undefined) => L extends true ? this["actionTypes"][string] : ForeignType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnhancedOntologyDefinition.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedOntologyDefinition.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"EnhancedOntologyDefinition.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedOntologyDefinition.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,qBAAa,0BAA0B;;IACrC,QAAQ,EAAE,UAAU,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC;IAChD,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;IAC5C,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IAC1C,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,qBAAqB,CAAC,CAAC;IACtD,mBAAmB,EAAE,MAAM,CACzB,MAAM,EACN,0BAA0B,CAC3B,CAAC;IAGF,GAAG,EAAE,sBAAsB,CAAC;IAC5B,MAAM,EAAE,aAAa,CAAC;gBAGpB,GAAG,EAAE,sBAAsB,EAC3B,oBAAoB,EAAE,MAAM,GAAG,SAAS,EACxC,sBAAsB,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,EAC3C,SAAS,EAAE,MAAM;IAkFZ,iBAAiB,GAnCd,CAAC,SAAS,OAAO,uBACV,MAAM,2FAkC2C;IAC3D,oBAAoB,GApCjB,CAAC,SAAS,OAAO,uBACV,MAAM,8FAmCiD;IACjE,iBAAiB,GArCd,CAAC,SAAS,OAAO,uBACV,MAAM,2FAoC2C;IAC3D,gBAAgB,GAtCb,CAAC,SAAS,OAAO,uBACV,MAAM,0FAqCyC;IACzD,yBAAyB,GAvCtB,CAAC,SAAS,OAAO,uBACV,MAAM,mGAwCrB;CACH"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type { QueryTypeV2 } from "@osdk/
|
|
1
|
+
import type { QueryTypeV2 } from "@osdk/internal.foundry.core";
|
|
2
2
|
import type { EnhanceCommon } from "./EnhanceCommon.js";
|
|
3
3
|
import { EnhancedBase } from "./EnhancedBase.js";
|
|
4
4
|
export declare class EnhancedQuery extends EnhancedBase<QueryTypeV2> {
|
|
5
|
-
|
|
6
|
-
constructor(common: EnhanceCommon,
|
|
5
|
+
raw: QueryTypeV2;
|
|
6
|
+
constructor(common: EnhanceCommon, raw: QueryTypeV2);
|
|
7
7
|
get description(): string | undefined;
|
|
8
|
-
get parameters(): Record<
|
|
9
|
-
get output(): import("@osdk/
|
|
8
|
+
get parameters(): Record<import("@osdk/internal.foundry.core").ParameterId, import("@osdk/internal.foundry.core").QueryParameterV2>;
|
|
9
|
+
get output(): import("@osdk/internal.foundry.core").QueryDataType;
|
|
10
10
|
get paramsIdentifier(): string;
|
|
11
11
|
get definitionIdentifier(): string;
|
|
12
12
|
get definitionParamsIdentifier(): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnhancedQuery.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedQuery.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"EnhancedQuery.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedQuery.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,qBAAa,aAAc,SAAQ,YAAY,CAAC,WAAW,CAAC;IAChB,GAAG,EAAE,WAAW;gBAA9C,MAAM,EAAE,aAAa,EAAS,GAAG,EAAE,WAAW;IAI1D,IAAI,WAAW,uBAEd;IAED,IAAI,UAAU,sHAEb;IAED,IAAI,MAAM,wDAET;IAED,IAAI,gBAAgB,WAEnB;IAED,IAAI,oBAAoB,WAEvB;IAED,IAAI,0BAA0B,WAE7B;CACF"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { SharedPropertyType } from "@osdk/
|
|
1
|
+
import type { SharedPropertyType } from "@osdk/internal.foundry.core";
|
|
2
2
|
import type { EnhanceCommon } from "./EnhanceCommon.js";
|
|
3
3
|
import { EnhancedBase } from "./EnhancedBase.js";
|
|
4
4
|
export declare class EnhancedSharedPropertyType extends EnhancedBase<SharedPropertyType> {
|
|
5
|
-
|
|
6
|
-
constructor(common: EnhanceCommon,
|
|
5
|
+
raw: SharedPropertyType;
|
|
6
|
+
constructor(common: EnhanceCommon, raw: SharedPropertyType);
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=EnhancedSharedPropertyType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnhancedSharedPropertyType.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedSharedPropertyType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"EnhancedSharedPropertyType.d.ts","sourceRoot":"","sources":["../../../src/GenerateContext/EnhancedSharedPropertyType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AACtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,qBAAa,0BACX,SAAQ,YAAY,CAAC,kBAAkB,CAAC;IAEE,GAAG,EAAE,kBAAkB;gBAArD,MAAM,EAAE,aAAa,EAAS,GAAG,EAAE,kBAAkB;CAGlE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type * as gateway from "@osdk/
|
|
2
|
-
export interface WireOntologyDefinition extends gateway.
|
|
1
|
+
import type * as gateway from "@osdk/internal.foundry.core";
|
|
2
|
+
export interface WireOntologyDefinition extends gateway.OntologyFullMetadata {
|
|
3
3
|
}
|
|
4
4
|
//# sourceMappingURL=WireOntologyDefinition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WireOntologyDefinition.d.ts","sourceRoot":"","sources":["../../src/WireOntologyDefinition.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,OAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"WireOntologyDefinition.d.ts","sourceRoot":"","sources":["../../src/WireOntologyDefinition.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,OAAO,MAAM,6BAA6B,CAAC;AAE5D,MAAM,WAAW,sBAAuB,SAAQ,OAAO,CAAC,oBAAoB;CAC3E"}
|