@osdk/foundry.connectivity 2.9.0 → 2.10.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.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 19b5edf: Updating platform sdks with semantic search capabilities and other improvements.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [19b5edf]
12
+ - @osdk/foundry.orchestration@2.10.0
13
+ - @osdk/foundry.filesystem@2.10.0
14
+ - @osdk/foundry.datasets@2.10.0
15
+ - @osdk/foundry.core@2.10.0
16
+
3
17
  ## 2.9.0
4
18
 
5
19
  ### Minor Changes
@@ -391,7 +391,7 @@ export interface TableImportTypeNotSupported {
391
391
  };
392
392
  }
393
393
  /**
394
- * Could not updateSecrets the Connection.
394
+ * Could not update secrets for the Connection.
395
395
  *
396
396
  * Log Safety: SAFE
397
397
  */
@@ -6,7 +6,7 @@ import type * as _Connectivity from "../_components.js";
6
6
  /**
7
7
  * Creates a new TableImport.
8
8
  *
9
- * @alpha
9
+ * @beta
10
10
  *
11
11
  * Required Scopes: [api:connectivity-table-import-write]
12
12
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports
@@ -23,7 +23,7 @@ export declare function create($ctx: $Client | $ClientContext | $OldClient | $Ol
23
23
  * Deleting the table import does not delete the destination dataset but the dataset will no longer
24
24
  * be updated by this import.
25
25
  *
26
- * @alpha
26
+ * @beta
27
27
  *
28
28
  * Required Scopes: [api:connectivity-table-import-write]
29
29
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
@@ -39,7 +39,7 @@ export declare function deleteTableImport($ctx: $Client | $ClientContext | $OldC
39
39
  * Lists all table imports defined for this connection.
40
40
  * Only table imports that the user has permissions to view will be returned.
41
41
  *
42
- * @alpha
42
+ * @beta
43
43
  *
44
44
  * Required Scopes: [api:connectivity-table-import-read]
45
45
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports
@@ -55,7 +55,7 @@ export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldC
55
55
  /**
56
56
  * Get the TableImport with the specified rid.
57
57
  *
58
- * @alpha
58
+ * @beta
59
59
  *
60
60
  * Required Scopes: [api:connectivity-table-import-read]
61
61
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
@@ -71,7 +71,7 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
71
71
  * Executes the TableImport, which runs asynchronously as a [Foundry Build](https://www.palantir.com/docs/foundry/data-integration/builds/).
72
72
  * The returned BuildRid can be used to check the status via the Orchestration API.
73
73
  *
74
- * @alpha
74
+ * @beta
75
75
  *
76
76
  * Required Scopes: [api:connectivity-table-import-execute]
77
77
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}/execute
@@ -19,7 +19,7 @@ const _create = [1, "/v2/connectivity/connections/{0}/tableImports", 3];
19
19
  /**
20
20
  * Creates a new TableImport.
21
21
  *
22
- * @alpha
22
+ * @beta
23
23
  *
24
24
  * Required Scopes: [api:connectivity-table-import-write]
25
25
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports
@@ -33,7 +33,7 @@ const _deleteTableImport = [3, "/v2/connectivity/connections/{0}/tableImports/{1
33
33
  * Deleting the table import does not delete the destination dataset but the dataset will no longer
34
34
  * be updated by this import.
35
35
  *
36
- * @alpha
36
+ * @beta
37
37
  *
38
38
  * Required Scopes: [api:connectivity-table-import-write]
39
39
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
@@ -46,7 +46,7 @@ const _list = [0, "/v2/connectivity/connections/{0}/tableImports", 2];
46
46
  * Lists all table imports defined for this connection.
47
47
  * Only table imports that the user has permissions to view will be returned.
48
48
  *
49
- * @alpha
49
+ * @beta
50
50
  *
51
51
  * Required Scopes: [api:connectivity-table-import-read]
52
52
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports
@@ -58,7 +58,7 @@ const _get = [0, "/v2/connectivity/connections/{0}/tableImports/{1}", 2];
58
58
  /**
59
59
  * Get the TableImport with the specified rid.
60
60
  *
61
- * @alpha
61
+ * @beta
62
62
  *
63
63
  * Required Scopes: [api:connectivity-table-import-read]
64
64
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
@@ -71,7 +71,7 @@ const _execute = [1, "/v2/connectivity/connections/{0}/tableImports/{1}/execute"
71
71
  * Executes the TableImport, which runs asynchronously as a [Foundry Build](https://www.palantir.com/docs/foundry/data-integration/builds/).
72
72
  * The returned BuildRid can be used to check the status via the Orchestration API.
73
73
  *
74
- * @alpha
74
+ * @beta
75
75
  *
76
76
  * Required Scopes: [api:connectivity-table-import-execute]
77
77
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}/execute
@@ -1 +1 @@
1
- {"version":3,"file":"TableImport.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_deleteTableImport","deleteTableImport","_list","list","_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 _list = [0, \"/v2/connectivity/connections/{0}/tableImports\", 2];\n/**\n * Lists all table imports defined for this connection.\n * Only table imports that the user has permissions to view will be returned.\n *\n * @alpha\n *\n * Required Scopes: [api:connectivity-table-import-read]\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports\n */\nexport function list($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _list, ...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,KAAK,GAAG,CAAC,CAAC,EAAE,+CAA+C,EAAE,CAAC,CAAC;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,KAAK,EAAE,GAAGH,IAAI,CAAC;AACtD;AACA,MAAMK,IAAI,GAAG,CAAC,CAAC,EAAE,mDAAmD,EAAE,CAAC,CAAC;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,IAAI,EAAE,GAAGL,IAAI,CAAC;AACrD;AACA,MAAMO,QAAQ,GAAG,CAAC,CAAC,EAAE,2DAA2D,EAAE,CAAC,CAAC;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,OAAOA,CAACT,IAAI,EAAE,GAAGC,IAAI,EAAE;EACnC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEQ,QAAQ,EAAE,GAAGP,IAAI,CAAC;AACzD","ignoreList":[]}
1
+ {"version":3,"file":"TableImport.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_deleteTableImport","deleteTableImport","_list","list","_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 * @beta\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 * @beta\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 _list = [0, \"/v2/connectivity/connections/{0}/tableImports\", 2];\n/**\n * Lists all table imports defined for this connection.\n * Only table imports that the user has permissions to view will be returned.\n *\n * @beta\n *\n * Required Scopes: [api:connectivity-table-import-read]\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports\n */\nexport function list($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _list, ...args);\n}\nconst _get = [0, \"/v2/connectivity/connections/{0}/tableImports/{1}\", 2];\n/**\n * Get the TableImport with the specified rid.\n *\n * @beta\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 * @beta\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,KAAK,GAAG,CAAC,CAAC,EAAE,+CAA+C,EAAE,CAAC,CAAC;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,KAAK,EAAE,GAAGH,IAAI,CAAC;AACtD;AACA,MAAMK,IAAI,GAAG,CAAC,CAAC,EAAE,mDAAmD,EAAE,CAAC,CAAC;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,IAAI,EAAE,GAAGL,IAAI,CAAC;AACrD;AACA,MAAMO,QAAQ,GAAG,CAAC,CAAC,EAAE,2DAA2D,EAAE,CAAC,CAAC;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,OAAOA,CAACT,IAAI,EAAE,GAAGC,IAAI,EAAE;EACnC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEQ,QAAQ,EAAE,GAAGP,IAAI,CAAC;AACzD","ignoreList":[]}
@@ -391,7 +391,7 @@ export interface TableImportTypeNotSupported {
391
391
  };
392
392
  }
393
393
  /**
394
- * Could not updateSecrets the Connection.
394
+ * Could not update secrets for the Connection.
395
395
  *
396
396
  * Log Safety: SAFE
397
397
  */
@@ -6,7 +6,7 @@ import type * as _Connectivity from "../_components.js";
6
6
  /**
7
7
  * Creates a new TableImport.
8
8
  *
9
- * @alpha
9
+ * @beta
10
10
  *
11
11
  * Required Scopes: [api:connectivity-table-import-write]
12
12
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports
@@ -23,7 +23,7 @@ export declare function create($ctx: $Client | $ClientContext | $OldClient | $Ol
23
23
  * Deleting the table import does not delete the destination dataset but the dataset will no longer
24
24
  * be updated by this import.
25
25
  *
26
- * @alpha
26
+ * @beta
27
27
  *
28
28
  * Required Scopes: [api:connectivity-table-import-write]
29
29
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
@@ -39,7 +39,7 @@ export declare function deleteTableImport($ctx: $Client | $ClientContext | $OldC
39
39
  * Lists all table imports defined for this connection.
40
40
  * Only table imports that the user has permissions to view will be returned.
41
41
  *
42
- * @alpha
42
+ * @beta
43
43
  *
44
44
  * Required Scopes: [api:connectivity-table-import-read]
45
45
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports
@@ -55,7 +55,7 @@ export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldC
55
55
  /**
56
56
  * Get the TableImport with the specified rid.
57
57
  *
58
- * @alpha
58
+ * @beta
59
59
  *
60
60
  * Required Scopes: [api:connectivity-table-import-read]
61
61
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
@@ -71,7 +71,7 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
71
71
  * Executes the TableImport, which runs asynchronously as a [Foundry Build](https://www.palantir.com/docs/foundry/data-integration/builds/).
72
72
  * The returned BuildRid can be used to check the status via the Orchestration API.
73
73
  *
74
- * @alpha
74
+ * @beta
75
75
  *
76
76
  * Required Scopes: [api:connectivity-table-import-execute]
77
77
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}/execute
@@ -19,7 +19,7 @@ const _create = [1, "/v2/connectivity/connections/{0}/tableImports", 3];
19
19
  /**
20
20
  * Creates a new TableImport.
21
21
  *
22
- * @alpha
22
+ * @beta
23
23
  *
24
24
  * Required Scopes: [api:connectivity-table-import-write]
25
25
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports
@@ -33,7 +33,7 @@ const _deleteTableImport = [3, "/v2/connectivity/connections/{0}/tableImports/{1
33
33
  * Deleting the table import does not delete the destination dataset but the dataset will no longer
34
34
  * be updated by this import.
35
35
  *
36
- * @alpha
36
+ * @beta
37
37
  *
38
38
  * Required Scopes: [api:connectivity-table-import-write]
39
39
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
@@ -46,7 +46,7 @@ const _list = [0, "/v2/connectivity/connections/{0}/tableImports", 2];
46
46
  * Lists all table imports defined for this connection.
47
47
  * Only table imports that the user has permissions to view will be returned.
48
48
  *
49
- * @alpha
49
+ * @beta
50
50
  *
51
51
  * Required Scopes: [api:connectivity-table-import-read]
52
52
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports
@@ -58,7 +58,7 @@ const _get = [0, "/v2/connectivity/connections/{0}/tableImports/{1}", 2];
58
58
  /**
59
59
  * Get the TableImport with the specified rid.
60
60
  *
61
- * @alpha
61
+ * @beta
62
62
  *
63
63
  * Required Scopes: [api:connectivity-table-import-read]
64
64
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}
@@ -71,7 +71,7 @@ const _execute = [1, "/v2/connectivity/connections/{0}/tableImports/{1}/execute"
71
71
  * Executes the TableImport, which runs asynchronously as a [Foundry Build](https://www.palantir.com/docs/foundry/data-integration/builds/).
72
72
  * The returned BuildRid can be used to check the status via the Orchestration API.
73
73
  *
74
- * @alpha
74
+ * @beta
75
75
  *
76
76
  * Required Scopes: [api:connectivity-table-import-execute]
77
77
  * URL: /v2/connectivity/connections/{connectionRid}/tableImports/{tableImportRid}/execute
@@ -1 +1 @@
1
- {"version":3,"file":"TableImport.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_deleteTableImport","deleteTableImport","_list","list","_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 _list = [0, \"/v2/connectivity/connections/{0}/tableImports\", 2];\n/**\n * Lists all table imports defined for this connection.\n * Only table imports that the user has permissions to view will be returned.\n *\n * @alpha\n *\n * Required Scopes: [api:connectivity-table-import-read]\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports\n */\nexport function list($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _list, ...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,KAAK,GAAG,CAAC,CAAC,EAAE,+CAA+C,EAAE,CAAC,CAAC;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,KAAK,EAAE,GAAGH,IAAI,CAAC;AACtD;AACA,MAAMK,IAAI,GAAG,CAAC,CAAC,EAAE,mDAAmD,EAAE,CAAC,CAAC;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,IAAI,EAAE,GAAGL,IAAI,CAAC;AACrD;AACA,MAAMO,QAAQ,GAAG,CAAC,CAAC,EAAE,2DAA2D,EAAE,CAAC,CAAC;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,OAAOA,CAACT,IAAI,EAAE,GAAGC,IAAI,EAAE;EACnC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEQ,QAAQ,EAAE,GAAGP,IAAI,CAAC;AACzD","ignoreList":[]}
1
+ {"version":3,"file":"TableImport.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_deleteTableImport","deleteTableImport","_list","list","_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 * @beta\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 * @beta\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 _list = [0, \"/v2/connectivity/connections/{0}/tableImports\", 2];\n/**\n * Lists all table imports defined for this connection.\n * Only table imports that the user has permissions to view will be returned.\n *\n * @beta\n *\n * Required Scopes: [api:connectivity-table-import-read]\n * URL: /v2/connectivity/connections/{connectionRid}/tableImports\n */\nexport function list($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _list, ...args);\n}\nconst _get = [0, \"/v2/connectivity/connections/{0}/tableImports/{1}\", 2];\n/**\n * Get the TableImport with the specified rid.\n *\n * @beta\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 * @beta\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,KAAK,GAAG,CAAC,CAAC,EAAE,+CAA+C,EAAE,CAAC,CAAC;AACrE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,IAAIA,CAACL,IAAI,EAAE,GAAGC,IAAI,EAAE;EAChC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEI,KAAK,EAAE,GAAGH,IAAI,CAAC;AACtD;AACA,MAAMK,IAAI,GAAG,CAAC,CAAC,EAAE,mDAAmD,EAAE,CAAC,CAAC;AACxE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACP,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEM,IAAI,EAAE,GAAGL,IAAI,CAAC;AACrD;AACA,MAAMO,QAAQ,GAAG,CAAC,CAAC,EAAE,2DAA2D,EAAE,CAAC,CAAC;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,OAAOA,CAACT,IAAI,EAAE,GAAGC,IAAI,EAAE;EACnC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEQ,QAAQ,EAAE,GAAGP,IAAI,CAAC;AACzD","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.connectivity",
3
- "version": "2.9.0",
3
+ "version": "2.10.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,17 +21,17 @@
21
21
  "dependencies": {
22
22
  "@osdk/shared.client": "^1.0.1",
23
23
  "@osdk/shared.client2": "^1.0.0",
24
- "@osdk/foundry.core": "2.9.0",
25
- "@osdk/foundry.datasets": "2.9.0",
26
- "@osdk/foundry.filesystem": "2.9.0",
27
- "@osdk/foundry.orchestration": "2.9.0",
24
+ "@osdk/foundry.core": "2.10.0",
25
+ "@osdk/foundry.datasets": "2.10.0",
26
+ "@osdk/foundry.filesystem": "2.10.0",
27
+ "@osdk/foundry.orchestration": "2.10.0",
28
28
  "@osdk/shared.net.platformapi": "~1.2.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "^5.5.4",
32
- "@osdk/monorepo.tsup": "~0.0.0",
32
+ "@osdk/monorepo.api-extractor": "~0.0.0",
33
33
  "@osdk/monorepo.tsconfig": "~0.0.0",
34
- "@osdk/monorepo.api-extractor": "~0.0.0"
34
+ "@osdk/monorepo.tsup": "~0.0.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"
@@ -50,7 +50,7 @@
50
50
  "sls": {
51
51
  "dependencies": {
52
52
  "com.palantir.foundry.api:api-gateway": {
53
- "minVersion": "1.1040.0",
53
+ "minVersion": "1.1047.0",
54
54
  "maxVersion": "1.x.x",
55
55
  "optional": false
56
56
  }