@osdk/internal.foundry.ontologiesv2 2.12.0 → 2.14.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/CHANGELOG.md +22 -0
- package/build/browser/public/Action.d.ts +19 -19
- package/build/browser/public/Action.d.ts.map +1 -1
- package/build/browser/public/ActionTypeV2.d.ts +6 -5
- package/build/browser/public/ActionTypeV2.d.ts.map +1 -1
- package/build/browser/public/Attachment.d.ts +4 -3
- package/build/browser/public/Attachment.d.ts.map +1 -1
- package/build/browser/public/AttachmentPropertyV2.d.ts +29 -29
- package/build/browser/public/AttachmentPropertyV2.d.ts.map +1 -1
- package/build/browser/public/LinkedObjectV2.d.ts +19 -18
- package/build/browser/public/LinkedObjectV2.d.ts.map +1 -1
- package/build/browser/public/MediaReferenceProperty.d.ts +17 -16
- package/build/browser/public/MediaReferenceProperty.d.ts.map +1 -1
- package/build/browser/public/ObjectTypeV2.d.ts +16 -15
- package/build/browser/public/ObjectTypeV2.d.ts.map +1 -1
- package/build/browser/public/OntologyInterface.d.ts +14 -13
- package/build/browser/public/OntologyInterface.d.ts.map +1 -1
- package/build/browser/public/OntologyObjectSet.d.ts +27 -26
- package/build/browser/public/OntologyObjectSet.d.ts.map +1 -1
- package/build/browser/public/OntologyObjectV2.d.ts +32 -31
- package/build/browser/public/OntologyObjectV2.d.ts.map +1 -1
- package/build/browser/public/OntologyV2.d.ts +4 -4
- package/build/browser/public/OntologyV2.d.ts.map +1 -1
- package/build/browser/public/Query.d.ts +7 -7
- package/build/browser/public/Query.d.ts.map +1 -1
- package/build/browser/public/QueryType.d.ts +6 -5
- package/build/browser/public/QueryType.d.ts.map +1 -1
- package/build/browser/public/TimeSeriesPropertyV2.d.ts +23 -23
- package/build/browser/public/TimeSeriesPropertyV2.d.ts.map +1 -1
- package/build/browser/public/TimeSeriesValueBankProperty.d.ts +15 -15
- package/build/browser/public/TimeSeriesValueBankProperty.d.ts.map +1 -1
- package/build/esm/public/Action.d.ts +19 -19
- package/build/esm/public/Action.d.ts.map +1 -1
- package/build/esm/public/ActionTypeV2.d.ts +6 -5
- package/build/esm/public/ActionTypeV2.d.ts.map +1 -1
- package/build/esm/public/Attachment.d.ts +4 -3
- package/build/esm/public/Attachment.d.ts.map +1 -1
- package/build/esm/public/AttachmentPropertyV2.d.ts +29 -29
- package/build/esm/public/AttachmentPropertyV2.d.ts.map +1 -1
- package/build/esm/public/LinkedObjectV2.d.ts +19 -18
- package/build/esm/public/LinkedObjectV2.d.ts.map +1 -1
- package/build/esm/public/MediaReferenceProperty.d.ts +17 -16
- package/build/esm/public/MediaReferenceProperty.d.ts.map +1 -1
- package/build/esm/public/ObjectTypeV2.d.ts +16 -15
- package/build/esm/public/ObjectTypeV2.d.ts.map +1 -1
- package/build/esm/public/OntologyInterface.d.ts +14 -13
- package/build/esm/public/OntologyInterface.d.ts.map +1 -1
- package/build/esm/public/OntologyObjectSet.d.ts +27 -26
- package/build/esm/public/OntologyObjectSet.d.ts.map +1 -1
- package/build/esm/public/OntologyObjectV2.d.ts +32 -31
- package/build/esm/public/OntologyObjectV2.d.ts.map +1 -1
- package/build/esm/public/OntologyV2.d.ts +4 -4
- package/build/esm/public/OntologyV2.d.ts.map +1 -1
- package/build/esm/public/Query.d.ts +7 -7
- package/build/esm/public/Query.d.ts.map +1 -1
- package/build/esm/public/QueryType.d.ts +6 -5
- package/build/esm/public/QueryType.d.ts.map +1 -1
- package/build/esm/public/TimeSeriesPropertyV2.d.ts +23 -23
- package/build/esm/public/TimeSeriesPropertyV2.d.ts.map +1 -1
- package/build/esm/public/TimeSeriesValueBankProperty.d.ts +15 -15
- package/build/esm/public/TimeSeriesValueBankProperty.d.ts.map +1 -1
- package/package.json +4 -3
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type * as _Core from "@osdk/internal.foundry.core";
|
|
2
|
+
import type * as _Ontologies from "@osdk/internal.foundry.ontologies";
|
|
2
3
|
import type { SharedClient as $OldClient, SharedClientContext as $OldClientContext } from "@osdk/shared.client";
|
|
3
4
|
import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client2";
|
|
4
5
|
/**
|
|
@@ -13,9 +14,9 @@ import type { SharedClient as $Client, SharedClientContext as $ClientContext } f
|
|
|
13
14
|
* URL: /v2/ontologies/{ontology}/objectSets/createTemporary
|
|
14
15
|
*/
|
|
15
16
|
export declare function createTemporary($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
16
|
-
ontology:
|
|
17
|
-
$body:
|
|
18
|
-
]): Promise<
|
|
17
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
18
|
+
$body: _Ontologies.CreateTemporaryObjectSetRequestV2
|
|
19
|
+
]): Promise<_Ontologies.CreateTemporaryObjectSetResponseV2>;
|
|
19
20
|
/**
|
|
20
21
|
* Gets the definition of the `ObjectSet` with the given RID.
|
|
21
22
|
*
|
|
@@ -27,9 +28,9 @@ export declare function createTemporary($ctx: $Client | $ClientContext | $OldCli
|
|
|
27
28
|
* URL: /v2/ontologies/{ontology}/objectSets/{objectSetRid}
|
|
28
29
|
*/
|
|
29
30
|
export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
30
|
-
ontology:
|
|
31
|
-
objectSetRid:
|
|
32
|
-
]): Promise<
|
|
31
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
32
|
+
objectSetRid: _Ontologies.ObjectSetRid
|
|
33
|
+
]): Promise<_Ontologies.ObjectSet>;
|
|
33
34
|
/**
|
|
34
35
|
* Load the ontology objects present in the `ObjectSet` from the provided object set definition.
|
|
35
36
|
*
|
|
@@ -46,13 +47,13 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
|
|
|
46
47
|
* URL: /v2/ontologies/{ontology}/objectSets/loadObjects
|
|
47
48
|
*/
|
|
48
49
|
export declare function load($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
49
|
-
ontology:
|
|
50
|
-
$body:
|
|
50
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
51
|
+
$body: _Ontologies.LoadObjectSetRequestV2,
|
|
51
52
|
$queryParams?: {
|
|
52
|
-
artifactRepository?:
|
|
53
|
-
packageName?:
|
|
53
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
54
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
54
55
|
}
|
|
55
|
-
]): Promise<
|
|
56
|
+
]): Promise<_Ontologies.LoadObjectSetResponseV2>;
|
|
56
57
|
/**
|
|
57
58
|
* Load the ontology objects present in the `ObjectSet` from the provided object set definition. The resulting
|
|
58
59
|
* objects may be scoped to an object type, in which all the selected properties on the object type are returned, or scoped
|
|
@@ -74,14 +75,14 @@ export declare function load($ctx: $Client | $ClientContext | $OldClient | $OldC
|
|
|
74
75
|
* URL: /v2/ontologies/{ontology}/objectSets/loadObjectsMultipleObjectTypes
|
|
75
76
|
*/
|
|
76
77
|
export declare function loadMultipleObjectTypes($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
77
|
-
ontology:
|
|
78
|
-
$body:
|
|
78
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
79
|
+
$body: _Ontologies.LoadObjectSetV2MultipleObjectTypesRequest,
|
|
79
80
|
$queryParams?: {
|
|
80
|
-
artifactRepository?:
|
|
81
|
-
packageName?:
|
|
81
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
82
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
82
83
|
preview?: _Core.PreviewMode | undefined;
|
|
83
84
|
}
|
|
84
|
-
]): Promise<
|
|
85
|
+
]): Promise<_Ontologies.LoadObjectSetV2MultipleObjectTypesResponse>;
|
|
85
86
|
/**
|
|
86
87
|
* Load the ontology objects present in the `ObjectSet` from the provided object set definition. If the requested
|
|
87
88
|
* object set contains interfaces and the object can be viewed as an interface, it will contain the properties
|
|
@@ -105,14 +106,14 @@ export declare function loadMultipleObjectTypes($ctx: $Client | $ClientContext |
|
|
|
105
106
|
* URL: /v2/ontologies/{ontology}/objectSets/loadObjectsOrInterfaces
|
|
106
107
|
*/
|
|
107
108
|
export declare function loadObjectsOrInterfaces($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
108
|
-
ontology:
|
|
109
|
-
$body:
|
|
109
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
110
|
+
$body: _Ontologies.LoadObjectSetV2ObjectsOrInterfacesRequest,
|
|
110
111
|
$queryParams?: {
|
|
111
|
-
artifactRepository?:
|
|
112
|
-
packageName?:
|
|
112
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
113
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
113
114
|
preview?: _Core.PreviewMode | undefined;
|
|
114
115
|
}
|
|
115
|
-
]): Promise<
|
|
116
|
+
]): Promise<_Ontologies.LoadObjectSetV2ObjectsOrInterfacesResponse>;
|
|
116
117
|
/**
|
|
117
118
|
* Aggregates the ontology objects present in the `ObjectSet` from the provided object set definition.
|
|
118
119
|
*
|
|
@@ -124,11 +125,11 @@ export declare function loadObjectsOrInterfaces($ctx: $Client | $ClientContext |
|
|
|
124
125
|
* URL: /v2/ontologies/{ontology}/objectSets/aggregate
|
|
125
126
|
*/
|
|
126
127
|
export declare function aggregate($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
127
|
-
ontology:
|
|
128
|
-
$body:
|
|
128
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
129
|
+
$body: _Ontologies.AggregateObjectSetRequestV2,
|
|
129
130
|
$queryParams?: {
|
|
130
|
-
artifactRepository?:
|
|
131
|
-
packageName?:
|
|
131
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
132
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
132
133
|
}
|
|
133
|
-
]): Promise<
|
|
134
|
+
]): Promise<_Ontologies.AggregateObjectsResponseV2>;
|
|
134
135
|
//# sourceMappingURL=OntologyObjectSet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OntologyObjectSet.d.ts","sourceRoot":"","sources":["../../../src/public/OntologyObjectSet.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAa9B;;;;;;;;;;GAUG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"OntologyObjectSet.d.ts","sourceRoot":"","sources":["../../../src/public/OntologyObjectSet.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type * as _Core from "@osdk/internal.foundry.core";
|
|
2
|
+
import type * as _Ontologies from "@osdk/internal.foundry.ontologies";
|
|
2
3
|
import type { SharedClient as $OldClient, SharedClientContext as $OldClientContext } from "@osdk/shared.client";
|
|
3
4
|
import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client2";
|
|
4
5
|
/**
|
|
@@ -24,18 +25,18 @@ import type { SharedClient as $Client, SharedClientContext as $ClientContext } f
|
|
|
24
25
|
* URL: /v2/ontologies/{ontology}/objects/{objectType}
|
|
25
26
|
*/
|
|
26
27
|
export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
27
|
-
ontology:
|
|
28
|
-
objectType:
|
|
28
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
29
|
+
objectType: _Ontologies.ObjectTypeApiName,
|
|
29
30
|
$queryParams: {
|
|
30
31
|
pageSize?: _Core.PageSize | undefined;
|
|
31
32
|
pageToken?: _Core.PageToken | undefined;
|
|
32
|
-
select: Array<
|
|
33
|
-
orderBy?:
|
|
34
|
-
artifactRepository?:
|
|
35
|
-
packageName?:
|
|
33
|
+
select: Array<_Ontologies.SelectedPropertyApiName>;
|
|
34
|
+
orderBy?: _Ontologies.OrderBy | undefined;
|
|
35
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
36
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
36
37
|
excludeRid?: boolean | undefined;
|
|
37
38
|
}
|
|
38
|
-
]): Promise<
|
|
39
|
+
]): Promise<_Ontologies.ListObjectsResponseV2>;
|
|
39
40
|
/**
|
|
40
41
|
* Gets a specific object with the given primary key.
|
|
41
42
|
*
|
|
@@ -47,16 +48,16 @@ export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldC
|
|
|
47
48
|
* URL: /v2/ontologies/{ontology}/objects/{objectType}/{primaryKey}
|
|
48
49
|
*/
|
|
49
50
|
export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
50
|
-
ontology:
|
|
51
|
-
objectType:
|
|
52
|
-
primaryKey:
|
|
51
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
52
|
+
objectType: _Ontologies.ObjectTypeApiName,
|
|
53
|
+
primaryKey: _Ontologies.PropertyValueEscapedString,
|
|
53
54
|
$queryParams: {
|
|
54
|
-
select: Array<
|
|
55
|
-
artifactRepository?:
|
|
56
|
-
packageName?:
|
|
55
|
+
select: Array<_Ontologies.SelectedPropertyApiName>;
|
|
56
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
57
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
57
58
|
excludeRid?: boolean | undefined;
|
|
58
59
|
}
|
|
59
|
-
]): Promise<
|
|
60
|
+
]): Promise<_Ontologies.OntologyObjectV2>;
|
|
60
61
|
/**
|
|
61
62
|
* Returns a count of the objects of the given object type.
|
|
62
63
|
*
|
|
@@ -68,13 +69,13 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
|
|
|
68
69
|
* URL: /v2/ontologies/{ontology}/objects/{objectType}/count
|
|
69
70
|
*/
|
|
70
71
|
export declare function count($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
71
|
-
ontology:
|
|
72
|
-
objectType:
|
|
72
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
73
|
+
objectType: _Ontologies.ObjectTypeApiName,
|
|
73
74
|
$queryParams?: {
|
|
74
|
-
artifactRepository?:
|
|
75
|
-
packageName?:
|
|
75
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
76
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
76
77
|
}
|
|
77
|
-
]): Promise<
|
|
78
|
+
]): Promise<_Ontologies.CountObjectsResponseV2>;
|
|
78
79
|
/**
|
|
79
80
|
* Search for objects in the specified ontology and object type. The request body is used
|
|
80
81
|
* to filter objects based on the specified query. The supported queries are:
|
|
@@ -108,14 +109,14 @@ export declare function count($ctx: $Client | $ClientContext | $OldClient | $Old
|
|
|
108
109
|
* URL: /v2/ontologies/{ontology}/objects/{objectType}/search
|
|
109
110
|
*/
|
|
110
111
|
export declare function search($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
111
|
-
ontology:
|
|
112
|
-
objectType:
|
|
113
|
-
$body:
|
|
112
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
113
|
+
objectType: _Ontologies.ObjectTypeApiName,
|
|
114
|
+
$body: _Ontologies.SearchObjectsRequestV2,
|
|
114
115
|
$queryParams?: {
|
|
115
|
-
artifactRepository?:
|
|
116
|
-
packageName?:
|
|
116
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
117
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
117
118
|
}
|
|
118
|
-
]): Promise<
|
|
119
|
+
]): Promise<_Ontologies.SearchObjectsResponseV2>;
|
|
119
120
|
/**
|
|
120
121
|
* Perform functions on object fields in the specified ontology and object type.
|
|
121
122
|
*
|
|
@@ -127,12 +128,12 @@ export declare function search($ctx: $Client | $ClientContext | $OldClient | $Ol
|
|
|
127
128
|
* URL: /v2/ontologies/{ontology}/objects/{objectType}/aggregate
|
|
128
129
|
*/
|
|
129
130
|
export declare function aggregate($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
130
|
-
ontology:
|
|
131
|
-
objectType:
|
|
132
|
-
$body:
|
|
131
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
132
|
+
objectType: _Ontologies.ObjectTypeApiName,
|
|
133
|
+
$body: _Ontologies.AggregateObjectsRequestV2,
|
|
133
134
|
$queryParams?: {
|
|
134
|
-
artifactRepository?:
|
|
135
|
-
packageName?:
|
|
135
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
136
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
136
137
|
}
|
|
137
|
-
]): Promise<
|
|
138
|
+
]): Promise<_Ontologies.AggregateObjectsResponseV2>;
|
|
138
139
|
//# sourceMappingURL=OntologyObjectV2.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OntologyObjectV2.d.ts","sourceRoot":"","sources":["../../../src/public/OntologyObjectV2.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAsB9B;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"OntologyObjectV2.d.ts","sourceRoot":"","sources":["../../../src/public/OntologyObjectV2.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,KAAK,WAAW,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAsB9B;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,UAAU,EAAE,WAAW,CAAC,iBAAiB;IAEzC,YAAY,EAAE;QACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;QACxC,MAAM,EAAE,KAAK,CAAC,WAAW,CAAC,uBAAuB,CAAC,CAAC;QACnD,OAAO,CAAC,EAAE,WAAW,CAAC,OAAO,GAAG,SAAS,CAAC;QAC1C,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;QACrD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;KAClC;CACF,GACA,OAAO,CAAC,WAAW,CAAC,qBAAqB,CAAC,CAE5C;AAgBD;;;;;;;;;GASG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,UAAU,EAAE,WAAW,CAAC,iBAAiB;IACzC,UAAU,EAAE,WAAW,CAAC,0BAA0B;IAElD,YAAY,EAAE;QACZ,MAAM,EAAE,KAAK,CAAC,WAAW,CAAC,uBAAuB,CAAC,CAAC;QACnD,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;QACrD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;KAClC;CACF,GACA,OAAO,CAAC,WAAW,CAAC,gBAAgB,CAAC,CAEvC;AAaD;;;;;;;;;GASG;AACH,wBAAgB,KAAK,CACnB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,UAAU,EAAE,WAAW,CAAC,iBAAiB;IAEzC,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;KACtD;CACF,GACA,OAAO,CAAC,WAAW,CAAC,sBAAsB,CAAC,CAE7C;AAcD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,UAAU,EAAE,WAAW,CAAC,iBAAiB;IACzC,KAAK,EAAE,WAAW,CAAC,sBAAsB;IACzC,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;KACtD;CACF,GACA,OAAO,CAAC,WAAW,CAAC,uBAAuB,CAAC,CAE9C;AAcD;;;;;;;;;GASG;AACH,wBAAgB,SAAS,CACvB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,UAAU,EAAE,WAAW,CAAC,iBAAiB;IACzC,KAAK,EAAE,WAAW,CAAC,yBAAyB;IAC5C,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;KACtD;CACF,GACA,OAAO,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAEjD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type * as
|
|
1
|
+
import type * as _Ontologies from "@osdk/internal.foundry.ontologies";
|
|
2
2
|
import type { SharedClient as $OldClient, SharedClientContext as $OldClientContext } from "@osdk/shared.client";
|
|
3
3
|
import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client2";
|
|
4
4
|
/**
|
|
@@ -11,7 +11,7 @@ import type { SharedClient as $Client, SharedClientContext as $ClientContext } f
|
|
|
11
11
|
* Required Scopes: [api:ontologies-read]
|
|
12
12
|
* URL: /v2/ontologies
|
|
13
13
|
*/
|
|
14
|
-
export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: []): Promise<
|
|
14
|
+
export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: []): Promise<_Ontologies.ListOntologiesV2Response>;
|
|
15
15
|
/**
|
|
16
16
|
* Gets a specific ontology with the given Ontology RID.
|
|
17
17
|
*
|
|
@@ -22,7 +22,7 @@ export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldC
|
|
|
22
22
|
* Required Scopes: [api:ontologies-read]
|
|
23
23
|
* URL: /v2/ontologies/{ontology}
|
|
24
24
|
*/
|
|
25
|
-
export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [ontology:
|
|
25
|
+
export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [ontology: _Ontologies.OntologyIdentifier]): Promise<_Ontologies.OntologyV2>;
|
|
26
26
|
/**
|
|
27
27
|
* Get the full Ontology metadata. This includes the objects, links, actions, queries, and interfaces.
|
|
28
28
|
*
|
|
@@ -31,5 +31,5 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
|
|
|
31
31
|
* Required Scopes: [api:ontologies-read]
|
|
32
32
|
* URL: /v2/ontologies/{ontology}/fullMetadata
|
|
33
33
|
*/
|
|
34
|
-
export declare function getFullMetadata($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [ontology:
|
|
34
|
+
export declare function getFullMetadata($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [ontology: _Ontologies.OntologyIdentifier]): Promise<_Ontologies.OntologyFullMetadata>;
|
|
35
35
|
//# sourceMappingURL=OntologyV2.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OntologyV2.d.ts","sourceRoot":"","sources":["../../../src/public/OntologyV2.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,
|
|
1
|
+
{"version":3,"file":"OntologyV2.d.ts","sourceRoot":"","sources":["../../../src/public/OntologyV2.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,WAAW,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAU9B;;;;;;;;;GASG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,EAAE,GACV,OAAO,CAAC,WAAW,CAAC,wBAAwB,CAAC,CAE/C;AAMD;;;;;;;;;GASG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,QAAQ,EAAE,WAAW,CAAC,kBAAkB,CAAC,GAClD,OAAO,CAAC,WAAW,CAAC,UAAU,CAAC,CAEjC;AAQD;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE,CAAC,QAAQ,EAAE,WAAW,CAAC,kBAAkB,CAAC,GAClD,OAAO,CAAC,WAAW,CAAC,oBAAoB,CAAC,CAE3C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type * as
|
|
1
|
+
import type * as _Ontologies from "@osdk/internal.foundry.ontologies";
|
|
2
2
|
import type { SharedClient as $OldClient, SharedClientContext as $OldClientContext } from "@osdk/shared.client";
|
|
3
3
|
import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client2";
|
|
4
4
|
/**
|
|
@@ -15,12 +15,12 @@ import type { SharedClient as $Client, SharedClientContext as $ClientContext } f
|
|
|
15
15
|
* URL: /v2/ontologies/{ontology}/queries/{queryApiName}/execute
|
|
16
16
|
*/
|
|
17
17
|
export declare function execute($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
18
|
-
ontology:
|
|
19
|
-
queryApiName:
|
|
20
|
-
$body:
|
|
18
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
19
|
+
queryApiName: _Ontologies.QueryApiName,
|
|
20
|
+
$body: _Ontologies.ExecuteQueryRequest,
|
|
21
21
|
$queryParams?: {
|
|
22
|
-
artifactRepository?:
|
|
23
|
-
packageName?:
|
|
22
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
23
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
24
24
|
}
|
|
25
|
-
]): Promise<
|
|
25
|
+
]): Promise<_Ontologies.ExecuteQueryResponse>;
|
|
26
26
|
//# sourceMappingURL=Query.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../src/public/Query.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,
|
|
1
|
+
{"version":3,"file":"Query.d.ts","sourceRoot":"","sources":["../../../src/public/Query.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,WAAW,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAkB9B;;;;;;;;;;;;GAYG;AACH,wBAAgB,OAAO,CACrB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,YAAY,EAAE,WAAW,CAAC,YAAY;IACtC,KAAK,EAAE,WAAW,CAAC,mBAAmB;IACtC,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;KACtD;CACF,GACA,OAAO,CAAC,WAAW,CAAC,oBAAoB,CAAC,CAE3C"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type * as _Core from "@osdk/internal.foundry.core";
|
|
2
|
+
import type * as _Ontologies from "@osdk/internal.foundry.ontologies";
|
|
2
3
|
import type { SharedClient as $OldClient, SharedClientContext as $OldClientContext } from "@osdk/shared.client";
|
|
3
4
|
import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client2";
|
|
4
5
|
/**
|
|
@@ -15,12 +16,12 @@ import type { SharedClient as $Client, SharedClientContext as $ClientContext } f
|
|
|
15
16
|
* URL: /v2/ontologies/{ontology}/queryTypes
|
|
16
17
|
*/
|
|
17
18
|
export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
18
|
-
ontology:
|
|
19
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
19
20
|
$queryParams?: {
|
|
20
21
|
pageSize?: _Core.PageSize | undefined;
|
|
21
22
|
pageToken?: _Core.PageToken | undefined;
|
|
22
23
|
}
|
|
23
|
-
]): Promise<
|
|
24
|
+
]): Promise<_Ontologies.ListQueryTypesResponseV2>;
|
|
24
25
|
/**
|
|
25
26
|
* Gets a specific query type with the given API name.
|
|
26
27
|
*
|
|
@@ -32,7 +33,7 @@ export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldC
|
|
|
32
33
|
* URL: /v2/ontologies/{ontology}/queryTypes/{queryApiName}
|
|
33
34
|
*/
|
|
34
35
|
export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
35
|
-
ontology:
|
|
36
|
-
queryApiName:
|
|
37
|
-
]): Promise<
|
|
36
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
37
|
+
queryApiName: _Ontologies.QueryApiName
|
|
38
|
+
]): Promise<_Ontologies.QueryTypeV2>;
|
|
38
39
|
//# sourceMappingURL=QueryType.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryType.d.ts","sourceRoot":"","sources":["../../../src/public/QueryType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAgB9B;;;;;;;;;;;;GAYG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"QueryType.d.ts","sourceRoot":"","sources":["../../../src/public/QueryType.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,KAAK,WAAW,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAgB9B;;;;;;;;;;;;GAYG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IAExC,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,WAAW,CAAC,wBAAwB,CAAC,CAE/C;AASD;;;;;;;;;GASG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,YAAY,EAAE,WAAW,CAAC,YAAY;CACvC,GACA,OAAO,CAAC,WAAW,CAAC,WAAW,CAAC,CAElC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type * as
|
|
1
|
+
import type * as _Ontologies from "@osdk/internal.foundry.ontologies";
|
|
2
2
|
import type { SharedClient as $OldClient, SharedClientContext as $OldClientContext } from "@osdk/shared.client";
|
|
3
3
|
import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client2";
|
|
4
4
|
/**
|
|
@@ -13,15 +13,15 @@ import type { SharedClient as $Client, SharedClientContext as $ClientContext } f
|
|
|
13
13
|
* URL: /v2/ontologies/{ontology}/objects/{objectType}/{primaryKey}/timeseries/{property}/firstPoint
|
|
14
14
|
*/
|
|
15
15
|
export declare function getFirstPoint($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
16
|
-
ontology:
|
|
17
|
-
objectType:
|
|
18
|
-
primaryKey:
|
|
19
|
-
property:
|
|
16
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
17
|
+
objectType: _Ontologies.ObjectTypeApiName,
|
|
18
|
+
primaryKey: _Ontologies.PropertyValueEscapedString,
|
|
19
|
+
property: _Ontologies.PropertyApiName,
|
|
20
20
|
$queryParams?: {
|
|
21
|
-
artifactRepository?:
|
|
22
|
-
packageName?:
|
|
21
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
22
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
23
23
|
}
|
|
24
|
-
]): Promise<
|
|
24
|
+
]): Promise<_Ontologies.TimeSeriesPoint | undefined>;
|
|
25
25
|
/**
|
|
26
26
|
* Get the last point of a time series property.
|
|
27
27
|
*
|
|
@@ -34,15 +34,15 @@ export declare function getFirstPoint($ctx: $Client | $ClientContext | $OldClien
|
|
|
34
34
|
* URL: /v2/ontologies/{ontology}/objects/{objectType}/{primaryKey}/timeseries/{property}/lastPoint
|
|
35
35
|
*/
|
|
36
36
|
export declare function getLastPoint($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
37
|
-
ontology:
|
|
38
|
-
objectType:
|
|
39
|
-
primaryKey:
|
|
40
|
-
property:
|
|
37
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
38
|
+
objectType: _Ontologies.ObjectTypeApiName,
|
|
39
|
+
primaryKey: _Ontologies.PropertyValueEscapedString,
|
|
40
|
+
property: _Ontologies.PropertyApiName,
|
|
41
41
|
$queryParams?: {
|
|
42
|
-
artifactRepository?:
|
|
43
|
-
packageName?:
|
|
42
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
43
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
44
44
|
}
|
|
45
|
-
]): Promise<
|
|
45
|
+
]): Promise<_Ontologies.TimeSeriesPoint | undefined>;
|
|
46
46
|
/**
|
|
47
47
|
* Stream all of the points of a time series property.
|
|
48
48
|
*
|
|
@@ -55,15 +55,15 @@ export declare function getLastPoint($ctx: $Client | $ClientContext | $OldClient
|
|
|
55
55
|
* URL: /v2/ontologies/{ontology}/objects/{objectType}/{primaryKey}/timeseries/{property}/streamPoints
|
|
56
56
|
*/
|
|
57
57
|
export declare function streamPoints($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
58
|
-
ontology:
|
|
59
|
-
objectType:
|
|
60
|
-
primaryKey:
|
|
61
|
-
property:
|
|
62
|
-
$body:
|
|
58
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
59
|
+
objectType: _Ontologies.ObjectTypeApiName,
|
|
60
|
+
primaryKey: _Ontologies.PropertyValueEscapedString,
|
|
61
|
+
property: _Ontologies.PropertyApiName,
|
|
62
|
+
$body: _Ontologies.StreamTimeSeriesPointsRequest,
|
|
63
63
|
$queryParams?: {
|
|
64
|
-
artifactRepository?:
|
|
65
|
-
packageName?:
|
|
66
|
-
format?:
|
|
64
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
65
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
66
|
+
format?: _Ontologies.StreamingOutputFormat | undefined;
|
|
67
67
|
}
|
|
68
68
|
]): Promise<Response>;
|
|
69
69
|
//# sourceMappingURL=TimeSeriesPropertyV2.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeSeriesPropertyV2.d.ts","sourceRoot":"","sources":["../../../src/public/TimeSeriesPropertyV2.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,
|
|
1
|
+
{"version":3,"file":"TimeSeriesPropertyV2.d.ts","sourceRoot":"","sources":["../../../src/public/TimeSeriesPropertyV2.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,WAAW,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAmB9B;;;;;;;;;;GAUG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,UAAU,EAAE,WAAW,CAAC,iBAAiB;IACzC,UAAU,EAAE,WAAW,CAAC,0BAA0B;IAClD,QAAQ,EAAE,WAAW,CAAC,eAAe;IAErC,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;KACtD;CACF,GACA,OAAO,CAAC,WAAW,CAAC,eAAe,GAAG,SAAS,CAAC,CAElD;AAeD;;;;;;;;;;GAUG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,UAAU,EAAE,WAAW,CAAC,iBAAiB;IACzC,UAAU,EAAE,WAAW,CAAC,0BAA0B;IAClD,QAAQ,EAAE,WAAW,CAAC,eAAe;IAErC,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;KACtD;CACF,GACA,OAAO,CAAC,WAAW,CAAC,eAAe,GAAG,SAAS,CAAC,CAElD;AAuBD;;;;;;;;;;GAUG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,UAAU,EAAE,WAAW,CAAC,iBAAiB;IACzC,UAAU,EAAE,WAAW,CAAC,0BAA0B;IAClD,QAAQ,EAAE,WAAW,CAAC,eAAe;IACrC,KAAK,EAAE,WAAW,CAAC,6BAA6B;IAChD,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;QACrD,MAAM,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;KACxD;CACF,GACA,OAAO,CAAC,QAAQ,CAAC,CAEnB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type * as
|
|
1
|
+
import type * as _Ontologies from "@osdk/internal.foundry.ontologies";
|
|
2
2
|
import type { SharedClient as $OldClient, SharedClientContext as $OldClientContext } from "@osdk/shared.client";
|
|
3
3
|
import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client2";
|
|
4
4
|
/**
|
|
@@ -13,15 +13,15 @@ import type { SharedClient as $Client, SharedClientContext as $ClientContext } f
|
|
|
13
13
|
* URL: /v2/ontologies/{ontology}/objects/{objectType}/{primaryKey}/timeseries/{propertyName}/latestValue
|
|
14
14
|
*/
|
|
15
15
|
export declare function getLatestValue($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
16
|
-
ontology:
|
|
17
|
-
objectType:
|
|
18
|
-
primaryKey:
|
|
19
|
-
propertyName:
|
|
16
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
17
|
+
objectType: _Ontologies.ObjectTypeApiName,
|
|
18
|
+
primaryKey: _Ontologies.PropertyValueEscapedString,
|
|
19
|
+
propertyName: _Ontologies.PropertyApiName,
|
|
20
20
|
$queryParams?: {
|
|
21
|
-
artifactRepository?:
|
|
22
|
-
packageName?:
|
|
21
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
22
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
23
23
|
}
|
|
24
|
-
]): Promise<
|
|
24
|
+
]): Promise<_Ontologies.TimeseriesEntry | undefined>;
|
|
25
25
|
/**
|
|
26
26
|
* Stream all of the points of a time series property (this includes geotime series references).
|
|
27
27
|
*
|
|
@@ -34,14 +34,14 @@ export declare function getLatestValue($ctx: $Client | $ClientContext | $OldClie
|
|
|
34
34
|
* URL: /v2/ontologies/{ontology}/objects/{objectType}/{primaryKey}/timeseries/{property}/streamValues
|
|
35
35
|
*/
|
|
36
36
|
export declare function streamValues($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
37
|
-
ontology:
|
|
38
|
-
objectType:
|
|
39
|
-
primaryKey:
|
|
40
|
-
property:
|
|
41
|
-
$body:
|
|
37
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
38
|
+
objectType: _Ontologies.ObjectTypeApiName,
|
|
39
|
+
primaryKey: _Ontologies.PropertyValueEscapedString,
|
|
40
|
+
property: _Ontologies.PropertyApiName,
|
|
41
|
+
$body: _Ontologies.StreamTimeSeriesValuesRequest,
|
|
42
42
|
$queryParams?: {
|
|
43
|
-
artifactRepository?:
|
|
44
|
-
packageName?:
|
|
43
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
44
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
45
45
|
}
|
|
46
46
|
]): Promise<Response>;
|
|
47
47
|
//# sourceMappingURL=TimeSeriesValueBankProperty.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeSeriesValueBankProperty.d.ts","sourceRoot":"","sources":["../../../src/public/TimeSeriesValueBankProperty.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,
|
|
1
|
+
{"version":3,"file":"TimeSeriesValueBankProperty.d.ts","sourceRoot":"","sources":["../../../src/public/TimeSeriesValueBankProperty.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,WAAW,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAmB9B;;;;;;;;;;GAUG;AACH,wBAAgB,cAAc,CAC5B,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,UAAU,EAAE,WAAW,CAAC,iBAAiB;IACzC,UAAU,EAAE,WAAW,CAAC,0BAA0B;IAClD,YAAY,EAAE,WAAW,CAAC,eAAe;IAEzC,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;KACtD;CACF,GACA,OAAO,CAAC,WAAW,CAAC,eAAe,GAAG,SAAS,CAAC,CAElD;AAsBD;;;;;;;;;;GAUG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,UAAU,EAAE,WAAW,CAAC,iBAAiB;IACzC,UAAU,EAAE,WAAW,CAAC,0BAA0B;IAClD,QAAQ,EAAE,WAAW,CAAC,eAAe;IACrC,KAAK,EAAE,WAAW,CAAC,6BAA6B;IAChD,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;KACtD;CACF,GACA,OAAO,CAAC,QAAQ,CAAC,CAEnB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type * as
|
|
1
|
+
import type * as _Ontologies from "@osdk/internal.foundry.ontologies";
|
|
2
2
|
import type { SharedClient as $OldClient, SharedClientContext as $OldClientContext } from "@osdk/shared.client";
|
|
3
3
|
import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client2";
|
|
4
4
|
/**
|
|
@@ -18,14 +18,14 @@ import type { SharedClient as $Client, SharedClientContext as $ClientContext } f
|
|
|
18
18
|
* URL: /v2/ontologies/{ontology}/actions/{action}/apply
|
|
19
19
|
*/
|
|
20
20
|
export declare function apply($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
21
|
-
ontology:
|
|
22
|
-
action:
|
|
23
|
-
$body:
|
|
21
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
22
|
+
action: _Ontologies.ActionTypeApiName,
|
|
23
|
+
$body: _Ontologies.ApplyActionRequestV2,
|
|
24
24
|
$queryParams?: {
|
|
25
|
-
artifactRepository?:
|
|
26
|
-
packageName?:
|
|
25
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
26
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
27
27
|
}
|
|
28
|
-
]): Promise<
|
|
28
|
+
]): Promise<_Ontologies.SyncApplyActionResponseV2>;
|
|
29
29
|
/**
|
|
30
30
|
* Applies an action using the given parameters.
|
|
31
31
|
*
|
|
@@ -43,14 +43,14 @@ export declare function apply($ctx: $Client | $ClientContext | $OldClient | $Old
|
|
|
43
43
|
* URL: /v2/ontologies/{ontology}/actions/{action}/applyAsync
|
|
44
44
|
*/
|
|
45
45
|
export declare function applyAsync($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
46
|
-
ontology:
|
|
47
|
-
action:
|
|
48
|
-
$body:
|
|
46
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
47
|
+
action: _Ontologies.ActionTypeApiName,
|
|
48
|
+
$body: _Ontologies.AsyncApplyActionRequestV2,
|
|
49
49
|
$queryParams?: {
|
|
50
|
-
artifactRepository?:
|
|
51
|
-
packageName?:
|
|
50
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
51
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
52
52
|
}
|
|
53
|
-
]): Promise<
|
|
53
|
+
]): Promise<_Ontologies.AsyncApplyActionResponseV2>;
|
|
54
54
|
/**
|
|
55
55
|
* Applies multiple actions (of the same Action Type) using the given parameters.
|
|
56
56
|
* Changes to the Ontology are eventually consistent and may take some time to be visible.
|
|
@@ -69,12 +69,12 @@ export declare function applyAsync($ctx: $Client | $ClientContext | $OldClient |
|
|
|
69
69
|
* URL: /v2/ontologies/{ontology}/actions/{action}/applyBatch
|
|
70
70
|
*/
|
|
71
71
|
export declare function applyBatch($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
72
|
-
ontology:
|
|
73
|
-
action:
|
|
74
|
-
$body:
|
|
72
|
+
ontology: _Ontologies.OntologyIdentifier,
|
|
73
|
+
action: _Ontologies.ActionTypeApiName,
|
|
74
|
+
$body: _Ontologies.BatchApplyActionRequestV2,
|
|
75
75
|
$queryParams?: {
|
|
76
|
-
artifactRepository?:
|
|
77
|
-
packageName?:
|
|
76
|
+
artifactRepository?: _Ontologies.ArtifactRepositoryRid | undefined;
|
|
77
|
+
packageName?: _Ontologies.SdkPackageName | undefined;
|
|
78
78
|
}
|
|
79
|
-
]): Promise<
|
|
79
|
+
]): Promise<_Ontologies.BatchApplyActionResponseV2>;
|
|
80
80
|
//# sourceMappingURL=Action.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Action.d.ts","sourceRoot":"","sources":["../../../src/public/Action.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,
|
|
1
|
+
{"version":3,"file":"Action.d.ts","sourceRoot":"","sources":["../../../src/public/Action.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,WAAW,MAAM,mCAAmC,CAAC;AACtE,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAkB9B;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,KAAK,CACnB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,MAAM,EAAE,WAAW,CAAC,iBAAiB;IACrC,KAAK,EAAE,WAAW,CAAC,oBAAoB;IACvC,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;KACtD;CACF,GACA,OAAO,CAAC,WAAW,CAAC,yBAAyB,CAAC,CAEhD;AAcD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,MAAM,EAAE,WAAW,CAAC,iBAAiB;IACrC,KAAK,EAAE,WAAW,CAAC,yBAAyB;IAC5C,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;KACtD;CACF,GACA,OAAO,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAEjD;AAcD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,UAAU,CACxB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,WAAW,CAAC,kBAAkB;IACxC,MAAM,EAAE,WAAW,CAAC,iBAAiB;IACrC,KAAK,EAAE,WAAW,CAAC,yBAAyB;IAC5C,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,WAAW,CAAC,qBAAqB,GAAG,SAAS,CAAC;QACnE,WAAW,CAAC,EAAE,WAAW,CAAC,cAAc,GAAG,SAAS,CAAC;KACtD;CACF,GACA,OAAO,CAAC,WAAW,CAAC,0BAA0B,CAAC,CAEjD"}
|