@keboola/api-client 6.0.0 → 8.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/README.md +2 -3
  2. package/dist/ManagementClientAuthError-DNUPB6cb.d.cts +9 -0
  3. package/dist/ManagementClientAuthError-WRHtWJSv.d.ts +9 -0
  4. package/dist/ai/index.d.cts +1 -1
  5. package/dist/ai/index.d.ts +1 -1
  6. package/dist/assets/index.d.cts +1 -1
  7. package/dist/assets/index.d.ts +1 -1
  8. package/dist/authMiddleware-B9RM45AH.d.cts +5 -0
  9. package/dist/authMiddleware-CwkfLK36.d.ts +5 -0
  10. package/dist/chat/index.d.cts +1 -1
  11. package/dist/chat/index.d.ts +1 -1
  12. package/dist/{chunk-ZPSPCPDQ.js → chunk-4PT6E6VA.js} +4 -10
  13. package/dist/chunk-4PT6E6VA.js.map +1 -0
  14. package/dist/{chunk-4S3EKVQT.cjs → chunk-53WUPUXH.cjs} +14 -2
  15. package/dist/chunk-53WUPUXH.cjs.map +1 -0
  16. package/dist/{chunk-QEQAZPWM.js → chunk-CSWK4LWY.js} +14 -3
  17. package/dist/chunk-CSWK4LWY.js.map +1 -0
  18. package/dist/chunk-G3N5KDEY.js +10 -0
  19. package/dist/chunk-G3N5KDEY.js.map +1 -0
  20. package/dist/{chunk-TWP7DBSZ.cjs → chunk-HUMEK64L.cjs} +17 -16
  21. package/dist/chunk-HUMEK64L.cjs.map +1 -0
  22. package/dist/{chunk-JDFNUP4M.js → chunk-LUQJU3I3.js} +17 -15
  23. package/dist/chunk-LUQJU3I3.js.map +1 -0
  24. package/dist/chunk-MQABO6OL.cjs +18 -0
  25. package/dist/chunk-MQABO6OL.cjs.map +1 -0
  26. package/dist/{chunk-RPKKOIYG.cjs → chunk-NBUPHAAO.cjs} +4 -11
  27. package/dist/chunk-NBUPHAAO.cjs.map +1 -0
  28. package/dist/chunk-QKCFPPQS.js +16 -0
  29. package/dist/chunk-QKCFPPQS.js.map +1 -0
  30. package/dist/chunk-RRC5RKF7.cjs +12 -0
  31. package/dist/chunk-RRC5RKF7.cjs.map +1 -0
  32. package/dist/{createGenericFetchClient-yfcpR7qD.d.cts → createGenericFetchClient-CSHOaFE3.d.cts} +1 -1
  33. package/dist/{createGenericFetchClient-Gpom91V-.d.ts → createGenericFetchClient-D_vU8nco.d.ts} +1 -1
  34. package/dist/{createOpenapiFetchClient-B44nXiti.d.ts → createOpenapiFetchClient-B50N1zkV.d.ts} +1 -1
  35. package/dist/{createOpenapiFetchClient-Ci0-Qe53.d.cts → createOpenapiFetchClient-CKNLT4ND.d.cts} +1 -1
  36. package/dist/dataScience/index.d.cts +1 -1
  37. package/dist/dataScience/index.d.ts +1 -1
  38. package/dist/domain/permissions/index.d.cts +2 -2
  39. package/dist/domain/permissions/index.d.ts +2 -2
  40. package/dist/editor/index.d.cts +1 -1
  41. package/dist/editor/index.d.ts +1 -1
  42. package/dist/encryption/index.d.cts +2 -2
  43. package/dist/encryption/index.d.ts +2 -2
  44. package/dist/encryption/types.d.cts +1 -1
  45. package/dist/encryption/types.d.ts +1 -1
  46. package/dist/import/index.d.cts +1 -1
  47. package/dist/import/index.d.ts +1 -1
  48. package/dist/index.cjs +20 -25
  49. package/dist/index.cjs.map +1 -1
  50. package/dist/index.d.cts +52 -26
  51. package/dist/index.d.ts +52 -26
  52. package/dist/index.js +8 -17
  53. package/dist/index.js.map +1 -1
  54. package/dist/management/index.cjs +4 -3
  55. package/dist/management/index.d.cts +41 -4
  56. package/dist/management/index.d.ts +41 -4
  57. package/dist/management/index.js +2 -1
  58. package/dist/management/types.d.cts +5 -1
  59. package/dist/management/types.d.ts +5 -1
  60. package/dist/metastore/index.d.cts +2 -2
  61. package/dist/metastore/index.d.ts +2 -2
  62. package/dist/notifications/index.d.cts +1 -1
  63. package/dist/notifications/index.d.ts +1 -1
  64. package/dist/oauth/index.d.cts +1 -1
  65. package/dist/oauth/index.d.ts +1 -1
  66. package/dist/{project-DQLliCsX.d.ts → project-BKbb7xWn.d.ts} +1 -1
  67. package/dist/{project-C_m_tOgy.d.cts → project-cYJhOvzB.d.cts} +1 -1
  68. package/dist/queryService/index.d.cts +1 -1
  69. package/dist/queryService/index.d.ts +1 -1
  70. package/dist/queue/index.d.cts +1 -1
  71. package/dist/queue/index.d.ts +1 -1
  72. package/dist/scheduler/index.d.cts +1 -1
  73. package/dist/scheduler/index.d.ts +1 -1
  74. package/dist/sdk/configurations/index.d.cts +6 -6
  75. package/dist/sdk/configurations/index.d.ts +6 -6
  76. package/dist/sdk/storage/index.d.cts +6 -6
  77. package/dist/sdk/storage/index.d.ts +6 -6
  78. package/dist/sdk/tag/index.d.cts +2 -2
  79. package/dist/sdk/tag/index.d.ts +2 -2
  80. package/dist/sdk/tag/types.d.cts +2 -2
  81. package/dist/sdk/tag/types.d.ts +2 -2
  82. package/dist/sdk/vault/index.d.cts +3 -3
  83. package/dist/sdk/vault/index.d.ts +3 -3
  84. package/dist/status/index.d.cts +1 -1
  85. package/dist/status/index.d.ts +1 -1
  86. package/dist/storage/index.cjs +33 -3
  87. package/dist/storage/index.d.cts +21 -5
  88. package/dist/storage/index.d.ts +21 -5
  89. package/dist/storage/index.js +4 -2
  90. package/dist/storage/types.d.cts +6 -4
  91. package/dist/storage/types.d.ts +6 -4
  92. package/dist/{index-DzhQuag5.d.cts → storageClient-CZpLyDuY.d.cts} +6 -6
  93. package/dist/{index-G9ZyDi7K.d.ts → storageClient-DAglYVkx.d.ts} +6 -6
  94. package/dist/{storageSdk-TDISOoqX.d.ts → storageSdk-CoqeaoSG.d.ts} +1 -1
  95. package/dist/{storageSdk-VlBWkuF3.d.cts → storageSdk-uL-u41Dm.d.cts} +1 -1
  96. package/dist/stream/index.d.cts +1 -1
  97. package/dist/stream/index.d.ts +1 -1
  98. package/dist/syncActions/index.d.cts +2 -2
  99. package/dist/syncActions/index.d.ts +2 -2
  100. package/dist/telemetry/index.d.cts +2 -2
  101. package/dist/telemetry/index.d.ts +2 -2
  102. package/dist/{types-DxJD6LIN.d.ts → types-BLJoO6YL.d.cts} +1 -1
  103. package/dist/{types-DxJD6LIN.d.cts → types-BLJoO6YL.d.ts} +1 -1
  104. package/dist/{types-DJbXfC2q.d.cts → types-Bu8AEdZo.d.cts} +1 -1
  105. package/dist/{types-sxxmo6h9.d.ts → types-CWK543pL.d.ts} +1 -1
  106. package/dist/{types-CfEvz7zi.d.cts → types-D5FF6mS6.d.cts} +1 -1
  107. package/dist/{types-BG8yQyYt.d.ts → types-bjHzGr0s.d.ts} +1 -1
  108. package/dist/vault/index.cjs +3 -2
  109. package/dist/vault/index.d.cts +1 -1
  110. package/dist/vault/index.d.ts +1 -1
  111. package/dist/vault/index.js +2 -1
  112. package/dist/verify/index.d.cts +1 -1
  113. package/dist/verify/index.d.ts +1 -1
  114. package/package.json +1 -1
  115. package/dist/authMiddleware-B0p06GYQ.d.ts +0 -11
  116. package/dist/authMiddleware-vNb2hfLP.d.cts +0 -11
  117. package/dist/chunk-4S3EKVQT.cjs.map +0 -1
  118. package/dist/chunk-JDFNUP4M.js.map +0 -1
  119. package/dist/chunk-QEQAZPWM.js.map +0 -1
  120. package/dist/chunk-RPKKOIYG.cjs.map +0 -1
  121. package/dist/chunk-TWP7DBSZ.cjs.map +0 -1
  122. package/dist/chunk-ZPSPCPDQ.js.map +0 -1
@@ -1,10 +1,11 @@
1
1
  import { M as Maintainer, a as MaintainerDetail, C as CreateMaintainerBody, U as UpdateMaintainerBody, b as MaintainerUser, A as AddMaintainerUserBody, c as CreateMaintainerInvitationBody, d as CreateMaintainerOrganizationBody, e as MetadataItem, S as SetMaintainerMetadataBody, O as OrganizationDetail, f as UpdateOrganizationBody, g as AddOrganizationUserBody, h as CreateOrganizationInvitationBody, P as Project, i as CreateOrganizationProjectBody, j as SetOrganizationMetadataBody, G as GetAllFeaturesQuery, F as Feature, k as FeatureProject, l as FeatureAdmin, m as GetProjectPath, n as CreateProjectFeaturePath, o as CreateProjectFeatureBody, R as RemoveProjectFeaturePath, p as User, L as ListProjectUsersPath, q as ListProjectInvitationsPath, r as CreateProjectInvitationPath, s as CreateProjectInvitationBody, D as DeleteProjectInvitationPath, t as AddProjectUserPath, u as AddProjectUserBody, v as RemoveProjectUserPath, w as GetProjectMetadataPath, x as ProjectMetadataItem, y as SetProjectMetadataPath, z as SetProjectMetadataBody, B as GetProjectReviewersPath, E as Reviewer, H as SetProjectReviewersPath, I as SetProjectReviewersBody, J as UpdateProjectBody, K as MoveProjectBody, N as SetProjectDisabledBody, Q as AddUserFeatureBody, T as AddUserFeaturePath, V as RemoveUserFeaturePath } from '../types-DMC601TE.cjs';
2
- import { c as createGenericFetchClient } from '../createGenericFetchClient-yfcpR7qD.cjs';
3
- import { c as createOpenapiFetchClient } from '../createOpenapiFetchClient-Ci0-Qe53.cjs';
4
- import { C as ClientInitOptions } from '../types-DxJD6LIN.cjs';
5
- export { i as isManagementClientAuthError } from '../authMiddleware-vNb2hfLP.cjs';
2
+ import { c as createGenericFetchClient } from '../createGenericFetchClient-CSHOaFE3.cjs';
3
+ import { c as createOpenapiFetchClient } from '../createOpenapiFetchClient-CKNLT4ND.cjs';
4
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.cjs';
5
+ export { i as isManagementClientAuthError } from '../authMiddleware-B9RM45AH.cjs';
6
6
  import '../types-jKnx7Tm_.cjs';
7
7
  import 'qs';
8
+ import '../ManagementClientAuthError-DNUPB6cb.cjs';
8
9
 
9
10
  type GenericFetchClient = ReturnType<typeof createGenericFetchClient>;
10
11
  type ManagementOpenApiFetchClient = ReturnType<typeof createOpenapiFetchClient<paths>>;
@@ -510,6 +511,42 @@ declare const createManagementClient: ({ baseUrl, middlewares, token, }: Omit<Cl
510
511
  projectId: number;
511
512
  } & SetProjectDisabledBody) => Promise<Project>;
512
513
  };
514
+ storageBackends: {
515
+ getStorageBackend: (id: number, signal?: AbortSignal) => Promise<{
516
+ id: number;
517
+ host?: string | null;
518
+ backend: string;
519
+ region: string;
520
+ owner: string;
521
+ technicalOwner: string;
522
+ username?: string | null;
523
+ stats: {
524
+ projectsCount?: number;
525
+ bucketsCount?: number;
526
+ dataSizeGB?: number;
527
+ rowsCount?: number;
528
+ };
529
+ created: string;
530
+ creator: {
531
+ id?: number | null;
532
+ name?: string | null;
533
+ };
534
+ warehouse?: string | null;
535
+ database?: string | null;
536
+ useSynapseManagedIdentity?: boolean | null;
537
+ saml2Configuration?: {
538
+ idpEntityId?: string;
539
+ spEntityId?: string;
540
+ spAcsUrl?: string;
541
+ publicKey?: string;
542
+ } | null;
543
+ useDynamicBackends: boolean;
544
+ useSso?: boolean | null;
545
+ isSsoEnabled?: boolean | null;
546
+ isSsoConfigured?: boolean | null;
547
+ technicalOwnerContactEmails: string[];
548
+ }>;
549
+ };
513
550
  users: {
514
551
  addUserAdminFeature: ({ feature, userIdOrMail }: AddUserFeatureBody & AddUserFeaturePath, signal?: AbortSignal) => Promise<User>;
515
552
  removeUserAdminFeature: ({ userIdOrMail, feature }: RemoveUserFeaturePath, signal?: AbortSignal) => Promise<User>;
@@ -1,10 +1,11 @@
1
1
  import { M as Maintainer, a as MaintainerDetail, C as CreateMaintainerBody, U as UpdateMaintainerBody, b as MaintainerUser, A as AddMaintainerUserBody, c as CreateMaintainerInvitationBody, d as CreateMaintainerOrganizationBody, e as MetadataItem, S as SetMaintainerMetadataBody, O as OrganizationDetail, f as UpdateOrganizationBody, g as AddOrganizationUserBody, h as CreateOrganizationInvitationBody, P as Project, i as CreateOrganizationProjectBody, j as SetOrganizationMetadataBody, G as GetAllFeaturesQuery, F as Feature, k as FeatureProject, l as FeatureAdmin, m as GetProjectPath, n as CreateProjectFeaturePath, o as CreateProjectFeatureBody, R as RemoveProjectFeaturePath, p as User, L as ListProjectUsersPath, q as ListProjectInvitationsPath, r as CreateProjectInvitationPath, s as CreateProjectInvitationBody, D as DeleteProjectInvitationPath, t as AddProjectUserPath, u as AddProjectUserBody, v as RemoveProjectUserPath, w as GetProjectMetadataPath, x as ProjectMetadataItem, y as SetProjectMetadataPath, z as SetProjectMetadataBody, B as GetProjectReviewersPath, E as Reviewer, H as SetProjectReviewersPath, I as SetProjectReviewersBody, J as UpdateProjectBody, K as MoveProjectBody, N as SetProjectDisabledBody, Q as AddUserFeatureBody, T as AddUserFeaturePath, V as RemoveUserFeaturePath } from '../types-DMC601TE.js';
2
- import { c as createGenericFetchClient } from '../createGenericFetchClient-Gpom91V-.js';
3
- import { c as createOpenapiFetchClient } from '../createOpenapiFetchClient-B44nXiti.js';
4
- import { C as ClientInitOptions } from '../types-DxJD6LIN.js';
5
- export { i as isManagementClientAuthError } from '../authMiddleware-B0p06GYQ.js';
2
+ import { c as createGenericFetchClient } from '../createGenericFetchClient-D_vU8nco.js';
3
+ import { c as createOpenapiFetchClient } from '../createOpenapiFetchClient-B50N1zkV.js';
4
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.js';
5
+ export { i as isManagementClientAuthError } from '../authMiddleware-CwkfLK36.js';
6
6
  import '../types-jKnx7Tm_.js';
7
7
  import 'qs';
8
+ import '../ManagementClientAuthError-WRHtWJSv.js';
8
9
 
9
10
  type GenericFetchClient = ReturnType<typeof createGenericFetchClient>;
10
11
  type ManagementOpenApiFetchClient = ReturnType<typeof createOpenapiFetchClient<paths>>;
@@ -510,6 +511,42 @@ declare const createManagementClient: ({ baseUrl, middlewares, token, }: Omit<Cl
510
511
  projectId: number;
511
512
  } & SetProjectDisabledBody) => Promise<Project>;
512
513
  };
514
+ storageBackends: {
515
+ getStorageBackend: (id: number, signal?: AbortSignal) => Promise<{
516
+ id: number;
517
+ host?: string | null;
518
+ backend: string;
519
+ region: string;
520
+ owner: string;
521
+ technicalOwner: string;
522
+ username?: string | null;
523
+ stats: {
524
+ projectsCount?: number;
525
+ bucketsCount?: number;
526
+ dataSizeGB?: number;
527
+ rowsCount?: number;
528
+ };
529
+ created: string;
530
+ creator: {
531
+ id?: number | null;
532
+ name?: string | null;
533
+ };
534
+ warehouse?: string | null;
535
+ database?: string | null;
536
+ useSynapseManagedIdentity?: boolean | null;
537
+ saml2Configuration?: {
538
+ idpEntityId?: string;
539
+ spEntityId?: string;
540
+ spAcsUrl?: string;
541
+ publicKey?: string;
542
+ } | null;
543
+ useDynamicBackends: boolean;
544
+ useSso?: boolean | null;
545
+ isSsoEnabled?: boolean | null;
546
+ isSsoConfigured?: boolean | null;
547
+ technicalOwnerContactEmails: string[];
548
+ }>;
549
+ };
513
550
  users: {
514
551
  addUserAdminFeature: ({ feature, userIdOrMail }: AddUserFeatureBody & AddUserFeaturePath, signal?: AbortSignal) => Promise<User>;
515
552
  removeUserAdminFeature: ({ userIdOrMail, feature }: RemoveUserFeaturePath, signal?: AbortSignal) => Promise<User>;
@@ -1,4 +1,5 @@
1
- export { createManagementClient, isManagementClientAuthError } from '../chunk-JDFNUP4M.js';
1
+ export { createManagementClient, isManagementClientAuthError } from '../chunk-LUQJU3I3.js';
2
+ import '../chunk-QKCFPPQS.js';
2
3
  import '../chunk-4HORTOGH.js';
3
4
  import '../chunk-D2SWTZFS.js';
4
5
  import '../chunk-SI5TFV5M.js';
@@ -6,4 +6,8 @@ type OrganizationInvitation = components['schemas']['OrganizationInvitationRespo
6
6
  type ProjectInvitation = components['schemas']['ProjectInvitationResponse'];
7
7
  type ProjectJoinRequest = components['schemas']['ProjectJoinRequestResponse'];
8
8
 
9
- export type { MaintainerInvitation, OrganizationInvitation, ProjectInvitation, ProjectJoinRequest };
9
+ /** A storage backend's full detail as returned by `GET /manage/storage-backend/{id}` id, owner,
10
+ * technical owner, host/URL, stats, creator and backend-kind-specific fields. */
11
+ type StorageBackend = components['schemas']['StorageBackendDetailResponse'];
12
+
13
+ export type { MaintainerInvitation, OrganizationInvitation, ProjectInvitation, ProjectJoinRequest, StorageBackend };
@@ -6,4 +6,8 @@ type OrganizationInvitation = components['schemas']['OrganizationInvitationRespo
6
6
  type ProjectInvitation = components['schemas']['ProjectInvitationResponse'];
7
7
  type ProjectJoinRequest = components['schemas']['ProjectJoinRequestResponse'];
8
8
 
9
- export type { MaintainerInvitation, OrganizationInvitation, ProjectInvitation, ProjectJoinRequest };
9
+ /** A storage backend's full detail as returned by `GET /manage/storage-backend/{id}` id, owner,
10
+ * technical owner, host/URL, stats, creator and backend-kind-specific fields. */
11
+ type StorageBackend = components['schemas']['StorageBackendDetailResponse'];
12
+
13
+ export type { MaintainerInvitation, OrganizationInvitation, ProjectInvitation, ProjectJoinRequest, StorageBackend };
@@ -1,6 +1,6 @@
1
1
  import { G as GetMetaObjectsPath, a as MetaStoreListResponse, b as GetMetaObjectRevisionsPath, c as GetMetaObjectPath, d as MetaStoreObjectResponse, C as CreateMetaObjectInput, D as DeleteMetaObjectPath, U as UpdateMetaObjectInput, R as ReplaceMetaObjectInput, e as GetMetaObjectRevisionPath, f as DeleteMetaObjectRevisionPath, g as GetSchemaPath, h as components, i as GetVersionedSchemaPath } from '../types-DTkxk0fW.cjs';
2
- import { c as createOpenapiFetchClient } from '../createOpenapiFetchClient-Ci0-Qe53.cjs';
3
- import { C as ClientInitOptions } from '../types-DxJD6LIN.cjs';
2
+ import { c as createOpenapiFetchClient } from '../createOpenapiFetchClient-CKNLT4ND.cjs';
3
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.cjs';
4
4
  import '../types-jKnx7Tm_.cjs';
5
5
  import 'qs';
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { G as GetMetaObjectsPath, a as MetaStoreListResponse, b as GetMetaObjectRevisionsPath, c as GetMetaObjectPath, d as MetaStoreObjectResponse, C as CreateMetaObjectInput, D as DeleteMetaObjectPath, U as UpdateMetaObjectInput, R as ReplaceMetaObjectInput, e as GetMetaObjectRevisionPath, f as DeleteMetaObjectRevisionPath, g as GetSchemaPath, h as components, i as GetVersionedSchemaPath } from '../types-Mghz1gMD.js';
2
- import { c as createOpenapiFetchClient } from '../createOpenapiFetchClient-B44nXiti.js';
3
- import { C as ClientInitOptions } from '../types-DxJD6LIN.js';
2
+ import { c as createOpenapiFetchClient } from '../createOpenapiFetchClient-B50N1zkV.js';
3
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.js';
4
4
  import '../types-jKnx7Tm_.js';
5
5
  import 'qs';
6
6
 
@@ -1,5 +1,5 @@
1
1
  import { L as ListSubscriptionsQuery, c as components, G as GetSubscriptionPath, C as CreateSubscriptionBody, D as DeleteSubscriptionPath } from '../types-BVldT2vs.cjs';
2
- import { C as ClientInitOptions } from '../types-DxJD6LIN.cjs';
2
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.cjs';
3
3
  import '../types-jKnx7Tm_.cjs';
4
4
  import 'qs';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { L as ListSubscriptionsQuery, c as components, G as GetSubscriptionPath, C as CreateSubscriptionBody, D as DeleteSubscriptionPath } from '../types-CS8MYc2k.js';
2
- import { C as ClientInitOptions } from '../types-DxJD6LIN.js';
2
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.js';
3
3
  import '../types-jKnx7Tm_.js';
4
4
  import 'qs';
5
5
 
@@ -1,4 +1,4 @@
1
- import { C as ClientInitOptions } from '../types-DxJD6LIN.cjs';
1
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.cjs';
2
2
  import { GetCredentialsQuery, Credential, CreateCredentialBody } from './types.cjs';
3
3
  import 'qs';
4
4
 
@@ -1,4 +1,4 @@
1
- import { C as ClientInitOptions } from '../types-DxJD6LIN.js';
1
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.js';
2
2
  import { GetCredentialsQuery, Credential, CreateCredentialBody } from './types.js';
3
3
  import 'qs';
4
4
 
@@ -1,4 +1,4 @@
1
- import { S as StorageToken, B as Backend } from './types-BG8yQyYt.js';
1
+ import { S as StorageToken, B as Backend } from './types-bjHzGr0s.js';
2
2
 
3
3
  type Options = {
4
4
  sapiToken: StorageToken;
@@ -1,4 +1,4 @@
1
- import { S as StorageToken, B as Backend } from './types-DJbXfC2q.cjs';
1
+ import { S as StorageToken, B as Backend } from './types-Bu8AEdZo.cjs';
2
2
 
3
3
  type Options = {
4
4
  sapiToken: StorageToken;
@@ -1,5 +1,5 @@
1
1
  import { P as PostQueryPath, a as PostQueryBody, b as PostCancelQueryJobPath, G as GetQueryJobPath, c as components, d as GetQueryResultsPath, e as GetQueryResutsQuery, f as GetQueriesPath, g as GetQueriesHistoryQuery, h as GetExportResultsQuery, E as ExportResultsResponse } from '../types-D9cNOf-3.cjs';
2
- import { C as ClientInitOptions } from '../types-DxJD6LIN.cjs';
2
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.cjs';
3
3
  import '../types-jKnx7Tm_.cjs';
4
4
  import 'qs';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { P as PostQueryPath, a as PostQueryBody, b as PostCancelQueryJobPath, G as GetQueryJobPath, c as components, d as GetQueryResultsPath, e as GetQueryResutsQuery, f as GetQueriesPath, g as GetQueriesHistoryQuery, h as GetExportResultsQuery, E as ExportResultsResponse } from '../types-yKV1EX6f.js';
2
- import { C as ClientInitOptions } from '../types-DxJD6LIN.js';
2
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.js';
3
3
  import '../types-jKnx7Tm_.js';
4
4
  import 'qs';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { G as GetQueueJobPath, c as components, S as SearchJobsQuery } from '../types-BxjcUj-y.cjs';
2
- import { C as ClientInitOptions } from '../types-DxJD6LIN.cjs';
2
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.cjs';
3
3
  import '../types-jKnx7Tm_.cjs';
4
4
  import 'qs';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { G as GetQueueJobPath, c as components, S as SearchJobsQuery } from '../types-DacFMc6L.js';
2
- import { C as ClientInitOptions } from '../types-DxJD6LIN.js';
2
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.js';
3
3
  import '../types-jKnx7Tm_.js';
4
4
  import 'qs';
5
5
 
@@ -1,4 +1,4 @@
1
- import { C as ClientInitOptions } from '../types-DxJD6LIN.cjs';
1
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.cjs';
2
2
  import { GetSchedulesQuery, ActivateScheduleBody, SchedulePath, ConfigurationPath } from './types.cjs';
3
3
  import 'qs';
4
4
  import '../types-jKnx7Tm_.cjs';
@@ -1,4 +1,4 @@
1
- import { C as ClientInitOptions } from '../types-DxJD6LIN.js';
1
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.js';
2
2
  import { GetSchedulesQuery, ActivateScheduleBody, SchedulePath, ConfigurationPath } from './types.js';
3
3
  import 'qs';
4
4
  import '../types-jKnx7Tm_.js';
@@ -1,16 +1,16 @@
1
1
  import { z } from 'zod';
2
2
  import { createEncryptionClient } from '../../encryption/index.cjs';
3
- import { c as createStorageClient } from '../../index-DzhQuag5.cjs';
3
+ import { c as createStorageClient } from '../../storageClient-CZpLyDuY.cjs';
4
4
  import { DevBranch, ConfigurationPath, BaseComponentConfig, CreateConfigurationInput, UpdateConfigurationInput } from '../../storage/types.cjs';
5
- import { P as Project } from '../../project-C_m_tOgy.cjs';
5
+ import { P as Project } from '../../project-cYJhOvzB.cjs';
6
6
  import { R as RegisteredComponentId, r as registry } from '../../registry-Xwk-vCjf.cjs';
7
- import '../../types-DxJD6LIN.cjs';
7
+ import '../../types-BLJoO6YL.cjs';
8
8
  import 'qs';
9
9
  import '../../encryption/types.cjs';
10
- import '../../types-DJbXfC2q.cjs';
10
+ import '../../types-Bu8AEdZo.cjs';
11
11
  import '../../types-jKnx7Tm_.cjs';
12
- import '../../createGenericFetchClient-yfcpR7qD.cjs';
13
- import '../../createOpenapiFetchClient-Ci0-Qe53.cjs';
12
+ import '../../createGenericFetchClient-CSHOaFE3.cjs';
13
+ import '../../createOpenapiFetchClient-CKNLT4ND.cjs';
14
14
  import 'zod/v4/core';
15
15
 
16
16
  type BranchType = 'default' | 'dev';
@@ -1,16 +1,16 @@
1
1
  import { z } from 'zod';
2
2
  import { createEncryptionClient } from '../../encryption/index.js';
3
- import { c as createStorageClient } from '../../index-G9ZyDi7K.js';
3
+ import { c as createStorageClient } from '../../storageClient-DAglYVkx.js';
4
4
  import { DevBranch, ConfigurationPath, BaseComponentConfig, CreateConfigurationInput, UpdateConfigurationInput } from '../../storage/types.js';
5
- import { P as Project } from '../../project-DQLliCsX.js';
5
+ import { P as Project } from '../../project-BKbb7xWn.js';
6
6
  import { R as RegisteredComponentId, r as registry } from '../../registry-Xwk-vCjf.js';
7
- import '../../types-DxJD6LIN.js';
7
+ import '../../types-BLJoO6YL.js';
8
8
  import 'qs';
9
9
  import '../../encryption/types.js';
10
- import '../../types-BG8yQyYt.js';
10
+ import '../../types-bjHzGr0s.js';
11
11
  import '../../types-jKnx7Tm_.js';
12
- import '../../createGenericFetchClient-Gpom91V-.js';
13
- import '../../createOpenapiFetchClient-B44nXiti.js';
12
+ import '../../createGenericFetchClient-D_vU8nco.js';
13
+ import '../../createOpenapiFetchClient-B50N1zkV.js';
14
14
  import 'zod/v4/core';
15
15
 
16
16
  type BranchType = 'default' | 'dev';
@@ -1,12 +1,12 @@
1
- export { c as createStorageSdk } from '../../storageSdk-VlBWkuF3.cjs';
1
+ export { c as createStorageSdk } from '../../storageSdk-uL-u41Dm.cjs';
2
2
  import '../../storage/types.cjs';
3
3
  import '../../types-jKnx7Tm_.cjs';
4
- import '../../types-DJbXfC2q.cjs';
5
- import '../../index-DzhQuag5.cjs';
6
- import '../../types-DxJD6LIN.cjs';
4
+ import '../../types-Bu8AEdZo.cjs';
5
+ import '../../storageClient-CZpLyDuY.cjs';
6
+ import '../../types-BLJoO6YL.cjs';
7
7
  import 'qs';
8
- import '../../createGenericFetchClient-yfcpR7qD.cjs';
9
- import '../../createOpenapiFetchClient-Ci0-Qe53.cjs';
8
+ import '../../createGenericFetchClient-CSHOaFE3.cjs';
9
+ import '../../createOpenapiFetchClient-CKNLT4ND.cjs';
10
10
 
11
11
  declare function parse(tableId: string | null, options?: {
12
12
  defaultStage?: string;
@@ -1,12 +1,12 @@
1
- export { c as createStorageSdk } from '../../storageSdk-TDISOoqX.js';
1
+ export { c as createStorageSdk } from '../../storageSdk-CoqeaoSG.js';
2
2
  import '../../storage/types.js';
3
3
  import '../../types-jKnx7Tm_.js';
4
- import '../../types-BG8yQyYt.js';
5
- import '../../index-G9ZyDi7K.js';
6
- import '../../types-DxJD6LIN.js';
4
+ import '../../types-bjHzGr0s.js';
5
+ import '../../storageClient-DAglYVkx.js';
6
+ import '../../types-BLJoO6YL.js';
7
7
  import 'qs';
8
- import '../../createGenericFetchClient-Gpom91V-.js';
9
- import '../../createOpenapiFetchClient-B44nXiti.js';
8
+ import '../../createGenericFetchClient-D_vU8nco.js';
9
+ import '../../createOpenapiFetchClient-B50N1zkV.js';
10
10
 
11
11
  declare function parse(tableId: string | null, options?: {
12
12
  defaultStage?: string;
@@ -3,8 +3,8 @@ import { K as KeboolaObjectId } from '../../keboolaUID-D1DGSbge.cjs';
3
3
  import { MetastoreClient, TagWithBindings, TagData, CreateMetaObjectMetaDataInput, UpdateMetaObjectMetaDataInput } from './types.cjs';
4
4
  import '../../types-jKnx7Tm_.cjs';
5
5
  import '../../metastore/index.cjs';
6
- import '../../createOpenapiFetchClient-Ci0-Qe53.cjs';
7
- import '../../types-DxJD6LIN.cjs';
6
+ import '../../createOpenapiFetchClient-CKNLT4ND.cjs';
7
+ import '../../types-BLJoO6YL.cjs';
8
8
  import 'qs';
9
9
 
10
10
  type Options = {
@@ -3,8 +3,8 @@ import { K as KeboolaObjectId } from '../../keboolaUID-D1DGSbge.js';
3
3
  import { MetastoreClient, TagWithBindings, TagData, CreateMetaObjectMetaDataInput, UpdateMetaObjectMetaDataInput } from './types.js';
4
4
  import '../../types-jKnx7Tm_.js';
5
5
  import '../../metastore/index.js';
6
- import '../../createOpenapiFetchClient-B44nXiti.js';
7
- import '../../types-DxJD6LIN.js';
6
+ import '../../createOpenapiFetchClient-B50N1zkV.js';
7
+ import '../../types-BLJoO6YL.js';
8
8
  import 'qs';
9
9
 
10
10
  type Options = {
@@ -1,7 +1,7 @@
1
1
  import { createMetastoreClient } from '../../metastore/index.cjs';
2
2
  import { M as MetaObject, C as CreateMetaObjectInput, U as UpdateMetaObjectInput } from '../../types-DTkxk0fW.cjs';
3
- import '../../createOpenapiFetchClient-Ci0-Qe53.cjs';
4
- import '../../types-DxJD6LIN.cjs';
3
+ import '../../createOpenapiFetchClient-CKNLT4ND.cjs';
4
+ import '../../types-BLJoO6YL.cjs';
5
5
  import 'qs';
6
6
  import '../../types-jKnx7Tm_.cjs';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { createMetastoreClient } from '../../metastore/index.js';
2
2
  import { M as MetaObject, C as CreateMetaObjectInput, U as UpdateMetaObjectInput } from '../../types-Mghz1gMD.js';
3
- import '../../createOpenapiFetchClient-B44nXiti.js';
4
- import '../../types-DxJD6LIN.js';
3
+ import '../../createOpenapiFetchClient-B50N1zkV.js';
4
+ import '../../types-BLJoO6YL.js';
5
5
  import 'qs';
6
6
  import '../../types-jKnx7Tm_.js';
7
7
 
@@ -1,11 +1,11 @@
1
1
  import { CreateVariableBody, VariableWithHash, AnyVariable } from '../../vault/types.cjs';
2
- import { V as VaultClient, E as EncryptionClient, a as EncryptionCtx } from '../../types-CfEvz7zi.cjs';
2
+ import { V as VaultClient, E as EncryptionClient, a as EncryptionCtx } from '../../types-D5FF6mS6.cjs';
3
3
  import '../../types-jKnx7Tm_.cjs';
4
4
  import '../../encryption/index.cjs';
5
- import '../../types-DxJD6LIN.cjs';
5
+ import '../../types-BLJoO6YL.cjs';
6
6
  import 'qs';
7
7
  import '../../encryption/types.cjs';
8
- import '../../types-DJbXfC2q.cjs';
8
+ import '../../types-Bu8AEdZo.cjs';
9
9
  import '../../vault/index.cjs';
10
10
 
11
11
  type Options = {
@@ -1,11 +1,11 @@
1
1
  import { CreateVariableBody, VariableWithHash, AnyVariable } from '../../vault/types.js';
2
- import { V as VaultClient, E as EncryptionClient, a as EncryptionCtx } from '../../types-sxxmo6h9.js';
2
+ import { V as VaultClient, E as EncryptionClient, a as EncryptionCtx } from '../../types-CWK543pL.js';
3
3
  import '../../types-jKnx7Tm_.js';
4
4
  import '../../encryption/index.js';
5
- import '../../types-DxJD6LIN.js';
5
+ import '../../types-BLJoO6YL.js';
6
6
  import 'qs';
7
7
  import '../../encryption/types.js';
8
- import '../../types-BG8yQyYt.js';
8
+ import '../../types-bjHzGr0s.js';
9
9
  import '../../vault/index.js';
10
10
 
11
11
  type Options = {
@@ -1,4 +1,4 @@
1
- import { C as ClientInitOptions } from '../types-DxJD6LIN.cjs';
1
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.cjs';
2
2
  import { StatusSummary } from './types.cjs';
3
3
  export { Maintenance } from './types.cjs';
4
4
  import 'qs';
@@ -1,4 +1,4 @@
1
- import { C as ClientInitOptions } from '../types-DxJD6LIN.js';
1
+ import { C as ClientInitOptions } from '../types-BLJoO6YL.js';
2
2
  import { StatusSummary } from './types.js';
3
3
  export { Maintenance } from './types.js';
4
4
  import 'qs';
@@ -1,15 +1,45 @@
1
1
  'use strict';
2
2
 
3
- var chunk4S3EKVQT_cjs = require('../chunk-4S3EKVQT.cjs');
3
+ var chunk53WUPUXH_cjs = require('../chunk-53WUPUXH.cjs');
4
4
  require('../chunk-CVV4HROS.cjs');
5
- require('../chunk-IDYRJ4K3.cjs');
5
+ var chunkRRC5RKF7_cjs = require('../chunk-RRC5RKF7.cjs');
6
+ var chunkMQABO6OL_cjs = require('../chunk-MQABO6OL.cjs');
7
+ var chunkIDYRJ4K3_cjs = require('../chunk-IDYRJ4K3.cjs');
6
8
  require('../chunk-R7MQGDLC.cjs');
7
9
 
8
10
 
9
11
 
12
+ Object.defineProperty(exports, "ServiceUnavailableError", {
13
+ enumerable: true,
14
+ get: function () { return chunk53WUPUXH_cjs.ServiceUnavailableError; }
15
+ });
10
16
  Object.defineProperty(exports, "createStorageClient", {
11
17
  enumerable: true,
12
- get: function () { return chunk4S3EKVQT_cjs.createStorageClient; }
18
+ get: function () { return chunk53WUPUXH_cjs.createStorageClient; }
19
+ });
20
+ Object.defineProperty(exports, "UserError", {
21
+ enumerable: true,
22
+ get: function () { return chunkRRC5RKF7_cjs.UserError; }
23
+ });
24
+ Object.defineProperty(exports, "ManagementClientAuthError", {
25
+ enumerable: true,
26
+ get: function () { return chunkMQABO6OL_cjs.ManagementClientAuthError; }
27
+ });
28
+ Object.defineProperty(exports, "ApiError", {
29
+ enumerable: true,
30
+ get: function () { return chunkIDYRJ4K3_cjs.ApiError; }
31
+ });
32
+ Object.defineProperty(exports, "isAbortError", {
33
+ enumerable: true,
34
+ get: function () { return chunkIDYRJ4K3_cjs.isAbortError; }
35
+ });
36
+ Object.defineProperty(exports, "isApiError", {
37
+ enumerable: true,
38
+ get: function () { return chunkIDYRJ4K3_cjs.isApiError; }
39
+ });
40
+ Object.defineProperty(exports, "isFetchClientError", {
41
+ enumerable: true,
42
+ get: function () { return chunkIDYRJ4K3_cjs.isFetchClientError; }
13
43
  });
14
44
  //# sourceMappingURL=index.cjs.map
15
45
  //# sourceMappingURL=index.cjs.map
@@ -1,8 +1,24 @@
1
- export { G as GenericFetchClient, S as StorageOpenApiFetchClient, c as createStorageClient } from '../index-DzhQuag5.cjs';
2
- import '../types-DJbXfC2q.cjs';
1
+ export { G as GenericFetchClient, S as StorageOpenApiFetchClient, c as createStorageClient } from '../storageClient-CZpLyDuY.cjs';
2
+ import { a as ApiError } from '../types-BLJoO6YL.cjs';
3
+ export { M as ManagementClientAuthError } from '../ManagementClientAuthError-DNUPB6cb.cjs';
4
+ import '../types-Bu8AEdZo.cjs';
3
5
  import '../types-jKnx7Tm_.cjs';
4
6
  import './types.cjs';
5
- import '../types-DxJD6LIN.cjs';
7
+ import '../createGenericFetchClient-CSHOaFE3.cjs';
8
+ import '../createOpenapiFetchClient-CKNLT4ND.cjs';
6
9
  import 'qs';
7
- import '../createGenericFetchClient-yfcpR7qD.cjs';
8
- import '../createOpenapiFetchClient-Ci0-Qe53.cjs';
10
+
11
+ declare class UserError extends Error {
12
+ constructor(message: string);
13
+ }
14
+
15
+ declare class ServiceUnavailableError extends Error {
16
+ constructor(serviceId: string, path: string[], clientName: string);
17
+ }
18
+
19
+ type FetchClientError = TypeError | ApiError | SyntaxError | DOMException;
20
+ declare const isApiError: (error: unknown) => error is ApiError;
21
+ declare const isAbortError: (error: unknown) => error is DOMException;
22
+ declare const isFetchClientError: (error: unknown) => error is FetchClientError;
23
+
24
+ export { ApiError, type FetchClientError, ServiceUnavailableError, UserError, isAbortError, isApiError, isFetchClientError };
@@ -1,8 +1,24 @@
1
- export { G as GenericFetchClient, S as StorageOpenApiFetchClient, c as createStorageClient } from '../index-G9ZyDi7K.js';
2
- import '../types-BG8yQyYt.js';
1
+ export { G as GenericFetchClient, S as StorageOpenApiFetchClient, c as createStorageClient } from '../storageClient-DAglYVkx.js';
2
+ import { a as ApiError } from '../types-BLJoO6YL.js';
3
+ export { M as ManagementClientAuthError } from '../ManagementClientAuthError-WRHtWJSv.js';
4
+ import '../types-bjHzGr0s.js';
3
5
  import '../types-jKnx7Tm_.js';
4
6
  import './types.js';
5
- import '../types-DxJD6LIN.js';
7
+ import '../createGenericFetchClient-D_vU8nco.js';
8
+ import '../createOpenapiFetchClient-B50N1zkV.js';
6
9
  import 'qs';
7
- import '../createGenericFetchClient-Gpom91V-.js';
8
- import '../createOpenapiFetchClient-B44nXiti.js';
10
+
11
+ declare class UserError extends Error {
12
+ constructor(message: string);
13
+ }
14
+
15
+ declare class ServiceUnavailableError extends Error {
16
+ constructor(serviceId: string, path: string[], clientName: string);
17
+ }
18
+
19
+ type FetchClientError = TypeError | ApiError | SyntaxError | DOMException;
20
+ declare const isApiError: (error: unknown) => error is ApiError;
21
+ declare const isAbortError: (error: unknown) => error is DOMException;
22
+ declare const isFetchClientError: (error: unknown) => error is FetchClientError;
23
+
24
+ export { ApiError, type FetchClientError, ServiceUnavailableError, UserError, isAbortError, isApiError, isFetchClientError };
@@ -1,6 +1,8 @@
1
- export { createStorageClient } from '../chunk-QEQAZPWM.js';
1
+ export { ServiceUnavailableError, createStorageClient } from '../chunk-CSWK4LWY.js';
2
2
  import '../chunk-EBCZUGUX.js';
3
- import '../chunk-D2SWTZFS.js';
3
+ export { UserError } from '../chunk-G3N5KDEY.js';
4
+ export { ManagementClientAuthError } from '../chunk-QKCFPPQS.js';
5
+ export { ApiError, isAbortError, isApiError, isFetchClientError } from '../chunk-D2SWTZFS.js';
4
6
  import '../chunk-SI5TFV5M.js';
5
7
  //# sourceMappingURL=index.js.map
6
8
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  import { c as OpenapiQueryType, b as OpenapiBodyType, a as OpenapiReturnType, d as OpenapiPathType } from '../types-jKnx7Tm_.cjs';
2
- import { p as paths, c as components } from '../types-DJbXfC2q.cjs';
3
- export { A as AdminRole, B as Backend, C as CreateTokenBody, a as CreateTokenResponse, P as ProjectId, b as ShareTokenBody, S as StorageToken, T as TokenListItem, U as UpdateTokenBody } from '../types-DJbXfC2q.cjs';
2
+ import { p as paths, c as components } from '../types-Bu8AEdZo.cjs';
3
+ export { A as AdminRole, B as Backend, C as CreateTokenBody, b as CreateTokenResponse, P as ProjectId, a as ShareTokenBody, S as StorageToken, T as TokenListItem, U as UpdateTokenBody } from '../types-Bu8AEdZo.cjs';
4
4
 
5
5
  type BucketStage = 'in' | 'out';
6
6
  type BucketBackend = 'snowflake' | 'redshift' | 'bigquery' | 'teradata';
@@ -345,7 +345,7 @@ type GetDataPreview = {
345
345
  type GetTablesQuery = {
346
346
  include: ('attributes' | 'buckets' | 'columns' | 'metadata' | 'columnMetadata' | 'bucketsWithoutSourceTables')[];
347
347
  };
348
- type PrevieData = {
348
+ type PreviewData = {
349
349
  columns: string[];
350
350
  rows: {
351
351
  columnName: string;
@@ -353,6 +353,8 @@ type PrevieData = {
353
353
  isTruncated: boolean;
354
354
  }[][];
355
355
  };
356
+ /** @deprecated misspelling kept for backwards compatibility — use `PreviewData`. */
357
+ type PrevieData = PreviewData;
356
358
  type TableDefinition = {
357
359
  columns: {
358
360
  name: string;
@@ -1539,4 +1541,4 @@ type StackInfo = {
1539
1541
  };
1540
1542
  type PartialKey<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
1541
1543
 
1542
- export type { AddFileTagBody, AddTableColumnBody, BackendType, BaseComponentConfig, BranchId$2 as BranchId, BranchMetadata, BranchMetadataEntry, BranchMetadataRaw, Bucket, BucketBackend, BucketDetail, BucketListing, BucketMetadata, BucketOwner, BucketRegistrationGuide, BucketRegistrationGuideQuery, BucketShared, BucketStage, Component, ComponentConfig, ComponentData, ComponentDataTypesConfiguration, ComponentDefinition, ComponentLogging, ComponentProcessorConfiguration, ComponentStagingStorage, ComponentVendor, ConfigType, ConfigurationDiff, ConfigurationDiffPath, ConfigurationDiffSide, ConfigurationDiffSideContent, ConfigurationPath, ConfigurationRowDiff, ConfigurationRowDiffPath, ConfigurationRowDiffSide, ConfigurationUseCaseType, ConfigurationVersion, ConfigurationVersionDetail, ConfigurationVersionDetailPath, ConfigurationVersionPath, CreateAliasTableBody, CreateBucketBody, CreateBucketListingInput, CreateConfigurationBody, CreateConfigurationInput, CreateConfigurationRowBody, CreateConfigurationRowInput, CreateConfigurationRowPath, CreateConfigurationRowsInput, CreateConfigurationWorkspaceBody, CreateConfigurationWorkspaceQuery, CreateDevBranchJobBody, CreateEventBody, CreateMergeRequestParams, CreateScheduledRefreshBody, CreateScheduledRefreshPath, CreateSnapshotBody, CreateTableAsyncBody, CreateTableAsyncFromFileBody, CreateTableDefinitionBody, CreateTablePrimaryKeyBody, CreateTriggerBody, DeleteConfigurationRowBody, DeleteConfigurationRowInput, DeleteConfigurationRowPath, DeleteConfigurationRowsInput, DeleteFileTagPath, DeleteTableColumnQuery, DeleteTableRows, DeleteWorkspaceObjectBody, DeleteWorkspaceObjectInput, DeleteWorkspaceQuery, DevBranch, DevBranchPath, EventPath, EventType, File, FilePath, FilterOperator, GetBucketsQuery, GetComponentPath, GetComponentsPath, GetComponentsQuery, GetConfigurationsPath, GetDataPreview, GetEventsQuery, GetFilesQuery, GetJobPath, GetJobsQuery, GetRunIdStatsQuery, GetSearchComponentConfigurationsPath, GetStackInfoQuery, GetTableEventsQuery, GetTablesQuery, GetWorkspaceSaml2LoginPath, GlobalSearchItem, GlobalSearchItemType, GlobalSearchQuery, GlobalSearchResponse, Job, JobOperation, JobUnion, ListTriggersQuery, LoginType, MergeRequest, MergeRequestActivityEventType, MergeRequestActivityLogEntry, MergeRequestChangeLog, MergeRequestChangeLogEntry, MergeRequestConflict, MergeRequestDetail, MergeRequestDetailWithActivityLog, MergeRequestReviewer, MergeRequestReviewerStatus, Metadata, PartialKey, PrepareFileBody, PreparedFile, PrevieData, RawBucketListingResponse, RawBucketListingRow, RebaseConfigurationBody, RebaseConfigurationInput, RebaseConfigurationPath, RefreshExternalBucketQuery, RegisterBucketBody, ResetWorkspacePassword, Row, RunIdStats, RunIdTableStat, SaveBucketMetadataBody, SaveMetadataBody, ScheduledTask, SearchComponentConfiguration, SearchComponentConfigurationsQuery, Service, ServiceId, SetAliasTableFilterBody, SetWorkspacePublicInput, SetWorkspacePublicKeyBody, SetWorkspacePublicKeyPath, ShareBucketToProjectsBody, ShareBucketToUsersBody, SharedBuckets, Snapshot, StackComponent, StackInfo, StorageEvent, Subscriber, Table, TableCreateJob, TableDetail, TableEvent, TableEventPath, TableExportAsyncBody, TableExportJob, TableImportAsyncBody, TableImportJob, Trigger, UnloadWorkspaceInput, UnloadWorkspacePath, UnloadWorkspaceQuery, UpdateBucketBody, UpdateBucketListingInput, UpdateBucketOwnerBody, UpdateConfigurationBody, UpdateConfigurationInput, UpdateConfigurationRequestBody, UpdateMergeRequestParams, UpdateTableBody, UpdateTableDefinitionBody, UpdateTableDefinitionInput, UpdateTableDefinitionPath, UpdateTriggerBody, WhereFilters, Workspace, WorkspaceConnection, WorkspaceInputMappingLoadPreviewBody, WorkspaceInputMappingLoadPreviewInput, WorkspaceInputMappingLoadPreviewResponse, WorkspaceLoginType, WorkspaceObject, WorkspacePath, WorkspaceSaml2Login, WorkspacesPath, WrDbRow };
1544
+ export type { AddFileTagBody, AddTableColumnBody, BackendType, BaseComponentConfig, BranchId$2 as BranchId, BranchMetadata, BranchMetadataEntry, BranchMetadataRaw, Bucket, BucketBackend, BucketDetail, BucketListing, BucketMetadata, BucketOwner, BucketRegistrationGuide, BucketRegistrationGuideQuery, BucketShared, BucketStage, Component, ComponentConfig, ComponentData, ComponentDataTypesConfiguration, ComponentDefinition, ComponentLogging, ComponentProcessorConfiguration, ComponentStagingStorage, ComponentVendor, ConfigType, ConfigurationDiff, ConfigurationDiffPath, ConfigurationDiffSide, ConfigurationDiffSideContent, ConfigurationPath, ConfigurationRowDiff, ConfigurationRowDiffPath, ConfigurationRowDiffSide, ConfigurationUseCaseType, ConfigurationVersion, ConfigurationVersionDetail, ConfigurationVersionDetailPath, ConfigurationVersionPath, CreateAliasTableBody, CreateBucketBody, CreateBucketListingInput, CreateConfigurationBody, CreateConfigurationInput, CreateConfigurationRowBody, CreateConfigurationRowInput, CreateConfigurationRowPath, CreateConfigurationRowsInput, CreateConfigurationWorkspaceBody, CreateConfigurationWorkspaceQuery, CreateDevBranchJobBody, CreateEventBody, CreateMergeRequestParams, CreateScheduledRefreshBody, CreateScheduledRefreshPath, CreateSnapshotBody, CreateTableAsyncBody, CreateTableAsyncFromFileBody, CreateTableDefinitionBody, CreateTablePrimaryKeyBody, CreateTriggerBody, DeleteConfigurationRowBody, DeleteConfigurationRowInput, DeleteConfigurationRowPath, DeleteConfigurationRowsInput, DeleteFileTagPath, DeleteTableColumnQuery, DeleteTableRows, DeleteWorkspaceObjectBody, DeleteWorkspaceObjectInput, DeleteWorkspaceQuery, DevBranch, DevBranchPath, EventPath, EventType, File, FilePath, FilterOperator, GetBucketsQuery, GetComponentPath, GetComponentsPath, GetComponentsQuery, GetConfigurationsPath, GetDataPreview, GetEventsQuery, GetFilesQuery, GetJobPath, GetJobsQuery, GetRunIdStatsQuery, GetSearchComponentConfigurationsPath, GetStackInfoQuery, GetTableEventsQuery, GetTablesQuery, GetWorkspaceSaml2LoginPath, GlobalSearchItem, GlobalSearchItemType, GlobalSearchQuery, GlobalSearchResponse, Job, JobOperation, JobUnion, ListTriggersQuery, LoginType, MergeRequest, MergeRequestActivityEventType, MergeRequestActivityLogEntry, MergeRequestChangeLog, MergeRequestChangeLogEntry, MergeRequestConflict, MergeRequestDetail, MergeRequestDetailWithActivityLog, MergeRequestReviewer, MergeRequestReviewerStatus, Metadata, PartialKey, PrepareFileBody, PreparedFile, PrevieData, PreviewData, RawBucketListingResponse, RawBucketListingRow, RebaseConfigurationBody, RebaseConfigurationInput, RebaseConfigurationPath, RefreshExternalBucketQuery, RegisterBucketBody, ResetWorkspacePassword, Row, RunIdStats, RunIdTableStat, SaveBucketMetadataBody, SaveMetadataBody, ScheduledTask, SearchComponentConfiguration, SearchComponentConfigurationsQuery, Service, ServiceId, SetAliasTableFilterBody, SetWorkspacePublicInput, SetWorkspacePublicKeyBody, SetWorkspacePublicKeyPath, ShareBucketToProjectsBody, ShareBucketToUsersBody, SharedBuckets, Snapshot, StackComponent, StackInfo, StorageEvent, Subscriber, Table, TableCreateJob, TableDetail, TableEvent, TableEventPath, TableExportAsyncBody, TableExportJob, TableImportAsyncBody, TableImportJob, Trigger, UnloadWorkspaceInput, UnloadWorkspacePath, UnloadWorkspaceQuery, UpdateBucketBody, UpdateBucketListingInput, UpdateBucketOwnerBody, UpdateConfigurationBody, UpdateConfigurationInput, UpdateConfigurationRequestBody, UpdateMergeRequestParams, UpdateTableBody, UpdateTableDefinitionBody, UpdateTableDefinitionInput, UpdateTableDefinitionPath, UpdateTriggerBody, WhereFilters, Workspace, WorkspaceConnection, WorkspaceInputMappingLoadPreviewBody, WorkspaceInputMappingLoadPreviewInput, WorkspaceInputMappingLoadPreviewResponse, WorkspaceLoginType, WorkspaceObject, WorkspacePath, WorkspaceSaml2Login, WorkspacesPath, WrDbRow };