@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.
- package/CHANGELOG.md +14 -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 +7 -6
|
@@ -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":[]}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type * as _Core from "@osdk/foundry.core";
|
|
2
2
|
import type * as _Datasets from "@osdk/foundry.datasets";
|
|
3
|
+
import type * as _Filesystem from "@osdk/foundry.filesystem";
|
|
3
4
|
export type LooselyBrandedString<T extends string> = string & {
|
|
4
5
|
__LOOSE_BRAND?: T;
|
|
5
6
|
};
|
|
@@ -79,6 +80,7 @@ export type CloudIdentityRid = LooselyBrandedString<"CloudIdentityRid">;
|
|
|
79
80
|
*/
|
|
80
81
|
export interface Connection {
|
|
81
82
|
rid: ConnectionRid;
|
|
83
|
+
parentFolderRid: _Filesystem.FolderRid;
|
|
82
84
|
displayName: ConnectionDisplayName;
|
|
83
85
|
runtimePlatform: RuntimePlatform;
|
|
84
86
|
configuration: ConnectionConfiguration;
|
|
@@ -123,7 +125,31 @@ export interface CreateTableImportRequest {
|
|
|
123
125
|
/**
|
|
124
126
|
* Log Safety: UNSAFE
|
|
125
127
|
*/
|
|
126
|
-
export interface
|
|
128
|
+
export interface CreateTableImportRequestJdbcImportConfig {
|
|
129
|
+
query: string;
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* Log Safety: UNSAFE
|
|
133
|
+
*/
|
|
134
|
+
export interface CreateTableImportRequestMicrosoftAccessImportConfig {
|
|
135
|
+
query: string;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Log Safety: UNSAFE
|
|
139
|
+
*/
|
|
140
|
+
export interface CreateTableImportRequestMicrosoftSqlServerImportConfig {
|
|
141
|
+
query: string;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Log Safety: UNSAFE
|
|
145
|
+
*/
|
|
146
|
+
export interface CreateTableImportRequestOracleImportConfig {
|
|
147
|
+
query: string;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Log Safety: UNSAFE
|
|
151
|
+
*/
|
|
152
|
+
export interface CreateTableImportRequestPostgreSqlImportConfig {
|
|
127
153
|
query: string;
|
|
128
154
|
}
|
|
129
155
|
/**
|
|
@@ -131,9 +157,17 @@ export interface CreateTableImportRequestPalantirProvidedDriversImportConfig {
|
|
|
131
157
|
*
|
|
132
158
|
* Log Safety: UNSAFE
|
|
133
159
|
*/
|
|
134
|
-
export type CreateTableImportRequestTableImportConfig = {
|
|
160
|
+
export type CreateTableImportRequestTableImportConfig = ({
|
|
161
|
+
type: "jdbcImportConfig";
|
|
162
|
+
} & CreateTableImportRequestJdbcImportConfig) | ({
|
|
163
|
+
type: "microsoftSqlServerImportConfig";
|
|
164
|
+
} & CreateTableImportRequestMicrosoftSqlServerImportConfig) | ({
|
|
165
|
+
type: "postgreSqlImportConfig";
|
|
166
|
+
} & CreateTableImportRequestPostgreSqlImportConfig) | ({
|
|
135
167
|
type: "microsoftAccessImportConfig";
|
|
136
|
-
} &
|
|
168
|
+
} & CreateTableImportRequestMicrosoftAccessImportConfig) | ({
|
|
169
|
+
type: "oracleImportConfig";
|
|
170
|
+
} & CreateTableImportRequestOracleImportConfig);
|
|
137
171
|
/**
|
|
138
172
|
* Direct connections enable users to connect
|
|
139
173
|
to data sources accessible over the Internet without needing to set up an agent. If your Foundry stack is
|
|
@@ -319,6 +353,14 @@ This option can increase the reliability of incremental syncs.
|
|
|
319
353
|
export interface FilesCountLimitFilter {
|
|
320
354
|
filesCount: number;
|
|
321
355
|
}
|
|
356
|
+
/**
|
|
357
|
+
* The import configuration for a custom JDBC connection.
|
|
358
|
+
*
|
|
359
|
+
* Log Safety: UNSAFE
|
|
360
|
+
*/
|
|
361
|
+
export interface JdbcImportConfig {
|
|
362
|
+
query: string;
|
|
363
|
+
}
|
|
322
364
|
/**
|
|
323
365
|
* Log Safety: UNSAFE
|
|
324
366
|
*/
|
|
@@ -331,7 +373,17 @@ export interface ListFileImportsResponse {
|
|
|
331
373
|
*
|
|
332
374
|
* Log Safety: UNSAFE
|
|
333
375
|
*/
|
|
334
|
-
export
|
|
376
|
+
export interface MicrosoftAccessImportConfig {
|
|
377
|
+
query: string;
|
|
378
|
+
}
|
|
379
|
+
/**
|
|
380
|
+
* The import configuration for a Microsoft SQL Server connection.
|
|
381
|
+
*
|
|
382
|
+
* Log Safety: UNSAFE
|
|
383
|
+
*/
|
|
384
|
+
export interface MicrosoftSqlServerImportConfig {
|
|
385
|
+
query: string;
|
|
386
|
+
}
|
|
335
387
|
/**
|
|
336
388
|
* The Resource Identifier (RID) of a Network Egress Policy.
|
|
337
389
|
*
|
|
@@ -350,17 +402,36 @@ export interface Oidc {
|
|
|
350
402
|
subject: ConnectionRid;
|
|
351
403
|
}
|
|
352
404
|
/**
|
|
353
|
-
* The configuration for
|
|
405
|
+
* The import configuration for an Oracle Database 21 connection.
|
|
354
406
|
*
|
|
355
407
|
* Log Safety: UNSAFE
|
|
356
408
|
*/
|
|
357
|
-
export interface
|
|
409
|
+
export interface OracleImportConfig {
|
|
358
410
|
query: string;
|
|
359
411
|
}
|
|
360
412
|
/**
|
|
361
413
|
* Log Safety: DO_NOT_LOG
|
|
362
414
|
*/
|
|
363
415
|
export type PlaintextValue = LooselyBrandedString<"PlaintextValue">;
|
|
416
|
+
/**
|
|
417
|
+
* The import configuration for a PostgreSQL connection.
|
|
418
|
+
*
|
|
419
|
+
* Log Safety: UNSAFE
|
|
420
|
+
*/
|
|
421
|
+
export interface PostgreSqlImportConfig {
|
|
422
|
+
query: string;
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
* Log Safety: UNSAFE
|
|
426
|
+
*/
|
|
427
|
+
export interface ReplaceFileImportRequest {
|
|
428
|
+
datasetRid: _Datasets.DatasetRid;
|
|
429
|
+
importMode: FileImportMode;
|
|
430
|
+
displayName: FileImportDisplayName;
|
|
431
|
+
branchName?: _Datasets.BranchName;
|
|
432
|
+
subfolder?: string;
|
|
433
|
+
fileImportFilters: Array<FileImportFilter>;
|
|
434
|
+
}
|
|
364
435
|
/**
|
|
365
436
|
* The runtime of a Connection, which defines the
|
|
366
437
|
networking configuration and where capabilities are executed.
|
|
@@ -415,9 +486,17 @@ export interface TableImport {
|
|
|
415
486
|
*
|
|
416
487
|
* Log Safety: UNSAFE
|
|
417
488
|
*/
|
|
418
|
-
export type TableImportConfig = {
|
|
489
|
+
export type TableImportConfig = ({
|
|
490
|
+
type: "jdbcImportConfig";
|
|
491
|
+
} & JdbcImportConfig) | ({
|
|
492
|
+
type: "microsoftSqlServerImportConfig";
|
|
493
|
+
} & MicrosoftSqlServerImportConfig) | ({
|
|
494
|
+
type: "postgreSqlImportConfig";
|
|
495
|
+
} & PostgreSqlImportConfig) | ({
|
|
419
496
|
type: "microsoftAccessImportConfig";
|
|
420
|
-
} & MicrosoftAccessImportConfig
|
|
497
|
+
} & MicrosoftAccessImportConfig) | ({
|
|
498
|
+
type: "oracleImportConfig";
|
|
499
|
+
} & OracleImportConfig);
|
|
421
500
|
/**
|
|
422
501
|
* Log Safety: UNSAFE
|
|
423
502
|
*/
|
|
@@ -439,7 +518,7 @@ export type TableImportRid = LooselyBrandedString<"TableImportRid">;
|
|
|
439
518
|
/**
|
|
440
519
|
* Log Safety: DO_NOT_LOG
|
|
441
520
|
*/
|
|
442
|
-
export interface
|
|
521
|
+
export interface UpdateSecretsForConnectionRequest {
|
|
443
522
|
secrets: Record<SecretName, PlaintextValue>;
|
|
444
523
|
}
|
|
445
524
|
//# sourceMappingURL=_components.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../src/_components.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,KAAK,SAAS,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"_components.d.ts","sourceRoot":"","sources":["../../src/_components.ts"],"names":[],"mappings":"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"}
|
package/build/esm/_errors.d.ts
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
export type LooselyBrandedString<T extends string> = string & {
|
|
2
2
|
__LOOSE_BRAND?: T;
|
|
3
3
|
};
|
|
4
|
+
/**
|
|
5
|
+
* Changing of branch name is not supported for imports.
|
|
6
|
+
|
|
7
|
+
*
|
|
8
|
+
* Log Safety: UNSAFE
|
|
9
|
+
*/
|
|
10
|
+
export interface ChangingBranchNameNotSupportedForImports {
|
|
11
|
+
errorCode: "INVALID_ARGUMENT";
|
|
12
|
+
errorName: "ChangingBranchNameNotSupportedForImports";
|
|
13
|
+
errorInstanceId: string;
|
|
14
|
+
parameters: {
|
|
15
|
+
existingBranchName: unknown;
|
|
16
|
+
newBranchName: unknown;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Changing of output dataset is not supported for imports.
|
|
21
|
+
|
|
22
|
+
*
|
|
23
|
+
* Log Safety: SAFE
|
|
24
|
+
*/
|
|
25
|
+
export interface ChangingOutputDatasetNotSupportedForImports {
|
|
26
|
+
errorCode: "INVALID_ARGUMENT";
|
|
27
|
+
errorName: "ChangingOutputDatasetNotSupportedForImports";
|
|
28
|
+
errorInstanceId: string;
|
|
29
|
+
parameters: {
|
|
30
|
+
existingOutputDatasetRid: unknown;
|
|
31
|
+
newOutputDatasetRid: unknown;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
4
34
|
/**
|
|
5
35
|
* Details of the connection (such as which types of import it supports) could not be determined.
|
|
6
36
|
|
|
@@ -253,6 +283,34 @@ export interface FilesCountLimitFilterInvalidLimit {
|
|
|
253
283
|
filesCount: unknown;
|
|
254
284
|
};
|
|
255
285
|
}
|
|
286
|
+
/**
|
|
287
|
+
* The parent folder for the specified connection could not be found.
|
|
288
|
+
|
|
289
|
+
*
|
|
290
|
+
* Log Safety: SAFE
|
|
291
|
+
*/
|
|
292
|
+
export interface ParentFolderNotFoundForConnection {
|
|
293
|
+
errorCode: "NOT_FOUND";
|
|
294
|
+
errorName: "ParentFolderNotFoundForConnection";
|
|
295
|
+
errorInstanceId: string;
|
|
296
|
+
parameters: {
|
|
297
|
+
connectionRid: unknown;
|
|
298
|
+
};
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* Could not replace the FileImport.
|
|
302
|
+
*
|
|
303
|
+
* Log Safety: SAFE
|
|
304
|
+
*/
|
|
305
|
+
export interface ReplaceFileImportPermissionDenied {
|
|
306
|
+
errorCode: "PERMISSION_DENIED";
|
|
307
|
+
errorName: "ReplaceFileImportPermissionDenied";
|
|
308
|
+
errorInstanceId: string;
|
|
309
|
+
parameters: {
|
|
310
|
+
fileImportRid: unknown;
|
|
311
|
+
connectionRid: unknown;
|
|
312
|
+
};
|
|
313
|
+
}
|
|
256
314
|
/**
|
|
257
315
|
* The secret names provided do not exist on the connection.
|
|
258
316
|
|
|
@@ -316,9 +374,9 @@ export interface TableImportTypeNotSupported {
|
|
|
316
374
|
*
|
|
317
375
|
* Log Safety: SAFE
|
|
318
376
|
*/
|
|
319
|
-
export interface
|
|
377
|
+
export interface UpdateSecretsForConnectionPermissionDenied {
|
|
320
378
|
errorCode: "PERMISSION_DENIED";
|
|
321
|
-
errorName: "
|
|
379
|
+
errorName: "UpdateSecretsForConnectionPermissionDenied";
|
|
322
380
|
errorInstanceId: string;
|
|
323
381
|
parameters: {
|
|
324
382
|
connectionRid: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_errors.d.ts","sourceRoot":"","sources":["../../src/_errors.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"_errors.d.ts","sourceRoot":"","sources":["../../src/_errors.ts"],"names":[],"mappings":"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"}
|
package/build/esm/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export type { AgentProxyRuntime, AgentRid, AgentWorkerRuntime, AsPlaintextValue, AsSecretName, AwsAccessKey, CloudIdentity, CloudIdentityRid, Connection, ConnectionConfiguration, ConnectionDisplayName, ConnectionRid, CreateFileImportRequest, CreateTableImportRequest,
|
|
2
|
-
export type { ConnectionDetailsNotDetermined, ConnectionNotFound, ConnectionTypeNotSupported, CreateFileImportPermissionDenied, CreateTableImportPermissionDenied, DeleteFileImportPermissionDenied, DeleteTableImportPermissionDenied, ExecuteFileImportPermissionDenied, ExecuteTableImportPermissionDenied, FileAtLeastCountFilterInvalidMinCount, FileImportCustomFilterCannotBeUsedToCreateOrUpdateFileImports, FileImportNotFound, FileImportNotSupportedForConnection, FilesCountLimitFilterInvalidLimit, FileSizeFilterGreaterThanCannotBeNegative, FileSizeFilterInvalidGreaterThanAndLessThanRange, FileSizeFilterLessThanMustBeOneByteOrLarger, FileSizeFilterMissingGreaterThanAndLessThan, SecretNamesDoNotExist, TableImportNotFound, TableImportNotSupportedForConnection, TableImportTypeNotSupported,
|
|
1
|
+
export type { AgentProxyRuntime, AgentRid, AgentWorkerRuntime, AsPlaintextValue, AsSecretName, AwsAccessKey, CloudIdentity, CloudIdentityRid, Connection, ConnectionConfiguration, ConnectionDisplayName, ConnectionRid, CreateFileImportRequest, CreateTableImportRequest, CreateTableImportRequestJdbcImportConfig, CreateTableImportRequestMicrosoftAccessImportConfig, CreateTableImportRequestMicrosoftSqlServerImportConfig, CreateTableImportRequestOracleImportConfig, CreateTableImportRequestPostgreSqlImportConfig, CreateTableImportRequestTableImportConfig, DirectConnectionRuntime, EncryptedProperty, FileAnyPathMatchesFilter, FileAtLeastCountFilter, FileChangedSinceLastUploadFilter, FileImport, FileImportCustomFilter, FileImportDisplayName, FileImportFilter, FileImportMode, FileImportRid, FileLastModifiedAfterFilter, FilePathMatchesFilter, FilePathNotMatchesFilter, FileProperty, FilesCountLimitFilter, FileSizeFilter, JdbcImportConfig, ListFileImportsResponse, MicrosoftAccessImportConfig, MicrosoftSqlServerImportConfig, NetworkEgressPolicyRid, Oidc, OracleImportConfig, PlaintextValue, PostgreSqlImportConfig, ReplaceFileImportRequest, RuntimePlatform, S3AuthenticationMode, S3ConnectionConfiguration, SecretName, TableImport, TableImportConfig, TableImportDisplayName, TableImportMode, TableImportRid, UpdateSecretsForConnectionRequest, } from "./_components.js";
|
|
2
|
+
export type { ChangingBranchNameNotSupportedForImports, ChangingOutputDatasetNotSupportedForImports, ConnectionDetailsNotDetermined, ConnectionNotFound, ConnectionTypeNotSupported, CreateFileImportPermissionDenied, CreateTableImportPermissionDenied, DeleteFileImportPermissionDenied, DeleteTableImportPermissionDenied, ExecuteFileImportPermissionDenied, ExecuteTableImportPermissionDenied, FileAtLeastCountFilterInvalidMinCount, FileImportCustomFilterCannotBeUsedToCreateOrUpdateFileImports, FileImportNotFound, FileImportNotSupportedForConnection, FilesCountLimitFilterInvalidLimit, FileSizeFilterGreaterThanCannotBeNegative, FileSizeFilterInvalidGreaterThanAndLessThanRange, FileSizeFilterLessThanMustBeOneByteOrLarger, FileSizeFilterMissingGreaterThanAndLessThan, ParentFolderNotFoundForConnection, ReplaceFileImportPermissionDenied, SecretNamesDoNotExist, TableImportNotFound, TableImportNotSupportedForConnection, TableImportTypeNotSupported, UpdateSecretsForConnectionPermissionDenied, } from "./_errors.js";
|
|
3
3
|
export * as Connections from "./public/Connection.js";
|
|
4
4
|
export * as FileImports from "./public/FileImport.js";
|
|
5
5
|
export * as TableImports from "./public/TableImport.js";
|
package/build/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,YAAY,EACV,iBAAiB,EACjB,QAAQ,EACR,kBAAkB,EAClB,gBAAgB,EAChB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,UAAU,EACV,uBAAuB,EACvB,qBAAqB,EACrB,aAAa,EACb,uBAAuB,EACvB,wBAAwB,EACxB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAgBA,YAAY,EACV,iBAAiB,EACjB,QAAQ,EACR,kBAAkB,EAClB,gBAAgB,EAChB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,gBAAgB,EAChB,UAAU,EACV,uBAAuB,EACvB,qBAAqB,EACrB,aAAa,EACb,uBAAuB,EACvB,wBAAwB,EACxB,wCAAwC,EACxC,mDAAmD,EACnD,sDAAsD,EACtD,0CAA0C,EAC1C,8CAA8C,EAC9C,yCAAyC,EACzC,uBAAuB,EACvB,iBAAiB,EACjB,wBAAwB,EACxB,sBAAsB,EACtB,gCAAgC,EAChC,UAAU,EACV,sBAAsB,EACtB,qBAAqB,EACrB,gBAAgB,EAChB,cAAc,EACd,aAAa,EACb,2BAA2B,EAC3B,qBAAqB,EACrB,wBAAwB,EACxB,YAAY,EACZ,qBAAqB,EACrB,cAAc,EACd,gBAAgB,EAChB,uBAAuB,EACvB,2BAA2B,EAC3B,8BAA8B,EAC9B,sBAAsB,EACtB,IAAI,EACJ,kBAAkB,EAClB,cAAc,EACd,sBAAsB,EACtB,wBAAwB,EACxB,eAAe,EACf,oBAAoB,EACpB,yBAAyB,EACzB,UAAU,EACV,WAAW,EACX,iBAAiB,EACjB,sBAAsB,EACtB,eAAe,EACf,cAAc,EACd,iCAAiC,GAClC,MAAM,kBAAkB,CAAC;AAC1B,YAAY,EACV,wCAAwC,EACxC,2CAA2C,EAC3C,8BAA8B,EAC9B,kBAAkB,EAClB,0BAA0B,EAC1B,gCAAgC,EAChC,iCAAiC,EACjC,gCAAgC,EAChC,iCAAiC,EACjC,iCAAiC,EACjC,kCAAkC,EAClC,qCAAqC,EACrC,6DAA6D,EAC7D,kBAAkB,EAClB,mCAAmC,EACnC,iCAAiC,EACjC,yCAAyC,EACzC,gDAAgD,EAChD,2CAA2C,EAC3C,2CAA2C,EAC3C,iCAAiC,EACjC,iCAAiC,EACjC,qBAAqB,EACrB,mBAAmB,EACnB,oCAAoC,EACpC,2BAA2B,EAC3B,0CAA0C,GAC3C,MAAM,cAAc,CAAC;AACtB,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AACtD,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC"}
|
|
@@ -29,14 +29,14 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
|
|
|
29
29
|
* in-memory handling of secrets. If you do not want your secrets to be temporarily decrypted, you should
|
|
30
30
|
* use the Foundry UI instead.
|
|
31
31
|
*
|
|
32
|
-
* @
|
|
32
|
+
* @beta
|
|
33
33
|
*
|
|
34
34
|
* Required Scopes: [api:connectivity-connection-write]
|
|
35
35
|
* URL: /v2/connectivity/connections/{connectionRid}/updateSecrets
|
|
36
36
|
*/
|
|
37
37
|
export declare function updateSecrets($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
38
38
|
connectionRid: _Connectivity.ConnectionRid,
|
|
39
|
-
$body: _Connectivity.
|
|
39
|
+
$body: _Connectivity.UpdateSecretsForConnectionRequest,
|
|
40
40
|
$queryParams?: {
|
|
41
41
|
preview?: _Core.PreviewMode | undefined;
|
|
42
42
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Connection.d.ts","sourceRoot":"","sources":["../../../src/public/Connection.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,aAAa,MAAM,mBAAmB,CAAC;AAWxD;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,aAAa,EAAE,aAAa,CAAC,aAAa;IAE1C,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,aAAa,CAAC,UAAU,CAAC,CAEnC;AAUD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,aAAa,EAAE,aAAa,CAAC,aAAa;IAC1C,KAAK,EAAE,aAAa,CAAC,
|
|
1
|
+
{"version":3,"file":"Connection.d.ts","sourceRoot":"","sources":["../../../src/public/Connection.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,aAAa,MAAM,mBAAmB,CAAC;AAWxD;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,aAAa,EAAE,aAAa,CAAC,aAAa;IAE1C,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,aAAa,CAAC,UAAU,CAAC,CAEnC;AAUD;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,aAAa,EAAE,aAAa,CAAC,aAAa;IAC1C,KAAK,EAAE,aAAa,CAAC,iCAAiC;IACtD,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,IAAI,CAAC,CAEf"}
|
|
@@ -41,7 +41,7 @@ const _updateSecrets = [1, "/v2/connectivity/connections/{0}/updateSecrets", 3];
|
|
|
41
41
|
* in-memory handling of secrets. If you do not want your secrets to be temporarily decrypted, you should
|
|
42
42
|
* use the Foundry UI instead.
|
|
43
43
|
*
|
|
44
|
-
* @
|
|
44
|
+
* @beta
|
|
45
45
|
*
|
|
46
46
|
* Required Scopes: [api:connectivity-connection-write]
|
|
47
47
|
* URL: /v2/connectivity/connections/{connectionRid}/updateSecrets
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Connection.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_updateSecrets","updateSecrets"],"sources":["Connection.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 _get = [0, \"/v2/connectivity/connections/{0}\", 2];\n/**\n * Get the Connection with the specified rid.\n *\n * @alpha\n *\n * Required Scopes: [api:connectivity-connection-read]\n * URL: /v2/connectivity/connections/{connectionRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _updateSecrets = [1, \"/v2/connectivity/connections/{0}/updateSecrets\", 3];\n/**\n * Updates the secrets on the connection to the specified secret values.\n * Secrets that are currently configured on the connection but are omitted in the request will remain unchanged.\n *\n * Secrets are transmitted over the network encrypted using TLS. Once the secrets reach Foundry's servers,\n * they will be temporarily decrypted and remain in plaintext in memory to be processed as needed.\n * They will stay in plaintext in memory until the garbage collection process cleans up the memory.\n * The secrets are always stored encrypted on our servers.\n *\n * By using this endpoint, you acknowledge and accept any potential risks associated with the temporary\n * in-memory handling of secrets. If you do not want your secrets to be temporarily decrypted, you should\n * use the Foundry UI instead.\n *\n * @
|
|
1
|
+
{"version":3,"file":"Connection.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_get","get","$ctx","args","_updateSecrets","updateSecrets"],"sources":["Connection.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 _get = [0, \"/v2/connectivity/connections/{0}\", 2];\n/**\n * Get the Connection with the specified rid.\n *\n * @alpha\n *\n * Required Scopes: [api:connectivity-connection-read]\n * URL: /v2/connectivity/connections/{connectionRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _updateSecrets = [1, \"/v2/connectivity/connections/{0}/updateSecrets\", 3];\n/**\n * Updates the secrets on the connection to the specified secret values.\n * Secrets that are currently configured on the connection but are omitted in the request will remain unchanged.\n *\n * Secrets are transmitted over the network encrypted using TLS. Once the secrets reach Foundry's servers,\n * they will be temporarily decrypted and remain in plaintext in memory to be processed as needed.\n * They will stay in plaintext in memory until the garbage collection process cleans up the memory.\n * The secrets are always stored encrypted on our servers.\n *\n * By using this endpoint, you acknowledge and accept any potential risks associated with the temporary\n * in-memory handling of secrets. If you do not want your secrets to be temporarily decrypted, you should\n * use the Foundry UI instead.\n *\n * @beta\n *\n * Required Scopes: [api:connectivity-connection-write]\n * URL: /v2/connectivity/connections/{connectionRid}/updateSecrets\n */\nexport function updateSecrets($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _updateSecrets, ...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,IAAI,GAAG,CAAC,CAAC,EAAE,kCAAkC,EAAE,CAAC,CAAC;AACvD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,GAAGA,CAACC,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC/B,OAAOJ,qBAAqB,CAACG,IAAI,EAAEF,IAAI,EAAE,GAAGG,IAAI,CAAC;AACrD;AACA,MAAMC,cAAc,GAAG,CAAC,CAAC,EAAE,gDAAgD,EAAE,CAAC,CAAC;AAC/E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,aAAaA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EACzC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,cAAc,EAAE,GAAGD,IAAI,CAAC;AAC/D","ignoreList":[]}
|
|
@@ -6,7 +6,7 @@ import type * as _Connectivity from "../_components.js";
|
|
|
6
6
|
/**
|
|
7
7
|
* Creates a new FileImport.
|
|
8
8
|
*
|
|
9
|
-
* @
|
|
9
|
+
* @beta
|
|
10
10
|
*
|
|
11
11
|
* Required Scopes: [api:connectivity-file-import-write]
|
|
12
12
|
* URL: /v2/connectivity/connections/{connectionRid}/fileImports
|
|
@@ -23,7 +23,7 @@ export declare function create($ctx: $Client | $ClientContext | $OldClient | $Ol
|
|
|
23
23
|
* Deleting the file import does not delete the destination dataset but the dataset will no longer
|
|
24
24
|
* be updated by this import.
|
|
25
25
|
*
|
|
26
|
-
* @
|
|
26
|
+
* @beta
|
|
27
27
|
*
|
|
28
28
|
* Required Scopes: [api:connectivity-file-import-write]
|
|
29
29
|
* URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}
|
|
@@ -39,7 +39,7 @@ export declare function deleteFileImport($ctx: $Client | $ClientContext | $OldCl
|
|
|
39
39
|
* Lists all file imports defined for this connection.
|
|
40
40
|
* Only file imports that the user has permissions to view will be returned.
|
|
41
41
|
*
|
|
42
|
-
* @
|
|
42
|
+
* @beta
|
|
43
43
|
*
|
|
44
44
|
* Required Scopes: [api:connectivity-file-import-read]
|
|
45
45
|
* URL: /v2/connectivity/connections/{connectionRid}/fileImports
|
|
@@ -55,7 +55,7 @@ export declare function list($ctx: $Client | $ClientContext | $OldClient | $OldC
|
|
|
55
55
|
/**
|
|
56
56
|
* Get the FileImport with the specified rid.
|
|
57
57
|
*
|
|
58
|
-
* @
|
|
58
|
+
* @beta
|
|
59
59
|
*
|
|
60
60
|
* Required Scopes: [api:connectivity-file-import-read]
|
|
61
61
|
* URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}
|
|
@@ -67,11 +67,27 @@ export declare function get($ctx: $Client | $ClientContext | $OldClient | $OldCl
|
|
|
67
67
|
preview?: _Core.PreviewMode | undefined;
|
|
68
68
|
}
|
|
69
69
|
]): Promise<_Connectivity.FileImport>;
|
|
70
|
+
/**
|
|
71
|
+
* Replace the FileImport with the specified rid.
|
|
72
|
+
*
|
|
73
|
+
* @alpha
|
|
74
|
+
*
|
|
75
|
+
* Required Scopes: [api:connectivity-file-import-write]
|
|
76
|
+
* URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}
|
|
77
|
+
*/
|
|
78
|
+
export declare function replace($ctx: $Client | $ClientContext | $OldClient | $OldClientContext, ...args: [
|
|
79
|
+
connectionRid: _Connectivity.ConnectionRid,
|
|
80
|
+
fileImportRid: _Connectivity.FileImportRid,
|
|
81
|
+
$body: _Connectivity.ReplaceFileImportRequest,
|
|
82
|
+
$queryParams?: {
|
|
83
|
+
preview?: _Core.PreviewMode | undefined;
|
|
84
|
+
}
|
|
85
|
+
]): Promise<_Connectivity.FileImport>;
|
|
70
86
|
/**
|
|
71
87
|
* Executes the FileImport, which runs asynchronously as a [Foundry Build](https://www.palantir.com/docs/foundry/data-integration/builds/).
|
|
72
88
|
* The returned BuildRid can be used to check the status via the Orchestration API.
|
|
73
89
|
*
|
|
74
|
-
* @
|
|
90
|
+
* @beta
|
|
75
91
|
*
|
|
76
92
|
* Required Scopes: [api:connectivity-file-import-execute]
|
|
77
93
|
* URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}/execute
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileImport.d.ts","sourceRoot":"","sources":["../../../src/public/FileImport.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,KAAK,KAAK,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,KAAK,cAAc,MAAM,6BAA6B,CAAC;AACnE,OAAO,KAAK,EACV,YAAY,IAAI,UAAU,EAC1B,mBAAmB,IAAI,iBAAiB,EACzC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,YAAY,IAAI,OAAO,EACvB,mBAAmB,IAAI,cAAc,EACtC,MAAM,sBAAsB,CAAC;AAG9B,OAAO,KAAK,KAAK,aAAa,MAAM,mBAAmB,CAAC;AAYxD;;;;;;;GAOG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,aAAa,EAAE,aAAa,CAAC,aAAa;IAC1C,KAAK,EAAE,aAAa,CAAC,uBAAuB;IAC5C,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,aAAa,CAAC,UAAU,CAAC,CAEnC;AAUD;;;;;;;;;GASG;AACH,wBAAgB,gBAAgB,CAC9B,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,aAAa,EAAE,aAAa,CAAC,aAAa;IAC1C,aAAa,EAAE,aAAa,CAAC,aAAa;IAE1C,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,IAAI,CAAC,CAEf;AAaD;;;;;;;;GAQG;AACH,wBAAgB,IAAI,CAClB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,aAAa,EAAE,aAAa,CAAC,aAAa;IAE1C,YAAY,CAAC,EAAE;QACb,QAAQ,CAAC,EAAE,KAAK,CAAC,QAAQ,GAAG,SAAS,CAAC;QACtC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;QACxC,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAC;KACzC;CACF,GACA,OAAO,CAAC,aAAa,CAAC,uBAAuB,CAAC,CAEhD;AAUD;;;;;;;GAOG;AACH,wBAAgB,GAAG,CACjB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,aAAa,EAAE,aAAa,CAAC,aAAa;IAC1C,aAAa,EAAE,aAAa,CAAC,aAAa;IAE1C,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,aAAa,CAAC,UAAU,CAAC,CAEnC;AAUD;;;;;;;;GAQG;AACH,wBAAgB,OAAO,CACrB,IAAI,EAAE,OAAO,GAAG,cAAc,GAAG,UAAU,GAAG,iBAAiB,EAC/D,GAAG,IAAI,EAAE;IACP,aAAa,EAAE,aAAa,CAAC,aAAa;IAC1C,aAAa,EAAE,aAAa,CAAC,aAAa;IAE1C,YAAY,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,SAAS,CAAA;KAAE;CAC3D,GACA,OAAO,CAAC,cAAc,CAAC,QAAQ,CAAC,CAElC"}
|
|
1
|
+
{"version":3,"file":"FileImport.d.ts","sourceRoot":"","sources":["../../../src/public/FileImport.ts"],"names":[],"mappings":"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"}
|
|
@@ -19,7 +19,7 @@ const _create = [1, "/v2/connectivity/connections/{0}/fileImports", 3];
|
|
|
19
19
|
/**
|
|
20
20
|
* Creates a new FileImport.
|
|
21
21
|
*
|
|
22
|
-
* @
|
|
22
|
+
* @beta
|
|
23
23
|
*
|
|
24
24
|
* Required Scopes: [api:connectivity-file-import-write]
|
|
25
25
|
* URL: /v2/connectivity/connections/{connectionRid}/fileImports
|
|
@@ -33,7 +33,7 @@ const _deleteFileImport = [3, "/v2/connectivity/connections/{0}/fileImports/{1}"
|
|
|
33
33
|
* Deleting the file import does not delete the destination dataset but the dataset will no longer
|
|
34
34
|
* be updated by this import.
|
|
35
35
|
*
|
|
36
|
-
* @
|
|
36
|
+
* @beta
|
|
37
37
|
*
|
|
38
38
|
* Required Scopes: [api:connectivity-file-import-write]
|
|
39
39
|
* URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}
|
|
@@ -46,7 +46,7 @@ const _list = [0, "/v2/connectivity/connections/{0}/fileImports", 2];
|
|
|
46
46
|
* Lists all file imports defined for this connection.
|
|
47
47
|
* Only file imports that the user has permissions to view will be returned.
|
|
48
48
|
*
|
|
49
|
-
* @
|
|
49
|
+
* @beta
|
|
50
50
|
*
|
|
51
51
|
* Required Scopes: [api:connectivity-file-import-read]
|
|
52
52
|
* URL: /v2/connectivity/connections/{connectionRid}/fileImports
|
|
@@ -58,7 +58,7 @@ const _get = [0, "/v2/connectivity/connections/{0}/fileImports/{1}", 2];
|
|
|
58
58
|
/**
|
|
59
59
|
* Get the FileImport with the specified rid.
|
|
60
60
|
*
|
|
61
|
-
* @
|
|
61
|
+
* @beta
|
|
62
62
|
*
|
|
63
63
|
* Required Scopes: [api:connectivity-file-import-read]
|
|
64
64
|
* URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}
|
|
@@ -66,12 +66,24 @@ const _get = [0, "/v2/connectivity/connections/{0}/fileImports/{1}", 2];
|
|
|
66
66
|
export function get($ctx, ...args) {
|
|
67
67
|
return $foundryPlatformFetch($ctx, _get, ...args);
|
|
68
68
|
}
|
|
69
|
+
const _replace = [2, "/v2/connectivity/connections/{0}/fileImports/{1}", 3];
|
|
70
|
+
/**
|
|
71
|
+
* Replace the FileImport with the specified rid.
|
|
72
|
+
*
|
|
73
|
+
* @alpha
|
|
74
|
+
*
|
|
75
|
+
* Required Scopes: [api:connectivity-file-import-write]
|
|
76
|
+
* URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}
|
|
77
|
+
*/
|
|
78
|
+
export function replace($ctx, ...args) {
|
|
79
|
+
return $foundryPlatformFetch($ctx, _replace, ...args);
|
|
80
|
+
}
|
|
69
81
|
const _execute = [1, "/v2/connectivity/connections/{0}/fileImports/{1}/execute", 2];
|
|
70
82
|
/**
|
|
71
83
|
* Executes the FileImport, which runs asynchronously as a [Foundry Build](https://www.palantir.com/docs/foundry/data-integration/builds/).
|
|
72
84
|
* The returned BuildRid can be used to check the status via the Orchestration API.
|
|
73
85
|
*
|
|
74
|
-
* @
|
|
86
|
+
* @beta
|
|
75
87
|
*
|
|
76
88
|
* Required Scopes: [api:connectivity-file-import-execute]
|
|
77
89
|
* URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}/execute
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileImport.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_deleteFileImport","deleteFileImport","_list","list","_get","get","_execute","execute"],"sources":["FileImport.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}/fileImports\", 3];\n/**\n * Creates a new FileImport.\n *\n * @
|
|
1
|
+
{"version":3,"file":"FileImport.js","names":["foundryPlatformFetch","$foundryPlatformFetch","_create","create","$ctx","args","_deleteFileImport","deleteFileImport","_list","list","_get","get","_replace","replace","_execute","execute"],"sources":["FileImport.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}/fileImports\", 3];\n/**\n * Creates a new FileImport.\n *\n * @beta\n *\n * Required Scopes: [api:connectivity-file-import-write]\n * URL: /v2/connectivity/connections/{connectionRid}/fileImports\n */\nexport function create($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _create, ...args);\n}\nconst _deleteFileImport = [3, \"/v2/connectivity/connections/{0}/fileImports/{1}\", 2];\n/**\n * Delete the FileImport with the specified RID.\n * Deleting the file 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-file-import-write]\n * URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}\n */\nexport function deleteFileImport($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _deleteFileImport, ...args);\n}\nconst _list = [0, \"/v2/connectivity/connections/{0}/fileImports\", 2];\n/**\n * Lists all file imports defined for this connection.\n * Only file imports that the user has permissions to view will be returned.\n *\n * @beta\n *\n * Required Scopes: [api:connectivity-file-import-read]\n * URL: /v2/connectivity/connections/{connectionRid}/fileImports\n */\nexport function list($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _list, ...args);\n}\nconst _get = [0, \"/v2/connectivity/connections/{0}/fileImports/{1}\", 2];\n/**\n * Get the FileImport with the specified rid.\n *\n * @beta\n *\n * Required Scopes: [api:connectivity-file-import-read]\n * URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}\n */\nexport function get($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _get, ...args);\n}\nconst _replace = [2, \"/v2/connectivity/connections/{0}/fileImports/{1}\", 3];\n/**\n * Replace the FileImport with the specified rid.\n *\n * @alpha\n *\n * Required Scopes: [api:connectivity-file-import-write]\n * URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}\n */\nexport function replace($ctx, ...args) {\n return $foundryPlatformFetch($ctx, _replace, ...args);\n}\nconst _execute = [1, \"/v2/connectivity/connections/{0}/fileImports/{1}/execute\", 2];\n/**\n * Executes the FileImport, 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-file-import-execute]\n * URL: /v2/connectivity/connections/{connectionRid}/fileImports/{fileImportRid}/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,8CAA8C,EAAE,CAAC,CAAC;AACtE;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,iBAAiB,GAAG,CAAC,CAAC,EAAE,kDAAkD,EAAE,CAAC,CAAC;AACpF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,gBAAgBA,CAACH,IAAI,EAAE,GAAGC,IAAI,EAAE;EAC5C,OAAOJ,qBAAqB,CAACG,IAAI,EAAEE,iBAAiB,EAAE,GAAGD,IAAI,CAAC;AAClE;AACA,MAAMG,KAAK,GAAG,CAAC,CAAC,EAAE,8CAA8C,EAAE,CAAC,CAAC;AACpE;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,kDAAkD,EAAE,CAAC,CAAC;AACvE;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,kDAAkD,EAAE,CAAC,CAAC;AAC3E;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;AACA,MAAMS,QAAQ,GAAG,CAAC,CAAC,EAAE,0DAA0D,EAAE,CAAC,CAAC;AACnF;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASC,OAAOA,CAACX,IAAI,EAAE,GAAGC,IAAI,EAAE;EACnC,OAAOJ,qBAAqB,CAACG,IAAI,EAAEU,QAAQ,EAAE,GAAGT,IAAI,CAAC;AACzD","ignoreList":[]}
|
|
@@ -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: [
|