@smartspace/api-client 0.1.0-main.22dea1d → 0.1.0-main.26012be

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 (56) hide show
  1. package/dist/generated/chat/api.msw.js +7 -7
  2. package/dist/generated/chat/models/flowsFlowConstant.d.ts +1 -0
  3. package/dist/generated/chat/models/messagesMessageError.d.ts +2 -0
  4. package/dist/generated/chat/zod.d.ts +6 -0
  5. package/dist/generated/chat/zod.js +6 -0
  6. package/dist/generated/config/api.d.ts +21 -3
  7. package/dist/generated/config/api.js +74 -1
  8. package/dist/generated/config/api.msw.d.ts +21 -5
  9. package/dist/generated/config/api.msw.js +149 -26
  10. package/dist/generated/config/models/containerItem.d.ts +27 -0
  11. package/dist/generated/config/models/containerItem.js +8 -0
  12. package/dist/generated/config/models/dataSetsDataSet.d.ts +4 -0
  13. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
  14. package/dist/generated/config/models/dataSetsGetIngestionRunsParams.js +8 -0
  15. package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
  16. package/dist/generated/config/models/dataSetsSetDataSetScoping.js +2 -0
  17. package/dist/generated/config/models/enumsActivityType.d.ts +1 -0
  18. package/dist/generated/config/models/enumsActivityType.js +1 -0
  19. package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
  20. package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
  21. package/dist/generated/config/models/flowsFlowConstant.d.ts +1 -0
  22. package/dist/generated/config/models/index.d.ts +18 -0
  23. package/dist/generated/config/models/index.js +18 -0
  24. package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +2 -1
  25. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
  26. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
  27. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
  28. package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.js +8 -0
  29. package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
  30. package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
  31. package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
  32. package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
  33. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
  34. package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
  35. package/dist/generated/config/models/messagesMessageError.d.ts +2 -0
  36. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
  37. package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
  38. package/dist/generated/config/models/pagedDataCollectionContainerItem.d.ts +11 -0
  39. package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
  40. package/dist/generated/config/models/pagedDataCollectionSyncsSync.d.ts +11 -0
  41. package/dist/generated/config/models/pagedDataCollectionSyncsSync.js +2 -0
  42. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
  43. package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
  44. package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
  45. package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
  46. package/dist/generated/config/models/syncsGetParams.d.ts +11 -0
  47. package/dist/generated/config/models/syncsGetParams.js +8 -0
  48. package/dist/generated/config/models/syncsSync.d.ts +22 -0
  49. package/dist/generated/config/models/syncsSync.js +2 -0
  50. package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +14 -0
  51. package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
  52. package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
  53. package/dist/generated/config/models/usersAppUserSummary.js +8 -0
  54. package/dist/generated/config/zod.d.ts +310 -48
  55. package/dist/generated/config/zod.js +255 -29
  56. package/package.json +1 -1
@@ -33,17 +33,17 @@ const getMessageThreadsPostCommentResponseMock = (overrideResponse = {}) => ({ c
33
33
  exports.getMessageThreadsPostCommentResponseMock = getMessageThreadsPostCommentResponseMock;
34
34
  const getMessageThreadsThreadMessageCreateByUsersProfileImagesIdMessagecreateduserprofileimagesResponseMock = () => (Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ base64StringImage: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), userId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) })));
35
35
  exports.getMessageThreadsThreadMessageCreateByUsersProfileImagesIdMessagecreateduserprofileimagesResponseMock = getMessageThreadsThreadMessageCreateByUsersProfileImagesIdMessagecreateduserprofileimagesResponseMock;
36
- const getMessageThreadsThreadMessagesIdMessagesResponseMock = (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`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), errors: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ blockId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), code: faker_1.faker.number.int({ min: undefined, max: undefined }), data: faker_1.faker.helpers.arrayElement([{}, undefined]), message: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) })), hasComments: faker_1.faker.datatype.boolean(), id: 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}$'), messageThreadId: 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]), values: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ channels: {
36
+ const getMessageThreadsThreadMessagesIdMessagesResponseMock = (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`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), errors: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ blockId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), code: faker_1.faker.number.int({ min: undefined, max: undefined }), data: faker_1.faker.helpers.arrayElement([{}, undefined]), errorCode: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), message: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) })), hasComments: faker_1.faker.datatype.boolean(), id: 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}$'), messageThreadId: 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]), values: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ channels: {
37
37
  [faker_1.faker.string.alphanumeric(5)]: faker_1.faker.number.int({ min: undefined, max: undefined })
38
38
  }, createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), id: 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}$'), name: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), type: faker_1.faker.helpers.arrayElement(Object.values(models_1.EnumsMessageValueType)), value: faker_1.faker.helpers.arrayElement([{}, undefined]) })) })), total: faker_1.faker.number.int({ min: undefined, max: undefined }), ...overrideResponse });
39
39
  exports.getMessageThreadsThreadMessagesIdMessagesResponseMock = getMessageThreadsThreadMessagesIdMessagesResponseMock;
40
40
  const getMessageThreadsGetThreadUsersResponseMock = () => (Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ displayName: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), emailAddress: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), id: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), userId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) })));
41
41
  exports.getMessageThreadsGetThreadUsersResponseMock = getMessageThreadsGetThreadUsersResponseMock;
42
- const getMessagesThreadMessagesResponseMock = (overrideResponse = {}) => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), errors: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ blockId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), code: faker_1.faker.number.int({ min: undefined, max: undefined }), data: faker_1.faker.helpers.arrayElement([{}, undefined]), message: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) })), hasComments: faker_1.faker.datatype.boolean(), id: 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}$'), messageThreadId: 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]), values: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ channels: {
42
+ const getMessagesThreadMessagesResponseMock = (overrideResponse = {}) => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), errors: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ blockId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), code: faker_1.faker.number.int({ min: undefined, max: undefined }), data: faker_1.faker.helpers.arrayElement([{}, undefined]), errorCode: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), message: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) })), hasComments: faker_1.faker.datatype.boolean(), id: 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}$'), messageThreadId: 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]), values: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ channels: {
43
43
  [faker_1.faker.string.alphanumeric(5)]: faker_1.faker.number.int({ min: undefined, max: undefined })
44
44
  }, createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), id: 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}$'), name: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), type: faker_1.faker.helpers.arrayElement(Object.values(models_1.EnumsMessageValueType)), value: faker_1.faker.helpers.arrayElement([{}, undefined]) })), ...overrideResponse });
45
45
  exports.getMessagesThreadMessagesResponseMock = getMessagesThreadMessagesResponseMock;
46
- const getMessagesStartThreadMessageResponseMock = (overrideResponse = {}) => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), errors: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ blockId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), code: faker_1.faker.number.int({ min: undefined, max: undefined }), data: faker_1.faker.helpers.arrayElement([{}, undefined]), message: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) })), hasComments: faker_1.faker.datatype.boolean(), id: 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}$'), messageThreadId: 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]), values: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ channels: {
46
+ const getMessagesStartThreadMessageResponseMock = (overrideResponse = {}) => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), errors: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ blockId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), code: faker_1.faker.number.int({ min: undefined, max: undefined }), data: faker_1.faker.helpers.arrayElement([{}, undefined]), errorCode: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), message: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) })), hasComments: faker_1.faker.datatype.boolean(), id: 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}$'), messageThreadId: 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]), values: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ channels: {
47
47
  [faker_1.faker.string.alphanumeric(5)]: faker_1.faker.number.int({ min: undefined, max: undefined })
48
48
  }, createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), id: 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}$'), name: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), type: faker_1.faker.helpers.arrayElement(Object.values(models_1.EnumsMessageValueType)), value: faker_1.faker.helpers.arrayElement([{}, undefined]) })), ...overrideResponse });
49
49
  exports.getMessagesStartThreadMessageResponseMock = getMessagesStartThreadMessageResponseMock;
@@ -51,7 +51,7 @@ const getMessagesGetCommentsResponseMock = (overrideResponse = {}) => ({ data: A
51
51
  exports.getMessagesGetCommentsResponseMock = getMessagesGetCommentsResponseMock;
52
52
  const getMessagesPostCommentResponseMock = (overrideResponse = {}) => ({ content: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), id: 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}$'), mentionedUsers: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ name: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), userId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) })), messageId: 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]), messageThreadId: 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}$'), ...overrideResponse });
53
53
  exports.getMessagesPostCommentResponseMock = getMessagesPostCommentResponseMock;
54
- const getMessagesAddValueToMessageResponseMock = (overrideResponse = {}) => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), errors: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ blockId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), code: faker_1.faker.number.int({ min: undefined, max: undefined }), data: faker_1.faker.helpers.arrayElement([{}, undefined]), message: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) })), hasComments: faker_1.faker.datatype.boolean(), id: 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}$'), messageThreadId: 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]), values: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ channels: {
54
+ const getMessagesAddValueToMessageResponseMock = (overrideResponse = {}) => ({ createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), errors: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ blockId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), code: faker_1.faker.number.int({ min: undefined, max: undefined }), data: faker_1.faker.helpers.arrayElement([{}, undefined]), errorCode: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), message: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) })), hasComments: faker_1.faker.datatype.boolean(), id: 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}$'), messageThreadId: 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]), values: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ channels: {
55
55
  [faker_1.faker.string.alphanumeric(5)]: faker_1.faker.number.int({ min: undefined, max: undefined })
56
56
  }, createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), id: 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}$'), name: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), type: faker_1.faker.helpers.arrayElement(Object.values(models_1.EnumsMessageValueType)), value: faker_1.faker.helpers.arrayElement([{}, undefined]) })), ...overrideResponse });
57
57
  exports.getMessagesAddValueToMessageResponseMock = getMessagesAddValueToMessageResponseMock;
@@ -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)]: {}
@@ -129,7 +129,7 @@ const getMessageThreadsGetMessageThreadWorkspacesWorkspaceIdMessagethreadsIdResp
129
129
  exports.getMessageThreadsGetMessageThreadWorkspacesWorkspaceIdMessagethreadsIdResponseMock = getMessageThreadsGetMessageThreadWorkspacesWorkspaceIdMessagethreadsIdResponseMock;
130
130
  const getMessageThreadsThreadMessageCreateByUsersProfileImagesWorkspacesWorkspaceIdMessagethreadsIdMessagecreateduserprofileimagesResponseMock = () => (Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ base64StringImage: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), userId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }) })));
131
131
  exports.getMessageThreadsThreadMessageCreateByUsersProfileImagesWorkspacesWorkspaceIdMessagethreadsIdMessagecreateduserprofileimagesResponseMock = getMessageThreadsThreadMessageCreateByUsersProfileImagesWorkspacesWorkspaceIdMessagethreadsIdMessagecreateduserprofileimagesResponseMock;
132
- const getMessageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesResponseMock = (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`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), errors: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ blockId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), code: faker_1.faker.number.int({ min: undefined, max: undefined }), data: faker_1.faker.helpers.arrayElement([{}, undefined]), message: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) })), hasComments: faker_1.faker.datatype.boolean(), id: 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}$'), messageThreadId: 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]), values: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ channels: {
132
+ const getMessageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesResponseMock = (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`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), errors: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ blockId: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), code: faker_1.faker.number.int({ min: undefined, max: undefined }), data: faker_1.faker.helpers.arrayElement([{}, undefined]), errorCode: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), message: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]) })), hasComments: faker_1.faker.datatype.boolean(), id: 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}$'), messageThreadId: 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]), values: Array.from({ length: faker_1.faker.number.int({ min: 1, max: 10 }) }, (_, i) => i + 1).map(() => ({ channels: {
133
133
  [faker_1.faker.string.alphanumeric(5)]: faker_1.faker.number.int({ min: undefined, max: undefined })
134
134
  }, createdAt: `${faker_1.faker.date.past().toISOString().split('.')[0]}Z`, createdBy: faker_1.faker.helpers.arrayElement([faker_1.faker.helpers.arrayElement([faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), null]), undefined]), createdByUserId: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), id: 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}$'), name: faker_1.faker.string.alpha({ length: { min: 10, max: 20 } }), type: faker_1.faker.helpers.arrayElement(Object.values(models_1.EnumsMessageValueType)), value: faker_1.faker.helpers.arrayElement([{}, undefined]) })) })), total: faker_1.faker.number.int({ min: undefined, max: undefined }), ...overrideResponse });
135
135
  exports.getMessageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesResponseMock = getMessageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessagesResponseMock;
@@ -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
  }
@@ -12,5 +12,7 @@ export interface MessagesMessageError {
12
12
  /** @nullable */
13
13
  data?: MessagesMessageErrorData;
14
14
  /** @nullable */
15
+ errorCode?: string | null;
16
+ /** @nullable */
15
17
  message?: string | null;
16
18
  }
@@ -244,6 +244,7 @@ export declare const messageThreadsThreadMessagesIdMessagesResponse: zod.ZodObje
244
244
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
245
245
  code: zod.ZodNumber;
246
246
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
247
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
247
248
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
248
249
  }, zod.core.$strip>>;
249
250
  hasComments: zod.ZodBoolean;
@@ -342,6 +343,7 @@ export declare const messagesThreadMessagesResponse: zod.ZodObject<{
342
343
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
343
344
  code: zod.ZodNumber;
344
345
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
346
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
345
347
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
346
348
  }, zod.core.$strip>>;
347
349
  hasComments: zod.ZodBoolean;
@@ -392,6 +394,7 @@ export declare const messagesStartThreadMessageResponse: zod.ZodObject<{
392
394
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
393
395
  code: zod.ZodNumber;
394
396
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
397
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
395
398
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
396
399
  }, zod.core.$strip>>;
397
400
  hasComments: zod.ZodBoolean;
@@ -775,6 +778,7 @@ export declare const workSpacesGetGetResponse: zod.ZodObject<{
775
778
  }, zod.core.$strip>;
776
779
  }, zod.core.$strip>>>>;
777
780
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
781
+ secret: zod.ZodBoolean;
778
782
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
779
783
  }, zod.core.$strip>>>>;
780
784
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -1030,6 +1034,7 @@ export declare const workSpacesGetIdResponse: zod.ZodObject<{
1030
1034
  }, zod.core.$strip>;
1031
1035
  }, zod.core.$strip>>>>;
1032
1036
  constants: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
1037
+ secret: zod.ZodBoolean;
1033
1038
  value: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1034
1039
  }, zod.core.$strip>>>>;
1035
1040
  inputs: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
@@ -1411,6 +1416,7 @@ export declare const messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethr
1411
1416
  blockId: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1412
1417
  code: zod.ZodNumber;
1413
1418
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodAny>>;
1419
+ errorCode: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1414
1420
  message: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1415
1421
  }, zod.core.$strip>>;
1416
1422
  hasComments: zod.ZodBoolean;
@@ -241,6 +241,7 @@ exports.messageThreadsThreadMessagesIdMessagesResponse = zod_1.default.object({
241
241
  "blockId": zod_1.default.string().nullish(),
242
242
  "code": zod_1.default.number(),
243
243
  "data": zod_1.default.any().nullish(),
244
+ "errorCode": zod_1.default.string().nullish(),
244
245
  "message": zod_1.default.string().nullish()
245
246
  })),
246
247
  "hasComments": zod_1.default.boolean(),
@@ -331,6 +332,7 @@ exports.messagesThreadMessagesResponse = zod_1.default.object({
331
332
  "blockId": zod_1.default.string().nullish(),
332
333
  "code": zod_1.default.number(),
333
334
  "data": zod_1.default.any().nullish(),
335
+ "errorCode": zod_1.default.string().nullish(),
334
336
  "message": zod_1.default.string().nullish()
335
337
  })),
336
338
  "hasComments": zod_1.default.boolean(),
@@ -378,6 +380,7 @@ exports.messagesStartThreadMessageResponse = zod_1.default.object({
378
380
  "blockId": zod_1.default.string().nullish(),
379
381
  "code": zod_1.default.number(),
380
382
  "data": zod_1.default.any().nullish(),
383
+ "errorCode": zod_1.default.string().nullish(),
381
384
  "message": zod_1.default.string().nullish()
382
385
  })),
383
386
  "hasComments": zod_1.default.boolean(),
@@ -675,6 +678,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
675
678
  })
676
679
  })).nullish(),
677
680
  "constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
681
+ "secret": zod_1.default.boolean(),
678
682
  "value": zod_1.default.any().nullish()
679
683
  })).nullish(),
680
684
  "inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
@@ -873,6 +877,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
873
877
  })
874
878
  })).nullish(),
875
879
  "constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
880
+ "secret": zod_1.default.boolean(),
876
881
  "value": zod_1.default.any().nullish()
877
882
  })).nullish(),
878
883
  "inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
@@ -1181,6 +1186,7 @@ exports.messageThreadsThreadMessagesWorkspacesWorkspaceIdMessagethreadsIdMessage
1181
1186
  "blockId": zod_1.default.string().nullish(),
1182
1187
  "code": zod_1.default.number(),
1183
1188
  "data": zod_1.default.any().nullish(),
1189
+ "errorCode": zod_1.default.string().nullish(),
1184
1190
  "message": zod_1.default.string().nullish()
1185
1191
  })),
1186
1192
  "hasComments": zod_1.default.boolean(),
@@ -4,7 +4,7 @@
4
4
  * SmartSpace Admin API
5
5
  * OpenAPI spec version: v1
6
6
  */
7
- import type { AccessAccess, AccessAccessWorkSpace, 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, 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, MessageThreadMessageThreadSummary, MessageThreadsGetStepExecutionsParams, MessageThreadsGetWorkspaceExecutionsParams, MessagesCreateMessageInput, MessagesMessage, MessagesMessageCreatorProfileImage, MessagesSandBoxMessageRequest, MicrosoftExtensionsDiagnosticsHealthChecksHealthStatus, ModelProvidersGetProvidersParams, ModelsGetDefaultDockerFileParams, ModelsGetModelsParams, NotificationGetParams, NotificationsPagedNotifications, PagedDataCollectionAccessAccess, PagedDataCollectionActivitiesActivityWorkSpace, PagedDataCollectionAiModelSummary, PagedDataCollectionAzureADGroup, PagedDataCollectionDataSetsDataSet, PagedDataCollectionDataSourcesDataSource, PagedDataCollectionDataSpacesDataSpace, PagedDataCollectionFilesIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionUsersAppAccessUser, PagedDataCollectionUsersAppUserDetail, PagedDataCollectionUsersAppUserSearchResult, PagedDataCollectionUsersServicePrincipalSearchResult, PagedDataCollectionWorkSpaceTemplatesTemplate, PagedDataCollectionWorkSpacesWorkSpace, PagedDataSystemCollectionsGenericICollectionDataSetItem, PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory, ReportingDuration, ReportingGetRequestsParams, ReportingGetTokensParams, ReportingReportDefinitionSystemDateTime, SandBoxGetThreadMessagesParams, UsersAdminPermissionParams, UsersAppRole, UsersAppUserDetail, UsersAppUserSearchResult, 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,8 @@ 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, {}>>;
54
+ dataSetsPutScoping: (id: string, dataSetsSetDataSetScoping: DataSetsSetDataSetScoping) => Promise<import("axios").AxiosResponse<void, any, {}>>;
53
55
  dataSourceTypesGet: () => Promise<import("axios").AxiosResponse<DataSourcesDataSourceType[], any, {}>>;
54
56
  dataSourceTypesGetAvailableContainers: (dataSourcesTestDataSourceConnection: DataSourcesTestDataSourceConnection) => Promise<import("axios").AxiosResponse<DataSourcesDataSourceContainer[], any, {}>>;
55
57
  dataSourceTypesTestConnection: (dataSourcesTestDataSourceConnection: DataSourcesTestDataSourceConnection) => Promise<import("axios").AxiosResponse<DataSourcesTestConnectionResult, any, {}>>;
@@ -119,15 +121,18 @@ export declare const getSmartSpaceAdminAPI: () => {
119
121
  planGetSmartSpacePlanUsage: () => Promise<import("axios").AxiosResponse<void, any, {}>>;
120
122
  reportingGetRequests: (duration: ReportingDuration, params?: ReportingGetRequestsParams) => Promise<import("axios").AxiosResponse<ReportingReportDefinitionSystemDateTime, any, {}>>;
121
123
  reportingGetTokens: (duration: ReportingDuration, params?: ReportingGetTokensParams) => Promise<import("axios").AxiosResponse<ReportingReportDefinitionSystemDateTime, any, {}>>;
124
+ syncsGet: (params?: SyncsGetParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionSyncsSync, any, {}>>;
125
+ syncsGetById: (containerId: string) => Promise<import("axios").AxiosResponse<SyncsSync, any, {}>>;
126
+ syncsGetItems: (containerId: string, params?: SyncsGetItemsParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionContainerItem, any, {}>>;
122
127
  tenantIdGetResult: () => Promise<import("axios").AxiosResponse<string, any, {}>>;
123
128
  usersGetUsers: (params?: UsersGetUsersParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionUsersAppUserDetail, any, {}>>;
124
129
  usersGetUsersByFilter: (permissions: EnumsPermissions) => Promise<import("axios").AxiosResponse<void, any, {}>>;
125
130
  usersGetMyPermissions: () => Promise<import("axios").AxiosResponse<EnumsPermissions, any, {}>>;
126
131
  usersRemoveUserFromAllWorkSpaces: (params?: UsersRemoveUserFromAllWorkSpacesParams) => Promise<import("axios").AxiosResponse<void, any, {}>>;
127
132
  usersSearchUsers: (params?: UsersSearchUsersParams) => Promise<import("axios").AxiosResponse<UsersAppUserSearchResult[], any, {}>>;
128
- usersGetUserDetail: (id: string) => Promise<import("axios").AxiosResponse<UsersAppUserDetail, any, {}>>;
133
+ usersGetUserDetail: (id: string) => Promise<import("axios").AxiosResponse<UsersAppUserSummary, any, {}>>;
129
134
  usersGetUserPhoto: (id: string) => Promise<import("axios").AxiosResponse<Blob, any, {}>>;
130
- usersGetAccessWorkSpaces: (id: string, params?: UsersGetAccessWorkSpacesParams) => Promise<import("axios").AxiosResponse<AccessAccessWorkSpace[], any, {}>>;
135
+ usersGetAccessWorkSpaces: (id: string, params?: UsersGetAccessWorkSpacesParams) => Promise<import("axios").AxiosResponse<PagedDataCollectionAccessAccessWorkSpace, any, {}>>;
131
136
  usersAdminPermission: (userId: string, params?: UsersAdminPermissionParams) => Promise<import("axios").AxiosResponse<void, any, {}>>;
132
137
  usersAddUserPermission: (userId: string, enumsPermissions: EnumsPermissions) => Promise<import("axios").AxiosResponse<void, any, {}>>;
133
138
  usersRemoveUserPermission: (userId: string, permission: EnumsPermissions) => Promise<import("axios").AxiosResponse<void, any, {}>>;
@@ -155,6 +160,10 @@ export declare const getSmartSpaceAdminAPI: () => {
155
160
  workSpacesSetActiveFlow: (workspaceId: string, flowsFlowDefinition: FlowsFlowDefinition) => Promise<import("axios").AxiosResponse<void, any, {}>>;
156
161
  workSpacesSetActiveFlowLayout: (workspaceId: string, workSpacesSetActiveFlowLayoutBody: unknown) => Promise<import("axios").AxiosResponse<void, any, {}>>;
157
162
  documentsGetDocumentSas: (dataSpaceId: string, params?: DocumentsGetDocumentSasParams) => Promise<import("axios").AxiosResponse<IntegrationsAzureStorageSasToken, any, {}>>;
163
+ managedSecretsGetManagedSecrets: () => Promise<import("axios").AxiosResponse<ManagedSecretsManagedSecret[], any, {}>>;
164
+ managedSecretsCreateManagedSecret: (managedSecretsCreateManagedSecret: ManagedSecretsCreateManagedSecret) => Promise<import("axios").AxiosResponse<ManagedSecretsManagedSecret, any, {}>>;
165
+ managedSecretsDeleteManagedSecret: (name: string) => Promise<import("axios").AxiosResponse<void, any, {}>>;
166
+ managedSecretsOverwriteManagedSecretValue: (name: string, managedSecretsUpdateManagedSecretValue: ManagedSecretsUpdateManagedSecretValue) => Promise<import("axios").AxiosResponse<ManagedSecretsManagedSecret, any, {}>>;
158
167
  messageThreadsGetWorkspaceExecutions: (workSpaceId: string, params?: MessageThreadsGetWorkspaceExecutionsParams) => Promise<import("axios").AxiosResponse<DebugLogsResponse, any, {}>>;
159
168
  messageThreadsGetStepExecutions: (workSpaceId: string, messageThreadId: string, params?: MessageThreadsGetStepExecutionsParams) => Promise<import("axios").AxiosResponse<DebugLogsResponse, any, {}>>;
160
169
  sandBoxGetSandboxThread: (workspaceId: string) => Promise<import("axios").AxiosResponse<MessageThreadMessageThreadSummary, any, {}>>;
@@ -209,6 +218,8 @@ export type DataSetsSearchItemsResult = NonNullable<Awaited<ReturnType<ReturnTyp
209
218
  export type DataSetsDeleteItemResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSetsDeleteItem']>>>;
210
219
  export type DataSetsAddDataSetPropertyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSetsAddDataSetProperty']>>>;
211
220
  export type DataSetsDeleteDataSetPropertyResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSetsDeleteDataSetProperty']>>>;
221
+ export type DataSetsGetIngestionRunsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSetsGetIngestionRuns']>>>;
222
+ export type DataSetsPutScopingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSetsPutScoping']>>>;
212
223
  export type DataSourceTypesGetResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourceTypesGet']>>>;
213
224
  export type DataSourceTypesGetAvailableContainersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourceTypesGetAvailableContainers']>>>;
214
225
  export type DataSourceTypesTestConnectionResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['dataSourceTypesTestConnection']>>>;
@@ -278,6 +289,9 @@ export type PlanCalculateSmartSpaceUpgradeCostResult = NonNullable<Awaited<Retur
278
289
  export type PlanGetSmartSpacePlanUsageResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['planGetSmartSpacePlanUsage']>>>;
279
290
  export type ReportingGetRequestsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['reportingGetRequests']>>>;
280
291
  export type ReportingGetTokensResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['reportingGetTokens']>>>;
292
+ export type SyncsGetResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['syncsGet']>>>;
293
+ export type SyncsGetByIdResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['syncsGetById']>>>;
294
+ export type SyncsGetItemsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['syncsGetItems']>>>;
281
295
  export type TenantIdGetResultResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['tenantIdGetResult']>>>;
282
296
  export type UsersGetUsersResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['usersGetUsers']>>>;
283
297
  export type UsersGetUsersByFilterResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['usersGetUsersByFilter']>>>;
@@ -314,6 +328,10 @@ export type WorkSpacesGetActiveFlowResult = NonNullable<Awaited<ReturnType<Retur
314
328
  export type WorkSpacesSetActiveFlowResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['workSpacesSetActiveFlow']>>>;
315
329
  export type WorkSpacesSetActiveFlowLayoutResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['workSpacesSetActiveFlowLayout']>>>;
316
330
  export type DocumentsGetDocumentSasResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['documentsGetDocumentSas']>>>;
331
+ export type ManagedSecretsGetManagedSecretsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['managedSecretsGetManagedSecrets']>>>;
332
+ export type ManagedSecretsCreateManagedSecretResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['managedSecretsCreateManagedSecret']>>>;
333
+ export type ManagedSecretsDeleteManagedSecretResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['managedSecretsDeleteManagedSecret']>>>;
334
+ export type ManagedSecretsOverwriteManagedSecretValueResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['managedSecretsOverwriteManagedSecretValue']>>>;
317
335
  export type MessageThreadsGetWorkspaceExecutionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['messageThreadsGetWorkspaceExecutions']>>>;
318
336
  export type MessageThreadsGetStepExecutionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['messageThreadsGetStepExecutions']>>>;
319
337
  export type SandBoxGetSandboxThreadResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getSmartSpaceAdminAPI>['sandBoxGetSandboxThread']>>>;
@@ -323,6 +323,26 @@ 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
+ };
337
+ /**
338
+ * @summary Set the per-document scoping config (mode + subject path) on a dataset.
339
+ */
340
+ const dataSetsPutScoping = (id, dataSetsSetDataSetScoping) => {
341
+ return (0, instance_1.customInstance)({ url: `/DataSets/${id}/scoping`, method: 'PUT',
342
+ headers: { 'Content-Type': 'application/*+json', },
343
+ data: dataSetsSetDataSetScoping
344
+ });
345
+ };
326
346
  /**
327
347
  * @summary Fetch a list of all available data source types in SmartSpace.
328
348
  */
@@ -850,6 +870,24 @@ const getSmartSpaceAdminAPI = () => {
850
870
  params
851
871
  });
852
872
  };
873
+ const syncsGet = (params) => {
874
+ return (0, instance_1.customInstance)({ url: `/Syncs`, method: 'GET',
875
+ params
876
+ });
877
+ };
878
+ const syncsGetById = (containerId) => {
879
+ return (0, instance_1.customInstance)({ url: `/Syncs/${containerId}`, method: 'GET'
880
+ });
881
+ };
882
+ /**
883
+ * @summary The sync's landed items (read-only metadata), proxied from the AI API's
884
+ container-items endpoint.
885
+ */
886
+ const syncsGetItems = (containerId, params) => {
887
+ return (0, instance_1.customInstance)({ url: `/Syncs/${containerId}/items`, method: 'GET',
888
+ params
889
+ });
890
+ };
853
891
  /**
854
892
  * @summary Gets Tenant Id
855
893
  */
@@ -1107,6 +1145,41 @@ const getSmartSpaceAdminAPI = () => {
1107
1145
  params
1108
1146
  });
1109
1147
  };
1148
+ /**
1149
+ * @summary Lists all managed secrets — names and audit metadata only, never values.
1150
+ */
1151
+ const managedSecretsGetManagedSecrets = () => {
1152
+ return (0, instance_1.customInstance)({ url: `/managedsecrets`, method: 'GET'
1153
+ });
1154
+ };
1155
+ /**
1156
+ * @summary Creates a named secret: writes the value to Key Vault and stores only
1157
+ the vault reference.
1158
+ */
1159
+ const managedSecretsCreateManagedSecret = (managedSecretsCreateManagedSecret) => {
1160
+ return (0, instance_1.customInstance)({ url: `/managedsecrets`, method: 'POST',
1161
+ headers: { 'Content-Type': 'application/*+json', },
1162
+ data: managedSecretsCreateManagedSecret
1163
+ });
1164
+ };
1165
+ /**
1166
+ * @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
1167
+ */
1168
+ const managedSecretsDeleteManagedSecret = (name) => {
1169
+ return (0, instance_1.customInstance)({ url: `/managedsecrets/${name}`, method: 'DELETE'
1170
+ });
1171
+ };
1172
+ /**
1173
+ * @summary Overwrites (rotates) a secret's value — a new Key Vault version under
1174
+ the same vault key. The value is write-only; nothing is returned but
1175
+ audit metadata.
1176
+ */
1177
+ const managedSecretsOverwriteManagedSecretValue = (name, managedSecretsUpdateManagedSecretValue) => {
1178
+ return (0, instance_1.customInstance)({ url: `/managedsecrets/${name}/value`, method: 'PUT',
1179
+ headers: { 'Content-Type': 'application/*+json', },
1180
+ data: managedSecretsUpdateManagedSecretValue
1181
+ });
1182
+ };
1110
1183
  const messageThreadsGetWorkspaceExecutions = (workSpaceId, params) => {
1111
1184
  return (0, instance_1.customInstance)({ url: `/workspaces/${workSpaceId}/functionexecutions`, method: 'GET',
1112
1185
  params
@@ -1187,6 +1260,6 @@ const getSmartSpaceAdminAPI = () => {
1187
1260
  data: messagesCreateMessageInput
1188
1261
  });
1189
1262
  };
1190
- 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, 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, messageThreadsGetWorkspaceExecutions, messageThreadsGetStepExecutions, sandBoxGetSandboxThread, sandBoxThreadMessageCreateByUsersProfileImages, sandBoxClearSandboxMessages, sandBoxGetThreadMessages, sandBoxThreadMessages, sandBoxStreamSandboxMessages, sandBoxAddValueToMessage };
1263
+ 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, 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 };
1191
1264
  };
1192
1265
  exports.getSmartSpaceAdminAPI = getSmartSpaceAdminAPI;
@@ -1,6 +1,6 @@
1
1
  import { http } from 'msw';
2
2
  import type { RequestHandlerOptions } from 'msw';
3
- import type { AccessAccess, AccessAccessWorkSpace, 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, MessageThreadMessageThreadSummary, MessagesMessage, MessagesMessageCreatorProfileImage, MicrosoftExtensionsDiagnosticsHealthChecksHealthStatus, NotificationsPagedNotifications, PagedDataCollectionAccessAccess, PagedDataCollectionActivitiesActivityWorkSpace, PagedDataCollectionAiModelSummary, PagedDataCollectionAzureADGroup, PagedDataCollectionDataSetsDataSet, PagedDataCollectionDataSourcesDataSource, PagedDataCollectionDataSpacesDataSpace, PagedDataCollectionFilesIngestedBlob, PagedDataCollectionMessageThreadMessageThreadSummary, PagedDataCollectionUsersAppAccessUser, PagedDataCollectionUsersAppUserDetail, PagedDataCollectionUsersAppUserSearchResult, PagedDataCollectionUsersServicePrincipalSearchResult, PagedDataCollectionWorkSpaceTemplatesTemplate, PagedDataCollectionWorkSpacesWorkSpace, PagedDataSystemCollectionsGenericICollectionDataSetItem, PagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory, ReportingReportDefinitionSystemDateTime, UsersAppRole, UsersAppUserDetail, UsersAppUserSearchResult, 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,13 +67,16 @@ 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;
72
76
  export declare const getUsersSearchUsersResponseMock: () => UsersAppUserSearchResult[];
73
- export declare const getUsersGetUserDetailResponseMock: (overrideResponse?: Partial<UsersAppUserDetail>) => UsersAppUserDetail;
77
+ export declare const getUsersGetUserDetailResponseMock: (overrideResponse?: Partial<UsersAppUserSummary>) => UsersAppUserSummary;
74
78
  export declare const getUsersGetUserPhotoResponseMock: () => Blob;
75
- export declare const getUsersGetAccessWorkSpacesResponseMock: () => AccessAccessWorkSpace[];
79
+ export declare const getUsersGetAccessWorkSpacesResponseMock: (overrideResponse?: Partial<PagedDataCollectionAccessAccessWorkSpace>) => PagedDataCollectionAccessAccessWorkSpace;
76
80
  export declare const getVirtualMachinesGetVirtualMachineLocationsResponseMock: () => IntegrationsAzureArmAzureLocation[];
77
81
  export declare const getVirtualMachinesGetVirtualMachineSizeResponseMock: () => IntegrationsAzureArmVirtualMachineSize[];
78
82
  export declare const getWorkSpaceTemplatesGetResponseMock: (overrideResponse?: Partial<PagedDataCollectionWorkSpaceTemplatesTemplate>) => PagedDataCollectionWorkSpaceTemplatesTemplate;
@@ -85,6 +89,9 @@ export declare const getWorkSpacesGetWorkspaceFilesResponseMock: (overrideRespon
85
89
  export declare const getWorkSpacesWorkspaceFilesResponseMock: () => FilesIngestedBlob[];
86
90
  export declare const getWorkSpacesGetActiveFlowResponseMock: (overrideResponse?: Partial<FlowsFlowDefinition>) => FlowsFlowDefinition;
87
91
  export declare const getDocumentsGetDocumentSasResponseMock: (overrideResponse?: Partial<IntegrationsAzureStorageSasToken>) => IntegrationsAzureStorageSasToken;
92
+ export declare const getManagedSecretsGetManagedSecretsResponseMock: () => ManagedSecretsManagedSecret[];
93
+ export declare const getManagedSecretsCreateManagedSecretResponseMock: (overrideResponse?: Partial<ManagedSecretsManagedSecret>) => ManagedSecretsManagedSecret;
94
+ export declare const getManagedSecretsOverwriteManagedSecretValueResponseMock: (overrideResponse?: Partial<ManagedSecretsManagedSecret>) => ManagedSecretsManagedSecret;
88
95
  export declare const getMessageThreadsGetWorkspaceExecutionsResponseMock: (overrideResponse?: Partial<DebugLogsResponse>) => DebugLogsResponse;
89
96
  export declare const getMessageThreadsGetStepExecutionsResponseMock: (overrideResponse?: Partial<DebugLogsResponse>) => DebugLogsResponse;
90
97
  export declare const getSandBoxGetSandboxThreadResponseMock: (overrideResponse?: Partial<MessageThreadMessageThreadSummary>) => MessageThreadMessageThreadSummary;
@@ -136,6 +143,8 @@ export declare const getDataSetsSearchItemsMockHandler: (overrideResponse?: Page
136
143
  export declare const getDataSetsDeleteItemMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
137
144
  export declare const getDataSetsAddDataSetPropertyMockHandler: (overrideResponse?: DataSetsDataSetProperty | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<DataSetsDataSetProperty> | DataSetsDataSetProperty), options?: RequestHandlerOptions) => import("msw").HttpHandler;
138
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;
147
+ export declare const getDataSetsPutScopingMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
139
148
  export declare const getDataSourceTypesGetMockHandler: (overrideResponse?: DataSourcesDataSourceType[] | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<DataSourcesDataSourceType[]> | DataSourcesDataSourceType[]), options?: RequestHandlerOptions) => import("msw").HttpHandler;
140
149
  export declare const getDataSourceTypesGetAvailableContainersMockHandler: (overrideResponse?: DataSourcesDataSourceContainer[] | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<DataSourcesDataSourceContainer[]> | DataSourcesDataSourceContainer[]), options?: RequestHandlerOptions) => import("msw").HttpHandler;
141
150
  export declare const getDataSourceTypesTestConnectionMockHandler: (overrideResponse?: DataSourcesTestConnectionResult | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<DataSourcesTestConnectionResult> | DataSourcesTestConnectionResult), options?: RequestHandlerOptions) => import("msw").HttpHandler;
@@ -205,15 +214,18 @@ export declare const getPlanCalculateSmartSpaceUpgradeCostMockHandler: (override
205
214
  export declare const getPlanGetSmartSpacePlanUsageMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
206
215
  export declare const getReportingGetRequestsMockHandler: (overrideResponse?: ReportingReportDefinitionSystemDateTime | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<ReportingReportDefinitionSystemDateTime> | ReportingReportDefinitionSystemDateTime), options?: RequestHandlerOptions) => import("msw").HttpHandler;
207
216
  export declare const getReportingGetTokensMockHandler: (overrideResponse?: ReportingReportDefinitionSystemDateTime | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<ReportingReportDefinitionSystemDateTime> | ReportingReportDefinitionSystemDateTime), options?: RequestHandlerOptions) => import("msw").HttpHandler;
217
+ export declare const getSyncsGetMockHandler: (overrideResponse?: PagedDataCollectionSyncsSync | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<PagedDataCollectionSyncsSync> | PagedDataCollectionSyncsSync), options?: RequestHandlerOptions) => import("msw").HttpHandler;
218
+ export declare const getSyncsGetByIdMockHandler: (overrideResponse?: SyncsSync | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<SyncsSync> | SyncsSync), options?: RequestHandlerOptions) => import("msw").HttpHandler;
219
+ export declare const getSyncsGetItemsMockHandler: (overrideResponse?: PagedDataCollectionContainerItem | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<PagedDataCollectionContainerItem> | PagedDataCollectionContainerItem), options?: RequestHandlerOptions) => import("msw").HttpHandler;
208
220
  export declare const getTenantIdGetResultMockHandler: (overrideResponse?: string | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<string> | string), options?: RequestHandlerOptions) => import("msw").HttpHandler;
209
221
  export declare const getUsersGetUsersMockHandler: (overrideResponse?: PagedDataCollectionUsersAppUserDetail | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<PagedDataCollectionUsersAppUserDetail> | PagedDataCollectionUsersAppUserDetail), options?: RequestHandlerOptions) => import("msw").HttpHandler;
210
222
  export declare const getUsersGetUsersByFilterMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
211
223
  export declare const getUsersGetMyPermissionsMockHandler: (overrideResponse?: EnumsPermissions | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<EnumsPermissions> | EnumsPermissions), options?: RequestHandlerOptions) => import("msw").HttpHandler;
212
224
  export declare const getUsersRemoveUserFromAllWorkSpacesMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
213
225
  export declare const getUsersSearchUsersMockHandler: (overrideResponse?: UsersAppUserSearchResult[] | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<UsersAppUserSearchResult[]> | UsersAppUserSearchResult[]), options?: RequestHandlerOptions) => import("msw").HttpHandler;
214
- export declare const getUsersGetUserDetailMockHandler: (overrideResponse?: UsersAppUserDetail | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<UsersAppUserDetail> | UsersAppUserDetail), options?: RequestHandlerOptions) => import("msw").HttpHandler;
226
+ export declare const getUsersGetUserDetailMockHandler: (overrideResponse?: UsersAppUserSummary | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<UsersAppUserSummary> | UsersAppUserSummary), options?: RequestHandlerOptions) => import("msw").HttpHandler;
215
227
  export declare const getUsersGetUserPhotoMockHandler: (overrideResponse?: Blob | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<Blob> | Blob), options?: RequestHandlerOptions) => import("msw").HttpHandler;
216
- export declare const getUsersGetAccessWorkSpacesMockHandler: (overrideResponse?: AccessAccessWorkSpace[] | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<AccessAccessWorkSpace[]> | AccessAccessWorkSpace[]), options?: RequestHandlerOptions) => import("msw").HttpHandler;
228
+ export declare const getUsersGetAccessWorkSpacesMockHandler: (overrideResponse?: PagedDataCollectionAccessAccessWorkSpace | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<PagedDataCollectionAccessAccessWorkSpace> | PagedDataCollectionAccessAccessWorkSpace), options?: RequestHandlerOptions) => import("msw").HttpHandler;
217
229
  export declare const getUsersAdminPermissionMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
218
230
  export declare const getUsersAddUserPermissionMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
219
231
  export declare const getUsersRemoveUserPermissionMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
@@ -241,6 +253,10 @@ export declare const getWorkSpacesGetActiveFlowMockHandler: (overrideResponse?:
241
253
  export declare const getWorkSpacesSetActiveFlowMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
242
254
  export declare const getWorkSpacesSetActiveFlowLayoutMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
243
255
  export declare const getDocumentsGetDocumentSasMockHandler: (overrideResponse?: IntegrationsAzureStorageSasToken | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<IntegrationsAzureStorageSasToken> | IntegrationsAzureStorageSasToken), options?: RequestHandlerOptions) => import("msw").HttpHandler;
256
+ export declare const getManagedSecretsGetManagedSecretsMockHandler: (overrideResponse?: ManagedSecretsManagedSecret[] | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<ManagedSecretsManagedSecret[]> | ManagedSecretsManagedSecret[]), options?: RequestHandlerOptions) => import("msw").HttpHandler;
257
+ export declare const getManagedSecretsCreateManagedSecretMockHandler: (overrideResponse?: ManagedSecretsManagedSecret | ((info: Parameters<Parameters<typeof http.post>[1]>[0]) => Promise<ManagedSecretsManagedSecret> | ManagedSecretsManagedSecret), options?: RequestHandlerOptions) => import("msw").HttpHandler;
258
+ export declare const getManagedSecretsDeleteManagedSecretMockHandler: (overrideResponse?: void | ((info: Parameters<Parameters<typeof http.delete>[1]>[0]) => Promise<void> | void) | undefined, options?: RequestHandlerOptions) => import("msw").HttpHandler;
259
+ export declare const getManagedSecretsOverwriteManagedSecretValueMockHandler: (overrideResponse?: ManagedSecretsManagedSecret | ((info: Parameters<Parameters<typeof http.put>[1]>[0]) => Promise<ManagedSecretsManagedSecret> | ManagedSecretsManagedSecret), options?: RequestHandlerOptions) => import("msw").HttpHandler;
244
260
  export declare const getMessageThreadsGetWorkspaceExecutionsMockHandler: (overrideResponse?: DebugLogsResponse | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<DebugLogsResponse> | DebugLogsResponse), options?: RequestHandlerOptions) => import("msw").HttpHandler;
245
261
  export declare const getMessageThreadsGetStepExecutionsMockHandler: (overrideResponse?: DebugLogsResponse | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<DebugLogsResponse> | DebugLogsResponse), options?: RequestHandlerOptions) => import("msw").HttpHandler;
246
262
  export declare const getSandBoxGetSandboxThreadMockHandler: (overrideResponse?: MessageThreadMessageThreadSummary | ((info: Parameters<Parameters<typeof http.get>[1]>[0]) => Promise<MessageThreadMessageThreadSummary> | MessageThreadMessageThreadSummary), options?: RequestHandlerOptions) => import("msw").HttpHandler;