@smartspace/api-client 0.1.0-dev.0fab26c → 0.1.0-dev.10b8143
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/enumsNotificationType.d.ts +1 -0
- package/dist/generated/chat/models/enumsNotificationType.js +1 -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 +22 -0
- package/dist/generated/chat/zod.js +27 -6
- package/dist/generated/config/api.d.ts +29 -1
- package/dist/generated/config/api.js +136 -1
- package/dist/generated/config/api.msw.d.ts +22 -1
- package/dist/generated/config/api.msw.js +194 -12
- package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.d.ts +9 -0
- package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.js +8 -0
- 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/enumsNotificationType.d.ts +1 -0
- package/dist/generated/config/models/enumsNotificationType.js +1 -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 +14 -0
- package/dist/generated/config/models/index.js +14 -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 +277 -1
- package/dist/generated/config/zod.js +274 -15
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
- package/dist/signalr.d.ts +2 -0
- package/dist/signalr.js +3 -0
- package/package.json +2 -2
|
@@ -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<{
|
|
@@ -1586,6 +1591,15 @@ export declare const dataSourcesUpdateCredentialsParams: zod.ZodObject<{
|
|
|
1586
1591
|
export declare const dataSourcesUpdateCredentialsBody: zod.ZodObject<{
|
|
1587
1592
|
credentials: zod.ZodRecord<zod.ZodString, zod.ZodNullable<zod.ZodString>>;
|
|
1588
1593
|
}, zod.core.$strict>;
|
|
1594
|
+
/**
|
|
1595
|
+
* @summary Requests an on-demand sync of a data source. The request is queued;
|
|
1596
|
+
the sync service picks it up within ~30 seconds. Repeated requests
|
|
1597
|
+
are safe — concurrent syncs of the same source collapse to one run.
|
|
1598
|
+
*/
|
|
1599
|
+
export declare const dataSourcesRequestSyncPathDataSourceIdRegExp: RegExp;
|
|
1600
|
+
export declare const dataSourcesRequestSyncParams: zod.ZodObject<{
|
|
1601
|
+
dataSourceId: zod.ZodString;
|
|
1602
|
+
}, zod.core.$strict>;
|
|
1589
1603
|
export declare const dataSourcesGetAdminUsersPathIdRegExp: RegExp;
|
|
1590
1604
|
export declare const dataSourcesGetAdminUsersParams: zod.ZodObject<{
|
|
1591
1605
|
id: zod.ZodString;
|
|
@@ -1868,6 +1882,13 @@ export declare const debugInvokeParams: zod.ZodObject<{
|
|
|
1868
1882
|
}, zod.core.$strict>;
|
|
1869
1883
|
export declare const debugInvokeBodyItem: zod.ZodAny;
|
|
1870
1884
|
export declare const debugInvokeBody: zod.ZodArray<zod.ZodAny>;
|
|
1885
|
+
/**
|
|
1886
|
+
* @summary Mongo index health for the flow-runs store: planned-vs-existing
|
|
1887
|
+
indexes per collection, the latest index-ensure outcome per index
|
|
1888
|
+
(including repeated failures), and any in-flight index
|
|
1889
|
+
transformations with their progress (currentOp).
|
|
1890
|
+
*/
|
|
1891
|
+
export declare const diagnosticsGetMongoIndexesResponse: zod.ZodAny;
|
|
1871
1892
|
/**
|
|
1872
1893
|
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1873
1894
|
*/
|
|
@@ -2334,6 +2355,16 @@ export declare const flowRunsGetFlowRunPathIdRegExp: RegExp;
|
|
|
2334
2355
|
export declare const flowRunsGetFlowRunParams: zod.ZodObject<{
|
|
2335
2356
|
id: zod.ZodString;
|
|
2336
2357
|
}, zod.core.$strict>;
|
|
2358
|
+
/**
|
|
2359
|
+
* @summary Requests cancellation of a queued or running flow run. Cancellation
|
|
2360
|
+
is cooperative: a queued run is stamped cancelled before it starts;
|
|
2361
|
+
a running flow stops between block executions, typically within
|
|
2362
|
+
seconds. Cancelled runs carry cancelledAt in their basic info.
|
|
2363
|
+
*/
|
|
2364
|
+
export declare const flowRunsCancelFlowRunPathIdRegExpOne: RegExp;
|
|
2365
|
+
export declare const flowRunsCancelFlowRunParams: zod.ZodObject<{
|
|
2366
|
+
id: zod.ZodString;
|
|
2367
|
+
}, zod.core.$strict>;
|
|
2337
2368
|
export declare const flowRunsAddFileIdFilesPathIdRegExp: RegExp;
|
|
2338
2369
|
export declare const flowRunsAddFileIdFilesParams: zod.ZodObject<{
|
|
2339
2370
|
id: zod.ZodString;
|
|
@@ -2878,6 +2909,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
|
|
|
2878
2909
|
WorkSpaceUpdated: "WorkSpaceUpdated";
|
|
2879
2910
|
MessageThreadUpdated: "MessageThreadUpdated";
|
|
2880
2911
|
CommentUpdated: "CommentUpdated";
|
|
2912
|
+
AddedToThread: "AddedToThread";
|
|
2881
2913
|
}>;
|
|
2882
2914
|
threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
2883
2915
|
workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
@@ -2963,12 +2995,23 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
|
|
|
2963
2995
|
name: zod.ZodString;
|
|
2964
2996
|
}, zod.core.$strip>>;
|
|
2965
2997
|
}, zod.core.$strip>;
|
|
2998
|
+
/**
|
|
2999
|
+
* @summary List configured syncs. status matches the data
|
|
3000
|
+
source's latest completed sync (e.g. Success / Failure), or "never"
|
|
3001
|
+
for sources with no recorded sync. sortBy:
|
|
3002
|
+
name | connector | lastSync (default: path).
|
|
3003
|
+
*/
|
|
2966
3004
|
export declare const syncsGetQueryTakeDefault = 50;
|
|
2967
3005
|
export declare const syncsGetQuerySkipDefault = 0;
|
|
3006
|
+
export declare const syncsGetQueryDataSourceIdRegExp: RegExp;
|
|
2968
3007
|
export declare const syncsGetQueryParams: zod.ZodObject<{
|
|
2969
3008
|
take: zod.ZodDefault<zod.ZodNumber>;
|
|
2970
3009
|
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
2971
3010
|
search: zod.ZodOptional<zod.ZodString>;
|
|
3011
|
+
dataSourceId: zod.ZodOptional<zod.ZodString>;
|
|
3012
|
+
status: zod.ZodOptional<zod.ZodString>;
|
|
3013
|
+
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
3014
|
+
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
2972
3015
|
}, zod.core.$strict>;
|
|
2973
3016
|
export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
|
|
2974
3017
|
export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
|
|
@@ -2983,6 +3026,7 @@ export declare const syncsGetResponse: zod.ZodObject<{
|
|
|
2983
3026
|
}, zod.core.$strip>>;
|
|
2984
3027
|
dataSource: zod.ZodObject<{
|
|
2985
3028
|
id: zod.ZodString;
|
|
3029
|
+
isQueued: zod.ZodBoolean;
|
|
2986
3030
|
isSyncing: zod.ZodBoolean;
|
|
2987
3031
|
name: zod.ZodString;
|
|
2988
3032
|
sourceType: zod.ZodEnum<{
|
|
@@ -2998,16 +3042,50 @@ export declare const syncsGetResponse: zod.ZodObject<{
|
|
|
2998
3042
|
File: "File";
|
|
2999
3043
|
Sitemap: "Sitemap";
|
|
3000
3044
|
}>;
|
|
3045
|
+
syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3001
3046
|
}, zod.core.$strip>;
|
|
3002
3047
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3003
3048
|
highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3004
3049
|
id: zod.ZodString;
|
|
3050
|
+
latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3051
|
+
latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
3052
|
+
latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3053
|
+
latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3005
3054
|
name: zod.ZodString;
|
|
3006
3055
|
path: zod.ZodString;
|
|
3056
|
+
recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3057
|
+
end: zod.ZodISODateTime;
|
|
3058
|
+
itemCount: zod.ZodNumber;
|
|
3059
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3060
|
+
start: zod.ZodISODateTime;
|
|
3061
|
+
status: zod.ZodString;
|
|
3062
|
+
}, zod.core.$strip>>>>;
|
|
3007
3063
|
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3008
3064
|
}, zod.core.$strip>>;
|
|
3009
3065
|
total: zod.ZodNumber;
|
|
3010
3066
|
}, zod.core.$strip>;
|
|
3067
|
+
/**
|
|
3068
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
3069
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
3070
|
+
peek (visibility timeout) — that state is each data source's
|
|
3071
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
3072
|
+
*/
|
|
3073
|
+
export declare const syncsGetQueueResponseWaitingDataSourceIdsItemRegExp: RegExp;
|
|
3074
|
+
export declare const syncsGetQueueResponse: zod.ZodObject<{
|
|
3075
|
+
depth: zod.ZodNumber;
|
|
3076
|
+
waitingDataSourceIds: zod.ZodArray<zod.ZodString>;
|
|
3077
|
+
}, zod.core.$strip>;
|
|
3078
|
+
/**
|
|
3079
|
+
* @summary Removes the sync: deletes its data source container config record, so
|
|
3080
|
+
the source selection stops being mirrored from the next sync cycle.
|
|
3081
|
+
Refused (DSC400) while any live dataset still subscribes to it via a
|
|
3082
|
+
container flow trigger. Config-only — already-landed items and copied
|
|
3083
|
+
blobs are not cleaned up here.
|
|
3084
|
+
*/
|
|
3085
|
+
export declare const syncsDeletePathContainerIdRegExp: RegExp;
|
|
3086
|
+
export declare const syncsDeleteParams: zod.ZodObject<{
|
|
3087
|
+
containerId: zod.ZodString;
|
|
3088
|
+
}, zod.core.$strict>;
|
|
3011
3089
|
export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
|
|
3012
3090
|
export declare const syncsGetByIdParams: zod.ZodObject<{
|
|
3013
3091
|
containerId: zod.ZodString;
|
|
@@ -3024,6 +3102,7 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
|
|
|
3024
3102
|
}, zod.core.$strip>>;
|
|
3025
3103
|
dataSource: zod.ZodObject<{
|
|
3026
3104
|
id: zod.ZodString;
|
|
3105
|
+
isQueued: zod.ZodBoolean;
|
|
3027
3106
|
isSyncing: zod.ZodBoolean;
|
|
3028
3107
|
name: zod.ZodString;
|
|
3029
3108
|
sourceType: zod.ZodEnum<{
|
|
@@ -3039,12 +3118,24 @@ export declare const syncsGetByIdResponse: zod.ZodObject<{
|
|
|
3039
3118
|
File: "File";
|
|
3040
3119
|
Sitemap: "Sitemap";
|
|
3041
3120
|
}>;
|
|
3121
|
+
syncStartedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3042
3122
|
}, zod.core.$strip>;
|
|
3043
3123
|
filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3044
3124
|
highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3045
3125
|
id: zod.ZodString;
|
|
3126
|
+
latestSyncAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
3127
|
+
latestSyncItemCount: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
|
|
3128
|
+
latestSyncMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3129
|
+
latestSyncStatus: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3046
3130
|
name: zod.ZodString;
|
|
3047
3131
|
path: zod.ZodString;
|
|
3132
|
+
recentSyncs: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
3133
|
+
end: zod.ZodISODateTime;
|
|
3134
|
+
itemCount: zod.ZodNumber;
|
|
3135
|
+
message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3136
|
+
start: zod.ZodISODateTime;
|
|
3137
|
+
status: zod.ZodString;
|
|
3138
|
+
}, zod.core.$strip>>>>;
|
|
3048
3139
|
statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3049
3140
|
}, zod.core.$strip>;
|
|
3050
3141
|
/**
|
|
@@ -3347,6 +3438,7 @@ export declare const workSpacesGetGetQueryParams: zod.ZodObject<{
|
|
|
3347
3438
|
sortBy: zod.ZodOptional<zod.ZodString>;
|
|
3348
3439
|
sortDirection: zod.ZodOptional<zod.ZodString>;
|
|
3349
3440
|
}, zod.core.$strict>;
|
|
3441
|
+
export declare const workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne: RegExp;
|
|
3350
3442
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3351
3443
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3352
3444
|
export declare const workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3367,6 +3459,11 @@ export declare const workSpacesGetGetResponseDataItemModelConfigurationsItemMode
|
|
|
3367
3459
|
export declare const workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne: RegExp;
|
|
3368
3460
|
export declare const workSpacesGetGetResponse: zod.ZodObject<{
|
|
3369
3461
|
data: zod.ZodArray<zod.ZodObject<{
|
|
3462
|
+
connectors: zod.ZodArray<zod.ZodObject<{
|
|
3463
|
+
id: zod.ZodString;
|
|
3464
|
+
kind: zod.ZodString;
|
|
3465
|
+
name: zod.ZodString;
|
|
3466
|
+
}, zod.core.$strip>>;
|
|
3370
3467
|
createdAt: zod.ZodISODateTime;
|
|
3371
3468
|
createdByUserId: zod.ZodString;
|
|
3372
3469
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -3638,6 +3735,7 @@ export declare const workSpacesGetIdPathIdRegExpOne: RegExp;
|
|
|
3638
3735
|
export declare const workSpacesGetIdParams: zod.ZodObject<{
|
|
3639
3736
|
id: zod.ZodString;
|
|
3640
3737
|
}, zod.core.$strict>;
|
|
3738
|
+
export declare const workSpacesGetIdResponseConnectorsItemIdRegExpOne: RegExp;
|
|
3641
3739
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne: RegExp;
|
|
3642
3740
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne: RegExp;
|
|
3643
3741
|
export declare const workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne: RegExp;
|
|
@@ -3657,6 +3755,11 @@ export declare const workSpacesGetIdResponseModelConfigurationsItemModelDeployme
|
|
|
3657
3755
|
export declare const workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne: RegExp;
|
|
3658
3756
|
export declare const workSpacesGetIdResponseSandBoxThreadIdRegExpOne: RegExp;
|
|
3659
3757
|
export declare const workSpacesGetIdResponse: zod.ZodObject<{
|
|
3758
|
+
connectors: zod.ZodArray<zod.ZodObject<{
|
|
3759
|
+
id: zod.ZodString;
|
|
3760
|
+
kind: zod.ZodString;
|
|
3761
|
+
name: zod.ZodString;
|
|
3762
|
+
}, zod.core.$strip>>;
|
|
3660
3763
|
createdAt: zod.ZodISODateTime;
|
|
3661
3764
|
createdByUserId: zod.ZodString;
|
|
3662
3765
|
dataSpaces: zod.ZodArray<zod.ZodObject<{
|
|
@@ -4006,6 +4109,28 @@ export declare const workSpacesPutModelConfigurationBody: zod.ZodObject<{
|
|
|
4006
4109
|
temperature: zod.ZodNumber;
|
|
4007
4110
|
topP: zod.ZodNumber;
|
|
4008
4111
|
}, zod.core.$strict>;
|
|
4112
|
+
/**
|
|
4113
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
4114
|
+
fail at resolve time rather than silently keeping access.
|
|
4115
|
+
*/
|
|
4116
|
+
export declare const workSpacesRemoveConnectorPathWorkspaceIdRegExp: RegExp;
|
|
4117
|
+
export declare const workSpacesRemoveConnectorPathConnectorIdRegExp: RegExp;
|
|
4118
|
+
export declare const workSpacesRemoveConnectorParams: zod.ZodObject<{
|
|
4119
|
+
workspaceId: zod.ZodString;
|
|
4120
|
+
connectorId: zod.ZodString;
|
|
4121
|
+
}, zod.core.$strict>;
|
|
4122
|
+
/**
|
|
4123
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
4124
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
4125
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
4126
|
+
the same attachment at call time.
|
|
4127
|
+
*/
|
|
4128
|
+
export declare const workSpacesAddConnectorPathWorkspaceIdRegExp: RegExp;
|
|
4129
|
+
export declare const workSpacesAddConnectorPathConnectorIdRegExp: RegExp;
|
|
4130
|
+
export declare const workSpacesAddConnectorParams: zod.ZodObject<{
|
|
4131
|
+
workspaceId: zod.ZodString;
|
|
4132
|
+
connectorId: zod.ZodString;
|
|
4133
|
+
}, zod.core.$strict>;
|
|
4009
4134
|
/**
|
|
4010
4135
|
* @summary Removes a data space from a workspace.
|
|
4011
4136
|
*/
|
|
@@ -4272,6 +4397,128 @@ export declare const workSpacesSetActiveFlowLayoutParams: zod.ZodObject<{
|
|
|
4272
4397
|
workspaceId: zod.ZodString;
|
|
4273
4398
|
}, zod.core.$strict>;
|
|
4274
4399
|
export declare const workSpacesSetActiveFlowLayoutBody: zod.ZodAny;
|
|
4400
|
+
/**
|
|
4401
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
4402
|
+
*/
|
|
4403
|
+
export declare const connectorsGetConnectorsQueryParams: zod.ZodObject<{
|
|
4404
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
4405
|
+
}, zod.core.$strict>;
|
|
4406
|
+
export declare const connectorsGetConnectorsResponseIdRegExp: RegExp;
|
|
4407
|
+
export declare const connectorsGetConnectorsResponseItem: zod.ZodObject<{
|
|
4408
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4409
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4410
|
+
authType: zod.ZodString;
|
|
4411
|
+
createdAt: zod.ZodISODateTime;
|
|
4412
|
+
createdByUserId: zod.ZodString;
|
|
4413
|
+
hasSecret: zod.ZodBoolean;
|
|
4414
|
+
id: zod.ZodString;
|
|
4415
|
+
kind: zod.ZodString;
|
|
4416
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4417
|
+
modifiedByUserId: zod.ZodString;
|
|
4418
|
+
name: zod.ZodString;
|
|
4419
|
+
url: zod.ZodString;
|
|
4420
|
+
}, zod.core.$strip>;
|
|
4421
|
+
export declare const connectorsGetConnectorsResponse: zod.ZodArray<zod.ZodObject<{
|
|
4422
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4423
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4424
|
+
authType: zod.ZodString;
|
|
4425
|
+
createdAt: zod.ZodISODateTime;
|
|
4426
|
+
createdByUserId: zod.ZodString;
|
|
4427
|
+
hasSecret: zod.ZodBoolean;
|
|
4428
|
+
id: zod.ZodString;
|
|
4429
|
+
kind: zod.ZodString;
|
|
4430
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4431
|
+
modifiedByUserId: zod.ZodString;
|
|
4432
|
+
name: zod.ZodString;
|
|
4433
|
+
url: zod.ZodString;
|
|
4434
|
+
}, zod.core.$strip>>;
|
|
4435
|
+
/**
|
|
4436
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
4437
|
+
goes to Key Vault, the row stores only the reference.
|
|
4438
|
+
*/
|
|
4439
|
+
export declare const connectorsCreateConnectorBody: zod.ZodObject<{
|
|
4440
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4441
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4442
|
+
authType: zod.ZodString;
|
|
4443
|
+
kind: zod.ZodString;
|
|
4444
|
+
name: zod.ZodString;
|
|
4445
|
+
secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4446
|
+
url: zod.ZodString;
|
|
4447
|
+
}, zod.core.$strict>;
|
|
4448
|
+
/**
|
|
4449
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
4450
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
4451
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
4452
|
+
choose one. Admins pass this gate via the role bypass.
|
|
4453
|
+
*/
|
|
4454
|
+
export declare const connectorsGetConnectorSummariesQueryParams: zod.ZodObject<{
|
|
4455
|
+
kind: zod.ZodOptional<zod.ZodString>;
|
|
4456
|
+
}, zod.core.$strict>;
|
|
4457
|
+
export declare const connectorsGetConnectorSummariesResponseIdRegExp: RegExp;
|
|
4458
|
+
export declare const connectorsGetConnectorSummariesResponseItem: zod.ZodObject<{
|
|
4459
|
+
id: zod.ZodString;
|
|
4460
|
+
kind: zod.ZodString;
|
|
4461
|
+
name: zod.ZodString;
|
|
4462
|
+
}, zod.core.$strip>;
|
|
4463
|
+
export declare const connectorsGetConnectorSummariesResponse: zod.ZodArray<zod.ZodObject<{
|
|
4464
|
+
id: zod.ZodString;
|
|
4465
|
+
kind: zod.ZodString;
|
|
4466
|
+
name: zod.ZodString;
|
|
4467
|
+
}, zod.core.$strip>>;
|
|
4468
|
+
export declare const connectorsDeleteConnectorPathIdRegExp: RegExp;
|
|
4469
|
+
export declare const connectorsDeleteConnectorParams: zod.ZodObject<{
|
|
4470
|
+
id: zod.ZodString;
|
|
4471
|
+
}, zod.core.$strict>;
|
|
4472
|
+
export declare const connectorsGetConnectorPathIdRegExp: RegExp;
|
|
4473
|
+
export declare const connectorsGetConnectorParams: zod.ZodObject<{
|
|
4474
|
+
id: zod.ZodString;
|
|
4475
|
+
}, zod.core.$strict>;
|
|
4476
|
+
export declare const connectorsGetConnectorResponseIdRegExp: RegExp;
|
|
4477
|
+
export declare const connectorsGetConnectorResponse: zod.ZodObject<{
|
|
4478
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4479
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4480
|
+
authType: zod.ZodString;
|
|
4481
|
+
createdAt: zod.ZodISODateTime;
|
|
4482
|
+
createdByUserId: zod.ZodString;
|
|
4483
|
+
hasSecret: zod.ZodBoolean;
|
|
4484
|
+
id: zod.ZodString;
|
|
4485
|
+
kind: zod.ZodString;
|
|
4486
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4487
|
+
modifiedByUserId: zod.ZodString;
|
|
4488
|
+
name: zod.ZodString;
|
|
4489
|
+
url: zod.ZodString;
|
|
4490
|
+
}, zod.core.$strip>;
|
|
4491
|
+
/**
|
|
4492
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
4493
|
+
untouched; supply one to rotate it.
|
|
4494
|
+
*/
|
|
4495
|
+
export declare const connectorsUpdateConnectorPathIdRegExp: RegExp;
|
|
4496
|
+
export declare const connectorsUpdateConnectorParams: zod.ZodObject<{
|
|
4497
|
+
id: zod.ZodString;
|
|
4498
|
+
}, zod.core.$strict>;
|
|
4499
|
+
export declare const connectorsUpdateConnectorBody: zod.ZodObject<{
|
|
4500
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4501
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4502
|
+
authType: zod.ZodString;
|
|
4503
|
+
name: zod.ZodString;
|
|
4504
|
+
secret: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4505
|
+
url: zod.ZodString;
|
|
4506
|
+
}, zod.core.$strict>;
|
|
4507
|
+
export declare const connectorsUpdateConnectorResponseIdRegExp: RegExp;
|
|
4508
|
+
export declare const connectorsUpdateConnectorResponse: zod.ZodObject<{
|
|
4509
|
+
authHeaderName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4510
|
+
authScheme: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4511
|
+
authType: zod.ZodString;
|
|
4512
|
+
createdAt: zod.ZodISODateTime;
|
|
4513
|
+
createdByUserId: zod.ZodString;
|
|
4514
|
+
hasSecret: zod.ZodBoolean;
|
|
4515
|
+
id: zod.ZodString;
|
|
4516
|
+
kind: zod.ZodString;
|
|
4517
|
+
modifiedAt: zod.ZodISODateTime;
|
|
4518
|
+
modifiedByUserId: zod.ZodString;
|
|
4519
|
+
name: zod.ZodString;
|
|
4520
|
+
url: zod.ZodString;
|
|
4521
|
+
}, zod.core.$strip>;
|
|
4275
4522
|
/**
|
|
4276
4523
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
4277
4524
|
*/
|
|
@@ -4455,6 +4702,35 @@ export declare const messageThreadsGetStepExecutionsResponse: zod.ZodObject<{
|
|
|
4455
4702
|
}, zod.core.$strip>>;
|
|
4456
4703
|
total: zod.ZodNumber;
|
|
4457
4704
|
}, zod.core.$strip>;
|
|
4705
|
+
/**
|
|
4706
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
4707
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
4708
|
+
*/
|
|
4709
|
+
export declare const flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp: RegExp;
|
|
4710
|
+
export declare const flowRunsGetWorkspaceRunsParams: zod.ZodObject<{
|
|
4711
|
+
workspaceId: zod.ZodString;
|
|
4712
|
+
}, zod.core.$strict>;
|
|
4713
|
+
export declare const flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
4714
|
+
export declare const flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
4715
|
+
export declare const flowRunsGetWorkspaceRunsQueryParams: zod.ZodObject<{
|
|
4716
|
+
skip: zod.ZodOptional<zod.ZodNumber>;
|
|
4717
|
+
take: zod.ZodDefault<zod.ZodNumber>;
|
|
4718
|
+
}, zod.core.$strict>;
|
|
4719
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp: RegExp;
|
|
4720
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp: RegExp;
|
|
4721
|
+
export declare const flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp: RegExp;
|
|
4722
|
+
export declare const flowRunsGetWorkspaceRunsResponse: zod.ZodObject<{
|
|
4723
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
4724
|
+
createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4725
|
+
finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4726
|
+
flowDefinitionId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4727
|
+
flowId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
4728
|
+
flowRunId: zod.ZodString;
|
|
4729
|
+
runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
|
|
4730
|
+
status: zod.ZodString;
|
|
4731
|
+
}, zod.core.$strip>>;
|
|
4732
|
+
total: zod.ZodNumber;
|
|
4733
|
+
}, zod.core.$strip>;
|
|
4458
4734
|
/**
|
|
4459
4735
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
4460
4736
|
*/
|