@smartspace/api-client 0.1.0-pr.928.56cdb7d → 0.1.0-pr.931.c032616
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/config/api.d.ts +11 -1
- package/dist/generated/config/api.js +45 -1
- package/dist/generated/config/api.msw.d.ts +9 -1
- package/dist/generated/config/api.msw.js +81 -14
- 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/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/index.d.ts +10 -0
- package/dist/generated/config/models/index.js +10 -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/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/syncsSync.d.ts +22 -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/zod.d.ts +111 -0
- package/dist/generated/config/zod.js +88 -14
- package/package.json +1 -1
|
@@ -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
|
+
};
|
|
@@ -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';
|
|
@@ -91,6 +92,7 @@ export * from './dataSetsDataSetProperty';
|
|
|
91
92
|
export * from './dataSetsGetContainerItemsRunHistoryParams';
|
|
92
93
|
export * from './dataSetsGetItemsParams';
|
|
93
94
|
export * from './dataSetsGetParams';
|
|
95
|
+
export * from './dataSetsSetDataSetScoping';
|
|
94
96
|
export * from './dataSetsUpdateDataSet';
|
|
95
97
|
export * from './dataSetsUpdateDataSetBasicInfo';
|
|
96
98
|
export * from './dataSetsUpsertDataSetProperty';
|
|
@@ -144,6 +146,7 @@ export * from './enumsActivityType';
|
|
|
144
146
|
export * from './enumsAppPrincipalType';
|
|
145
147
|
export * from './enumsBlockScope';
|
|
146
148
|
export * from './enumsBlockType';
|
|
149
|
+
export * from './enumsDataSetScopingMode';
|
|
147
150
|
export * from './enumsDataSourceCredentialType';
|
|
148
151
|
export * from './enumsFlowTriggerType';
|
|
149
152
|
export * from './enumsFlowVariableAccess';
|
|
@@ -225,6 +228,9 @@ export * from './integrationsSmartSpaceAiFlowValueModel';
|
|
|
225
228
|
export * from './integrationsSmartSpaceAiFlowValueModelChannels';
|
|
226
229
|
export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
|
|
227
230
|
export * from './integrationsSmartSpaceAiSdkBlockRef';
|
|
231
|
+
export * from './managedSecretsCreateManagedSecret';
|
|
232
|
+
export * from './managedSecretsManagedSecret';
|
|
233
|
+
export * from './managedSecretsUpdateManagedSecretValue';
|
|
228
234
|
export * from './messageThreadMessageThreadSummary';
|
|
229
235
|
export * from './messageThreadsGetStepExecutionsParams';
|
|
230
236
|
export * from './messageThreadsGetWorkspaceExecutionsParams';
|
|
@@ -258,11 +264,13 @@ export * from './pagedDataCollectionAccessAccessWorkSpace';
|
|
|
258
264
|
export * from './pagedDataCollectionActivitiesActivityWorkSpace';
|
|
259
265
|
export * from './pagedDataCollectionAiModelSummary';
|
|
260
266
|
export * from './pagedDataCollectionAzureADGroup';
|
|
267
|
+
export * from './pagedDataCollectionContainerItem';
|
|
261
268
|
export * from './pagedDataCollectionDataSetsDataSet';
|
|
262
269
|
export * from './pagedDataCollectionDataSourcesDataSource';
|
|
263
270
|
export * from './pagedDataCollectionDataSpacesDataSpace';
|
|
264
271
|
export * from './pagedDataCollectionFilesIngestedBlob';
|
|
265
272
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
273
|
+
export * from './pagedDataCollectionSyncsSync';
|
|
266
274
|
export * from './pagedDataCollectionUsersAppAccessUser';
|
|
267
275
|
export * from './pagedDataCollectionUsersAppUserDetail';
|
|
268
276
|
export * from './pagedDataCollectionUsersAppUserSearchResult';
|
|
@@ -278,6 +286,8 @@ export * from './reportingReportDefinitionSystemDateTime';
|
|
|
278
286
|
export * from './reportingReportSeries';
|
|
279
287
|
export * from './reportingSplit';
|
|
280
288
|
export * from './sandBoxGetThreadMessagesParams';
|
|
289
|
+
export * from './syncsSync';
|
|
290
|
+
export * from './syncsSyncDataSourceInfo';
|
|
281
291
|
export * from './usersAdminPermissionParams';
|
|
282
292
|
export * from './usersAppAccessUser';
|
|
283
293
|
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);
|
|
@@ -107,6 +108,7 @@ __exportStar(require("./dataSetsDataSetProperty"), exports);
|
|
|
107
108
|
__exportStar(require("./dataSetsGetContainerItemsRunHistoryParams"), exports);
|
|
108
109
|
__exportStar(require("./dataSetsGetItemsParams"), exports);
|
|
109
110
|
__exportStar(require("./dataSetsGetParams"), exports);
|
|
111
|
+
__exportStar(require("./dataSetsSetDataSetScoping"), exports);
|
|
110
112
|
__exportStar(require("./dataSetsUpdateDataSet"), exports);
|
|
111
113
|
__exportStar(require("./dataSetsUpdateDataSetBasicInfo"), exports);
|
|
112
114
|
__exportStar(require("./dataSetsUpsertDataSetProperty"), exports);
|
|
@@ -160,6 +162,7 @@ __exportStar(require("./enumsActivityType"), exports);
|
|
|
160
162
|
__exportStar(require("./enumsAppPrincipalType"), exports);
|
|
161
163
|
__exportStar(require("./enumsBlockScope"), exports);
|
|
162
164
|
__exportStar(require("./enumsBlockType"), exports);
|
|
165
|
+
__exportStar(require("./enumsDataSetScopingMode"), exports);
|
|
163
166
|
__exportStar(require("./enumsDataSourceCredentialType"), exports);
|
|
164
167
|
__exportStar(require("./enumsFlowTriggerType"), exports);
|
|
165
168
|
__exportStar(require("./enumsFlowVariableAccess"), exports);
|
|
@@ -241,6 +244,9 @@ __exportStar(require("./integrationsSmartSpaceAiFlowValueModel"), exports);
|
|
|
241
244
|
__exportStar(require("./integrationsSmartSpaceAiFlowValueModelChannels"), exports);
|
|
242
245
|
__exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), exports);
|
|
243
246
|
__exportStar(require("./integrationsSmartSpaceAiSdkBlockRef"), exports);
|
|
247
|
+
__exportStar(require("./managedSecretsCreateManagedSecret"), exports);
|
|
248
|
+
__exportStar(require("./managedSecretsManagedSecret"), exports);
|
|
249
|
+
__exportStar(require("./managedSecretsUpdateManagedSecretValue"), exports);
|
|
244
250
|
__exportStar(require("./messageThreadMessageThreadSummary"), exports);
|
|
245
251
|
__exportStar(require("./messageThreadsGetStepExecutionsParams"), exports);
|
|
246
252
|
__exportStar(require("./messageThreadsGetWorkspaceExecutionsParams"), exports);
|
|
@@ -274,11 +280,13 @@ __exportStar(require("./pagedDataCollectionAccessAccessWorkSpace"), exports);
|
|
|
274
280
|
__exportStar(require("./pagedDataCollectionActivitiesActivityWorkSpace"), exports);
|
|
275
281
|
__exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
|
|
276
282
|
__exportStar(require("./pagedDataCollectionAzureADGroup"), exports);
|
|
283
|
+
__exportStar(require("./pagedDataCollectionContainerItem"), exports);
|
|
277
284
|
__exportStar(require("./pagedDataCollectionDataSetsDataSet"), exports);
|
|
278
285
|
__exportStar(require("./pagedDataCollectionDataSourcesDataSource"), exports);
|
|
279
286
|
__exportStar(require("./pagedDataCollectionDataSpacesDataSpace"), exports);
|
|
280
287
|
__exportStar(require("./pagedDataCollectionFilesIngestedBlob"), exports);
|
|
281
288
|
__exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
|
|
289
|
+
__exportStar(require("./pagedDataCollectionSyncsSync"), exports);
|
|
282
290
|
__exportStar(require("./pagedDataCollectionUsersAppAccessUser"), exports);
|
|
283
291
|
__exportStar(require("./pagedDataCollectionUsersAppUserDetail"), exports);
|
|
284
292
|
__exportStar(require("./pagedDataCollectionUsersAppUserSearchResult"), exports);
|
|
@@ -294,6 +302,8 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
|
|
|
294
302
|
__exportStar(require("./reportingReportSeries"), exports);
|
|
295
303
|
__exportStar(require("./reportingSplit"), exports);
|
|
296
304
|
__exportStar(require("./sandBoxGetThreadMessagesParams"), exports);
|
|
305
|
+
__exportStar(require("./syncsSync"), exports);
|
|
306
|
+
__exportStar(require("./syncsSyncDataSourceInfo"), exports);
|
|
297
307
|
__exportStar(require("./usersAdminPermissionParams"), exports);
|
|
298
308
|
__exportStar(require("./usersAppAccessUser"), exports);
|
|
299
309
|
__exportStar(require("./usersAppRole"), exports);
|
|
@@ -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,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,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
|
+
}
|
|
@@ -224,6 +224,7 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
|
|
|
224
224
|
Created: "Created";
|
|
225
225
|
Updated: "Updated";
|
|
226
226
|
Chat: "Chat";
|
|
227
|
+
Resolved: "Resolved";
|
|
227
228
|
}>>;
|
|
228
229
|
}, zod.core.$strict>;
|
|
229
230
|
export declare const activityExportLoggingsResponse: zod.ZodString;
|
|
@@ -243,6 +244,7 @@ export declare const activityGetLoggingQueryParams: zod.ZodObject<{
|
|
|
243
244
|
Created: "Created";
|
|
244
245
|
Updated: "Updated";
|
|
245
246
|
Chat: "Chat";
|
|
247
|
+
Resolved: "Resolved";
|
|
246
248
|
}>>;
|
|
247
249
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
248
250
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
@@ -257,6 +259,7 @@ export declare const activityGetLoggingResponse: zod.ZodObject<{
|
|
|
257
259
|
Created: "Created";
|
|
258
260
|
Updated: "Updated";
|
|
259
261
|
Chat: "Chat";
|
|
262
|
+
Resolved: "Resolved";
|
|
260
263
|
}>>;
|
|
261
264
|
durationMs: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
262
265
|
eventDescription: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -896,6 +899,11 @@ export declare const dataSetsGetResponse: zod.ZodObject<{
|
|
|
896
899
|
isVector: zod.ZodBoolean;
|
|
897
900
|
name: zod.ZodString;
|
|
898
901
|
}, zod.core.$strip>>;
|
|
902
|
+
scopingMode: zod.ZodEnum<{
|
|
903
|
+
Unrestricted: "Unrestricted";
|
|
904
|
+
PerSubject: "PerSubject";
|
|
905
|
+
}>;
|
|
906
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
899
907
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
900
908
|
}, zod.core.$strip>>;
|
|
901
909
|
total: zod.ZodNumber;
|
|
@@ -953,6 +961,11 @@ export declare const dataSetsGetByIdResponse: zod.ZodObject<{
|
|
|
953
961
|
isVector: zod.ZodBoolean;
|
|
954
962
|
name: zod.ZodString;
|
|
955
963
|
}, zod.core.$strip>>;
|
|
964
|
+
scopingMode: zod.ZodEnum<{
|
|
965
|
+
Unrestricted: "Unrestricted";
|
|
966
|
+
PerSubject: "PerSubject";
|
|
967
|
+
}>;
|
|
968
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
956
969
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
957
970
|
}, zod.core.$strip>;
|
|
958
971
|
/**
|
|
@@ -996,6 +1009,11 @@ export declare const dataSetsPutResponse: zod.ZodObject<{
|
|
|
996
1009
|
isVector: zod.ZodBoolean;
|
|
997
1010
|
name: zod.ZodString;
|
|
998
1011
|
}, zod.core.$strip>>;
|
|
1012
|
+
scopingMode: zod.ZodEnum<{
|
|
1013
|
+
Unrestricted: "Unrestricted";
|
|
1014
|
+
PerSubject: "PerSubject";
|
|
1015
|
+
}>;
|
|
1016
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
999
1017
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1000
1018
|
}, zod.core.$strip>;
|
|
1001
1019
|
/**
|
|
@@ -1077,6 +1095,11 @@ export declare const dataSetsSetDataspaceResponse: zod.ZodObject<{
|
|
|
1077
1095
|
isVector: zod.ZodBoolean;
|
|
1078
1096
|
name: zod.ZodString;
|
|
1079
1097
|
}, zod.core.$strip>>;
|
|
1098
|
+
scopingMode: zod.ZodEnum<{
|
|
1099
|
+
Unrestricted: "Unrestricted";
|
|
1100
|
+
PerSubject: "PerSubject";
|
|
1101
|
+
}>;
|
|
1102
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1080
1103
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1081
1104
|
}, zod.core.$strip>;
|
|
1082
1105
|
export declare const dataSetsExportPathIdRegExp: RegExp;
|
|
@@ -1200,6 +1223,20 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
|
|
|
1200
1223
|
id: zod.ZodString;
|
|
1201
1224
|
name: zod.ZodString;
|
|
1202
1225
|
}, zod.core.$strict>;
|
|
1226
|
+
/**
|
|
1227
|
+
* @summary Set the per-document scoping config (mode + subject path) on a dataset.
|
|
1228
|
+
*/
|
|
1229
|
+
export declare const dataSetsPutScopingPathIdRegExp: RegExp;
|
|
1230
|
+
export declare const dataSetsPutScopingParams: zod.ZodObject<{
|
|
1231
|
+
id: zod.ZodString;
|
|
1232
|
+
}, zod.core.$strict>;
|
|
1233
|
+
export declare const dataSetsPutScopingBody: zod.ZodObject<{
|
|
1234
|
+
mode: zod.ZodEnum<{
|
|
1235
|
+
Unrestricted: "Unrestricted";
|
|
1236
|
+
PerSubject: "PerSubject";
|
|
1237
|
+
}>;
|
|
1238
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1239
|
+
}, zod.core.$strict>;
|
|
1203
1240
|
/**
|
|
1204
1241
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
1205
1242
|
*/
|
|
@@ -1550,6 +1587,11 @@ export declare const dataSpacesGetResponse: zod.ZodObject<{
|
|
|
1550
1587
|
isVector: zod.ZodBoolean;
|
|
1551
1588
|
name: zod.ZodString;
|
|
1552
1589
|
}, zod.core.$strip>>;
|
|
1590
|
+
scopingMode: zod.ZodEnum<{
|
|
1591
|
+
Unrestricted: "Unrestricted";
|
|
1592
|
+
PerSubject: "PerSubject";
|
|
1593
|
+
}>;
|
|
1594
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1553
1595
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1554
1596
|
}, zod.core.$strip>>;
|
|
1555
1597
|
id: zod.ZodString;
|
|
@@ -1605,6 +1647,11 @@ export declare const dataSpacesGetByIdResponse: zod.ZodObject<{
|
|
|
1605
1647
|
isVector: zod.ZodBoolean;
|
|
1606
1648
|
name: zod.ZodString;
|
|
1607
1649
|
}, zod.core.$strip>>;
|
|
1650
|
+
scopingMode: zod.ZodEnum<{
|
|
1651
|
+
Unrestricted: "Unrestricted";
|
|
1652
|
+
PerSubject: "PerSubject";
|
|
1653
|
+
}>;
|
|
1654
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1608
1655
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1609
1656
|
}, zod.core.$strip>>;
|
|
1610
1657
|
id: zod.ZodString;
|
|
@@ -1656,6 +1703,11 @@ export declare const dataSpacesPutResponse: zod.ZodObject<{
|
|
|
1656
1703
|
isVector: zod.ZodBoolean;
|
|
1657
1704
|
name: zod.ZodString;
|
|
1658
1705
|
}, zod.core.$strip>>;
|
|
1706
|
+
scopingMode: zod.ZodEnum<{
|
|
1707
|
+
Unrestricted: "Unrestricted";
|
|
1708
|
+
PerSubject: "PerSubject";
|
|
1709
|
+
}>;
|
|
1710
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1659
1711
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1660
1712
|
}, zod.core.$strip>>;
|
|
1661
1713
|
id: zod.ZodString;
|
|
@@ -1724,6 +1776,11 @@ export declare const dataSpacesGetDataSetsResponse: zod.ZodObject<{
|
|
|
1724
1776
|
isVector: zod.ZodBoolean;
|
|
1725
1777
|
name: zod.ZodString;
|
|
1726
1778
|
}, zod.core.$strip>>;
|
|
1779
|
+
scopingMode: zod.ZodEnum<{
|
|
1780
|
+
Unrestricted: "Unrestricted";
|
|
1781
|
+
PerSubject: "PerSubject";
|
|
1782
|
+
}>;
|
|
1783
|
+
subjectPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1727
1784
|
version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1728
1785
|
}, zod.core.$strip>>;
|
|
1729
1786
|
total: zod.ZodNumber;
|
|
@@ -4054,6 +4111,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
|
|
|
4054
4111
|
export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
|
|
4055
4112
|
uri: zod.ZodURL;
|
|
4056
4113
|
}, zod.core.$strip>;
|
|
4114
|
+
/**
|
|
4115
|
+
* @summary Lists all managed secrets — names and audit metadata only, never values.
|
|
4116
|
+
*/
|
|
4117
|
+
export declare const managedSecretsGetManagedSecretsResponseIdRegExp: RegExp;
|
|
4118
|
+
export declare const managedSecretsGetManagedSecretsResponseItem: zod.ZodObject<{
|
|
4119
|
+
createdAt: zod.ZodISODateTime;
|
|
4120
|
+
createdByUserId: zod.ZodString;
|
|
4121
|
+
id: zod.ZodString;
|
|
4122
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4123
|
+
modifiedByUserId: zod.ZodString;
|
|
4124
|
+
name: zod.ZodString;
|
|
4125
|
+
}, zod.core.$strip>;
|
|
4126
|
+
export declare const managedSecretsGetManagedSecretsResponse: zod.ZodArray<zod.ZodObject<{
|
|
4127
|
+
createdAt: zod.ZodISODateTime;
|
|
4128
|
+
createdByUserId: zod.ZodString;
|
|
4129
|
+
id: zod.ZodString;
|
|
4130
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4131
|
+
modifiedByUserId: zod.ZodString;
|
|
4132
|
+
name: zod.ZodString;
|
|
4133
|
+
}, zod.core.$strip>>;
|
|
4134
|
+
/**
|
|
4135
|
+
* @summary Creates a named secret: writes the value to Key Vault and stores only
|
|
4136
|
+
the vault reference.
|
|
4137
|
+
*/
|
|
4138
|
+
export declare const managedSecretsCreateManagedSecretBody: zod.ZodObject<{
|
|
4139
|
+
name: zod.ZodString;
|
|
4140
|
+
value: zod.ZodString;
|
|
4141
|
+
}, zod.core.$strict>;
|
|
4142
|
+
/**
|
|
4143
|
+
* @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
|
|
4144
|
+
*/
|
|
4145
|
+
export declare const managedSecretsDeleteManagedSecretParams: zod.ZodObject<{
|
|
4146
|
+
name: zod.ZodString;
|
|
4147
|
+
}, zod.core.$strict>;
|
|
4148
|
+
/**
|
|
4149
|
+
* @summary Overwrites (rotates) a secret's value — a new Key Vault version under
|
|
4150
|
+
the same vault key. The value is write-only; nothing is returned but
|
|
4151
|
+
audit metadata.
|
|
4152
|
+
*/
|
|
4153
|
+
export declare const managedSecretsOverwriteManagedSecretValueParams: zod.ZodObject<{
|
|
4154
|
+
name: zod.ZodString;
|
|
4155
|
+
}, zod.core.$strict>;
|
|
4156
|
+
export declare const managedSecretsOverwriteManagedSecretValueBody: zod.ZodObject<{
|
|
4157
|
+
value: zod.ZodString;
|
|
4158
|
+
}, zod.core.$strict>;
|
|
4159
|
+
export declare const managedSecretsOverwriteManagedSecretValueResponseIdRegExp: RegExp;
|
|
4160
|
+
export declare const managedSecretsOverwriteManagedSecretValueResponse: zod.ZodObject<{
|
|
4161
|
+
createdAt: zod.ZodISODateTime;
|
|
4162
|
+
createdByUserId: zod.ZodString;
|
|
4163
|
+
id: zod.ZodString;
|
|
4164
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4165
|
+
modifiedByUserId: zod.ZodString;
|
|
4166
|
+
name: zod.ZodString;
|
|
4167
|
+
}, zod.core.$strip>;
|
|
4057
4168
|
export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
|
|
4058
4169
|
export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
|
|
4059
4170
|
workSpaceId: zod.ZodString;
|