@osdk/generator 2.0.0-beta.6 → 2.0.0-beta.8
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 +27 -0
- package/build/browser/index.js +92 -152
- 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 +92 -153
- 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 +92 -152
- 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,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.cjs";
|
|
3
3
|
import { EnhancedBase } from "./EnhancedBase.cjs";
|
|
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.cjs";
|
|
4
4
|
import { EnhancedBase } from "./EnhancedBase.cjs";
|
|
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.cjs";
|
|
4
4
|
import { EnhancedBase } from "./EnhancedBase.cjs";
|
|
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.cjs";
|
|
3
3
|
import type { EnhanceCommon } from "./EnhanceCommon.cjs";
|
|
4
4
|
import { EnhancedAction } from "./EnhancedAction.cjs";
|
|
@@ -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.cjs";
|
|
3
3
|
import { EnhancedBase } from "./EnhancedBase.cjs";
|
|
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.cjs";
|
|
3
3
|
import { EnhancedBase } from "./EnhancedBase.cjs";
|
|
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"}
|