@smartspace/api-client 0.1.0-dev.82cf025 → 0.1.0-dev.871c93f
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 +101 -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/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.js +8 -0
- package/dist/generated/config/models/index.d.ts +12 -0
- package/dist/generated/config/models/index.js +12 -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/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/workSpacesWorkSpace.d.ts +2 -0
- package/dist/generated/config/zod.d.ts +221 -0
- package/dist/generated/config/zod.js +216 -11
- 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,7 @@ export * from './syncsGetItemsParams';
|
|
|
295
306
|
export * from './syncsGetParams';
|
|
296
307
|
export * from './syncsSync';
|
|
297
308
|
export * from './syncsSyncDataSourceInfo';
|
|
309
|
+
export * from './syncsSyncQueueState';
|
|
298
310
|
export * from './syncsSyncRunInfo';
|
|
299
311
|
export * from './usersAdminPermissionParams';
|
|
300
312
|
export * from './usersAppAccessUser';
|
|
@@ -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,7 @@ __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);
|
|
314
326
|
__exportStar(require("./syncsSyncRunInfo"), exports);
|
|
315
327
|
__exportStar(require("./usersAdminPermissionParams"), exports);
|
|
316
328
|
__exportStar(require("./usersAppAccessUser"), 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
|
};
|
|
@@ -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
|
}
|
|
@@ -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[];
|
|
@@ -2343,6 +2343,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
|
|
|
2343
2343
|
export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
|
|
2344
2344
|
id: zod.ZodString;
|
|
2345
2345
|
}, zod.core.$strict>;
|
|
2346
|
+
/**
|
|
2347
|
+
* @summary Requests cancellation of a queued or running flow run. Cancellation
|
|
2348
|
+
is cooperative: a queued run is stamped cancelled before it starts;
|
|
2349
|
+
a running flow stops between block executions, typically within
|
|
2350
|
+
seconds. Cancelled runs carry cancelledAt in their basic info.
|
|
2351
|
+
*/
|
|
2352
|
+
export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
|
|
2353
|
+
export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
|
|
2354
|
+
id: zod.ZodString;
|
|
2355
|
+
}, zod.core.$strict>;
|
|
2346
2356
|
export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
|
|
2347
2357
|
export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
|
|
2348
2358
|
id: zod.ZodString;
|
|
@@ -2973,12 +2983,23 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
|
|
|
2973
2983
|
name: zod.ZodString;
|
|
2974
2984
|
}, zod.core.$strip>>;
|
|
2975
2985
|
}, zod.core.$strip>;
|
|
2986
|
+
/**
|
|
2987
|
+
* @summary List configured syncs. status matches the data
|
|
2988
|
+
source's latest completed sync (e.g. Success / Failure), or "never"
|
|
2989
|
+
for sources with no recorded sync. sortBy:
|
|
2990
|
+
name | connector | lastSync (default: path).
|
|
2991
|
+
*/
|
|
2976
2992
|
export declare const syncsGetQueryTakeDefault = 50;
|
|
2977
2993
|
export declare const syncsGetQuerySkipDefault = 0;
|
|
2994
|
+
export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
|
|
2978
2995
|
export declare const syncsGetQueryParams: zod.ZodObject<{
|
|
2979
2996
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2980
2997
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2981
2998
|
search: zod.ZodOptional<zod.ZodString>;
|
|
2999
|
+
dataSourceId: zod.ZodOptional<zod.ZodString>;
|
|
3000
|
+
status: zod.ZodOptional<zod.ZodString>;
|
|
3001
|
+
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
3002
|
+
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
2982
3003
|
}, zod.core.$strict>;
|
|
2983
3004
|
export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
|
|
2984
3005
|
export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
|
|
@@ -2993,6 +3014,7 @@ export declare const syncsGetResponse: zod.ZodObject<{
|
|
|
2993
3014
|
}, zod.core.$strip>>;
|
|
2994
3015
|
dataSource: zod.ZodObject<{
|
|
2995
3016
|
id: zod.ZodString;
|
|
3017
|
+
isQueued: zod.ZodBoolean;
|
|
2996
3018
|
isSyncing: zod.ZodBoolean;
|
|
2997
3019
|
name: zod.ZodString;
|
|
2998
3020
|
sourceType: zod.ZodEnum<{
|
|
@@ -3008,6 +3030,7 @@ export declare const syncsGetResponse: zod.ZodObject<{
|
|
|
3008
3030
|
File: "File";
|
|
3009
3031
|
Sitemap: "Sitemap";
|
|
3010
3032
|
}>;
|
|
3033
|
+
syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3011
3034
|
}, zod.core.$strip>;
|
|
3012
3035
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3013
3036
|
highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
@@ -3029,6 +3052,17 @@ export declare const syncsGetResponse: zod.ZodObject<{
|
|
|
3029
3052
|
}, zod.core.$strip>>;
|
|
3030
3053
|
total: zod.ZodNumber;
|
|
3031
3054
|
}, zod.core.$strip>;
|
|
3055
|
+
/**
|
|
3056
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
3057
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
3058
|
+
peek (visibility timeout) — that state is each data source's
|
|
3059
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
3060
|
+
*/
|
|
3061
|
+
export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
|
|
3062
|
+
export declare const syncsGetQueueResponse: zod.ZodObject<{
|
|
3063
|
+
depth: zod.ZodNumber;
|
|
3064
|
+
waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
|
|
3065
|
+
}, zod.core.$strip>;
|
|
3032
3066
|
export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
|
|
3033
3067
|
export declare const syncsGetByIdParams: zod.ZodObject<{
|
|
3034
3068
|
containerId: zod.ZodString;
|
|
@@ -3045,6 +3079,7 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
|
|
|
3045
3079
|
}, zod.core.$strip>>;
|
|
3046
3080
|
dataSource: zod.ZodObject<{
|
|
3047
3081
|
id: zod.ZodString;
|
|
3082
|
+
isQueued: zod.ZodBoolean;
|
|
3048
3083
|
isSyncing: zod.ZodBoolean;
|
|
3049
3084
|
name: zod.ZodString;
|
|
3050
3085
|
sourceType: zod.ZodEnum<{
|
|
@@ -3060,6 +3095,7 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
|
|
|
3060
3095
|
File: "File";
|
|
3061
3096
|
Sitemap: "Sitemap";
|
|
3062
3097
|
}>;
|
|
3098
|
+
syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3063
3099
|
}, zod.core.$strip>;
|
|
3064
3100
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3065
3101
|
highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
@@ -3379,6 +3415,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
|
|
|
3379
3415
|
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
3380
3416
|
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
3381
3417
|
}, zod.core.$strict>;
|
|
3418
|
+
export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
|
|
3382
3419
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3383
3420
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3384
3421
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3399,6 +3436,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
|
|
|
3399
3436
|
export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
|
|
3400
3437
|
export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
3401
3438
|
data: zod.ZodArray<zod.ZodObject<{
|
|
3439
|
+
connectors: zod.ZodArray<zod.ZodObject<{
|
|
3440
|
+
id: zod.ZodString;
|
|
3441
|
+
kind: zod.ZodString;
|
|
3442
|
+
name: zod.ZodString;
|
|
3443
|
+
}, zod.core.$strip>>;
|
|
3402
3444
|
createdAt: zod.ZodISODateTime;
|
|
3403
3445
|
createdByUserId: zod.ZodString;
|
|
3404
3446
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -3670,6 +3712,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
|
3670
3712
|
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
3671
3713
|
id: zod.ZodString;
|
|
3672
3714
|
}, zod.core.$strict>;
|
|
3715
|
+
export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
|
|
3673
3716
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3674
3717
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3675
3718
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3689,6 +3732,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
|
|
|
3689
3732
|
export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
3690
3733
|
export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
|
|
3691
3734
|
export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
3735
|
+
connectors: zod.ZodArray<zod.ZodObject<{
|
|
3736
|
+
id: zod.ZodString;
|
|
3737
|
+
kind: zod.ZodString;
|
|
3738
|
+
name: zod.ZodString;
|
|
3739
|
+
}, zod.core.$strip>>;
|
|
3692
3740
|
createdAt: zod.ZodISODateTime;
|
|
3693
3741
|
createdByUserId: zod.ZodString;
|
|
3694
3742
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -4038,6 +4086,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
|
|
|
4038
4086
|
temperature: zod.ZodNumber;
|
|
4039
4087
|
topP: zod.ZodNumber;
|
|
4040
4088
|
}, zod.core.$strict>;
|
|
4089
|
+
/**
|
|
4090
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
4091
|
+
fail at resolve time rather than silently keeping access.
|
|
4092
|
+
*/
|
|
4093
|
+
export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
|
|
4094
|
+
export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
|
|
4095
|
+
export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
|
|
4096
|
+
workspaceId: zod.ZodString;
|
|
4097
|
+
connectorId: zod.ZodString;
|
|
4098
|
+
}, zod.core.$strict>;
|
|
4099
|
+
/**
|
|
4100
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
4101
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
4102
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
4103
|
+
the same attachment at call time.
|
|
4104
|
+
*/
|
|
4105
|
+
export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
|
|
4106
|
+
export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
|
|
4107
|
+
export declare const workSpacesAddConnectorParams: zod.ZodObject<{
|
|
4108
|
+
workspaceId: zod.ZodString;
|
|
4109
|
+
connectorId: zod.ZodString;
|
|
4110
|
+
}, zod.core.$strict>;
|
|
4041
4111
|
/**
|
|
4042
4112
|
* @summary Removes a data space from a workspace.
|
|
4043
4113
|
*/
|
|
@@ -4304,6 +4374,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
|
4304
4374
|
workspaceId: zod.ZodString;
|
|
4305
4375
|
}, zod.core.$strict>;
|
|
4306
4376
|
export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
|
|
4377
|
+
/**
|
|
4378
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
4379
|
+
*/
|
|
4380
|
+
export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
|
|
4381
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
4382
|
+
}, zod.core.$strict>;
|
|
4383
|
+
export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
|
|
4384
|
+
export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
|
|
4385
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4386
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4387
|
+
authType: zod.ZodString;
|
|
4388
|
+
createdAt: zod.ZodISODateTime;
|
|
4389
|
+
createdByUserId: zod.ZodString;
|
|
4390
|
+
hasSecret: zod.ZodBoolean;
|
|
4391
|
+
id: zod.ZodString;
|
|
4392
|
+
kind: zod.ZodString;
|
|
4393
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4394
|
+
modifiedByUserId: zod.ZodString;
|
|
4395
|
+
name: zod.ZodString;
|
|
4396
|
+
url: zod.ZodString;
|
|
4397
|
+
}, zod.core.$strip>;
|
|
4398
|
+
export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
|
|
4399
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4400
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4401
|
+
authType: zod.ZodString;
|
|
4402
|
+
createdAt: zod.ZodISODateTime;
|
|
4403
|
+
createdByUserId: zod.ZodString;
|
|
4404
|
+
hasSecret: zod.ZodBoolean;
|
|
4405
|
+
id: zod.ZodString;
|
|
4406
|
+
kind: zod.ZodString;
|
|
4407
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4408
|
+
modifiedByUserId: zod.ZodString;
|
|
4409
|
+
name: zod.ZodString;
|
|
4410
|
+
url: zod.ZodString;
|
|
4411
|
+
}, zod.core.$strip>>;
|
|
4412
|
+
/**
|
|
4413
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
4414
|
+
goes to Key Vault, the row stores only the reference.
|
|
4415
|
+
*/
|
|
4416
|
+
export declare const connectorsCreateConnectorBody: zod.ZodObject<{
|
|
4417
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4418
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4419
|
+
authType: zod.ZodString;
|
|
4420
|
+
kind: zod.ZodString;
|
|
4421
|
+
name: zod.ZodString;
|
|
4422
|
+
secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4423
|
+
url: zod.ZodString;
|
|
4424
|
+
}, zod.core.$strict>;
|
|
4425
|
+
/**
|
|
4426
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
4427
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
4428
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
4429
|
+
choose one. Admins pass this gate via the role bypass.
|
|
4430
|
+
*/
|
|
4431
|
+
export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
|
|
4432
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
4433
|
+
}, zod.core.$strict>;
|
|
4434
|
+
export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
|
|
4435
|
+
export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
|
|
4436
|
+
id: zod.ZodString;
|
|
4437
|
+
kind: zod.ZodString;
|
|
4438
|
+
name: zod.ZodString;
|
|
4439
|
+
}, zod.core.$strip>;
|
|
4440
|
+
export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
|
|
4441
|
+
id: zod.ZodString;
|
|
4442
|
+
kind: zod.ZodString;
|
|
4443
|
+
name: zod.ZodString;
|
|
4444
|
+
}, zod.core.$strip>>;
|
|
4445
|
+
export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
|
|
4446
|
+
export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
|
|
4447
|
+
id: zod.ZodString;
|
|
4448
|
+
}, zod.core.$strict>;
|
|
4449
|
+
export declare const connectorsGetConnectorPathIdRegExp: RegExp;
|
|
4450
|
+
export declare const connectorsGetConnectorParams: zod.ZodObject<{
|
|
4451
|
+
id: zod.ZodString;
|
|
4452
|
+
}, zod.core.$strict>;
|
|
4453
|
+
export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
|
|
4454
|
+
export declare const connectorsGetConnectorResponse: zod.ZodObject<{
|
|
4455
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4456
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4457
|
+
authType: zod.ZodString;
|
|
4458
|
+
createdAt: zod.ZodISODateTime;
|
|
4459
|
+
createdByUserId: zod.ZodString;
|
|
4460
|
+
hasSecret: zod.ZodBoolean;
|
|
4461
|
+
id: zod.ZodString;
|
|
4462
|
+
kind: zod.ZodString;
|
|
4463
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4464
|
+
modifiedByUserId: zod.ZodString;
|
|
4465
|
+
name: zod.ZodString;
|
|
4466
|
+
url: zod.ZodString;
|
|
4467
|
+
}, zod.core.$strip>;
|
|
4468
|
+
/**
|
|
4469
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
4470
|
+
untouched; supply one to rotate it.
|
|
4471
|
+
*/
|
|
4472
|
+
export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
|
|
4473
|
+
export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
|
|
4474
|
+
id: zod.ZodString;
|
|
4475
|
+
}, zod.core.$strict>;
|
|
4476
|
+
export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
|
|
4477
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4478
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4479
|
+
authType: zod.ZodString;
|
|
4480
|
+
name: zod.ZodString;
|
|
4481
|
+
secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4482
|
+
url: zod.ZodString;
|
|
4483
|
+
}, zod.core.$strict>;
|
|
4484
|
+
export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
|
|
4485
|
+
export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
|
|
4486
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4487
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4488
|
+
authType: zod.ZodString;
|
|
4489
|
+
createdAt: zod.ZodISODateTime;
|
|
4490
|
+
createdByUserId: zod.ZodString;
|
|
4491
|
+
hasSecret: zod.ZodBoolean;
|
|
4492
|
+
id: zod.ZodString;
|
|
4493
|
+
kind: zod.ZodString;
|
|
4494
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4495
|
+
modifiedByUserId: zod.ZodString;
|
|
4496
|
+
name: zod.ZodString;
|
|
4497
|
+
url: zod.ZodString;
|
|
4498
|
+
}, zod.core.$strip>;
|
|
4307
4499
|
/**
|
|
4308
4500
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
4309
4501
|
*/
|
|
@@ -4487,6 +4679,35 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
|
|
|
4487
4679
|
}, zod.core.$strip>>;
|
|
4488
4680
|
total: zod.ZodNumber;
|
|
4489
4681
|
}, zod.core.$strip>;
|
|
4682
|
+
/**
|
|
4683
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
4684
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
4685
|
+
*/
|
|
4686
|
+
export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
|
|
4687
|
+
export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
|
|
4688
|
+
workspaceId: zod.ZodString;
|
|
4689
|
+
}, zod.core.$strict>;
|
|
4690
|
+
export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
4691
|
+
export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
4692
|
+
export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
|
|
4693
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
4694
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
4695
|
+
}, zod.core.$strict>;
|
|
4696
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
|
|
4697
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
|
|
4698
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
|
|
4699
|
+
export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
|
|
4700
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
4701
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4702
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4703
|
+
flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4704
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4705
|
+
flowRunId: zod.ZodString;
|
|
4706
|
+
runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4707
|
+
status: zod.ZodString;
|
|
4708
|
+
}, zod.core.$strip>>;
|
|
4709
|
+
total: zod.ZodNumber;
|
|
4710
|
+
}, zod.core.$strip>;
|
|
4490
4711
|
/**
|
|
4491
4712
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
4492
4713
|
*/
|