@osdk/foundry.connectivity 2.6.0 → 2.7.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.
Files changed (36) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/build/browser/_components.d.ts +88 -9
  3. package/build/browser/_components.d.ts.map +1 -1
  4. package/build/browser/_errors.d.ts +60 -2
  5. package/build/browser/_errors.d.ts.map +1 -1
  6. package/build/browser/index.d.ts +2 -2
  7. package/build/browser/index.d.ts.map +1 -1
  8. package/build/browser/public/Connection.d.ts +2 -2
  9. package/build/browser/public/Connection.d.ts.map +1 -1
  10. package/build/browser/public/Connection.js +1 -1
  11. package/build/browser/public/Connection.js.map +1 -1
  12. package/build/browser/public/FileImport.d.ts +21 -5
  13. package/build/browser/public/FileImport.d.ts.map +1 -1
  14. package/build/browser/public/FileImport.js +17 -5
  15. package/build/browser/public/FileImport.js.map +1 -1
  16. package/build/browser/public/TableImport.d.ts +4 -4
  17. package/build/browser/public/TableImport.js +4 -4
  18. package/build/browser/public/TableImport.js.map +1 -1
  19. package/build/esm/_components.d.ts +88 -9
  20. package/build/esm/_components.d.ts.map +1 -1
  21. package/build/esm/_errors.d.ts +60 -2
  22. package/build/esm/_errors.d.ts.map +1 -1
  23. package/build/esm/index.d.ts +2 -2
  24. package/build/esm/index.d.ts.map +1 -1
  25. package/build/esm/public/Connection.d.ts +2 -2
  26. package/build/esm/public/Connection.d.ts.map +1 -1
  27. package/build/esm/public/Connection.js +1 -1
  28. package/build/esm/public/Connection.js.map +1 -1
  29. package/build/esm/public/FileImport.d.ts +21 -5
  30. package/build/esm/public/FileImport.d.ts.map +1 -1
  31. package/build/esm/public/FileImport.js +17 -5
  32. package/build/esm/public/FileImport.js.map +1 -1
  33. package/build/esm/public/TableImport.d.ts +4 -4
  34. package/build/esm/public/TableImport.js +4 -4
  35. package/build/esm/public/TableImport.js.map +1 -1
  36. package/package.json +7 -6
@@ -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.6.0",
3
+ "version": "2.7.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.datasets": "2.6.0",
25
- "@osdk/foundry.core": "2.6.0",
26
- "@osdk/foundry.orchestration": "2.6.0",
24
+ "@osdk/foundry.core": "2.7.0",
25
+ "@osdk/foundry.datasets": "2.7.0",
26
+ "@osdk/foundry.filesystem": "2.7.0",
27
+ "@osdk/foundry.orchestration": "2.7.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,7 +50,7 @@
49
50
  "sls": {
50
51
  "dependencies": {
51
52
  "com.palantir.foundry.api:api-gateway": {
52
- "minVersion": "1.990.0",
53
+ "minVersion": "1.1010.0",
53
54
  "maxVersion": "1.x.x",
54
55
  "optional": true
55
56
  }