@smartspace/api-client 0.1.0-pr.930.6c9dbf5 → 0.1.0-pr.932.47d58f1

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 (39) hide show
  1. package/dist/generated/config/api.d.ts +17 -1
  2. package/dist/generated/config/api.js +65 -1
  3. package/dist/generated/config/api.msw.d.ts +16 -1
  4. package/dist/generated/config/api.msw.js +116 -5
  5. package/dist/generated/config/models/containerItem.d.ts +27 -0
  6. package/dist/generated/config/models/containerItem.js +8 -0
  7. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  8. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  9. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  10. package/dist/generated/config/models/enumsActivityType.js +1 -0
  11. package/dist/generated/config/models/index.d.ts +14 -0
  12. package/dist/generated/config/models/index.js +14 -0
  13. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  14. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  15. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  16. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  17. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  18. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  19. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  20. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  21. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  22. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  23. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  24. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  25. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  26. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  27. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  28. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  29. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  30. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  31. package/dist/generated/config/models/syncsGetParams.d.ts +11 -0
  32. package/dist/generated/config/models/syncsGetParams.js +8 -0
  33. package/dist/generated/config/models/syncsSync.d.ts +22 -0
  34. package/dist/generated/config/models/syncsSync.js +2 -0
  35. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +14 -0
  36. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  37. package/dist/generated/config/zod.d.ts +224 -0
  38. package/dist/generated/config/zod.js +205 -14
  39. package/package.json +1 -1
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -11,4 +11,5 @@ export declare const EnumsActivityType: {
11
11
  readonly Updated: "Updated";
12
12
  readonly Read: "Read";
13
13
  readonly Chat: "Chat";
14
+ readonly Resolved: "Resolved";
14
15
  };
@@ -14,4 +14,5 @@ exports.EnumsActivityType = {
14
14
  Updated: 'Updated',
15
15
  Read: 'Read',
16
16
  Chat: 'Chat',
17
+ Resolved: 'Resolved',
17
18
  };
@@ -64,6 +64,7 @@ export * from './blocksStateInterfaceMetadata';
64
64
  export * from './blocksUsedInWorkspaceRef';
65
65
  export * from './configApiRunFlowRequest';
66
66
  export * from './containerDataSet';
67
+ export * from './containerItem';
67
68
  export * from './containersPostParams';
68
69
  export * from './coreDeploymentEnumsDeploymentStatus';
69
70
  export * from './coreManagementInstallParameterDefinitionModel';
@@ -89,6 +90,7 @@ export * from './dataSetsCreateDataSetContainer';
89
90
  export * from './dataSetsDataSet';
90
91
  export * from './dataSetsDataSetProperty';
91
92
  export * from './dataSetsGetContainerItemsRunHistoryParams';
93
+ export * from './dataSetsGetIngestionRunsParams';
92
94
  export * from './dataSetsGetItemsParams';
93
95
  export * from './dataSetsGetParams';
94
96
  export * from './dataSetsSetDataSetScoping';
@@ -226,7 +228,12 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
226
228
  export * from './integrationsSmartSpaceAiFlowValueModel';
227
229
  export * from './integrationsSmartSpaceAiFlowValueModelChannels';
228
230
  export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
231
+ export * from './integrationsSmartSpaceAiIngestionRun';
232
+ export * from './integrationsSmartSpaceAiIngestionRunTrigger';
229
233
  export * from './integrationsSmartSpaceAiSdkBlockRef';
234
+ export * from './managedSecretsCreateManagedSecret';
235
+ export * from './managedSecretsManagedSecret';
236
+ export * from './managedSecretsUpdateManagedSecretValue';
230
237
  export * from './messageThreadMessageThreadSummary';
231
238
  export * from './messageThreadsGetStepExecutionsParams';
232
239
  export * from './messageThreadsGetWorkspaceExecutionsParams';
@@ -260,11 +267,13 @@ export * from './pagedDataCollectionAccessAccessWorkSpace';
260
267
  export * from './pagedDataCollectionActivitiesActivityWorkSpace';
261
268
  export * from './pagedDataCollectionAiModelSummary';
262
269
  export * from './pagedDataCollectionAzureADGroup';
270
+ export * from './pagedDataCollectionContainerItem';
263
271
  export * from './pagedDataCollectionDataSetsDataSet';
264
272
  export * from './pagedDataCollectionDataSourcesDataSource';
265
273
  export * from './pagedDataCollectionDataSpacesDataSpace';
266
274
  export * from './pagedDataCollectionFilesIngestedBlob';
267
275
  export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
276
+ export * from './pagedDataCollectionSyncsSync';
268
277
  export * from './pagedDataCollectionUsersAppAccessUser';
269
278
  export * from './pagedDataCollectionUsersAppUserDetail';
270
279
  export * from './pagedDataCollectionUsersAppUserSearchResult';
@@ -273,6 +282,7 @@ export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
273
282
  export * from './pagedDataCollectionWorkSpacesWorkSpace';
274
283
  export * from './pagedDataSystemCollectionsGenericICollectionDataSetItem';
275
284
  export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory';
285
+ export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun';
276
286
  export * from './reportingDuration';
277
287
  export * from './reportingGetRequestsParams';
278
288
  export * from './reportingGetTokensParams';
@@ -280,6 +290,10 @@ export * from './reportingReportDefinitionSystemDateTime';
280
290
  export * from './reportingReportSeries';
281
291
  export * from './reportingSplit';
282
292
  export * from './sandBoxGetThreadMessagesParams';
293
+ export * from './syncsGetItemsParams';
294
+ export * from './syncsGetParams';
295
+ export * from './syncsSync';
296
+ export * from './syncsSyncDataSourceInfo';
283
297
  export * from './usersAdminPermissionParams';
284
298
  export * from './usersAppAccessUser';
285
299
  export * from './usersAppRole';
@@ -80,6 +80,7 @@ __exportStar(require("./blocksStateInterfaceMetadata"), exports);
80
80
  __exportStar(require("./blocksUsedInWorkspaceRef"), exports);
81
81
  __exportStar(require("./configApiRunFlowRequest"), exports);
82
82
  __exportStar(require("./containerDataSet"), exports);
83
+ __exportStar(require("./containerItem"), exports);
83
84
  __exportStar(require("./containersPostParams"), exports);
84
85
  __exportStar(require("./coreDeploymentEnumsDeploymentStatus"), exports);
85
86
  __exportStar(require("./coreManagementInstallParameterDefinitionModel"), exports);
@@ -105,6 +106,7 @@ __exportStar(require("./dataSetsCreateDataSetContainer"), exports);
105
106
  __exportStar(require("./dataSetsDataSet"), exports);
106
107
  __exportStar(require("./dataSetsDataSetProperty"), exports);
107
108
  __exportStar(require("./dataSetsGetContainerItemsRunHistoryParams"), exports);
109
+ __exportStar(require("./dataSetsGetIngestionRunsParams"), exports);
108
110
  __exportStar(require("./dataSetsGetItemsParams"), exports);
109
111
  __exportStar(require("./dataSetsGetParams"), exports);
110
112
  __exportStar(require("./dataSetsSetDataSetScoping"), exports);
@@ -242,7 +244,12 @@ __exportStar(require("./integrationsSmartSpaceAiFlowPinRef"), exports);
242
244
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModel"), exports);
243
245
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModelChannels"), exports);
244
246
  __exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), exports);
247
+ __exportStar(require("./integrationsSmartSpaceAiIngestionRun"), exports);
248
+ __exportStar(require("./integrationsSmartSpaceAiIngestionRunTrigger"), exports);
245
249
  __exportStar(require("./integrationsSmartSpaceAiSdkBlockRef"), exports);
250
+ __exportStar(require("./managedSecretsCreateManagedSecret"), exports);
251
+ __exportStar(require("./managedSecretsManagedSecret"), exports);
252
+ __exportStar(require("./managedSecretsUpdateManagedSecretValue"), exports);
246
253
  __exportStar(require("./messageThreadMessageThreadSummary"), exports);
247
254
  __exportStar(require("./messageThreadsGetStepExecutionsParams"), exports);
248
255
  __exportStar(require("./messageThreadsGetWorkspaceExecutionsParams"), exports);
@@ -276,11 +283,13 @@ __exportStar(require("./pagedDataCollectionAccessAccessWorkSpace"), exports);
276
283
  __exportStar(require("./pagedDataCollectionActivitiesActivityWorkSpace"), exports);
277
284
  __exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
278
285
  __exportStar(require("./pagedDataCollectionAzureADGroup"), exports);
286
+ __exportStar(require("./pagedDataCollectionContainerItem"), exports);
279
287
  __exportStar(require("./pagedDataCollectionDataSetsDataSet"), exports);
280
288
  __exportStar(require("./pagedDataCollectionDataSourcesDataSource"), exports);
281
289
  __exportStar(require("./pagedDataCollectionDataSpacesDataSpace"), exports);
282
290
  __exportStar(require("./pagedDataCollectionFilesIngestedBlob"), exports);
283
291
  __exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
292
+ __exportStar(require("./pagedDataCollectionSyncsSync"), exports);
284
293
  __exportStar(require("./pagedDataCollectionUsersAppAccessUser"), exports);
285
294
  __exportStar(require("./pagedDataCollectionUsersAppUserDetail"), exports);
286
295
  __exportStar(require("./pagedDataCollectionUsersAppUserSearchResult"), exports);
@@ -289,6 +298,7 @@ __exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports
289
298
  __exportStar(require("./pagedDataCollectionWorkSpacesWorkSpace"), exports);
290
299
  __exportStar(require("./pagedDataSystemCollectionsGenericICollectionDataSetItem"), exports);
291
300
  __exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory"), exports);
301
+ __exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun"), exports);
292
302
  __exportStar(require("./reportingDuration"), exports);
293
303
  __exportStar(require("./reportingGetRequestsParams"), exports);
294
304
  __exportStar(require("./reportingGetTokensParams"), exports);
@@ -296,6 +306,10 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
296
306
  __exportStar(require("./reportingReportSeries"), exports);
297
307
  __exportStar(require("./reportingSplit"), exports);
298
308
  __exportStar(require("./sandBoxGetThreadMessagesParams"), exports);
309
+ __exportStar(require("./syncsGetItemsParams"), exports);
310
+ __exportStar(require("./syncsGetParams"), exports);
311
+ __exportStar(require("./syncsSync"), exports);
312
+ __exportStar(require("./syncsSyncDataSourceInfo"), exports);
299
313
  __exportStar(require("./usersAdminPermissionParams"), exports);
300
314
  __exportStar(require("./usersAppAccessUser"), exports);
301
315
  __exportStar(require("./usersAppRole"), exports);
@@ -0,0 +1,57 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { IntegrationsSmartSpaceAiContainerItemFlowRunError } from './integrationsSmartSpaceAiContainerItemFlowRunError';
8
+ import type { IntegrationsSmartSpaceAiIngestionRunTrigger } from './integrationsSmartSpaceAiIngestionRunTrigger';
9
+ export interface IntegrationsSmartSpaceAiIngestionRun {
10
+ /**
11
+ * @nullable
12
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
13
+ */
14
+ causedBy?: string | null;
15
+ /**
16
+ * @nullable
17
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
18
+ */
19
+ containerId?: string | null;
20
+ /** @nullable */
21
+ createdAt?: string | null;
22
+ /**
23
+ * @nullable
24
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
25
+ */
26
+ dataSetId?: string | null;
27
+ /**
28
+ * @nullable
29
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
30
+ */
31
+ dataSetVersion?: string | null;
32
+ errors: IntegrationsSmartSpaceAiContainerItemFlowRunError[];
33
+ /** @nullable */
34
+ finishedAt?: string | null;
35
+ /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
36
+ flowRunId: string;
37
+ /**
38
+ * @nullable
39
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
40
+ */
41
+ itemId?: string | null;
42
+ /** @nullable */
43
+ itemName?: string | null;
44
+ /** @nullable */
45
+ itemPath?: string | null;
46
+ /** @nullable */
47
+ itemVersion?: string | null;
48
+ /**
49
+ * @nullable
50
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
51
+ */
52
+ retryOf?: string | null;
53
+ /** @nullable */
54
+ runAt?: string | null;
55
+ status: string;
56
+ trigger: IntegrationsSmartSpaceAiIngestionRunTrigger;
57
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export interface IntegrationsSmartSpaceAiIngestionRunTrigger {
8
+ kind: string;
9
+ /** @nullable */
10
+ principal?: string | null;
11
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export interface ManagedSecretsCreateManagedSecret {
8
+ name: string;
9
+ value: string;
10
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export interface ManagedSecretsManagedSecret {
8
+ createdAt: string;
9
+ createdByUserId: string;
10
+ /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
11
+ id: string;
12
+ modifiedAt: string;
13
+ modifiedByUserId: string;
14
+ name: string;
15
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export interface ManagedSecretsUpdateManagedSecretValue {
8
+ value: string;
9
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { ContainerItem } from './containerItem';
8
+ export interface PagedDataCollectionContainerItem {
9
+ data: ContainerItem[];
10
+ total: number;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { SyncsSync } from './syncsSync';
8
+ export interface PagedDataCollectionSyncsSync {
9
+ data: SyncsSync[];
10
+ total: number;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { IntegrationsSmartSpaceAiIngestionRun } from './integrationsSmartSpaceAiIngestionRun';
8
+ export interface PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun {
9
+ data: IntegrationsSmartSpaceAiIngestionRun[];
10
+ total: number;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export type SyncsGetItemsParams = {
8
+ skip?: number;
9
+ take?: number;
10
+ };
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export type SyncsGetParams = {
8
+ take?: number;
9
+ skip?: number;
10
+ search?: string;
11
+ };
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { ContainerDataSet } from './containerDataSet';
8
+ import type { SyncsSyncDataSourceInfo } from './syncsSyncDataSourceInfo';
9
+ export interface SyncsSync {
10
+ dataSets: ContainerDataSet[];
11
+ dataSource: SyncsSyncDataSourceInfo;
12
+ /** @nullable */
13
+ filters?: string | null;
14
+ /** @nullable */
15
+ highwaterMark?: string | null;
16
+ /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
17
+ id: string;
18
+ name: string;
19
+ path: string;
20
+ /** @nullable */
21
+ statusMessage?: string | null;
22
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { EnumsDataSourceCredentialType } from './enumsDataSourceCredentialType';
8
+ export interface SyncsSyncDataSourceInfo {
9
+ /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
10
+ id: string;
11
+ isSyncing: boolean;
12
+ name: string;
13
+ sourceType: EnumsDataSourceCredentialType;
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });