@osdk/foundry.connectivity 2.6.0 → 2.8.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 +28 -0
- package/build/browser/_components.d.ts +88 -9
- package/build/browser/_components.d.ts.map +1 -1
- package/build/browser/_errors.d.ts +60 -2
- package/build/browser/_errors.d.ts.map +1 -1
- package/build/browser/index.d.ts +2 -2
- package/build/browser/index.d.ts.map +1 -1
- package/build/browser/public/Connection.d.ts +2 -2
- package/build/browser/public/Connection.d.ts.map +1 -1
- package/build/browser/public/Connection.js +1 -1
- package/build/browser/public/Connection.js.map +1 -1
- package/build/browser/public/FileImport.d.ts +21 -5
- package/build/browser/public/FileImport.d.ts.map +1 -1
- package/build/browser/public/FileImport.js +17 -5
- package/build/browser/public/FileImport.js.map +1 -1
- package/build/browser/public/TableImport.d.ts +4 -4
- package/build/browser/public/TableImport.js +4 -4
- package/build/browser/public/TableImport.js.map +1 -1
- package/build/esm/_components.d.ts +88 -9
- package/build/esm/_components.d.ts.map +1 -1
- package/build/esm/_errors.d.ts +60 -2
- package/build/esm/_errors.d.ts.map +1 -1
- package/build/esm/index.d.ts +2 -2
- package/build/esm/index.d.ts.map +1 -1
- package/build/esm/public/Connection.d.ts +2 -2
- package/build/esm/public/Connection.d.ts.map +1 -1
- package/build/esm/public/Connection.js +1 -1
- package/build/esm/public/Connection.js.map +1 -1
- package/build/esm/public/FileImport.d.ts +21 -5
- package/build/esm/public/FileImport.d.ts.map +1 -1
- package/build/esm/public/FileImport.js +17 -5
- package/build/esm/public/FileImport.js.map +1 -1
- package/build/esm/public/TableImport.d.ts +4 -4
- package/build/esm/public/TableImport.js +4 -4
- package/build/esm/public/TableImport.js.map +1 -1
- package/package.json +8 -7
|
@@ -8,7 +8,7 @@ import type * as _Connectivity from "../_components.js";
|
|
|
8
8
|
*
|
|
9
9
|
* @alpha
|
|
10
10
|
*
|
|
11
|
-
* Required Scopes: []
|
|
11
|
+
* Required Scopes: [api:connectivity-table-import-write]
|
|
12
12
|
* URL: /v2/connectivity/connections/{connectionRid}/tableImports
|
|
13
13
|
*/
|
|
14
14
|
export declare function create($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
@@ -25,7 +25,7 @@ export declare function create($ctx: $Client | $ClientContext | $OldClient | $Ol
|
|
|
25
25
|
*
|
|
26
26
|
* @alpha
|
|
27
27
|
*
|
|
28
|
-
* Required Scopes: []
|
|
28
|
+
* Required Scopes: [api:connectivity-table-import-write]
|
|
29
29
|
* URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
|
|
30
30
|
*/
|
|
31
31
|
export declare function deleteTableImport($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
@@ -40,7 +40,7 @@ export declare function deleteTableImport($ctx: $Client | $ClientContext | $OldC
|
|
|
40
40
|
*
|
|
41
41
|
* @alpha
|
|
42
42
|
*
|
|
43
|
-
* Required Scopes: []
|
|
43
|
+
* Required Scopes: [api:connectivity-table-import-read]
|
|
44
44
|
* URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
|
|
45
45
|
*/
|
|
46
46
|
export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
@@ -56,7 +56,7 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
|
|
|
56
56
|
*
|
|
57
57
|
* @alpha
|
|
58
58
|
*
|
|
59
|
-
* Required Scopes: []
|
|
59
|
+
* Required Scopes: [api:connectivity-table-import-execute]
|
|
60
60
|
* URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}/execute
|
|
61
61
|
*/
|
|
62
62
|
export declare function execute($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
@@ -21,7 +21,7 @@ const _create = [1, "/v2/connectivity/connections/{0}/tableImports", 3];
|
|
|
21
21
|
*
|
|
22
22
|
* @alpha
|
|
23
23
|
*
|
|
24
|
-
* Required Scopes: []
|
|
24
|
+
* Required Scopes: [api:connectivity-table-import-write]
|
|
25
25
|
* URL: /v2/connectivity/connections/{connectionRid}/tableImports
|
|
26
26
|
*/
|
|
27
27
|
export function create($ctx, ...args) {
|
|
@@ -35,7 +35,7 @@ const _deleteTableImport = [3, "/v2/connectivity/connections/{0}/tableImports/{1
|
|
|
35
35
|
*
|
|
36
36
|
* @alpha
|
|
37
37
|
*
|
|
38
|
-
* Required Scopes: []
|
|
38
|
+
* Required Scopes: [api:connectivity-table-import-write]
|
|
39
39
|
* URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
|
|
40
40
|
*/
|
|
41
41
|
export function deleteTableImport($ctx, ...args) {
|
|
@@ -47,7 +47,7 @@ const _get = [0, "/v2/connectivity/connections/{0}/tableImports/{1}", 2];
|
|
|
47
47
|
*
|
|
48
48
|
* @alpha
|
|
49
49
|
*
|
|
50
|
-
* Required Scopes: []
|
|
50
|
+
* Required Scopes: [api:connectivity-table-import-read]
|
|
51
51
|
* URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
|
|
52
52
|
*/
|
|
53
53
|
export function get($ctx, ...args) {
|
|
@@ -60,7 +60,7 @@ const _execute = [1, "/v2/connectivity/connections/{0}/tableImports/{1}/execute"
|
|
|
60
60
|
*
|
|
61
61
|
* @alpha
|
|
62
62
|
*
|
|
63
|
-
* Required Scopes: []
|
|
63
|
+
* Required Scopes: [api:connectivity-table-import-execute]
|
|
64
64
|
* URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}/execute
|
|
65
65
|
*/
|
|
66
66
|
export function execute($ctx, ...args) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableImport.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_deleteTableImport","deleteTableImport","_get","get","_execute","execute"],"sources":["TableImport.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}/tableImports\", 3];\n/**\n * Creates a new TableImport.\n *\n * @alpha\n *\n * Required Scopes: []\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\nconst _deleteTableImport = [3, \"/v2/connectivity/connections/{0}/tableImports/{1}\", 2];\n/**\n * Delete the TableImport with the specified RID.\n * Deleting the table import does not delete the destination dataset but the dataset will no longer\n * be updated by this import.\n *\n * @alpha\n *\n * Required Scopes: []\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}\n */\nexport function deleteTableImport($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deleteTableImport, ...args);\n}\nconst _get = [0, \"/v2/connectivity/connections/{0}/tableImports/{1}\", 2];\n/**\n * Get the TableImport with the specified rid.\n *\n * @alpha\n *\n * Required Scopes: []\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _execute = [1, \"/v2/connectivity/connections/{0}/tableImports/{1}/execute\", 2];\n/**\n * Executes the TableImport, which runs asynchronously as a [Foundry Build](https://www.palantir.com/docs/foundry/data-integration/builds/).\n * The returned BuildRid can be used to check the status via the Orchestration API.\n *\n * @alpha\n *\n * Required Scopes: []\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}/execute\n */\nexport function execute($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _execute, ...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,+CAA+C,EAAE,CAAC,CAAC;AACvE;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;AACA,MAAMC,kBAAkB,GAAG,CAAC,CAAC,EAAE,mDAAmD,EAAE,CAAC,CAAC;AACtF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,iBAAiBA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC7C,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,kBAAkB,EAAE,GAAGD,IAAI,CAAC;AACnE;AACA,MAAMG,IAAI,GAAG,CAAC,CAAC,EAAE,mDAAmD,EAAE,CAAC,CAAC;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,IAAI,EAAE,GAAGH,IAAI,CAAC;AACrD;AACA,MAAMK,QAAQ,GAAG,CAAC,CAAC,EAAE,2DAA2D,EAAE,CAAC,CAAC;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,OAAOA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EACnC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,QAAQ,EAAE,GAAGL,IAAI,CAAC;AACzD","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"TableImport.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_deleteTableImport","deleteTableImport","_get","get","_execute","execute"],"sources":["TableImport.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}/tableImports\", 3];\n/**\n * Creates a new TableImport.\n *\n * @alpha\n *\n * Required Scopes: [api:connectivity-table-import-write]\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\nconst _deleteTableImport = [3, \"/v2/connectivity/connections/{0}/tableImports/{1}\", 2];\n/**\n * Delete the TableImport with the specified RID.\n * Deleting the table import does not delete the destination dataset but the dataset will no longer\n * be updated by this import.\n *\n * @alpha\n *\n * Required Scopes: [api:connectivity-table-import-write]\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}\n */\nexport function deleteTableImport($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deleteTableImport, ...args);\n}\nconst _get = [0, \"/v2/connectivity/connections/{0}/tableImports/{1}\", 2];\n/**\n * Get the TableImport with the specified rid.\n *\n * @alpha\n *\n * Required Scopes: [api:connectivity-table-import-read]\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _execute = [1, \"/v2/connectivity/connections/{0}/tableImports/{1}/execute\", 2];\n/**\n * Executes the TableImport, which runs asynchronously as a [Foundry Build](https://www.palantir.com/docs/foundry/data-integration/builds/).\n * The returned BuildRid can be used to check the status via the Orchestration API.\n *\n * @alpha\n *\n * Required Scopes: [api:connectivity-table-import-execute]\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}/execute\n */\nexport function execute($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _execute, ...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,+CAA+C,EAAE,CAAC,CAAC;AACvE;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;AACA,MAAMC,kBAAkB,GAAG,CAAC,CAAC,EAAE,mDAAmD,EAAE,CAAC,CAAC;AACtF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,iBAAiBA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC7C,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,kBAAkB,EAAE,GAAGD,IAAI,CAAC;AACnE;AACA,MAAMG,IAAI,GAAG,CAAC,CAAC,EAAE,mDAAmD,EAAE,CAAC,CAAC;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,IAAI,EAAE,GAAGH,IAAI,CAAC;AACrD;AACA,MAAMK,QAAQ,GAAG,CAAC,CAAC,EAAE,2DAA2D,EAAE,CAAC,CAAC;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,OAAOA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EACnC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,QAAQ,EAAE,GAAGL,IAAI,CAAC;AACzD","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/foundry.connectivity",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,15 +21,16 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@osdk/shared.client": "^1.0.1",
|
|
23
23
|
"@osdk/shared.client2": "^1.0.0",
|
|
24
|
-
"@osdk/foundry.
|
|
25
|
-
"@osdk/foundry.
|
|
26
|
-
"@osdk/foundry.orchestration": "2.
|
|
24
|
+
"@osdk/foundry.core": "2.8.0",
|
|
25
|
+
"@osdk/foundry.datasets": "2.8.0",
|
|
26
|
+
"@osdk/foundry.orchestration": "2.8.0",
|
|
27
|
+
"@osdk/foundry.filesystem": "2.8.0",
|
|
27
28
|
"@osdk/shared.net.platformapi": "~1.2.0"
|
|
28
29
|
},
|
|
29
30
|
"devDependencies": {
|
|
30
31
|
"typescript": "^5.5.4",
|
|
31
|
-
"@osdk/monorepo.tsconfig": "~0.0.0",
|
|
32
32
|
"@osdk/monorepo.api-extractor": "~0.0.0",
|
|
33
|
+
"@osdk/monorepo.tsconfig": "~0.0.0",
|
|
33
34
|
"@osdk/monorepo.tsup": "~0.0.0"
|
|
34
35
|
},
|
|
35
36
|
"publishConfig": {
|
|
@@ -49,9 +50,9 @@
|
|
|
49
50
|
"sls": {
|
|
50
51
|
"dependencies": {
|
|
51
52
|
"com.palantir.foundry.api:api-gateway": {
|
|
52
|
-
"minVersion": "1.
|
|
53
|
+
"minVersion": "1.1014.0",
|
|
53
54
|
"maxVersion": "1.x.x",
|
|
54
|
-
"optional":
|
|
55
|
+
"optional": false
|
|
55
56
|
}
|
|
56
57
|
}
|
|
57
58
|
},
|