@osdk/client 2.5.0-beta.3 → 2.5.0-beta.4

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.
@@ -12,7 +12,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
12
12
  var invariant5__default = /*#__PURE__*/_interopDefault(invariant5);
13
13
  var WebSocket__default = /*#__PURE__*/_interopDefault(WebSocket);
14
14
 
15
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Action.js
15
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Action.js
16
16
  var Action_exports = {};
17
17
  chunkQ7SFCCGT_cjs.__export(Action_exports, {
18
18
  apply: () => apply,
@@ -89,7 +89,7 @@ function parseUrl(baseUrl, endpointPath) {
89
89
  return new URL(`api${endpointPath}`, baseUrl);
90
90
  }
91
91
 
92
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Action.js
92
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Action.js
93
93
  var _apply = [1, "/v2/ontologies/{0}/actions/{1}/apply", 3];
94
94
  function apply($ctx, ...args) {
95
95
  return foundryPlatformFetch($ctx, _apply, ...args);
@@ -103,7 +103,7 @@ function applyBatch($ctx, ...args) {
103
103
  return foundryPlatformFetch($ctx, _applyBatch, ...args);
104
104
  }
105
105
 
106
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ActionTypeV2.js
106
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ActionTypeV2.js
107
107
  var ActionTypeV2_exports = {};
108
108
  chunkQ7SFCCGT_cjs.__export(ActionTypeV2_exports, {
109
109
  get: () => get,
@@ -123,7 +123,7 @@ function getByRid($ctx, ...args) {
123
123
  return foundryPlatformFetch($ctx, _getByRid, ...args);
124
124
  }
125
125
 
126
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Attachment.js
126
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Attachment.js
127
127
  var Attachment_exports = {};
128
128
  chunkQ7SFCCGT_cjs.__export(Attachment_exports, {
129
129
  get: () => get2,
@@ -148,7 +148,7 @@ function get2($ctx, ...args) {
148
148
  return foundryPlatformFetch($ctx, _get2, ...args);
149
149
  }
150
150
 
151
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/MediaReferenceProperty.js
151
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/MediaReferenceProperty.js
152
152
  var MediaReferenceProperty_exports = {};
153
153
  chunkQ7SFCCGT_cjs.__export(MediaReferenceProperty_exports, {
154
154
  getMediaContent: () => getMediaContent,
@@ -173,7 +173,7 @@ function uploadMedia($ctx, ...args) {
173
173
  return foundryPlatformFetch($ctx, _uploadMedia, ...args);
174
174
  }
175
175
 
176
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ObjectTypeV2.js
176
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ObjectTypeV2.js
177
177
  var ObjectTypeV2_exports = {};
178
178
  chunkQ7SFCCGT_cjs.__export(ObjectTypeV2_exports, {
179
179
  get: () => get3,
@@ -203,13 +203,14 @@ function getOutgoingLinkType($ctx, ...args) {
203
203
  return foundryPlatformFetch($ctx, _getOutgoingLinkType, ...args);
204
204
  }
205
205
 
206
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyInterface.js
206
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyInterface.js
207
207
  var OntologyInterface_exports = {};
208
208
  chunkQ7SFCCGT_cjs.__export(OntologyInterface_exports, {
209
209
  aggregate: () => aggregate,
210
210
  get: () => get4,
211
211
  getOutgoingInterfaceLinkType: () => getOutgoingInterfaceLinkType,
212
212
  list: () => list3,
213
+ listObjectsForInterface: () => listObjectsForInterface,
213
214
  listOutgoingInterfaceLinkTypes: () => listOutgoingInterfaceLinkTypes,
214
215
  search: () => search
215
216
  });
@@ -221,6 +222,10 @@ var _get4 = [0, "/v2/ontologies/{0}/interfaceTypes/{1}", 2];
221
222
  function get4($ctx, ...args) {
222
223
  return foundryPlatformFetch($ctx, _get4, ...args);
223
224
  }
225
+ var _listObjectsForInterface = [0, "/v2/ontologies/{0}/interfaces/{1}", 2];
226
+ function listObjectsForInterface($ctx, ...args) {
227
+ return foundryPlatformFetch($ctx, _listObjectsForInterface, ...args);
228
+ }
224
229
  var _search = [1, "/v2/ontologies/{0}/interfaces/{1}/search", 3];
225
230
  function search($ctx, ...args) {
226
231
  return foundryPlatformFetch($ctx, _search, ...args);
@@ -238,7 +243,7 @@ function getOutgoingInterfaceLinkType($ctx, ...args) {
238
243
  return foundryPlatformFetch($ctx, _getOutgoingInterfaceLinkType, ...args);
239
244
  }
240
245
 
241
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyObjectSet.js
246
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyObjectSet.js
242
247
  var OntologyObjectSet_exports = {};
243
248
  chunkQ7SFCCGT_cjs.__export(OntologyObjectSet_exports, {
244
249
  aggregate: () => aggregate2,
@@ -248,7 +253,7 @@ chunkQ7SFCCGT_cjs.__export(OntologyObjectSet_exports, {
248
253
  loadMultipleObjectTypes: () => loadMultipleObjectTypes,
249
254
  loadObjectsOrInterfaces: () => loadObjectsOrInterfaces
250
255
  });
251
- var _createTemporary = [1, "/v2/ontologies/{0}/objectSets/createTemporary", 1];
256
+ var _createTemporary = [1, "/v2/ontologies/{0}/objectSets/createTemporary", 3];
252
257
  function createTemporary($ctx, ...args) {
253
258
  return foundryPlatformFetch($ctx, _createTemporary, ...args);
254
259
  }
@@ -273,7 +278,7 @@ function aggregate2($ctx, ...args) {
273
278
  return foundryPlatformFetch($ctx, _aggregate2, ...args);
274
279
  }
275
280
 
276
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Query.js
281
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Query.js
277
282
  var Query_exports = {};
278
283
  chunkQ7SFCCGT_cjs.__export(Query_exports, {
279
284
  execute: () => execute
@@ -283,7 +288,7 @@ function execute($ctx, ...args) {
283
288
  return foundryPlatformFetch($ctx, _execute, ...args);
284
289
  }
285
290
 
286
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/QueryType.js
291
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/QueryType.js
287
292
  var QueryType_exports = {};
288
293
  chunkQ7SFCCGT_cjs.__export(QueryType_exports, {
289
294
  get: () => get6,
@@ -298,7 +303,7 @@ function get6($ctx, ...args) {
298
303
  return foundryPlatformFetch($ctx, _get6, ...args);
299
304
  }
300
305
 
301
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesPropertyV2.js
306
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesPropertyV2.js
302
307
  var TimeSeriesPropertyV2_exports = {};
303
308
  chunkQ7SFCCGT_cjs.__export(TimeSeriesPropertyV2_exports, {
304
309
  getFirstPoint: () => getFirstPoint,
@@ -318,7 +323,7 @@ function streamPoints($ctx, ...args) {
318
323
  return foundryPlatformFetch($ctx, _streamPoints, ...args);
319
324
  }
320
325
 
321
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.27.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesValueBankProperty.js
326
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.30.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesValueBankProperty.js
322
327
  var TimeSeriesValueBankProperty_exports = {};
323
328
  chunkQ7SFCCGT_cjs.__export(TimeSeriesValueBankProperty_exports, {
324
329
  getLatestValue: () => getLatestValue,
@@ -1939,5 +1944,5 @@ exports.hydrateAttachmentFromRidInternal = hydrateAttachmentFromRidInternal;
1939
1944
  exports.isObjectSet = isObjectSet;
1940
1945
  exports.isWireObjectSet = isWireObjectSet;
1941
1946
  exports.symbolClientContext = symbolClientContext;
1942
- //# sourceMappingURL=chunk-BL56QBYG.cjs.map
1943
- //# sourceMappingURL=chunk-BL56QBYG.cjs.map
1947
+ //# sourceMappingURL=chunk-QR7IBJPZ.cjs.map
1948
+ //# sourceMappingURL=chunk-QR7IBJPZ.cjs.map