@keboola/api-client 10.0.0 → 11.0.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/dist/{chunk-64BDZOM2.js → chunk-B7BBPROF.js} +5 -2
- package/dist/chunk-B7BBPROF.js.map +1 -0
- package/dist/{chunk-EKG3AIWF.cjs → chunk-CZEB3EGU.cjs} +64 -4
- package/dist/chunk-CZEB3EGU.cjs.map +1 -0
- package/dist/{chunk-37VZRDNG.cjs → chunk-D33KMSJH.cjs} +5 -2
- package/dist/chunk-D33KMSJH.cjs.map +1 -0
- package/dist/{chunk-YJHFK3MV.js → chunk-SCSYXYVM.js} +64 -4
- package/dist/chunk-SCSYXYVM.js.map +1 -0
- package/dist/constants/index.cjs +2 -2
- package/dist/constants/index.d.cts +2 -0
- package/dist/constants/index.d.ts +2 -0
- package/dist/constants/index.js +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.d.cts +512 -1
- package/dist/index.d.ts +512 -1
- package/dist/index.js +3 -3
- package/dist/{registry-ClVf-Wb3.d.cts → registry-nH4Zhbcp.d.cts} +73 -0
- package/dist/{registry-ClVf-Wb3.d.ts → registry-nH4Zhbcp.d.ts} +73 -0
- package/dist/sdk/configurations/index.cjs +3 -3
- package/dist/sdk/configurations/index.d.cts +220 -1
- package/dist/sdk/configurations/index.d.ts +220 -1
- package/dist/sdk/configurations/index.js +2 -2
- package/package.json +1 -1
- package/surface/sdk.md +3 -3
- package/surface/stream.md +6 -6
- package/dist/chunk-37VZRDNG.cjs.map +0 -1
- package/dist/chunk-64BDZOM2.js.map +0 -1
- package/dist/chunk-EKG3AIWF.cjs.map +0 -1
- package/dist/chunk-YJHFK3MV.js.map +0 -1
|
@@ -3,7 +3,7 @@ import { createEncryptionClient } from '../../encryption/index.js';
|
|
|
3
3
|
import { c as createStorageClient } from '../../storageClient-Bk4H2HIw.js';
|
|
4
4
|
import { DevBranch, ConfigurationPath, BaseComponentConfig, CreateConfigurationInput, UpdateConfigurationInput } from '../../storage/types.js';
|
|
5
5
|
import { P as Project } from '../../project-BxSa1Ci9.js';
|
|
6
|
-
import { R as RegisteredComponentId, r as registry } from '../../registry-
|
|
6
|
+
import { R as RegisteredComponentId, r as registry } from '../../registry-nH4Zhbcp.js';
|
|
7
7
|
import '../../types-BLJoO6YL.js';
|
|
8
8
|
import 'qs';
|
|
9
9
|
import '../../encryption/types.js';
|
|
@@ -472,6 +472,79 @@ declare const createConfigurationSdk: ({ storageClient, encryptionClient, contex
|
|
|
472
472
|
configurationId: z.ZodString;
|
|
473
473
|
mode: z.ZodLiteral<"run">;
|
|
474
474
|
}, z.core.$strip>;
|
|
475
|
+
}, z.core.$strip>> & Record<"keboola.app-snowflake-dwh-manager", z.ZodObject<{
|
|
476
|
+
parameters: z.ZodUnion<readonly [z.ZodObject<{
|
|
477
|
+
master_host: z.ZodString;
|
|
478
|
+
master_user: z.ZodString;
|
|
479
|
+
master_database: z.ZodString;
|
|
480
|
+
warehouse: z.ZodString;
|
|
481
|
+
'#master_password': z.ZodString;
|
|
482
|
+
'#master_private_key': z.ZodOptional<z.ZodUndefined>;
|
|
483
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
484
|
+
master_host: z.ZodString;
|
|
485
|
+
master_user: z.ZodString;
|
|
486
|
+
master_database: z.ZodString;
|
|
487
|
+
warehouse: z.ZodString;
|
|
488
|
+
'#master_private_key': z.ZodString;
|
|
489
|
+
'#master_password': z.ZodOptional<z.ZodUndefined>;
|
|
490
|
+
}, z.core.$strip>]>;
|
|
491
|
+
}, z.core.$strip>> & Record<"keboola.gooddata-writer", z.ZodObject<{
|
|
492
|
+
parameters: z.ZodObject<{
|
|
493
|
+
project: z.ZodObject<{
|
|
494
|
+
pid: z.ZodString;
|
|
495
|
+
backendUrl: z.ZodOptional<z.ZodString>;
|
|
496
|
+
}, z.core.$strip>;
|
|
497
|
+
user: z.ZodObject<{
|
|
498
|
+
login: z.ZodString;
|
|
499
|
+
'#password': z.ZodString;
|
|
500
|
+
}, z.core.$strip>;
|
|
501
|
+
loadOnly: z.ZodOptional<z.ZodBoolean>;
|
|
502
|
+
multiLoad: z.ZodOptional<z.ZodBoolean>;
|
|
503
|
+
tables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
504
|
+
title: z.ZodString;
|
|
505
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
506
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
507
|
+
columns: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
508
|
+
type: z.ZodEnum<{
|
|
509
|
+
ATTRIBUTE: "ATTRIBUTE";
|
|
510
|
+
CONNECTION_POINT: "CONNECTION_POINT";
|
|
511
|
+
DATE: "DATE";
|
|
512
|
+
FACT: "FACT";
|
|
513
|
+
HYPERLINK: "HYPERLINK";
|
|
514
|
+
LABEL: "LABEL";
|
|
515
|
+
REFERENCE: "REFERENCE";
|
|
516
|
+
IGNORE: "IGNORE";
|
|
517
|
+
}>;
|
|
518
|
+
id: z.ZodOptional<z.ZodString>;
|
|
519
|
+
title: z.ZodOptional<z.ZodString>;
|
|
520
|
+
dataType: z.ZodOptional<z.ZodEnum<{
|
|
521
|
+
BIGINT: "BIGINT";
|
|
522
|
+
DECIMAL: "DECIMAL";
|
|
523
|
+
DATE: "DATE";
|
|
524
|
+
INT: "INT";
|
|
525
|
+
VARCHAR: "VARCHAR";
|
|
526
|
+
}>>;
|
|
527
|
+
dataTypeSize: z.ZodOptional<z.ZodString>;
|
|
528
|
+
reference: z.ZodOptional<z.ZodString>;
|
|
529
|
+
schemaReference: z.ZodOptional<z.ZodString>;
|
|
530
|
+
sortLabel: z.ZodOptional<z.ZodString>;
|
|
531
|
+
sortOrder: z.ZodOptional<z.ZodEnum<{
|
|
532
|
+
ASC: "ASC";
|
|
533
|
+
DESC: "DESC";
|
|
534
|
+
}>>;
|
|
535
|
+
format: z.ZodOptional<z.ZodString>;
|
|
536
|
+
dateDimension: z.ZodOptional<z.ZodString>;
|
|
537
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
538
|
+
identifierLabel: z.ZodOptional<z.ZodString>;
|
|
539
|
+
identifierSortLabel: z.ZodOptional<z.ZodString>;
|
|
540
|
+
}, z.core.$strip>>;
|
|
541
|
+
}, z.core.$strip>>>;
|
|
542
|
+
dimensions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
543
|
+
template: z.ZodString;
|
|
544
|
+
includeTime: z.ZodOptional<z.ZodBoolean>;
|
|
545
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
546
|
+
}, z.core.$strip>>>;
|
|
547
|
+
}, z.core.$strip>;
|
|
475
548
|
}, z.core.$strip>> & Record<"keboola.ex-db-redshift", z.ZodObject<{
|
|
476
549
|
parameters: z.ZodObject<{
|
|
477
550
|
db: z.ZodObject<{
|
|
@@ -1268,6 +1341,79 @@ declare const createConfigurationSdk: ({ storageClient, encryptionClient, contex
|
|
|
1268
1341
|
configurationId: z.ZodString;
|
|
1269
1342
|
mode: z.ZodLiteral<"run">;
|
|
1270
1343
|
}, z.core.$strip>;
|
|
1344
|
+
}, z.core.$strip>> & Record<"keboola.app-snowflake-dwh-manager", z.ZodObject<{
|
|
1345
|
+
parameters: z.ZodUnion<readonly [z.ZodObject<{
|
|
1346
|
+
master_host: z.ZodString;
|
|
1347
|
+
master_user: z.ZodString;
|
|
1348
|
+
master_database: z.ZodString;
|
|
1349
|
+
warehouse: z.ZodString;
|
|
1350
|
+
'#master_password': z.ZodString;
|
|
1351
|
+
'#master_private_key': z.ZodOptional<z.ZodUndefined>;
|
|
1352
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1353
|
+
master_host: z.ZodString;
|
|
1354
|
+
master_user: z.ZodString;
|
|
1355
|
+
master_database: z.ZodString;
|
|
1356
|
+
warehouse: z.ZodString;
|
|
1357
|
+
'#master_private_key': z.ZodString;
|
|
1358
|
+
'#master_password': z.ZodOptional<z.ZodUndefined>;
|
|
1359
|
+
}, z.core.$strip>]>;
|
|
1360
|
+
}, z.core.$strip>> & Record<"keboola.gooddata-writer", z.ZodObject<{
|
|
1361
|
+
parameters: z.ZodObject<{
|
|
1362
|
+
project: z.ZodObject<{
|
|
1363
|
+
pid: z.ZodString;
|
|
1364
|
+
backendUrl: z.ZodOptional<z.ZodString>;
|
|
1365
|
+
}, z.core.$strip>;
|
|
1366
|
+
user: z.ZodObject<{
|
|
1367
|
+
login: z.ZodString;
|
|
1368
|
+
'#password': z.ZodString;
|
|
1369
|
+
}, z.core.$strip>;
|
|
1370
|
+
loadOnly: z.ZodOptional<z.ZodBoolean>;
|
|
1371
|
+
multiLoad: z.ZodOptional<z.ZodBoolean>;
|
|
1372
|
+
tables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1373
|
+
title: z.ZodString;
|
|
1374
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
1375
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
1376
|
+
columns: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1377
|
+
type: z.ZodEnum<{
|
|
1378
|
+
ATTRIBUTE: "ATTRIBUTE";
|
|
1379
|
+
CONNECTION_POINT: "CONNECTION_POINT";
|
|
1380
|
+
DATE: "DATE";
|
|
1381
|
+
FACT: "FACT";
|
|
1382
|
+
HYPERLINK: "HYPERLINK";
|
|
1383
|
+
LABEL: "LABEL";
|
|
1384
|
+
REFERENCE: "REFERENCE";
|
|
1385
|
+
IGNORE: "IGNORE";
|
|
1386
|
+
}>;
|
|
1387
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1388
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1389
|
+
dataType: z.ZodOptional<z.ZodEnum<{
|
|
1390
|
+
BIGINT: "BIGINT";
|
|
1391
|
+
DECIMAL: "DECIMAL";
|
|
1392
|
+
DATE: "DATE";
|
|
1393
|
+
INT: "INT";
|
|
1394
|
+
VARCHAR: "VARCHAR";
|
|
1395
|
+
}>>;
|
|
1396
|
+
dataTypeSize: z.ZodOptional<z.ZodString>;
|
|
1397
|
+
reference: z.ZodOptional<z.ZodString>;
|
|
1398
|
+
schemaReference: z.ZodOptional<z.ZodString>;
|
|
1399
|
+
sortLabel: z.ZodOptional<z.ZodString>;
|
|
1400
|
+
sortOrder: z.ZodOptional<z.ZodEnum<{
|
|
1401
|
+
ASC: "ASC";
|
|
1402
|
+
DESC: "DESC";
|
|
1403
|
+
}>>;
|
|
1404
|
+
format: z.ZodOptional<z.ZodString>;
|
|
1405
|
+
dateDimension: z.ZodOptional<z.ZodString>;
|
|
1406
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
1407
|
+
identifierLabel: z.ZodOptional<z.ZodString>;
|
|
1408
|
+
identifierSortLabel: z.ZodOptional<z.ZodString>;
|
|
1409
|
+
}, z.core.$strip>>;
|
|
1410
|
+
}, z.core.$strip>>>;
|
|
1411
|
+
dimensions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
1412
|
+
template: z.ZodString;
|
|
1413
|
+
includeTime: z.ZodOptional<z.ZodBoolean>;
|
|
1414
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
1415
|
+
}, z.core.$strip>>>;
|
|
1416
|
+
}, z.core.$strip>;
|
|
1271
1417
|
}, z.core.$strip>> & Record<"keboola.ex-db-redshift", z.ZodObject<{
|
|
1272
1418
|
parameters: z.ZodObject<{
|
|
1273
1419
|
db: z.ZodObject<{
|
|
@@ -2066,6 +2212,79 @@ declare const createConfigurationSdk: ({ storageClient, encryptionClient, contex
|
|
|
2066
2212
|
configurationId: z.ZodString;
|
|
2067
2213
|
mode: z.ZodLiteral<"run">;
|
|
2068
2214
|
}, z.core.$strip>;
|
|
2215
|
+
}, z.core.$strip>> & Record<"keboola.app-snowflake-dwh-manager", z.ZodObject<{
|
|
2216
|
+
parameters: z.ZodUnion<readonly [z.ZodObject<{
|
|
2217
|
+
master_host: z.ZodString;
|
|
2218
|
+
master_user: z.ZodString;
|
|
2219
|
+
master_database: z.ZodString;
|
|
2220
|
+
warehouse: z.ZodString;
|
|
2221
|
+
'#master_password': z.ZodString;
|
|
2222
|
+
'#master_private_key': z.ZodOptional<z.ZodUndefined>;
|
|
2223
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
2224
|
+
master_host: z.ZodString;
|
|
2225
|
+
master_user: z.ZodString;
|
|
2226
|
+
master_database: z.ZodString;
|
|
2227
|
+
warehouse: z.ZodString;
|
|
2228
|
+
'#master_private_key': z.ZodString;
|
|
2229
|
+
'#master_password': z.ZodOptional<z.ZodUndefined>;
|
|
2230
|
+
}, z.core.$strip>]>;
|
|
2231
|
+
}, z.core.$strip>> & Record<"keboola.gooddata-writer", z.ZodObject<{
|
|
2232
|
+
parameters: z.ZodObject<{
|
|
2233
|
+
project: z.ZodObject<{
|
|
2234
|
+
pid: z.ZodString;
|
|
2235
|
+
backendUrl: z.ZodOptional<z.ZodString>;
|
|
2236
|
+
}, z.core.$strip>;
|
|
2237
|
+
user: z.ZodObject<{
|
|
2238
|
+
login: z.ZodString;
|
|
2239
|
+
'#password': z.ZodString;
|
|
2240
|
+
}, z.core.$strip>;
|
|
2241
|
+
loadOnly: z.ZodOptional<z.ZodBoolean>;
|
|
2242
|
+
multiLoad: z.ZodOptional<z.ZodBoolean>;
|
|
2243
|
+
tables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2244
|
+
title: z.ZodString;
|
|
2245
|
+
disabled: z.ZodOptional<z.ZodBoolean>;
|
|
2246
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
2247
|
+
columns: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2248
|
+
type: z.ZodEnum<{
|
|
2249
|
+
ATTRIBUTE: "ATTRIBUTE";
|
|
2250
|
+
CONNECTION_POINT: "CONNECTION_POINT";
|
|
2251
|
+
DATE: "DATE";
|
|
2252
|
+
FACT: "FACT";
|
|
2253
|
+
HYPERLINK: "HYPERLINK";
|
|
2254
|
+
LABEL: "LABEL";
|
|
2255
|
+
REFERENCE: "REFERENCE";
|
|
2256
|
+
IGNORE: "IGNORE";
|
|
2257
|
+
}>;
|
|
2258
|
+
id: z.ZodOptional<z.ZodString>;
|
|
2259
|
+
title: z.ZodOptional<z.ZodString>;
|
|
2260
|
+
dataType: z.ZodOptional<z.ZodEnum<{
|
|
2261
|
+
BIGINT: "BIGINT";
|
|
2262
|
+
DECIMAL: "DECIMAL";
|
|
2263
|
+
DATE: "DATE";
|
|
2264
|
+
INT: "INT";
|
|
2265
|
+
VARCHAR: "VARCHAR";
|
|
2266
|
+
}>>;
|
|
2267
|
+
dataTypeSize: z.ZodOptional<z.ZodString>;
|
|
2268
|
+
reference: z.ZodOptional<z.ZodString>;
|
|
2269
|
+
schemaReference: z.ZodOptional<z.ZodString>;
|
|
2270
|
+
sortLabel: z.ZodOptional<z.ZodString>;
|
|
2271
|
+
sortOrder: z.ZodOptional<z.ZodEnum<{
|
|
2272
|
+
ASC: "ASC";
|
|
2273
|
+
DESC: "DESC";
|
|
2274
|
+
}>>;
|
|
2275
|
+
format: z.ZodOptional<z.ZodString>;
|
|
2276
|
+
dateDimension: z.ZodOptional<z.ZodString>;
|
|
2277
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
2278
|
+
identifierLabel: z.ZodOptional<z.ZodString>;
|
|
2279
|
+
identifierSortLabel: z.ZodOptional<z.ZodString>;
|
|
2280
|
+
}, z.core.$strip>>;
|
|
2281
|
+
}, z.core.$strip>>>;
|
|
2282
|
+
dimensions: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
2283
|
+
template: z.ZodString;
|
|
2284
|
+
includeTime: z.ZodOptional<z.ZodBoolean>;
|
|
2285
|
+
identifier: z.ZodOptional<z.ZodString>;
|
|
2286
|
+
}, z.core.$strip>>>;
|
|
2287
|
+
}, z.core.$strip>;
|
|
2069
2288
|
}, z.core.$strip>> & Record<"keboola.ex-db-redshift", z.ZodObject<{
|
|
2070
2289
|
parameters: z.ZodObject<{
|
|
2071
2290
|
db: z.ZodObject<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { createConfigurationSdk } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { createConfigurationSdk } from '../../chunk-SCSYXYVM.js';
|
|
2
|
+
import '../../chunk-B7BBPROF.js';
|
|
3
3
|
import '../../chunk-MSI6FVGG.js';
|
|
4
4
|
//# sourceMappingURL=index.js.map
|
|
5
5
|
//# sourceMappingURL=index.js.map
|