@smartspace/api-client 0.1.0-dev.91d78d6 → 0.1.0-dev.935371f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/chat/api.d.ts +5 -7
- package/dist/generated/chat/api.js +5 -12
- package/dist/generated/chat/api.msw.d.ts +74 -0
- package/dist/generated/chat/api.msw.js +618 -0
- package/dist/generated/chat/models/{access.d.ts → accessAccess.d.ts} +1 -1
- package/dist/generated/chat/models/commentComment.d.ts +10 -3
- package/dist/generated/chat/models/commentComment.js +0 -6
- package/dist/generated/chat/models/commentCommentSummary.d.ts +2 -2
- package/dist/generated/chat/models/{createComment.d.ts → commentCreateComment.d.ts} +1 -1
- package/dist/generated/chat/models/dataSet.d.ts +2 -2
- package/dist/generated/chat/models/dataSourceContainer.d.ts +3 -0
- package/dist/generated/chat/models/dataSourceContainer.js +0 -6
- package/dist/generated/chat/models/{flowInput.d.ts → dataSourcesContainerFilterModel.d.ts} +4 -3
- package/dist/generated/chat/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
- package/dist/generated/chat/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
- package/dist/generated/chat/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
- package/dist/generated/chat/models/flowsFlowConstant.d.ts +11 -0
- package/dist/generated/chat/models/{flowDefinitionLayout.d.ts → flowsFlowConstantValue.d.ts} +1 -1
- package/dist/generated/chat/models/flowsFlowDefinition.d.ts +31 -0
- package/dist/generated/chat/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
- package/dist/generated/chat/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts} +3 -3
- package/dist/generated/chat/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
- package/dist/generated/chat/models/{flowConstantValue.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
- package/dist/generated/chat/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
- package/dist/generated/chat/models/flowsFlowDefinitionVariables.d.ts +13 -0
- package/dist/generated/chat/models/flowsFlowInput.d.ts +10 -0
- package/dist/generated/chat/models/{flowVariableSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
- package/dist/generated/chat/models/flowsFlowOutput.d.ts +10 -0
- package/dist/generated/chat/models/{flowInputSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
- package/dist/generated/chat/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
- package/dist/generated/chat/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
- package/dist/generated/chat/models/{flowOutputSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
- package/dist/generated/chat/models/index.d.ts +26 -25
- package/dist/generated/chat/models/index.js +26 -25
- package/dist/generated/chat/models/{commentMentionedUser.d.ts → mentionsMention.d.ts} +2 -2
- package/dist/generated/chat/models/mentionsMention.js +8 -0
- package/dist/generated/chat/models/{notificationNotification.d.ts → notificationsNotification.d.ts} +5 -10
- package/dist/generated/chat/models/notificationsPagedNotifications.d.ts +12 -0
- package/dist/generated/chat/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
- package/dist/generated/chat/models/workSpacesWorkSpaceInputs.d.ts +2 -2
- package/dist/generated/chat/models/workSpacesWorkSpaceVariables.d.ts +2 -2
- package/dist/generated/chat/zod.d.ts +33 -17
- package/dist/generated/chat/zod.js +39 -23
- package/dist/generated/config/api.d.ts +45 -19
- package/dist/generated/config/api.js +144 -24
- package/dist/generated/config/api.msw.d.ts +253 -0
- package/dist/generated/config/api.msw.js +2441 -0
- package/dist/generated/config/models/{access.d.ts → accessAccess.d.ts} +1 -1
- package/dist/generated/config/models/{accessWorkSpace.d.ts → accessAccessWorkSpace.d.ts} +1 -1
- package/dist/generated/config/models/accessCreateAccess.d.ts +13 -0
- package/dist/generated/config/models/accessGetGroupsParams.d.ts +0 -9
- package/dist/generated/config/models/accessGetUsersInRoleRolesRoleIdUsersParams.d.ts +0 -9
- package/dist/generated/config/models/accessGetUsersInRoleUsersParams.d.ts +0 -13
- package/dist/generated/config/models/{activityActivityWorkSpace.d.ts → activitiesActivityWorkSpace.d.ts} +3 -3
- package/dist/generated/config/models/{activityLlmUsageMetrics.d.ts → activitiesLlmUsageMetrics.d.ts} +1 -1
- package/dist/generated/config/models/activityExportLoggingsParams.d.ts +0 -10
- package/dist/generated/config/models/activityGetLoggingParams.d.ts +0 -16
- package/dist/generated/config/models/{createModel.d.ts → aiCreateModel.d.ts} +3 -3
- package/dist/generated/config/models/{createModelDeployment.d.ts → aiCreateModelDeployment.d.ts} +3 -3
- package/dist/generated/config/models/{createModelDeploymentProvider.d.ts → aiCreateModelDeploymentProvider.d.ts} +3 -3
- package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.d.ts → aiCreateModelDeploymentProviderGoogleCredentials.d.ts} +1 -1
- package/dist/generated/config/models/blocksBlockSet.d.ts +4 -0
- package/dist/generated/config/models/blocksGetBlocksParams.d.ts +5 -0
- package/dist/generated/config/models/blocksRenameBlockSetRequest.d.ts +9 -0
- package/dist/generated/config/models/{flowDataSpace.d.ts → blocksUsedInWorkspaceRef.d.ts} +1 -3
- package/dist/generated/config/models/coreManagementInstallParameterDefinitionModel.d.ts +16 -0
- package/dist/generated/config/models/coreManagementInstallParameterDefinitionModelDefault.d.ts +10 -0
- package/dist/generated/config/models/coreManagementInstallParameterModel.d.ts +15 -0
- package/dist/generated/config/models/coreManagementInstallParameterModelActiveValue.d.ts +10 -0
- package/dist/generated/config/models/coreManagementInstallParameterModelConfiguredValue.d.ts +10 -0
- package/dist/generated/config/models/coreManagementInstallParameterType.d.ts +12 -0
- package/dist/generated/config/models/coreManagementInstallParameterType.js +15 -0
- package/dist/generated/config/models/coreManagementUpsertInstallParameterModel.d.ts +9 -0
- package/dist/generated/config/models/dataSet.d.ts +2 -2
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSetsCreateDataSetContainer.js +0 -6
- package/dist/generated/config/models/dataSourceContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSourceContainer.js +0 -6
- package/dist/generated/config/models/{flowInput.d.ts → dataSourcesContainerFilter.d.ts} +4 -3
- package/dist/generated/config/models/{flowOutput.d.ts → dataSourcesContainerFilterModel.d.ts} +4 -3
- package/dist/generated/config/models/dataSourcesContainerFilterModel.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModel.d.ts +11 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.d.ts +9 -0
- package/dist/generated/config/models/dataSourcesContainerPreviewResultModelSamplesItem.js +8 -0
- package/dist/generated/config/models/dataSourcesContainerSchemaParams.d.ts +9 -0
- package/dist/generated/config/models/dataSourcesContainerSchemaParams.js +8 -0
- package/dist/generated/config/models/dataSourcesDataSourceContainer.d.ts +3 -0
- package/dist/generated/config/models/dataSourcesGetParams.d.ts +2 -9
- package/dist/generated/config/models/dataSourcesPreviewContainerRequest.d.ts +12 -0
- package/dist/generated/config/models/dataSpacesGetParams.d.ts +2 -0
- package/dist/generated/config/models/draftsDraft.d.ts +17 -0
- package/dist/generated/config/models/draftsDraftBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/{flowConstant.d.ts → draftsPublishDraftRequest.d.ts} +3 -3
- package/dist/generated/config/models/draftsPublishDraftRequest.js +8 -0
- package/dist/generated/config/models/draftsPublishDraftResponse.d.ts +13 -0
- package/dist/generated/config/models/draftsPublishedBlockRef.d.ts +10 -0
- package/dist/generated/config/models/draftsPublishedBlockRef.js +8 -0
- package/dist/generated/config/models/draftsSaveDraftRequest.d.ts +11 -0
- package/dist/generated/config/models/draftsSaveDraftRequest.js +8 -0
- package/dist/generated/config/models/draftsSaveDraftResponse.d.ts +13 -0
- package/dist/generated/config/models/draftsSaveDraftResponseBlockInterfaces.d.ts +12 -0
- package/dist/generated/config/models/draftsToggleDraftRequest.d.ts +9 -0
- package/dist/generated/config/models/draftsToggleDraftRequest.js +8 -0
- package/dist/generated/config/models/enumsPermissions.d.ts +2 -13
- package/dist/generated/config/models/enumsPermissions.js +0 -20
- package/dist/generated/config/models/enumsPermissionsItem.d.ts +18 -0
- package/dist/generated/config/models/enumsPermissionsItem.js +21 -0
- package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.d.ts → filesAddMessageFileFromBlobUri.d.ts} +1 -1
- package/dist/generated/config/models/filesAddMessageFileFromBlobUri.js +8 -0
- package/dist/generated/config/models/{connection.d.ts → flowsConnection.d.ts} +1 -1
- package/dist/generated/config/models/{flow.d.ts → flowsFlow.d.ts} +5 -5
- package/dist/generated/config/models/{flowBlock.d.ts → flowsFlowBlock.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowConstant.d.ts +11 -0
- package/dist/generated/config/models/{flowDefinitionLayout.d.ts → flowsFlowConstantValue.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowConstantValue.js +8 -0
- package/dist/generated/config/models/{flowDataSet.d.ts → flowsFlowDataSet.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowDataSpace.d.ts +13 -0
- package/dist/generated/config/models/flowsFlowDefinition.d.ts +31 -0
- package/dist/generated/config/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionBlocks.d.ts} +3 -3
- package/dist/generated/config/models/flowsFlowDefinitionConstants.d.ts +13 -0
- package/dist/generated/config/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts} +3 -3
- package/dist/generated/config/models/{flowConstantValue.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowDefinitionLayout.js +8 -0
- package/dist/generated/config/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts} +3 -3
- package/dist/generated/config/models/flowsFlowDefinitionVariables.d.ts +13 -0
- package/dist/generated/config/models/flowsFlowInput.d.ts +10 -0
- package/dist/generated/config/models/{flowOutputSchema.d.ts → flowsFlowInputSchema.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowInputSchema.js +8 -0
- package/dist/generated/config/models/flowsFlowOutput.d.ts +10 -0
- package/dist/generated/config/models/flowsFlowOutput.js +2 -0
- package/dist/generated/config/models/{flowVariableSchema.d.ts → flowsFlowOutputSchema.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowOutputSchema.js +8 -0
- package/dist/generated/config/models/flowsFlowRun.d.ts +20 -0
- package/dist/generated/config/models/flowsFlowRun.js +2 -0
- package/dist/generated/config/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowTrigger.js +2 -0
- package/dist/generated/config/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
- package/dist/generated/config/models/flowsFlowVariable.js +2 -0
- package/dist/generated/config/models/{flowInputSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
- package/dist/generated/config/models/flowsFlowVariableSchema.js +8 -0
- package/dist/generated/config/models/{flowWorkSpace.d.ts → flowsFlowWorkSpace.d.ts} +3 -3
- package/dist/generated/config/models/flowsFlowWorkSpace.js +2 -0
- package/dist/generated/config/models/index.d.ts +68 -38
- package/dist/generated/config/models/index.js +68 -38
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.d.ts +10 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSdkBlockRef.js +8 -0
- package/dist/generated/config/models/{notificationNotification.d.ts → notificationsNotification.d.ts} +5 -10
- package/dist/generated/config/models/notificationsNotification.js +2 -0
- package/dist/generated/config/models/notificationsPagedNotifications.d.ts +12 -0
- package/dist/generated/config/models/notificationsPagedNotifications.js +2 -0
- package/dist/generated/config/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionAccessAccess.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionAccessAccessWorkSpace.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppAccessUser.js +2 -0
- package/dist/generated/config/models/{usersAppUser.d.ts → usersAppAccessUser.d.ts} +2 -2
- package/dist/generated/config/models/usersAppAccessUser.js +8 -0
- package/dist/generated/config/models/usersAppUserSummary.d.ts +16 -0
- package/dist/generated/config/models/usersAppUserSummary.js +8 -0
- package/dist/generated/config/models/workSpacesGetGetParams.d.ts +2 -0
- package/dist/generated/config/models/workSpacesWorkSpaceInputs.d.ts +2 -2
- package/dist/generated/config/models/workSpacesWorkSpaceVariables.d.ts +2 -2
- package/dist/generated/config/zod.d.ts +561 -135
- package/dist/generated/config/zod.js +441 -113
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.d.ts +4 -10
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Comment.js +0 -3
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.d.ts +7 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Mentions.js +5 -0
- package/dist/mocks.d.ts +2 -0
- package/dist/mocks.js +42 -0
- package/dist/signalr.d.ts +2 -1
- package/package.json +24 -2
- package/dist/generated/chat/models/flowConstant.d.ts +0 -11
- package/dist/generated/chat/models/flowDefinition.d.ts +0 -31
- package/dist/generated/chat/models/flowDefinitionVariables.d.ts +0 -13
- package/dist/generated/chat/models/flowOutput.d.ts +0 -10
- package/dist/generated/chat/models/notificationPagedNotifications.d.ts +0 -12
- package/dist/generated/config/models/flowDefinition.d.ts +0 -31
- package/dist/generated/config/models/flowDefinitionOutputs.d.ts +0 -13
- package/dist/generated/config/models/flowDefinitionVariables.d.ts +0 -13
- package/dist/generated/config/models/flowRun.d.ts +0 -18
- package/dist/generated/config/models/notificationPagedNotifications.d.ts +0 -12
- package/dist/generated/config/models/pagedDataCollectionActivityActivityWorkSpace.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionUsersAppUser.d.ts +0 -11
- /package/dist/generated/chat/models/{access.js → accessAccess.js} +0 -0
- /package/dist/generated/chat/models/{commentMentionedUser.js → commentCreateComment.js} +0 -0
- /package/dist/generated/chat/models/{createComment.js → dataSourcesContainerFilterModel.js} +0 -0
- /package/dist/generated/chat/models/{connection.js → flowsConnection.js} +0 -0
- /package/dist/generated/chat/models/{flow.js → flowsFlow.js} +0 -0
- /package/dist/generated/chat/models/{flowBlock.js → flowsFlowBlock.js} +0 -0
- /package/dist/generated/chat/models/{flowConstant.js → flowsFlowConstant.js} +0 -0
- /package/dist/generated/chat/models/{flowConstantValue.js → flowsFlowConstantValue.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinition.js → flowsFlowDefinition.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionBlocks.js → flowsFlowDefinitionBlocks.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionConstants.js → flowsFlowDefinitionConstants.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionInputs.js → flowsFlowDefinitionInputs.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionLayout.js → flowsFlowDefinitionLayout.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionOutputs.js → flowsFlowDefinitionOutputs.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionVariables.js → flowsFlowDefinitionVariables.js} +0 -0
- /package/dist/generated/chat/models/{flowInput.js → flowsFlowInput.js} +0 -0
- /package/dist/generated/chat/models/{flowInputSchema.js → flowsFlowInputSchema.js} +0 -0
- /package/dist/generated/chat/models/{flowOutput.js → flowsFlowOutput.js} +0 -0
- /package/dist/generated/chat/models/{flowOutputSchema.js → flowsFlowOutputSchema.js} +0 -0
- /package/dist/generated/chat/models/{flowTrigger.js → flowsFlowTrigger.js} +0 -0
- /package/dist/generated/chat/models/{flowVariable.js → flowsFlowVariable.js} +0 -0
- /package/dist/generated/chat/models/{flowVariableSchema.js → flowsFlowVariableSchema.js} +0 -0
- /package/dist/generated/chat/models/{notificationNotification.js → notificationsNotification.js} +0 -0
- /package/dist/generated/chat/models/{notificationPagedNotifications.js → notificationsPagedNotifications.js} +0 -0
- /package/dist/generated/chat/models/{pagedDataCollectionAccess.js → pagedDataCollectionAccessAccess.js} +0 -0
- /package/dist/generated/config/models/{access.js → accessAccess.js} +0 -0
- /package/dist/generated/config/models/{accessWorkSpace.js → accessAccessWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{activityActivityWorkSpace.js → accessCreateAccess.js} +0 -0
- /package/dist/generated/config/models/{connection.js → activitiesActivityWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{activityLlmUsageMetrics.js → activitiesLlmUsageMetrics.js} +0 -0
- /package/dist/generated/config/models/{createModel.js → aiCreateModel.js} +0 -0
- /package/dist/generated/config/models/{createModelDeployment.js → aiCreateModelDeployment.js} +0 -0
- /package/dist/generated/config/models/{createModelDeploymentProvider.js → aiCreateModelDeploymentProvider.js} +0 -0
- /package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.js → aiCreateModelDeploymentProviderGoogleCredentials.js} +0 -0
- /package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.js → blocksRenameBlockSetRequest.js} +0 -0
- /package/dist/generated/config/models/{flowConstantValue.js → blocksUsedInWorkspaceRef.js} +0 -0
- /package/dist/generated/config/models/{flow.js → coreManagementInstallParameterDefinitionModel.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionLayout.js → coreManagementInstallParameterDefinitionModelDefault.js} +0 -0
- /package/dist/generated/config/models/{flowBlock.js → coreManagementInstallParameterModel.js} +0 -0
- /package/dist/generated/config/models/{flowInputSchema.js → coreManagementInstallParameterModelActiveValue.js} +0 -0
- /package/dist/generated/config/models/{flowOutputSchema.js → coreManagementInstallParameterModelConfiguredValue.js} +0 -0
- /package/dist/generated/config/models/{flowVariableSchema.js → coreManagementUpsertInstallParameterModel.js} +0 -0
- /package/dist/generated/config/models/{usersAppUser.js → dataSourcesContainerFilter.js} +0 -0
- /package/dist/generated/config/models/{flowConstant.js → dataSourcesContainerPreviewResultModel.js} +0 -0
- /package/dist/generated/config/models/{flowDataSet.js → dataSourcesPreviewContainerRequest.js} +0 -0
- /package/dist/generated/config/models/{flowDataSpace.js → draftsDraft.js} +0 -0
- /package/dist/generated/config/models/{flowDefinition.js → draftsDraftBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionBlocks.js → draftsPublishDraftResponse.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionConstants.js → draftsSaveDraftResponse.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionInputs.js → draftsSaveDraftResponseBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionOutputs.js → flowsConnection.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionVariables.js → flowsFlow.js} +0 -0
- /package/dist/generated/config/models/{flowInput.js → flowsFlowBlock.js} +0 -0
- /package/dist/generated/config/models/{flowOutput.js → flowsFlowConstant.js} +0 -0
- /package/dist/generated/config/models/{flowRun.js → flowsFlowDataSet.js} +0 -0
- /package/dist/generated/config/models/{flowTrigger.js → flowsFlowDataSpace.js} +0 -0
- /package/dist/generated/config/models/{flowVariable.js → flowsFlowDefinition.js} +0 -0
- /package/dist/generated/config/models/{flowWorkSpace.js → flowsFlowDefinitionBlocks.js} +0 -0
- /package/dist/generated/config/models/{notificationNotification.js → flowsFlowDefinitionConstants.js} +0 -0
- /package/dist/generated/config/models/{notificationPagedNotifications.js → flowsFlowDefinitionInputs.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAccess.js → flowsFlowDefinitionOutputs.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionActivityActivityWorkSpace.js → flowsFlowDefinitionVariables.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionUsersAppUser.js → flowsFlowInput.js} +0 -0
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { EnumsAccessType } from './enumsAccessType';
|
|
8
8
|
import type { EnumsAppPrincipalType } from './enumsAppPrincipalType';
|
|
9
|
-
export interface
|
|
9
|
+
export interface AccessAccess {
|
|
10
10
|
accessType: EnumsAccessType;
|
|
11
11
|
/** @nullable */
|
|
12
12
|
displayName?: string | null;
|
|
@@ -4,14 +4,21 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
+
import type { MentionsMention } from './mentionsMention';
|
|
7
8
|
export interface CommentComment {
|
|
8
9
|
content: string;
|
|
9
10
|
createdAt: string;
|
|
10
11
|
/** @nullable */
|
|
11
12
|
createdBy?: string | null;
|
|
12
|
-
|
|
13
|
-
createdByUserId?: string | null;
|
|
13
|
+
createdByUserId: string;
|
|
14
14
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
15
15
|
id: string;
|
|
16
|
-
mentionedUsers:
|
|
16
|
+
mentionedUsers: MentionsMention[];
|
|
17
|
+
/**
|
|
18
|
+
* @nullable
|
|
19
|
+
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
20
|
+
*/
|
|
21
|
+
messageId?: string | null;
|
|
22
|
+
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
23
|
+
messageThreadId: string;
|
|
17
24
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { MentionsMention } from './mentionsMention';
|
|
8
8
|
export interface CommentCommentSummary {
|
|
9
9
|
content: string;
|
|
10
10
|
createdAt: string;
|
|
@@ -13,7 +13,7 @@ export interface CommentCommentSummary {
|
|
|
13
13
|
createdByUserId: string;
|
|
14
14
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
15
15
|
id: string;
|
|
16
|
-
mentionedUsers:
|
|
16
|
+
mentionedUsers: MentionsMention[];
|
|
17
17
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
18
18
|
messageThreadId: string;
|
|
19
19
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlow } from './flowsFlow';
|
|
8
8
|
import type { DataSetProperty } from './dataSetProperty';
|
|
9
9
|
export interface DataSet {
|
|
10
10
|
createdAt: string;
|
|
@@ -16,7 +16,7 @@ export interface DataSet {
|
|
|
16
16
|
dataSpaceId?: string | null;
|
|
17
17
|
/** @nullable */
|
|
18
18
|
description?: string | null;
|
|
19
|
-
flow?:
|
|
19
|
+
flow?: FlowsFlow;
|
|
20
20
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
21
21
|
id: string;
|
|
22
22
|
modifiedAt: string;
|
|
@@ -4,9 +4,12 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
+
import type { DataSourcesContainerFilterModel } from './dataSourcesContainerFilterModel';
|
|
7
8
|
export interface DataSourceContainer {
|
|
8
9
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
9
10
|
dataSourceId: string;
|
|
11
|
+
/** @nullable */
|
|
12
|
+
filters?: DataSourcesContainerFilterModel[] | null;
|
|
10
13
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
11
14
|
id: string;
|
|
12
15
|
name: string;
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
export interface DataSourcesContainerFilterModel {
|
|
8
|
+
operator: string;
|
|
9
|
+
propertyName: string;
|
|
10
|
+
value: string;
|
|
10
11
|
}
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
8
|
-
import type {
|
|
9
|
-
export interface
|
|
10
|
-
activeFlowDefinition?:
|
|
7
|
+
import type { FlowsFlowDefinition } from './flowsFlowDefinition';
|
|
8
|
+
import type { FlowsFlowTrigger } from './flowsFlowTrigger';
|
|
9
|
+
export interface FlowsFlow {
|
|
10
|
+
activeFlowDefinition?: FlowsFlowDefinition;
|
|
11
11
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
12
12
|
activeFlowDefinitionId: string;
|
|
13
13
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
14
14
|
id: string;
|
|
15
|
-
triggers:
|
|
15
|
+
triggers: FlowsFlowTrigger[];
|
|
16
16
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { FlowsBlockConstant } from './flowsBlockConstant';
|
|
8
8
|
import type { FlowsBlockPinRef } from './flowsBlockPinRef';
|
|
9
|
-
export interface
|
|
9
|
+
export interface FlowsFlowBlock {
|
|
10
10
|
/** @nullable */
|
|
11
11
|
constants?: FlowsBlockConstant[] | null;
|
|
12
12
|
/** @nullable */
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Chat API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { FlowsFlowConstantValue } from './flowsFlowConstantValue';
|
|
8
|
+
export interface FlowsFlowConstant {
|
|
9
|
+
/** @nullable */
|
|
10
|
+
value?: FlowsFlowConstantValue;
|
|
11
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Chat API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { FlowsFlowDefinitionBlocks } from './flowsFlowDefinitionBlocks';
|
|
8
|
+
import type { FlowsConnection } from './flowsConnection';
|
|
9
|
+
import type { FlowsFlowDefinitionConstants } from './flowsFlowDefinitionConstants';
|
|
10
|
+
import type { FlowsFlowDefinitionInputs } from './flowsFlowDefinitionInputs';
|
|
11
|
+
import type { FlowsFlowDefinitionLayout } from './flowsFlowDefinitionLayout';
|
|
12
|
+
import type { FlowsFlowDefinitionOutputs } from './flowsFlowDefinitionOutputs';
|
|
13
|
+
import type { FlowsFlowDefinitionVariables } from './flowsFlowDefinitionVariables';
|
|
14
|
+
export interface FlowsFlowDefinition {
|
|
15
|
+
/** @nullable */
|
|
16
|
+
blocks?: FlowsFlowDefinitionBlocks;
|
|
17
|
+
/** @nullable */
|
|
18
|
+
connections?: FlowsConnection[] | null;
|
|
19
|
+
/** @nullable */
|
|
20
|
+
constants?: FlowsFlowDefinitionConstants;
|
|
21
|
+
/** @nullable */
|
|
22
|
+
inputs?: FlowsFlowDefinitionInputs;
|
|
23
|
+
/** @nullable */
|
|
24
|
+
layout?: FlowsFlowDefinitionLayout;
|
|
25
|
+
/** @nullable */
|
|
26
|
+
name?: string | null;
|
|
27
|
+
/** @nullable */
|
|
28
|
+
outputs?: FlowsFlowDefinitionOutputs;
|
|
29
|
+
/** @nullable */
|
|
30
|
+
variables?: FlowsFlowDefinitionVariables;
|
|
31
|
+
}
|
package/dist/generated/chat/models/{flowDefinitionOutputs.d.ts → flowsFlowDefinitionBlocks.d.ts}
RENAMED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlowBlock } from './flowsFlowBlock';
|
|
8
8
|
/**
|
|
9
9
|
* @nullable
|
|
10
10
|
*/
|
|
11
|
-
export type
|
|
12
|
-
[key: string]:
|
|
11
|
+
export type FlowsFlowDefinitionBlocks = {
|
|
12
|
+
[key: string]: FlowsFlowBlock;
|
|
13
13
|
} | null;
|
package/dist/generated/chat/models/{flowDefinitionInputs.d.ts → flowsFlowDefinitionConstants.d.ts}
RENAMED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlowConstant } from './flowsFlowConstant';
|
|
8
8
|
/**
|
|
9
9
|
* @nullable
|
|
10
10
|
*/
|
|
11
|
-
export type
|
|
12
|
-
[key: string]:
|
|
11
|
+
export type FlowsFlowDefinitionConstants = {
|
|
12
|
+
[key: string]: FlowsFlowConstant;
|
|
13
13
|
} | null;
|
package/dist/generated/chat/models/{flowDefinitionBlocks.d.ts → flowsFlowDefinitionInputs.d.ts}
RENAMED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlowInput } from './flowsFlowInput';
|
|
8
8
|
/**
|
|
9
9
|
* @nullable
|
|
10
10
|
*/
|
|
11
|
-
export type
|
|
12
|
-
[key: string]:
|
|
11
|
+
export type FlowsFlowDefinitionInputs = {
|
|
12
|
+
[key: string]: FlowsFlowInput;
|
|
13
13
|
} | null;
|
package/dist/generated/chat/models/{flowDefinitionConstants.d.ts → flowsFlowDefinitionOutputs.d.ts}
RENAMED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { FlowsFlowOutput } from './flowsFlowOutput';
|
|
8
8
|
/**
|
|
9
9
|
* @nullable
|
|
10
10
|
*/
|
|
11
|
-
export type
|
|
12
|
-
[key: string]:
|
|
11
|
+
export type FlowsFlowDefinitionOutputs = {
|
|
12
|
+
[key: string]: FlowsFlowOutput;
|
|
13
13
|
} | null;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Chat API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { FlowsFlowVariable } from './flowsFlowVariable';
|
|
8
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
*/
|
|
11
|
+
export type FlowsFlowDefinitionVariables = {
|
|
12
|
+
[key: string]: FlowsFlowVariable;
|
|
13
|
+
} | null;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Chat API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { FlowsFlowInputSchema } from './flowsFlowInputSchema';
|
|
8
|
+
export interface FlowsFlowInput {
|
|
9
|
+
schema: FlowsFlowInputSchema;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Chat API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { FlowsFlowOutputSchema } from './flowsFlowOutputSchema';
|
|
8
|
+
export interface FlowsFlowOutput {
|
|
9
|
+
schema: FlowsFlowOutputSchema;
|
|
10
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import type { DataSourceContainer } from './dataSourceContainer';
|
|
8
8
|
import type { EnumsFlowTriggerType } from './enumsFlowTriggerType';
|
|
9
|
-
export interface
|
|
9
|
+
export interface FlowsFlowTrigger {
|
|
10
10
|
dataSourceContainer: DataSourceContainer;
|
|
11
11
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
12
12
|
flowId: string;
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
import type { EnumsFlowVariableAccess } from './enumsFlowVariableAccess';
|
|
8
|
-
import type {
|
|
9
|
-
export interface
|
|
8
|
+
import type { FlowsFlowVariableSchema } from './flowsFlowVariableSchema';
|
|
9
|
+
export interface FlowsFlowVariable {
|
|
10
10
|
access: EnumsFlowVariableAccess;
|
|
11
|
-
schema:
|
|
11
|
+
schema: FlowsFlowVariableSchema;
|
|
12
12
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
export * from './
|
|
7
|
+
export * from './accessAccess';
|
|
8
8
|
export * from './aiIModelProperty';
|
|
9
9
|
export * from './aiModel';
|
|
10
10
|
export * from './aiModelDeployment';
|
|
@@ -12,13 +12,12 @@ export * from './aiModelDeploymentStep';
|
|
|
12
12
|
export * from './aiModelSummary';
|
|
13
13
|
export * from './commentComment';
|
|
14
14
|
export * from './commentCommentSummary';
|
|
15
|
-
export * from './
|
|
16
|
-
export * from './connection';
|
|
17
|
-
export * from './createComment';
|
|
15
|
+
export * from './commentCreateComment';
|
|
18
16
|
export * from './createMessageThread';
|
|
19
17
|
export * from './dataSet';
|
|
20
18
|
export * from './dataSetProperty';
|
|
21
19
|
export * from './dataSourceContainer';
|
|
20
|
+
export * from './dataSourcesContainerFilterModel';
|
|
22
21
|
export * from './dataSpace';
|
|
23
22
|
export * from './documentsGetDocumentSasParams';
|
|
24
23
|
export * from './enumsAccessType';
|
|
@@ -41,32 +40,34 @@ export * from './filesFileUriResponse';
|
|
|
41
40
|
export * from './filesGetFileInfoParams';
|
|
42
41
|
export * from './filesGetUriParams';
|
|
43
42
|
export * from './filesUploadFilesBody';
|
|
44
|
-
export * from './flow';
|
|
45
|
-
export * from './flowBlock';
|
|
46
|
-
export * from './flowConstant';
|
|
47
|
-
export * from './flowConstantValue';
|
|
48
|
-
export * from './flowDefinition';
|
|
49
|
-
export * from './flowDefinitionBlocks';
|
|
50
|
-
export * from './flowDefinitionConstants';
|
|
51
|
-
export * from './flowDefinitionInputs';
|
|
52
|
-
export * from './flowDefinitionLayout';
|
|
53
|
-
export * from './flowDefinitionOutputs';
|
|
54
|
-
export * from './flowDefinitionVariables';
|
|
55
|
-
export * from './flowInput';
|
|
56
|
-
export * from './flowInputSchema';
|
|
57
|
-
export * from './flowOutput';
|
|
58
|
-
export * from './flowOutputSchema';
|
|
59
43
|
export * from './flowRunsGetVariables200One';
|
|
60
44
|
export * from './flowRunsGetVariables200Three';
|
|
61
45
|
export * from './flowRunsGetVariables200Two';
|
|
62
|
-
export * from './flowTrigger';
|
|
63
|
-
export * from './flowVariable';
|
|
64
|
-
export * from './flowVariableSchema';
|
|
65
46
|
export * from './flowsBlockConstant';
|
|
66
47
|
export * from './flowsBlockConstantValue';
|
|
67
48
|
export * from './flowsBlockPinRef';
|
|
49
|
+
export * from './flowsConnection';
|
|
50
|
+
export * from './flowsFlow';
|
|
51
|
+
export * from './flowsFlowBlock';
|
|
52
|
+
export * from './flowsFlowConstant';
|
|
53
|
+
export * from './flowsFlowConstantValue';
|
|
54
|
+
export * from './flowsFlowDefinition';
|
|
55
|
+
export * from './flowsFlowDefinitionBlocks';
|
|
56
|
+
export * from './flowsFlowDefinitionConstants';
|
|
57
|
+
export * from './flowsFlowDefinitionInputs';
|
|
58
|
+
export * from './flowsFlowDefinitionLayout';
|
|
59
|
+
export * from './flowsFlowDefinitionOutputs';
|
|
60
|
+
export * from './flowsFlowDefinitionVariables';
|
|
61
|
+
export * from './flowsFlowInput';
|
|
62
|
+
export * from './flowsFlowInputSchema';
|
|
63
|
+
export * from './flowsFlowOutput';
|
|
64
|
+
export * from './flowsFlowOutputSchema';
|
|
68
65
|
export * from './flowsFlowPinRef';
|
|
66
|
+
export * from './flowsFlowTrigger';
|
|
67
|
+
export * from './flowsFlowVariable';
|
|
68
|
+
export * from './flowsFlowVariableSchema';
|
|
69
69
|
export * from './integrationsAzureStorageSasToken';
|
|
70
|
+
export * from './mentionsMention';
|
|
70
71
|
export * from './messageThreadMessageThreadSummary';
|
|
71
72
|
export * from './messageThreadsGetCommentsParams';
|
|
72
73
|
export * from './messageThreadsThreadMessagesIdMessagesParams';
|
|
@@ -92,9 +93,9 @@ export * from './modelModelDeployment';
|
|
|
92
93
|
export * from './modelModelDeploymentStep';
|
|
93
94
|
export * from './modelsGetModelsParams';
|
|
94
95
|
export * from './notificationGetParams';
|
|
95
|
-
export * from './
|
|
96
|
-
export * from './
|
|
97
|
-
export * from './
|
|
96
|
+
export * from './notificationsNotification';
|
|
97
|
+
export * from './notificationsPagedNotifications';
|
|
98
|
+
export * from './pagedDataCollectionAccessAccess';
|
|
98
99
|
export * from './pagedDataCollectionAiModelSummary';
|
|
99
100
|
export * from './pagedDataCollectionCommentCommentSummary';
|
|
100
101
|
export * from './pagedDataCollectionMessageThreadMessageThreadSummary';
|
|
@@ -20,7 +20,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
20
20
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
21
21
|
};
|
|
22
22
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
-
__exportStar(require("./
|
|
23
|
+
__exportStar(require("./accessAccess"), exports);
|
|
24
24
|
__exportStar(require("./aiIModelProperty"), exports);
|
|
25
25
|
__exportStar(require("./aiModel"), exports);
|
|
26
26
|
__exportStar(require("./aiModelDeployment"), exports);
|
|
@@ -28,13 +28,12 @@ __exportStar(require("./aiModelDeploymentStep"), exports);
|
|
|
28
28
|
__exportStar(require("./aiModelSummary"), exports);
|
|
29
29
|
__exportStar(require("./commentComment"), exports);
|
|
30
30
|
__exportStar(require("./commentCommentSummary"), exports);
|
|
31
|
-
__exportStar(require("./
|
|
32
|
-
__exportStar(require("./connection"), exports);
|
|
33
|
-
__exportStar(require("./createComment"), exports);
|
|
31
|
+
__exportStar(require("./commentCreateComment"), exports);
|
|
34
32
|
__exportStar(require("./createMessageThread"), exports);
|
|
35
33
|
__exportStar(require("./dataSet"), exports);
|
|
36
34
|
__exportStar(require("./dataSetProperty"), exports);
|
|
37
35
|
__exportStar(require("./dataSourceContainer"), exports);
|
|
36
|
+
__exportStar(require("./dataSourcesContainerFilterModel"), exports);
|
|
38
37
|
__exportStar(require("./dataSpace"), exports);
|
|
39
38
|
__exportStar(require("./documentsGetDocumentSasParams"), exports);
|
|
40
39
|
__exportStar(require("./enumsAccessType"), exports);
|
|
@@ -57,32 +56,34 @@ __exportStar(require("./filesFileUriResponse"), exports);
|
|
|
57
56
|
__exportStar(require("./filesGetFileInfoParams"), exports);
|
|
58
57
|
__exportStar(require("./filesGetUriParams"), exports);
|
|
59
58
|
__exportStar(require("./filesUploadFilesBody"), exports);
|
|
60
|
-
__exportStar(require("./flow"), exports);
|
|
61
|
-
__exportStar(require("./flowBlock"), exports);
|
|
62
|
-
__exportStar(require("./flowConstant"), exports);
|
|
63
|
-
__exportStar(require("./flowConstantValue"), exports);
|
|
64
|
-
__exportStar(require("./flowDefinition"), exports);
|
|
65
|
-
__exportStar(require("./flowDefinitionBlocks"), exports);
|
|
66
|
-
__exportStar(require("./flowDefinitionConstants"), exports);
|
|
67
|
-
__exportStar(require("./flowDefinitionInputs"), exports);
|
|
68
|
-
__exportStar(require("./flowDefinitionLayout"), exports);
|
|
69
|
-
__exportStar(require("./flowDefinitionOutputs"), exports);
|
|
70
|
-
__exportStar(require("./flowDefinitionVariables"), exports);
|
|
71
|
-
__exportStar(require("./flowInput"), exports);
|
|
72
|
-
__exportStar(require("./flowInputSchema"), exports);
|
|
73
|
-
__exportStar(require("./flowOutput"), exports);
|
|
74
|
-
__exportStar(require("./flowOutputSchema"), exports);
|
|
75
59
|
__exportStar(require("./flowRunsGetVariables200One"), exports);
|
|
76
60
|
__exportStar(require("./flowRunsGetVariables200Three"), exports);
|
|
77
61
|
__exportStar(require("./flowRunsGetVariables200Two"), exports);
|
|
78
|
-
__exportStar(require("./flowTrigger"), exports);
|
|
79
|
-
__exportStar(require("./flowVariable"), exports);
|
|
80
|
-
__exportStar(require("./flowVariableSchema"), exports);
|
|
81
62
|
__exportStar(require("./flowsBlockConstant"), exports);
|
|
82
63
|
__exportStar(require("./flowsBlockConstantValue"), exports);
|
|
83
64
|
__exportStar(require("./flowsBlockPinRef"), exports);
|
|
65
|
+
__exportStar(require("./flowsConnection"), exports);
|
|
66
|
+
__exportStar(require("./flowsFlow"), exports);
|
|
67
|
+
__exportStar(require("./flowsFlowBlock"), exports);
|
|
68
|
+
__exportStar(require("./flowsFlowConstant"), exports);
|
|
69
|
+
__exportStar(require("./flowsFlowConstantValue"), exports);
|
|
70
|
+
__exportStar(require("./flowsFlowDefinition"), exports);
|
|
71
|
+
__exportStar(require("./flowsFlowDefinitionBlocks"), exports);
|
|
72
|
+
__exportStar(require("./flowsFlowDefinitionConstants"), exports);
|
|
73
|
+
__exportStar(require("./flowsFlowDefinitionInputs"), exports);
|
|
74
|
+
__exportStar(require("./flowsFlowDefinitionLayout"), exports);
|
|
75
|
+
__exportStar(require("./flowsFlowDefinitionOutputs"), exports);
|
|
76
|
+
__exportStar(require("./flowsFlowDefinitionVariables"), exports);
|
|
77
|
+
__exportStar(require("./flowsFlowInput"), exports);
|
|
78
|
+
__exportStar(require("./flowsFlowInputSchema"), exports);
|
|
79
|
+
__exportStar(require("./flowsFlowOutput"), exports);
|
|
80
|
+
__exportStar(require("./flowsFlowOutputSchema"), exports);
|
|
84
81
|
__exportStar(require("./flowsFlowPinRef"), exports);
|
|
82
|
+
__exportStar(require("./flowsFlowTrigger"), exports);
|
|
83
|
+
__exportStar(require("./flowsFlowVariable"), exports);
|
|
84
|
+
__exportStar(require("./flowsFlowVariableSchema"), exports);
|
|
85
85
|
__exportStar(require("./integrationsAzureStorageSasToken"), exports);
|
|
86
|
+
__exportStar(require("./mentionsMention"), exports);
|
|
86
87
|
__exportStar(require("./messageThreadMessageThreadSummary"), exports);
|
|
87
88
|
__exportStar(require("./messageThreadsGetCommentsParams"), exports);
|
|
88
89
|
__exportStar(require("./messageThreadsThreadMessagesIdMessagesParams"), exports);
|
|
@@ -108,9 +109,9 @@ __exportStar(require("./modelModelDeployment"), exports);
|
|
|
108
109
|
__exportStar(require("./modelModelDeploymentStep"), exports);
|
|
109
110
|
__exportStar(require("./modelsGetModelsParams"), exports);
|
|
110
111
|
__exportStar(require("./notificationGetParams"), exports);
|
|
111
|
-
__exportStar(require("./
|
|
112
|
-
__exportStar(require("./
|
|
113
|
-
__exportStar(require("./
|
|
112
|
+
__exportStar(require("./notificationsNotification"), exports);
|
|
113
|
+
__exportStar(require("./notificationsPagedNotifications"), exports);
|
|
114
|
+
__exportStar(require("./pagedDataCollectionAccessAccess"), exports);
|
|
114
115
|
__exportStar(require("./pagedDataCollectionAiModelSummary"), exports);
|
|
115
116
|
__exportStar(require("./pagedDataCollectionCommentCommentSummary"), exports);
|
|
116
117
|
__exportStar(require("./pagedDataCollectionMessageThreadMessageThreadSummary"), exports);
|
package/dist/generated/chat/models/{notificationNotification.d.ts → notificationsNotification.d.ts}
RENAMED
|
@@ -5,22 +5,17 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
import type { EnumsNotificationType } from './enumsNotificationType';
|
|
8
|
-
export interface
|
|
9
|
-
|
|
10
|
-
createdAt?: string | null;
|
|
8
|
+
export interface NotificationsNotification {
|
|
9
|
+
createdAt: string;
|
|
11
10
|
/** @nullable */
|
|
12
11
|
createdBy?: string | null;
|
|
13
|
-
|
|
14
|
-
createdByUserId?: string | null;
|
|
12
|
+
createdByUserId: string;
|
|
15
13
|
/** @nullable */
|
|
16
14
|
description?: string | null;
|
|
17
15
|
/** @nullable */
|
|
18
16
|
dismissedAt?: string | null;
|
|
19
|
-
/**
|
|
20
|
-
|
|
21
|
-
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
22
|
-
*/
|
|
23
|
-
id?: string | null;
|
|
17
|
+
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
18
|
+
id: string;
|
|
24
19
|
notificationType: EnumsNotificationType;
|
|
25
20
|
/**
|
|
26
21
|
* @nullable
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Chat API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { NotificationsNotification } from './notificationsNotification';
|
|
8
|
+
export interface NotificationsPagedNotifications {
|
|
9
|
+
data: NotificationsNotification[];
|
|
10
|
+
total: number;
|
|
11
|
+
totalUnread: number;
|
|
12
|
+
}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* SmartSpace Chat API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
8
|
-
export interface
|
|
9
|
-
data:
|
|
7
|
+
import type { AccessAccess } from './accessAccess';
|
|
8
|
+
export interface PagedDataCollectionAccessAccess {
|
|
9
|
+
data: AccessAccess[];
|
|
10
10
|
total: number;
|
|
11
11
|
}
|