@smartspace/api-client 0.1.0-dev.b4fc785 → 0.1.0-dev.bb13a07

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 (53) hide show
  1. package/dist/generated/chat/api.msw.js +2 -2
  2. package/dist/generated/chat/models/enumsNotificationType.d.ts +1 -0
  3. package/dist/generated/chat/models/enumsNotificationType.js +1 -0
  4. package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
  5. package/dist/generated/chat/zod.d.ts +3 -0
  6. package/dist/generated/chat/zod.js +3 -1
  7. package/dist/generated/config/api.d.ts +11 -1
  8. package/dist/generated/config/api.js +45 -1
  9. package/dist/generated/config/api.msw.d.ts +10 -1
  10. package/dist/generated/config/api.msw.js +80 -12
  11. package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.d.ts +9 -0
  12. package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.js +8 -0
  13. package/dist/generated/config/models/containerItem.d.ts +27 -0
  14. package/dist/generated/config/models/containerItem.js +8 -0
  15. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  16. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  17. package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
  18. package/dist/generated/config/models/enumsNotificationType.js +1 -0
  19. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  20. package/dist/generated/config/models/index.d.ts +13 -0
  21. package/dist/generated/config/models/index.js +13 -0
  22. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  23. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  24. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  25. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  26. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  27. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  28. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  29. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  30. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  31. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  32. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  33. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  34. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  35. package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
  36. package/dist/generated/config/models/syncsGetParams.js +8 -0
  37. package/dist/generated/config/models/syncsSync.d.ts +33 -0
  38. package/dist/generated/config/models/syncsSync.js +2 -0
  39. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +14 -0
  40. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  41. package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
  42. package/dist/generated/config/models/syncsSyncRunInfo.js +8 -0
  43. package/dist/generated/config/zod.d.ts +218 -1
  44. package/dist/generated/config/zod.js +205 -13
  45. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
  46. package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
  47. package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
  48. package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
  49. package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
  50. package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
  51. package/dist/signalr.d.ts +2 -0
  52. package/dist/signalr.js +3 -0
  53. package/package.json +2 -2
@@ -66,7 +66,7 @@ exports.getUsersGetUserPhotoResponseMock = getUsersGetUserPhotoResponseMock;
66
66
  const getWorkSpacesGetGetResponseMock = (overrideResponse = {}) => ({ data: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), dataSpaces: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), dataSets: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), dataSpaceId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.fromRegExp('^[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}$'), null]), undefined]), description: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), flow: faker_1.faker.helpers.arrayElement([{ activeFlowDefinition: faker_1.faker.helpers.arrayElement([{ blocks: faker_1.faker.helpers.arrayElement([{
67
67
  [faker_1.faker.string.alphanumeric(5)]: { constants: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ target: { pin: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), port: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) }, value: faker_1.faker.helpers.arrayElement([{}, undefined]) })), undefined]), description: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), dynamicInputPins: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ pin: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), port: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) })), undefined]), dynamicOutputPins: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ pin: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), port: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) })), undefined]), dynamicPorts: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => (faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }))), undefined]), name: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), version: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) }
68
68
  }, undefined]), connections: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ source: { node: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), pin: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), port: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) }, target: { node: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), pin: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), port: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) } })), undefined]), constants: faker_1.faker.helpers.arrayElement([{
69
- [faker_1.faker.string.alphanumeric(5)]: { value: faker_1.faker.helpers.arrayElement([{}, undefined]) }
69
+ [faker_1.faker.string.alphanumeric(5)]: { secret: faker_1.faker.datatype.boolean(), value: faker_1.faker.helpers.arrayElement([{}, undefined]) }
70
70
  }, undefined]), inputs: faker_1.faker.helpers.arrayElement([{
71
71
  [faker_1.faker.string.alphanumeric(5)]: { schema: {
72
72
  [faker_1.faker.string.alphanumeric(5)]: {}
@@ -92,7 +92,7 @@ exports.getWorkSpacesGetGetResponseMock = getWorkSpacesGetGetResponseMock;
92
92
  const getWorkSpacesGetIdResponseMock = (overrideResponse = {}) => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), dataSpaces: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), dataSets: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), dataSpaceId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.fromRegExp('^[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}$'), null]), undefined]), description: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), flow: faker_1.faker.helpers.arrayElement([{ activeFlowDefinition: faker_1.faker.helpers.arrayElement([{ blocks: faker_1.faker.helpers.arrayElement([{
93
93
  [faker_1.faker.string.alphanumeric(5)]: { constants: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ target: { pin: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), port: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) }, value: faker_1.faker.helpers.arrayElement([{}, undefined]) })), undefined]), description: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), dynamicInputPins: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ pin: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), port: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) })), undefined]), dynamicOutputPins: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ pin: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), port: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) })), undefined]), dynamicPorts: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => (faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }))), undefined]), name: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), version: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) }
94
94
  }, undefined]), connections: faker_1.faker.helpers.arrayElement([Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ source: { node: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), pin: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), port: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) }, target: { node: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), pin: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), port: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) } })), undefined]), constants: faker_1.faker.helpers.arrayElement([{
95
- [faker_1.faker.string.alphanumeric(5)]: { value: faker_1.faker.helpers.arrayElement([{}, undefined]) }
95
+ [faker_1.faker.string.alphanumeric(5)]: { secret: faker_1.faker.datatype.boolean(), value: faker_1.faker.helpers.arrayElement([{}, undefined]) }
96
96
  }, undefined]), inputs: faker_1.faker.helpers.arrayElement([{
97
97
  [faker_1.faker.string.alphanumeric(5)]: { schema: {
98
98
  [faker_1.faker.string.alphanumeric(5)]: {}
@@ -9,4 +9,5 @@ export declare const EnumsNotificationType: {
9
9
  readonly WorkSpaceUpdated: "WorkSpaceUpdated";
10
10
  readonly MessageThreadUpdated: "MessageThreadUpdated";
11
11
  readonly CommentUpdated: "CommentUpdated";
12
+ readonly AddedToThread: "AddedToThread";
12
13
  };
@@ -12,4 +12,5 @@ exports.EnumsNotificationType = {
12
12
  WorkSpaceUpdated: 'WorkSpaceUpdated',
13
13
  MessageThreadUpdated: 'MessageThreadUpdated',
14
14
  CommentUpdated: 'CommentUpdated',
15
+ AddedToThread: 'AddedToThread',
15
16
  };
@@ -6,6 +6,7 @@
6
6
  */
7
7
  import type { FlowsFlowConstantValue } from './flowsFlowConstantValue';
8
8
  export interface FlowsFlowConstant {
9
+ secret: boolean;
9
10
  /** @nullable */
10
11
  value?: FlowsFlowConstantValue;
11
12
  }
@@ -675,6 +675,7 @@ export declare const notificationGetResponse: zod.ZodObject<{
675
675
  WorkSpaceUpdated: "WorkSpaceUpdated";
676
676
  MessageThreadUpdated: "MessageThreadUpdated";
677
677
  CommentUpdated: "CommentUpdated";
678
+ AddedToThread: "AddedToThread";
678
679
  }>;
679
680
  threadId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
680
681
  workSpaceId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
@@ -778,6 +779,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
778
779
  }, zod.core.$strip>;
779
780
  }, zod.core.$strip>>>>;
780
781
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
782
+ secret: zod.ZodBoolean;
781
783
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
782
784
  }, zod.core.$strip>>>>;
783
785
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -1033,6 +1035,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
1033
1035
  }, zod.core.$strip>;
1034
1036
  }, zod.core.$strip>>>>;
1035
1037
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1038
+ secret: zod.ZodBoolean;
1036
1039
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1037
1040
  }, zod.core.$strip>>>>;
1038
1041
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -579,7 +579,7 @@ exports.notificationGetResponse = zod_1.default.object({
579
579
  "description": zod_1.default.string().nullish(),
580
580
  "dismissedAt": zod_1.default.iso.datetime({}).nullish(),
581
581
  "id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExp),
582
- "notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated']),
582
+ "notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated', 'AddedToThread']),
583
583
  "threadId": zod_1.default.string().regex(exports.notificationGetResponseDataItemThreadIdRegExp).nullish(),
584
584
  "workSpaceId": zod_1.default.string().regex(exports.notificationGetResponseDataItemWorkSpaceIdRegExp).nullish()
585
585
  })),
@@ -678,6 +678,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
678
678
  })
679
679
  })).nullish(),
680
680
  "constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
681
+ "secret": zod_1.default.boolean(),
681
682
  "value": zod_1.default.any().nullish()
682
683
  })).nullish(),
683
684
  "inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
@@ -876,6 +877,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
876
877
  })
877
878
  })).nullish(),
878
879
  "constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
880
+ "secret": zod_1.default.boolean(),
879
881
  "value": zod_1.default.any().nullish()
880
882
  })).nullish(),
881
883
  "inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
@@ -4,7 +4,7 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { AccessAccess, AccessCreateAccess, AccessGetAccessesParams, AccessGetGroupsParams, AccessGetUsersInRoleRolesRoleIdUsersParams, AccessGetUsersInRoleUsersParams, AccessSearchGroupsParams, AccessSearchServicePrincipalsParams, AccessSearchUsersParams, ActivityExportLoggingsParams, ActivityGetLoggingParams, AiCreateModel, AiCreateModelDeploymentProvider, AiModel, ApplicationUpdateDeploymentInfo, ApplicationUpdateVersionInfo, BlockSetsAddBlockSetBody, BlockSetsGetBlockSetsParams, BlocksBlockSet, BlocksGetBlocks200One, BlocksGetBlocks200Three, BlocksGetBlocks200Two, BlocksGetBlocksParams, BlocksRenameBlockSetRequest, ConfigApiRunFlowRequest, ContainersPostParams, CoreManagementSmartSpaceUpgradeUpdate, CreateModelConfiguration, DataSetItem, DataSetItemCreateRequest, DataSetSearchRequest, DataSetsCreateDataSet, DataSetsDataSet, DataSetsDataSetProperty, DataSetsGetContainerItemsRunHistoryParams, DataSetsGetItemsParams, DataSetsGetParams, DataSetsSetDataSetScoping, DataSetsUpdateDataSet, DataSetsUpdateDataSetBasicInfo, DataSetsUpsertDataSetProperty, DataSourceContainer, DataSourcesContainerPreviewResultModel, DataSourcesContainerSchemaParams, DataSourcesContainersParams, DataSourcesCreateDataSource, DataSourcesDataSource, DataSourcesDataSourceAdminUser, DataSourcesDataSourceContainer, DataSourcesDataSourceType, DataSourcesGetParams, DataSourcesPreviewContainerRequest, DataSourcesTestConnectionResult, DataSourcesTestDataSourceConnection, DataSourcesUpdateDataSource, DataSourcesUpdateDataSourceCredentials, DataSpacesCreateDataSpace, DataSpacesDataSpace, DataSpacesDataSpaceAdmin, DataSpacesGetDataSetsParams, DataSpacesGetParams, DataSpacesUpdateDataSpace, DebugLogsResponse, DocumentsGetDocumentSasParams, DraftsDraft, DraftsPublishDraftRequest, DraftsPublishDraftResponse, DraftsSaveDraftRequest, DraftsSaveDraftResponse, DraftsToggleDraftRequest, EnumsModelDeploymentProviderType, EnumsModelRole, EnumsPermissions, FilesAddMessageFileFromBlobUri, FilesDownloadFileParams, FilesFile, FilesFileUriResponse, FilesGetFileInfoParams, FilesGetUriParams, FilesIngestedBlob, FilesUploadFilesBody, FlowRunsAddFileIdFilesBody, FlowRunsCreateFlowRunParams, FlowRunsGetStepExecutionsParams, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two, FlowRunsSearchFlowRunsParams, FlowsFlowDefinition, FlowsFlowRun, IntegrationsAzureArmAzureLocation, IntegrationsAzureArmVirtualMachineSize, IntegrationsAzureStorageSasToken, IntegrationsSmartSpaceAiBlockSourceResponse, IntegrationsSmartSpaceAiDebugLogsResponse, IntegrationsSmartSpaceAiSdkBlockRef, ManagedSecretsCreateManagedSecret, ManagedSecretsManagedSecret, ManagedSecretsUpdateManagedSecretValue, MessageThreadMessageThreadSummary, MessageThreadsGetStepExecutionsParams, MessageThreadsGetWorkspaceExecutionsParams, MessagesCreateMessageInput, MessagesMessage, MessagesMessageCreatorProfileImage, MessagesSandBoxMessageRequest, MicrosoftExtensionsDiagnosticsHealthChecksHealthStatus, ModelProvidersGetProvidersParams, ModelsGetDefaultDockerFileParams, ModelsGetModelsParams, NotificationGetParams, NotificationsPagedNotifications, PagedDataCollectionAccessAccess, PagedDataCollectionAccessAccessWorkSpace, PagedDataCollectionActivitiesActivityWorkSpace, PagedDataCollectionAiModelSummary, PagedDataCollectionAzureADGroup, PagedDataCollectionDataSetsDataSet, PagedDataCollectionDataSourcesDataSource, PagedDataCollectionDataSpacesDataSpace, PagedDataCollectionFilesIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionUsersAppAccessUser, PagedDataCollectionUsersAppUserDetail, PagedDataCollectionUsersAppUserSearchResult, PagedDataCollectionUsersServicePrincipalSearchResult, PagedDataCollectionWorkSpaceTemplatesTemplate, PagedDataCollectionWorkSpacesWorkSpace, PagedDataSystemCollectionsGenericICollectionDataSetItem, PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory, ReportingDuration, ReportingGetRequestsParams, ReportingGetTokensParams, ReportingReportDefinitionSystemDateTime, SandBoxGetThreadMessagesParams, UsersAdminPermissionParams, UsersAppRole, UsersAppUserSearchResult, UsersAppUserSummary, UsersGetAccessWorkSpacesParams, UsersGetUsersParams, UsersRemoveUserFromAllWorkSpacesParams, UsersSearchUsersParams, WorkSpaceTemplatesGetParams, WorkSpacesCreateWorkSpace, WorkSpacesGetGetParams, WorkSpacesGetThreadsParams, WorkSpacesGetWorkspaceFilesParams, WorkSpacesUpdateWorkSpaceBasicInfo, WorkSpacesWorkSpace, WorkSpacesWorkSpaceUser, WorkSpacesWorkspaceFilesBody } from './models';
7
+ import type { AccessAccess, AccessCreateAccess, AccessGetAccessesParams, AccessGetGroupsParams, AccessGetUsersInRoleRolesRoleIdUsersParams, AccessGetUsersInRoleUsersParams, AccessSearchGroupsParams, AccessSearchServicePrincipalsParams, AccessSearchUsersParams, ActivityExportLoggingsParams, ActivityGetLoggingParams, AiCreateModel, AiCreateModelDeploymentProvider, AiModel, ApplicationUpdateDeploymentInfo, ApplicationUpdateVersionInfo, BlockSetsAddBlockSetBody, BlockSetsGetBlockSetsParams, BlocksBlockSet, BlocksGetBlocks200One, BlocksGetBlocks200Three, BlocksGetBlocks200Two, BlocksGetBlocksParams, BlocksRenameBlockSetRequest, ConfigApiRunFlowRequest, ContainersPostParams, CoreManagementSmartSpaceUpgradeUpdate, CreateModelConfiguration, DataSetItem, DataSetItemCreateRequest, DataSetSearchRequest, DataSetsCreateDataSet, DataSetsDataSet, DataSetsDataSetProperty, DataSetsGetContainerItemsRunHistoryParams, DataSetsGetIngestionRunsParams, DataSetsGetItemsParams, DataSetsGetParams, DataSetsSetDataSetScoping, DataSetsUpdateDataSet, DataSetsUpdateDataSetBasicInfo, DataSetsUpsertDataSetProperty, DataSourceContainer, DataSourcesContainerPreviewResultModel, DataSourcesContainerSchemaParams, DataSourcesContainersParams, DataSourcesCreateDataSource, DataSourcesDataSource, DataSourcesDataSourceAdminUser, DataSourcesDataSourceContainer, DataSourcesDataSourceType, DataSourcesGetParams, DataSourcesPreviewContainerRequest, DataSourcesTestConnectionResult, DataSourcesTestDataSourceConnection, DataSourcesUpdateDataSource, DataSourcesUpdateDataSourceCredentials, DataSpacesCreateDataSpace, DataSpacesDataSpace, DataSpacesDataSpaceAdmin, DataSpacesGetDataSetsParams, DataSpacesGetParams, DataSpacesUpdateDataSpace, DebugLogsResponse, DocumentsGetDocumentSasParams, DraftsDraft, DraftsPublishDraftRequest, DraftsPublishDraftResponse, DraftsSaveDraftRequest, DraftsSaveDraftResponse, DraftsToggleDraftRequest, EnumsModelDeploymentProviderType, EnumsModelRole, EnumsPermissions, FilesAddMessageFileFromBlobUri, FilesDownloadFileParams, FilesFile, FilesFileUriResponse, FilesGetFileInfoParams, FilesGetUriParams, FilesIngestedBlob, FilesUploadFilesBody, FlowRunsAddFileIdFilesBody, FlowRunsCreateFlowRunParams, FlowRunsGetStepExecutionsParams, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two, FlowRunsSearchFlowRunsParams, FlowsFlowDefinition, FlowsFlowRun, IntegrationsAzureArmAzureLocation, IntegrationsAzureArmVirtualMachineSize, IntegrationsAzureStorageSasToken, IntegrationsSmartSpaceAiBlockSourceResponse, IntegrationsSmartSpaceAiDebugLogsResponse, IntegrationsSmartSpaceAiSdkBlockRef, ManagedSecretsCreateManagedSecret, ManagedSecretsManagedSecret, ManagedSecretsUpdateManagedSecretValue, MessageThreadMessageThreadSummary, MessageThreadsGetStepExecutionsParams, MessageThreadsGetWorkspaceExecutionsParams, MessagesCreateMessageInput, MessagesMessage, MessagesMessageCreatorProfileImage, MessagesSandBoxMessageRequest, MicrosoftExtensionsDiagnosticsHealthChecksHealthStatus, ModelProvidersGetProvidersParams, ModelsGetDefaultDockerFileParams, ModelsGetModelsParams, NotificationGetParams, NotificationsPagedNotifications, PagedDataCollectionAccessAccess, PagedDataCollectionAccessAccessWorkSpace, PagedDataCollectionActivitiesActivityWorkSpace, PagedDataCollectionAiModelSummary, PagedDataCollectionAzureADGroup, PagedDataCollectionContainerItem, PagedDataCollectionDataSetsDataSet, PagedDataCollectionDataSourcesDataSource, PagedDataCollectionDataSpacesDataSpace, PagedDataCollectionFilesIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionSyncsSync, PagedDataCollectionUsersAppAccessUser, PagedDataCollectionUsersAppUserDetail, PagedDataCollectionUsersAppUserSearchResult, PagedDataCollectionUsersServicePrincipalSearchResult, PagedDataCollectionWorkSpaceTemplatesTemplate, PagedDataCollectionWorkSpacesWorkSpace, PagedDataSystemCollectionsGenericICollectionDataSetItem, PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory, PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun, ReportingDuration, ReportingGetRequestsParams, ReportingGetTokensParams, ReportingReportDefinitionSystemDateTime, SandBoxGetThreadMessagesParams, SyncsGetItemsParams, SyncsGetParams, SyncsSync, UsersAdminPermissionParams, UsersAppRole, UsersAppUserSearchResult, UsersAppUserSummary, UsersGetAccessWorkSpacesParams, UsersGetUsersParams, UsersRemoveUserFromAllWorkSpacesParams, UsersSearchUsersParams, WorkSpaceTemplatesGetParams, WorkSpacesCreateWorkSpace, WorkSpacesGetGetParams, WorkSpacesGetThreadsParams, WorkSpacesGetWorkspaceFilesParams, WorkSpacesUpdateWorkSpaceBasicInfo, WorkSpacesWorkSpace, WorkSpacesWorkSpaceUser, WorkSpacesWorkspaceFilesBody } from './models';
8
8
  export declare const getSmartSpaceAdminAPI: () => {
9
9
  accessGetAccesses: (params?: AccessGetAccessesParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAccessAccess, any, {}>>;
10
10
  accessAddAccess: (accessCreateAccess: AccessCreateAccess) => Promise<import("axios").AxiosResponse<AccessAccess, any, {}>>;
@@ -50,6 +50,7 @@ export declare const getSmartSpaceAdminAPI: () => {
50
50
  dataSetsDeleteItem: (id: string, itemId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
51
51
  dataSetsAddDataSetProperty: (id: string, dataSetsUpsertDataSetProperty: DataSetsUpsertDataSetProperty) => Promise<import("axios").AxiosResponse<DataSetsDataSetProperty, any, {}>>;
52
52
  dataSetsDeleteDataSetProperty: (id: string, name: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
53
+ dataSetsGetIngestionRuns: (id: string, params?: DataSetsGetIngestionRunsParams) => Promise<import("axios").AxiosResponse<PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun, any, {}>>;
53
54
  dataSetsPutScoping: (id: string, dataSetsSetDataSetScoping: DataSetsSetDataSetScoping) => Promise<import("axios").AxiosResponse<void, any, {}>>;
54
55
  dataSourceTypesGet: () => Promise<import("axios").AxiosResponse<DataSourcesDataSourceType[], any, {}>>;
55
56
  dataSourceTypesGetAvailableContainers: (dataSourcesTestDataSourceConnection: DataSourcesTestDataSourceConnection) => Promise<import("axios").AxiosResponse<DataSourcesDataSourceContainer[], any, {}>>;
@@ -62,6 +63,7 @@ export declare const getSmartSpaceAdminAPI: () => {
62
63
  dataSourcesPreviewContainer: (dataSourceId: string, dataSourcesPreviewContainerRequest: DataSourcesPreviewContainerRequest) => Promise<import("axios").AxiosResponse<DataSourcesContainerPreviewResultModel, any, {}>>;
63
64
  dataSourcesContainerSchema: (dataSourceId: string, params?: DataSourcesContainerSchemaParams) => Promise<import("axios").AxiosResponse<void, any, {}>>;
64
65
  dataSourcesUpdateCredentials: (dataSourceId: string, dataSourcesUpdateDataSourceCredentials: DataSourcesUpdateDataSourceCredentials) => Promise<import("axios").AxiosResponse<void, any, {}>>;
66
+ dataSourcesRequestSync: (dataSourceId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
65
67
  dataSourcesGetAdminUsers: (id: string) => Promise<import("axios").AxiosResponse<DataSourcesDataSourceAdminUser[], any, {}>>;
66
68
  dataSourcesDeleteAdmin: (id: string, userId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
67
69
  dataSourcesAddAdmin: (id: string, userId: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
@@ -120,6 +122,9 @@ export declare const getSmartSpaceAdminAPI: () => {
120
122
  planGetSmartSpacePlanUsage: () => Promise<import("axios").AxiosResponse<void, any, {}>>;
121
123
  reportingGetRequests: (duration: ReportingDuration, params?: ReportingGetRequestsParams) => Promise<import("axios").AxiosResponse<ReportingReportDefinitionSystemDateTime, any, {}>>;
122
124
  reportingGetTokens: (duration: ReportingDuration, params?: ReportingGetTokensParams) => Promise<import("axios").AxiosResponse<ReportingReportDefinitionSystemDateTime, any, {}>>;
125
+ syncsGet: (params?: SyncsGetParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionSyncsSync, any, {}>>;
126
+ syncsGetById: (containerId: string) => Promise<import("axios").AxiosResponse<SyncsSync, any, {}>>;
127
+ syncsGetItems: (containerId: string, params?: SyncsGetItemsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionContainerItem, any, {}>>;
123
128
  tenantIdGetResult: () => Promise<import("axios").AxiosResponse<string, any, {}>>;
124
129
  usersGetUsers: (params?: UsersGetUsersParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionUsersAppUserDetail, any, {}>>;
125
130
  usersGetUsersByFilter: (permissions: EnumsPermissions) => Promise<import("axios").AxiosResponse<void, any, {}>>;
@@ -214,6 +219,7 @@ export type DataSetsSearchItemsResult = NonNullable<Awaited<ReturnType<ReturnTyp
214
219
  export type DataSetsDeleteItemResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSetsDeleteItem']>>>;
215
220
  export type DataSetsAddDataSetPropertyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSetsAddDataSetProperty']>>>;
216
221
  export type DataSetsDeleteDataSetPropertyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSetsDeleteDataSetProperty']>>>;
222
+ export type DataSetsGetIngestionRunsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSetsGetIngestionRuns']>>>;
217
223
  export type DataSetsPutScopingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSetsPutScoping']>>>;
218
224
  export type DataSourceTypesGetResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourceTypesGet']>>>;
219
225
  export type DataSourceTypesGetAvailableContainersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourceTypesGetAvailableContainers']>>>;
@@ -226,6 +232,7 @@ export type DataSourcesContainersResult = NonNullable<Awaited<ReturnType<ReturnT
226
232
  export type DataSourcesPreviewContainerResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourcesPreviewContainer']>>>;
227
233
  export type DataSourcesContainerSchemaResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourcesContainerSchema']>>>;
228
234
  export type DataSourcesUpdateCredentialsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourcesUpdateCredentials']>>>;
235
+ export type DataSourcesRequestSyncResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourcesRequestSync']>>>;
229
236
  export type DataSourcesGetAdminUsersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourcesGetAdminUsers']>>>;
230
237
  export type DataSourcesDeleteAdminResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourcesDeleteAdmin']>>>;
231
238
  export type DataSourcesAddAdminResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourcesAddAdmin']>>>;
@@ -284,6 +291,9 @@ export type PlanCalculateSmartSpaceUpgradeCostResult = NonNullable<Awaited<Retur
284
291
  export type PlanGetSmartSpacePlanUsageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['planGetSmartSpacePlanUsage']>>>;
285
292
  export type ReportingGetRequestsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['reportingGetRequests']>>>;
286
293
  export type ReportingGetTokensResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['reportingGetTokens']>>>;
294
+ export type SyncsGetResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['syncsGet']>>>;
295
+ export type SyncsGetByIdResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['syncsGetById']>>>;
296
+ export type SyncsGetItemsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['syncsGetItems']>>>;
287
297
  export type TenantIdGetResultResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['tenantIdGetResult']>>>;
288
298
  export type UsersGetUsersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['usersGetUsers']>>>;
289
299
  export type UsersGetUsersByFilterResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['usersGetUsersByFilter']>>>;
@@ -323,6 +323,17 @@ const getSmartSpaceAdminAPI = () => {
323
323
  return (0, instance_1.customInstance)({ url: `/DataSets/${id}/properties/${name}`, method: 'DELETE'
324
324
  });
325
325
  };
326
+ /**
327
+ * @summary Run-centric ingestion history for the dataset (newest first), from the
328
+ AI API's provenance-stamped run store. `trigger` filters by cause
329
+ (sync / sweep / manual / reset / unknown); `itemId` narrows to one
330
+ container item, including runs superseded by later re-ingests.
331
+ */
332
+ const dataSetsGetIngestionRuns = (id, params) => {
333
+ return (0, instance_1.customInstance)({ url: `/DataSets/${id}/runs`, method: 'GET',
334
+ params
335
+ });
336
+ };
326
337
  /**
327
338
  * @summary Set the per-document scoping config (mode + subject path) on a dataset.
328
339
  */
@@ -427,6 +438,15 @@ const getSmartSpaceAdminAPI = () => {
427
438
  data: dataSourcesUpdateDataSourceCredentials
428
439
  });
429
440
  };
441
+ /**
442
+ * @summary Requests an on-demand sync of a data source. The request is queued;
443
+ the sync service picks it up within ~30 seconds. Repeated requests
444
+ are safe — concurrent syncs of the same source collapse to one run.
445
+ */
446
+ const dataSourcesRequestSync = (dataSourceId) => {
447
+ return (0, instance_1.customInstance)({ url: `/DataSources/${dataSourceId}/sync`, method: 'POST'
448
+ });
449
+ };
430
450
  const dataSourcesGetAdminUsers = (id) => {
431
451
  return (0, instance_1.customInstance)({ url: `/DataSources/${id}/admins`, method: 'GET'
432
452
  });
@@ -859,6 +879,30 @@ const getSmartSpaceAdminAPI = () => {
859
879
  params
860
880
  });
861
881
  };
882
+ /**
883
+ * @summary List configured syncs. status matches the data
884
+ source's latest completed sync (e.g. Success / Failure), or "never"
885
+ for sources with no recorded sync. sortBy:
886
+ name | connector | lastSync (default: path).
887
+ */
888
+ const syncsGet = (params) => {
889
+ return (0, instance_1.customInstance)({ url: `/Syncs`, method: 'GET',
890
+ params
891
+ });
892
+ };
893
+ const syncsGetById = (containerId) => {
894
+ return (0, instance_1.customInstance)({ url: `/Syncs/${containerId}`, method: 'GET'
895
+ });
896
+ };
897
+ /**
898
+ * @summary The sync's landed items (read-only metadata), proxied from the AI API's
899
+ container-items endpoint.
900
+ */
901
+ const syncsGetItems = (containerId, params) => {
902
+ return (0, instance_1.customInstance)({ url: `/Syncs/${containerId}/items`, method: 'GET',
903
+ params
904
+ });
905
+ };
862
906
  /**
863
907
  * @summary Gets Tenant Id
864
908
  */
@@ -1231,6 +1275,6 @@ const getSmartSpaceAdminAPI = () => {
1231
1275
  data: messagesCreateMessageInput
1232
1276
  });
1233
1277
  };
1234
- return { accessGetAccesses, accessAddAccess, accessGetGroups, accessGetAppRoles, accessGetUsersInRoleRolesRoleIdUsers, accessSearchGroups, accessSearchServicePrincipals, accessSearchUsers, accessGetUsersInRoleUsers, accessDeleteAccess, activityExportLoggings, activityGetLogging, applicationUpdateGetLatestDeployment, applicationUpdateGetCurrentVersion, applicationUpdateReapplyCurrentVersion, applicationUpdateGetLatestAvailableVersion, applicationUpdateApplyLatestAvailableVersion, blockSetsGetBlockSets, blockSetsGetDeployedBlockCode, blockSetsGetDeployedBlockFiles, blockSetsDeleteBlockSet, blockSetsRenameBlockSet, blockSetsAddBlockSet, blocksGetBlocks, blocksGetSdkBlocks, blocksGetBlockSource, containersReingestContainerItem, containersPost, dataSetsGet, dataSetsGetItem, dataSetsDelete, dataSetsGetById, dataSetsPut, dataSetsPutBasicInfo, dataSetsClear, dataSetsGetContainerItemsRunHistory, dataSetsSetDataspace, dataSetsExport, dataSetsGetItems, dataSetsAddItem, dataSetsSearchItems, dataSetsDeleteItem, dataSetsAddDataSetProperty, dataSetsDeleteDataSetProperty, dataSetsPutScoping, dataSourceTypesGet, dataSourceTypesGetAvailableContainers, dataSourceTypesTestConnection, dataSourcesGet, dataSourcesPost, dataSourcesDelete, dataSourcesPut, dataSourcesContainers, dataSourcesPreviewContainer, dataSourcesContainerSchema, dataSourcesUpdateCredentials, dataSourcesGetAdminUsers, dataSourcesDeleteAdmin, dataSourcesAddAdmin, dataSpacesGet, dataSpacesPost, dataSpacesDelete, dataSpacesGetById, dataSpacesPut, dataSpacesGetAdminUsers, dataSpacesDeleteAdmin, dataSpacesAddAdmin, dataSpacesGetDataSets, dataSpacesPostDataset, debugInvoke, draftsListDrafts, draftsDeleteDraft, draftsGetDraft, draftsToggleDraft, draftsSaveDraft, draftsPublishDraft, filesUploadFiles, filesGetFileInfo, filesDownloadFile, filesGetUri, flowRunsCreateFlowRun, flowRunsSearchFlowRuns, flowRunsGetFileFromFlowRunId, flowRunsGetFlowRun, flowRunsAddFileIdFiles, flowRunsAddFileIdFilesExisting, flowRunsGetStepExecutions, flowRunsGetVariables, flowRunsSetVariable, flowsGet, flowsSetActiveFlowDefinition, modelProvidersGetProviders, modelProvidersCreateProvider, modelProvidersGetModelProviderTypes, modelProvidersGetModelProviderTypeDeployableModels, modelProvidersGetProvider, modelProvidersUpsertProvider, modelsGetModels, modelsCreateModel, modelsGetDefaultDockerFile, modelsDeleteModel, modelsGetModel, modelsUpsertModel, modelsGetDeploymentDockerLogs, modelsGetModelHealth, notificationGet, notificationPutUpdate, notificationPutUpdateall, planGetSmartSpacePlan, planUpdateSmartSpaceUpgrade, planCalculateSmartSpaceUpgradeCost, planGetSmartSpacePlanUsage, reportingGetRequests, reportingGetTokens, tenantIdGetResult, usersGetUsers, usersGetUsersByFilter, usersGetMyPermissions, usersRemoveUserFromAllWorkSpaces, usersSearchUsers, usersGetUserDetail, usersGetUserPhoto, usersGetAccessWorkSpaces, usersAdminPermission, usersAddUserPermission, usersRemoveUserPermission, virtualMachinesGetVirtualMachineLocations, virtualMachinesGetVirtualMachineSize, workSpaceTemplatesGet, workSpacesGetGet, workSpacesPost, workSpacesDelete, workSpacesGetId, workSpacesGetWorkspaceAdmins, workSpacesDeleteAdmin, workSpacesAddWorkspaceAdmin, workSpacesPut, workSpacesSetFavorited, workSpacesGetThreads, workSpacesDeleteModelConfiguration, workSpacesPutModelConfiguration, workSpacesRemoveDataSpace, workSpacesAddDataSpace, workSpacesGetWorkspaceFiles, workSpacesWorkspaceFiles, workSpacesDeleteWorkspaceFile, workSpacesGetActiveFlow, workSpacesSetActiveFlow, workSpacesSetActiveFlowLayout, documentsGetDocumentSas, managedSecretsGetManagedSecrets, managedSecretsCreateManagedSecret, managedSecretsDeleteManagedSecret, managedSecretsOverwriteManagedSecretValue, messageThreadsGetWorkspaceExecutions, messageThreadsGetStepExecutions, sandBoxGetSandboxThread, sandBoxThreadMessageCreateByUsersProfileImages, sandBoxClearSandboxMessages, sandBoxGetThreadMessages, sandBoxThreadMessages, sandBoxStreamSandboxMessages, sandBoxAddValueToMessage };
1278
+ return { accessGetAccesses, accessAddAccess, accessGetGroups, accessGetAppRoles, accessGetUsersInRoleRolesRoleIdUsers, accessSearchGroups, accessSearchServicePrincipals, accessSearchUsers, accessGetUsersInRoleUsers, accessDeleteAccess, activityExportLoggings, activityGetLogging, applicationUpdateGetLatestDeployment, applicationUpdateGetCurrentVersion, applicationUpdateReapplyCurrentVersion, applicationUpdateGetLatestAvailableVersion, applicationUpdateApplyLatestAvailableVersion, blockSetsGetBlockSets, blockSetsGetDeployedBlockCode, blockSetsGetDeployedBlockFiles, blockSetsDeleteBlockSet, blockSetsRenameBlockSet, blockSetsAddBlockSet, blocksGetBlocks, blocksGetSdkBlocks, blocksGetBlockSource, containersReingestContainerItem, containersPost, dataSetsGet, dataSetsGetItem, dataSetsDelete, dataSetsGetById, dataSetsPut, dataSetsPutBasicInfo, dataSetsClear, dataSetsGetContainerItemsRunHistory, dataSetsSetDataspace, dataSetsExport, dataSetsGetItems, dataSetsAddItem, dataSetsSearchItems, dataSetsDeleteItem, dataSetsAddDataSetProperty, dataSetsDeleteDataSetProperty, dataSetsGetIngestionRuns, dataSetsPutScoping, dataSourceTypesGet, dataSourceTypesGetAvailableContainers, dataSourceTypesTestConnection, dataSourcesGet, dataSourcesPost, dataSourcesDelete, dataSourcesPut, dataSourcesContainers, dataSourcesPreviewContainer, dataSourcesContainerSchema, dataSourcesUpdateCredentials, dataSourcesRequestSync, dataSourcesGetAdminUsers, dataSourcesDeleteAdmin, dataSourcesAddAdmin, dataSpacesGet, dataSpacesPost, dataSpacesDelete, dataSpacesGetById, dataSpacesPut, dataSpacesGetAdminUsers, dataSpacesDeleteAdmin, dataSpacesAddAdmin, dataSpacesGetDataSets, dataSpacesPostDataset, debugInvoke, draftsListDrafts, draftsDeleteDraft, draftsGetDraft, draftsToggleDraft, draftsSaveDraft, draftsPublishDraft, filesUploadFiles, filesGetFileInfo, filesDownloadFile, filesGetUri, flowRunsCreateFlowRun, flowRunsSearchFlowRuns, flowRunsGetFileFromFlowRunId, flowRunsGetFlowRun, flowRunsAddFileIdFiles, flowRunsAddFileIdFilesExisting, flowRunsGetStepExecutions, flowRunsGetVariables, flowRunsSetVariable, flowsGet, flowsSetActiveFlowDefinition, modelProvidersGetProviders, modelProvidersCreateProvider, modelProvidersGetModelProviderTypes, modelProvidersGetModelProviderTypeDeployableModels, modelProvidersGetProvider, modelProvidersUpsertProvider, modelsGetModels, modelsCreateModel, modelsGetDefaultDockerFile, modelsDeleteModel, modelsGetModel, modelsUpsertModel, modelsGetDeploymentDockerLogs, modelsGetModelHealth, notificationGet, notificationPutUpdate, notificationPutUpdateall, planGetSmartSpacePlan, planUpdateSmartSpaceUpgrade, planCalculateSmartSpaceUpgradeCost, planGetSmartSpacePlanUsage, reportingGetRequests, reportingGetTokens, syncsGet, syncsGetById, syncsGetItems, tenantIdGetResult, usersGetUsers, usersGetUsersByFilter, usersGetMyPermissions, usersRemoveUserFromAllWorkSpaces, usersSearchUsers, usersGetUserDetail, usersGetUserPhoto, usersGetAccessWorkSpaces, usersAdminPermission, usersAddUserPermission, usersRemoveUserPermission, virtualMachinesGetVirtualMachineLocations, virtualMachinesGetVirtualMachineSize, workSpaceTemplatesGet, workSpacesGetGet, workSpacesPost, workSpacesDelete, workSpacesGetId, workSpacesGetWorkspaceAdmins, workSpacesDeleteAdmin, workSpacesAddWorkspaceAdmin, workSpacesPut, workSpacesSetFavorited, workSpacesGetThreads, workSpacesDeleteModelConfiguration, workSpacesPutModelConfiguration, workSpacesRemoveDataSpace, workSpacesAddDataSpace, workSpacesGetWorkspaceFiles, workSpacesWorkspaceFiles, workSpacesDeleteWorkspaceFile, workSpacesGetActiveFlow, workSpacesSetActiveFlow, workSpacesSetActiveFlowLayout, documentsGetDocumentSas, managedSecretsGetManagedSecrets, managedSecretsCreateManagedSecret, managedSecretsDeleteManagedSecret, managedSecretsOverwriteManagedSecretValue, messageThreadsGetWorkspaceExecutions, messageThreadsGetStepExecutions, sandBoxGetSandboxThread, sandBoxThreadMessageCreateByUsersProfileImages, sandBoxClearSandboxMessages, sandBoxGetThreadMessages, sandBoxThreadMessages, sandBoxStreamSandboxMessages, sandBoxAddValueToMessage };
1235
1279
  };
1236
1280
  exports.getSmartSpaceAdminAPI = getSmartSpaceAdminAPI;
@@ -1,6 +1,6 @@
1
1
  import { http } from 'msw';
2
2
  import type { RequestHandlerOptions } from 'msw';
3
- import type { AccessAccess, AiModel, ApplicationUpdateDeploymentInfo, ApplicationUpdateVersionInfo, BlocksBlockSet, DataSetItem, DataSetsDataSet, DataSetsDataSetProperty, DataSourceContainer, DataSourcesContainerPreviewResultModel, DataSourcesDataSource, DataSourcesDataSourceAdminUser, DataSourcesDataSourceContainer, DataSourcesDataSourceType, DataSourcesTestConnectionResult, DataSpacesDataSpace, DataSpacesDataSpaceAdmin, DebugLogsResponse, DraftsDraft, DraftsPublishDraftResponse, DraftsSaveDraftResponse, EnumsPermissions, FilesFile, FilesFileUriResponse, FilesIngestedBlob, FlowsFlowDefinition, FlowsFlowRun, IntegrationsAzureArmAzureLocation, IntegrationsAzureArmVirtualMachineSize, IntegrationsAzureStorageSasToken, IntegrationsSmartSpaceAiBlockSourceResponse, IntegrationsSmartSpaceAiDebugLogsResponse, IntegrationsSmartSpaceAiSdkBlockRef, ManagedSecretsManagedSecret, MessageThreadMessageThreadSummary, MessagesMessage, MessagesMessageCreatorProfileImage, MicrosoftExtensionsDiagnosticsHealthChecksHealthStatus, NotificationsPagedNotifications, PagedDataCollectionAccessAccess, PagedDataCollectionAccessAccessWorkSpace, PagedDataCollectionActivitiesActivityWorkSpace, PagedDataCollectionAiModelSummary, PagedDataCollectionAzureADGroup, PagedDataCollectionDataSetsDataSet, PagedDataCollectionDataSourcesDataSource, PagedDataCollectionDataSpacesDataSpace, PagedDataCollectionFilesIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionUsersAppAccessUser, PagedDataCollectionUsersAppUserDetail, PagedDataCollectionUsersAppUserSearchResult, PagedDataCollectionUsersServicePrincipalSearchResult, PagedDataCollectionWorkSpaceTemplatesTemplate, PagedDataCollectionWorkSpacesWorkSpace, PagedDataSystemCollectionsGenericICollectionDataSetItem, PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory, ReportingReportDefinitionSystemDateTime, UsersAppRole, UsersAppUserSearchResult, UsersAppUserSummary, WorkSpacesWorkSpace, WorkSpacesWorkSpaceUser } from './models';
3
+ import type { AccessAccess, AiModel, ApplicationUpdateDeploymentInfo, ApplicationUpdateVersionInfo, BlocksBlockSet, DataSetItem, DataSetsDataSet, DataSetsDataSetProperty, DataSourceContainer, DataSourcesContainerPreviewResultModel, DataSourcesDataSource, DataSourcesDataSourceAdminUser, DataSourcesDataSourceContainer, DataSourcesDataSourceType, DataSourcesTestConnectionResult, DataSpacesDataSpace, DataSpacesDataSpaceAdmin, DebugLogsResponse, DraftsDraft, DraftsPublishDraftResponse, DraftsSaveDraftResponse, EnumsPermissions, FilesFile, FilesFileUriResponse, FilesIngestedBlob, FlowsFlowDefinition, FlowsFlowRun, IntegrationsAzureArmAzureLocation, IntegrationsAzureArmVirtualMachineSize, IntegrationsAzureStorageSasToken, IntegrationsSmartSpaceAiBlockSourceResponse, IntegrationsSmartSpaceAiDebugLogsResponse, IntegrationsSmartSpaceAiSdkBlockRef, ManagedSecretsManagedSecret, MessageThreadMessageThreadSummary, MessagesMessage, MessagesMessageCreatorProfileImage, MicrosoftExtensionsDiagnosticsHealthChecksHealthStatus, NotificationsPagedNotifications, PagedDataCollectionAccessAccess, PagedDataCollectionAccessAccessWorkSpace, PagedDataCollectionActivitiesActivityWorkSpace, PagedDataCollectionAiModelSummary, PagedDataCollectionAzureADGroup, PagedDataCollectionContainerItem, PagedDataCollectionDataSetsDataSet, PagedDataCollectionDataSourcesDataSource, PagedDataCollectionDataSpacesDataSpace, PagedDataCollectionFilesIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionSyncsSync, PagedDataCollectionUsersAppAccessUser, PagedDataCollectionUsersAppUserDetail, PagedDataCollectionUsersAppUserSearchResult, PagedDataCollectionUsersServicePrincipalSearchResult, PagedDataCollectionWorkSpaceTemplatesTemplate, PagedDataCollectionWorkSpacesWorkSpace, PagedDataSystemCollectionsGenericICollectionDataSetItem, PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory, PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun, ReportingReportDefinitionSystemDateTime, SyncsSync, UsersAppRole, UsersAppUserSearchResult, UsersAppUserSummary, WorkSpacesWorkSpace, WorkSpacesWorkSpaceUser } from './models';
4
4
  import type { BlocksGetBlocks200One, BlocksGetBlocks200Three, BlocksGetBlocks200Two, FlowRunsGetVariables200One, FlowRunsGetVariables200Three, FlowRunsGetVariables200Two } from './models';
5
5
  export declare const getAccessGetAccessesResponseMock: (overrideResponse?: Partial<PagedDataCollectionAccessAccess>) => PagedDataCollectionAccessAccess;
6
6
  export declare const getAccessAddAccessResponseMock: (overrideResponse?: Partial<AccessAccess>) => AccessAccess;
@@ -33,6 +33,7 @@ export declare const getDataSetsExportResponseMock: (overrideResponse?: Partial<
33
33
  export declare const getDataSetsGetItemsResponseMock: (overrideResponse?: Partial<PagedDataSystemCollectionsGenericICollectionDataSetItem>) => PagedDataSystemCollectionsGenericICollectionDataSetItem;
34
34
  export declare const getDataSetsSearchItemsResponseMock: (overrideResponse?: Partial<PagedDataSystemCollectionsGenericICollectionDataSetItem>) => PagedDataSystemCollectionsGenericICollectionDataSetItem;
35
35
  export declare const getDataSetsAddDataSetPropertyResponseMock: (overrideResponse?: Partial<DataSetsDataSetProperty>) => DataSetsDataSetProperty;
36
+ export declare const getDataSetsGetIngestionRunsResponseMock: (overrideResponse?: Partial<PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun>) => PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun;
36
37
  export declare const getDataSourceTypesGetResponseMock: () => DataSourcesDataSourceType[];
37
38
  export declare const getDataSourceTypesGetAvailableContainersResponseMock: () => DataSourcesDataSourceContainer[];
38
39
  export declare const getDataSourceTypesTestConnectionResponseMock: (overrideResponse?: Partial<DataSourcesTestConnectionResult>) => DataSourcesTestConnectionResult;
@@ -66,6 +67,9 @@ export declare const getModelsGetModelHealthResponseMock: () => MicrosoftExtensi
66
67
  export declare const getNotificationGetResponseMock: (overrideResponse?: Partial<NotificationsPagedNotifications>) => NotificationsPagedNotifications;
67
68
  export declare const getReportingGetRequestsResponseMock: (overrideResponse?: Partial<ReportingReportDefinitionSystemDateTime>) => ReportingReportDefinitionSystemDateTime;
68
69
  export declare const getReportingGetTokensResponseMock: (overrideResponse?: Partial<ReportingReportDefinitionSystemDateTime>) => ReportingReportDefinitionSystemDateTime;
70
+ export declare const getSyncsGetResponseMock: (overrideResponse?: Partial<PagedDataCollectionSyncsSync>) => PagedDataCollectionSyncsSync;
71
+ export declare const getSyncsGetByIdResponseMock: (overrideResponse?: Partial<SyncsSync>) => SyncsSync;
72
+ export declare const getSyncsGetItemsResponseMock: (overrideResponse?: Partial<PagedDataCollectionContainerItem>) => PagedDataCollectionContainerItem;
69
73
  export declare const getTenantIdGetResultResponseMock: () => string;
70
74
  export declare const getUsersGetUsersResponseMock: (overrideResponse?: Partial<PagedDataCollectionUsersAppUserDetail>) => PagedDataCollectionUsersAppUserDetail;
71
75
  export declare const getUsersGetMyPermissionsResponseMock: () => EnumsPermissions;
@@ -139,6 +143,7 @@ export declare const getDataSetsSearchItemsMockHandler: (overrideResponse?: Page
139
143
  export declare const getDataSetsDeleteItemMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
140
144
  export declare const getDataSetsAddDataSetPropertyMockHandler: (overrideResponse?: DataSetsDataSetProperty | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<DataSetsDataSetProperty> | DataSetsDataSetProperty), options?: RequestHandlerOptions) => import("msw").HttpHandler;
141
145
  export declare const getDataSetsDeleteDataSetPropertyMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
146
+ export declare const getDataSetsGetIngestionRunsMockHandler: (overrideResponse?: PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun> | PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun), options?: RequestHandlerOptions) => import("msw").HttpHandler;
142
147
  export declare const getDataSetsPutScopingMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
143
148
  export declare const getDataSourceTypesGetMockHandler: (overrideResponse?: DataSourcesDataSourceType[] | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<DataSourcesDataSourceType[]> | DataSourcesDataSourceType[]), options?: RequestHandlerOptions) => import("msw").HttpHandler;
144
149
  export declare const getDataSourceTypesGetAvailableContainersMockHandler: (overrideResponse?: DataSourcesDataSourceContainer[] | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<DataSourcesDataSourceContainer[]> | DataSourcesDataSourceContainer[]), options?: RequestHandlerOptions) => import("msw").HttpHandler;
@@ -151,6 +156,7 @@ export declare const getDataSourcesContainersMockHandler: (overrideResponse?: Da
151
156
  export declare const getDataSourcesPreviewContainerMockHandler: (overrideResponse?: DataSourcesContainerPreviewResultModel | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<DataSourcesContainerPreviewResultModel> | DataSourcesContainerPreviewResultModel), options?: RequestHandlerOptions) => import("msw").HttpHandler;
152
157
  export declare const getDataSourcesContainerSchemaMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
153
158
  export declare const getDataSourcesUpdateCredentialsMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
159
+ export declare const getDataSourcesRequestSyncMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
154
160
  export declare const getDataSourcesGetAdminUsersMockHandler: (overrideResponse?: DataSourcesDataSourceAdminUser[] | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<DataSourcesDataSourceAdminUser[]> | DataSourcesDataSourceAdminUser[]), options?: RequestHandlerOptions) => import("msw").HttpHandler;
155
161
  export declare const getDataSourcesDeleteAdminMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
156
162
  export declare const getDataSourcesAddAdminMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
@@ -209,6 +215,9 @@ export declare const getPlanCalculateSmartSpaceUpgradeCostMockHandler: (override
209
215
  export declare const getPlanGetSmartSpacePlanUsageMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
210
216
  export declare const getReportingGetRequestsMockHandler: (overrideResponse?: ReportingReportDefinitionSystemDateTime | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<ReportingReportDefinitionSystemDateTime> | ReportingReportDefinitionSystemDateTime), options?: RequestHandlerOptions) => import("msw").HttpHandler;
211
217
  export declare const getReportingGetTokensMockHandler: (overrideResponse?: ReportingReportDefinitionSystemDateTime | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<ReportingReportDefinitionSystemDateTime> | ReportingReportDefinitionSystemDateTime), options?: RequestHandlerOptions) => import("msw").HttpHandler;
218
+ export declare const getSyncsGetMockHandler: (overrideResponse?: PagedDataCollectionSyncsSync | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<PagedDataCollectionSyncsSync> | PagedDataCollectionSyncsSync), options?: RequestHandlerOptions) => import("msw").HttpHandler;
219
+ export declare const getSyncsGetByIdMockHandler: (overrideResponse?: SyncsSync | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<SyncsSync> | SyncsSync), options?: RequestHandlerOptions) => import("msw").HttpHandler;
220
+ export declare const getSyncsGetItemsMockHandler: (overrideResponse?: PagedDataCollectionContainerItem | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<PagedDataCollectionContainerItem> | PagedDataCollectionContainerItem), options?: RequestHandlerOptions) => import("msw").HttpHandler;
212
221
  export declare const getTenantIdGetResultMockHandler: (overrideResponse?: string | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<string> | string), options?: RequestHandlerOptions) => import("msw").HttpHandler;
213
222
  export declare const getUsersGetUsersMockHandler: (overrideResponse?: PagedDataCollectionUsersAppUserDetail | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<PagedDataCollectionUsersAppUserDetail> | PagedDataCollectionUsersAppUserDetail), options?: RequestHandlerOptions) => import("msw").HttpHandler;
214
223
  export declare const getUsersGetUsersByFilterMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;