@smartspace/api-client 0.1.0-dev.e110d18 → 0.1.0-dev.e6adfc1
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 +11 -11
- package/dist/generated/chat/api.js +8 -8
- 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/filesDownloadFileParams.d.ts +0 -2
- package/dist/generated/chat/models/{file.d.ts → filesFile.d.ts} +1 -1
- package/dist/generated/chat/models/{fileUriResponse.d.ts → filesFileUriResponse.d.ts} +1 -1
- package/dist/generated/chat/models/filesGetUriParams.d.ts +0 -2
- 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/{flowConstantValue.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/{flowDefinitionLayout.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/{flowOutputSchema.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/{flowInputSchema.d.ts → flowsFlowVariableSchema.d.ts} +1 -1
- package/dist/generated/chat/models/index.d.ts +28 -28
- package/dist/generated/chat/models/index.js +28 -28
- package/dist/generated/chat/models/{commentMentionedUser.d.ts → mentionsMention.d.ts} +2 -2
- 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/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
- 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 +27 -13
- package/dist/generated/chat/zod.js +39 -25
- package/dist/generated/config/api.d.ts +59 -59
- package/dist/generated/config/api.js +50 -68
- 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/dataSet.d.ts +2 -2
- package/dist/generated/config/models/dataSetItem.d.ts +15 -0
- package/dist/generated/config/models/dataSetItemMetadata.d.ts +35 -0
- package/dist/generated/config/models/{flowInputSchema.d.ts → dataSetItemProperties.d.ts} +1 -1
- package/dist/generated/config/models/dataSetsCreateDataSet.d.ts +14 -0
- package/dist/generated/config/models/{createContainer.d.ts → dataSetsCreateDataSetContainer.d.ts} +1 -1
- package/dist/generated/config/models/dataSetsDataSet.d.ts +34 -0
- package/dist/generated/config/models/{createDataSet.d.ts → dataSetsDataSetProperty.d.ts} +2 -3
- package/dist/generated/config/models/{dataSetsGetIdItemsParams.d.ts → dataSetsGetItemsParams.d.ts} +1 -1
- package/dist/generated/config/models/{dataSetsGetGetParams.d.ts → dataSetsGetParams.d.ts} +1 -1
- package/dist/generated/config/models/{updateDataSet.d.ts → dataSetsUpdateDataSet.d.ts} +6 -4
- package/dist/generated/config/models/{updateDataSetBasicInfo.d.ts → dataSetsUpdateDataSetBasicInfo.d.ts} +1 -1
- package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +12 -0
- package/dist/generated/config/models/{createDataSpace.d.ts → dataSpacesCreateDataSpace.d.ts} +1 -1
- package/dist/generated/config/models/dataSpacesDataSpace.d.ts +24 -0
- package/dist/generated/config/models/dataSpacesDataSpaceAdmin.d.ts +12 -0
- package/dist/generated/config/models/{updateContainer.d.ts → dataSpacesDataSpaceWorkSpaceRef.d.ts} +3 -3
- package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +0 -9
- package/dist/generated/config/models/dataSpacesGetParams.d.ts +0 -9
- package/dist/generated/config/models/{updateDataSpace.d.ts → dataSpacesUpdateDataSpace.d.ts} +1 -1
- package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.d.ts → filesAddMessageFileFromBlobUri.d.ts} +1 -1
- package/dist/generated/config/models/filesCreateFileFromBlobUri.d.ts +14 -0
- package/dist/generated/config/models/filesDownloadFileParams.d.ts +0 -2
- package/dist/generated/config/models/{file.d.ts → filesFile.d.ts} +1 -1
- package/dist/generated/config/models/{fileUriResponse.d.ts → filesFileUriResponse.d.ts} +1 -1
- package/dist/generated/config/models/filesGetFileInfoParams.d.ts +0 -2
- package/dist/generated/config/models/filesGetUriParams.d.ts +0 -2
- package/dist/generated/config/models/{ingestedBlob.d.ts → filesIngestedBlob.d.ts} +3 -3
- 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/{flowConstantValue.d.ts → flowsFlowConstantValue.d.ts} +1 -1
- package/dist/generated/config/models/{flowDataSet.d.ts → flowsFlowDataSet.d.ts} +1 -1
- package/dist/generated/config/models/{flowDataSpace.d.ts → flowsFlowDataSpace.d.ts} +3 -3
- 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/{flowDefinitionLayout.d.ts → flowsFlowDefinitionLayout.d.ts} +1 -1
- 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/flowsFlowOutput.d.ts +10 -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 +18 -0
- package/dist/generated/config/models/{flowTrigger.d.ts → flowsFlowTrigger.d.ts} +1 -1
- package/dist/generated/config/models/{flowVariable.d.ts → flowsFlowVariable.d.ts} +3 -3
- package/dist/generated/config/models/flowsFlowVariableSchema.d.ts +9 -0
- 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/index.d.ts +75 -60
- package/dist/generated/config/models/index.js +75 -60
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +16 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRunError.d.ts +13 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRunError.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemRunHistory.d.ts +18 -0
- package/dist/generated/config/models/{notificationNotification.d.ts → notificationsNotification.d.ts} +5 -10
- package/dist/generated/config/models/notificationsPagedNotifications.d.ts +12 -0
- package/dist/generated/config/models/{pagedDataCollectionAccess.d.ts → pagedDataCollectionAccessAccess.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionActivitiesActivityWorkSpace.d.ts +11 -0
- package/dist/generated/config/models/{pagedDataCollectionDataSet.d.ts → pagedDataCollectionDataSetsDataSet.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionFilesIngestedBlob.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/pagedDataCollectionUsersAppUserDetail.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserDetail.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersAppUserSearchResult.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalSearchResult.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionDataSetItem.js +2 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
- package/dist/generated/config/models/{appUserAppUser.d.ts → usersAppAccessUser.d.ts} +2 -2
- package/dist/generated/config/models/usersAppAccessUser.js +8 -0
- package/dist/generated/config/models/{appRole.d.ts → usersAppRole.d.ts} +1 -1
- package/dist/generated/config/models/usersAppRole.js +8 -0
- package/dist/generated/config/models/{appUserAppUserDetail.d.ts → usersAppUserDetail.d.ts} +1 -1
- package/dist/generated/config/models/usersAppUserDetail.js +2 -0
- package/dist/generated/config/models/{appUserAppUserSearchResult.d.ts → usersAppUserSearchResult.d.ts} +1 -1
- package/dist/generated/config/models/usersAppUserSearchResult.js +8 -0
- package/dist/generated/config/models/{appUserServicePrincipalSearchResult.d.ts → usersServicePrincipalSearchResult.d.ts} +1 -1
- package/dist/generated/config/models/usersServicePrincipalSearchResult.js +8 -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 +283 -546
- package/dist/generated/config/zod.js +347 -555
- 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/signalr.d.ts +2 -1
- package/package.json +1 -1
- 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/flowInput.d.ts +0 -10
- 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/flowConstant.d.ts +0 -11
- 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/flowInput.d.ts +0 -10
- package/dist/generated/config/models/flowOutput.d.ts +0 -10
- 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/pagedDataCollectionAppUserAppUser.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserAppUserDetail.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserAppUserSearchResult.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionAppUserServicePrincipalSearchResult.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionDataSpace.d.ts +0 -11
- package/dist/generated/config/models/pagedDataCollectionIngestedBlob.d.ts +0 -11
- /package/dist/generated/chat/models/{access.js → accessAccess.js} +0 -0
- /package/dist/generated/chat/models/{appUserAppUser.js → commentCreateComment.js} +0 -0
- /package/dist/generated/chat/models/{commentMentionedUser.js → filesFile.js} +0 -0
- /package/dist/generated/chat/models/{createComment.js → filesFileUriResponse.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/{file.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/{fileUriResponse.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/{flowConstantValue.js → flowsFlowInputSchema.js} +0 -0
- /package/dist/generated/chat/models/{flowOutput.js → flowsFlowOutput.js} +0 -0
- /package/dist/generated/chat/models/{flowDefinitionLayout.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/{flowInputSchema.js → flowsFlowVariableSchema.js} +0 -0
- /package/dist/generated/chat/models/{flowOutputSchema.js → mentionsMention.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/chat/models/{flowVariableSchema.js → usersAppUser.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/{appUserAppUserDetail.js → activitiesActivityWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{activityLlmUsageMetrics.js → activitiesLlmUsageMetrics.js} +0 -0
- /package/dist/generated/config/models/{connection.js → aiCreateModel.js} +0 -0
- /package/dist/generated/config/models/{createDataSet.js → aiCreateModelDeployment.js} +0 -0
- /package/dist/generated/config/models/{createModel.js → aiCreateModelDeploymentProvider.js} +0 -0
- /package/dist/generated/config/models/{appRole.js → aiCreateModelDeploymentProviderGoogleCredentials.js} +0 -0
- /package/dist/generated/config/models/{createModelDeployment.js → dataSetItem.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUser.js → dataSetItemMetadata.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUserSearchResult.js → dataSetItemProperties.js} +0 -0
- /package/dist/generated/config/models/{createModelDeploymentProvider.js → dataSetsCreateDataSet.js} +0 -0
- /package/dist/generated/config/models/{appUserServicePrincipalSearchResult.js → dataSetsCreateDataSetContainer.js} +0 -0
- /package/dist/generated/config/models/{flow.js → dataSetsDataSet.js} +0 -0
- /package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.js → dataSetsDataSetProperty.js} +0 -0
- /package/dist/generated/config/models/{createContainer.js → dataSetsGetItemsParams.js} +0 -0
- /package/dist/generated/config/models/{createDataSpace.js → dataSetsGetParams.js} +0 -0
- /package/dist/generated/config/models/{flowBlock.js → dataSetsUpdateDataSet.js} +0 -0
- /package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.js → dataSetsUpdateDataSetBasicInfo.js} +0 -0
- /package/dist/generated/config/models/{dataSetsGetGetParams.js → dataSetsUpsertDataSetProperty.js} +0 -0
- /package/dist/generated/config/models/{dataSetsGetIdItemsParams.js → dataSpacesCreateDataSpace.js} +0 -0
- /package/dist/generated/config/models/{flowConstant.js → dataSpacesDataSpace.js} +0 -0
- /package/dist/generated/config/models/{file.js → dataSpacesDataSpaceAdmin.js} +0 -0
- /package/dist/generated/config/models/{fileUriResponse.js → dataSpacesDataSpaceWorkSpaceRef.js} +0 -0
- /package/dist/generated/config/models/{flowConstantValue.js → dataSpacesUpdateDataSpace.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionLayout.js → filesAddMessageFileFromBlobUri.js} +0 -0
- /package/dist/generated/config/models/{flowInputSchema.js → filesCreateFileFromBlobUri.js} +0 -0
- /package/dist/generated/config/models/{flowOutputSchema.js → filesFile.js} +0 -0
- /package/dist/generated/config/models/{flowVariableSchema.js → filesFileUriResponse.js} +0 -0
- /package/dist/generated/config/models/{flowDataSet.js → filesIngestedBlob.js} +0 -0
- /package/dist/generated/config/models/{flowDataSpace.js → flowsConnection.js} +0 -0
- /package/dist/generated/config/models/{flowDefinition.js → flowsFlow.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionBlocks.js → flowsFlowBlock.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionConstants.js → flowsFlowConstant.js} +0 -0
- /package/dist/generated/config/models/{updateContainer.js → flowsFlowConstantValue.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionInputs.js → flowsFlowDataSet.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionOutputs.js → flowsFlowDataSpace.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionVariables.js → flowsFlowDefinition.js} +0 -0
- /package/dist/generated/config/models/{flowInput.js → flowsFlowDefinitionBlocks.js} +0 -0
- /package/dist/generated/config/models/{flowOutput.js → flowsFlowDefinitionConstants.js} +0 -0
- /package/dist/generated/config/models/{flowRun.js → flowsFlowDefinitionInputs.js} +0 -0
- /package/dist/generated/config/models/{updateDataSetBasicInfo.js → flowsFlowDefinitionLayout.js} +0 -0
- /package/dist/generated/config/models/{flowTrigger.js → flowsFlowDefinitionOutputs.js} +0 -0
- /package/dist/generated/config/models/{flowVariable.js → flowsFlowDefinitionVariables.js} +0 -0
- /package/dist/generated/config/models/{flowWorkSpace.js → flowsFlowInput.js} +0 -0
- /package/dist/generated/config/models/{updateDataSpace.js → flowsFlowInputSchema.js} +0 -0
- /package/dist/generated/config/models/{ingestedBlob.js → flowsFlowOutput.js} +0 -0
- /package/dist/generated/config/models/{notificationNotification.js → flowsFlowRun.js} +0 -0
- /package/dist/generated/config/models/{notificationPagedNotifications.js → flowsFlowTrigger.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAccess.js → flowsFlowVariable.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionActivityActivityWorkSpace.js → flowsFlowWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → integrationsSmartSpaceAiContainerItemFlowRun.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserDetail.js → integrationsSmartSpaceAiContainerItemRunHistory.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserSearchResult.js → notificationsNotification.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserServicePrincipalSearchResult.js → notificationsPagedNotifications.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSet.js → pagedDataCollectionAccessAccess.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSpace.js → pagedDataCollectionActivitiesActivityWorkSpace.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionIngestedBlob.js → pagedDataCollectionDataSetsDataSet.js} +0 -0
- /package/dist/generated/config/models/{updateDataSet.js → pagedDataCollectionDataSpacesDataSpace.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 AccessAccessWorkSpace {
|
|
10
10
|
accessType: EnumsAccessType;
|
|
11
11
|
/** @nullable */
|
|
12
12
|
displayName?: string | null;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { EnumsAccessType } from './enumsAccessType';
|
|
8
|
+
export interface AccessCreateAccess {
|
|
9
|
+
accessType: EnumsAccessType;
|
|
10
|
+
objectId: string;
|
|
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
|
+
workSpaceId: string;
|
|
13
|
+
}
|
|
@@ -5,16 +5,7 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export type AccessGetGroupsParams = {
|
|
8
|
-
/**
|
|
9
|
-
* The search term to filter groups.
|
|
10
|
-
*/
|
|
11
8
|
search?: string;
|
|
12
|
-
/**
|
|
13
|
-
* The number of groups to skip.
|
|
14
|
-
*/
|
|
15
9
|
skip?: number;
|
|
16
|
-
/**
|
|
17
|
-
* The number of groups to take.
|
|
18
|
-
*/
|
|
19
10
|
take?: number;
|
|
20
11
|
};
|
|
@@ -5,16 +5,7 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export type AccessGetUsersInRoleRolesRoleIdUsersParams = {
|
|
8
|
-
/**
|
|
9
|
-
* The number of users to skip.
|
|
10
|
-
*/
|
|
11
8
|
skip?: number;
|
|
12
|
-
/**
|
|
13
|
-
* The number of users to take.
|
|
14
|
-
*/
|
|
15
9
|
take?: number;
|
|
16
|
-
/**
|
|
17
|
-
* The search term to filter users.
|
|
18
|
-
*/
|
|
19
10
|
search?: string;
|
|
20
11
|
};
|
|
@@ -5,24 +5,11 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export type AccessGetUsersInRoleUsersParams = {
|
|
8
|
-
/**
|
|
9
|
-
* The name of the role.
|
|
10
|
-
*/
|
|
11
8
|
roleName?: string;
|
|
12
|
-
/**
|
|
13
|
-
* The number of users to skip.
|
|
14
|
-
*/
|
|
15
9
|
skip?: number;
|
|
16
|
-
/**
|
|
17
|
-
* The number of users to take.
|
|
18
|
-
*/
|
|
19
10
|
take?: number;
|
|
20
|
-
/**
|
|
21
|
-
* The search query to filter users.
|
|
22
|
-
*/
|
|
23
11
|
search?: string;
|
|
24
12
|
/**
|
|
25
|
-
* The ID of the assigned workspace.
|
|
26
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}$
|
|
27
14
|
*/
|
|
28
15
|
assignedWorkspaceId?: string;
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
import type { EnumsActivityType } from './enumsActivityType';
|
|
8
|
-
import type {
|
|
9
|
-
export interface
|
|
8
|
+
import type { ActivitiesLlmUsageMetrics } from './activitiesLlmUsageMetrics';
|
|
9
|
+
export interface ActivitiesActivityWorkSpace {
|
|
10
10
|
activityType?: EnumsActivityType;
|
|
11
11
|
/** @nullable */
|
|
12
12
|
durationMs?: number | null;
|
|
@@ -22,7 +22,7 @@ export interface ActivityActivityWorkSpace {
|
|
|
22
22
|
*/
|
|
23
23
|
id?: string | null;
|
|
24
24
|
/** @nullable */
|
|
25
|
-
llmUsages?:
|
|
25
|
+
llmUsages?: ActivitiesLlmUsageMetrics[] | null;
|
|
26
26
|
/** @nullable */
|
|
27
27
|
occurred?: string | null;
|
|
28
28
|
/** @nullable */
|
|
@@ -7,20 +7,10 @@
|
|
|
7
7
|
import type { EnumsActivityType } from './enumsActivityType';
|
|
8
8
|
export type ActivityExportLoggingsParams = {
|
|
9
9
|
/**
|
|
10
|
-
* The ID of the workspace.
|
|
11
10
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
12
11
|
*/
|
|
13
12
|
workSpaceId?: string;
|
|
14
|
-
/**
|
|
15
|
-
* The starting date and time of the loggings.
|
|
16
|
-
*/
|
|
17
13
|
fromOccurred?: string;
|
|
18
|
-
/**
|
|
19
|
-
* The ending date and time of the loggings.
|
|
20
|
-
*/
|
|
21
14
|
toOccurred?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The type of activity to filter the loggings.
|
|
24
|
-
*/
|
|
25
15
|
activityType?: EnumsActivityType;
|
|
26
16
|
};
|
|
@@ -7,28 +7,12 @@
|
|
|
7
7
|
import type { EnumsActivityType } from './enumsActivityType';
|
|
8
8
|
export type ActivityGetLoggingParams = {
|
|
9
9
|
/**
|
|
10
|
-
* The ID of the workspace.
|
|
11
10
|
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
12
11
|
*/
|
|
13
12
|
workSpaceId?: string;
|
|
14
|
-
/**
|
|
15
|
-
* The starting date and time for filtering the logging information.
|
|
16
|
-
*/
|
|
17
13
|
fromOccurred?: string;
|
|
18
|
-
/**
|
|
19
|
-
* The ending date and time for filtering the logging information.
|
|
20
|
-
*/
|
|
21
14
|
toOccurred?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The type of activity for filtering the logging information.
|
|
24
|
-
*/
|
|
25
15
|
activityType?: EnumsActivityType;
|
|
26
|
-
/**
|
|
27
|
-
* The maximum number of logging entries to retrieve.
|
|
28
|
-
*/
|
|
29
16
|
take?: number;
|
|
30
|
-
/**
|
|
31
|
-
* The number of logging entries to skip.
|
|
32
|
-
*/
|
|
33
17
|
skip?: number;
|
|
34
18
|
};
|
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { AiCreateModelDeployment } from './aiCreateModelDeployment';
|
|
8
8
|
import type { EnumsModelPublisher } from './enumsModelPublisher';
|
|
9
|
-
export interface
|
|
10
|
-
deployment?:
|
|
9
|
+
export interface AiCreateModel {
|
|
10
|
+
deployment?: AiCreateModelDeployment;
|
|
11
11
|
/** @nullable */
|
|
12
12
|
displayName?: string | null;
|
|
13
13
|
name: string;
|
package/dist/generated/config/models/{createModelDeployment.d.ts → aiCreateModelDeployment.d.ts}
RENAMED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
8
|
-
export interface
|
|
7
|
+
import type { AiCreateModelDeploymentProvider } from './aiCreateModelDeploymentProvider';
|
|
8
|
+
export interface AiCreateModelDeployment {
|
|
9
9
|
/** @nullable */
|
|
10
10
|
dockerFile?: string | null;
|
|
11
|
-
provider?:
|
|
11
|
+
provider?: AiCreateModelDeploymentProvider;
|
|
12
12
|
/** @nullable */
|
|
13
13
|
providerDeploymentId?: string | null;
|
|
14
14
|
/**
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
7
|
+
import type { AiCreateModelDeploymentProviderGoogleCredentials } from './aiCreateModelDeploymentProviderGoogleCredentials';
|
|
8
8
|
import type { EnumsModelDeploymentProviderType } from './enumsModelDeploymentProviderType';
|
|
9
|
-
export interface
|
|
9
|
+
export interface AiCreateModelDeploymentProvider {
|
|
10
10
|
/** @nullable */
|
|
11
11
|
apiKey?: string | null;
|
|
12
12
|
/** @nullable */
|
|
@@ -14,7 +14,7 @@ export interface CreateModelDeploymentProvider {
|
|
|
14
14
|
/** @nullable */
|
|
15
15
|
baseUrl?: string | null;
|
|
16
16
|
/** @nullable */
|
|
17
|
-
googleCredentials?:
|
|
17
|
+
googleCredentials?: AiCreateModelDeploymentProviderGoogleCredentials;
|
|
18
18
|
/**
|
|
19
19
|
* @nullable
|
|
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}$
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Admin 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;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { DataSetItemMetadata } from './dataSetItemMetadata';
|
|
8
|
+
import type { DataSetItemProperties } from './dataSetItemProperties';
|
|
9
|
+
export interface DataSetItem {
|
|
10
|
+
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
11
|
+
id: string;
|
|
12
|
+
indexText: string;
|
|
13
|
+
metadata: DataSetItemMetadata;
|
|
14
|
+
properties: DataSetItemProperties;
|
|
15
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
export interface DataSetItemMetadata {
|
|
8
|
+
/**
|
|
9
|
+
* @nullable
|
|
10
|
+
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
11
|
+
*/
|
|
12
|
+
containerId?: string | null;
|
|
13
|
+
/**
|
|
14
|
+
* @nullable
|
|
15
|
+
* @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}$
|
|
16
|
+
*/
|
|
17
|
+
containerItemId?: string | null;
|
|
18
|
+
/** @nullable */
|
|
19
|
+
containerItemPath?: string | null;
|
|
20
|
+
/** @nullable */
|
|
21
|
+
createdAt?: string | null;
|
|
22
|
+
/**
|
|
23
|
+
* @nullable
|
|
24
|
+
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
25
|
+
*/
|
|
26
|
+
dataSetId?: string | null;
|
|
27
|
+
/**
|
|
28
|
+
* @nullable
|
|
29
|
+
* @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
|
|
30
|
+
*/
|
|
31
|
+
flowRunId?: string | null;
|
|
32
|
+
indexed: boolean;
|
|
33
|
+
/** @nullable */
|
|
34
|
+
modifiedAt?: string | null;
|
|
35
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { DataSetsCreateDataSetContainer } from './dataSetsCreateDataSetContainer';
|
|
8
|
+
export interface DataSetsCreateDataSet {
|
|
9
|
+
/** @nullable */
|
|
10
|
+
containerInfo?: DataSetsCreateDataSetContainer[] | null;
|
|
11
|
+
/** @nullable */
|
|
12
|
+
description?: string | null;
|
|
13
|
+
name: string;
|
|
14
|
+
}
|
package/dist/generated/config/models/{createContainer.d.ts → dataSetsCreateDataSetContainer.d.ts}
RENAMED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
export interface
|
|
7
|
+
export interface DataSetsCreateDataSetContainer {
|
|
8
8
|
/** @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
9
|
dataSourceId: string;
|
|
10
10
|
path: string;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { DataSetsDataSetProperty } from './dataSetsDataSetProperty';
|
|
8
|
+
export interface DataSetsDataSet {
|
|
9
|
+
createdAt: string;
|
|
10
|
+
createdByUserId: string;
|
|
11
|
+
/**
|
|
12
|
+
* @nullable
|
|
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
|
+
*/
|
|
15
|
+
dataSpaceId?: string | null;
|
|
16
|
+
/** @nullable */
|
|
17
|
+
description?: string | null;
|
|
18
|
+
/**
|
|
19
|
+
* @nullable
|
|
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
|
+
*/
|
|
22
|
+
flowId?: string | null;
|
|
23
|
+
/** @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}$ */
|
|
24
|
+
id: string;
|
|
25
|
+
modifiedAt: string;
|
|
26
|
+
modifiedByUserId: string;
|
|
27
|
+
name: string;
|
|
28
|
+
properties: DataSetsDataSetProperty[];
|
|
29
|
+
/**
|
|
30
|
+
* @nullable
|
|
31
|
+
* @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}$
|
|
32
|
+
*/
|
|
33
|
+
version?: string | null;
|
|
34
|
+
}
|
|
@@ -4,10 +4,9 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
export interface CreateDataSet {
|
|
9
|
-
containerInfo: CreateContainer[];
|
|
7
|
+
export interface DataSetsDataSetProperty {
|
|
10
8
|
/** @nullable */
|
|
11
9
|
description?: string | null;
|
|
10
|
+
isVector: boolean;
|
|
12
11
|
name: string;
|
|
13
12
|
}
|
|
@@ -4,12 +4,14 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
import type {
|
|
8
|
-
export interface
|
|
9
|
-
|
|
7
|
+
import type { DataSetsCreateDataSetContainer } from './dataSetsCreateDataSetContainer';
|
|
8
|
+
export interface DataSetsUpdateDataSet {
|
|
9
|
+
/** @nullable */
|
|
10
|
+
containerInfo?: DataSetsCreateDataSetContainer[] | null;
|
|
10
11
|
/** @nullable */
|
|
11
12
|
description?: string | null;
|
|
12
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}$ */
|
|
13
14
|
id: string;
|
|
14
|
-
|
|
15
|
+
/** @nullable */
|
|
16
|
+
name?: string | null;
|
|
15
17
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
export interface DataSetsUpsertDataSetProperty {
|
|
8
|
+
/** @nullable */
|
|
9
|
+
description?: string | null;
|
|
10
|
+
isVector: boolean;
|
|
11
|
+
name: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
import type { DataSetsDataSet } from './dataSetsDataSet';
|
|
8
|
+
import type { DataSpacesDataSpaceWorkSpaceRef } from './dataSpacesDataSpaceWorkSpaceRef';
|
|
9
|
+
export interface DataSpacesDataSpace {
|
|
10
|
+
createdAt: string;
|
|
11
|
+
createdByUserId: string;
|
|
12
|
+
dataSets: DataSetsDataSet[];
|
|
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
|
+
id: string;
|
|
15
|
+
modifiedAt: string;
|
|
16
|
+
modifiedByUserId: string;
|
|
17
|
+
name: string;
|
|
18
|
+
/**
|
|
19
|
+
* @nullable
|
|
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
|
+
*/
|
|
22
|
+
parentWorkspaceId?: string | null;
|
|
23
|
+
workSpaces: DataSpacesDataSpaceWorkSpaceRef[];
|
|
24
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
export interface DataSpacesDataSpaceAdmin {
|
|
8
|
+
/** @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
|
+
dataSpaceId: string;
|
|
10
|
+
displayName: string;
|
|
11
|
+
userId: string;
|
|
12
|
+
}
|
package/dist/generated/config/models/{updateContainer.d.ts → dataSpacesDataSpaceWorkSpaceRef.d.ts}
RENAMED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
export interface
|
|
7
|
+
export interface DataSpacesDataSpaceWorkSpaceRef {
|
|
8
8
|
/** @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
|
-
|
|
9
|
+
id: string;
|
|
10
|
+
name: string;
|
|
11
11
|
}
|
|
@@ -5,16 +5,7 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export type DataSpacesGetDataSetsParams = {
|
|
8
|
-
/**
|
|
9
|
-
* The number of data sets to retrieve.
|
|
10
|
-
*/
|
|
11
8
|
take?: number;
|
|
12
|
-
/**
|
|
13
|
-
* The number of data sets to skip.
|
|
14
|
-
*/
|
|
15
9
|
skip?: number;
|
|
16
|
-
/**
|
|
17
|
-
* The search keyword to filter data sets.
|
|
18
|
-
*/
|
|
19
10
|
search?: string;
|
|
20
11
|
};
|
|
@@ -5,16 +5,7 @@
|
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
7
|
export type DataSpacesGetParams = {
|
|
8
|
-
/**
|
|
9
|
-
* The number of data spaces to retrieve.
|
|
10
|
-
*/
|
|
11
8
|
take?: number;
|
|
12
|
-
/**
|
|
13
|
-
* The number of data spaces to skip.
|
|
14
|
-
*/
|
|
15
9
|
skip?: number;
|
|
16
|
-
/**
|
|
17
|
-
* The search keyword to filter data spaces.
|
|
18
|
-
*/
|
|
19
10
|
search?: string;
|
|
20
11
|
};
|
package/dist/generated/config/models/{updateDataSpace.d.ts → dataSpacesUpdateDataSpace.d.ts}
RENAMED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* SmartSpace Admin API
|
|
5
5
|
* OpenAPI spec version: v1
|
|
6
6
|
*/
|
|
7
|
-
export interface
|
|
7
|
+
export interface DataSpacesUpdateDataSpace {
|
|
8
8
|
dataSetIds: string[];
|
|
9
9
|
/** @pattern ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$ */
|
|
10
10
|
id: string;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v7.13.2 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* SmartSpace Admin API
|
|
5
|
+
* OpenAPI spec version: v1
|
|
6
|
+
*/
|
|
7
|
+
export interface FilesCreateFileFromBlobUri {
|
|
8
|
+
blobUri: string;
|
|
9
|
+
/**
|
|
10
|
+
* @nullable
|
|
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
|
+
*/
|
|
13
|
+
flowRunId?: string | null;
|
|
14
|
+
}
|
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesDownloadFileParams = {
|
|
8
8
|
/**
|
|
9
|
-
* Optional thread ID containing the file
|
|
10
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}$
|
|
11
10
|
*/
|
|
12
11
|
threadId?: string;
|
|
13
12
|
/**
|
|
14
|
-
* Optional workspace ID containing the file
|
|
15
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}$
|
|
16
14
|
*/
|
|
17
15
|
workspaceId?: string;
|
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesGetFileInfoParams = {
|
|
8
8
|
/**
|
|
9
|
-
* Optional thread ID containing the file
|
|
10
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}$
|
|
11
10
|
*/
|
|
12
11
|
threadId?: string;
|
|
13
12
|
/**
|
|
14
|
-
* Optional workspace ID containing the file
|
|
15
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}$
|
|
16
14
|
*/
|
|
17
15
|
workspaceId?: string;
|
|
@@ -6,12 +6,10 @@
|
|
|
6
6
|
*/
|
|
7
7
|
export type FilesGetUriParams = {
|
|
8
8
|
/**
|
|
9
|
-
* Optional thread ID containing the file
|
|
10
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}$
|
|
11
10
|
*/
|
|
12
11
|
threadId?: string;
|
|
13
12
|
/**
|
|
14
|
-
* Optional workspace ID containing the file
|
|
15
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}$
|
|
16
14
|
*/
|
|
17
15
|
workspaceId?: string;
|