@smartspace/api-client 0.1.0-dev.b499784 → 0.1.0-dev.bb13a07
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/generated/chat/api.msw.js +7 -7
- package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/chat/models/enumsNotificationType.js +1 -0
- package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
- package/dist/generated/chat/zod.d.ts +7 -0
- package/dist/generated/chat/zod.js +7 -1
- package/dist/generated/config/api.d.ts +21 -1
- package/dist/generated/config/api.js +89 -1
- package/dist/generated/config/api.msw.d.ts +18 -1
- package/dist/generated/config/api.msw.js +159 -24
- package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.d.ts +9 -0
- package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.js +8 -0
- package/dist/generated/config/models/containerItem.d.ts +27 -0
- package/dist/generated/config/models/containerItem.js +8 -0
- package/dist/generated/config/models/dataSetsDataSet.d.ts +4 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
- package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
- package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
- package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
- package/dist/generated/config/models/enumsActivityType.js +1 -0
- package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
- package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
- package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/config/models/enumsNotificationType.js +1 -0
- package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
- package/dist/generated/config/models/index.d.ts +18 -0
- package/dist/generated/config/models/index.js +18 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
- package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
- package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
- package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
- package/dist/generated/config/models/syncsGetParams.js +8 -0
- package/dist/generated/config/models/syncsSync.d.ts +33 -0
- package/dist/generated/config/models/syncsSync.js +2 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +14 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
- package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
- package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
- package/dist/generated/config/zod.d.ts +332 -1
- package/dist/generated/config/zod.js +284 -16
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
- package/dist/signalr.d.ts +2 -0
- package/dist/signalr.js +3 -0
- package/package.json +2 -2
|
@@ -0,0 +1,27 @@
|
|
|
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 ContainerItem {
|
|
8
|
+
/** @nullable */
|
|
9
|
+
blobUri?: string | null;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
bytes?: string | null;
|
|
12
|
+
/**
|
|
13
|
+
* @nullable
|
|
14
|
+
* @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}$
|
|
15
|
+
*/
|
|
16
|
+
containerId?: string | null;
|
|
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
|
+
id: string;
|
|
19
|
+
/** @nullable */
|
|
20
|
+
isJson?: boolean | null;
|
|
21
|
+
/** @nullable */
|
|
22
|
+
name?: string | null;
|
|
23
|
+
/** @nullable */
|
|
24
|
+
path?: string | null;
|
|
25
|
+
/** @nullable */
|
|
26
|
+
pending?: boolean | null;
|
|
27
|
+
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
import type { DataSetsDataSetProperty } from './dataSetsDataSetProperty';
|
|
8
|
+
import type { EnumsDataSetScopingMode } from './enumsDataSetScopingMode';
|
|
8
9
|
export interface DataSetsDataSet {
|
|
9
10
|
createdAt: string;
|
|
10
11
|
createdByUserId: string;
|
|
@@ -26,6 +27,9 @@ export interface DataSetsDataSet {
|
|
|
26
27
|
modifiedByUserId: string;
|
|
27
28
|
name: string;
|
|
28
29
|
properties: DataSetsDataSetProperty[];
|
|
30
|
+
scopingMode: EnumsDataSetScopingMode;
|
|
31
|
+
/** @nullable */
|
|
32
|
+
subjectPath?: string | null;
|
|
29
33
|
/**
|
|
30
34
|
* @nullable
|
|
31
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}$
|
|
@@ -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 type DataSetsGetIngestionRunsParams = {
|
|
8
|
+
skip?: number;
|
|
9
|
+
take?: number;
|
|
10
|
+
trigger?: string;
|
|
11
|
+
/**
|
|
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
|
+
itemId?: string;
|
|
15
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
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 { EnumsDataSetScopingMode } from './enumsDataSetScopingMode';
|
|
8
|
+
export interface DataSetsSetDataSetScoping {
|
|
9
|
+
mode: EnumsDataSetScopingMode;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
subjectPath?: string | null;
|
|
12
|
+
}
|
|
@@ -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 EnumsDataSetScopingMode = typeof EnumsDataSetScopingMode[keyof typeof EnumsDataSetScopingMode];
|
|
8
|
+
export declare const EnumsDataSetScopingMode: {
|
|
9
|
+
readonly Unrestricted: "Unrestricted";
|
|
10
|
+
readonly PerSubject: "PerSubject";
|
|
11
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
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 });
|
|
9
|
+
exports.EnumsDataSetScopingMode = void 0;
|
|
10
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
11
|
+
exports.EnumsDataSetScopingMode = {
|
|
12
|
+
Unrestricted: 'Unrestricted',
|
|
13
|
+
PerSubject: 'PerSubject',
|
|
14
|
+
};
|
|
@@ -62,8 +62,10 @@ export * from './blocksStateInterface';
|
|
|
62
62
|
export * from './blocksStateInterfaceDefault';
|
|
63
63
|
export * from './blocksStateInterfaceMetadata';
|
|
64
64
|
export * from './blocksUsedInWorkspaceRef';
|
|
65
|
+
export * from './configApiFlowRunIdentityMapRequest';
|
|
65
66
|
export * from './configApiRunFlowRequest';
|
|
66
67
|
export * from './containerDataSet';
|
|
68
|
+
export * from './containerItem';
|
|
67
69
|
export * from './containersPostParams';
|
|
68
70
|
export * from './coreDeploymentEnumsDeploymentStatus';
|
|
69
71
|
export * from './coreManagementInstallParameterDefinitionModel';
|
|
@@ -89,8 +91,10 @@ export * from './dataSetsCreateDataSetContainer';
|
|
|
89
91
|
export * from './dataSetsDataSet';
|
|
90
92
|
export * from './dataSetsDataSetProperty';
|
|
91
93
|
export * from './dataSetsGetContainerItemsRunHistoryParams';
|
|
94
|
+
export * from './dataSetsGetIngestionRunsParams';
|
|
92
95
|
export * from './dataSetsGetItemsParams';
|
|
93
96
|
export * from './dataSetsGetParams';
|
|
97
|
+
export * from './dataSetsSetDataSetScoping';
|
|
94
98
|
export * from './dataSetsUpdateDataSet';
|
|
95
99
|
export * from './dataSetsUpdateDataSetBasicInfo';
|
|
96
100
|
export * from './dataSetsUpsertDataSetProperty';
|
|
@@ -144,6 +148,7 @@ export * from './enumsActivityType';
|
|
|
144
148
|
export * from './enumsAppPrincipalType';
|
|
145
149
|
export * from './enumsBlockScope';
|
|
146
150
|
export * from './enumsBlockType';
|
|
151
|
+
export * from './enumsDataSetScopingMode';
|
|
147
152
|
export * from './enumsDataSourceCredentialType';
|
|
148
153
|
export * from './enumsFlowTriggerType';
|
|
149
154
|
export * from './enumsFlowVariableAccess';
|
|
@@ -224,7 +229,12 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
|
|
|
224
229
|
export * from './integrationsSmartSpaceAiFlowValueModel';
|
|
225
230
|
export * from './integrationsSmartSpaceAiFlowValueModelChannels';
|
|
226
231
|
export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
|
|
232
|
+
export * from './integrationsSmartSpaceAiIngestionRun';
|
|
233
|
+
export * from './integrationsSmartSpaceAiIngestionRunTrigger';
|
|
227
234
|
export * from './integrationsSmartSpaceAiSdkBlockRef';
|
|
235
|
+
export * from './managedSecretsCreateManagedSecret';
|
|
236
|
+
export * from './managedSecretsManagedSecret';
|
|
237
|
+
export * from './managedSecretsUpdateManagedSecretValue';
|
|
228
238
|
export * from './messageThreadMessageThreadSummary';
|
|
229
239
|
export * from './messageThreadsGetStepExecutionsParams';
|
|
230
240
|
export * from './messageThreadsGetWorkspaceExecutionsParams';
|
|
@@ -258,11 +268,13 @@ export * from './pagedDataCollectionAccessAccessWorkSpace';
|
|
|
258
268
|
export * from './pagedDataCollectionActivitiesActivityWorkSpace';
|
|
259
269
|
export * from './pagedDataCollectionAiModelSummary';
|
|
260
270
|
export * from './pagedDataCollectionAzureADGroup';
|
|
271
|
+
export * from './pagedDataCollectionContainerItem';
|
|
261
272
|
export * from './pagedDataCollectionDataSetsDataSet';
|
|
262
273
|
export * from './pagedDataCollectionDataSourcesDataSource';
|
|
263
274
|
export * from './pagedDataCollectionDataSpacesDataSpace';
|
|
264
275
|
export * from './pagedDataCollectionFilesIngestedBlob';
|
|
265
276
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
277
|
+
export * from './pagedDataCollectionSyncsSync';
|
|
266
278
|
export * from './pagedDataCollectionUsersAppAccessUser';
|
|
267
279
|
export * from './pagedDataCollectionUsersAppUserDetail';
|
|
268
280
|
export * from './pagedDataCollectionUsersAppUserSearchResult';
|
|
@@ -271,6 +283,7 @@ export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
|
|
|
271
283
|
export * from './pagedDataCollectionWorkSpacesWorkSpace';
|
|
272
284
|
export * from './pagedDataSystemCollectionsGenericICollectionDataSetItem';
|
|
273
285
|
export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory';
|
|
286
|
+
export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun';
|
|
274
287
|
export * from './reportingDuration';
|
|
275
288
|
export * from './reportingGetRequestsParams';
|
|
276
289
|
export * from './reportingGetTokensParams';
|
|
@@ -278,6 +291,11 @@ export * from './reportingReportDefinitionSystemDateTime';
|
|
|
278
291
|
export * from './reportingReportSeries';
|
|
279
292
|
export * from './reportingSplit';
|
|
280
293
|
export * from './sandBoxGetThreadMessagesParams';
|
|
294
|
+
export * from './syncsGetItemsParams';
|
|
295
|
+
export * from './syncsGetParams';
|
|
296
|
+
export * from './syncsSync';
|
|
297
|
+
export * from './syncsSyncDataSourceInfo';
|
|
298
|
+
export * from './syncsSyncRunInfo';
|
|
281
299
|
export * from './usersAdminPermissionParams';
|
|
282
300
|
export * from './usersAppAccessUser';
|
|
283
301
|
export * from './usersAppRole';
|
|
@@ -78,8 +78,10 @@ __exportStar(require("./blocksStateInterface"), exports);
|
|
|
78
78
|
__exportStar(require("./blocksStateInterfaceDefault"), exports);
|
|
79
79
|
__exportStar(require("./blocksStateInterfaceMetadata"), exports);
|
|
80
80
|
__exportStar(require("./blocksUsedInWorkspaceRef"), exports);
|
|
81
|
+
__exportStar(require("./configApiFlowRunIdentityMapRequest"), exports);
|
|
81
82
|
__exportStar(require("./configApiRunFlowRequest"), exports);
|
|
82
83
|
__exportStar(require("./containerDataSet"), exports);
|
|
84
|
+
__exportStar(require("./containerItem"), exports);
|
|
83
85
|
__exportStar(require("./containersPostParams"), exports);
|
|
84
86
|
__exportStar(require("./coreDeploymentEnumsDeploymentStatus"), exports);
|
|
85
87
|
__exportStar(require("./coreManagementInstallParameterDefinitionModel"), exports);
|
|
@@ -105,8 +107,10 @@ __exportStar(require("./dataSetsCreateDataSetContainer"), exports);
|
|
|
105
107
|
__exportStar(require("./dataSetsDataSet"), exports);
|
|
106
108
|
__exportStar(require("./dataSetsDataSetProperty"), exports);
|
|
107
109
|
__exportStar(require("./dataSetsGetContainerItemsRunHistoryParams"), exports);
|
|
110
|
+
__exportStar(require("./dataSetsGetIngestionRunsParams"), exports);
|
|
108
111
|
__exportStar(require("./dataSetsGetItemsParams"), exports);
|
|
109
112
|
__exportStar(require("./dataSetsGetParams"), exports);
|
|
113
|
+
__exportStar(require("./dataSetsSetDataSetScoping"), exports);
|
|
110
114
|
__exportStar(require("./dataSetsUpdateDataSet"), exports);
|
|
111
115
|
__exportStar(require("./dataSetsUpdateDataSetBasicInfo"), exports);
|
|
112
116
|
__exportStar(require("./dataSetsUpsertDataSetProperty"), exports);
|
|
@@ -160,6 +164,7 @@ __exportStar(require("./enumsActivityType"), exports);
|
|
|
160
164
|
__exportStar(require("./enumsAppPrincipalType"), exports);
|
|
161
165
|
__exportStar(require("./enumsBlockScope"), exports);
|
|
162
166
|
__exportStar(require("./enumsBlockType"), exports);
|
|
167
|
+
__exportStar(require("./enumsDataSetScopingMode"), exports);
|
|
163
168
|
__exportStar(require("./enumsDataSourceCredentialType"), exports);
|
|
164
169
|
__exportStar(require("./enumsFlowTriggerType"), exports);
|
|
165
170
|
__exportStar(require("./enumsFlowVariableAccess"), exports);
|
|
@@ -240,7 +245,12 @@ __exportStar(require("./integrationsSmartSpaceAiFlowPinRef"), exports);
|
|
|
240
245
|
__exportStar(require("./integrationsSmartSpaceAiFlowValueModel"), exports);
|
|
241
246
|
__exportStar(require("./integrationsSmartSpaceAiFlowValueModelChannels"), exports);
|
|
242
247
|
__exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), exports);
|
|
248
|
+
__exportStar(require("./integrationsSmartSpaceAiIngestionRun"), exports);
|
|
249
|
+
__exportStar(require("./integrationsSmartSpaceAiIngestionRunTrigger"), exports);
|
|
243
250
|
__exportStar(require("./integrationsSmartSpaceAiSdkBlockRef"), exports);
|
|
251
|
+
__exportStar(require("./managedSecretsCreateManagedSecret"), exports);
|
|
252
|
+
__exportStar(require("./managedSecretsManagedSecret"), exports);
|
|
253
|
+
__exportStar(require("./managedSecretsUpdateManagedSecretValue"), exports);
|
|
244
254
|
__exportStar(require("./messageThreadMessageThreadSummary"), exports);
|
|
245
255
|
__exportStar(require("./messageThreadsGetStepExecutionsParams"), exports);
|
|
246
256
|
__exportStar(require("./messageThreadsGetWorkspaceExecutionsParams"), exports);
|
|
@@ -274,11 +284,13 @@ __exportStar(require("./pagedDataCollectionAccessAccessWorkSpace"), exports);
|
|
|
274
284
|
__exportStar(require("./pagedDataCollectionActivitiesActivityWorkSpace"), exports);
|
|
275
285
|
__exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
|
|
276
286
|
__exportStar(require("./pagedDataCollectionAzureADGroup"), exports);
|
|
287
|
+
__exportStar(require("./pagedDataCollectionContainerItem"), exports);
|
|
277
288
|
__exportStar(require("./pagedDataCollectionDataSetsDataSet"), exports);
|
|
278
289
|
__exportStar(require("./pagedDataCollectionDataSourcesDataSource"), exports);
|
|
279
290
|
__exportStar(require("./pagedDataCollectionDataSpacesDataSpace"), exports);
|
|
280
291
|
__exportStar(require("./pagedDataCollectionFilesIngestedBlob"), exports);
|
|
281
292
|
__exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
|
|
293
|
+
__exportStar(require("./pagedDataCollectionSyncsSync"), exports);
|
|
282
294
|
__exportStar(require("./pagedDataCollectionUsersAppAccessUser"), exports);
|
|
283
295
|
__exportStar(require("./pagedDataCollectionUsersAppUserDetail"), exports);
|
|
284
296
|
__exportStar(require("./pagedDataCollectionUsersAppUserSearchResult"), exports);
|
|
@@ -287,6 +299,7 @@ __exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports
|
|
|
287
299
|
__exportStar(require("./pagedDataCollectionWorkSpacesWorkSpace"), exports);
|
|
288
300
|
__exportStar(require("./pagedDataSystemCollectionsGenericICollectionDataSetItem"), exports);
|
|
289
301
|
__exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory"), exports);
|
|
302
|
+
__exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun"), exports);
|
|
290
303
|
__exportStar(require("./reportingDuration"), exports);
|
|
291
304
|
__exportStar(require("./reportingGetRequestsParams"), exports);
|
|
292
305
|
__exportStar(require("./reportingGetTokensParams"), exports);
|
|
@@ -294,6 +307,11 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
|
|
|
294
307
|
__exportStar(require("./reportingReportSeries"), exports);
|
|
295
308
|
__exportStar(require("./reportingSplit"), exports);
|
|
296
309
|
__exportStar(require("./sandBoxGetThreadMessagesParams"), exports);
|
|
310
|
+
__exportStar(require("./syncsGetItemsParams"), exports);
|
|
311
|
+
__exportStar(require("./syncsGetParams"), exports);
|
|
312
|
+
__exportStar(require("./syncsSync"), exports);
|
|
313
|
+
__exportStar(require("./syncsSyncDataSourceInfo"), exports);
|
|
314
|
+
__exportStar(require("./syncsSyncRunInfo"), exports);
|
|
297
315
|
__exportStar(require("./usersAdminPermissionParams"), exports);
|
|
298
316
|
__exportStar(require("./usersAppAccessUser"), exports);
|
|
299
317
|
__exportStar(require("./usersAppRole"), exports);
|
|
@@ -11,6 +11,7 @@ export interface IntegrationsSmartSpaceAiContainerItemFlowRun {
|
|
|
11
11
|
finishedAt?: string | null;
|
|
12
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
13
|
flowRunId: string;
|
|
14
|
-
|
|
14
|
+
/** @nullable */
|
|
15
|
+
runAt?: string | null;
|
|
15
16
|
status: string;
|
|
16
17
|
}
|
|
@@ -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,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,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,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,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,18 @@
|
|
|
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
|
+
/**
|
|
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
|
+
dataSourceId?: string;
|
|
15
|
+
status?: string;
|
|
16
|
+
sortBy?: string;
|
|
17
|
+
sortDirection?: string;
|
|
18
|
+
};
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
import type { SyncsSyncRunInfo } from './syncsSyncRunInfo';
|
|
10
|
+
export interface SyncsSync {
|
|
11
|
+
dataSets: ContainerDataSet[];
|
|
12
|
+
dataSource: SyncsSyncDataSourceInfo;
|
|
13
|
+
/** @nullable */
|
|
14
|
+
filters?: string | null;
|
|
15
|
+
/** @nullable */
|
|
16
|
+
highwaterMark?: string | null;
|
|
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
|
+
id: string;
|
|
19
|
+
/** @nullable */
|
|
20
|
+
latestSyncAt?: string | null;
|
|
21
|
+
/** @nullable */
|
|
22
|
+
latestSyncItemCount?: number | null;
|
|
23
|
+
/** @nullable */
|
|
24
|
+
latestSyncMessage?: string | null;
|
|
25
|
+
/** @nullable */
|
|
26
|
+
latestSyncStatus?: string | null;
|
|
27
|
+
name: string;
|
|
28
|
+
path: string;
|
|
29
|
+
/** @nullable */
|
|
30
|
+
recentSyncs?: SyncsSyncRunInfo[] | null;
|
|
31
|
+
/** @nullable */
|
|
32
|
+
statusMessage?: string | null;
|
|
33
|
+
}
|