@osdk/client 2.8.0-beta.11 → 2.8.0-beta.13
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 +25 -0
- package/build/browser/observable/internal/list/InterfaceListQuery.js +38 -10
- package/build/browser/observable/internal/list/InterfaceListQuery.js.map +1 -1
- package/build/browser/queries/applyQuery.js +2 -1
- package/build/browser/queries/applyQuery.js.map +1 -1
- package/build/browser/util/UserAgent.js +2 -2
- package/build/cjs/{chunk-2MMKVFIE.cjs → chunk-FE6Q5R5O.cjs} +85 -69
- package/build/cjs/chunk-FE6Q5R5O.cjs.map +1 -0
- package/build/cjs/{chunk-YVZM2JPW.cjs → chunk-JVLSSAAP.cjs} +29 -24
- package/build/cjs/chunk-JVLSSAAP.cjs.map +1 -0
- package/build/cjs/index.cjs +8 -8
- package/build/cjs/public/internal.cjs +8 -8
- package/build/cjs/public/unstable-do-not-use.cjs +100 -73
- package/build/cjs/public/unstable-do-not-use.cjs.map +1 -1
- package/build/esm/observable/internal/list/InterfaceListQuery.js +38 -10
- package/build/esm/observable/internal/list/InterfaceListQuery.js.map +1 -1
- package/build/esm/queries/applyQuery.js +2 -1
- package/build/esm/queries/applyQuery.js.map +1 -1
- package/build/esm/util/UserAgent.js +2 -2
- package/build/types/observable/internal/list/InterfaceListQuery.d.ts.map +1 -1
- package/build/types/queries/applyQuery.d.ts.map +1 -1
- package/package.json +10 -10
- package/build/cjs/chunk-2MMKVFIE.cjs.map +0 -1
- package/build/cjs/chunk-YVZM2JPW.cjs.map +0 -1
|
@@ -15,10 +15,10 @@ var WebSocket__default = /*#__PURE__*/_interopDefault(WebSocket);
|
|
|
15
15
|
// src/object/fetchPage.ts
|
|
16
16
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
17
17
|
|
|
18
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
18
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/index.js
|
|
19
19
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
20
20
|
|
|
21
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
21
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Action.js
|
|
22
22
|
var Action_exports = {};
|
|
23
23
|
chunkLDTMSHUZ_cjs.__export(Action_exports, {
|
|
24
24
|
apply: () => apply,
|
|
@@ -105,7 +105,7 @@ function parseUrl(baseUrl, endpointPath) {
|
|
|
105
105
|
return new URL(`api${endpointPath}`, baseUrl);
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
108
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Action.js
|
|
109
109
|
var _apply = [1, "/v2/ontologies/{0}/actions/{1}/apply", 3];
|
|
110
110
|
function apply($ctx, ...args) {
|
|
111
111
|
return foundryPlatformFetch($ctx, _apply, ...args);
|
|
@@ -123,14 +123,15 @@ function applyWithOverrides($ctx, ...args) {
|
|
|
123
123
|
return foundryPlatformFetch($ctx, _applyWithOverrides, ...args);
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
126
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ActionTypeFullMetadata.js
|
|
127
127
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
128
128
|
|
|
129
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
129
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ActionTypeV2.js
|
|
130
130
|
var ActionTypeV2_exports = {};
|
|
131
131
|
chunkLDTMSHUZ_cjs.__export(ActionTypeV2_exports, {
|
|
132
132
|
get: () => get,
|
|
133
133
|
getByRid: () => getByRid,
|
|
134
|
+
getByRidBatch: () => getByRidBatch,
|
|
134
135
|
list: () => list
|
|
135
136
|
});
|
|
136
137
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
@@ -146,8 +147,12 @@ var _getByRid = [0, "/v2/ontologies/{0}/actionTypes/byRid/{1}", 2];
|
|
|
146
147
|
function getByRid($ctx, ...args) {
|
|
147
148
|
return foundryPlatformFetch($ctx, _getByRid, ...args);
|
|
148
149
|
}
|
|
150
|
+
var _getByRidBatch = [1, "/v2/ontologies/{0}/actionTypes/getByRidBatch", 3];
|
|
151
|
+
function getByRidBatch($ctx, ...args) {
|
|
152
|
+
return foundryPlatformFetch($ctx, _getByRidBatch, ...args);
|
|
153
|
+
}
|
|
149
154
|
|
|
150
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
155
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Attachment.js
|
|
151
156
|
var Attachment_exports = {};
|
|
152
157
|
chunkLDTMSHUZ_cjs.__export(Attachment_exports, {
|
|
153
158
|
get: () => get2,
|
|
@@ -183,19 +188,19 @@ function get2($ctx, ...args) {
|
|
|
183
188
|
return foundryPlatformFetch($ctx, _get2, ...args);
|
|
184
189
|
}
|
|
185
190
|
|
|
186
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
191
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/AttachmentPropertyV2.js
|
|
187
192
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
188
193
|
|
|
189
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
194
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/CipherTextProperty.js
|
|
190
195
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
191
196
|
|
|
192
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
197
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/GeotemporalSeriesProperty.js
|
|
193
198
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
194
199
|
|
|
195
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
200
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/LinkedObjectV2.js
|
|
196
201
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
197
202
|
|
|
198
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
203
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/MediaReferenceProperty.js
|
|
199
204
|
var MediaReferenceProperty_exports = {};
|
|
200
205
|
chunkLDTMSHUZ_cjs.__export(MediaReferenceProperty_exports, {
|
|
201
206
|
getMediaContent: () => getMediaContent,
|
|
@@ -216,7 +221,7 @@ function upload2($ctx, ...args) {
|
|
|
216
221
|
return foundryPlatformFetch($ctx, _upload2, ...args);
|
|
217
222
|
}
|
|
218
223
|
|
|
219
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
224
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ObjectTypeV2.js
|
|
220
225
|
var ObjectTypeV2_exports = {};
|
|
221
226
|
chunkLDTMSHUZ_cjs.__export(ObjectTypeV2_exports, {
|
|
222
227
|
get: () => get3,
|
|
@@ -252,7 +257,7 @@ function getOutgoingLinkType($ctx, ...args) {
|
|
|
252
257
|
return foundryPlatformFetch($ctx, _getOutgoingLinkType, ...args);
|
|
253
258
|
}
|
|
254
259
|
|
|
255
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
260
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyInterface.js
|
|
256
261
|
var OntologyInterface_exports = {};
|
|
257
262
|
chunkLDTMSHUZ_cjs.__export(OntologyInterface_exports, {
|
|
258
263
|
aggregate: () => aggregate,
|
|
@@ -298,7 +303,7 @@ function listInterfaceLinkedObjects($ctx, ...args) {
|
|
|
298
303
|
return foundryPlatformFetch($ctx, _listInterfaceLinkedObjects, ...args);
|
|
299
304
|
}
|
|
300
305
|
|
|
301
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
306
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyObjectSet.js
|
|
302
307
|
var OntologyObjectSet_exports = {};
|
|
303
308
|
chunkLDTMSHUZ_cjs.__export(OntologyObjectSet_exports, {
|
|
304
309
|
aggregate: () => aggregate2,
|
|
@@ -339,19 +344,19 @@ function loadLinks($ctx, ...args) {
|
|
|
339
344
|
return foundryPlatformFetch($ctx, _loadLinks, ...args);
|
|
340
345
|
}
|
|
341
346
|
|
|
342
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
347
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyObjectV2.js
|
|
343
348
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
344
349
|
|
|
345
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
350
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyTransaction.js
|
|
346
351
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
347
352
|
|
|
348
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
353
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyV2.js
|
|
349
354
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
350
355
|
|
|
351
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
356
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyValueType.js
|
|
352
357
|
chunkLDTMSHUZ_cjs.init_cjs_shims();
|
|
353
358
|
|
|
354
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
359
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Query.js
|
|
355
360
|
var Query_exports = {};
|
|
356
361
|
chunkLDTMSHUZ_cjs.__export(Query_exports, {
|
|
357
362
|
execute: () => execute
|
|
@@ -362,7 +367,7 @@ function execute($ctx, ...args) {
|
|
|
362
367
|
return foundryPlatformFetch($ctx, _execute, ...args);
|
|
363
368
|
}
|
|
364
369
|
|
|
365
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
370
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/QueryType.js
|
|
366
371
|
var QueryType_exports = {};
|
|
367
372
|
chunkLDTMSHUZ_cjs.__export(QueryType_exports, {
|
|
368
373
|
get: () => get6,
|
|
@@ -378,7 +383,7 @@ function get6($ctx, ...args) {
|
|
|
378
383
|
return foundryPlatformFetch($ctx, _get6, ...args);
|
|
379
384
|
}
|
|
380
385
|
|
|
381
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
386
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesPropertyV2.js
|
|
382
387
|
var TimeSeriesPropertyV2_exports = {};
|
|
383
388
|
chunkLDTMSHUZ_cjs.__export(TimeSeriesPropertyV2_exports, {
|
|
384
389
|
getFirstPoint: () => getFirstPoint,
|
|
@@ -399,7 +404,7 @@ function streamPoints($ctx, ...args) {
|
|
|
399
404
|
return foundryPlatformFetch($ctx, _streamPoints, ...args);
|
|
400
405
|
}
|
|
401
406
|
|
|
402
|
-
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.
|
|
407
|
+
// ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.50.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesValueBankProperty.js
|
|
403
408
|
var TimeSeriesValueBankProperty_exports = {};
|
|
404
409
|
chunkLDTMSHUZ_cjs.__export(TimeSeriesValueBankProperty_exports, {
|
|
405
410
|
getLatestValue: () => getLatestValue,
|
|
@@ -2368,5 +2373,5 @@ exports.hydrateAttachmentFromRidInternal = hydrateAttachmentFromRidInternal;
|
|
|
2368
2373
|
exports.isObjectSet = isObjectSet;
|
|
2369
2374
|
exports.isWireObjectSet = isWireObjectSet;
|
|
2370
2375
|
exports.symbolClientContext = symbolClientContext;
|
|
2371
|
-
//# sourceMappingURL=chunk-
|
|
2372
|
-
//# sourceMappingURL=chunk-
|
|
2376
|
+
//# sourceMappingURL=chunk-JVLSSAAP.cjs.map
|
|
2377
|
+
//# sourceMappingURL=chunk-JVLSSAAP.cjs.map
|