@osdk/faux 0.21.0 → 0.22.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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @osdk/shared.test
2
2
 
3
+ ## 0.22.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5ff7aa5: Bump `@osdk/foundry.*` and `@osdk/internal.foundry.*` catalog entries from `2.61.0` to `2.63.0`. The OntologyScenarios endpoints now expose a `preview` query-param slot, so `createScenario` and the `EXPERIMENTAL_ScenarioClient` read methods pass `{ preview: true }` directly instead of relying on a fetch-level URL rewrite.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [5ff7aa5]
12
+ - @osdk/generator-converters@2.27.0
13
+ - @osdk/api@2.27.0
14
+
3
15
  ## 0.21.0
4
16
 
5
17
  ### Minor Changes
@@ -2262,7 +2262,7 @@ __export(Actions_exports, {
2262
2262
  applyBatch: () => applyBatch2
2263
2263
  });
2264
2264
 
2265
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Action.js
2265
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Action.js
2266
2266
  var Action_exports = {};
2267
2267
  __export(Action_exports, {
2268
2268
  apply: () => apply,
@@ -2300,7 +2300,7 @@ var UnknownError = class extends PalantirApiError {
2300
2300
  }
2301
2301
  };
2302
2302
 
2303
- // ../../node_modules/.pnpm/@osdk+shared.net.platformapi@1.6.0/node_modules/@osdk/shared.net.platformapi/build/esm/foundryPlatformFetch.js
2303
+ // ../../node_modules/.pnpm/@osdk+shared.net.platformapi@1.7.0/node_modules/@osdk/shared.net.platformapi/build/esm/foundryPlatformFetch.js
2304
2304
  async function foundryPlatformFetch(client, [httpMethodNum, origPath, flags, contentType, responseContentType], ...args) {
2305
2305
  const path = origPath.replace(/\{([^}]+)\}/g, () => encodeURIComponent(args.shift()));
2306
2306
  const body = flags & 1 ? args.shift() : void 0;
@@ -2365,7 +2365,7 @@ function parseUrl(baseUrl, endpointPath) {
2365
2365
  return new URL(`api${endpointPath}`, baseUrl);
2366
2366
  }
2367
2367
 
2368
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Action.js
2368
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Action.js
2369
2369
  var _apply = [1, "/v2/ontologies/{0}/actions/{1}/apply", 7];
2370
2370
  function apply($ctx, ...args) {
2371
2371
  return foundryPlatformFetch($ctx, _apply, ...args);
@@ -2387,7 +2387,7 @@ function applyBatchWithOverrides($ctx, ...args) {
2387
2387
  return foundryPlatformFetch($ctx, _applyBatchWithOverrides, ...args);
2388
2388
  }
2389
2389
 
2390
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ActionTypeV2.js
2390
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ActionTypeV2.js
2391
2391
  var ActionTypeV2_exports = {};
2392
2392
  __export(ActionTypeV2_exports, {
2393
2393
  get: () => get,
@@ -2412,7 +2412,7 @@ function getByRidBatch($ctx, ...args) {
2412
2412
  return foundryPlatformFetch($ctx, _getByRidBatch, ...args);
2413
2413
  }
2414
2414
 
2415
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Attachment.js
2415
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Attachment.js
2416
2416
  var Attachment_exports = {};
2417
2417
  __export(Attachment_exports, {
2418
2418
  get: () => get2,
@@ -2447,7 +2447,7 @@ function get2($ctx, ...args) {
2447
2447
  return foundryPlatformFetch($ctx, _get2, ...args);
2448
2448
  }
2449
2449
 
2450
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/AttachmentPropertyV2.js
2450
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/AttachmentPropertyV2.js
2451
2451
  var AttachmentPropertyV2_exports = {};
2452
2452
  __export(AttachmentPropertyV2_exports, {
2453
2453
  getAttachment: () => getAttachment,
@@ -2472,7 +2472,7 @@ function readAttachmentByRid($ctx, ...args) {
2472
2472
  return foundryPlatformFetch($ctx, _readAttachmentByRid, ...args);
2473
2473
  }
2474
2474
 
2475
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/LinkedObjectV2.js
2475
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/LinkedObjectV2.js
2476
2476
  var LinkedObjectV2_exports = {};
2477
2477
  __export(LinkedObjectV2_exports, {
2478
2478
  getLinkedObject: () => getLinkedObject,
@@ -2487,7 +2487,7 @@ function getLinkedObject($ctx, ...args) {
2487
2487
  return foundryPlatformFetch($ctx, _getLinkedObject, ...args);
2488
2488
  }
2489
2489
 
2490
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/MediaReferenceProperty.js
2490
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/MediaReferenceProperty.js
2491
2491
  var MediaReferenceProperty_exports = {};
2492
2492
  __export(MediaReferenceProperty_exports, {
2493
2493
  getMediaContent: () => getMediaContent,
@@ -2507,7 +2507,7 @@ function upload2($ctx, ...args) {
2507
2507
  return foundryPlatformFetch($ctx, _upload2, ...args);
2508
2508
  }
2509
2509
 
2510
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ObjectTypeV2.js
2510
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/ObjectTypeV2.js
2511
2511
  var ObjectTypeV2_exports = {};
2512
2512
  __export(ObjectTypeV2_exports, {
2513
2513
  get: () => get3,
@@ -2552,7 +2552,7 @@ function getOutgoingLinkTypesByObjectTypeRidBatch($ctx, ...args) {
2552
2552
  return foundryPlatformFetch($ctx, _getOutgoingLinkTypesByObjectTypeRidBatch, ...args);
2553
2553
  }
2554
2554
 
2555
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyInterface.js
2555
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyInterface.js
2556
2556
  var OntologyInterface_exports = {};
2557
2557
  __export(OntologyInterface_exports, {
2558
2558
  aggregate: () => aggregate,
@@ -2597,7 +2597,7 @@ function listInterfaceLinkedObjects($ctx, ...args) {
2597
2597
  return foundryPlatformFetch($ctx, _listInterfaceLinkedObjects, ...args);
2598
2598
  }
2599
2599
 
2600
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyObjectSet.js
2600
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyObjectSet.js
2601
2601
  var OntologyObjectSet_exports = {};
2602
2602
  __export(OntologyObjectSet_exports, {
2603
2603
  aggregate: () => aggregate2,
@@ -2612,7 +2612,7 @@ var _createTemporary = [1, "/v2/ontologies/{0}/objectSets/createTemporary", 7];
2612
2612
  function createTemporary($ctx, ...args) {
2613
2613
  return foundryPlatformFetch($ctx, _createTemporary, ...args);
2614
2614
  }
2615
- var _get5 = [0, "/v2/ontologies/{0}/objectSets/{1}"];
2615
+ var _get5 = [0, "/v2/ontologies/{0}/objectSets/{1}", 2];
2616
2616
  function get5($ctx, ...args) {
2617
2617
  return foundryPlatformFetch($ctx, _get5, ...args);
2618
2618
  }
@@ -2637,7 +2637,7 @@ function loadLinks($ctx, ...args) {
2637
2637
  return foundryPlatformFetch($ctx, _loadLinks, ...args);
2638
2638
  }
2639
2639
 
2640
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyObjectV2.js
2640
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyObjectV2.js
2641
2641
  var OntologyObjectV2_exports = {};
2642
2642
  __export(OntologyObjectV2_exports, {
2643
2643
  aggregate: () => aggregate3,
@@ -2667,7 +2667,7 @@ function aggregate3($ctx, ...args) {
2667
2667
  return foundryPlatformFetch($ctx, _aggregate3, ...args);
2668
2668
  }
2669
2669
 
2670
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyTransaction.js
2670
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyTransaction.js
2671
2671
  var OntologyTransaction_exports = {};
2672
2672
  __export(OntologyTransaction_exports, {
2673
2673
  postEdits: () => postEdits
@@ -2677,7 +2677,7 @@ function postEdits($ctx, ...args) {
2677
2677
  return foundryPlatformFetch($ctx, _postEdits, ...args);
2678
2678
  }
2679
2679
 
2680
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyV2.js
2680
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/OntologyV2.js
2681
2681
  var OntologyV2_exports = {};
2682
2682
  __export(OntologyV2_exports, {
2683
2683
  get: () => get7,
@@ -2702,7 +2702,7 @@ function loadMetadata($ctx, ...args) {
2702
2702
  return foundryPlatformFetch($ctx, _loadMetadata, ...args);
2703
2703
  }
2704
2704
 
2705
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Query.js
2705
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/Query.js
2706
2706
  var Query_exports = {};
2707
2707
  __export(Query_exports, {
2708
2708
  execute: () => execute
@@ -2712,7 +2712,7 @@ function execute($ctx, ...args) {
2712
2712
  return foundryPlatformFetch($ctx, _execute, ...args);
2713
2713
  }
2714
2714
 
2715
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/QueryType.js
2715
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/QueryType.js
2716
2716
  var QueryType_exports = {};
2717
2717
  __export(QueryType_exports, {
2718
2718
  get: () => get8,
@@ -2727,7 +2727,7 @@ function get8($ctx, ...args) {
2727
2727
  return foundryPlatformFetch($ctx, _get8, ...args);
2728
2728
  }
2729
2729
 
2730
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesPropertyV2.js
2730
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesPropertyV2.js
2731
2731
  var TimeSeriesPropertyV2_exports = {};
2732
2732
  __export(TimeSeriesPropertyV2_exports, {
2733
2733
  getFirstPoint: () => getFirstPoint,
@@ -2747,7 +2747,7 @@ function streamPoints($ctx, ...args) {
2747
2747
  return foundryPlatformFetch($ctx, _streamPoints, ...args);
2748
2748
  }
2749
2749
 
2750
- // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.61.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesValueBankProperty.js
2750
+ // ../../node_modules/.pnpm/@osdk+foundry.ontologies@2.63.0/node_modules/@osdk/foundry.ontologies/build/esm/public/TimeSeriesValueBankProperty.js
2751
2751
  var TimeSeriesValueBankProperty_exports = {};
2752
2752
  __export(TimeSeriesValueBankProperty_exports, {
2753
2753
  getLatestValue: () => getLatestValue,
@@ -2816,7 +2816,7 @@ __export(MediaReferenceProperties_exports, {
2816
2816
  uploadMedia: () => uploadMedia2
2817
2817
  });
2818
2818
 
2819
- // ../../node_modules/.pnpm/@osdk+foundry.mediasets@2.61.0/node_modules/@osdk/foundry.mediasets/build/esm/public/MediaSet.js
2819
+ // ../../node_modules/.pnpm/@osdk+foundry.mediasets@2.63.0/node_modules/@osdk/foundry.mediasets/build/esm/public/MediaSet.js
2820
2820
  var MediaSet_exports = {};
2821
2821
  __export(MediaSet_exports, {
2822
2822
  abort: () => abort,