@smartspace/api-client 0.1.0-dev.91d7315 → 0.1.0-dev.91e245f
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.d.ts +2 -0
- package/dist/generated/chat/api.js +10 -1
- package/dist/generated/chat/api.msw.d.ts +1 -0
- package/dist/generated/chat/api.msw.js +16 -4
- package/dist/generated/chat/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/chat/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/chat/models/index.d.ts +1 -0
- package/dist/generated/chat/models/index.js +1 -0
- package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/chat/zod.d.ts +21 -0
- package/dist/generated/chat/zod.js +26 -5
- package/dist/generated/config/api.d.ts +23 -1
- package/dist/generated/config/api.js +106 -1
- package/dist/generated/config/api.msw.d.ts +19 -1
- package/dist/generated/config/api.msw.js +156 -10
- package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
- package/dist/generated/config/models/connectorsConnector.js +8 -0
- package/dist/generated/config/models/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/config/models/connectorsConnectorSummary.js +8 -0
- package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
- package/dist/generated/config/models/connectorsCreateConnector.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.js +8 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.js +8 -0
- package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
- package/dist/generated/config/models/connectorsResolvedConnector.js +2 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.js +8 -0
- package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
- package/dist/generated/config/models/connectorsUpdateConnector.js +8 -0
- package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +5 -1
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
- package/dist/generated/config/models/index.d.ts +13 -0
- package/dist/generated/config/models/index.js +13 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
- package/dist/generated/config/models/syncsGetParams.d.ts +7 -0
- package/dist/generated/config/models/syncsSync.d.ts +11 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +3 -0
- package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
- package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
- package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
- package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
- package/dist/generated/config/models/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/zod.d.ts +249 -1
- package/dist/generated/config/zod.js +244 -12
- package/package.json +1 -1
|
@@ -0,0 +1,16 @@
|
|
|
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 FlowRunsGetWorkspaceRunsParams = {
|
|
8
|
+
/**
|
|
9
|
+
* Number of records to skip
|
|
10
|
+
*/
|
|
11
|
+
skip?: number;
|
|
12
|
+
/**
|
|
13
|
+
* Number of records to take
|
|
14
|
+
*/
|
|
15
|
+
take?: number;
|
|
16
|
+
};
|
|
@@ -64,6 +64,14 @@ export * from './blocksStateInterfaceMetadata';
|
|
|
64
64
|
export * from './blocksUsedInWorkspaceRef';
|
|
65
65
|
export * from './configApiFlowRunIdentityMapRequest';
|
|
66
66
|
export * from './configApiRunFlowRequest';
|
|
67
|
+
export * from './connectorsConnector';
|
|
68
|
+
export * from './connectorsConnectorSummary';
|
|
69
|
+
export * from './connectorsCreateConnector';
|
|
70
|
+
export * from './connectorsGetConnectorSummariesParams';
|
|
71
|
+
export * from './connectorsGetConnectorsParams';
|
|
72
|
+
export * from './connectorsResolvedConnector';
|
|
73
|
+
export * from './connectorsResolvedConnectorHeaders';
|
|
74
|
+
export * from './connectorsUpdateConnector';
|
|
67
75
|
export * from './containerDataSet';
|
|
68
76
|
export * from './containerItem';
|
|
69
77
|
export * from './containersPostParams';
|
|
@@ -181,6 +189,7 @@ export * from './flowRunsGetStepExecutionsParams';
|
|
|
181
189
|
export * from './flowRunsGetVariables200One';
|
|
182
190
|
export * from './flowRunsGetVariables200Three';
|
|
183
191
|
export * from './flowRunsGetVariables200Two';
|
|
192
|
+
export * from './flowRunsGetWorkspaceRunsParams';
|
|
184
193
|
export * from './flowRunsSearchFlowRunsParams';
|
|
185
194
|
export * from './flowValueModel';
|
|
186
195
|
export * from './flowValueModelChannels';
|
|
@@ -232,6 +241,8 @@ export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
|
|
|
232
241
|
export * from './integrationsSmartSpaceAiIngestionRun';
|
|
233
242
|
export * from './integrationsSmartSpaceAiIngestionRunTrigger';
|
|
234
243
|
export * from './integrationsSmartSpaceAiSdkBlockRef';
|
|
244
|
+
export * from './integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun';
|
|
245
|
+
export * from './integrationsSmartSpaceAiWorkspaceRun';
|
|
235
246
|
export * from './managedSecretsCreateManagedSecret';
|
|
236
247
|
export * from './managedSecretsManagedSecret';
|
|
237
248
|
export * from './managedSecretsUpdateManagedSecretValue';
|
|
@@ -295,6 +306,8 @@ export * from './syncsGetItemsParams';
|
|
|
295
306
|
export * from './syncsGetParams';
|
|
296
307
|
export * from './syncsSync';
|
|
297
308
|
export * from './syncsSyncDataSourceInfo';
|
|
309
|
+
export * from './syncsSyncQueueState';
|
|
310
|
+
export * from './syncsSyncRunInfo';
|
|
298
311
|
export * from './usersAdminPermissionParams';
|
|
299
312
|
export * from './usersAppAccessUser';
|
|
300
313
|
export * from './usersAppRole';
|
|
@@ -80,6 +80,14 @@ __exportStar(require("./blocksStateInterfaceMetadata"), exports);
|
|
|
80
80
|
__exportStar(require("./blocksUsedInWorkspaceRef"), exports);
|
|
81
81
|
__exportStar(require("./configApiFlowRunIdentityMapRequest"), exports);
|
|
82
82
|
__exportStar(require("./configApiRunFlowRequest"), exports);
|
|
83
|
+
__exportStar(require("./connectorsConnector"), exports);
|
|
84
|
+
__exportStar(require("./connectorsConnectorSummary"), exports);
|
|
85
|
+
__exportStar(require("./connectorsCreateConnector"), exports);
|
|
86
|
+
__exportStar(require("./connectorsGetConnectorSummariesParams"), exports);
|
|
87
|
+
__exportStar(require("./connectorsGetConnectorsParams"), exports);
|
|
88
|
+
__exportStar(require("./connectorsResolvedConnector"), exports);
|
|
89
|
+
__exportStar(require("./connectorsResolvedConnectorHeaders"), exports);
|
|
90
|
+
__exportStar(require("./connectorsUpdateConnector"), exports);
|
|
83
91
|
__exportStar(require("./containerDataSet"), exports);
|
|
84
92
|
__exportStar(require("./containerItem"), exports);
|
|
85
93
|
__exportStar(require("./containersPostParams"), exports);
|
|
@@ -197,6 +205,7 @@ __exportStar(require("./flowRunsGetStepExecutionsParams"), exports);
|
|
|
197
205
|
__exportStar(require("./flowRunsGetVariables200One"), exports);
|
|
198
206
|
__exportStar(require("./flowRunsGetVariables200Three"), exports);
|
|
199
207
|
__exportStar(require("./flowRunsGetVariables200Two"), exports);
|
|
208
|
+
__exportStar(require("./flowRunsGetWorkspaceRunsParams"), exports);
|
|
200
209
|
__exportStar(require("./flowRunsSearchFlowRunsParams"), exports);
|
|
201
210
|
__exportStar(require("./flowValueModel"), exports);
|
|
202
211
|
__exportStar(require("./flowValueModelChannels"), exports);
|
|
@@ -248,6 +257,8 @@ __exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), e
|
|
|
248
257
|
__exportStar(require("./integrationsSmartSpaceAiIngestionRun"), exports);
|
|
249
258
|
__exportStar(require("./integrationsSmartSpaceAiIngestionRunTrigger"), exports);
|
|
250
259
|
__exportStar(require("./integrationsSmartSpaceAiSdkBlockRef"), exports);
|
|
260
|
+
__exportStar(require("./integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun"), exports);
|
|
261
|
+
__exportStar(require("./integrationsSmartSpaceAiWorkspaceRun"), exports);
|
|
251
262
|
__exportStar(require("./managedSecretsCreateManagedSecret"), exports);
|
|
252
263
|
__exportStar(require("./managedSecretsManagedSecret"), exports);
|
|
253
264
|
__exportStar(require("./managedSecretsUpdateManagedSecretValue"), exports);
|
|
@@ -311,6 +322,8 @@ __exportStar(require("./syncsGetItemsParams"), exports);
|
|
|
311
322
|
__exportStar(require("./syncsGetParams"), exports);
|
|
312
323
|
__exportStar(require("./syncsSync"), exports);
|
|
313
324
|
__exportStar(require("./syncsSyncDataSourceInfo"), exports);
|
|
325
|
+
__exportStar(require("./syncsSyncQueueState"), exports);
|
|
326
|
+
__exportStar(require("./syncsSyncRunInfo"), exports);
|
|
314
327
|
__exportStar(require("./usersAdminPermissionParams"), exports);
|
|
315
328
|
__exportStar(require("./usersAppAccessUser"), exports);
|
|
316
329
|
__exportStar(require("./usersAppRole"), exports);
|
|
@@ -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 { IntegrationsSmartSpaceAiWorkspaceRun } from './integrationsSmartSpaceAiWorkspaceRun';
|
|
8
|
+
export interface IntegrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun {
|
|
9
|
+
data: IntegrationsSmartSpaceAiWorkspaceRun[];
|
|
10
|
+
total: number;
|
|
11
|
+
}
|
|
@@ -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 IntegrationsSmartSpaceAiWorkspaceRun {
|
|
8
|
+
/** @nullable */
|
|
9
|
+
createdAt?: string | null;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
finishedAt?: 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
|
+
flowDefinitionId?: string | null;
|
|
17
|
+
/**
|
|
18
|
+
* @nullable
|
|
19
|
+
* @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}$
|
|
20
|
+
*/
|
|
21
|
+
flowId?: string | null;
|
|
22
|
+
/** @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}$ */
|
|
23
|
+
flowRunId: string;
|
|
24
|
+
/** @nullable */
|
|
25
|
+
runAt?: string | null;
|
|
26
|
+
status: string;
|
|
27
|
+
}
|
|
@@ -8,4 +8,11 @@ export type SyncsGetParams = {
|
|
|
8
8
|
take?: number;
|
|
9
9
|
skip?: number;
|
|
10
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;
|
|
11
18
|
};
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { ContainerDataSet } from './containerDataSet';
|
|
8
8
|
import type { SyncsSyncDataSourceInfo } from './syncsSyncDataSourceInfo';
|
|
9
|
+
import type { SyncsSyncRunInfo } from './syncsSyncRunInfo';
|
|
9
10
|
export interface SyncsSync {
|
|
10
11
|
dataSets: ContainerDataSet[];
|
|
11
12
|
dataSource: SyncsSyncDataSourceInfo;
|
|
@@ -15,8 +16,18 @@ export interface SyncsSync {
|
|
|
15
16
|
highwaterMark?: string | null;
|
|
16
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}$ */
|
|
17
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;
|
|
18
27
|
name: string;
|
|
19
28
|
path: string;
|
|
20
29
|
/** @nullable */
|
|
30
|
+
recentSyncs?: SyncsSyncRunInfo[] | null;
|
|
31
|
+
/** @nullable */
|
|
21
32
|
statusMessage?: string | null;
|
|
22
33
|
}
|
|
@@ -8,7 +8,10 @@ import type { EnumsDataSourceCredentialType } from './enumsDataSourceCredentialT
|
|
|
8
8
|
export interface SyncsSyncDataSourceInfo {
|
|
9
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
10
|
id: string;
|
|
11
|
+
isQueued: boolean;
|
|
11
12
|
isSyncing: boolean;
|
|
12
13
|
name: string;
|
|
13
14
|
sourceType: EnumsDataSourceCredentialType;
|
|
15
|
+
/** @nullable */
|
|
16
|
+
syncStartedAt?: string | null;
|
|
14
17
|
}
|
|
@@ -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
|
+
export interface SyncsSyncRunInfo {
|
|
8
|
+
end: string;
|
|
9
|
+
itemCount: number;
|
|
10
|
+
/** @nullable */
|
|
11
|
+
message?: string | null;
|
|
12
|
+
start: string;
|
|
13
|
+
status: string;
|
|
14
|
+
}
|
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
+
import type { ConnectorsConnectorSummary } from './connectorsConnectorSummary';
|
|
7
8
|
import type { DataSpace } from './dataSpace';
|
|
8
9
|
import type { WorkSpacesWorkSpaceInputs } from './workSpacesWorkSpaceInputs';
|
|
9
10
|
import type { ModelConfiguration } from './modelConfiguration';
|
|
10
11
|
import type { WorkSpacesWorkSpaceVariables } from './workSpacesWorkSpaceVariables';
|
|
11
12
|
export interface WorkSpacesWorkSpace {
|
|
13
|
+
connectors: ConnectorsConnectorSummary[];
|
|
12
14
|
createdAt: string;
|
|
13
15
|
createdByUserId: string;
|
|
14
16
|
dataSpaces: DataSpace[];
|
|
@@ -1204,6 +1204,11 @@ export declare const dataSetsDeleteItemParams: zod.ZodObject<{
|
|
|
1204
1204
|
itemId: zod.ZodString;
|
|
1205
1205
|
}, zod.core.$strict>;
|
|
1206
1206
|
/**
|
|
1207
|
+
* The `isVector` field is deprecated: the platform no longer uses it,
|
|
1208
|
+
and it has no effect on ingestion or querying. It remains available as an
|
|
1209
|
+
optional field for backward compatibility with existing integrations —
|
|
1210
|
+
new integrations should omit it. When omitted, the stored value is
|
|
1211
|
+
preserved on update and defaults to `false` on create.
|
|
1207
1212
|
* @summary Upsert a single property on a dataset.
|
|
1208
1213
|
*/
|
|
1209
1214
|
export declare const dataSetsAddDataSetPropertyPathIdRegExp: RegExp;
|
|
@@ -1212,7 +1217,7 @@ export declare const dataSetsAddDataSetPropertyParams: zod.ZodObject<{
|
|
|
1212
1217
|
}, zod.core.$strict>;
|
|
1213
1218
|
export declare const dataSetsAddDataSetPropertyBody: zod.ZodObject<{
|
|
1214
1219
|
description: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1215
|
-
isVector: zod.ZodBoolean
|
|
1220
|
+
isVector: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
1216
1221
|
name: zod.ZodString;
|
|
1217
1222
|
}, zod.core.$strict>;
|
|
1218
1223
|
export declare const dataSetsAddDataSetPropertyResponse: zod.ZodObject<{
|
|
@@ -2343,6 +2348,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
|
|
|
2343
2348
|
export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
|
|
2344
2349
|
id: zod.ZodString;
|
|
2345
2350
|
}, zod.core.$strict>;
|
|
2351
|
+
/**
|
|
2352
|
+
* @summary Requests cancellation of a queued or running flow run. Cancellation
|
|
2353
|
+
is cooperative: a queued run is stamped cancelled before it starts;
|
|
2354
|
+
a running flow stops between block executions, typically within
|
|
2355
|
+
seconds. Cancelled runs carry cancelledAt in their basic info.
|
|
2356
|
+
*/
|
|
2357
|
+
export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
|
|
2358
|
+
export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
|
|
2359
|
+
id: zod.ZodString;
|
|
2360
|
+
}, zod.core.$strict>;
|
|
2346
2361
|
export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
|
|
2347
2362
|
export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
|
|
2348
2363
|
id: zod.ZodString;
|
|
@@ -2973,12 +2988,23 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
|
|
|
2973
2988
|
name: zod.ZodString;
|
|
2974
2989
|
}, zod.core.$strip>>;
|
|
2975
2990
|
}, zod.core.$strip>;
|
|
2991
|
+
/**
|
|
2992
|
+
* @summary List configured syncs. status matches the data
|
|
2993
|
+
source's latest completed sync (e.g. Success / Failure), or "never"
|
|
2994
|
+
for sources with no recorded sync. sortBy:
|
|
2995
|
+
name | connector | lastSync (default: path).
|
|
2996
|
+
*/
|
|
2976
2997
|
export declare const syncsGetQueryTakeDefault = 50;
|
|
2977
2998
|
export declare const syncsGetQuerySkipDefault = 0;
|
|
2999
|
+
export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
|
|
2978
3000
|
export declare const syncsGetQueryParams: zod.ZodObject<{
|
|
2979
3001
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2980
3002
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2981
3003
|
search: zod.ZodOptional<zod.ZodString>;
|
|
3004
|
+
dataSourceId: zod.ZodOptional<zod.ZodString>;
|
|
3005
|
+
status: zod.ZodOptional<zod.ZodString>;
|
|
3006
|
+
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
3007
|
+
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
2982
3008
|
}, zod.core.$strict>;
|
|
2983
3009
|
export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
|
|
2984
3010
|
export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
|
|
@@ -2993,6 +3019,7 @@ export declare const syncsGetResponse: zod.ZodObject<{
|
|
|
2993
3019
|
}, zod.core.$strip>>;
|
|
2994
3020
|
dataSource: zod.ZodObject<{
|
|
2995
3021
|
id: zod.ZodString;
|
|
3022
|
+
isQueued: zod.ZodBoolean;
|
|
2996
3023
|
isSyncing: zod.ZodBoolean;
|
|
2997
3024
|
name: zod.ZodString;
|
|
2998
3025
|
sourceType: zod.ZodEnum<{
|
|
@@ -3008,16 +3035,39 @@ export declare const syncsGetResponse: zod.ZodObject<{
|
|
|
3008
3035
|
File: "File";
|
|
3009
3036
|
Sitemap: "Sitemap";
|
|
3010
3037
|
}>;
|
|
3038
|
+
syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3011
3039
|
}, zod.core.$strip>;
|
|
3012
3040
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3013
3041
|
highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3014
3042
|
id: zod.ZodString;
|
|
3043
|
+
latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3044
|
+
latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
3045
|
+
latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3046
|
+
latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3015
3047
|
name: zod.ZodString;
|
|
3016
3048
|
path: zod.ZodString;
|
|
3049
|
+
recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3050
|
+
end: zod.ZodISODateTime;
|
|
3051
|
+
itemCount: zod.ZodNumber;
|
|
3052
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3053
|
+
start: zod.ZodISODateTime;
|
|
3054
|
+
status: zod.ZodString;
|
|
3055
|
+
}, zod.core.$strip>>>>;
|
|
3017
3056
|
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3018
3057
|
}, zod.core.$strip>>;
|
|
3019
3058
|
total: zod.ZodNumber;
|
|
3020
3059
|
}, zod.core.$strip>;
|
|
3060
|
+
/**
|
|
3061
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
3062
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
3063
|
+
peek (visibility timeout) — that state is each data source's
|
|
3064
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
3065
|
+
*/
|
|
3066
|
+
export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
|
|
3067
|
+
export declare const syncsGetQueueResponse: zod.ZodObject<{
|
|
3068
|
+
depth: zod.ZodNumber;
|
|
3069
|
+
waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
|
|
3070
|
+
}, zod.core.$strip>;
|
|
3021
3071
|
export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
|
|
3022
3072
|
export declare const syncsGetByIdParams: zod.ZodObject<{
|
|
3023
3073
|
containerId: zod.ZodString;
|
|
@@ -3034,6 +3084,7 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
|
|
|
3034
3084
|
}, zod.core.$strip>>;
|
|
3035
3085
|
dataSource: zod.ZodObject<{
|
|
3036
3086
|
id: zod.ZodString;
|
|
3087
|
+
isQueued: zod.ZodBoolean;
|
|
3037
3088
|
isSyncing: zod.ZodBoolean;
|
|
3038
3089
|
name: zod.ZodString;
|
|
3039
3090
|
sourceType: zod.ZodEnum<{
|
|
@@ -3049,12 +3100,24 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
|
|
|
3049
3100
|
File: "File";
|
|
3050
3101
|
Sitemap: "Sitemap";
|
|
3051
3102
|
}>;
|
|
3103
|
+
syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3052
3104
|
}, zod.core.$strip>;
|
|
3053
3105
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3054
3106
|
highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3055
3107
|
id: zod.ZodString;
|
|
3108
|
+
latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3109
|
+
latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
3110
|
+
latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3111
|
+
latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3056
3112
|
name: zod.ZodString;
|
|
3057
3113
|
path: zod.ZodString;
|
|
3114
|
+
recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3115
|
+
end: zod.ZodISODateTime;
|
|
3116
|
+
itemCount: zod.ZodNumber;
|
|
3117
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3118
|
+
start: zod.ZodISODateTime;
|
|
3119
|
+
status: zod.ZodString;
|
|
3120
|
+
}, zod.core.$strip>>>>;
|
|
3058
3121
|
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3059
3122
|
}, zod.core.$strip>;
|
|
3060
3123
|
/**
|
|
@@ -3357,6 +3420,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
|
|
|
3357
3420
|
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
3358
3421
|
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
3359
3422
|
}, zod.core.$strict>;
|
|
3423
|
+
export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
|
|
3360
3424
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3361
3425
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3362
3426
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3377,6 +3441,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
|
|
|
3377
3441
|
export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
|
|
3378
3442
|
export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
3379
3443
|
data: zod.ZodArray<zod.ZodObject<{
|
|
3444
|
+
connectors: zod.ZodArray<zod.ZodObject<{
|
|
3445
|
+
id: zod.ZodString;
|
|
3446
|
+
kind: zod.ZodString;
|
|
3447
|
+
name: zod.ZodString;
|
|
3448
|
+
}, zod.core.$strip>>;
|
|
3380
3449
|
createdAt: zod.ZodISODateTime;
|
|
3381
3450
|
createdByUserId: zod.ZodString;
|
|
3382
3451
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -3648,6 +3717,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
|
3648
3717
|
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
3649
3718
|
id: zod.ZodString;
|
|
3650
3719
|
}, zod.core.$strict>;
|
|
3720
|
+
export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
|
|
3651
3721
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3652
3722
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3653
3723
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3667,6 +3737,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
|
|
|
3667
3737
|
export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
3668
3738
|
export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
|
|
3669
3739
|
export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
3740
|
+
connectors: zod.ZodArray<zod.ZodObject<{
|
|
3741
|
+
id: zod.ZodString;
|
|
3742
|
+
kind: zod.ZodString;
|
|
3743
|
+
name: zod.ZodString;
|
|
3744
|
+
}, zod.core.$strip>>;
|
|
3670
3745
|
createdAt: zod.ZodISODateTime;
|
|
3671
3746
|
createdByUserId: zod.ZodString;
|
|
3672
3747
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -4016,6 +4091,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
|
|
|
4016
4091
|
temperature: zod.ZodNumber;
|
|
4017
4092
|
topP: zod.ZodNumber;
|
|
4018
4093
|
}, zod.core.$strict>;
|
|
4094
|
+
/**
|
|
4095
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
4096
|
+
fail at resolve time rather than silently keeping access.
|
|
4097
|
+
*/
|
|
4098
|
+
export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
|
|
4099
|
+
export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
|
|
4100
|
+
export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
|
|
4101
|
+
workspaceId: zod.ZodString;
|
|
4102
|
+
connectorId: zod.ZodString;
|
|
4103
|
+
}, zod.core.$strict>;
|
|
4104
|
+
/**
|
|
4105
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
4106
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
4107
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
4108
|
+
the same attachment at call time.
|
|
4109
|
+
*/
|
|
4110
|
+
export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
|
|
4111
|
+
export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
|
|
4112
|
+
export declare const workSpacesAddConnectorParams: zod.ZodObject<{
|
|
4113
|
+
workspaceId: zod.ZodString;
|
|
4114
|
+
connectorId: zod.ZodString;
|
|
4115
|
+
}, zod.core.$strict>;
|
|
4019
4116
|
/**
|
|
4020
4117
|
* @summary Removes a data space from a workspace.
|
|
4021
4118
|
*/
|
|
@@ -4282,6 +4379,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
|
4282
4379
|
workspaceId: zod.ZodString;
|
|
4283
4380
|
}, zod.core.$strict>;
|
|
4284
4381
|
export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
|
|
4382
|
+
/**
|
|
4383
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
4384
|
+
*/
|
|
4385
|
+
export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
|
|
4386
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
4387
|
+
}, zod.core.$strict>;
|
|
4388
|
+
export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
|
|
4389
|
+
export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
|
|
4390
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4391
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4392
|
+
authType: zod.ZodString;
|
|
4393
|
+
createdAt: zod.ZodISODateTime;
|
|
4394
|
+
createdByUserId: zod.ZodString;
|
|
4395
|
+
hasSecret: zod.ZodBoolean;
|
|
4396
|
+
id: zod.ZodString;
|
|
4397
|
+
kind: zod.ZodString;
|
|
4398
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4399
|
+
modifiedByUserId: zod.ZodString;
|
|
4400
|
+
name: zod.ZodString;
|
|
4401
|
+
url: zod.ZodString;
|
|
4402
|
+
}, zod.core.$strip>;
|
|
4403
|
+
export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
|
|
4404
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4405
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4406
|
+
authType: zod.ZodString;
|
|
4407
|
+
createdAt: zod.ZodISODateTime;
|
|
4408
|
+
createdByUserId: zod.ZodString;
|
|
4409
|
+
hasSecret: zod.ZodBoolean;
|
|
4410
|
+
id: zod.ZodString;
|
|
4411
|
+
kind: zod.ZodString;
|
|
4412
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4413
|
+
modifiedByUserId: zod.ZodString;
|
|
4414
|
+
name: zod.ZodString;
|
|
4415
|
+
url: zod.ZodString;
|
|
4416
|
+
}, zod.core.$strip>>;
|
|
4417
|
+
/**
|
|
4418
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
4419
|
+
goes to Key Vault, the row stores only the reference.
|
|
4420
|
+
*/
|
|
4421
|
+
export declare const connectorsCreateConnectorBody: zod.ZodObject<{
|
|
4422
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4423
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4424
|
+
authType: zod.ZodString;
|
|
4425
|
+
kind: zod.ZodString;
|
|
4426
|
+
name: zod.ZodString;
|
|
4427
|
+
secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4428
|
+
url: zod.ZodString;
|
|
4429
|
+
}, zod.core.$strict>;
|
|
4430
|
+
/**
|
|
4431
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
4432
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
4433
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
4434
|
+
choose one. Admins pass this gate via the role bypass.
|
|
4435
|
+
*/
|
|
4436
|
+
export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
|
|
4437
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
4438
|
+
}, zod.core.$strict>;
|
|
4439
|
+
export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
|
|
4440
|
+
export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
|
|
4441
|
+
id: zod.ZodString;
|
|
4442
|
+
kind: zod.ZodString;
|
|
4443
|
+
name: zod.ZodString;
|
|
4444
|
+
}, zod.core.$strip>;
|
|
4445
|
+
export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
|
|
4446
|
+
id: zod.ZodString;
|
|
4447
|
+
kind: zod.ZodString;
|
|
4448
|
+
name: zod.ZodString;
|
|
4449
|
+
}, zod.core.$strip>>;
|
|
4450
|
+
export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
|
|
4451
|
+
export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
|
|
4452
|
+
id: zod.ZodString;
|
|
4453
|
+
}, zod.core.$strict>;
|
|
4454
|
+
export declare const connectorsGetConnectorPathIdRegExp: RegExp;
|
|
4455
|
+
export declare const connectorsGetConnectorParams: zod.ZodObject<{
|
|
4456
|
+
id: zod.ZodString;
|
|
4457
|
+
}, zod.core.$strict>;
|
|
4458
|
+
export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
|
|
4459
|
+
export declare const connectorsGetConnectorResponse: zod.ZodObject<{
|
|
4460
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4461
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4462
|
+
authType: zod.ZodString;
|
|
4463
|
+
createdAt: zod.ZodISODateTime;
|
|
4464
|
+
createdByUserId: zod.ZodString;
|
|
4465
|
+
hasSecret: zod.ZodBoolean;
|
|
4466
|
+
id: zod.ZodString;
|
|
4467
|
+
kind: zod.ZodString;
|
|
4468
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4469
|
+
modifiedByUserId: zod.ZodString;
|
|
4470
|
+
name: zod.ZodString;
|
|
4471
|
+
url: zod.ZodString;
|
|
4472
|
+
}, zod.core.$strip>;
|
|
4473
|
+
/**
|
|
4474
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
4475
|
+
untouched; supply one to rotate it.
|
|
4476
|
+
*/
|
|
4477
|
+
export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
|
|
4478
|
+
export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
|
|
4479
|
+
id: zod.ZodString;
|
|
4480
|
+
}, zod.core.$strict>;
|
|
4481
|
+
export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
|
|
4482
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4483
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4484
|
+
authType: zod.ZodString;
|
|
4485
|
+
name: zod.ZodString;
|
|
4486
|
+
secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4487
|
+
url: zod.ZodString;
|
|
4488
|
+
}, zod.core.$strict>;
|
|
4489
|
+
export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
|
|
4490
|
+
export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
|
|
4491
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4492
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4493
|
+
authType: zod.ZodString;
|
|
4494
|
+
createdAt: zod.ZodISODateTime;
|
|
4495
|
+
createdByUserId: zod.ZodString;
|
|
4496
|
+
hasSecret: zod.ZodBoolean;
|
|
4497
|
+
id: zod.ZodString;
|
|
4498
|
+
kind: zod.ZodString;
|
|
4499
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4500
|
+
modifiedByUserId: zod.ZodString;
|
|
4501
|
+
name: zod.ZodString;
|
|
4502
|
+
url: zod.ZodString;
|
|
4503
|
+
}, zod.core.$strip>;
|
|
4285
4504
|
/**
|
|
4286
4505
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
4287
4506
|
*/
|
|
@@ -4465,6 +4684,35 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
|
|
|
4465
4684
|
}, zod.core.$strip>>;
|
|
4466
4685
|
total: zod.ZodNumber;
|
|
4467
4686
|
}, zod.core.$strip>;
|
|
4687
|
+
/**
|
|
4688
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
4689
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
4690
|
+
*/
|
|
4691
|
+
export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
|
|
4692
|
+
export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
|
|
4693
|
+
workspaceId: zod.ZodString;
|
|
4694
|
+
}, zod.core.$strict>;
|
|
4695
|
+
export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
4696
|
+
export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
4697
|
+
export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
|
|
4698
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
4699
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
4700
|
+
}, zod.core.$strict>;
|
|
4701
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
|
|
4702
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
|
|
4703
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
|
|
4704
|
+
export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
|
|
4705
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
4706
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4707
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4708
|
+
flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4709
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4710
|
+
flowRunId: zod.ZodString;
|
|
4711
|
+
runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4712
|
+
status: zod.ZodString;
|
|
4713
|
+
}, zod.core.$strip>>;
|
|
4714
|
+
total: zod.ZodNumber;
|
|
4715
|
+
}, zod.core.$strip>;
|
|
4468
4716
|
/**
|
|
4469
4717
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
4470
4718
|
*/
|