@smartspace/api-client 0.1.0-pr.931.c032616 → 0.1.0-pr.933.81798ad

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.
Files changed (26) hide show
  1. package/dist/generated/chat/api.msw.js +2 -2
  2. package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
  3. package/dist/generated/chat/zod.d.ts +2 -0
  4. package/dist/generated/chat/zod.js +2 -0
  5. package/dist/generated/config/api.d.ts +9 -1
  6. package/dist/generated/config/api.js +30 -1
  7. package/dist/generated/config/api.msw.d.ts +9 -1
  8. package/dist/generated/config/api.msw.js +67 -11
  9. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  10. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  11. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  12. package/dist/generated/config/models/index.d.ts +6 -0
  13. package/dist/generated/config/models/index.js +6 -0
  14. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  15. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  16. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  17. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  18. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  19. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  20. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  21. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  22. package/dist/generated/config/models/syncsGetParams.d.ts +11 -0
  23. package/dist/generated/config/models/syncsGetParams.js +8 -0
  24. package/dist/generated/config/zod.d.ts +174 -0
  25. package/dist/generated/config/zod.js +161 -11
  26. package/package.json +1 -1
@@ -90,6 +90,7 @@ export * from './dataSetsCreateDataSetContainer';
90
90
  export * from './dataSetsDataSet';
91
91
  export * from './dataSetsDataSetProperty';
92
92
  export * from './dataSetsGetContainerItemsRunHistoryParams';
93
+ export * from './dataSetsGetIngestionRunsParams';
93
94
  export * from './dataSetsGetItemsParams';
94
95
  export * from './dataSetsGetParams';
95
96
  export * from './dataSetsSetDataSetScoping';
@@ -227,6 +228,8 @@ export * from './integrationsSmartSpaceAiFlowPinRef';
227
228
  export * from './integrationsSmartSpaceAiFlowValueModel';
228
229
  export * from './integrationsSmartSpaceAiFlowValueModelChannels';
229
230
  export * from './integrationsSmartSpaceAiFunctionExecutionDebugModel';
231
+ export * from './integrationsSmartSpaceAiIngestionRun';
232
+ export * from './integrationsSmartSpaceAiIngestionRunTrigger';
230
233
  export * from './integrationsSmartSpaceAiSdkBlockRef';
231
234
  export * from './managedSecretsCreateManagedSecret';
232
235
  export * from './managedSecretsManagedSecret';
@@ -279,6 +282,7 @@ export * from './pagedDataCollectionWorkSpaceTemplatesTemplate';
279
282
  export * from './pagedDataCollectionWorkSpacesWorkSpace';
280
283
  export * from './pagedDataSystemCollectionsGenericICollectionDataSetItem';
281
284
  export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory';
285
+ export * from './pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun';
282
286
  export * from './reportingDuration';
283
287
  export * from './reportingGetRequestsParams';
284
288
  export * from './reportingGetTokensParams';
@@ -286,6 +290,8 @@ export * from './reportingReportDefinitionSystemDateTime';
286
290
  export * from './reportingReportSeries';
287
291
  export * from './reportingSplit';
288
292
  export * from './sandBoxGetThreadMessagesParams';
293
+ export * from './syncsGetItemsParams';
294
+ export * from './syncsGetParams';
289
295
  export * from './syncsSync';
290
296
  export * from './syncsSyncDataSourceInfo';
291
297
  export * from './usersAdminPermissionParams';
@@ -106,6 +106,7 @@ __exportStar(require("./dataSetsCreateDataSetContainer"), exports);
106
106
  __exportStar(require("./dataSetsDataSet"), exports);
107
107
  __exportStar(require("./dataSetsDataSetProperty"), exports);
108
108
  __exportStar(require("./dataSetsGetContainerItemsRunHistoryParams"), exports);
109
+ __exportStar(require("./dataSetsGetIngestionRunsParams"), exports);
109
110
  __exportStar(require("./dataSetsGetItemsParams"), exports);
110
111
  __exportStar(require("./dataSetsGetParams"), exports);
111
112
  __exportStar(require("./dataSetsSetDataSetScoping"), exports);
@@ -243,6 +244,8 @@ __exportStar(require("./integrationsSmartSpaceAiFlowPinRef"), exports);
243
244
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModel"), exports);
244
245
  __exportStar(require("./integrationsSmartSpaceAiFlowValueModelChannels"), exports);
245
246
  __exportStar(require("./integrationsSmartSpaceAiFunctionExecutionDebugModel"), exports);
247
+ __exportStar(require("./integrationsSmartSpaceAiIngestionRun"), exports);
248
+ __exportStar(require("./integrationsSmartSpaceAiIngestionRunTrigger"), exports);
246
249
  __exportStar(require("./integrationsSmartSpaceAiSdkBlockRef"), exports);
247
250
  __exportStar(require("./managedSecretsCreateManagedSecret"), exports);
248
251
  __exportStar(require("./managedSecretsManagedSecret"), exports);
@@ -295,6 +298,7 @@ __exportStar(require("./pagedDataCollectionWorkSpaceTemplatesTemplate"), exports
295
298
  __exportStar(require("./pagedDataCollectionWorkSpacesWorkSpace"), exports);
296
299
  __exportStar(require("./pagedDataSystemCollectionsGenericICollectionDataSetItem"), exports);
297
300
  __exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory"), exports);
301
+ __exportStar(require("./pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun"), exports);
298
302
  __exportStar(require("./reportingDuration"), exports);
299
303
  __exportStar(require("./reportingGetRequestsParams"), exports);
300
304
  __exportStar(require("./reportingGetTokensParams"), exports);
@@ -302,6 +306,8 @@ __exportStar(require("./reportingReportDefinitionSystemDateTime"), exports);
302
306
  __exportStar(require("./reportingReportSeries"), exports);
303
307
  __exportStar(require("./reportingSplit"), exports);
304
308
  __exportStar(require("./sandBoxGetThreadMessagesParams"), exports);
309
+ __exportStar(require("./syncsGetItemsParams"), exports);
310
+ __exportStar(require("./syncsGetParams"), exports);
305
311
  __exportStar(require("./syncsSync"), exports);
306
312
  __exportStar(require("./syncsSyncDataSourceInfo"), exports);
307
313
  __exportStar(require("./usersAdminPermissionParams"), exports);
@@ -0,0 +1,57 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { IntegrationsSmartSpaceAiContainerItemFlowRunError } from './integrationsSmartSpaceAiContainerItemFlowRunError';
8
+ import type { IntegrationsSmartSpaceAiIngestionRunTrigger } from './integrationsSmartSpaceAiIngestionRunTrigger';
9
+ export interface IntegrationsSmartSpaceAiIngestionRun {
10
+ /**
11
+ * @nullable
12
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
13
+ */
14
+ causedBy?: string | null;
15
+ /**
16
+ * @nullable
17
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
18
+ */
19
+ containerId?: string | null;
20
+ /** @nullable */
21
+ createdAt?: string | null;
22
+ /**
23
+ * @nullable
24
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
25
+ */
26
+ dataSetId?: string | null;
27
+ /**
28
+ * @nullable
29
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
30
+ */
31
+ dataSetVersion?: string | null;
32
+ errors: IntegrationsSmartSpaceAiContainerItemFlowRunError[];
33
+ /** @nullable */
34
+ finishedAt?: string | null;
35
+ /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
36
+ flowRunId: string;
37
+ /**
38
+ * @nullable
39
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
40
+ */
41
+ itemId?: string | null;
42
+ /** @nullable */
43
+ itemName?: string | null;
44
+ /** @nullable */
45
+ itemPath?: string | null;
46
+ /** @nullable */
47
+ itemVersion?: string | null;
48
+ /**
49
+ * @nullable
50
+ * @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
51
+ */
52
+ retryOf?: string | null;
53
+ /** @nullable */
54
+ runAt?: string | null;
55
+ status: string;
56
+ trigger: IntegrationsSmartSpaceAiIngestionRunTrigger;
57
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export interface IntegrationsSmartSpaceAiIngestionRunTrigger {
8
+ kind: string;
9
+ /** @nullable */
10
+ principal?: string | null;
11
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { IntegrationsSmartSpaceAiIngestionRun } from './integrationsSmartSpaceAiIngestionRun';
8
+ export interface PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun {
9
+ data: IntegrationsSmartSpaceAiIngestionRun[];
10
+ total: number;
11
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
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 SyncsGetItemsParams = {
8
+ skip?: number;
9
+ take?: number;
10
+ };
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export type SyncsGetParams = {
8
+ take?: number;
9
+ skip?: number;
10
+ search?: string;
11
+ };
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ /**
3
+ * Generated by orval v7.13.2 🍺
4
+ * Do not edit manually.
5
+ * SmartSpace Admin API
6
+ * OpenAPI spec version: v1
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -695,6 +695,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
695
695
  }, zod.core.$strip>;
696
696
  }, zod.core.$strip>>>>;
697
697
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
698
+ secret: zod.ZodBoolean;
698
699
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
699
700
  }, zod.core.$strip>>>>;
700
701
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -808,6 +809,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
808
809
  }, zod.core.$strip>;
809
810
  }, zod.core.$strip>>>>;
810
811
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
812
+ secret: zod.ZodBoolean;
811
813
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
812
814
  }, zod.core.$strip>>>>;
813
815
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -1223,6 +1225,60 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
1223
1225
  id: zod.ZodString;
1224
1226
  name: zod.ZodString;
1225
1227
  }, zod.core.$strict>;
1228
+ /**
1229
+ * @summary Run-centric ingestion history for the dataset (newest first), from the
1230
+ AI API's provenance-stamped run store. `trigger` filters by cause
1231
+ (sync / sweep / manual / reset / unknown); `itemId` narrows to one
1232
+ container item, including runs superseded by later re-ingests.
1233
+ */
1234
+ export declare const dataSetsGetIngestionRunsPathIdRegExp: RegExp;
1235
+ export declare const dataSetsGetIngestionRunsParams: zod.ZodObject<{
1236
+ id: zod.ZodString;
1237
+ }, zod.core.$strict>;
1238
+ export declare const dataSetsGetIngestionRunsQuerySkipDefault = 0;
1239
+ export declare const dataSetsGetIngestionRunsQueryTakeDefault = 50;
1240
+ export declare const dataSetsGetIngestionRunsQueryItemIdRegExp: RegExp;
1241
+ export declare const dataSetsGetIngestionRunsQueryParams: zod.ZodObject<{
1242
+ skip: zod.ZodOptional<zod.ZodNumber>;
1243
+ take: zod.ZodDefault<zod.ZodNumber>;
1244
+ trigger: zod.ZodOptional<zod.ZodString>;
1245
+ itemId: zod.ZodOptional<zod.ZodString>;
1246
+ }, zod.core.$strict>;
1247
+ export declare const dataSetsGetIngestionRunsResponseDataItemCausedByRegExp: RegExp;
1248
+ export declare const dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp: RegExp;
1249
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp: RegExp;
1250
+ export declare const dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp: RegExp;
1251
+ export declare const dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp: RegExp;
1252
+ export declare const dataSetsGetIngestionRunsResponseDataItemItemIdRegExp: RegExp;
1253
+ export declare const dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp: RegExp;
1254
+ export declare const dataSetsGetIngestionRunsResponse: zod.ZodObject<{
1255
+ data: zod.ZodArray<zod.ZodObject<{
1256
+ causedBy: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1257
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1258
+ createdAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1259
+ dataSetId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1260
+ dataSetVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1261
+ errors: zod.ZodArray<zod.ZodObject<{
1262
+ blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1263
+ code: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
1264
+ message: zod.ZodString;
1265
+ }, zod.core.$strip>>;
1266
+ finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1267
+ flowRunId: zod.ZodString;
1268
+ itemId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1269
+ itemName: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1270
+ itemPath: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1271
+ itemVersion: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1272
+ retryOf: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1273
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1274
+ status: zod.ZodString;
1275
+ trigger: zod.ZodObject<{
1276
+ kind: zod.ZodString;
1277
+ principal: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1278
+ }, zod.core.$strip>;
1279
+ }, zod.core.$strip>>;
1280
+ total: zod.ZodNumber;
1281
+ }, zod.core.$strip>;
1226
1282
  /**
1227
1283
  * @summary Set the per-document scoping config (mode + subject path) on a dataset.
1228
1284
  */
@@ -2405,6 +2461,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
2405
2461
  }, zod.core.$strict>;
2406
2462
  }, zod.core.$strict>>>>;
2407
2463
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2464
+ secret: zod.ZodBoolean;
2408
2465
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2409
2466
  }, zod.core.$strict>>>>;
2410
2467
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -2906,6 +2963,119 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2906
2963
  name: zod.ZodString;
2907
2964
  }, zod.core.$strip>>;
2908
2965
  }, zod.core.$strip>;
2966
+ export declare const syncsGetQueryTakeDefault = 50;
2967
+ export declare const syncsGetQuerySkipDefault = 0;
2968
+ export declare const syncsGetQueryParams: zod.ZodObject<{
2969
+ take: zod.ZodDefault<zod.ZodNumber>;
2970
+ skip: zod.ZodOptional<zod.ZodNumber>;
2971
+ search: zod.ZodOptional<zod.ZodString>;
2972
+ }, zod.core.$strict>;
2973
+ export declare const syncsGetResponseDataItemDataSetsItemIdRegExp: RegExp;
2974
+ export declare const syncsGetResponseDataItemDataSetsItemVersionRegExp: RegExp;
2975
+ export declare const syncsGetResponseDataItemDataSourceIdRegExp: RegExp;
2976
+ export declare const syncsGetResponseDataItemIdRegExp: RegExp;
2977
+ export declare const syncsGetResponse: zod.ZodObject<{
2978
+ data: zod.ZodArray<zod.ZodObject<{
2979
+ dataSets: zod.ZodArray<zod.ZodObject<{
2980
+ id: zod.ZodString;
2981
+ name: zod.ZodString;
2982
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
2983
+ }, zod.core.$strip>>;
2984
+ dataSource: zod.ZodObject<{
2985
+ id: zod.ZodString;
2986
+ isSyncing: zod.ZodBoolean;
2987
+ name: zod.ZodString;
2988
+ sourceType: zod.ZodEnum<{
2989
+ BlobStorage: "BlobStorage";
2990
+ SqlServer: "SqlServer";
2991
+ AzureSql: "AzureSql";
2992
+ Cosmos: "Cosmos";
2993
+ GoogleDrive: "GoogleDrive";
2994
+ SharePoint: "SharePoint";
2995
+ SharePointSite: "SharePointSite";
2996
+ HubSpot: "HubSpot";
2997
+ AzureStorage: "AzureStorage";
2998
+ File: "File";
2999
+ Sitemap: "Sitemap";
3000
+ }>;
3001
+ }, zod.core.$strip>;
3002
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3003
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3004
+ id: zod.ZodString;
3005
+ name: zod.ZodString;
3006
+ path: zod.ZodString;
3007
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3008
+ }, zod.core.$strip>>;
3009
+ total: zod.ZodNumber;
3010
+ }, zod.core.$strip>;
3011
+ export declare const syncsGetByIdPathContainerIdRegExp: RegExp;
3012
+ export declare const syncsGetByIdParams: zod.ZodObject<{
3013
+ containerId: zod.ZodString;
3014
+ }, zod.core.$strict>;
3015
+ export declare const syncsGetByIdResponseDataSetsItemIdRegExp: RegExp;
3016
+ export declare const syncsGetByIdResponseDataSetsItemVersionRegExp: RegExp;
3017
+ export declare const syncsGetByIdResponseDataSourceIdRegExp: RegExp;
3018
+ export declare const syncsGetByIdResponseIdRegExp: RegExp;
3019
+ export declare const syncsGetByIdResponse: zod.ZodObject<{
3020
+ dataSets: zod.ZodArray<zod.ZodObject<{
3021
+ id: zod.ZodString;
3022
+ name: zod.ZodString;
3023
+ version: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3024
+ }, zod.core.$strip>>;
3025
+ dataSource: zod.ZodObject<{
3026
+ id: zod.ZodString;
3027
+ isSyncing: zod.ZodBoolean;
3028
+ name: zod.ZodString;
3029
+ sourceType: zod.ZodEnum<{
3030
+ BlobStorage: "BlobStorage";
3031
+ SqlServer: "SqlServer";
3032
+ AzureSql: "AzureSql";
3033
+ Cosmos: "Cosmos";
3034
+ GoogleDrive: "GoogleDrive";
3035
+ SharePoint: "SharePoint";
3036
+ SharePointSite: "SharePointSite";
3037
+ HubSpot: "HubSpot";
3038
+ AzureStorage: "AzureStorage";
3039
+ File: "File";
3040
+ Sitemap: "Sitemap";
3041
+ }>;
3042
+ }, zod.core.$strip>;
3043
+ filters: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3044
+ highwaterMark: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
3045
+ id: zod.ZodString;
3046
+ name: zod.ZodString;
3047
+ path: zod.ZodString;
3048
+ statusMessage: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3049
+ }, zod.core.$strip>;
3050
+ /**
3051
+ * @summary The sync's landed items (read-only metadata), proxied from the AI API's
3052
+ container-items endpoint.
3053
+ */
3054
+ export declare const syncsGetItemsPathContainerIdRegExp: RegExp;
3055
+ export declare const syncsGetItemsParams: zod.ZodObject<{
3056
+ containerId: zod.ZodString;
3057
+ }, zod.core.$strict>;
3058
+ export declare const syncsGetItemsQuerySkipDefault = 0;
3059
+ export declare const syncsGetItemsQueryTakeDefault = 50;
3060
+ export declare const syncsGetItemsQueryParams: zod.ZodObject<{
3061
+ skip: zod.ZodOptional<zod.ZodNumber>;
3062
+ take: zod.ZodDefault<zod.ZodNumber>;
3063
+ }, zod.core.$strict>;
3064
+ export declare const syncsGetItemsResponseDataItemContainerIdRegExp: RegExp;
3065
+ export declare const syncsGetItemsResponseDataItemIdRegExp: RegExp;
3066
+ export declare const syncsGetItemsResponse: zod.ZodObject<{
3067
+ data: zod.ZodArray<zod.ZodObject<{
3068
+ blobUri: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3069
+ bytes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3070
+ containerId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3071
+ id: zod.ZodString;
3072
+ isJson: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3073
+ name: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3074
+ path: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
3075
+ pending: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
3076
+ }, zod.core.$strip>>;
3077
+ total: zod.ZodNumber;
3078
+ }, zod.core.$strip>;
2909
3079
  /**
2910
3080
  * @summary Gets Tenant Id
2911
3081
  */
@@ -3243,6 +3413,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3243
3413
  }, zod.core.$strip>;
3244
3414
  }, zod.core.$strip>>>>;
3245
3415
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3416
+ secret: zod.ZodBoolean;
3246
3417
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3247
3418
  }, zod.core.$strip>>>>;
3248
3419
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3532,6 +3703,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3532
3703
  }, zod.core.$strip>;
3533
3704
  }, zod.core.$strip>>>>;
3534
3705
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3706
+ secret: zod.ZodBoolean;
3535
3707
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3536
3708
  }, zod.core.$strip>>>>;
3537
3709
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4010,6 +4182,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
4010
4182
  }, zod.core.$strip>;
4011
4183
  }, zod.core.$strip>>>>;
4012
4184
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4185
+ secret: zod.ZodBoolean;
4013
4186
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4014
4187
  }, zod.core.$strip>>>>;
4015
4188
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4071,6 +4244,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
4071
4244
  }, zod.core.$strict>;
4072
4245
  }, zod.core.$strict>>>>;
4073
4246
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4247
+ secret: zod.ZodBoolean;
4074
4248
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4075
4249
  }, zod.core.$strict>>>>;
4076
4250
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{