@smartspace/api-client 0.1.0-dev.8810e17 → 0.1.0-dev.8c0e078

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 (45) 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 +17 -1
  6. package/dist/generated/config/api.js +65 -1
  7. package/dist/generated/config/api.msw.d.ts +16 -1
  8. package/dist/generated/config/api.msw.js +122 -11
  9. package/dist/generated/config/models/containerItem.d.ts +27 -0
  10. package/dist/generated/config/models/containerItem.js +8 -0
  11. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  12. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  13. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  14. package/dist/generated/config/models/enumsActivityType.js +1 -0
  15. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  16. package/dist/generated/config/models/index.d.ts +14 -0
  17. package/dist/generated/config/models/index.js +14 -0
  18. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  19. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  20. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  21. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  22. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  23. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  24. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  25. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  26. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  27. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  28. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  29. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  30. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  31. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  32. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  33. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  34. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  35. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  36. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  37. package/dist/generated/config/models/syncsGetParams.d.ts +11 -0
  38. package/dist/generated/config/models/syncsGetParams.js +8 -0
  39. package/dist/generated/config/models/syncsSync.d.ts +22 -0
  40. package/dist/generated/config/models/syncsSync.js +2 -0
  41. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +14 -0
  42. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  43. package/dist/generated/config/zod.d.ts +232 -1
  44. package/dist/generated/config/zod.js +212 -15
  45. package/package.json +1 -1
@@ -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,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 interface ManagedSecretsCreateManagedSecret {
8
+ name: string;
9
+ value: string;
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,15 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ export interface ManagedSecretsManagedSecret {
8
+ createdAt: string;
9
+ createdByUserId: string;
10
+ /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
11
+ id: string;
12
+ modifiedAt: string;
13
+ modifiedByUserId: string;
14
+ name: string;
15
+ }
@@ -0,0 +1,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,9 @@
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 ManagedSecretsUpdateManagedSecretValue {
8
+ value: string;
9
+ }
@@ -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 { ContainerItem } from './containerItem';
8
+ export interface PagedDataCollectionContainerItem {
9
+ data: ContainerItem[];
10
+ total: number;
11
+ }
@@ -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
+ import type { SyncsSync } from './syncsSync';
8
+ export interface PagedDataCollectionSyncsSync {
9
+ data: SyncsSync[];
10
+ total: number;
11
+ }
@@ -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
+ 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 });
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { ContainerDataSet } from './containerDataSet';
8
+ import type { SyncsSyncDataSourceInfo } from './syncsSyncDataSourceInfo';
9
+ export interface SyncsSync {
10
+ dataSets: ContainerDataSet[];
11
+ dataSource: SyncsSyncDataSourceInfo;
12
+ /** @nullable */
13
+ filters?: string | null;
14
+ /** @nullable */
15
+ highwaterMark?: string | null;
16
+ /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
17
+ id: string;
18
+ name: string;
19
+ path: string;
20
+ /** @nullable */
21
+ statusMessage?: string | null;
22
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Generated by orval v7.13.2 🍺
3
+ * Do not edit manually.
4
+ * SmartSpace Admin API
5
+ * OpenAPI spec version: v1
6
+ */
7
+ import type { EnumsDataSourceCredentialType } from './enumsDataSourceCredentialType';
8
+ export interface SyncsSyncDataSourceInfo {
9
+ /** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
10
+ id: string;
11
+ isSyncing: boolean;
12
+ name: string;
13
+ sourceType: EnumsDataSourceCredentialType;
14
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -224,6 +224,7 @@ export declare const activityExportLoggingsQueryParams: zod.ZodObject<{
224
224
  Created: "Created";
225
225
  Updated: "Updated";
226
226
  Chat: "Chat";
227
+ Resolved: "Resolved";
227
228
  }>>;
228
229
  }, zod.core.$strict>;
229
230
  export declare const activityExportLoggingsResponse: zod.ZodString;
@@ -243,6 +244,7 @@ export declare const activityGetLoggingQueryParams: zod.ZodObject<{
243
244
  Created: "Created";
244
245
  Updated: "Updated";
245
246
  Chat: "Chat";
247
+ Resolved: "Resolved";
246
248
  }>>;
247
249
  take: zod.ZodDefault<zod.ZodNumber>;
248
250
  skip: zod.ZodOptional<zod.ZodNumber>;
@@ -257,6 +259,7 @@ export declare const activityGetLoggingResponse: zod.ZodObject<{
257
259
  Created: "Created";
258
260
  Updated: "Updated";
259
261
  Chat: "Chat";
262
+ Resolved: "Resolved";
260
263
  }>>;
261
264
  durationMs: zod.ZodOptional<zod.ZodNullable<zod.ZodNumber>>;
262
265
  eventDescription: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -692,6 +695,7 @@ export declare const containersPostResponseItem: zod.ZodObject<{
692
695
  }, zod.core.$strip>;
693
696
  }, zod.core.$strip>>>>;
694
697
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
698
+ secret: zod.ZodBoolean;
695
699
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
696
700
  }, zod.core.$strip>>>>;
697
701
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -805,6 +809,7 @@ export declare const containersPostResponse: zod.ZodArray<zod.ZodObject<{
805
809
  }, zod.core.$strip>;
806
810
  }, zod.core.$strip>>>>;
807
811
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
812
+ secret: zod.ZodBoolean;
808
813
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
809
814
  }, zod.core.$strip>>>>;
810
815
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -1054,7 +1059,7 @@ export declare const dataSetsGetContainerItemsRunHistoryResponse: zod.ZodObject<
1054
1059
  }, zod.core.$strip>>;
1055
1060
  finishedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1056
1061
  flowRunId: zod.ZodString;
1057
- runAt: zod.ZodISODateTime;
1062
+ runAt: zod.ZodOptional<zod.ZodNullable<zod.ZodISODateTime>>;
1058
1063
  status: zod.ZodString;
1059
1064
  }, zod.core.$strip>>;
1060
1065
  id: zod.ZodString;
@@ -1220,6 +1225,60 @@ export declare const dataSetsDeleteDataSetPropertyParams: zod.ZodObject<{
1220
1225
  id: zod.ZodString;
1221
1226
  name: zod.ZodString;
1222
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>;
1223
1282
  /**
1224
1283
  * @summary Set the per-document scoping config (mode + subject path) on a dataset.
1225
1284
  */
@@ -2402,6 +2461,7 @@ export declare const flowsSetActiveFlowDefinitionBody: zod.ZodObject<{
2402
2461
  }, zod.core.$strict>;
2403
2462
  }, zod.core.$strict>>>>;
2404
2463
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
2464
+ secret: zod.ZodBoolean;
2405
2465
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
2406
2466
  }, zod.core.$strict>>>>;
2407
2467
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -2903,6 +2963,119 @@ export declare const reportingGetTokensResponse: zod.ZodObject<{
2903
2963
  name: zod.ZodString;
2904
2964
  }, zod.core.$strip>>;
2905
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>;
2906
3079
  /**
2907
3080
  * @summary Gets Tenant Id
2908
3081
  */
@@ -3240,6 +3413,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
3240
3413
  }, zod.core.$strip>;
3241
3414
  }, zod.core.$strip>>>>;
3242
3415
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3416
+ secret: zod.ZodBoolean;
3243
3417
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3244
3418
  }, zod.core.$strip>>>>;
3245
3419
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -3529,6 +3703,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
3529
3703
  }, zod.core.$strip>;
3530
3704
  }, zod.core.$strip>>>>;
3531
3705
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
3706
+ secret: zod.ZodBoolean;
3532
3707
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
3533
3708
  }, zod.core.$strip>>>>;
3534
3709
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4007,6 +4182,7 @@ export declare const workSpacesGetActiveFlowResponse: zod.ZodObject<{
4007
4182
  }, zod.core.$strip>;
4008
4183
  }, zod.core.$strip>>>>;
4009
4184
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4185
+ secret: zod.ZodBoolean;
4010
4186
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4011
4187
  }, zod.core.$strip>>>>;
4012
4188
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4068,6 +4244,7 @@ export declare const workSpacesSetActiveFlowBody: zod.ZodObject<{
4068
4244
  }, zod.core.$strict>;
4069
4245
  }, zod.core.$strict>>>>;
4070
4246
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
4247
+ secret: zod.ZodBoolean;
4071
4248
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
4072
4249
  }, zod.core.$strict>>>>;
4073
4250
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -4108,6 +4285,60 @@ export declare const documentsGetDocumentSasQueryParams: zod.ZodObject<{
4108
4285
  export declare const documentsGetDocumentSasResponse: zod.ZodObject<{
4109
4286
  uri: zod.ZodURL;
4110
4287
  }, zod.core.$strip>;
4288
+ /**
4289
+ * @summary Lists all managed secrets — names and audit metadata only, never values.
4290
+ */
4291
+ export declare const managedSecretsGetManagedSecretsResponseIdRegExp: RegExp;
4292
+ export declare const managedSecretsGetManagedSecretsResponseItem: zod.ZodObject<{
4293
+ createdAt: zod.ZodISODateTime;
4294
+ createdByUserId: zod.ZodString;
4295
+ id: zod.ZodString;
4296
+ modifiedAt: zod.ZodISODateTime;
4297
+ modifiedByUserId: zod.ZodString;
4298
+ name: zod.ZodString;
4299
+ }, zod.core.$strip>;
4300
+ export declare const managedSecretsGetManagedSecretsResponse: zod.ZodArray<zod.ZodObject<{
4301
+ createdAt: zod.ZodISODateTime;
4302
+ createdByUserId: zod.ZodString;
4303
+ id: zod.ZodString;
4304
+ modifiedAt: zod.ZodISODateTime;
4305
+ modifiedByUserId: zod.ZodString;
4306
+ name: zod.ZodString;
4307
+ }, zod.core.$strip>>;
4308
+ /**
4309
+ * @summary Creates a named secret: writes the value to Key Vault and stores only
4310
+ the vault reference.
4311
+ */
4312
+ export declare const managedSecretsCreateManagedSecretBody: zod.ZodObject<{
4313
+ name: zod.ZodString;
4314
+ value: zod.ZodString;
4315
+ }, zod.core.$strict>;
4316
+ /**
4317
+ * @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
4318
+ */
4319
+ export declare const managedSecretsDeleteManagedSecretParams: zod.ZodObject<{
4320
+ name: zod.ZodString;
4321
+ }, zod.core.$strict>;
4322
+ /**
4323
+ * @summary Overwrites (rotates) a secret's value — a new Key Vault version under
4324
+ the same vault key. The value is write-only; nothing is returned but
4325
+ audit metadata.
4326
+ */
4327
+ export declare const managedSecretsOverwriteManagedSecretValueParams: zod.ZodObject<{
4328
+ name: zod.ZodString;
4329
+ }, zod.core.$strict>;
4330
+ export declare const managedSecretsOverwriteManagedSecretValueBody: zod.ZodObject<{
4331
+ value: zod.ZodString;
4332
+ }, zod.core.$strict>;
4333
+ export declare const managedSecretsOverwriteManagedSecretValueResponseIdRegExp: RegExp;
4334
+ export declare const managedSecretsOverwriteManagedSecretValueResponse: zod.ZodObject<{
4335
+ createdAt: zod.ZodISODateTime;
4336
+ createdByUserId: zod.ZodString;
4337
+ id: zod.ZodString;
4338
+ modifiedAt: zod.ZodISODateTime;
4339
+ modifiedByUserId: zod.ZodString;
4340
+ name: zod.ZodString;
4341
+ }, zod.core.$strip>;
4111
4342
  export declare const messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp: RegExp;
4112
4343
  export declare const messageThreadsGetWorkspaceExecutionsParams: zod.ZodObject<{
4113
4344
  workSpaceId: zod.ZodString;