@osdk/internal.foundry.ontologiesv2 0.2.0-beta.6 → 0.2.0-beta.7

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,20 @@
1
1
  # @osdk/internal.foundry.ontologiesv2
2
2
 
3
+ ## 0.2.0-beta.7
4
+
5
+ ### Minor Changes
6
+
7
+ - 1252d94: ESM Only
8
+ - 5d6d5ab: Internally refactored to support new API versions
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [1252d94]
13
+ - Updated dependencies [5d6d5ab]
14
+ - @osdk/internal.foundry.core@0.2.0-beta.7
15
+ - @osdk/shared.client@1.0.0-beta.0
16
+ - @osdk/shared.net.platformapi@0.3.0-beta.0
17
+
3
18
  ## 0.2.0-beta.6
4
19
 
5
20
  ### Patch Changes
@@ -12,15 +12,15 @@ var _applyActionV2 = [1, "/v2/ontologies/{0}/actions/{1}/apply", 3];
12
12
  function applyActionV2($ctx, ...args) {
13
13
  return foundryPlatformFetch($ctx, _applyActionV2, ...args);
14
14
  }
15
- var _applyActionBatchV2 = [1, "/v2/ontologies/{0}/actions/{1}/applyBatch", 3];
16
- function applyActionBatchV2($ctx, ...args) {
17
- return foundryPlatformFetch($ctx, _applyActionBatchV2, ...args);
18
- }
19
15
  var _applyActionAsyncV2 = [1, "/v2/ontologies/{0}/actions/{1}/applyAsync", 3];
20
16
  function applyActionAsyncV2($ctx, ...args) {
21
17
  return foundryPlatformFetch($ctx, _applyActionAsyncV2, ...args);
22
18
  }
19
+ var _applyActionBatchV2 = [1, "/v2/ontologies/{0}/actions/{1}/applyBatch", 3];
20
+ function applyActionBatchV2($ctx, ...args) {
21
+ return foundryPlatformFetch($ctx, _applyActionBatchV2, ...args);
22
+ }
23
23
 
24
24
  export { Action_exports, applyActionAsyncV2, applyActionBatchV2, applyActionV2 };
25
- //# sourceMappingURL=chunk-ZKWJVNUQ.js.map
26
- //# sourceMappingURL=chunk-ZKWJVNUQ.js.map
25
+ //# sourceMappingURL=chunk-A2ZEBCGI.js.map
26
+ //# sourceMappingURL=chunk-A2ZEBCGI.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/Action.ts"],"names":["$foundryPlatformFetch"],"mappings":";;;;AAAA,IAAA,cAAA,GAAA,GAAA;AAAA,QAAA,CAAA,cAAA,EAAA;AAAA,EAAA,kBAAA,EAAA,MAAA,kBAAA;AAAA,EAAA,kBAAA,EAAA,MAAA,kBAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,CAAA,CAAA,CAAA;AAoBA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,sCAAA,EAAwC,CAAC,CAAA,CAAA;AAkB7D,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D,CAAA;AACA,IAAM,mBAAsB,GAAA,CAAC,CAAG,EAAA,2CAAA,EAA6C,CAAC,CAAA,CAAA;AAmBvE,SAAS,kBAAA,CAAmB,SAAS,IAAM,EAAA;AAChD,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,mBAAqB,EAAA,GAAG,IAAI,CAAA,CAAA;AACjE,CAAA;AACA,IAAM,mBAAsB,GAAA,CAAC,CAAG,EAAA,2CAAA,EAA6C,CAAC,CAAA,CAAA;AAkBvE,SAAS,kBAAA,CAAmB,SAAS,IAAM,EAAA;AAChD,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,mBAAqB,EAAA,GAAG,IAAI,CAAA,CAAA;AACjE","file":"chunk-ZKWJVNUQ.js","sourcesContent":["/*\n * Copyright 2024 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 { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n\n//\n\nconst _applyActionV2 = [1, \"/v2/ontologies/{0}/actions/{1}/apply\", 3];\n\n/**\n * Applies an action using the given parameters.\n *\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Note that [parameter default values](https://www.palantir.com/docs/foundry/action-types/parameters-default-value/) are not currently supported by\n * this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @public\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/apply\n */\nexport function applyActionV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionV2, ...args);\n}\nconst _applyActionBatchV2 = [1, \"/v2/ontologies/{0}/actions/{1}/applyBatch\", 3];\n\n/**\n * Applies multiple actions (of the same Action Type) using the given parameters.\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Up to 20 actions may be applied in one call. Actions that only modify objects in Object Storage v2 and do not\n * call Functions may receive a higher limit.\n *\n * Note that [notifications](https://www.palantir.com/docs/foundry/action-types/notifications/) are not currently supported by this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @public\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/applyBatch\n */\nexport function applyActionBatchV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionBatchV2, ...args);\n}\nconst _applyActionAsyncV2 = [1, \"/v2/ontologies/{0}/actions/{1}/applyAsync\", 3];\n\n/**\n * Applies an action using the given parameters.\n *\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Note that [parameter default values](https://www.palantir.com/docs/foundry/action-types/parameters-default-value/) are not currently supported by\n * this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @alpha\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/applyAsync\n */\nexport function applyActionAsyncV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionAsyncV2, ...args);\n}"]}
1
+ {"version":3,"sources":["../../src/public/Action.ts"],"names":["$foundryPlatformFetch"],"mappings":";;;;AAAA,IAAA,cAAA,GAAA,GAAA;AAAA,QAAA,CAAA,cAAA,EAAA;AAAA,EAAA,kBAAA,EAAA,MAAA,kBAAA;AAAA,EAAA,kBAAA,EAAA,MAAA,kBAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,CAAA,CAAA,CAAA;AAoBA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,sCAAA,EAAwC,CAAC,CAAA,CAAA;AAkB7D,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D,CAAA;AACA,IAAM,mBAAsB,GAAA,CAAC,CAAG,EAAA,2CAAA,EAA6C,CAAC,CAAA,CAAA;AAkBvE,SAAS,kBAAA,CAAmB,SAAS,IAAM,EAAA;AAChD,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,mBAAqB,EAAA,GAAG,IAAI,CAAA,CAAA;AACjE,CAAA;AACA,IAAM,mBAAsB,GAAA,CAAC,CAAG,EAAA,2CAAA,EAA6C,CAAC,CAAA,CAAA;AAmBvE,SAAS,kBAAA,CAAmB,SAAS,IAAM,EAAA;AAChD,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,mBAAqB,EAAA,GAAG,IAAI,CAAA,CAAA;AACjE","file":"chunk-A2ZEBCGI.js","sourcesContent":["/*\n * Copyright 2024 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 { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n\n//\n\nconst _applyActionV2 = [1, \"/v2/ontologies/{0}/actions/{1}/apply\", 3];\n\n/**\n * Applies an action using the given parameters.\n *\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Note that [parameter default values](https://www.palantir.com/docs/foundry/action-types/parameters-default-value/) are not currently supported by\n * this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @public\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/apply\n */\nexport function applyActionV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionV2, ...args);\n}\nconst _applyActionAsyncV2 = [1, \"/v2/ontologies/{0}/actions/{1}/applyAsync\", 3];\n\n/**\n * Applies an action using the given parameters.\n *\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Note that [parameter default values](https://www.palantir.com/docs/foundry/action-types/parameters-default-value/) are not currently supported by\n * this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @alpha\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/applyAsync\n */\nexport function applyActionAsyncV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionAsyncV2, ...args);\n}\nconst _applyActionBatchV2 = [1, \"/v2/ontologies/{0}/actions/{1}/applyBatch\", 3];\n\n/**\n * Applies multiple actions (of the same Action Type) using the given parameters.\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Up to 20 actions may be applied in one call. Actions that only modify objects in Object Storage v2 and do not\n * call Functions may receive a higher limit.\n *\n * Note that [notifications](https://www.palantir.com/docs/foundry/action-types/notifications/) are not currently supported by this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @public\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/applyBatch\n */\nexport function applyActionBatchV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionBatchV2, ...args);\n}"]}
@@ -4,7 +4,7 @@ export { OntologyV2_exports as OntologiesV2 } from './chunk-35VM6XLH.js';
4
4
  export { Query_exports as Queries } from './chunk-UFJTKRQC.js';
5
5
  export { QueryType_exports as QueryTypes } from './chunk-GWYI4RKT.js';
6
6
  export { TimeSeriesPropertyV2_exports as TimeSeriesPropertiesV2 } from './chunk-KQNF55S5.js';
7
- export { Action_exports as Actions } from './chunk-ZKWJVNUQ.js';
7
+ export { Action_exports as Actions } from './chunk-A2ZEBCGI.js';
8
8
  export { ActionTypeV2_exports as ActionTypesV2 } from './chunk-VCCTOHYG.js';
9
9
  export { Attachment_exports as Attachments } from './chunk-EFVOGNPX.js';
10
10
  export { AttachmentPropertyV2_exports as AttachmentPropertiesV2 } from './chunk-3H3SHEFA.js';
@@ -1,4 +1,4 @@
1
- export { applyActionAsyncV2, applyActionBatchV2, applyActionV2 } from '../chunk-ZKWJVNUQ.js';
1
+ export { applyActionAsyncV2, applyActionBatchV2, applyActionV2 } from '../chunk-A2ZEBCGI.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
3
  //# sourceMappingURL=Action.js.map
4
4
  //# sourceMappingURL=Action.js.map
@@ -12,15 +12,15 @@ var _applyActionV2 = [1, "/v2/ontologies/{0}/actions/{1}/apply", 3];
12
12
  function applyActionV2($ctx, ...args) {
13
13
  return foundryPlatformFetch($ctx, _applyActionV2, ...args);
14
14
  }
15
- var _applyActionBatchV2 = [1, "/v2/ontologies/{0}/actions/{1}/applyBatch", 3];
16
- function applyActionBatchV2($ctx, ...args) {
17
- return foundryPlatformFetch($ctx, _applyActionBatchV2, ...args);
18
- }
19
15
  var _applyActionAsyncV2 = [1, "/v2/ontologies/{0}/actions/{1}/applyAsync", 3];
20
16
  function applyActionAsyncV2($ctx, ...args) {
21
17
  return foundryPlatformFetch($ctx, _applyActionAsyncV2, ...args);
22
18
  }
19
+ var _applyActionBatchV2 = [1, "/v2/ontologies/{0}/actions/{1}/applyBatch", 3];
20
+ function applyActionBatchV2($ctx, ...args) {
21
+ return foundryPlatformFetch($ctx, _applyActionBatchV2, ...args);
22
+ }
23
23
 
24
24
  export { Action_exports, applyActionAsyncV2, applyActionBatchV2, applyActionV2 };
25
- //# sourceMappingURL=chunk-ZKWJVNUQ.js.map
26
- //# sourceMappingURL=chunk-ZKWJVNUQ.js.map
25
+ //# sourceMappingURL=chunk-A2ZEBCGI.js.map
26
+ //# sourceMappingURL=chunk-A2ZEBCGI.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/public/Action.ts"],"names":["$foundryPlatformFetch"],"mappings":";;;;AAAA,IAAA,cAAA,GAAA,GAAA;AAAA,QAAA,CAAA,cAAA,EAAA;AAAA,EAAA,kBAAA,EAAA,MAAA,kBAAA;AAAA,EAAA,kBAAA,EAAA,MAAA,kBAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,CAAA,CAAA,CAAA;AAoBA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,sCAAA,EAAwC,CAAC,CAAA,CAAA;AAkB7D,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D,CAAA;AACA,IAAM,mBAAsB,GAAA,CAAC,CAAG,EAAA,2CAAA,EAA6C,CAAC,CAAA,CAAA;AAmBvE,SAAS,kBAAA,CAAmB,SAAS,IAAM,EAAA;AAChD,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,mBAAqB,EAAA,GAAG,IAAI,CAAA,CAAA;AACjE,CAAA;AACA,IAAM,mBAAsB,GAAA,CAAC,CAAG,EAAA,2CAAA,EAA6C,CAAC,CAAA,CAAA;AAkBvE,SAAS,kBAAA,CAAmB,SAAS,IAAM,EAAA;AAChD,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,mBAAqB,EAAA,GAAG,IAAI,CAAA,CAAA;AACjE","file":"chunk-ZKWJVNUQ.js","sourcesContent":["/*\n * Copyright 2024 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 { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n\n//\n\nconst _applyActionV2 = [1, \"/v2/ontologies/{0}/actions/{1}/apply\", 3];\n\n/**\n * Applies an action using the given parameters.\n *\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Note that [parameter default values](https://www.palantir.com/docs/foundry/action-types/parameters-default-value/) are not currently supported by\n * this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @public\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/apply\n */\nexport function applyActionV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionV2, ...args);\n}\nconst _applyActionBatchV2 = [1, \"/v2/ontologies/{0}/actions/{1}/applyBatch\", 3];\n\n/**\n * Applies multiple actions (of the same Action Type) using the given parameters.\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Up to 20 actions may be applied in one call. Actions that only modify objects in Object Storage v2 and do not\n * call Functions may receive a higher limit.\n *\n * Note that [notifications](https://www.palantir.com/docs/foundry/action-types/notifications/) are not currently supported by this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @public\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/applyBatch\n */\nexport function applyActionBatchV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionBatchV2, ...args);\n}\nconst _applyActionAsyncV2 = [1, \"/v2/ontologies/{0}/actions/{1}/applyAsync\", 3];\n\n/**\n * Applies an action using the given parameters.\n *\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Note that [parameter default values](https://www.palantir.com/docs/foundry/action-types/parameters-default-value/) are not currently supported by\n * this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @alpha\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/applyAsync\n */\nexport function applyActionAsyncV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionAsyncV2, ...args);\n}"]}
1
+ {"version":3,"sources":["../../src/public/Action.ts"],"names":["$foundryPlatformFetch"],"mappings":";;;;AAAA,IAAA,cAAA,GAAA,GAAA;AAAA,QAAA,CAAA,cAAA,EAAA;AAAA,EAAA,kBAAA,EAAA,MAAA,kBAAA;AAAA,EAAA,kBAAA,EAAA,MAAA,kBAAA;AAAA,EAAA,aAAA,EAAA,MAAA,aAAA;AAAA,CAAA,CAAA,CAAA;AAoBA,IAAM,cAAiB,GAAA,CAAC,CAAG,EAAA,sCAAA,EAAwC,CAAC,CAAA,CAAA;AAkB7D,SAAS,aAAA,CAAc,SAAS,IAAM,EAAA;AAC3C,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,cAAgB,EAAA,GAAG,IAAI,CAAA,CAAA;AAC5D,CAAA;AACA,IAAM,mBAAsB,GAAA,CAAC,CAAG,EAAA,2CAAA,EAA6C,CAAC,CAAA,CAAA;AAkBvE,SAAS,kBAAA,CAAmB,SAAS,IAAM,EAAA;AAChD,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,mBAAqB,EAAA,GAAG,IAAI,CAAA,CAAA;AACjE,CAAA;AACA,IAAM,mBAAsB,GAAA,CAAC,CAAG,EAAA,2CAAA,EAA6C,CAAC,CAAA,CAAA;AAmBvE,SAAS,kBAAA,CAAmB,SAAS,IAAM,EAAA;AAChD,EAAA,OAAOA,oBAAsB,CAAA,IAAA,EAAM,mBAAqB,EAAA,GAAG,IAAI,CAAA,CAAA;AACjE","file":"chunk-A2ZEBCGI.js","sourcesContent":["/*\n * Copyright 2024 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 { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n\n//\n\nconst _applyActionV2 = [1, \"/v2/ontologies/{0}/actions/{1}/apply\", 3];\n\n/**\n * Applies an action using the given parameters.\n *\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Note that [parameter default values](https://www.palantir.com/docs/foundry/action-types/parameters-default-value/) are not currently supported by\n * this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @public\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/apply\n */\nexport function applyActionV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionV2, ...args);\n}\nconst _applyActionAsyncV2 = [1, \"/v2/ontologies/{0}/actions/{1}/applyAsync\", 3];\n\n/**\n * Applies an action using the given parameters.\n *\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Note that [parameter default values](https://www.palantir.com/docs/foundry/action-types/parameters-default-value/) are not currently supported by\n * this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @alpha\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/applyAsync\n */\nexport function applyActionAsyncV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionAsyncV2, ...args);\n}\nconst _applyActionBatchV2 = [1, \"/v2/ontologies/{0}/actions/{1}/applyBatch\", 3];\n\n/**\n * Applies multiple actions (of the same Action Type) using the given parameters.\n * Changes to the Ontology are eventually consistent and may take some time to be visible.\n *\n * Up to 20 actions may be applied in one call. Actions that only modify objects in Object Storage v2 and do not\n * call Functions may receive a higher limit.\n *\n * Note that [notifications](https://www.palantir.com/docs/foundry/action-types/notifications/) are not currently supported by this endpoint.\n *\n * Third-party applications using this endpoint via OAuth2 must request the\n * following operation scopes: `api:ontologies-read api:ontologies-write`.\n *\n * @public\n *\n * Required Scopes: [api:ontologies-read, api:ontologies-write]\n * URL: /v2/ontologies/{ontology}/actions/{action}/applyBatch\n */\nexport function applyActionBatchV2($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _applyActionBatchV2, ...args);\n}"]}
@@ -4,7 +4,7 @@ export { OntologyV2_exports as OntologiesV2 } from './chunk-35VM6XLH.js';
4
4
  export { Query_exports as Queries } from './chunk-UFJTKRQC.js';
5
5
  export { QueryType_exports as QueryTypes } from './chunk-GWYI4RKT.js';
6
6
  export { TimeSeriesPropertyV2_exports as TimeSeriesPropertiesV2 } from './chunk-KQNF55S5.js';
7
- export { Action_exports as Actions } from './chunk-ZKWJVNUQ.js';
7
+ export { Action_exports as Actions } from './chunk-A2ZEBCGI.js';
8
8
  export { ActionTypeV2_exports as ActionTypesV2 } from './chunk-VCCTOHYG.js';
9
9
  export { Attachment_exports as Attachments } from './chunk-EFVOGNPX.js';
10
10
  export { AttachmentPropertyV2_exports as AttachmentPropertiesV2 } from './chunk-3H3SHEFA.js';
@@ -26,54 +26,54 @@ export declare function applyActionV2($ctx: $Client | $ClientContext, ...args: [
26
26
  }
27
27
  ]): Promise<SyncApplyActionResponseV2>;
28
28
  /**
29
- * Applies multiple actions (of the same Action Type) using the given parameters.
30
- * Changes to the Ontology are eventually consistent and may take some time to be visible.
29
+ * Applies an action using the given parameters.
31
30
  *
32
- * Up to 20 actions may be applied in one call. Actions that only modify objects in Object Storage v2 and do not
33
- * call Functions may receive a higher limit.
31
+ * Changes to the Ontology are eventually consistent and may take some time to be visible.
34
32
  *
35
- * Note that [notifications](https://www.palantir.com/docs/foundry/action-types/notifications/) are not currently supported by this endpoint.
33
+ * Note that [parameter default values](https://www.palantir.com/docs/foundry/action-types/parameters-default-value/) are not currently supported by
34
+ * this endpoint.
36
35
  *
37
36
  * Third-party applications using this endpoint via OAuth2 must request the
38
37
  * following operation scopes: `api:ontologies-read api:ontologies-write`.
39
38
  *
40
- * @public
39
+ * @alpha
41
40
  *
42
41
  * Required Scopes: [api:ontologies-read, api:ontologies-write]
43
- * URL: /v2/ontologies/{ontology}/actions/{action}/applyBatch
42
+ * URL: /v2/ontologies/{ontology}/actions/{action}/applyAsync
44
43
  */
45
- export declare function applyActionBatchV2($ctx: $Client | $ClientContext, ...args: [
44
+ export declare function applyActionAsyncV2($ctx: $Client | $ClientContext, ...args: [
46
45
  ontology: OntologyIdentifier,
47
46
  action: ActionTypeApiName,
48
- $body: BatchApplyActionRequestV2,
47
+ $body: AsyncApplyActionRequestV2,
49
48
  $queryParams?: {
50
49
  artifactRepository?: ArtifactRepositoryRid | undefined;
51
50
  packageName?: SdkPackageName | undefined;
52
51
  }
53
- ]): Promise<BatchApplyActionResponseV2>;
52
+ ]): Promise<AsyncApplyActionResponseV2>;
54
53
  /**
55
- * Applies an action using the given parameters.
56
- *
54
+ * Applies multiple actions (of the same Action Type) using the given parameters.
57
55
  * Changes to the Ontology are eventually consistent and may take some time to be visible.
58
56
  *
59
- * Note that [parameter default values](https://www.palantir.com/docs/foundry/action-types/parameters-default-value/) are not currently supported by
60
- * this endpoint.
57
+ * Up to 20 actions may be applied in one call. Actions that only modify objects in Object Storage v2 and do not
58
+ * call Functions may receive a higher limit.
59
+ *
60
+ * Note that [notifications](https://www.palantir.com/docs/foundry/action-types/notifications/) are not currently supported by this endpoint.
61
61
  *
62
62
  * Third-party applications using this endpoint via OAuth2 must request the
63
63
  * following operation scopes: `api:ontologies-read api:ontologies-write`.
64
64
  *
65
- * @alpha
65
+ * @public
66
66
  *
67
67
  * Required Scopes: [api:ontologies-read, api:ontologies-write]
68
- * URL: /v2/ontologies/{ontology}/actions/{action}/applyAsync
68
+ * URL: /v2/ontologies/{ontology}/actions/{action}/applyBatch
69
69
  */
70
- export declare function applyActionAsyncV2($ctx: $Client | $ClientContext, ...args: [
70
+ export declare function applyActionBatchV2($ctx: $Client | $ClientContext, ...args: [
71
71
  ontology: OntologyIdentifier,
72
72
  action: ActionTypeApiName,
73
- $body: AsyncApplyActionRequestV2,
73
+ $body: BatchApplyActionRequestV2,
74
74
  $queryParams?: {
75
75
  artifactRepository?: ArtifactRepositoryRid | undefined;
76
76
  packageName?: SdkPackageName | undefined;
77
77
  }
78
- ]): Promise<AsyncApplyActionResponseV2>;
78
+ ]): Promise<BatchApplyActionResponseV2>;
79
79
  //# 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,EACV,iBAAiB,EACjB,oBAAoB,EACpB,qBAAqB,EACrB,yBAAyB,EACzB,0BAA0B,EAC1B,yBAAyB,EACzB,0BAA0B,EAC1B,kBAAkB,EAClB,cAAc,EACd,yBAAyB,EAC1B,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAkB7B;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,kBAAkB;IAC5B,MAAM,EAAE,iBAAiB;IACzB,KAAK,EAAE,oBAAoB;IAC3B,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;QACvD,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;KAC1C;CACF,GACA,OAAO,CAAC,yBAAyB,CAAC,CAEpC;AAcD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,kBAAkB;IAC5B,MAAM,EAAE,iBAAiB;IACzB,KAAK,EAAE,yBAAyB;IAChC,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;QACvD,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;KAC1C;CACF,GACA,OAAO,CAAC,0BAA0B,CAAC,CAErC;AAcD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,kBAAkB;IAC5B,MAAM,EAAE,iBAAiB;IACzB,KAAK,EAAE,yBAAyB;IAChC,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;QACvD,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;KAC1C;CACF,GACA,OAAO,CAAC,0BAA0B,CAAC,CAErC"}
1
+ {"version":3,"file":"Action.d.ts","sourceRoot":"","sources":["../../../src/public/Action.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EACV,iBAAiB,EACjB,oBAAoB,EACpB,qBAAqB,EACrB,yBAAyB,EACzB,0BAA0B,EAC1B,yBAAyB,EACzB,0BAA0B,EAC1B,kBAAkB,EAClB,cAAc,EACd,yBAAyB,EAC1B,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,qBAAqB,CAAC;AAkB7B;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,kBAAkB;IAC5B,MAAM,EAAE,iBAAiB;IACzB,KAAK,EAAE,oBAAoB;IAC3B,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;QACvD,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;KAC1C;CACF,GACA,OAAO,CAAC,yBAAyB,CAAC,CAEpC;AAcD;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,kBAAkB;IAC5B,MAAM,EAAE,iBAAiB;IACzB,KAAK,EAAE,yBAAyB;IAChC,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;QACvD,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;KAC1C;CACF,GACA,OAAO,CAAC,0BAA0B,CAAC,CAErC;AAcD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,kBAAkB,CAChC,IAAI,EAAE,OAAO,GAAG,cAAc,EAC9B,GAAG,IAAI,EAAE;IACP,QAAQ,EAAE,kBAAkB;IAC5B,MAAM,EAAE,iBAAiB;IACzB,KAAK,EAAE,yBAAyB;IAChC,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,qBAAqB,GAAG,SAAS,CAAC;QACvD,WAAW,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;KAC1C;CACF,GACA,OAAO,CAAC,0BAA0B,CAAC,CAErC"}
@@ -1,4 +1,4 @@
1
- export { applyActionAsyncV2, applyActionBatchV2, applyActionV2 } from '../chunk-ZKWJVNUQ.js';
1
+ export { applyActionAsyncV2, applyActionBatchV2, applyActionV2 } from '../chunk-A2ZEBCGI.js';
2
2
  import '../chunk-PZ5AY32C.js';
3
3
  //# sourceMappingURL=Action.js.map
4
4
  //# sourceMappingURL=Action.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/internal.foundry.ontologiesv2",
3
- "version": "0.2.0-beta.6",
3
+ "version": "0.2.0-beta.7",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,11 +17,9 @@
17
17
  }
18
18
  },
19
19
  "dependencies": {
20
- "@osdk/internal.foundry.core": "0.2.0-beta.6",
21
- "@osdk/internal.foundry.ontologies": "0.2.0-beta.6",
22
- "@osdk/shared.client": "~0.0.0",
23
- "@osdk/shared.net.platformapi": "~0.2.0",
24
- "@osdk/shared.net": "~2.0.0-beta.2"
20
+ "@osdk/shared.client": "~1.0.0-beta.0",
21
+ "@osdk/internal.foundry.core": "0.2.0-beta.7",
22
+ "@osdk/shared.net.platformapi": "~0.3.0-beta.0"
25
23
  },
26
24
  "devDependencies": {
27
25
  "typescript": "^5.5.4",
@@ -41,13 +39,12 @@
41
39
  "templates",
42
40
  "*.d.ts"
43
41
  ],
44
- "main": "./build/js/index.cjs",
45
42
  "module": "./build/esm/index.js",
46
43
  "types": "./build/esm/index.d.ts",
47
44
  "sls": {
48
45
  "dependencies": {
49
46
  "com.palantir.foundry.api:api-gateway": {
50
- "minVersion": "1.922.0",
47
+ "minVersion": "1.927.0",
51
48
  "maxVersion": "1.x.x",
52
49
  "optional": true
53
50
  }