@osdk/foundry.connectivity 2.41.0 → 2.42.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,19 @@
1
1
  # @osdk/foundry.connectivity
2
2
 
3
+ ## 2.42.0
4
+
5
+ ### Minor Changes
6
+
7
+ - a6bf99a: Regenerate Platform SDKs based on Rosetta bundle 1.1387.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [a6bf99a]
12
+ - @osdk/foundry.orchestration@2.42.0
13
+ - @osdk/foundry.filesystem@2.42.0
14
+ - @osdk/foundry.datasets@2.42.0
15
+ - @osdk/foundry.core@2.42.0
16
+
3
17
  ## 2.41.0
4
18
 
5
19
  ### Minor Changes
@@ -3,10 +3,10 @@ import type { SharedClient as $OldClient, SharedClientContext as $OldClientConte
3
3
  import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client2";
4
4
  import type * as _Connectivity from "../_components.js";
5
5
  /**
6
- * Creates a new VirtualTable from an upstream table. The VirtualTable will be created
6
+ * Creates a new [Virtual Table](https://www.palantir.com/docs/foundry/data-integration/virtual-tables/) from an upstream table. The VirtualTable will be created
7
7
  * in the specified parent folder and can be queried through Foundry's data access APIs.
8
8
  *
9
- * @alpha
9
+ * @beta
10
10
  *
11
11
  * Required Scopes: [api:connectivity-virtual-table-write]
12
12
  * URL: /v2/connectivity/connections/{connectionRid}/virtualTables
@@ -17,10 +17,10 @@ import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.
17
17
  //
18
18
  const _create = [1, "/v2/connectivity/connections/{0}/virtualTables", 3];
19
19
  /**
20
- * Creates a new VirtualTable from an upstream table. The VirtualTable will be created
20
+ * Creates a new [Virtual Table](https://www.palantir.com/docs/foundry/data-integration/virtual-tables/) from an upstream table. The VirtualTable will be created
21
21
  * in the specified parent folder and can be queried through Foundry's data access APIs.
22
22
  *
23
- * @alpha
23
+ * @beta
24
24
  *
25
25
  * Required Scopes: [api:connectivity-virtual-table-write]
26
26
  * URL: /v2/connectivity/connections/{connectionRid}/virtualTables
@@ -1 +1 @@
1
- {"version":3,"file":"VirtualTable.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args"],"sources":["VirtualTable.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 */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _create = [1, \"/v2/connectivity/connections/{0}/virtualTables\", 3];\n/**\n * Creates a new VirtualTable from an upstream table. The VirtualTable will be created\n * in the specified parent folder and can be queried through Foundry's data access APIs.\n *\n * @alpha\n *\n * Required Scopes: [api:connectivity-virtual-table-write]\n * URL: /v2/connectivity/connections/{connectionRid}/virtualTables\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,OAAO,GAAG,CAAC,CAAC,EAAE,gDAAgD,EAAE,CAAC,CAAC;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,OAAO,EAAE,GAAGG,IAAI,CAAC;AACxD","ignoreList":[]}
1
+ {"version":3,"file":"VirtualTable.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args"],"sources":["VirtualTable.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 */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _create = [1, \"/v2/connectivity/connections/{0}/virtualTables\", 3];\n/**\n * Creates a new [Virtual Table](https://www.palantir.com/docs/foundry/data-integration/virtual-tables/) from an upstream table. The VirtualTable will be created\n * in the specified parent folder and can be queried through Foundry's data access APIs.\n *\n * @beta\n *\n * Required Scopes: [api:connectivity-virtual-table-write]\n * URL: /v2/connectivity/connections/{connectionRid}/virtualTables\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,OAAO,GAAG,CAAC,CAAC,EAAE,gDAAgD,EAAE,CAAC,CAAC;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,OAAO,EAAE,GAAGG,IAAI,CAAC;AACxD","ignoreList":[]}
@@ -3,10 +3,10 @@ import type { SharedClient as $OldClient, SharedClientContext as $OldClientConte
3
3
  import type { SharedClient as $Client, SharedClientContext as $ClientContext } from "@osdk/shared.client2";
4
4
  import type * as _Connectivity from "../_components.js";
5
5
  /**
6
- * Creates a new VirtualTable from an upstream table. The VirtualTable will be created
6
+ * Creates a new [Virtual Table](https://www.palantir.com/docs/foundry/data-integration/virtual-tables/) from an upstream table. The VirtualTable will be created
7
7
  * in the specified parent folder and can be queried through Foundry's data access APIs.
8
8
  *
9
- * @alpha
9
+ * @beta
10
10
  *
11
11
  * Required Scopes: [api:connectivity-virtual-table-write]
12
12
  * URL: /v2/connectivity/connections/{connectionRid}/virtualTables
@@ -17,10 +17,10 @@ import { foundryPlatformFetch as $foundryPlatformFetch } from "@osdk/shared.net.
17
17
  //
18
18
  const _create = [1, "/v2/connectivity/connections/{0}/virtualTables", 3];
19
19
  /**
20
- * Creates a new VirtualTable from an upstream table. The VirtualTable will be created
20
+ * Creates a new [Virtual Table](https://www.palantir.com/docs/foundry/data-integration/virtual-tables/) from an upstream table. The VirtualTable will be created
21
21
  * in the specified parent folder and can be queried through Foundry's data access APIs.
22
22
  *
23
- * @alpha
23
+ * @beta
24
24
  *
25
25
  * Required Scopes: [api:connectivity-virtual-table-write]
26
26
  * URL: /v2/connectivity/connections/{connectionRid}/virtualTables
@@ -1 +1 @@
1
- {"version":3,"file":"VirtualTable.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args"],"sources":["VirtualTable.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 */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _create = [1, \"/v2/connectivity/connections/{0}/virtualTables\", 3];\n/**\n * Creates a new VirtualTable from an upstream table. The VirtualTable will be created\n * in the specified parent folder and can be queried through Foundry's data access APIs.\n *\n * @alpha\n *\n * Required Scopes: [api:connectivity-virtual-table-write]\n * URL: /v2/connectivity/connections/{connectionRid}/virtualTables\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,OAAO,GAAG,CAAC,CAAC,EAAE,gDAAgD,EAAE,CAAC,CAAC;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,OAAO,EAAE,GAAGG,IAAI,CAAC;AACxD","ignoreList":[]}
1
+ {"version":3,"file":"VirtualTable.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args"],"sources":["VirtualTable.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 */\nimport { foundryPlatformFetch as $foundryPlatformFetch } from \"@osdk/shared.net.platformapi\";\n//\nconst _create = [1, \"/v2/connectivity/connections/{0}/virtualTables\", 3];\n/**\n * Creates a new [Virtual Table](https://www.palantir.com/docs/foundry/data-integration/virtual-tables/) from an upstream table. The VirtualTable will be created\n * in the specified parent folder and can be queried through Foundry's data access APIs.\n *\n * @beta\n *\n * Required Scopes: [api:connectivity-virtual-table-write]\n * URL: /v2/connectivity/connections/{connectionRid}/virtualTables\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,oBAAoB,IAAIC,qBAAqB,QAAQ,8BAA8B;AAC5F;AACA,MAAMC,OAAO,GAAG,CAAC,CAAC,EAAE,gDAAgD,EAAE,CAAC,CAAC;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,MAAMA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAClC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,OAAO,EAAE,GAAGG,IAAI,CAAC;AACxD","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.connectivity",
3
- "version": "2.41.0",
3
+ "version": "2.42.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,11 +21,11 @@
21
21
  "dependencies": {
22
22
  "@osdk/shared.client": "^1.0.1",
23
23
  "@osdk/shared.client2": "^1.0.0",
24
- "@osdk/foundry.core": "2.41.0",
25
- "@osdk/foundry.datasets": "2.41.0",
26
- "@osdk/foundry.filesystem": "2.41.0",
24
+ "@osdk/foundry.core": "2.42.0",
25
+ "@osdk/foundry.filesystem": "2.42.0",
26
+ "@osdk/foundry.orchestration": "2.42.0",
27
27
  "@osdk/shared.net.platformapi": "~1.5.0",
28
- "@osdk/foundry.orchestration": "2.41.0"
28
+ "@osdk/foundry.datasets": "2.42.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.5.4",
@@ -50,7 +50,7 @@
50
50
  "sls": {
51
51
  "dependencies": {
52
52
  "com.palantir.foundry.api:api-gateway": {
53
- "minVersion": "1.1374.0",
53
+ "minVersion": "1.1387.0",
54
54
  "maxVersion": "1.x.x",
55
55
  "optional": false
56
56
  }