@osdk/client.unstable 2.7.0-beta.8 → 2.7.0-beta.9

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/build/browser/index.js.map +1 -1
  3. package/build/cjs/index.cjs.map +1 -1
  4. package/build/cjs/index.d.cts +634 -29
  5. package/build/esm/index.js.map +1 -1
  6. package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService/searchTitleInCombinedEntityType.d.ts +12 -0
  7. package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService/searchTitleInCombinedEntityType.d.ts.map +1 -0
  8. package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService.d.ts +1 -0
  9. package/build/types/generated/ontology-metadata/api/OntologyMetadataSearchService.d.ts.map +1 -1
  10. package/build/types/generated/ontology-metadata/api/__components.d.ts +523 -23
  11. package/build/types/generated/ontology-metadata/api/__components.d.ts.map +1 -1
  12. package/build/types/generated/ontology-metadata/api/audit/__components.d.ts +33 -3
  13. package/build/types/generated/ontology-metadata/api/audit/__components.d.ts.map +1 -1
  14. package/build/types/generated/ontology-metadata/api/audit/index.d.ts +1 -1
  15. package/build/types/generated/ontology-metadata/api/audit/index.d.ts.map +1 -1
  16. package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts +27 -1
  17. package/build/types/generated/ontology-metadata/api/blockdata/__components.d.ts.map +1 -1
  18. package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts +1 -1
  19. package/build/types/generated/ontology-metadata/api/blockdata/index.d.ts.map +1 -1
  20. package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService/getStreamingProfileConfigs.d.ts +10 -0
  21. package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService/getStreamingProfileConfigs.d.ts.map +1 -0
  22. package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService.d.ts +1 -0
  23. package/build/types/generated/ontology-metadata/api/entitymetadata/OntologyEntityMetadataService.d.ts.map +1 -1
  24. package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts +62 -0
  25. package/build/types/generated/ontology-metadata/api/entitymetadata/__components.d.ts.map +1 -1
  26. package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts +1 -1
  27. package/build/types/generated/ontology-metadata/api/entitymetadata/index.d.ts.map +1 -1
  28. package/build/types/generated/ontology-metadata/api/index.d.ts +1 -1
  29. package/build/types/generated/ontology-metadata/api/index.d.ts.map +1 -1
  30. package/build/types/generated/ontology-metadata/api/modification/__components.d.ts +153 -11
  31. package/build/types/generated/ontology-metadata/api/modification/__components.d.ts.map +1 -1
  32. package/build/types/generated/ontology-metadata/api/modification/index.d.ts +1 -1
  33. package/build/types/generated/ontology-metadata/api/modification/index.d.ts.map +1 -1
  34. package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService/migrateEntitiesToProjects.d.ts +0 -1
  35. package/build/types/generated/ontology-metadata/api/permissions/OntologyPermissionService/migrateEntitiesToProjects.d.ts.map +1 -1
  36. package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts +1 -5
  37. package/build/types/generated/ontology-metadata/api/permissions/__components.d.ts.map +1 -1
  38. package/build/types/generated/ontology-metadata/api/schemamigrations/__components.d.ts +1 -0
  39. package/build/types/generated/ontology-metadata/api/schemamigrations/__components.d.ts.map +1 -1
  40. package/build/types/generated/ontology-metadata/api/schemamigrations/index.d.ts +1 -1
  41. package/build/types/generated/ontology-metadata/api/schemamigrations/index.d.ts.map +1 -1
  42. package/build/types/generated/ontology-metadata/api/search/__components.d.ts +100 -10
  43. package/build/types/generated/ontology-metadata/api/search/__components.d.ts.map +1 -1
  44. package/build/types/generated/ontology-metadata/api/search/index.d.ts +1 -1
  45. package/build/types/generated/ontology-metadata/api/search/index.d.ts.map +1 -1
  46. package/build/types/generated/ontology-metadata/api/types/__components.d.ts +40 -7
  47. package/build/types/generated/ontology-metadata/api/types/__components.d.ts.map +1 -1
  48. package/build/types/generated/ontology-metadata/api/types/index.d.ts +1 -1
  49. package/build/types/generated/ontology-metadata/api/types/index.d.ts.map +1 -1
  50. package/build/types/generated/ontology-metadata/api/validation/__components.d.ts +487 -9
  51. package/build/types/generated/ontology-metadata/api/validation/__components.d.ts.map +1 -1
  52. package/build/types/generated/ontology-metadata/api/validation/index.d.ts +1 -1
  53. package/build/types/generated/ontology-metadata/api/validation/index.d.ts.map +1 -1
  54. package/build/types/generated/ontology-metadata/branch/api/__components.d.ts +138 -33
  55. package/build/types/generated/ontology-metadata/branch/api/__components.d.ts.map +1 -1
  56. package/build/types/generated/ontology-metadata/branch/api/index.d.ts +1 -1
  57. package/build/types/generated/ontology-metadata/branch/api/index.d.ts.map +1 -1
  58. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @osdk/client.unstable
2
2
 
3
+ ## 2.7.0-beta.9
4
+
5
+ ### Minor Changes
6
+
7
+ - 8381ac2: Alias and render hint overrides for oac
8
+ - c95f3bc: Support IDPs in OAC
9
+
3
10
  ## 2.7.0-beta.8
4
11
 
5
12
  ## 2.7.0-beta.7
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/generated/object-set-service/api/ObjectSetService/createTemporaryObjectSet.ts","../../src/generated/object-set-service/api/ObjectSetServiceV2/getBulkLinksPage.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/bulkLoadOntologyEntities.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/getLinkTypesForObjectTypes.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/loadAllOntologies.ts"],"names":["conjureFetch"],"mappings":";;;AAmCA,eAAsB,wBAAA,CAAyB,KAAK,OAAS,EAAA;AAC3D,EAAA,OAAOA,YAAa,CAAA,GAAA,EAAK,CAAyB,qBAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACnE;ACPA,eAAsB,gBAAA,CAAiB,KAAK,OAAS,EAAA;AACnD,EAAA,OAAOA,YAAa,CAAA,GAAA,EAAK,CAAe,WAAA,CAAA,EAAA,KAAA,EAAO,OAAO,CAAA;AACxD;ACNA,eAAsB,wBAAA,CAAyB,GAAK,EAAA,UAAA,EAAY,OAAS,EAAA;AACvE,EAAA,OAAOA,YAAa,CAAA,GAAA,EAAK,CAAuC,mCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACjF;ACDA,eAAsB,0BAAA,CAA2B,KAAK,OAAS,EAAA;AAC7D,EAAA,OAAOA,YAAa,CAAA,GAAA,EAAK,CAAqC,iCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AAC/E;ACPA,eAAsB,iBAAA,CAAkB,KAAK,OAAS,EAAA;AACpD,EAAA,OAAOA,YAAa,CAAA,GAAA,EAAK,CAA0C,sCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACpF","file":"index.js","sourcesContent":["/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Creates a temporary object set that will live for at least as long as the provided TTL, and will get deleted\n * at some point after that.\n *\n * Temporary object sets created by unscoped user tokens can only be accessed by the user that created them; a\n * gatekeeper resource is registered for every such temporary object set. NOTE: The same gatekeeper resource may\n * be reused for the same userId across different createTemporaryObjectSet requests.\n *\n * If the temporary object set is created from a build that uses a 'security-rid' output then the temp object\n * set will be secured using the relevant OutputSecurityRid for the build.\n *\n * Whenever an object set (temporary, or otherwise) referencing a temporary object set gets saved or used in\n * versioned object sets, the reference gets replaced with a full definition of the previously saved temporary\n * object. This is to ensure that they do not inherit the TTL of temporary object sets they reference.\n *\n * Please consider using temporary object sets whenever there is a need to save an object set just to be able to\n * pass it to another service without a need to persist it indefinitely.\n */\nexport async function createTemporaryObjectSet(ctx, request) {\n return conjureFetch(ctx, `/objectSets/temporary`, \"POST\", request);\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Returns a page of all `FoundryLink`s for a given relation based on a list of object identifiers. Response will\n * contain entries for every requested object regardless of links found.\n *\n * The API supports fetching links for maximum 5_000 ObjectIdentifiers in a single request.\n * Results are always limited to the maximum of 100_000 links, without applying any particular order. Specifically,\n * this means that if total links count is above 100_000 then the whole result set should be considered partial,\n * i.e. there is no guarantee that for a given object all links have been retrieved.\n * Note that this endpoint does not check if objects referenced by the returned links actually exist. For instance,\n * when primary keys in the join table become stale, it will still return links based on the stale join table records.\n *\n * Note that this API does not support OSv1 links and will throw an exception if links provided are backed by OSv1.\n */\nexport async function getBulkLinksPage(ctx, request) {\n return conjureFetch(ctx, `/bulk-links`, \"PUT\", request);\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to load Ontology entities in bulk. The returned OntologyBulkLoadEntitiesResponse will only\n * contain entities that actually exist and are visible to the user. If the user has requested entities at\n * invalid versions or entities that do not exist in the specified versions, those will not be present\n * in the response.\n *\n * There are limits on the number of entities that can be loaded in one request. Please refer to\n * documentation of OntologyBulkLoadEntitiesRequest for the values of these limits.\n */\nexport async function bulkLoadOntologyEntities(ctx, onBehalfOf, request) {\n return conjureFetch(ctx, `/ontology/ontology/bulkLoadEntities`, \"POST\", request);\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to batch load links associated to given ObjectTypeRid(s). The GetLinkTypesForObjectTypesResponse\n * will only contain links that are visible to the user. If the user has requested to get link types at\n * invalid ontology versions or for ObjectTypeRid(s) that do not exist in the specified versions, those entries\n * will include an empty set of link types.\n * The includeObjectTypesWithoutSearchableDatasources flag is respected if present in the request,\n * else we set it to a default (false) unless the user-agent is blocklisted.\n * The flag is set to true for blocklisted user agents. Currently the blocklist\n * includes functions-typescript-gradle-plugin only.\n */\nexport async function getLinkTypesForObjectTypes(ctx, request) {\n return conjureFetch(ctx, `/ontology/linkTypesForObjectTypes`, \"POST\", request);\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to load metadata about the Ontologies a user has access to. The response will contain\n * only Ontologies on which the user has `ontology:view-ontology`. Note that the returned\n * LoadAllOntologiesResponse may be empty if there is no Ontology yet.\n */\nexport async function loadAllOntologies(ctx, request) {\n return conjureFetch(ctx, `/ontology/ontology/ontologies/load/all`, \"POST\", request);\n}"]}
1
+ {"version":3,"sources":["../../src/generated/object-set-service/api/ObjectSetService/createTemporaryObjectSet.ts","../../src/generated/object-set-service/api/ObjectSetServiceV2/getBulkLinksPage.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/bulkLoadOntologyEntities.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/getLinkTypesForObjectTypes.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/loadAllOntologies.ts"],"names":["conjureFetch"],"mappings":";;;AAmCA,eAAsB,wBAAA,CAAyB,KAAK,OAAS,EAAA;AAC3D,EAAA,OAAOA,YAAa,CAAA,GAAA,EAAK,CAAyB,qBAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACnE;ACPA,eAAsB,gBAAA,CAAiB,KAAK,OAAS,EAAA;AACnD,EAAA,OAAOA,YAAa,CAAA,GAAA,EAAK,CAAe,WAAA,CAAA,EAAA,KAAA,EAAO,OAAO,CAAA;AACxD;ACNA,eAAsB,wBAAA,CAAyB,GAAK,EAAA,UAAA,EAAY,OAAS,EAAA;AACvE,EAAA,OAAOA,YAAa,CAAA,GAAA,EAAK,CAAuC,mCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACjF;ACDA,eAAsB,0BAAA,CAA2B,KAAK,OAAS,EAAA;AAC7D,EAAA,OAAOA,YAAa,CAAA,GAAA,EAAK,CAAqC,iCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AAC/E;ACPA,eAAsB,iBAAA,CAAkB,KAAK,OAAS,EAAA;AACpD,EAAA,OAAOA,YAAa,CAAA,GAAA,EAAK,CAA0C,sCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACpF","file":"index.js","sourcesContent":["/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Creates a temporary object set that will live for at least as long as the provided TTL, and will get deleted\n * at some point after that.\n *\n * Temporary object sets created by unscoped user tokens can only be accessed by the user that created them; a\n * gatekeeper resource is registered for every such temporary object set. NOTE: The same gatekeeper resource may\n * be reused for the same userId across different createTemporaryObjectSet requests.\n *\n * If the temporary object set is created from a build that uses a 'security-rid' output then the temp object\n * set will be secured using the relevant OutputSecurityRid for the build.\n *\n * Whenever an object set (temporary, or otherwise) referencing a temporary object set gets saved or used in\n * versioned object sets, the reference gets replaced with a full definition of the previously saved temporary\n * object. This is to ensure that they do not inherit the TTL of temporary object sets they reference.\n *\n * Please consider using temporary object sets whenever there is a need to save an object set just to be able to\n * pass it to another service without a need to persist it indefinitely.\n */\nexport async function createTemporaryObjectSet(ctx, request) {\n return conjureFetch(ctx, `/objectSets/temporary`, \"POST\", request);\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Returns a page of all `FoundryLink`s for a given relation based on a list of object identifiers. Response will\n * contain entries for every requested object regardless of links found.\n *\n * The API supports fetching links for maximum 5_000 ObjectIdentifiers in a single request.\n * Results are always limited to the maximum of 100_000 links, without applying any particular order. Specifically,\n * this means that if total links count is above 100_000 then the whole result set should be considered partial,\n * i.e. there is no guarantee that for a given object all links have been retrieved.\n * Note that this endpoint does not check if objects referenced by the returned links actually exist. For instance,\n * when primary keys in the join table become stale, it will still return links based on the stale join table records.\n *\n * Note that this API does not support OSv1 links and will throw an exception if links provided are backed by OSv1.\n */\nexport async function getBulkLinksPage(ctx, request) {\n return conjureFetch(ctx, `/bulk-links`, \"PUT\", request);\n}","/*\n * Copyright 2026 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to load Ontology entities in bulk. The returned OntologyBulkLoadEntitiesResponse will only\n * contain entities that actually exist and are visible to the user. If the user has requested entities at\n * invalid versions or entities that do not exist in the specified versions, those will not be present\n * in the response.\n *\n * There are limits on the number of entities that can be loaded in one request. Please refer to\n * documentation of OntologyBulkLoadEntitiesRequest for the values of these limits.\n */\nexport async function bulkLoadOntologyEntities(ctx, onBehalfOf, request) {\n return conjureFetch(ctx, `/ontology/ontology/bulkLoadEntities`, \"POST\", request);\n}","/*\n * Copyright 2026 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to batch load links associated to given ObjectTypeRid(s). The GetLinkTypesForObjectTypesResponse\n * will only contain links that are visible to the user. If the user has requested to get link types at\n * invalid ontology versions or for ObjectTypeRid(s) that do not exist in the specified versions, those entries\n * will include an empty set of link types.\n * The includeObjectTypesWithoutSearchableDatasources flag is respected if present in the request,\n * else we set it to a default (false) unless the user-agent is blocklisted.\n * The flag is set to true for blocklisted user agents. Currently the blocklist\n * includes functions-typescript-gradle-plugin only.\n */\nexport async function getLinkTypesForObjectTypes(ctx, request) {\n return conjureFetch(ctx, `/ontology/linkTypesForObjectTypes`, \"POST\", request);\n}","/*\n * Copyright 2026 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to load metadata about the Ontologies a user has access to. The response will contain\n * only Ontologies on which the user has `ontology:view-ontology`. Note that the returned\n * LoadAllOntologiesResponse may be empty if there is no Ontology yet.\n */\nexport async function loadAllOntologies(ctx, request) {\n return conjureFetch(ctx, `/ontology/ontology/ontologies/load/all`, \"POST\", request);\n}"]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/generated/object-set-service/api/ObjectSetService/createTemporaryObjectSet.ts","../../src/generated/object-set-service/api/ObjectSetServiceV2/getBulkLinksPage.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/bulkLoadOntologyEntities.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/getLinkTypesForObjectTypes.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/loadAllOntologies.ts"],"names":["conjureFetch"],"mappings":";;;;;AAmCA,eAAsB,wBAAA,CAAyB,KAAK,OAAS,EAAA;AAC3D,EAAA,OAAOA,wBAAa,CAAA,GAAA,EAAK,CAAyB,qBAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACnE;ACPA,eAAsB,gBAAA,CAAiB,KAAK,OAAS,EAAA;AACnD,EAAA,OAAOA,wBAAa,CAAA,GAAA,EAAK,CAAe,WAAA,CAAA,EAAA,KAAA,EAAO,OAAO,CAAA;AACxD;ACNA,eAAsB,wBAAA,CAAyB,GAAK,EAAA,UAAA,EAAY,OAAS,EAAA;AACvE,EAAA,OAAOA,wBAAa,CAAA,GAAA,EAAK,CAAuC,mCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACjF;ACDA,eAAsB,0BAAA,CAA2B,KAAK,OAAS,EAAA;AAC7D,EAAA,OAAOA,wBAAa,CAAA,GAAA,EAAK,CAAqC,iCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AAC/E;ACPA,eAAsB,iBAAA,CAAkB,KAAK,OAAS,EAAA;AACpD,EAAA,OAAOA,wBAAa,CAAA,GAAA,EAAK,CAA0C,sCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACpF","file":"index.cjs","sourcesContent":["/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Creates a temporary object set that will live for at least as long as the provided TTL, and will get deleted\n * at some point after that.\n *\n * Temporary object sets created by unscoped user tokens can only be accessed by the user that created them; a\n * gatekeeper resource is registered for every such temporary object set. NOTE: The same gatekeeper resource may\n * be reused for the same userId across different createTemporaryObjectSet requests.\n *\n * If the temporary object set is created from a build that uses a 'security-rid' output then the temp object\n * set will be secured using the relevant OutputSecurityRid for the build.\n *\n * Whenever an object set (temporary, or otherwise) referencing a temporary object set gets saved or used in\n * versioned object sets, the reference gets replaced with a full definition of the previously saved temporary\n * object. This is to ensure that they do not inherit the TTL of temporary object sets they reference.\n *\n * Please consider using temporary object sets whenever there is a need to save an object set just to be able to\n * pass it to another service without a need to persist it indefinitely.\n */\nexport async function createTemporaryObjectSet(ctx, request) {\n return conjureFetch(ctx, `/objectSets/temporary`, \"POST\", request);\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Returns a page of all `FoundryLink`s for a given relation based on a list of object identifiers. Response will\n * contain entries for every requested object regardless of links found.\n *\n * The API supports fetching links for maximum 5_000 ObjectIdentifiers in a single request.\n * Results are always limited to the maximum of 100_000 links, without applying any particular order. Specifically,\n * this means that if total links count is above 100_000 then the whole result set should be considered partial,\n * i.e. there is no guarantee that for a given object all links have been retrieved.\n * Note that this endpoint does not check if objects referenced by the returned links actually exist. For instance,\n * when primary keys in the join table become stale, it will still return links based on the stale join table records.\n *\n * Note that this API does not support OSv1 links and will throw an exception if links provided are backed by OSv1.\n */\nexport async function getBulkLinksPage(ctx, request) {\n return conjureFetch(ctx, `/bulk-links`, \"PUT\", request);\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to load Ontology entities in bulk. The returned OntologyBulkLoadEntitiesResponse will only\n * contain entities that actually exist and are visible to the user. If the user has requested entities at\n * invalid versions or entities that do not exist in the specified versions, those will not be present\n * in the response.\n *\n * There are limits on the number of entities that can be loaded in one request. Please refer to\n * documentation of OntologyBulkLoadEntitiesRequest for the values of these limits.\n */\nexport async function bulkLoadOntologyEntities(ctx, onBehalfOf, request) {\n return conjureFetch(ctx, `/ontology/ontology/bulkLoadEntities`, \"POST\", request);\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to batch load links associated to given ObjectTypeRid(s). The GetLinkTypesForObjectTypesResponse\n * will only contain links that are visible to the user. If the user has requested to get link types at\n * invalid ontology versions or for ObjectTypeRid(s) that do not exist in the specified versions, those entries\n * will include an empty set of link types.\n * The includeObjectTypesWithoutSearchableDatasources flag is respected if present in the request,\n * else we set it to a default (false) unless the user-agent is blocklisted.\n * The flag is set to true for blocklisted user agents. Currently the blocklist\n * includes functions-typescript-gradle-plugin only.\n */\nexport async function getLinkTypesForObjectTypes(ctx, request) {\n return conjureFetch(ctx, `/ontology/linkTypesForObjectTypes`, \"POST\", request);\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to load metadata about the Ontologies a user has access to. The response will contain\n * only Ontologies on which the user has `ontology:view-ontology`. Note that the returned\n * LoadAllOntologiesResponse may be empty if there is no Ontology yet.\n */\nexport async function loadAllOntologies(ctx, request) {\n return conjureFetch(ctx, `/ontology/ontology/ontologies/load/all`, \"POST\", request);\n}"]}
1
+ {"version":3,"sources":["../../src/generated/object-set-service/api/ObjectSetService/createTemporaryObjectSet.ts","../../src/generated/object-set-service/api/ObjectSetServiceV2/getBulkLinksPage.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/bulkLoadOntologyEntities.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/getLinkTypesForObjectTypes.ts","../../src/generated/ontology-metadata/api/OntologyMetadataService/loadAllOntologies.ts"],"names":["conjureFetch"],"mappings":";;;;;AAmCA,eAAsB,wBAAA,CAAyB,KAAK,OAAS,EAAA;AAC3D,EAAA,OAAOA,wBAAa,CAAA,GAAA,EAAK,CAAyB,qBAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACnE;ACPA,eAAsB,gBAAA,CAAiB,KAAK,OAAS,EAAA;AACnD,EAAA,OAAOA,wBAAa,CAAA,GAAA,EAAK,CAAe,WAAA,CAAA,EAAA,KAAA,EAAO,OAAO,CAAA;AACxD;ACNA,eAAsB,wBAAA,CAAyB,GAAK,EAAA,UAAA,EAAY,OAAS,EAAA;AACvE,EAAA,OAAOA,wBAAa,CAAA,GAAA,EAAK,CAAuC,mCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACjF;ACDA,eAAsB,0BAAA,CAA2B,KAAK,OAAS,EAAA;AAC7D,EAAA,OAAOA,wBAAa,CAAA,GAAA,EAAK,CAAqC,iCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AAC/E;ACPA,eAAsB,iBAAA,CAAkB,KAAK,OAAS,EAAA;AACpD,EAAA,OAAOA,wBAAa,CAAA,GAAA,EAAK,CAA0C,sCAAA,CAAA,EAAA,MAAA,EAAQ,OAAO,CAAA;AACpF","file":"index.cjs","sourcesContent":["/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Creates a temporary object set that will live for at least as long as the provided TTL, and will get deleted\n * at some point after that.\n *\n * Temporary object sets created by unscoped user tokens can only be accessed by the user that created them; a\n * gatekeeper resource is registered for every such temporary object set. NOTE: The same gatekeeper resource may\n * be reused for the same userId across different createTemporaryObjectSet requests.\n *\n * If the temporary object set is created from a build that uses a 'security-rid' output then the temp object\n * set will be secured using the relevant OutputSecurityRid for the build.\n *\n * Whenever an object set (temporary, or otherwise) referencing a temporary object set gets saved or used in\n * versioned object sets, the reference gets replaced with a full definition of the previously saved temporary\n * object. This is to ensure that they do not inherit the TTL of temporary object sets they reference.\n *\n * Please consider using temporary object sets whenever there is a need to save an object set just to be able to\n * pass it to another service without a need to persist it indefinitely.\n */\nexport async function createTemporaryObjectSet(ctx, request) {\n return conjureFetch(ctx, `/objectSets/temporary`, \"POST\", request);\n}","/*\n * Copyright 2025 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Returns a page of all `FoundryLink`s for a given relation based on a list of object identifiers. Response will\n * contain entries for every requested object regardless of links found.\n *\n * The API supports fetching links for maximum 5_000 ObjectIdentifiers in a single request.\n * Results are always limited to the maximum of 100_000 links, without applying any particular order. Specifically,\n * this means that if total links count is above 100_000 then the whole result set should be considered partial,\n * i.e. there is no guarantee that for a given object all links have been retrieved.\n * Note that this endpoint does not check if objects referenced by the returned links actually exist. For instance,\n * when primary keys in the join table become stale, it will still return links based on the stale join table records.\n *\n * Note that this API does not support OSv1 links and will throw an exception if links provided are backed by OSv1.\n */\nexport async function getBulkLinksPage(ctx, request) {\n return conjureFetch(ctx, `/bulk-links`, \"PUT\", request);\n}","/*\n * Copyright 2026 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to load Ontology entities in bulk. The returned OntologyBulkLoadEntitiesResponse will only\n * contain entities that actually exist and are visible to the user. If the user has requested entities at\n * invalid versions or entities that do not exist in the specified versions, those will not be present\n * in the response.\n *\n * There are limits on the number of entities that can be loaded in one request. Please refer to\n * documentation of OntologyBulkLoadEntitiesRequest for the values of these limits.\n */\nexport async function bulkLoadOntologyEntities(ctx, onBehalfOf, request) {\n return conjureFetch(ctx, `/ontology/ontology/bulkLoadEntities`, \"POST\", request);\n}","/*\n * Copyright 2026 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to batch load links associated to given ObjectTypeRid(s). The GetLinkTypesForObjectTypesResponse\n * will only contain links that are visible to the user. If the user has requested to get link types at\n * invalid ontology versions or for ObjectTypeRid(s) that do not exist in the specified versions, those entries\n * will include an empty set of link types.\n * The includeObjectTypesWithoutSearchableDatasources flag is respected if present in the request,\n * else we set it to a default (false) unless the user-agent is blocklisted.\n * The flag is set to true for blocklisted user agents. Currently the blocklist\n * includes functions-typescript-gradle-plugin only.\n */\nexport async function getLinkTypesForObjectTypes(ctx, request) {\n return conjureFetch(ctx, `/ontology/linkTypesForObjectTypes`, \"POST\", request);\n}","/*\n * Copyright 2026 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { conjureFetch } from \"conjure-lite\";\n/**\n * Endpoint to load metadata about the Ontologies a user has access to. The response will contain\n * only Ontologies on which the user has `ontology:view-ontology`. Note that the returned\n * LoadAllOntologiesResponse may be empty if there is no Ontology yet.\n */\nexport async function loadAllOntologies(ctx, request) {\n return conjureFetch(ctx, `/ontology/ontology/ontologies/load/all`, \"POST\", request);\n}"]}