@smartspace/api-client 0.1.0-dev.e110d18 → 0.1.0-dev.e25045a
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 +13 -13
- package/dist/generated/chat/api.js +18 -16
- package/dist/generated/chat/api.msw.d.ts +75 -0
- package/dist/generated/chat/api.msw.js +630 -0
- package/dist/generated/chat/models/{access.d.ts → accessAccess.d.ts} +1 -1
- package/dist/generated/chat/models/aiModel.d.ts +1 -0
- package/dist/generated/chat/models/aiModelSummary.d.ts +1 -0
- 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/connectorsConnectorSummary.d.ts +12 -0
- package/dist/generated/chat/models/dataSet.d.ts +2 -2
- package/dist/generated/chat/models/dataSourceContainer.d.ts +5 -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/enumsNotificationType.d.ts +1 -0
- package/dist/generated/chat/models/enumsNotificationType.js +1 -0
- 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 +12 -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 +30 -28
- package/dist/generated/chat/models/index.js +30 -28
- 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/messagesMessageError.d.ts +2 -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/{appUserAppUser.d.ts → usersAppUser.d.ts} +1 -1
- package/dist/generated/chat/models/usersAppUser.js +8 -0
- package/dist/generated/chat/models/workSpacesWorkSpace.d.ts +2 -0
- 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 +69 -21
- package/dist/generated/chat/zod.js +82 -35
- package/dist/generated/config/api.d.ts +139 -59
- package/dist/generated/config/api.js +411 -70
- package/dist/generated/config/api.msw.d.ts +296 -0
- package/dist/generated/config/api.msw.js +2798 -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/aiModel.d.ts +1 -0
- package/dist/generated/config/models/aiModelSummary.d.ts +1 -0
- package/dist/generated/config/models/blocksBlockSet.d.ts +5 -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/{updateContainer.d.ts → blocksUsedInRef.d.ts} +3 -3
- package/dist/generated/config/models/configApiFlowRunIdentityMapRequest.d.ts +9 -0
- package/dist/generated/config/models/connectorsConnector.d.ts +23 -0
- package/dist/generated/config/models/{flowDataSpace.d.ts → connectorsConnectorSummary.d.ts} +2 -3
- package/dist/generated/config/models/connectorsCreateConnector.d.ts +18 -0
- package/dist/generated/config/models/connectorsGetConnectorSummariesParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsGetConnectorsParams.d.ts +9 -0
- package/dist/generated/config/models/connectorsResolvedConnector.d.ts +11 -0
- package/dist/generated/config/models/connectorsResolvedConnectorHeaders.d.ts +9 -0
- package/dist/generated/config/models/connectorsUpdateConnector.d.ts +17 -0
- package/dist/generated/config/models/containerItem.d.ts +27 -0
- 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/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/dataSetsCreateDataSetContainer.d.ts +16 -0
- package/dist/generated/config/models/dataSetsDataSet.d.ts +38 -0
- package/dist/generated/config/models/{createDataSet.d.ts → dataSetsDataSetProperty.d.ts} +2 -3
- package/dist/generated/config/models/dataSetsGetIngestionRunsParams.d.ts +15 -0
- 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/dataSetsGetParams.js +8 -0
- package/dist/generated/config/models/dataSetsSetDataSetScoping.d.ts +12 -0
- package/dist/generated/config/models/dataSetsUpdateDataSet.d.ts +17 -0
- package/dist/generated/config/models/{updateDataSetBasicInfo.d.ts → dataSetsUpdateDataSetBasicInfo.d.ts} +1 -1
- package/dist/generated/config/models/dataSetsUpdateDataSetBasicInfo.js +8 -0
- package/dist/generated/config/models/dataSetsUpsertDataSetProperty.d.ts +16 -0
- package/dist/generated/config/models/dataSetsUpsertDataSetProperty.js +8 -0
- package/dist/generated/config/models/dataSourceContainer.d.ts +5 -0
- package/dist/generated/config/models/dataSourceContainer.js +0 -6
- package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.d.ts → dataSourcesContainerFilter.d.ts} +4 -3
- package/dist/generated/config/models/dataSourcesContainerFilter.js +8 -0
- package/dist/generated/config/models/{flowInput.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 +5 -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/{createDataSpace.d.ts → dataSpacesCreateDataSpace.d.ts} +1 -1
- package/dist/generated/config/models/dataSpacesCreateDataSpace.js +8 -0
- 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/dataSpacesDataSpaceAdmin.js +8 -0
- package/dist/generated/config/models/{createContainer.d.ts → dataSpacesDataSpaceWorkSpaceRef.d.ts} +3 -3
- package/dist/generated/config/models/dataSpacesDataSpaceWorkSpaceRef.js +8 -0
- package/dist/generated/config/models/dataSpacesGetDataSetsParams.d.ts +0 -9
- package/dist/generated/config/models/dataSpacesGetParams.d.ts +2 -9
- package/dist/generated/config/models/{updateDataSpace.d.ts → dataSpacesUpdateDataSpace.d.ts} +1 -1
- package/dist/generated/config/models/dataSpacesUpdateDataSpace.js +8 -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/enumsActivityType.d.ts +1 -0
- package/dist/generated/config/models/enumsActivityType.js +1 -0
- package/dist/generated/config/models/enumsDataSetScopingMode.d.ts +11 -0
- package/dist/generated/config/models/enumsDataSetScopingMode.js +14 -0
- package/dist/generated/config/models/enumsNotificationType.d.ts +1 -0
- package/dist/generated/config/models/enumsNotificationType.js +1 -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/filesCreateFileFromBlobUri.d.ts +14 -0
- package/dist/generated/config/models/filesCreateFileFromBlobUri.js +8 -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/filesFile.js +8 -0
- package/dist/generated/config/models/{fileUriResponse.d.ts → filesFileUriResponse.d.ts} +1 -1
- package/dist/generated/config/models/filesFileUriResponse.js +8 -0
- 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/flowRunsGetWorkspaceRunsParams.d.ts +16 -0
- package/dist/generated/config/models/flowRunsGetWorkspaceRunsParams.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 +12 -0
- package/dist/generated/config/models/{flowConstantValue.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/{updateDataSet.d.ts → flowsFlowDataSpace.d.ts} +3 -5
- 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/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/{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/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/flowsFlowWorkSpace.js +2 -0
- package/dist/generated/config/models/index.d.ts +137 -61
- package/dist/generated/config/models/index.js +137 -61
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiBlockSourceResponse.js +8 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.d.ts +17 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiContainerItemFlowRun.js +2 -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/integrationsSmartSpaceAiContainerItemRunHistory.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.d.ts +57 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiIngestionRunTrigger.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/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.d.ts +11 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiSmartSpaceAiPagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiWorkspaceRun.js +2 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.d.ts +27 -0
- package/dist/generated/config/models/integrationsSmartSpaceAiWorkspaceRun.js +8 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.d.ts +10 -0
- package/dist/generated/config/models/managedSecretsCreateManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.d.ts +15 -0
- package/dist/generated/config/models/managedSecretsManagedSecret.js +8 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.d.ts +9 -0
- package/dist/generated/config/models/managedSecretsUpdateManagedSecretValue.js +8 -0
- package/dist/generated/config/models/messagesMessageError.d.ts +2 -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/{pagedDataCollectionIngestedBlob.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/{pagedDataCollectionDataSpace.d.ts → pagedDataCollectionContainerItem.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionContainerItem.js +2 -0
- package/dist/generated/config/models/{pagedDataCollectionDataSet.d.ts → pagedDataCollectionDataSetsDataSet.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionDataSetsDataSet.js +2 -0
- package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionDataSpacesDataSpace.js +2 -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/{pagedDataCollectionAccess.d.ts → pagedDataCollectionSyncsSync.d.ts} +3 -3
- package/dist/generated/config/models/pagedDataCollectionSyncsSync.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/pagedDataCollectionUsersServicePrincipalDetail.d.ts +11 -0
- package/dist/generated/config/models/pagedDataCollectionUsersServicePrincipalDetail.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/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.d.ts +11 -0
- package/dist/generated/config/models/pagedDataSystemCollectionsGenericICollectionIntegrationsSmartSpaceAiIngestionRun.js +2 -0
- package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.d.ts +11 -0
- package/dist/generated/config/models/servicePrincipalsGetServicePrincipalsParams.js +8 -0
- package/dist/generated/config/models/syncsGetItemsParams.d.ts +10 -0
- package/dist/generated/config/models/syncsGetItemsParams.js +8 -0
- package/dist/generated/config/models/syncsGetParams.d.ts +18 -0
- package/dist/generated/config/models/syncsGetParams.js +8 -0
- package/dist/generated/config/models/syncsSync.d.ts +33 -0
- package/dist/generated/config/models/syncsSync.js +2 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.d.ts +17 -0
- package/dist/generated/config/models/syncsSyncDataSourceInfo.js +2 -0
- package/dist/generated/config/models/syncsSyncQueueState.d.ts +10 -0
- package/dist/generated/config/models/syncsSyncQueueState.js +8 -0
- package/dist/generated/config/models/syncsSyncRunInfo.d.ts +14 -0
- package/dist/generated/config/models/syncsSyncRunInfo.js +8 -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/usersAppUserSummary.d.ts +16 -0
- package/dist/generated/config/models/usersAppUserSummary.js +8 -0
- package/dist/generated/config/models/usersServicePrincipalDetail.d.ts +14 -0
- package/dist/generated/config/models/usersServicePrincipalDetail.js +2 -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/workSpacesGetGetParams.d.ts +2 -0
- package/dist/generated/config/models/workSpacesWorkSpace.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 +1570 -678
- package/dist/generated/config/zod.js +1331 -634
- 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/generated/signalr/SmartSpace.App.Business.Models.Notifications.d.ts +22 -0
- package/dist/generated/signalr/SmartSpace.App.Business.Models.Notifications.js +2 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.d.ts +7 -0
- package/dist/generated/signalr/SmartSpace.App.Core.Enums.js +14 -0
- package/dist/generated/signalr/TypedSignalR.Client/SmartSpace.App.Business.Hubs.Contracts.d.ts +11 -0
- package/dist/generated/signalr/TypedSignalR.Client/index.js +6 -0
- package/dist/mocks.d.ts +2 -0
- package/dist/mocks.js +42 -0
- package/dist/signalr.d.ts +4 -1
- package/dist/signalr.js +3 -0
- package/package.json +25 -3
- 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/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/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 → connectorsConnectorSummary.js} +0 -0
- /package/dist/generated/chat/models/{createComment.js → dataSourcesContainerFilterModel.js} +0 -0
- /package/dist/generated/chat/models/{file.js → filesFile.js} +0 -0
- /package/dist/generated/chat/models/{fileUriResponse.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/{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/{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/{appUserAppUser.js → blocksRenameBlockSetRequest.js} +0 -0
- /package/dist/generated/config/models/{appUserAppUserSearchResult.js → blocksUsedInRef.js} +0 -0
- /package/dist/generated/config/models/{appUserServicePrincipalSearchResult.js → configApiFlowRunIdentityMapRequest.js} +0 -0
- /package/dist/generated/config/models/{configApiAddMessageFileFromBlobUri.js → connectorsConnector.js} +0 -0
- /package/dist/generated/config/models/{createContainer.js → connectorsConnectorSummary.js} +0 -0
- /package/dist/generated/config/models/{createDataSpace.js → connectorsCreateConnector.js} +0 -0
- /package/dist/generated/config/models/{createModelDeploymentProviderGoogleCredentials.js → connectorsGetConnectorSummariesParams.js} +0 -0
- /package/dist/generated/config/models/{dataSetsGetGetParams.js → connectorsGetConnectorsParams.js} +0 -0
- /package/dist/generated/config/models/{createModelDeployment.js → connectorsResolvedConnector.js} +0 -0
- /package/dist/generated/config/models/{dataSetsGetIdItemsParams.js → connectorsResolvedConnectorHeaders.js} +0 -0
- /package/dist/generated/config/models/{file.js → connectorsUpdateConnector.js} +0 -0
- /package/dist/generated/config/models/{fileUriResponse.js → containerItem.js} +0 -0
- /package/dist/generated/config/models/{createModelDeploymentProvider.js → coreManagementInstallParameterDefinitionModel.js} +0 -0
- /package/dist/generated/config/models/{flowConstantValue.js → coreManagementInstallParameterDefinitionModelDefault.js} +0 -0
- /package/dist/generated/config/models/{flow.js → coreManagementInstallParameterModel.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionLayout.js → coreManagementInstallParameterModelActiveValue.js} +0 -0
- /package/dist/generated/config/models/{flowInputSchema.js → coreManagementInstallParameterModelConfiguredValue.js} +0 -0
- /package/dist/generated/config/models/{flowOutputSchema.js → coreManagementUpsertInstallParameterModel.js} +0 -0
- /package/dist/generated/config/models/{flowBlock.js → dataSetItem.js} +0 -0
- /package/dist/generated/config/models/{flowVariableSchema.js → dataSetItemMetadata.js} +0 -0
- /package/dist/generated/config/models/{integrationsAzureActiveDirectoryServicePrincipal.js → dataSetItemProperties.js} +0 -0
- /package/dist/generated/config/models/{flowConstant.js → dataSetsCreateDataSet.js} +0 -0
- /package/dist/generated/config/models/{flowDataSet.js → dataSetsCreateDataSetContainer.js} +0 -0
- /package/dist/generated/config/models/{flowDataSpace.js → dataSetsDataSet.js} +0 -0
- /package/dist/generated/config/models/{updateContainer.js → dataSetsDataSetProperty.js} +0 -0
- /package/dist/generated/config/models/{updateDataSetBasicInfo.js → dataSetsGetIngestionRunsParams.js} +0 -0
- /package/dist/generated/config/models/{updateDataSpace.js → dataSetsGetItemsParams.js} +0 -0
- /package/dist/generated/config/models/{flowDefinition.js → dataSetsSetDataSetScoping.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionBlocks.js → dataSetsUpdateDataSet.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionConstants.js → dataSourcesContainerPreviewResultModel.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionInputs.js → dataSourcesPreviewContainerRequest.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionOutputs.js → dataSpacesDataSpace.js} +0 -0
- /package/dist/generated/config/models/{flowDefinitionVariables.js → draftsDraft.js} +0 -0
- /package/dist/generated/config/models/{flowInput.js → draftsDraftBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{flowOutput.js → draftsPublishDraftResponse.js} +0 -0
- /package/dist/generated/config/models/{flowRun.js → draftsSaveDraftResponse.js} +0 -0
- /package/dist/generated/config/models/{flowTrigger.js → draftsSaveDraftResponseBlockInterfaces.js} +0 -0
- /package/dist/generated/config/models/{flowVariable.js → filesIngestedBlob.js} +0 -0
- /package/dist/generated/config/models/{flowWorkSpace.js → flowsConnection.js} +0 -0
- /package/dist/generated/config/models/{ingestedBlob.js → flowsFlow.js} +0 -0
- /package/dist/generated/config/models/{notificationNotification.js → flowsFlowBlock.js} +0 -0
- /package/dist/generated/config/models/{notificationPagedNotifications.js → flowsFlowConstant.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAccess.js → flowsFlowDataSet.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionActivityActivityWorkSpace.js → flowsFlowDataSpace.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUser.js → flowsFlowDefinition.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserDetail.js → flowsFlowDefinitionBlocks.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserAppUserSearchResult.js → flowsFlowDefinitionConstants.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionAppUserServicePrincipalSearchResult.js → flowsFlowDefinitionInputs.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSet.js → flowsFlowDefinitionOutputs.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionDataSpace.js → flowsFlowDefinitionVariables.js} +0 -0
- /package/dist/generated/config/models/{pagedDataCollectionIngestedBlob.js → flowsFlowInput.js} +0 -0
- /package/dist/generated/config/models/{updateDataSet.js → flowsFlowOutput.js} +0 -0
|
@@ -3,19 +3,22 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
exports.containersPostResponse = exports.containersPostResponseItem = exports.containersPostResponseWorkSpaceIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp = exports.containersPostResponseIdRegExp = exports.containersPostResponseFlowTriggersItemIdRegExp = exports.containersPostResponseFlowTriggersItemFlowIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp = exports.containersPostResponseFlowIdRegExp = exports.containersPostResponseFlowActiveFlowDefinitionIdRegExp = exports.containersPostResponseDataSetVersionRegExp = exports.containersPostResponseDataSetIdRegExp = exports.containersPostQueryParams = exports.containersPostQueryDataSetIdRegExp = exports.containersPostParams = exports.containersPostPathContainerIdRegExp = exports.containersReingestContainerItemParams = exports.containersReingestContainerItemPathContainerItemIdRegExp = exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.
|
|
10
|
-
exports.
|
|
11
|
-
exports.
|
|
12
|
-
exports.
|
|
13
|
-
exports.
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
16
|
-
exports.
|
|
17
|
-
exports.
|
|
18
|
-
exports.
|
|
6
|
+
exports.activityGetLoggingQueryWorkSpaceIdRegExp = exports.activityExportLoggingsResponse = exports.activityExportLoggingsQueryParams = exports.activityExportLoggingsQueryWorkSpaceIdRegExp = exports.accessDeleteAccessParams = exports.accessDeleteAccessPathIdRegExp = exports.accessGetUsersInRoleUsersResponse = exports.accessGetUsersInRoleUsersQueryParams = exports.accessGetUsersInRoleUsersQueryAssignedWorkspaceIdRegExp = exports.accessGetUsersInRoleUsersQueryTakeDefault = exports.accessGetUsersInRoleUsersQuerySkipDefault = exports.accessSearchUsersResponse = exports.accessSearchUsersQueryParams = exports.accessSearchUsersQueryTakeDefault = exports.accessSearchUsersQuerySkipDefault = exports.accessSearchUsersQueryWorkspaceIdRegExp = exports.accessSearchServicePrincipalsResponse = exports.accessSearchServicePrincipalsQueryParams = exports.accessSearchServicePrincipalsQueryTakeDefault = exports.accessSearchServicePrincipalsQuerySkipDefault = exports.accessSearchServicePrincipalsQueryWorkspaceIdRegExp = exports.accessSearchGroupsResponse = exports.accessSearchGroupsQueryParams = exports.accessSearchGroupsQueryTakeDefault = exports.accessSearchGroupsQuerySkipDefault = exports.accessSearchGroupsQueryWorkspaceIdRegExp = exports.accessGetUsersInRoleRolesRoleIdUsersResponse = exports.accessGetUsersInRoleRolesRoleIdUsersQueryParams = exports.accessGetUsersInRoleRolesRoleIdUsersQueryTakeDefault = exports.accessGetUsersInRoleRolesRoleIdUsersQuerySkipDefault = exports.accessGetUsersInRoleRolesRoleIdUsersParams = exports.accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp = exports.accessGetAppRolesResponse = exports.accessGetAppRolesResponseItem = exports.accessGetAppRolesResponseIdRegExp = exports.accessGetGroupsResponse = exports.accessGetGroupsQueryParams = exports.accessGetGroupsQueryTakeDefault = exports.accessGetGroupsQuerySkipDefault = exports.accessAddAccessBody = exports.accessAddAccessBodyWorkSpaceIdRegExp = exports.accessGetAccessesResponse = exports.accessGetAccessesResponseDataItemWorkSpaceIdRegExp = exports.accessGetAccessesResponseDataItemMessageThreadIdRegExp = exports.accessGetAccessesResponseDataItemMessageIdRegExp = exports.accessGetAccessesResponseDataItemIdRegExp = exports.accessGetAccessesQueryParams = exports.accessGetAccessesQuerySkipDefault = exports.accessGetAccessesQueryTakeDefault = exports.accessGetAccessesQueryWorkspaceIdRegExp = void 0;
|
|
7
|
+
exports.containersPostResponse = exports.containersPostResponseItem = exports.containersPostResponseWorkSpaceIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp = exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemIdRegExp = exports.containersPostResponseIdRegExp = exports.containersPostResponseFlowTriggersItemIdRegExp = exports.containersPostResponseFlowTriggersItemFlowIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp = exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp = exports.containersPostResponseFlowIdRegExp = exports.containersPostResponseFlowActiveFlowDefinitionIdRegExp = exports.containersPostResponseDataSetVersionRegExp = exports.containersPostResponseDataSetIdRegExp = exports.containersPostQueryParams = exports.containersPostQueryDataSetIdRegExp = exports.containersPostParams = exports.containersPostPathContainerIdRegExp = exports.containersReingestContainerItemParams = exports.containersReingestContainerItemPathContainerItemIdRegExp = exports.blocksGetBlockSourceResponse = exports.blocksGetBlockSourceParams = exports.blocksGetSdkBlocksResponse = exports.blocksGetSdkBlocksResponseItem = exports.blocksGetBlocksResponse = exports.blocksGetBlocksResponseBlockSetIdRegExp = exports.blocksGetBlocksQueryParams = exports.blockSetsAddBlockSetBody = exports.blockSetsAddBlockSetParams = exports.blockSetsRenameBlockSetBody = exports.blockSetsRenameBlockSetParams = exports.blockSetsDeleteBlockSetParams = exports.blockSetsGetDeployedBlockFilesParams = exports.blockSetsGetDeployedBlockCodeParams = exports.blockSetsGetBlockSetsResponse = exports.blockSetsGetBlockSetsResponseItem = exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp = exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp = exports.blockSetsGetBlockSetsResponseIdRegExp = exports.blockSetsGetBlockSetsQueryParams = exports.applicationUpdateGetLatestAvailableVersionResponse = exports.applicationUpdateGetCurrentVersionResponse = exports.applicationUpdateGetLatestDeploymentResponse = exports.activityGetLoggingResponse = exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp = exports.activityGetLoggingResponseDataItemIdRegExp = exports.activityGetLoggingQueryParams = exports.activityGetLoggingQuerySkipDefault = exports.activityGetLoggingQueryTakeDefault = void 0;
|
|
8
|
+
exports.dataSetsSetDataspacePathIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponse = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp = exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp = exports.dataSetsGetContainerItemsRunHistoryQueryParams = exports.dataSetsGetContainerItemsRunHistoryQueryTakeDefault = exports.dataSetsGetContainerItemsRunHistoryQuerySkipDefault = exports.dataSetsGetContainerItemsRunHistoryParams = exports.dataSetsGetContainerItemsRunHistoryPathIdRegExp = exports.dataSetsClearParams = exports.dataSetsClearPathIdRegExp = exports.dataSetsPutBasicInfoBody = exports.dataSetsPutBasicInfoParams = exports.dataSetsPutBasicInfoPathIdRegExp = exports.dataSetsPutResponse = exports.dataSetsPutResponseVersionRegExp = exports.dataSetsPutResponseIdRegExp = exports.dataSetsPutResponseFlowIdRegExp = exports.dataSetsPutResponseDataSpaceIdRegExp = exports.dataSetsPutBody = exports.dataSetsPutBodyIdRegExp = exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp = exports.dataSetsPutParams = exports.dataSetsGetByIdResponse = exports.dataSetsGetByIdResponseVersionRegExp = exports.dataSetsGetByIdResponseIdRegExp = exports.dataSetsGetByIdResponseFlowIdRegExp = exports.dataSetsGetByIdResponseDataSpaceIdRegExp = exports.dataSetsGetByIdParams = exports.dataSetsGetByIdPathIdRegExp = exports.dataSetsDeleteParams = exports.dataSetsDeletePathIdRegExp = exports.dataSetsGetItemResponse = exports.dataSetsGetItemResponseMetadataFlowRunIdRegExp = exports.dataSetsGetItemResponseMetadataDataSetIdRegExp = exports.dataSetsGetItemResponseMetadataContainerItemIdRegExp = exports.dataSetsGetItemResponseMetadataContainerIdRegExp = exports.dataSetsGetItemResponseIdRegExp = exports.dataSetsGetItemParams = exports.dataSetsGetItemPathIdRegExp = exports.dataSetsGetItemPathDataSetIdRegExp = exports.dataSetsGetResponse = exports.dataSetsGetResponseDataItemVersionRegExp = exports.dataSetsGetResponseDataItemIdRegExp = exports.dataSetsGetResponseDataItemFlowIdRegExp = exports.dataSetsGetResponseDataItemDataSpaceIdRegExp = exports.dataSetsGetQueryParams = exports.dataSetsGetQuerySkipDefault = exports.dataSetsGetQueryTakeDefault = void 0;
|
|
9
|
+
exports.dataSetsGetIngestionRunsQuerySkipDefault = exports.dataSetsGetIngestionRunsParams = exports.dataSetsGetIngestionRunsPathIdRegExp = exports.dataSetsDeleteDataSetPropertyParams = exports.dataSetsDeleteDataSetPropertyPathIdRegExp = exports.dataSetsAddDataSetPropertyResponse = exports.dataSetsAddDataSetPropertyBody = exports.dataSetsAddDataSetPropertyParams = exports.dataSetsAddDataSetPropertyPathIdRegExp = exports.dataSetsDeleteItemParams = exports.dataSetsDeleteItemPathItemIdRegExp = exports.dataSetsDeleteItemPathIdRegExp = exports.dataSetsSearchItemsResponse = exports.dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp = exports.dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp = exports.dataSetsSearchItemsResponseDataItemIdRegExp = exports.dataSetsSearchItemsBody = exports.dataSetsSearchItemsParams = exports.dataSetsSearchItemsPathIdRegExp = exports.dataSetsAddItemBody = exports.dataSetsAddItemBodyIdRegExp = exports.dataSetsAddItemParams = exports.dataSetsAddItemPathIdRegExp = exports.dataSetsGetItemsResponse = exports.dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp = exports.dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp = exports.dataSetsGetItemsResponseDataItemIdRegExp = exports.dataSetsGetItemsQueryParams = exports.dataSetsGetItemsQueryTakeDefault = exports.dataSetsGetItemsQuerySkipDefault = exports.dataSetsGetItemsParams = exports.dataSetsGetItemsPathIdRegExp = exports.dataSetsExportResponse = exports.dataSetsExportResponseWorkspaceIdRegExp = exports.dataSetsExportResponseThreadIdRegExp = exports.dataSetsExportResponseIdRegExp = exports.dataSetsExportParams = exports.dataSetsExportPathIdRegExp = exports.dataSetsSetDataspaceResponse = exports.dataSetsSetDataspaceResponseVersionRegExp = exports.dataSetsSetDataspaceResponseIdRegExp = exports.dataSetsSetDataspaceResponseFlowIdRegExp = exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp = exports.dataSetsSetDataspaceBody = exports.dataSetsSetDataspaceBodyRegExp = exports.dataSetsSetDataspaceParams = void 0;
|
|
10
|
+
exports.dataSourcesContainerSchemaPathDataSourceIdRegExp = exports.dataSourcesPreviewContainerResponse = exports.dataSourcesPreviewContainerBody = exports.dataSourcesPreviewContainerParams = exports.dataSourcesPreviewContainerPathDataSourceIdRegExp = exports.dataSourcesContainersResponse = exports.dataSourcesContainersResponseItem = exports.dataSourcesContainersResponseIdRegExp = exports.dataSourcesContainersResponseDataSourceIdRegExp = exports.dataSourcesContainersQueryParams = exports.dataSourcesContainersParams = exports.dataSourcesContainersPathDataSourceIdRegExp = exports.dataSourcesPutBody = exports.dataSourcesPutParams = exports.dataSourcesPutPathDataSourceIdRegExp = exports.dataSourcesDeleteParams = exports.dataSourcesDeletePathDataSourceIdRegExp = exports.dataSourcesPostResponse = exports.dataSourcesPostResponseIdRegExp = exports.dataSourcesPostResponseContainersItemIdRegExp = exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp = exports.dataSourcesPostBody = exports.dataSourcesGetResponse = exports.dataSourcesGetResponseDataItemIdRegExp = exports.dataSourcesGetResponseDataItemContainersItemIdRegExp = exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp = exports.dataSourcesGetQueryParams = exports.dataSourcesGetQuerySkipDefault = exports.dataSourcesGetQueryTakeDefault = exports.dataSourceTypesTestConnectionResponse = exports.dataSourceTypesTestConnectionBody = exports.dataSourceTypesGetAvailableContainersResponse = exports.dataSourceTypesGetAvailableContainersResponseItem = exports.dataSourceTypesGetAvailableContainersBody = exports.dataSourceTypesGetResponse = exports.dataSourceTypesGetResponseItem = exports.dataSetsPutScopingBody = exports.dataSetsPutScopingParams = exports.dataSetsPutScopingPathIdRegExp = exports.dataSetsGetIngestionRunsResponse = exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp = exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp = exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp = exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp = exports.dataSetsGetIngestionRunsQueryParams = exports.dataSetsGetIngestionRunsQueryItemIdRegExp = exports.dataSetsGetIngestionRunsQueryTakeDefault = void 0;
|
|
11
|
+
exports.dataSpacesPutResponseIdRegExp = exports.dataSpacesPutResponseDataSetsItemVersionRegExp = exports.dataSpacesPutResponseDataSetsItemIdRegExp = exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp = exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp = exports.dataSpacesPutBody = exports.dataSpacesPutBodyIdRegExp = exports.dataSpacesPutBodyDataSetIdsItemRegExp = exports.dataSpacesPutParams = exports.dataSpacesPutPathIdRegExp = exports.dataSpacesGetByIdResponse = exports.dataSpacesGetByIdResponseWorkSpacesItemIdRegExp = exports.dataSpacesGetByIdResponseParentWorkspaceIdRegExp = exports.dataSpacesGetByIdResponseIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp = exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp = exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp = exports.dataSpacesGetByIdParams = exports.dataSpacesGetByIdPathIdRegExp = exports.dataSpacesDeleteParams = exports.dataSpacesDeletePathIdRegExp = exports.dataSpacesPostBody = exports.dataSpacesPostBodyDataSetIdsItemRegExp = exports.dataSpacesGetResponse = exports.dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp = exports.dataSpacesGetResponseDataItemParentWorkspaceIdRegExp = exports.dataSpacesGetResponseDataItemIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp = exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp = exports.dataSpacesGetQueryParams = exports.dataSpacesGetQuerySkipDefault = exports.dataSpacesGetQueryTakeDefault = exports.dataSourcesAddAdminParams = exports.dataSourcesAddAdminPathIdRegExp = exports.dataSourcesDeleteAdminParams = exports.dataSourcesDeleteAdminPathIdRegExp = exports.dataSourcesGetAdminUsersResponse = exports.dataSourcesGetAdminUsersResponseItem = exports.dataSourcesGetAdminUsersParams = exports.dataSourcesGetAdminUsersPathIdRegExp = exports.dataSourcesRequestSyncParams = exports.dataSourcesRequestSyncPathDataSourceIdRegExp = exports.dataSourcesUpdateCredentialsBody = exports.dataSourcesUpdateCredentialsParams = exports.dataSourcesUpdateCredentialsPathDataSourceIdRegExp = exports.dataSourcesContainerSchemaQueryParams = exports.dataSourcesContainerSchemaParams = void 0;
|
|
12
|
+
exports.filesUploadFilesResponseThreadIdRegExpOne = exports.filesUploadFilesResponseIdRegExpOne = exports.filesUploadFilesBody = exports.filesUploadFilesBodyWorkspaceIdRegExpOne = exports.filesUploadFilesBodyUploadIdRegExpOne = exports.filesUploadFilesBodyThreadIdRegExpOne = exports.draftsPublishDraftResponse = exports.draftsPublishDraftResponseBlockSetIdRegExp = exports.draftsPublishDraftBody = exports.draftsPublishDraftParams = exports.draftsSaveDraftResponse = exports.draftsSaveDraftBody = exports.draftsSaveDraftParams = exports.draftsToggleDraftBody = exports.draftsToggleDraftParams = exports.draftsGetDraftResponse = exports.draftsGetDraftParams = exports.draftsDeleteDraftParams = exports.draftsListDraftsResponse = exports.draftsListDraftsResponseItem = exports.diagnosticsGetMongoIndexesResponse = exports.debugInvokeBody = exports.debugInvokeBodyItem = exports.debugInvokeParams = exports.dataSpacesPostDatasetBody = exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = exports.dataSpacesPostDatasetParams = exports.dataSpacesPostDatasetPathIdRegExp = exports.dataSpacesGetDataSetsResponse = exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp = exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp = exports.dataSpacesGetDataSetsQueryParams = exports.dataSpacesGetDataSetsQuerySkipDefault = exports.dataSpacesGetDataSetsQueryTakeDefault = exports.dataSpacesGetDataSetsParams = exports.dataSpacesGetDataSetsPathIdRegExp = exports.dataSpacesAddAdminParams = exports.dataSpacesAddAdminPathIdRegExp = exports.dataSpacesDeleteAdminParams = exports.dataSpacesDeleteAdminPathIdRegExp = exports.dataSpacesGetAdminUsersResponse = exports.dataSpacesGetAdminUsersResponseItem = exports.dataSpacesGetAdminUsersResponseDataSpaceIdRegExp = exports.dataSpacesGetAdminUsersParams = exports.dataSpacesGetAdminUsersPathIdRegExp = exports.dataSpacesPutResponse = exports.dataSpacesPutResponseWorkSpacesItemIdRegExp = exports.dataSpacesPutResponseParentWorkspaceIdRegExp = void 0;
|
|
13
|
+
exports.flowRunsGetStepExecutionsQuerySkipDefault = exports.flowRunsGetStepExecutionsParams = exports.flowRunsGetStepExecutionsPathIdRegExp = exports.flowRunsAddFileIdFilesExistingBody = exports.flowRunsAddFileIdFilesExistingBodyFlowRunIdRegExp = exports.flowRunsAddFileIdFilesExistingParams = exports.flowRunsAddFileIdFilesExistingPathIdRegExp = exports.flowRunsAddFileIdFilesBody = exports.flowRunsAddFileIdFilesParams = exports.flowRunsAddFileIdFilesPathIdRegExp = exports.flowRunsCancelFlowRunParams = exports.flowRunsCancelFlowRunPathIdRegExpOne = exports.flowRunsGetFlowRunParams = exports.flowRunsGetFlowRunPathIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponse = exports.flowRunsGetFileFromFlowRunIdResponseWorkspaceIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponseThreadIdRegExp = exports.flowRunsGetFileFromFlowRunIdResponseIdRegExp = exports.flowRunsGetFileFromFlowRunIdParams = exports.flowRunsGetFileFromFlowRunIdPathFlowRunIdRegExp = exports.flowRunsSearchFlowRunsQueryParams = exports.flowRunsSearchFlowRunsQueryTakeDefault = exports.flowRunsSearchFlowRunsQuerySkipDefault = exports.flowRunsSearchFlowRunsQueryDataSetIdRegExp = exports.flowRunsCreateFlowRunBody = exports.flowRunsCreateFlowRunQueryParams = exports.flowRunsCreateFlowRunQueryFlowIdRegExp = exports.filesGetUriResponse = exports.filesGetUriQueryParams = exports.filesGetUriQueryWorkspaceIdRegExpOne = exports.filesGetUriQueryThreadIdRegExpOne = exports.filesGetUriParams = exports.filesGetUriPathIdRegExpOne = exports.filesDownloadFileQueryParams = exports.filesDownloadFileQueryWorkspaceIdRegExpOne = exports.filesDownloadFileQueryThreadIdRegExpOne = exports.filesDownloadFileParams = exports.filesDownloadFilePathIdRegExpOne = exports.filesGetFileInfoResponse = exports.filesGetFileInfoResponseWorkspaceIdRegExpOne = exports.filesGetFileInfoResponseThreadIdRegExpOne = exports.filesGetFileInfoResponseIdRegExpOne = exports.filesGetFileInfoQueryParams = exports.filesGetFileInfoQueryWorkspaceIdRegExpOne = exports.filesGetFileInfoQueryThreadIdRegExpOne = exports.filesGetFileInfoParams = exports.filesGetFileInfoPathIdRegExpOne = exports.filesUploadFilesResponse = exports.filesUploadFilesResponseItem = exports.filesUploadFilesResponseWorkspaceIdRegExpOne = void 0;
|
|
14
|
+
exports.modelsGetModelResponseDeploymentProviderIdRegExpOne = exports.modelsGetModelResponseDeploymentIdRegExpOne = exports.modelsGetModelParams = exports.modelsGetModelPathIdRegExpOne = exports.modelsDeleteModelParams = exports.modelsDeleteModelPathIdRegExp = exports.modelsGetDefaultDockerFileResponse = exports.modelsGetDefaultDockerFileQueryParams = exports.modelsGetDefaultModelResponse = exports.modelsGetDefaultModelResponseIdRegExp = exports.modelsCreateModelBody = exports.modelsCreateModelBodyDeploymentProviderIdRegExpOne = exports.modelsCreateModelBodyDeploymentProviderIdRegExp = exports.modelsGetModelsResponse = exports.modelsGetModelsResponseDataItemIdRegExpOne = exports.modelsGetModelsQueryParams = exports.modelsGetModelsQuerySearchDefaultOne = exports.modelsGetModelsQuerySkipDefaultOne = exports.modelsGetModelsQueryTakeDefaultOne = exports.modelProvidersUpsertProviderBody = exports.modelProvidersUpsertProviderBodyIdRegExp = exports.modelProvidersUpsertProviderParams = exports.modelProvidersUpsertProviderPathIdRegExp = exports.modelProvidersGetProviderParams = exports.modelProvidersGetProviderPathIdRegExp = exports.modelProvidersGetModelProviderTypeDeployableModelsParams = exports.modelProvidersCreateProviderBody = exports.modelProvidersCreateProviderBodyIdRegExp = exports.modelProvidersGetProvidersQueryParams = exports.modelProvidersGetProvidersQuerySkipDefault = exports.modelProvidersGetProvidersQueryTakeDefault = exports.flowsSetActiveFlowDefinitionBody = exports.flowsSetActiveFlowDefinitionParams = exports.flowsSetActiveFlowDefinitionPathIdRegExp = exports.flowsGetParams = exports.flowsGetPathIdRegExp = exports.flowRunsSetVariableBody = exports.flowRunsSetVariableParams = exports.flowRunsSetVariablePathIdRegExpOne = exports.flowRunsGetVariablesResponse = exports.flowRunsGetVariablesParams = exports.flowRunsGetVariablesPathIdRegExpOne = exports.flowRunsGetStepExecutionsResponse = exports.flowRunsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.flowRunsGetStepExecutionsResponseLogsItemIdRegExp = exports.flowRunsGetStepExecutionsQueryParams = exports.flowRunsGetStepExecutionsQuerySearchDefault = exports.flowRunsGetStepExecutionsQueryTakeDefault = void 0;
|
|
15
|
+
exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp = exports.syncsGetResponse = exports.syncsGetResponseDataItemIdRegExp = exports.syncsGetResponseDataItemDataSourceIdRegExp = exports.syncsGetResponseDataItemDataSetsItemVersionRegExp = exports.syncsGetResponseDataItemDataSetsItemIdRegExp = exports.syncsGetQueryParams = exports.syncsGetQueryDataSourceIdRegExp = exports.syncsGetQuerySkipDefault = exports.syncsGetQueryTakeDefault = exports.servicePrincipalsGetServicePrincipalsResponse = exports.servicePrincipalsGetServicePrincipalsQueryParams = exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault = exports.servicePrincipalsGetServicePrincipalsQuerySkipDefault = exports.reportingGetTokensResponse = exports.reportingGetTokensQueryParams = exports.reportingGetTokensParams = exports.reportingGetRequestsResponse = exports.reportingGetRequestsQueryParams = exports.reportingGetRequestsParams = exports.planCalculateSmartSpaceUpgradeCostBody = exports.planUpdateSmartSpaceUpgradeBody = exports.notificationPutUpdateBody = exports.notificationPutUpdateBodyItem = exports.notificationPutUpdateBodyRegExpOne = exports.notificationGetResponse = exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne = exports.notificationGetResponseDataItemThreadIdRegExpOne = exports.notificationGetResponseDataItemIdRegExpOne = exports.notificationGetQueryParams = exports.notificationGetQuerySkipDefaultOne = exports.notificationGetQueryTakeDefaultOne = exports.modelsGetModelHealthResponse = exports.modelsGetModelHealthParams = exports.modelsGetModelHealthPathIdRegExp = exports.modelsGetDeploymentDockerLogsResponse = exports.modelsGetDeploymentDockerLogsParams = exports.modelsGetDeploymentDockerLogsPathIdRegExp = exports.modelsSetDefaultModelParams = exports.modelsSetDefaultModelPathIdRegExp = exports.modelsClearDefaultModelParams = exports.modelsClearDefaultModelPathIdRegExp = exports.modelsUpsertModelBody = exports.modelsUpsertModelBodyDeploymentProviderIdRegExpOne = exports.modelsUpsertModelBodyDeploymentProviderIdRegExp = exports.modelsUpsertModelParams = exports.modelsUpsertModelPathIdRegExp = exports.modelsGetModelResponse = exports.modelsGetModelResponseIdRegExpOne = exports.modelsGetModelResponseDeploymentStepsItemIdRegExpOne = void 0;
|
|
16
|
+
exports.usersAddUserPermissionParams = exports.usersAddUserPermissionPathUserIdRegExp = exports.usersAdminPermissionQueryParams = exports.usersAdminPermissionParams = exports.usersAdminPermissionPathUserIdRegExp = exports.usersGetAccessWorkSpacesResponse = exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp = exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp = exports.usersGetAccessWorkSpacesQueryParams = exports.usersGetAccessWorkSpacesQueryTakeDefault = exports.usersGetAccessWorkSpacesQuerySkipDefault = exports.usersGetAccessWorkSpacesParams = exports.usersGetAccessWorkSpacesPathIdRegExp = exports.usersGetUserPhotoResponse = exports.usersGetUserPhotoParams = exports.usersGetUserPhotoPathIdRegExpOne = exports.usersGetUserDetailResponse = exports.usersGetUserDetailParams = exports.usersSearchUsersResponse = exports.usersSearchUsersResponseItem = exports.usersSearchUsersQueryParams = exports.usersSearchUsersQueryTakeDefault = exports.usersRemoveUserFromAllWorkSpacesQueryParams = exports.usersRemoveUserFromAllWorkSpacesQueryUserIdRegExp = exports.usersGetMyPermissionsResponse = exports.usersGetMyPermissionsResponseItem = exports.usersGetUsersByFilterParams = exports.usersGetUsersResponse = exports.usersGetUsersQueryParams = exports.usersGetUsersQueryTakeDefault = exports.usersGetUsersQuerySkipDefault = exports.tenantIdGetResultResponse = exports.syncsGetItemsResponse = exports.syncsGetItemsResponseDataItemIdRegExp = exports.syncsGetItemsResponseDataItemContainerIdRegExp = exports.syncsGetItemsQueryParams = exports.syncsGetItemsQueryTakeDefault = exports.syncsGetItemsQuerySkipDefault = exports.syncsGetItemsParams = exports.syncsGetItemsPathContainerIdRegExp = exports.syncsGetByIdResponse = exports.syncsGetByIdResponseIdRegExp = exports.syncsGetByIdResponseDataSourceIdRegExp = exports.syncsGetByIdResponseDataSetsItemVersionRegExp = exports.syncsGetByIdResponseDataSetsItemIdRegExp = exports.syncsGetByIdParams = exports.syncsGetByIdPathContainerIdRegExp = exports.syncsDeleteParams = exports.syncsDeletePathContainerIdRegExp = exports.syncsGetQueueResponse = void 0;
|
|
17
|
+
exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne = exports.workSpacesGetIdParams = exports.workSpacesGetIdPathIdRegExpOne = exports.workSpacesDeleteParams = exports.workSpacesDeletePathIdRegExp = exports.workSpacesPostBody = exports.workSpacesPostBodyTemplateVersionIdRegExp = exports.workSpacesPostBodyModelConfigurationsItemModelIdRegExp = exports.workSpacesPostBodyIdRegExp = exports.workSpacesPostBodyDataSpacesItemRegExp = exports.workSpacesGetGetResponse = exports.workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentProviderIdRegExpOne = exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelDeploymentIdRegExpOne = exports.workSpacesGetGetResponseDataItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemWorkspacesInfoItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemParentWorkspaceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemVersionRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne = exports.workSpacesGetGetQueryParams = exports.workSpacesGetGetQuerySkipDefaultOne = exports.workSpacesGetGetQueryTakeDefaultOne = exports.workSpaceTemplatesGetResponse = exports.workSpaceTemplatesGetResponseDataItemPublisherIdRegExp = exports.workSpaceTemplatesGetResponseDataItemLatestVersionIdRegExp = exports.workSpaceTemplatesGetResponseDataItemIdRegExp = exports.workSpaceTemplatesGetQueryParams = exports.workSpaceTemplatesGetQuerySearchDefault = exports.workSpaceTemplatesGetQuerySkipDefault = exports.workSpaceTemplatesGetQueryTakeDefault = exports.virtualMachinesGetVirtualMachineSizeResponse = exports.virtualMachinesGetVirtualMachineSizeResponseItem = exports.virtualMachinesGetVirtualMachineSizeParams = exports.virtualMachinesGetVirtualMachineLocationsResponse = exports.virtualMachinesGetVirtualMachineLocationsResponseItem = exports.usersRemoveUserPermissionParams = exports.usersRemoveUserPermissionPathUserIdRegExp = exports.usersAddUserPermissionBody = exports.usersAddUserPermissionBodyItem = void 0;
|
|
18
|
+
exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp = exports.workSpacesPutModelConfigurationBody = exports.workSpacesPutModelConfigurationBodyModelIdRegExp = exports.workSpacesPutModelConfigurationParams = exports.workSpacesPutModelConfigurationPathIdRegExp = exports.workSpacesDeleteModelConfigurationParams = exports.workSpacesDeleteModelConfigurationPathIdRegExp = exports.workSpacesGetThreadsResponse = exports.workSpacesGetThreadsResponseDataItemWorkSpaceIdRegExp = exports.workSpacesGetThreadsResponseDataItemIdRegExp = exports.workSpacesGetThreadsQueryParams = exports.workSpacesGetThreadsQuerySkipDefault = exports.workSpacesGetThreadsQueryTakeDefault = exports.workSpacesGetThreadsParams = exports.workSpacesGetThreadsPathIdRegExp = exports.workSpacesSetFavoritedBody = exports.workSpacesSetFavoritedParams = exports.workSpacesSetFavoritedPathIdRegExp = exports.workSpacesPutBody = exports.workSpacesPutParams = exports.workSpacesPutPathIdRegExp = exports.workSpacesAddWorkspaceAdminParams = exports.workSpacesAddWorkspaceAdminPathUserIdRegExp = exports.workSpacesAddWorkspaceAdminPathIdRegExp = exports.workSpacesDeleteAdminParams = exports.workSpacesDeleteAdminPathUserIdRegExp = exports.workSpacesDeleteAdminPathIdRegExp = exports.workSpacesGetWorkspaceAdminsResponse = exports.workSpacesGetWorkspaceAdminsResponseItem = exports.workSpacesGetWorkspaceAdminsParams = exports.workSpacesGetWorkspaceAdminsPathIdRegExp = exports.workSpacesGetIdResponse = exports.workSpacesGetIdResponseSandBoxThreadIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentProviderIdRegExpOne = exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentIdRegExpOne = exports.workSpacesGetIdResponseIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemWorkspacesInfoItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemParentWorkspaceIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemVersionRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemFlowIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = void 0;
|
|
19
|
+
exports.connectorsDeleteConnectorPathIdRegExp = exports.connectorsGetConnectorSummariesResponse = exports.connectorsGetConnectorSummariesResponseItem = exports.connectorsGetConnectorSummariesResponseIdRegExp = exports.connectorsGetConnectorSummariesQueryParams = exports.connectorsCreateConnectorBody = exports.connectorsGetConnectorsResponse = exports.connectorsGetConnectorsResponseItem = exports.connectorsGetConnectorsResponseIdRegExp = exports.connectorsGetConnectorsQueryParams = exports.workSpacesSetActiveFlowLayoutBody = exports.workSpacesSetActiveFlowLayoutParams = exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp = exports.workSpacesSetActiveFlowBody = exports.workSpacesSetActiveFlowParams = exports.workSpacesSetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesGetActiveFlowResponse = exports.workSpacesGetActiveFlowParams = exports.workSpacesGetActiveFlowPathWorkspaceIdRegExp = exports.workSpacesDeleteWorkspaceFileParams = exports.workSpacesDeleteWorkspaceFilePathFileIdRegExp = exports.workSpacesDeleteWorkspaceFilePathWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponse = exports.workSpacesWorkspaceFilesResponseItem = exports.workSpacesWorkspaceFilesResponseFileWorkspaceIdRegExp = exports.workSpacesWorkspaceFilesResponseFileThreadIdRegExp = exports.workSpacesWorkspaceFilesResponseFileIdRegExp = exports.workSpacesWorkspaceFilesBody = exports.workSpacesWorkspaceFilesParams = exports.workSpacesWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponse = exports.workSpacesGetWorkspaceFilesResponseDataItemFileWorkspaceIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileThreadIdRegExp = exports.workSpacesGetWorkspaceFilesResponseDataItemFileIdRegExp = exports.workSpacesGetWorkspaceFilesQueryParams = exports.workSpacesGetWorkspaceFilesQuerySkipDefault = exports.workSpacesGetWorkspaceFilesQueryTakeDefault = exports.workSpacesGetWorkspaceFilesParams = exports.workSpacesGetWorkspaceFilesPathWorkspaceIdRegExp = exports.workSpacesAddDataSpaceParams = exports.workSpacesAddDataSpacePathDataspaceIdRegExp = exports.workSpacesAddDataSpacePathWorkspaceIdRegExp = exports.workSpacesRemoveDataSpaceParams = exports.workSpacesRemoveDataSpacePathDataspaceIdRegExp = exports.workSpacesRemoveDataSpacePathWorkspaceIdRegExp = exports.workSpacesAddConnectorParams = exports.workSpacesAddConnectorPathConnectorIdRegExp = exports.workSpacesAddConnectorPathWorkspaceIdRegExp = exports.workSpacesRemoveConnectorParams = exports.workSpacesRemoveConnectorPathConnectorIdRegExp = void 0;
|
|
20
|
+
exports.flowRunsGetWorkspaceRunsQueryTakeDefault = exports.flowRunsGetWorkspaceRunsQuerySkipDefault = exports.flowRunsGetWorkspaceRunsParams = exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp = exports.messageThreadsGetStepExecutionsResponse = exports.messageThreadsGetStepExecutionsResponseLogsItemOutputsItemIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemInputsItemIdRegExp = exports.messageThreadsGetStepExecutionsResponseLogsItemIdRegExp = exports.messageThreadsGetStepExecutionsQueryParams = exports.messageThreadsGetStepExecutionsQuerySearchDefault = exports.messageThreadsGetStepExecutionsQueryTakeDefault = exports.messageThreadsGetStepExecutionsQuerySkipDefault = exports.messageThreadsGetStepExecutionsParams = exports.messageThreadsGetStepExecutionsPathMessageThreadIdRegExp = exports.messageThreadsGetStepExecutionsPathWorkSpaceIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponse = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemOutputsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemValueIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemInputsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsResponseLogsItemIdRegExp = exports.messageThreadsGetWorkspaceExecutionsQueryParams = exports.messageThreadsGetWorkspaceExecutionsQuerySearchDefault = exports.messageThreadsGetWorkspaceExecutionsQueryTakeDefault = exports.messageThreadsGetWorkspaceExecutionsQuerySkipDefault = exports.messageThreadsGetWorkspaceExecutionsParams = exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp = exports.managedSecretsOverwriteManagedSecretValueResponse = exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp = exports.managedSecretsOverwriteManagedSecretValueBody = exports.managedSecretsOverwriteManagedSecretValueParams = exports.managedSecretsDeleteManagedSecretParams = exports.managedSecretsCreateManagedSecretBody = exports.managedSecretsGetManagedSecretsResponse = exports.managedSecretsGetManagedSecretsResponseItem = exports.managedSecretsGetManagedSecretsResponseIdRegExp = exports.documentsGetDocumentSasResponse = exports.documentsGetDocumentSasQueryParams = exports.documentsGetDocumentSasParams = exports.documentsGetDocumentSasPathDataSpaceIdRegExpOne = exports.connectorsUpdateConnectorResponse = exports.connectorsUpdateConnectorResponseIdRegExp = exports.connectorsUpdateConnectorBody = exports.connectorsUpdateConnectorParams = exports.connectorsUpdateConnectorPathIdRegExp = exports.connectorsGetConnectorResponse = exports.connectorsGetConnectorResponseIdRegExp = exports.connectorsGetConnectorParams = exports.connectorsGetConnectorPathIdRegExp = exports.connectorsDeleteConnectorParams = void 0;
|
|
21
|
+
exports.sandBoxAddValueToMessageBody = exports.sandBoxAddValueToMessageParams = exports.sandBoxAddValueToMessagePathIdRegExp = exports.sandBoxAddValueToMessagePathWorkspaceIdRegExp = exports.sandBoxStreamSandboxMessagesParams = exports.sandBoxStreamSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessagesResponse = exports.sandBoxThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxThreadMessagesResponseIdRegExp = exports.sandBoxThreadMessagesBody = exports.sandBoxThreadMessagesParams = exports.sandBoxThreadMessagesPathWorkspaceIdRegExp = exports.sandBoxGetThreadMessagesResponse = exports.sandBoxGetThreadMessagesResponseItem = exports.sandBoxGetThreadMessagesResponseValuesItemIdRegExp = exports.sandBoxGetThreadMessagesResponseMessageThreadIdRegExp = exports.sandBoxGetThreadMessagesResponseIdRegExp = exports.sandBoxGetThreadMessagesQueryParams = exports.sandBoxGetThreadMessagesQuerySkipDefault = exports.sandBoxGetThreadMessagesQueryTakeDefault = exports.sandBoxGetThreadMessagesParams = exports.sandBoxGetThreadMessagesPathWorkspaceIdRegExp = exports.sandBoxClearSandboxMessagesParams = exports.sandBoxClearSandboxMessagesPathWorkspaceIdRegExp = exports.sandBoxThreadMessageCreateByUsersProfileImagesResponse = exports.sandBoxThreadMessageCreateByUsersProfileImagesResponseItem = exports.sandBoxThreadMessageCreateByUsersProfileImagesParams = exports.sandBoxThreadMessageCreateByUsersProfileImagesPathWorkspaceIdRegExp = exports.sandBoxGetSandboxThreadResponse = exports.sandBoxGetSandboxThreadResponseWorkSpaceIdRegExp = exports.sandBoxGetSandboxThreadResponseIdRegExp = exports.sandBoxGetSandboxThreadParams = exports.sandBoxGetSandboxThreadPathWorkspaceIdRegExp = exports.flowRunsGetWorkspaceRunsResponse = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp = exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp = exports.flowRunsGetWorkspaceRunsQueryParams = void 0;
|
|
19
22
|
/**
|
|
20
23
|
* Generated by orval v7.13.2 🍺
|
|
21
24
|
* Do not edit manually.
|
|
@@ -56,54 +59,29 @@ exports.accessGetAccessesResponse = zod_1.default.object({
|
|
|
56
59
|
"total": zod_1.default.number()
|
|
57
60
|
});
|
|
58
61
|
/**
|
|
59
|
-
* @summary
|
|
62
|
+
* @summary Add a new access grant for a principal or group to a workspace.
|
|
60
63
|
*/
|
|
61
|
-
exports.accessAddAccessBodyIdRegExp = new RegExp('^[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}$');
|
|
62
|
-
exports.accessAddAccessBodyMessageIdRegExp = new RegExp('^[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}$');
|
|
63
|
-
exports.accessAddAccessBodyMessageThreadIdRegExp = new RegExp('^[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}$');
|
|
64
64
|
exports.accessAddAccessBodyWorkSpaceIdRegExp = new RegExp('^[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}$');
|
|
65
65
|
exports.accessAddAccessBody = zod_1.default.strictObject({
|
|
66
66
|
"accessType": zod_1.default.enum(['Principal', 'Group']),
|
|
67
|
-
"displayName": zod_1.default.string().nullish(),
|
|
68
|
-
"id": zod_1.default.string().regex(exports.accessAddAccessBodyIdRegExp).nullish(),
|
|
69
|
-
"messageId": zod_1.default.string().regex(exports.accessAddAccessBodyMessageIdRegExp).nullish(),
|
|
70
|
-
"messageThreadId": zod_1.default.string().regex(exports.accessAddAccessBodyMessageThreadIdRegExp).nullish(),
|
|
71
|
-
"objectId": zod_1.default.string(),
|
|
72
|
-
"principalType": zod_1.default.enum(['Unknown', 'User', 'ServicePrincipal', 'Internal']).optional(),
|
|
73
|
-
"userEmailAddress": zod_1.default.string().nullish(),
|
|
74
|
-
"workSpaceId": zod_1.default.string().regex(exports.accessAddAccessBodyWorkSpaceIdRegExp).nullish()
|
|
75
|
-
});
|
|
76
|
-
exports.accessAddAccessResponseIdRegExp = new RegExp('^[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}$');
|
|
77
|
-
exports.accessAddAccessResponseMessageIdRegExp = new RegExp('^[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}$');
|
|
78
|
-
exports.accessAddAccessResponseMessageThreadIdRegExp = new RegExp('^[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}$');
|
|
79
|
-
exports.accessAddAccessResponseWorkSpaceIdRegExp = new RegExp('^[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}$');
|
|
80
|
-
exports.accessAddAccessResponse = zod_1.default.object({
|
|
81
|
-
"accessType": zod_1.default.enum(['Principal', 'Group']),
|
|
82
|
-
"displayName": zod_1.default.string().nullish(),
|
|
83
|
-
"id": zod_1.default.string().regex(exports.accessAddAccessResponseIdRegExp).nullish(),
|
|
84
|
-
"messageId": zod_1.default.string().regex(exports.accessAddAccessResponseMessageIdRegExp).nullish(),
|
|
85
|
-
"messageThreadId": zod_1.default.string().regex(exports.accessAddAccessResponseMessageThreadIdRegExp).nullish(),
|
|
86
67
|
"objectId": zod_1.default.string(),
|
|
87
|
-
"
|
|
88
|
-
"userEmailAddress": zod_1.default.string().nullish(),
|
|
89
|
-
"workSpaceId": zod_1.default.string().regex(exports.accessAddAccessResponseWorkSpaceIdRegExp).nullish()
|
|
68
|
+
"workSpaceId": zod_1.default.string().regex(exports.accessAddAccessBodyWorkSpaceIdRegExp)
|
|
90
69
|
});
|
|
91
70
|
/**
|
|
92
|
-
* @summary List groups from Azure AD
|
|
71
|
+
* @summary List groups from Azure AD.
|
|
93
72
|
*/
|
|
94
73
|
exports.accessGetGroupsQuerySkipDefault = 0;
|
|
95
74
|
exports.accessGetGroupsQueryTakeDefault = 20;
|
|
96
75
|
exports.accessGetGroupsQueryParams = zod_1.default.strictObject({
|
|
97
|
-
"search": zod_1.default.string().optional()
|
|
98
|
-
"skip": zod_1.default.number().optional()
|
|
99
|
-
"take": zod_1.default.number().default(exports.accessGetGroupsQueryTakeDefault)
|
|
76
|
+
"search": zod_1.default.string().optional(),
|
|
77
|
+
"skip": zod_1.default.number().optional(),
|
|
78
|
+
"take": zod_1.default.number().default(exports.accessGetGroupsQueryTakeDefault)
|
|
100
79
|
});
|
|
101
80
|
exports.accessGetGroupsResponse = zod_1.default.object({
|
|
102
81
|
"data": zod_1.default.array(zod_1.default.object({
|
|
103
82
|
"displayName": zod_1.default.string(),
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"userId": zod_1.default.string()
|
|
83
|
+
"groupId": zod_1.default.string(),
|
|
84
|
+
"isAssigned": zod_1.default.boolean()
|
|
107
85
|
})),
|
|
108
86
|
"total": zod_1.default.number()
|
|
109
87
|
});
|
|
@@ -118,26 +96,28 @@ exports.accessGetAppRolesResponseItem = zod_1.default.object({
|
|
|
118
96
|
});
|
|
119
97
|
exports.accessGetAppRolesResponse = zod_1.default.array(exports.accessGetAppRolesResponseItem);
|
|
120
98
|
/**
|
|
121
|
-
* @summary List users assigned to a specific role in SmartSpace by providing the role's ID
|
|
99
|
+
* @summary List users assigned to a specific role in SmartSpace by providing the role's ID.
|
|
122
100
|
*/
|
|
123
101
|
exports.accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp = new RegExp('^[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}$');
|
|
124
102
|
exports.accessGetUsersInRoleRolesRoleIdUsersParams = zod_1.default.strictObject({
|
|
125
|
-
"roleId": zod_1.default.string().regex(exports.accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp)
|
|
103
|
+
"roleId": zod_1.default.string().regex(exports.accessGetUsersInRoleRolesRoleIdUsersPathRoleIdRegExp)
|
|
126
104
|
});
|
|
127
105
|
exports.accessGetUsersInRoleRolesRoleIdUsersQuerySkipDefault = 0;
|
|
128
106
|
exports.accessGetUsersInRoleRolesRoleIdUsersQueryTakeDefault = 20;
|
|
129
107
|
exports.accessGetUsersInRoleRolesRoleIdUsersQueryParams = zod_1.default.strictObject({
|
|
130
|
-
"skip": zod_1.default.number().optional()
|
|
131
|
-
"take": zod_1.default.number().default(exports.accessGetUsersInRoleRolesRoleIdUsersQueryTakeDefault)
|
|
132
|
-
"search": zod_1.default.string().optional()
|
|
108
|
+
"skip": zod_1.default.number().optional(),
|
|
109
|
+
"take": zod_1.default.number().default(exports.accessGetUsersInRoleRolesRoleIdUsersQueryTakeDefault),
|
|
110
|
+
"search": zod_1.default.string().optional()
|
|
133
111
|
});
|
|
134
|
-
exports.
|
|
135
|
-
"
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
112
|
+
exports.accessGetUsersInRoleRolesRoleIdUsersResponse = zod_1.default.object({
|
|
113
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
114
|
+
"displayName": zod_1.default.string(),
|
|
115
|
+
"emailAddress": zod_1.default.string().nullish(),
|
|
116
|
+
"isAssigned": zod_1.default.boolean(),
|
|
117
|
+
"userId": zod_1.default.string()
|
|
118
|
+
})),
|
|
119
|
+
"total": zod_1.default.number()
|
|
139
120
|
});
|
|
140
|
-
exports.accessGetUsersInRoleRolesRoleIdUsersResponse = zod_1.default.array(exports.accessGetUsersInRoleRolesRoleIdUsersResponseItem);
|
|
141
121
|
/**
|
|
142
122
|
* @summary Search Azure AD groups for access assignment.
|
|
143
123
|
*/
|
|
@@ -206,56 +186,58 @@ exports.accessGetUsersInRoleUsersQuerySkipDefault = 0;
|
|
|
206
186
|
exports.accessGetUsersInRoleUsersQueryTakeDefault = 20;
|
|
207
187
|
exports.accessGetUsersInRoleUsersQueryAssignedWorkspaceIdRegExp = new RegExp('^[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}$');
|
|
208
188
|
exports.accessGetUsersInRoleUsersQueryParams = zod_1.default.strictObject({
|
|
209
|
-
"roleName": zod_1.default.string().optional()
|
|
210
|
-
"skip": zod_1.default.number().optional()
|
|
211
|
-
"take": zod_1.default.number().default(exports.accessGetUsersInRoleUsersQueryTakeDefault)
|
|
212
|
-
"search": zod_1.default.string().optional()
|
|
213
|
-
"assignedWorkspaceId": zod_1.default.string().regex(exports.accessGetUsersInRoleUsersQueryAssignedWorkspaceIdRegExp).optional()
|
|
189
|
+
"roleName": zod_1.default.string().optional(),
|
|
190
|
+
"skip": zod_1.default.number().optional(),
|
|
191
|
+
"take": zod_1.default.number().default(exports.accessGetUsersInRoleUsersQueryTakeDefault),
|
|
192
|
+
"search": zod_1.default.string().optional(),
|
|
193
|
+
"assignedWorkspaceId": zod_1.default.string().regex(exports.accessGetUsersInRoleUsersQueryAssignedWorkspaceIdRegExp).optional()
|
|
214
194
|
});
|
|
215
|
-
exports.
|
|
216
|
-
"
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
195
|
+
exports.accessGetUsersInRoleUsersResponse = zod_1.default.object({
|
|
196
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
197
|
+
"displayName": zod_1.default.string(),
|
|
198
|
+
"emailAddress": zod_1.default.string().nullish(),
|
|
199
|
+
"isAssigned": zod_1.default.boolean(),
|
|
200
|
+
"userId": zod_1.default.string()
|
|
201
|
+
})),
|
|
202
|
+
"total": zod_1.default.number()
|
|
220
203
|
});
|
|
221
|
-
exports.accessGetUsersInRoleUsersResponse = zod_1.default.array(exports.accessGetUsersInRoleUsersResponseItem);
|
|
222
204
|
/**
|
|
223
|
-
* @summary Remove a specific access entity in SmartSpace by using its ID
|
|
205
|
+
* @summary Remove a specific access entity in SmartSpace by using its ID.
|
|
224
206
|
*/
|
|
225
207
|
exports.accessDeleteAccessPathIdRegExp = new RegExp('^[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}$');
|
|
226
208
|
exports.accessDeleteAccessParams = zod_1.default.strictObject({
|
|
227
|
-
"id": zod_1.default.string().regex(exports.accessDeleteAccessPathIdRegExp)
|
|
209
|
+
"id": zod_1.default.string().regex(exports.accessDeleteAccessPathIdRegExp)
|
|
228
210
|
});
|
|
229
211
|
/**
|
|
230
|
-
* @summary
|
|
212
|
+
* @summary Export workspace activity log as a CSV file.
|
|
231
213
|
*/
|
|
232
214
|
exports.activityExportLoggingsQueryWorkSpaceIdRegExp = new RegExp('^[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}$');
|
|
233
215
|
exports.activityExportLoggingsQueryParams = zod_1.default.strictObject({
|
|
234
|
-
"workSpaceId": zod_1.default.string().regex(exports.activityExportLoggingsQueryWorkSpaceIdRegExp).optional()
|
|
235
|
-
"fromOccurred": zod_1.default.iso.datetime({}).optional()
|
|
236
|
-
"toOccurred": zod_1.default.iso.datetime({}).optional()
|
|
237
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional()
|
|
216
|
+
"workSpaceId": zod_1.default.string().regex(exports.activityExportLoggingsQueryWorkSpaceIdRegExp).optional(),
|
|
217
|
+
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
218
|
+
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
219
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional()
|
|
238
220
|
});
|
|
239
221
|
exports.activityExportLoggingsResponse = zod_1.default.string();
|
|
240
222
|
/**
|
|
241
|
-
* @summary Retrieve
|
|
223
|
+
* @summary Retrieve workspace activity log entries with optional filtering and pagination.
|
|
242
224
|
*/
|
|
243
225
|
exports.activityGetLoggingQueryWorkSpaceIdRegExp = new RegExp('^[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}$');
|
|
244
226
|
exports.activityGetLoggingQueryTakeDefault = 25;
|
|
245
227
|
exports.activityGetLoggingQuerySkipDefault = 0;
|
|
246
228
|
exports.activityGetLoggingQueryParams = zod_1.default.strictObject({
|
|
247
|
-
"workSpaceId": zod_1.default.string().regex(exports.activityGetLoggingQueryWorkSpaceIdRegExp).optional()
|
|
248
|
-
"fromOccurred": zod_1.default.iso.datetime({}).optional()
|
|
249
|
-
"toOccurred": zod_1.default.iso.datetime({}).optional()
|
|
250
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional()
|
|
251
|
-
"take": zod_1.default.number().default(exports.activityGetLoggingQueryTakeDefault)
|
|
252
|
-
"skip": zod_1.default.number().optional()
|
|
229
|
+
"workSpaceId": zod_1.default.string().regex(exports.activityGetLoggingQueryWorkSpaceIdRegExp).optional(),
|
|
230
|
+
"fromOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
231
|
+
"toOccurred": zod_1.default.iso.datetime({}).optional(),
|
|
232
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
233
|
+
"take": zod_1.default.number().default(exports.activityGetLoggingQueryTakeDefault),
|
|
234
|
+
"skip": zod_1.default.number().optional()
|
|
253
235
|
});
|
|
254
236
|
exports.activityGetLoggingResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
255
237
|
exports.activityGetLoggingResponseDataItemWorkSpaceIdRegExp = new RegExp('^[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}$');
|
|
256
238
|
exports.activityGetLoggingResponse = zod_1.default.object({
|
|
257
239
|
"data": zod_1.default.array(zod_1.default.object({
|
|
258
|
-
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat']).optional(),
|
|
240
|
+
"activityType": zod_1.default.enum(['Created', 'Deleted', 'Updated', 'Read', 'Chat', 'Resolved']).optional(),
|
|
259
241
|
"durationMs": zod_1.default.number().nullish(),
|
|
260
242
|
"eventDescription": zod_1.default.string().nullish(),
|
|
261
243
|
"eventUserId": zod_1.default.string().nullish(),
|
|
@@ -312,6 +294,8 @@ exports.blockSetsGetBlockSetsQueryParams = zod_1.default.strictObject({
|
|
|
312
294
|
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
313
295
|
});
|
|
314
296
|
exports.blockSetsGetBlockSetsResponseIdRegExp = new RegExp('^[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}$');
|
|
297
|
+
exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp = new RegExp('^[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}$');
|
|
298
|
+
exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp = new RegExp('^[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}$');
|
|
315
299
|
exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
316
300
|
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
317
301
|
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
@@ -358,17 +342,50 @@ exports.blockSetsGetBlockSetsResponseItem = zod_1.default.object({
|
|
|
358
342
|
"connectionId": zod_1.default.string().nullish(),
|
|
359
343
|
"createdByUserId": zod_1.default.string().nullish(),
|
|
360
344
|
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseIdRegExp),
|
|
345
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
361
346
|
"name": zod_1.default.string().nullish(),
|
|
362
347
|
"sourceCodeUri": zod_1.default.string().nullish(),
|
|
363
|
-
"type": zod_1.default.enum(['Native', 'Custom', 'Debug'])
|
|
348
|
+
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
349
|
+
"usedInDataSets": zod_1.default.array(zod_1.default.object({
|
|
350
|
+
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInDataSetsItemIdRegExp),
|
|
351
|
+
"name": zod_1.default.string()
|
|
352
|
+
})),
|
|
353
|
+
"usedInWorkspaces": zod_1.default.array(zod_1.default.object({
|
|
354
|
+
"id": zod_1.default.string().regex(exports.blockSetsGetBlockSetsResponseUsedInWorkspacesItemIdRegExp),
|
|
355
|
+
"name": zod_1.default.string()
|
|
356
|
+
}))
|
|
364
357
|
});
|
|
365
358
|
exports.blockSetsGetBlockSetsResponse = zod_1.default.array(exports.blockSetsGetBlockSetsResponseItem);
|
|
359
|
+
/**
|
|
360
|
+
* @summary Get the saved Python source code for a deployed custom block set.
|
|
361
|
+
*/
|
|
362
|
+
exports.blockSetsGetDeployedBlockCodeParams = zod_1.default.strictObject({
|
|
363
|
+
"blockSetName": zod_1.default.string().describe('The name of the deployed block set.')
|
|
364
|
+
});
|
|
365
|
+
/**
|
|
366
|
+
* @summary Get the raw zip file for a deployed custom block set.
|
|
367
|
+
*/
|
|
368
|
+
exports.blockSetsGetDeployedBlockFilesParams = zod_1.default.strictObject({
|
|
369
|
+
"blockSetName": zod_1.default.string().describe('The name of the deployed block set.')
|
|
370
|
+
});
|
|
366
371
|
/**
|
|
367
372
|
* @summary Deletes an existing custom block set.
|
|
368
373
|
*/
|
|
369
374
|
exports.blockSetsDeleteBlockSetParams = zod_1.default.strictObject({
|
|
370
375
|
"name": zod_1.default.string().describe('The name of the block set to delete.')
|
|
371
376
|
});
|
|
377
|
+
/**
|
|
378
|
+
* @summary Rename a published custom block set (all versions). Set names are
|
|
379
|
+
organizational — flows bind to block (class) names, so renaming never
|
|
380
|
+
breaks a flow. Admin-only (the attribute must be method-level: the
|
|
381
|
+
Admin policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
382
|
+
*/
|
|
383
|
+
exports.blockSetsRenameBlockSetParams = zod_1.default.strictObject({
|
|
384
|
+
"name": zod_1.default.string()
|
|
385
|
+
});
|
|
386
|
+
exports.blockSetsRenameBlockSetBody = zod_1.default.strictObject({
|
|
387
|
+
"newName": zod_1.default.string()
|
|
388
|
+
});
|
|
372
389
|
/**
|
|
373
390
|
* @summary Adds a new custom block set.
|
|
374
391
|
*/
|
|
@@ -382,7 +399,8 @@ exports.blockSetsAddBlockSetBody = zod_1.default.strictObject({
|
|
|
382
399
|
* @summary Get a list of all block interfaces
|
|
383
400
|
*/
|
|
384
401
|
exports.blocksGetBlocksQueryParams = zod_1.default.strictObject({
|
|
385
|
-
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.')
|
|
402
|
+
"types": zod_1.default.array(zod_1.default.string()).optional().describe('A list of block types to filter by.'),
|
|
403
|
+
"onBehalfOfUserId": zod_1.default.string().optional().describe('Flow-run user for draft resolution (ADR-0002). Only honoured when the\r\ncaller is a service principal (ssaiKey); ignored for user tokens.')
|
|
386
404
|
});
|
|
387
405
|
exports.blocksGetBlocksResponseBlockSetIdRegExp = new RegExp('^[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}$');
|
|
388
406
|
exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -436,6 +454,32 @@ exports.blocksGetBlocksResponse = zod_1.default.record(zod_1.default.string(), z
|
|
|
436
454
|
"type": zod_1.default.enum(['Native', 'Custom', 'Debug']),
|
|
437
455
|
"version": zod_1.default.string()
|
|
438
456
|
})));
|
|
457
|
+
/**
|
|
458
|
+
* @summary List the SDK's built-in blocks (smartspace.* modules) for the
|
|
459
|
+
custom-blocks draft picker. App-native blocks (LLMs etc.) are
|
|
460
|
+
excluded upstream. Admin-only (method-level attribute — the Admin
|
|
461
|
+
policy handler ignores class-level `[AuthorizeAdmin]`).
|
|
462
|
+
*/
|
|
463
|
+
exports.blocksGetSdkBlocksResponseItem = zod_1.default.object({
|
|
464
|
+
"name": zod_1.default.string(),
|
|
465
|
+
"version": zod_1.default.string()
|
|
466
|
+
});
|
|
467
|
+
exports.blocksGetSdkBlocksResponse = zod_1.default.array(exports.blocksGetSdkBlocksResponseItem);
|
|
468
|
+
/**
|
|
469
|
+
* @summary Get the Python source of a native/SDK block — used by the custom-blocks
|
|
470
|
+
page as a starting scaffold when creating a draft. Admin-only (the
|
|
471
|
+
attribute must be method-level: the Admin policy handler ignores
|
|
472
|
+
class-level `[AuthorizeAdmin]`).
|
|
473
|
+
*/
|
|
474
|
+
exports.blocksGetBlockSourceParams = zod_1.default.strictObject({
|
|
475
|
+
"name": zod_1.default.string(),
|
|
476
|
+
"version": zod_1.default.string()
|
|
477
|
+
});
|
|
478
|
+
exports.blocksGetBlockSourceResponse = zod_1.default.object({
|
|
479
|
+
"code": zod_1.default.string(),
|
|
480
|
+
"name": zod_1.default.string(),
|
|
481
|
+
"version": zod_1.default.string()
|
|
482
|
+
});
|
|
439
483
|
/**
|
|
440
484
|
* @summary Manually trigger reingestion of a specific container item.
|
|
441
485
|
*/
|
|
@@ -465,6 +509,7 @@ exports.containersPostResponseWorkSpaceDataSpacesItemDataSetsItemVersionRegExp =
|
|
|
465
509
|
exports.containersPostResponseWorkSpaceDataSpacesItemIdRegExp = new RegExp('^[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}$');
|
|
466
510
|
exports.containersPostResponseWorkSpaceIdRegExp = new RegExp('^[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}$');
|
|
467
511
|
exports.containersPostResponseItem = zod_1.default.object({
|
|
512
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
468
513
|
"dataSet": zod_1.default.object({
|
|
469
514
|
"id": zod_1.default.string().regex(exports.containersPostResponseDataSetIdRegExp),
|
|
470
515
|
"name": zod_1.default.string(),
|
|
@@ -512,6 +557,7 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
512
557
|
})
|
|
513
558
|
})).nullish(),
|
|
514
559
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
560
|
+
"secret": zod_1.default.boolean(),
|
|
515
561
|
"value": zod_1.default.any().nullish()
|
|
516
562
|
})).nullish(),
|
|
517
563
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -532,6 +578,12 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
532
578
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
533
579
|
"dataSourceContainer": zod_1.default.object({
|
|
534
580
|
"dataSourceId": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
581
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
582
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
583
|
+
"operator": zod_1.default.string(),
|
|
584
|
+
"propertyName": zod_1.default.string(),
|
|
585
|
+
"value": zod_1.default.string()
|
|
586
|
+
})).nullish(),
|
|
535
587
|
"id": zod_1.default.string().regex(exports.containersPostResponseFlowTriggersItemDataSourceContainerIdRegExp),
|
|
536
588
|
"name": zod_1.default.string(),
|
|
537
589
|
"path": zod_1.default.string()
|
|
@@ -565,95 +617,25 @@ exports.containersPostResponseItem = zod_1.default.object({
|
|
|
565
617
|
}).optional()
|
|
566
618
|
});
|
|
567
619
|
exports.containersPostResponse = zod_1.default.array(exports.containersPostResponseItem);
|
|
568
|
-
exports.
|
|
569
|
-
exports.
|
|
570
|
-
exports.
|
|
571
|
-
"take": zod_1.default.number().default(exports.
|
|
620
|
+
exports.dataSetsGetQueryTakeDefault = 20;
|
|
621
|
+
exports.dataSetsGetQuerySkipDefault = 0;
|
|
622
|
+
exports.dataSetsGetQueryParams = zod_1.default.strictObject({
|
|
623
|
+
"take": zod_1.default.number().default(exports.dataSetsGetQueryTakeDefault),
|
|
572
624
|
"skip": zod_1.default.number().optional(),
|
|
573
625
|
"search": zod_1.default.string().optional()
|
|
574
626
|
});
|
|
575
|
-
exports.
|
|
576
|
-
exports.
|
|
577
|
-
exports.
|
|
578
|
-
exports.
|
|
579
|
-
exports.
|
|
580
|
-
exports.dataSetsGetGetResponseDataItemFlowTriggersItemFlowIdRegExp = new RegExp('^[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}$');
|
|
581
|
-
exports.dataSetsGetGetResponseDataItemFlowTriggersItemIdRegExp = new RegExp('^[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}$');
|
|
582
|
-
exports.dataSetsGetGetResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
583
|
-
exports.dataSetsGetGetResponseDataItemVersionRegExp = new RegExp('^[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}$');
|
|
584
|
-
exports.dataSetsGetGetResponse = zod_1.default.object({
|
|
627
|
+
exports.dataSetsGetResponseDataItemDataSpaceIdRegExp = new RegExp('^[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}$');
|
|
628
|
+
exports.dataSetsGetResponseDataItemFlowIdRegExp = new RegExp('^[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}$');
|
|
629
|
+
exports.dataSetsGetResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
630
|
+
exports.dataSetsGetResponseDataItemVersionRegExp = new RegExp('^[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}$');
|
|
631
|
+
exports.dataSetsGetResponse = zod_1.default.object({
|
|
585
632
|
"data": zod_1.default.array(zod_1.default.object({
|
|
586
633
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
587
634
|
"createdByUserId": zod_1.default.string(),
|
|
588
|
-
"dataSpaceId": zod_1.default.string().regex(exports.
|
|
635
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
589
636
|
"description": zod_1.default.string().nullish(),
|
|
590
|
-
"
|
|
591
|
-
|
|
592
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
593
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
594
|
-
"target": zod_1.default.object({
|
|
595
|
-
"pin": zod_1.default.string(),
|
|
596
|
-
"port": zod_1.default.string()
|
|
597
|
-
}),
|
|
598
|
-
"value": zod_1.default.any().nullish()
|
|
599
|
-
})).nullish(),
|
|
600
|
-
"description": zod_1.default.string().nullish(),
|
|
601
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
602
|
-
"pin": zod_1.default.string(),
|
|
603
|
-
"port": zod_1.default.string()
|
|
604
|
-
})).nullish(),
|
|
605
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
606
|
-
"pin": zod_1.default.string(),
|
|
607
|
-
"port": zod_1.default.string()
|
|
608
|
-
})).nullish(),
|
|
609
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
610
|
-
"name": zod_1.default.string(),
|
|
611
|
-
"version": zod_1.default.string()
|
|
612
|
-
})).nullish(),
|
|
613
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
614
|
-
"source": zod_1.default.object({
|
|
615
|
-
"node": zod_1.default.string(),
|
|
616
|
-
"pin": zod_1.default.string().nullish(),
|
|
617
|
-
"port": zod_1.default.string().nullish()
|
|
618
|
-
}),
|
|
619
|
-
"target": zod_1.default.object({
|
|
620
|
-
"node": zod_1.default.string(),
|
|
621
|
-
"pin": zod_1.default.string().nullish(),
|
|
622
|
-
"port": zod_1.default.string().nullish()
|
|
623
|
-
})
|
|
624
|
-
})).nullish(),
|
|
625
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
626
|
-
"value": zod_1.default.any().nullish()
|
|
627
|
-
})).nullish(),
|
|
628
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
629
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
630
|
-
})).nullish(),
|
|
631
|
-
"layout": zod_1.default.any().nullish(),
|
|
632
|
-
"name": zod_1.default.string().nullish(),
|
|
633
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
634
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
635
|
-
})).nullish(),
|
|
636
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
637
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
638
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
639
|
-
})).nullish()
|
|
640
|
-
}).optional(),
|
|
641
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowActiveFlowDefinitionIdRegExp),
|
|
642
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowIdRegExp),
|
|
643
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
644
|
-
"dataSourceContainer": zod_1.default.object({
|
|
645
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
646
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
647
|
-
"name": zod_1.default.string(),
|
|
648
|
-
"path": zod_1.default.string()
|
|
649
|
-
}),
|
|
650
|
-
"flowId": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemFlowIdRegExp),
|
|
651
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemFlowTriggersItemIdRegExp),
|
|
652
|
-
"inputName": zod_1.default.string(),
|
|
653
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
654
|
-
}))
|
|
655
|
-
}).optional(),
|
|
656
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetGetResponseDataItemIdRegExp),
|
|
637
|
+
"flowId": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemFlowIdRegExp).nullish(),
|
|
638
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemIdRegExp),
|
|
657
639
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
658
640
|
"modifiedByUserId": zod_1.default.string(),
|
|
659
641
|
"name": zod_1.default.string(),
|
|
@@ -662,7 +644,9 @@ exports.dataSetsGetGetResponse = zod_1.default.object({
|
|
|
662
644
|
"isVector": zod_1.default.boolean(),
|
|
663
645
|
"name": zod_1.default.string()
|
|
664
646
|
})),
|
|
665
|
-
"
|
|
647
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
648
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
649
|
+
"version": zod_1.default.string().regex(exports.dataSetsGetResponseDataItemVersionRegExp).nullish()
|
|
666
650
|
})),
|
|
667
651
|
"total": zod_1.default.number()
|
|
668
652
|
});
|
|
@@ -672,27 +656,36 @@ exports.dataSetsGetItemParams = zod_1.default.strictObject({
|
|
|
672
656
|
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetItemPathDataSetIdRegExp),
|
|
673
657
|
"id": zod_1.default.string().regex(exports.dataSetsGetItemPathIdRegExp)
|
|
674
658
|
});
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
exports.
|
|
679
|
-
exports.
|
|
680
|
-
|
|
659
|
+
exports.dataSetsGetItemResponseIdRegExp = new RegExp('^[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}$');
|
|
660
|
+
exports.dataSetsGetItemResponseMetadataContainerIdRegExp = new RegExp('^[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}$');
|
|
661
|
+
exports.dataSetsGetItemResponseMetadataContainerItemIdRegExp = new RegExp('^[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}$');
|
|
662
|
+
exports.dataSetsGetItemResponseMetadataDataSetIdRegExp = new RegExp('^[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}$');
|
|
663
|
+
exports.dataSetsGetItemResponseMetadataFlowRunIdRegExp = new RegExp('^[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}$');
|
|
664
|
+
exports.dataSetsGetItemResponse = zod_1.default.object({
|
|
665
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetItemResponseIdRegExp),
|
|
666
|
+
"indexText": zod_1.default.string(),
|
|
667
|
+
"metadata": zod_1.default.object({
|
|
668
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetItemResponseMetadataContainerIdRegExp).nullish(),
|
|
669
|
+
"containerItemId": zod_1.default.string().regex(exports.dataSetsGetItemResponseMetadataContainerItemIdRegExp).nullish(),
|
|
670
|
+
"containerItemPath": zod_1.default.string().nullish(),
|
|
671
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
672
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetItemResponseMetadataDataSetIdRegExp).nullish(),
|
|
673
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetItemResponseMetadataFlowRunIdRegExp).nullish(),
|
|
674
|
+
"indexed": zod_1.default.boolean(),
|
|
675
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish()
|
|
676
|
+
}),
|
|
677
|
+
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
678
|
+
});
|
|
679
|
+
exports.dataSetsDeletePathIdRegExp = new RegExp('^[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}$');
|
|
680
|
+
exports.dataSetsDeleteParams = zod_1.default.strictObject({
|
|
681
|
+
"id": zod_1.default.string().regex(exports.dataSetsDeletePathIdRegExp)
|
|
681
682
|
});
|
|
682
|
-
/**
|
|
683
|
-
* @summary Retrieve detailed information about a specific data set in SmartSpace by its ID
|
|
684
|
-
*/
|
|
685
683
|
exports.dataSetsGetByIdPathIdRegExp = new RegExp('^[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}$');
|
|
686
684
|
exports.dataSetsGetByIdParams = zod_1.default.strictObject({
|
|
687
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetByIdPathIdRegExp)
|
|
685
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetByIdPathIdRegExp)
|
|
688
686
|
});
|
|
689
687
|
exports.dataSetsGetByIdResponseDataSpaceIdRegExp = new RegExp('^[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}$');
|
|
690
|
-
exports.dataSetsGetByIdResponseFlowActiveFlowDefinitionIdRegExp = new RegExp('^[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}$');
|
|
691
688
|
exports.dataSetsGetByIdResponseFlowIdRegExp = new RegExp('^[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}$');
|
|
692
|
-
exports.dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp = new RegExp('^[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}$');
|
|
693
|
-
exports.dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerIdRegExp = new RegExp('^[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}$');
|
|
694
|
-
exports.dataSetsGetByIdResponseFlowTriggersItemFlowIdRegExp = new RegExp('^[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}$');
|
|
695
|
-
exports.dataSetsGetByIdResponseFlowTriggersItemIdRegExp = new RegExp('^[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}$');
|
|
696
689
|
exports.dataSetsGetByIdResponseIdRegExp = new RegExp('^[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}$');
|
|
697
690
|
exports.dataSetsGetByIdResponseVersionRegExp = new RegExp('^[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}$');
|
|
698
691
|
exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
@@ -700,72 +693,7 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
700
693
|
"createdByUserId": zod_1.default.string(),
|
|
701
694
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseDataSpaceIdRegExp).nullish(),
|
|
702
695
|
"description": zod_1.default.string().nullish(),
|
|
703
|
-
"
|
|
704
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
705
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
706
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
707
|
-
"target": zod_1.default.object({
|
|
708
|
-
"pin": zod_1.default.string(),
|
|
709
|
-
"port": zod_1.default.string()
|
|
710
|
-
}),
|
|
711
|
-
"value": zod_1.default.any().nullish()
|
|
712
|
-
})).nullish(),
|
|
713
|
-
"description": zod_1.default.string().nullish(),
|
|
714
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
715
|
-
"pin": zod_1.default.string(),
|
|
716
|
-
"port": zod_1.default.string()
|
|
717
|
-
})).nullish(),
|
|
718
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
719
|
-
"pin": zod_1.default.string(),
|
|
720
|
-
"port": zod_1.default.string()
|
|
721
|
-
})).nullish(),
|
|
722
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
723
|
-
"name": zod_1.default.string(),
|
|
724
|
-
"version": zod_1.default.string()
|
|
725
|
-
})).nullish(),
|
|
726
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
727
|
-
"source": zod_1.default.object({
|
|
728
|
-
"node": zod_1.default.string(),
|
|
729
|
-
"pin": zod_1.default.string().nullish(),
|
|
730
|
-
"port": zod_1.default.string().nullish()
|
|
731
|
-
}),
|
|
732
|
-
"target": zod_1.default.object({
|
|
733
|
-
"node": zod_1.default.string(),
|
|
734
|
-
"pin": zod_1.default.string().nullish(),
|
|
735
|
-
"port": zod_1.default.string().nullish()
|
|
736
|
-
})
|
|
737
|
-
})).nullish(),
|
|
738
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
739
|
-
"value": zod_1.default.any().nullish()
|
|
740
|
-
})).nullish(),
|
|
741
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
742
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
743
|
-
})).nullish(),
|
|
744
|
-
"layout": zod_1.default.any().nullish(),
|
|
745
|
-
"name": zod_1.default.string().nullish(),
|
|
746
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
747
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
748
|
-
})).nullish(),
|
|
749
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
750
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
751
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
752
|
-
})).nullish()
|
|
753
|
-
}).optional(),
|
|
754
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowActiveFlowDefinitionIdRegExp),
|
|
755
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowIdRegExp),
|
|
756
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
757
|
-
"dataSourceContainer": zod_1.default.object({
|
|
758
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
759
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowTriggersItemDataSourceContainerIdRegExp),
|
|
760
|
-
"name": zod_1.default.string(),
|
|
761
|
-
"path": zod_1.default.string()
|
|
762
|
-
}),
|
|
763
|
-
"flowId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowTriggersItemFlowIdRegExp),
|
|
764
|
-
"id": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowTriggersItemIdRegExp),
|
|
765
|
-
"inputName": zod_1.default.string(),
|
|
766
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
767
|
-
}))
|
|
768
|
-
}).optional(),
|
|
696
|
+
"flowId": zod_1.default.string().regex(exports.dataSetsGetByIdResponseFlowIdRegExp).nullish(),
|
|
769
697
|
"id": zod_1.default.string().regex(exports.dataSetsGetByIdResponseIdRegExp),
|
|
770
698
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
771
699
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -775,33 +703,64 @@ exports.dataSetsGetByIdResponse = zod_1.default.object({
|
|
|
775
703
|
"isVector": zod_1.default.boolean(),
|
|
776
704
|
"name": zod_1.default.string()
|
|
777
705
|
})),
|
|
706
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
707
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
778
708
|
"version": zod_1.default.string().regex(exports.dataSetsGetByIdResponseVersionRegExp).nullish()
|
|
779
709
|
});
|
|
780
710
|
/**
|
|
781
|
-
* @summary
|
|
711
|
+
* @summary Update an existing dataset (name, description, container bindings).
|
|
782
712
|
*/
|
|
783
|
-
exports.
|
|
713
|
+
exports.dataSetsPutParams = zod_1.default.strictObject({
|
|
784
714
|
"id": zod_1.default.string()
|
|
785
715
|
});
|
|
786
|
-
exports.
|
|
787
|
-
exports.
|
|
788
|
-
exports.
|
|
716
|
+
exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp = new RegExp('^[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}$');
|
|
717
|
+
exports.dataSetsPutBodyIdRegExp = new RegExp('^[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}$');
|
|
718
|
+
exports.dataSetsPutBody = zod_1.default.strictObject({
|
|
789
719
|
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
790
|
-
"dataSourceId": zod_1.default.string().regex(exports.
|
|
720
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSetsPutBodyContainerInfoItemDataSourceIdRegExp),
|
|
721
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
722
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
723
|
+
"operator": zod_1.default.string(),
|
|
724
|
+
"propertyName": zod_1.default.string(),
|
|
725
|
+
"value": zod_1.default.string()
|
|
726
|
+
})).nullish(),
|
|
791
727
|
"path": zod_1.default.string()
|
|
792
|
-
})),
|
|
728
|
+
})).nullish(),
|
|
793
729
|
"description": zod_1.default.string().nullish(),
|
|
794
|
-
"id": zod_1.default.string().regex(exports.
|
|
795
|
-
"name": zod_1.default.string()
|
|
730
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutBodyIdRegExp),
|
|
731
|
+
"name": zod_1.default.string().nullish()
|
|
732
|
+
});
|
|
733
|
+
exports.dataSetsPutResponseDataSpaceIdRegExp = new RegExp('^[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}$');
|
|
734
|
+
exports.dataSetsPutResponseFlowIdRegExp = new RegExp('^[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}$');
|
|
735
|
+
exports.dataSetsPutResponseIdRegExp = new RegExp('^[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}$');
|
|
736
|
+
exports.dataSetsPutResponseVersionRegExp = new RegExp('^[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}$');
|
|
737
|
+
exports.dataSetsPutResponse = zod_1.default.object({
|
|
738
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
739
|
+
"createdByUserId": zod_1.default.string(),
|
|
740
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsPutResponseDataSpaceIdRegExp).nullish(),
|
|
741
|
+
"description": zod_1.default.string().nullish(),
|
|
742
|
+
"flowId": zod_1.default.string().regex(exports.dataSetsPutResponseFlowIdRegExp).nullish(),
|
|
743
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutResponseIdRegExp),
|
|
744
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
745
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
746
|
+
"name": zod_1.default.string(),
|
|
747
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
748
|
+
"description": zod_1.default.string().nullish(),
|
|
749
|
+
"isVector": zod_1.default.boolean(),
|
|
750
|
+
"name": zod_1.default.string()
|
|
751
|
+
})),
|
|
752
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
753
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
754
|
+
"version": zod_1.default.string().regex(exports.dataSetsPutResponseVersionRegExp).nullish()
|
|
796
755
|
});
|
|
797
756
|
/**
|
|
798
|
-
* @summary
|
|
757
|
+
* @summary Update just the basic-info fields (name + description) on a dataset.
|
|
799
758
|
*/
|
|
800
|
-
exports.
|
|
801
|
-
exports.
|
|
802
|
-
"id": zod_1.default.string().regex(exports.
|
|
759
|
+
exports.dataSetsPutBasicInfoPathIdRegExp = new RegExp('^[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}$');
|
|
760
|
+
exports.dataSetsPutBasicInfoParams = zod_1.default.strictObject({
|
|
761
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutBasicInfoPathIdRegExp)
|
|
803
762
|
});
|
|
804
|
-
exports.
|
|
763
|
+
exports.dataSetsPutBasicInfoBody = zod_1.default.strictObject({
|
|
805
764
|
"description": zod_1.default.string().nullish(),
|
|
806
765
|
"name": zod_1.default.string()
|
|
807
766
|
});
|
|
@@ -820,8 +779,33 @@ exports.dataSetsGetContainerItemsRunHistoryQueryParams = zod_1.default.strictObj
|
|
|
820
779
|
"take": zod_1.default.number().default(exports.dataSetsGetContainerItemsRunHistoryQueryTakeDefault),
|
|
821
780
|
"search": zod_1.default.string().optional()
|
|
822
781
|
});
|
|
782
|
+
exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp = new RegExp('^[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}$');
|
|
783
|
+
exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp = new RegExp('^[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}$');
|
|
784
|
+
exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
785
|
+
exports.dataSetsGetContainerItemsRunHistoryResponse = zod_1.default.object({
|
|
786
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
787
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemContainerIdRegExp),
|
|
788
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
789
|
+
"flowRuns": zod_1.default.array(zod_1.default.object({
|
|
790
|
+
"errors": zod_1.default.array(zod_1.default.object({
|
|
791
|
+
"blockId": zod_1.default.string().nullish(),
|
|
792
|
+
"code": zod_1.default.number().nullish(),
|
|
793
|
+
"message": zod_1.default.string()
|
|
794
|
+
})),
|
|
795
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
796
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemFlowRunsItemFlowRunIdRegExp),
|
|
797
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
798
|
+
"status": zod_1.default.string()
|
|
799
|
+
})),
|
|
800
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetContainerItemsRunHistoryResponseDataItemIdRegExp),
|
|
801
|
+
"name": zod_1.default.string(),
|
|
802
|
+
"path": zod_1.default.string(),
|
|
803
|
+
"status": zod_1.default.string()
|
|
804
|
+
})),
|
|
805
|
+
"total": zod_1.default.number()
|
|
806
|
+
});
|
|
823
807
|
/**
|
|
824
|
-
* @summary
|
|
808
|
+
* @summary Move a dataset to a different dataspace.
|
|
825
809
|
*/
|
|
826
810
|
exports.dataSetsSetDataspacePathIdRegExp = new RegExp('^[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}$');
|
|
827
811
|
exports.dataSetsSetDataspaceParams = zod_1.default.strictObject({
|
|
@@ -829,19 +813,79 @@ exports.dataSetsSetDataspaceParams = zod_1.default.strictObject({
|
|
|
829
813
|
});
|
|
830
814
|
exports.dataSetsSetDataspaceBodyRegExp = new RegExp('^[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}$');
|
|
831
815
|
exports.dataSetsSetDataspaceBody = zod_1.default.string().regex(exports.dataSetsSetDataspaceBodyRegExp);
|
|
816
|
+
exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp = new RegExp('^[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}$');
|
|
817
|
+
exports.dataSetsSetDataspaceResponseFlowIdRegExp = new RegExp('^[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}$');
|
|
818
|
+
exports.dataSetsSetDataspaceResponseIdRegExp = new RegExp('^[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}$');
|
|
819
|
+
exports.dataSetsSetDataspaceResponseVersionRegExp = new RegExp('^[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}$');
|
|
820
|
+
exports.dataSetsSetDataspaceResponse = zod_1.default.object({
|
|
821
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
822
|
+
"createdByUserId": zod_1.default.string(),
|
|
823
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseDataSpaceIdRegExp).nullish(),
|
|
824
|
+
"description": zod_1.default.string().nullish(),
|
|
825
|
+
"flowId": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseFlowIdRegExp).nullish(),
|
|
826
|
+
"id": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseIdRegExp),
|
|
827
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
828
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
829
|
+
"name": zod_1.default.string(),
|
|
830
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
831
|
+
"description": zod_1.default.string().nullish(),
|
|
832
|
+
"isVector": zod_1.default.boolean(),
|
|
833
|
+
"name": zod_1.default.string()
|
|
834
|
+
})),
|
|
835
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
836
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
837
|
+
"version": zod_1.default.string().regex(exports.dataSetsSetDataspaceResponseVersionRegExp).nullish()
|
|
838
|
+
});
|
|
832
839
|
exports.dataSetsExportPathIdRegExp = new RegExp('^[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}$');
|
|
833
840
|
exports.dataSetsExportParams = zod_1.default.strictObject({
|
|
834
841
|
"id": zod_1.default.string().regex(exports.dataSetsExportPathIdRegExp)
|
|
835
842
|
});
|
|
836
|
-
exports.
|
|
837
|
-
exports.
|
|
838
|
-
|
|
843
|
+
exports.dataSetsExportResponseIdRegExp = new RegExp('^[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}$');
|
|
844
|
+
exports.dataSetsExportResponseThreadIdRegExp = new RegExp('^[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}$');
|
|
845
|
+
exports.dataSetsExportResponseWorkspaceIdRegExp = new RegExp('^[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}$');
|
|
846
|
+
exports.dataSetsExportResponse = zod_1.default.object({
|
|
847
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
848
|
+
"createdByUserId": zod_1.default.string(),
|
|
849
|
+
"id": zod_1.default.string().regex(exports.dataSetsExportResponseIdRegExp),
|
|
850
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
851
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
852
|
+
"name": zod_1.default.string(),
|
|
853
|
+
"size": zod_1.default.number(),
|
|
854
|
+
"threadId": zod_1.default.string().regex(exports.dataSetsExportResponseThreadIdRegExp).nullish(),
|
|
855
|
+
"workspaceId": zod_1.default.string().regex(exports.dataSetsExportResponseWorkspaceIdRegExp).nullish()
|
|
856
|
+
});
|
|
857
|
+
exports.dataSetsGetItemsPathIdRegExp = new RegExp('^[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}$');
|
|
858
|
+
exports.dataSetsGetItemsParams = zod_1.default.strictObject({
|
|
859
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetItemsPathIdRegExp)
|
|
839
860
|
});
|
|
840
|
-
exports.
|
|
841
|
-
exports.
|
|
842
|
-
exports.
|
|
861
|
+
exports.dataSetsGetItemsQuerySkipDefault = 0;
|
|
862
|
+
exports.dataSetsGetItemsQueryTakeDefault = 20;
|
|
863
|
+
exports.dataSetsGetItemsQueryParams = zod_1.default.strictObject({
|
|
843
864
|
"skip": zod_1.default.number().optional(),
|
|
844
|
-
"take": zod_1.default.number().default(exports.
|
|
865
|
+
"take": zod_1.default.number().default(exports.dataSetsGetItemsQueryTakeDefault)
|
|
866
|
+
});
|
|
867
|
+
exports.dataSetsGetItemsResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
868
|
+
exports.dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp = new RegExp('^[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}$');
|
|
869
|
+
exports.dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp = new RegExp('^[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}$');
|
|
870
|
+
exports.dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp = new RegExp('^[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}$');
|
|
871
|
+
exports.dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp = new RegExp('^[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}$');
|
|
872
|
+
exports.dataSetsGetItemsResponse = zod_1.default.object({
|
|
873
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
874
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetItemsResponseDataItemIdRegExp),
|
|
875
|
+
"indexText": zod_1.default.string(),
|
|
876
|
+
"metadata": zod_1.default.object({
|
|
877
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetItemsResponseDataItemMetadataContainerIdRegExp).nullish(),
|
|
878
|
+
"containerItemId": zod_1.default.string().regex(exports.dataSetsGetItemsResponseDataItemMetadataContainerItemIdRegExp).nullish(),
|
|
879
|
+
"containerItemPath": zod_1.default.string().nullish(),
|
|
880
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
881
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetItemsResponseDataItemMetadataDataSetIdRegExp).nullish(),
|
|
882
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetItemsResponseDataItemMetadataFlowRunIdRegExp).nullish(),
|
|
883
|
+
"indexed": zod_1.default.boolean(),
|
|
884
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish()
|
|
885
|
+
}),
|
|
886
|
+
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
887
|
+
})),
|
|
888
|
+
"total": zod_1.default.number()
|
|
845
889
|
});
|
|
846
890
|
exports.dataSetsAddItemPathIdRegExp = new RegExp('^[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}$');
|
|
847
891
|
exports.dataSetsAddItemParams = zod_1.default.strictObject({
|
|
@@ -862,22 +906,50 @@ exports.dataSetsSearchItemsBody = zod_1.default.strictObject({
|
|
|
862
906
|
"skip": zod_1.default.number().nullish(),
|
|
863
907
|
"take": zod_1.default.number().nullish()
|
|
864
908
|
});
|
|
865
|
-
exports.
|
|
866
|
-
exports.
|
|
867
|
-
exports.
|
|
868
|
-
|
|
869
|
-
|
|
909
|
+
exports.dataSetsSearchItemsResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
910
|
+
exports.dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp = new RegExp('^[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}$');
|
|
911
|
+
exports.dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp = new RegExp('^[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}$');
|
|
912
|
+
exports.dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp = new RegExp('^[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}$');
|
|
913
|
+
exports.dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp = new RegExp('^[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}$');
|
|
914
|
+
exports.dataSetsSearchItemsResponse = zod_1.default.object({
|
|
915
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
916
|
+
"id": zod_1.default.string().regex(exports.dataSetsSearchItemsResponseDataItemIdRegExp),
|
|
917
|
+
"indexText": zod_1.default.string(),
|
|
918
|
+
"metadata": zod_1.default.object({
|
|
919
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsSearchItemsResponseDataItemMetadataContainerIdRegExp).nullish(),
|
|
920
|
+
"containerItemId": zod_1.default.string().regex(exports.dataSetsSearchItemsResponseDataItemMetadataContainerItemIdRegExp).nullish(),
|
|
921
|
+
"containerItemPath": zod_1.default.string().nullish(),
|
|
922
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
923
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsSearchItemsResponseDataItemMetadataDataSetIdRegExp).nullish(),
|
|
924
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsSearchItemsResponseDataItemMetadataFlowRunIdRegExp).nullish(),
|
|
925
|
+
"indexed": zod_1.default.boolean(),
|
|
926
|
+
"modifiedAt": zod_1.default.iso.datetime({}).nullish()
|
|
927
|
+
}),
|
|
928
|
+
"properties": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
929
|
+
})),
|
|
930
|
+
"total": zod_1.default.number()
|
|
931
|
+
});
|
|
932
|
+
exports.dataSetsDeleteItemPathIdRegExp = new RegExp('^[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}$');
|
|
933
|
+
exports.dataSetsDeleteItemPathItemIdRegExp = new RegExp('^[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}$');
|
|
934
|
+
exports.dataSetsDeleteItemParams = zod_1.default.strictObject({
|
|
935
|
+
"id": zod_1.default.string().regex(exports.dataSetsDeleteItemPathIdRegExp),
|
|
936
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsDeleteItemPathItemIdRegExp)
|
|
870
937
|
});
|
|
871
938
|
/**
|
|
872
|
-
*
|
|
939
|
+
* The `isVector` field is deprecated: the platform no longer uses it,
|
|
940
|
+
and it has no effect on ingestion or querying. It remains available as an
|
|
941
|
+
optional field for backward compatibility with existing integrations —
|
|
942
|
+
new integrations should omit it. When omitted, the stored value is
|
|
943
|
+
preserved on update and defaults to `false` on create.
|
|
944
|
+
* @summary Upsert a single property on a dataset.
|
|
873
945
|
*/
|
|
874
946
|
exports.dataSetsAddDataSetPropertyPathIdRegExp = new RegExp('^[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}$');
|
|
875
947
|
exports.dataSetsAddDataSetPropertyParams = zod_1.default.strictObject({
|
|
876
|
-
"id": zod_1.default.string().regex(exports.dataSetsAddDataSetPropertyPathIdRegExp)
|
|
948
|
+
"id": zod_1.default.string().regex(exports.dataSetsAddDataSetPropertyPathIdRegExp)
|
|
877
949
|
});
|
|
878
950
|
exports.dataSetsAddDataSetPropertyBody = zod_1.default.strictObject({
|
|
879
951
|
"description": zod_1.default.string().nullish(),
|
|
880
|
-
"isVector": zod_1.default.boolean(),
|
|
952
|
+
"isVector": zod_1.default.boolean().nullish().describe('Unused — the platform no longer reads this field and it has no effect on ingestion or querying. It is retained as an optional property purely for backward compatibility; omit it in new integrations. When omitted, the stored value is preserved on update and it defaults to false on create.'),
|
|
881
953
|
"name": zod_1.default.string()
|
|
882
954
|
});
|
|
883
955
|
exports.dataSetsAddDataSetPropertyResponse = zod_1.default.object({
|
|
@@ -890,6 +962,71 @@ exports.dataSetsDeleteDataSetPropertyParams = zod_1.default.strictObject({
|
|
|
890
962
|
"id": zod_1.default.string().regex(exports.dataSetsDeleteDataSetPropertyPathIdRegExp),
|
|
891
963
|
"name": zod_1.default.string()
|
|
892
964
|
});
|
|
965
|
+
/**
|
|
966
|
+
* @summary Run-centric ingestion history for the dataset (newest first), from the
|
|
967
|
+
AI API's provenance-stamped run store. `trigger` filters by cause
|
|
968
|
+
(sync / sweep / manual / reset / unknown); `itemId` narrows to one
|
|
969
|
+
container item, including runs superseded by later re-ingests.
|
|
970
|
+
*/
|
|
971
|
+
exports.dataSetsGetIngestionRunsPathIdRegExp = new RegExp('^[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}$');
|
|
972
|
+
exports.dataSetsGetIngestionRunsParams = zod_1.default.strictObject({
|
|
973
|
+
"id": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsPathIdRegExp)
|
|
974
|
+
});
|
|
975
|
+
exports.dataSetsGetIngestionRunsQuerySkipDefault = 0;
|
|
976
|
+
exports.dataSetsGetIngestionRunsQueryTakeDefault = 50;
|
|
977
|
+
exports.dataSetsGetIngestionRunsQueryItemIdRegExp = new RegExp('^[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}$');
|
|
978
|
+
exports.dataSetsGetIngestionRunsQueryParams = zod_1.default.strictObject({
|
|
979
|
+
"skip": zod_1.default.number().optional(),
|
|
980
|
+
"take": zod_1.default.number().default(exports.dataSetsGetIngestionRunsQueryTakeDefault),
|
|
981
|
+
"trigger": zod_1.default.string().optional(),
|
|
982
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsQueryItemIdRegExp).optional()
|
|
983
|
+
});
|
|
984
|
+
exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp = new RegExp('^[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}$');
|
|
985
|
+
exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp = new RegExp('^[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}$');
|
|
986
|
+
exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp = new RegExp('^[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}$');
|
|
987
|
+
exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp = new RegExp('^[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}$');
|
|
988
|
+
exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp = new RegExp('^[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}$');
|
|
989
|
+
exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp = new RegExp('^[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}$');
|
|
990
|
+
exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp = new RegExp('^[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}$');
|
|
991
|
+
exports.dataSetsGetIngestionRunsResponse = zod_1.default.object({
|
|
992
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
993
|
+
"causedBy": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemCausedByRegExp).nullish(),
|
|
994
|
+
"containerId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemContainerIdRegExp).nullish(),
|
|
995
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
996
|
+
"dataSetId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetIdRegExp).nullish(),
|
|
997
|
+
"dataSetVersion": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemDataSetVersionRegExp).nullish(),
|
|
998
|
+
"errors": zod_1.default.array(zod_1.default.object({
|
|
999
|
+
"blockId": zod_1.default.string().nullish(),
|
|
1000
|
+
"code": zod_1.default.number().nullish(),
|
|
1001
|
+
"message": zod_1.default.string()
|
|
1002
|
+
})),
|
|
1003
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1004
|
+
"flowRunId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemFlowRunIdRegExp),
|
|
1005
|
+
"itemId": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemItemIdRegExp).nullish(),
|
|
1006
|
+
"itemName": zod_1.default.string().nullish(),
|
|
1007
|
+
"itemPath": zod_1.default.string().nullish(),
|
|
1008
|
+
"itemVersion": zod_1.default.iso.datetime({}).nullish(),
|
|
1009
|
+
"retryOf": zod_1.default.string().regex(exports.dataSetsGetIngestionRunsResponseDataItemRetryOfRegExp).nullish(),
|
|
1010
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
1011
|
+
"status": zod_1.default.string(),
|
|
1012
|
+
"trigger": zod_1.default.object({
|
|
1013
|
+
"kind": zod_1.default.string(),
|
|
1014
|
+
"principal": zod_1.default.string().nullish()
|
|
1015
|
+
})
|
|
1016
|
+
})),
|
|
1017
|
+
"total": zod_1.default.number()
|
|
1018
|
+
});
|
|
1019
|
+
/**
|
|
1020
|
+
* @summary Set the per-document scoping config (mode + subject path) on a dataset.
|
|
1021
|
+
*/
|
|
1022
|
+
exports.dataSetsPutScopingPathIdRegExp = new RegExp('^[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}$');
|
|
1023
|
+
exports.dataSetsPutScopingParams = zod_1.default.strictObject({
|
|
1024
|
+
"id": zod_1.default.string().regex(exports.dataSetsPutScopingPathIdRegExp)
|
|
1025
|
+
});
|
|
1026
|
+
exports.dataSetsPutScopingBody = zod_1.default.strictObject({
|
|
1027
|
+
"mode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1028
|
+
"subjectPath": zod_1.default.string().nullish()
|
|
1029
|
+
});
|
|
893
1030
|
/**
|
|
894
1031
|
* @summary Fetch a list of all available data source types in SmartSpace.
|
|
895
1032
|
*/
|
|
@@ -916,6 +1053,12 @@ exports.dataSourceTypesGetAvailableContainersBody = zod_1.default.strictObject({
|
|
|
916
1053
|
});
|
|
917
1054
|
exports.dataSourceTypesGetAvailableContainersResponseItem = zod_1.default.object({
|
|
918
1055
|
"children": zod_1.default.array(zod_1.default.any()).nullish(),
|
|
1056
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1057
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1058
|
+
"operator": zod_1.default.string(),
|
|
1059
|
+
"propertyName": zod_1.default.string(),
|
|
1060
|
+
"value": zod_1.default.string()
|
|
1061
|
+
})).nullish(),
|
|
919
1062
|
"name": zod_1.default.string(),
|
|
920
1063
|
"path": zod_1.default.string(),
|
|
921
1064
|
"properties": zod_1.default.array(zod_1.default.object({
|
|
@@ -938,14 +1081,16 @@ exports.dataSourceTypesTestConnectionResponse = zod_1.default.object({
|
|
|
938
1081
|
"statusCode": zod_1.default.number().nullish()
|
|
939
1082
|
});
|
|
940
1083
|
/**
|
|
941
|
-
* @summary
|
|
1084
|
+
* @summary Retrieves a collection of data sources.
|
|
942
1085
|
*/
|
|
943
1086
|
exports.dataSourcesGetQueryTakeDefault = 20;
|
|
944
1087
|
exports.dataSourcesGetQuerySkipDefault = 0;
|
|
945
1088
|
exports.dataSourcesGetQueryParams = zod_1.default.strictObject({
|
|
946
|
-
"take": zod_1.default.number().default(exports.dataSourcesGetQueryTakeDefault)
|
|
947
|
-
"skip": zod_1.default.number().optional()
|
|
948
|
-
"search": zod_1.default.string().optional()
|
|
1089
|
+
"take": zod_1.default.number().default(exports.dataSourcesGetQueryTakeDefault),
|
|
1090
|
+
"skip": zod_1.default.number().optional(),
|
|
1091
|
+
"search": zod_1.default.string().optional(),
|
|
1092
|
+
"sortBy": zod_1.default.string().optional(),
|
|
1093
|
+
"sortDirection": zod_1.default.string().optional()
|
|
949
1094
|
});
|
|
950
1095
|
exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp = new RegExp('^[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}$');
|
|
951
1096
|
exports.dataSourcesGetResponseDataItemContainersItemIdRegExp = new RegExp('^[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}$');
|
|
@@ -954,6 +1099,12 @@ exports.dataSourcesGetResponse = zod_1.default.object({
|
|
|
954
1099
|
"data": zod_1.default.array(zod_1.default.object({
|
|
955
1100
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
956
1101
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemDataSourceIdRegExp),
|
|
1102
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1103
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1104
|
+
"operator": zod_1.default.string(),
|
|
1105
|
+
"propertyName": zod_1.default.string(),
|
|
1106
|
+
"value": zod_1.default.string()
|
|
1107
|
+
})).nullish(),
|
|
957
1108
|
"id": zod_1.default.string().regex(exports.dataSourcesGetResponseDataItemContainersItemIdRegExp),
|
|
958
1109
|
"name": zod_1.default.string(),
|
|
959
1110
|
"path": zod_1.default.string()
|
|
@@ -985,6 +1136,12 @@ exports.dataSourcesPostResponseIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F
|
|
|
985
1136
|
exports.dataSourcesPostResponse = zod_1.default.object({
|
|
986
1137
|
"containers": zod_1.default.array(zod_1.default.object({
|
|
987
1138
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemDataSourceIdRegExp),
|
|
1139
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1140
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1141
|
+
"operator": zod_1.default.string(),
|
|
1142
|
+
"propertyName": zod_1.default.string(),
|
|
1143
|
+
"value": zod_1.default.string()
|
|
1144
|
+
})).nullish(),
|
|
988
1145
|
"id": zod_1.default.string().regex(exports.dataSourcesPostResponseContainersItemIdRegExp),
|
|
989
1146
|
"name": zod_1.default.string(),
|
|
990
1147
|
"path": zod_1.default.string()
|
|
@@ -1031,23 +1188,70 @@ exports.dataSourcesContainersResponseDataSourceIdRegExp = new RegExp('^[0-9a-fA-
|
|
|
1031
1188
|
exports.dataSourcesContainersResponseIdRegExp = new RegExp('^[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}$');
|
|
1032
1189
|
exports.dataSourcesContainersResponseItem = zod_1.default.object({
|
|
1033
1190
|
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainersResponseDataSourceIdRegExp),
|
|
1191
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1192
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
1193
|
+
"operator": zod_1.default.string(),
|
|
1194
|
+
"propertyName": zod_1.default.string(),
|
|
1195
|
+
"value": zod_1.default.string()
|
|
1196
|
+
})).nullish(),
|
|
1034
1197
|
"id": zod_1.default.string().regex(exports.dataSourcesContainersResponseIdRegExp),
|
|
1035
1198
|
"name": zod_1.default.string(),
|
|
1036
1199
|
"path": zod_1.default.string()
|
|
1037
1200
|
});
|
|
1038
1201
|
exports.dataSourcesContainersResponse = zod_1.default.array(exports.dataSourcesContainersResponseItem);
|
|
1039
1202
|
/**
|
|
1040
|
-
* @summary
|
|
1203
|
+
* @summary Runs a preview search against the data source using the supplied filters and returns
|
|
1204
|
+
a total record count without persisting any state.
|
|
1041
1205
|
*/
|
|
1042
|
-
exports.
|
|
1043
|
-
exports.
|
|
1044
|
-
"dataSourceId": zod_1.default.string().regex(exports.
|
|
1206
|
+
exports.dataSourcesPreviewContainerPathDataSourceIdRegExp = new RegExp('^[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}$');
|
|
1207
|
+
exports.dataSourcesPreviewContainerParams = zod_1.default.strictObject({
|
|
1208
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesPreviewContainerPathDataSourceIdRegExp)
|
|
1045
1209
|
});
|
|
1046
|
-
exports.
|
|
1047
|
-
"
|
|
1210
|
+
exports.dataSourcesPreviewContainerBody = zod_1.default.strictObject({
|
|
1211
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1212
|
+
"operator": zod_1.default.string(),
|
|
1213
|
+
"propertyName": zod_1.default.string(),
|
|
1214
|
+
"value": zod_1.default.string()
|
|
1215
|
+
})).nullish(),
|
|
1216
|
+
"path": zod_1.default.string()
|
|
1048
1217
|
});
|
|
1049
|
-
exports.
|
|
1050
|
-
|
|
1218
|
+
exports.dataSourcesPreviewContainerResponse = zod_1.default.object({
|
|
1219
|
+
"samples": zod_1.default.array(zod_1.default.record(zod_1.default.string(), zod_1.default.any())),
|
|
1220
|
+
"total": zod_1.default.number()
|
|
1221
|
+
});
|
|
1222
|
+
/**
|
|
1223
|
+
* @summary Returns a JSON Schema object for the container's properties, used to drive the filter editor UI.
|
|
1224
|
+
Schema shape: { type: "object", properties: { [name]: { type, title, enum? } } }
|
|
1225
|
+
containerPath is a query param (not a route segment) to avoid ASP.NET routing splits on paths containing '/'.
|
|
1226
|
+
*/
|
|
1227
|
+
exports.dataSourcesContainerSchemaPathDataSourceIdRegExp = new RegExp('^[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}$');
|
|
1228
|
+
exports.dataSourcesContainerSchemaParams = zod_1.default.strictObject({
|
|
1229
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesContainerSchemaPathDataSourceIdRegExp)
|
|
1230
|
+
});
|
|
1231
|
+
exports.dataSourcesContainerSchemaQueryParams = zod_1.default.strictObject({
|
|
1232
|
+
"containerPath": zod_1.default.string().optional()
|
|
1233
|
+
});
|
|
1234
|
+
/**
|
|
1235
|
+
* @summary Update the credentials for an existing data source in SmartSpace by specifying its ID.
|
|
1236
|
+
*/
|
|
1237
|
+
exports.dataSourcesUpdateCredentialsPathDataSourceIdRegExp = new RegExp('^[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}$');
|
|
1238
|
+
exports.dataSourcesUpdateCredentialsParams = zod_1.default.strictObject({
|
|
1239
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesUpdateCredentialsPathDataSourceIdRegExp).describe('The ID of the data source to update.')
|
|
1240
|
+
});
|
|
1241
|
+
exports.dataSourcesUpdateCredentialsBody = zod_1.default.strictObject({
|
|
1242
|
+
"credentials": zod_1.default.record(zod_1.default.string(), zod_1.default.string().nullable())
|
|
1243
|
+
});
|
|
1244
|
+
/**
|
|
1245
|
+
* @summary Requests an on-demand sync of a data source. The request is queued;
|
|
1246
|
+
the sync service picks it up within ~30 seconds. Repeated requests
|
|
1247
|
+
are safe — concurrent syncs of the same source collapse to one run.
|
|
1248
|
+
*/
|
|
1249
|
+
exports.dataSourcesRequestSyncPathDataSourceIdRegExp = new RegExp('^[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}$');
|
|
1250
|
+
exports.dataSourcesRequestSyncParams = zod_1.default.strictObject({
|
|
1251
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSourcesRequestSyncPathDataSourceIdRegExp)
|
|
1252
|
+
});
|
|
1253
|
+
exports.dataSourcesGetAdminUsersPathIdRegExp = new RegExp('^[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}$');
|
|
1254
|
+
exports.dataSourcesGetAdminUsersParams = zod_1.default.strictObject({
|
|
1051
1255
|
"id": zod_1.default.string().regex(exports.dataSourcesGetAdminUsersPathIdRegExp)
|
|
1052
1256
|
});
|
|
1053
1257
|
exports.dataSourcesGetAdminUsersResponseItem = zod_1.default.object({
|
|
@@ -1065,28 +1269,22 @@ exports.dataSourcesAddAdminParams = zod_1.default.strictObject({
|
|
|
1065
1269
|
"id": zod_1.default.string().regex(exports.dataSourcesAddAdminPathIdRegExp),
|
|
1066
1270
|
"userId": zod_1.default.string()
|
|
1067
1271
|
});
|
|
1068
|
-
/**
|
|
1069
|
-
* @summary Retrieve a list of all data spaces in SmartSpace, with options for pagination to manage large sets of data spaces.
|
|
1070
|
-
*/
|
|
1071
1272
|
exports.dataSpacesGetQueryTakeDefault = 20;
|
|
1072
1273
|
exports.dataSpacesGetQuerySkipDefault = 0;
|
|
1073
1274
|
exports.dataSpacesGetQueryParams = zod_1.default.strictObject({
|
|
1074
|
-
"take": zod_1.default.number().default(exports.dataSpacesGetQueryTakeDefault)
|
|
1075
|
-
"skip": zod_1.default.number().optional()
|
|
1076
|
-
"search": zod_1.default.string().optional()
|
|
1275
|
+
"take": zod_1.default.number().default(exports.dataSpacesGetQueryTakeDefault),
|
|
1276
|
+
"skip": zod_1.default.number().optional(),
|
|
1277
|
+
"search": zod_1.default.string().optional(),
|
|
1278
|
+
"sortBy": zod_1.default.string().optional(),
|
|
1279
|
+
"sortDirection": zod_1.default.string().optional()
|
|
1077
1280
|
});
|
|
1078
1281
|
exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp = new RegExp('^[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}$');
|
|
1079
|
-
exports.dataSpacesGetResponseDataItemDataSetsItemFlowActiveFlowDefinitionIdRegExp = new RegExp('^[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}$');
|
|
1080
1282
|
exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp = new RegExp('^[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}$');
|
|
1081
|
-
exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp = new RegExp('^[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}$');
|
|
1082
|
-
exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp = new RegExp('^[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}$');
|
|
1083
|
-
exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemFlowIdRegExp = new RegExp('^[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}$');
|
|
1084
|
-
exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemIdRegExp = new RegExp('^[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}$');
|
|
1085
1283
|
exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp = new RegExp('^[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}$');
|
|
1086
1284
|
exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp = new RegExp('^[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}$');
|
|
1087
1285
|
exports.dataSpacesGetResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
1088
1286
|
exports.dataSpacesGetResponseDataItemParentWorkspaceIdRegExp = new RegExp('^[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}$');
|
|
1089
|
-
exports.
|
|
1287
|
+
exports.dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp = new RegExp('^[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}$');
|
|
1090
1288
|
exports.dataSpacesGetResponse = zod_1.default.object({
|
|
1091
1289
|
"data": zod_1.default.array(zod_1.default.object({
|
|
1092
1290
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
@@ -1096,72 +1294,7 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1096
1294
|
"createdByUserId": zod_1.default.string(),
|
|
1097
1295
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1098
1296
|
"description": zod_1.default.string().nullish(),
|
|
1099
|
-
"
|
|
1100
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
1101
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1102
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
1103
|
-
"target": zod_1.default.object({
|
|
1104
|
-
"pin": zod_1.default.string(),
|
|
1105
|
-
"port": zod_1.default.string()
|
|
1106
|
-
}),
|
|
1107
|
-
"value": zod_1.default.any().nullish()
|
|
1108
|
-
})).nullish(),
|
|
1109
|
-
"description": zod_1.default.string().nullish(),
|
|
1110
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
1111
|
-
"pin": zod_1.default.string(),
|
|
1112
|
-
"port": zod_1.default.string()
|
|
1113
|
-
})).nullish(),
|
|
1114
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
1115
|
-
"pin": zod_1.default.string(),
|
|
1116
|
-
"port": zod_1.default.string()
|
|
1117
|
-
})).nullish(),
|
|
1118
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1119
|
-
"name": zod_1.default.string(),
|
|
1120
|
-
"version": zod_1.default.string()
|
|
1121
|
-
})).nullish(),
|
|
1122
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
1123
|
-
"source": zod_1.default.object({
|
|
1124
|
-
"node": zod_1.default.string(),
|
|
1125
|
-
"pin": zod_1.default.string().nullish(),
|
|
1126
|
-
"port": zod_1.default.string().nullish()
|
|
1127
|
-
}),
|
|
1128
|
-
"target": zod_1.default.object({
|
|
1129
|
-
"node": zod_1.default.string(),
|
|
1130
|
-
"pin": zod_1.default.string().nullish(),
|
|
1131
|
-
"port": zod_1.default.string().nullish()
|
|
1132
|
-
})
|
|
1133
|
-
})).nullish(),
|
|
1134
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1135
|
-
"value": zod_1.default.any().nullish()
|
|
1136
|
-
})).nullish(),
|
|
1137
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1138
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1139
|
-
})).nullish(),
|
|
1140
|
-
"layout": zod_1.default.any().nullish(),
|
|
1141
|
-
"name": zod_1.default.string().nullish(),
|
|
1142
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1143
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1144
|
-
})).nullish(),
|
|
1145
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1146
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
1147
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1148
|
-
})).nullish()
|
|
1149
|
-
}).optional(),
|
|
1150
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowActiveFlowDefinitionIdRegExp),
|
|
1151
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp),
|
|
1152
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
1153
|
-
"dataSourceContainer": zod_1.default.object({
|
|
1154
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
1155
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
1156
|
-
"name": zod_1.default.string(),
|
|
1157
|
-
"path": zod_1.default.string()
|
|
1158
|
-
}),
|
|
1159
|
-
"flowId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemFlowIdRegExp),
|
|
1160
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowTriggersItemIdRegExp),
|
|
1161
|
-
"inputName": zod_1.default.string(),
|
|
1162
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
1163
|
-
}))
|
|
1164
|
-
}).optional(),
|
|
1297
|
+
"flowId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemFlowIdRegExp).nullish(),
|
|
1165
1298
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemIdRegExp),
|
|
1166
1299
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1167
1300
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1171,59 +1304,45 @@ exports.dataSpacesGetResponse = zod_1.default.object({
|
|
|
1171
1304
|
"isVector": zod_1.default.boolean(),
|
|
1172
1305
|
"name": zod_1.default.string()
|
|
1173
1306
|
})),
|
|
1307
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1308
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1174
1309
|
"version": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
1175
|
-
}))
|
|
1310
|
+
})),
|
|
1176
1311
|
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemIdRegExp),
|
|
1177
|
-
"modifiedAt": zod_1.default.iso.datetime({})
|
|
1178
|
-
"modifiedByUserId": zod_1.default.string()
|
|
1312
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1313
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
1179
1314
|
"name": zod_1.default.string(),
|
|
1180
1315
|
"parentWorkspaceId": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemParentWorkspaceIdRegExp).nullish(),
|
|
1181
|
-
"
|
|
1182
|
-
"id": zod_1.default.string().regex(exports.
|
|
1316
|
+
"workSpaces": zod_1.default.array(zod_1.default.object({
|
|
1317
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetResponseDataItemWorkSpacesItemIdRegExp),
|
|
1183
1318
|
"name": zod_1.default.string()
|
|
1184
|
-
}))
|
|
1319
|
+
}))
|
|
1185
1320
|
})),
|
|
1186
1321
|
"total": zod_1.default.number()
|
|
1187
1322
|
});
|
|
1188
1323
|
/**
|
|
1189
|
-
* @summary Create a new dataspace
|
|
1324
|
+
* @summary Create a new dataspace.
|
|
1190
1325
|
*/
|
|
1191
1326
|
exports.dataSpacesPostBodyDataSetIdsItemRegExp = new RegExp('^[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}$');
|
|
1192
1327
|
exports.dataSpacesPostBody = zod_1.default.strictObject({
|
|
1193
1328
|
"dataSetIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesPostBodyDataSetIdsItemRegExp)).nullish(),
|
|
1194
1329
|
"name": zod_1.default.string()
|
|
1195
1330
|
});
|
|
1196
|
-
exports.dataSpacesPostResponseDataSetIdsItemRegExp = new RegExp('^[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}$');
|
|
1197
|
-
exports.dataSpacesPostResponse = zod_1.default.object({
|
|
1198
|
-
"dataSetIds": zod_1.default.array(zod_1.default.string().regex(exports.dataSpacesPostResponseDataSetIdsItemRegExp)).nullish(),
|
|
1199
|
-
"name": zod_1.default.string()
|
|
1200
|
-
});
|
|
1201
|
-
/**
|
|
1202
|
-
* @summary Remove a specific data space from SmartSpace, using its ID to ensure accurate deletion.
|
|
1203
|
-
*/
|
|
1204
1331
|
exports.dataSpacesDeletePathIdRegExp = new RegExp('^[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}$');
|
|
1205
1332
|
exports.dataSpacesDeleteParams = zod_1.default.strictObject({
|
|
1206
|
-
"id": zod_1.default.string().regex(exports.dataSpacesDeletePathIdRegExp)
|
|
1333
|
+
"id": zod_1.default.string().regex(exports.dataSpacesDeletePathIdRegExp)
|
|
1207
1334
|
});
|
|
1208
|
-
/**
|
|
1209
|
-
* @summary Retrieve detailed information about a specific data space in SmartSpace by its ID
|
|
1210
|
-
*/
|
|
1211
1335
|
exports.dataSpacesGetByIdPathIdRegExp = new RegExp('^[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}$');
|
|
1212
1336
|
exports.dataSpacesGetByIdParams = zod_1.default.strictObject({
|
|
1213
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdPathIdRegExp)
|
|
1337
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdPathIdRegExp)
|
|
1214
1338
|
});
|
|
1215
1339
|
exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp = new RegExp('^[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}$');
|
|
1216
|
-
exports.dataSpacesGetByIdResponseDataSetsItemFlowActiveFlowDefinitionIdRegExp = new RegExp('^[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}$');
|
|
1217
1340
|
exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp = new RegExp('^[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}$');
|
|
1218
|
-
exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp = new RegExp('^[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}$');
|
|
1219
|
-
exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp = new RegExp('^[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}$');
|
|
1220
|
-
exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemFlowIdRegExp = new RegExp('^[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}$');
|
|
1221
|
-
exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemIdRegExp = new RegExp('^[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}$');
|
|
1222
1341
|
exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp = new RegExp('^[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}$');
|
|
1223
1342
|
exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp = new RegExp('^[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}$');
|
|
1224
1343
|
exports.dataSpacesGetByIdResponseIdRegExp = new RegExp('^[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}$');
|
|
1225
1344
|
exports.dataSpacesGetByIdResponseParentWorkspaceIdRegExp = new RegExp('^[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}$');
|
|
1226
|
-
exports.
|
|
1345
|
+
exports.dataSpacesGetByIdResponseWorkSpacesItemIdRegExp = new RegExp('^[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}$');
|
|
1227
1346
|
exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
1228
1347
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
1229
1348
|
"createdByUserId": zod_1.default.string(),
|
|
@@ -1232,72 +1351,7 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1232
1351
|
"createdByUserId": zod_1.default.string(),
|
|
1233
1352
|
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1234
1353
|
"description": zod_1.default.string().nullish(),
|
|
1235
|
-
"
|
|
1236
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
1237
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1238
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
1239
|
-
"target": zod_1.default.object({
|
|
1240
|
-
"pin": zod_1.default.string(),
|
|
1241
|
-
"port": zod_1.default.string()
|
|
1242
|
-
}),
|
|
1243
|
-
"value": zod_1.default.any().nullish()
|
|
1244
|
-
})).nullish(),
|
|
1245
|
-
"description": zod_1.default.string().nullish(),
|
|
1246
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
1247
|
-
"pin": zod_1.default.string(),
|
|
1248
|
-
"port": zod_1.default.string()
|
|
1249
|
-
})).nullish(),
|
|
1250
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
1251
|
-
"pin": zod_1.default.string(),
|
|
1252
|
-
"port": zod_1.default.string()
|
|
1253
|
-
})).nullish(),
|
|
1254
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1255
|
-
"name": zod_1.default.string(),
|
|
1256
|
-
"version": zod_1.default.string()
|
|
1257
|
-
})).nullish(),
|
|
1258
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
1259
|
-
"source": zod_1.default.object({
|
|
1260
|
-
"node": zod_1.default.string(),
|
|
1261
|
-
"pin": zod_1.default.string().nullish(),
|
|
1262
|
-
"port": zod_1.default.string().nullish()
|
|
1263
|
-
}),
|
|
1264
|
-
"target": zod_1.default.object({
|
|
1265
|
-
"node": zod_1.default.string(),
|
|
1266
|
-
"pin": zod_1.default.string().nullish(),
|
|
1267
|
-
"port": zod_1.default.string().nullish()
|
|
1268
|
-
})
|
|
1269
|
-
})).nullish(),
|
|
1270
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1271
|
-
"value": zod_1.default.any().nullish()
|
|
1272
|
-
})).nullish(),
|
|
1273
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1274
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1275
|
-
})).nullish(),
|
|
1276
|
-
"layout": zod_1.default.any().nullish(),
|
|
1277
|
-
"name": zod_1.default.string().nullish(),
|
|
1278
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1279
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1280
|
-
})).nullish(),
|
|
1281
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1282
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
1283
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1284
|
-
})).nullish()
|
|
1285
|
-
}).optional(),
|
|
1286
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowActiveFlowDefinitionIdRegExp),
|
|
1287
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp),
|
|
1288
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
1289
|
-
"dataSourceContainer": zod_1.default.object({
|
|
1290
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
1291
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
1292
|
-
"name": zod_1.default.string(),
|
|
1293
|
-
"path": zod_1.default.string()
|
|
1294
|
-
}),
|
|
1295
|
-
"flowId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemFlowIdRegExp),
|
|
1296
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowTriggersItemIdRegExp),
|
|
1297
|
-
"inputName": zod_1.default.string(),
|
|
1298
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
1299
|
-
}))
|
|
1300
|
-
}).optional(),
|
|
1354
|
+
"flowId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1301
1355
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemIdRegExp),
|
|
1302
1356
|
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1303
1357
|
"modifiedByUserId": zod_1.default.string(),
|
|
@@ -1307,24 +1361,26 @@ exports.dataSpacesGetByIdResponse = zod_1.default.object({
|
|
|
1307
1361
|
"isVector": zod_1.default.boolean(),
|
|
1308
1362
|
"name": zod_1.default.string()
|
|
1309
1363
|
})),
|
|
1364
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1365
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1310
1366
|
"version": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
1311
|
-
}))
|
|
1367
|
+
})),
|
|
1312
1368
|
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseIdRegExp),
|
|
1313
|
-
"modifiedAt": zod_1.default.iso.datetime({})
|
|
1314
|
-
"modifiedByUserId": zod_1.default.string()
|
|
1369
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1370
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
1315
1371
|
"name": zod_1.default.string(),
|
|
1316
1372
|
"parentWorkspaceId": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseParentWorkspaceIdRegExp).nullish(),
|
|
1317
|
-
"
|
|
1318
|
-
"id": zod_1.default.string().regex(exports.
|
|
1373
|
+
"workSpaces": zod_1.default.array(zod_1.default.object({
|
|
1374
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetByIdResponseWorkSpacesItemIdRegExp),
|
|
1319
1375
|
"name": zod_1.default.string()
|
|
1320
|
-
}))
|
|
1376
|
+
}))
|
|
1321
1377
|
});
|
|
1322
1378
|
/**
|
|
1323
|
-
* @summary Update
|
|
1379
|
+
* @summary Update an existing dataspace.
|
|
1324
1380
|
*/
|
|
1325
1381
|
exports.dataSpacesPutPathIdRegExp = new RegExp('^[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}$');
|
|
1326
1382
|
exports.dataSpacesPutParams = zod_1.default.strictObject({
|
|
1327
|
-
"id": zod_1.default.string().regex(exports.dataSpacesPutPathIdRegExp)
|
|
1383
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPutPathIdRegExp)
|
|
1328
1384
|
});
|
|
1329
1385
|
exports.dataSpacesPutBodyDataSetIdsItemRegExp = new RegExp('^[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}$');
|
|
1330
1386
|
exports.dataSpacesPutBodyIdRegExp = new RegExp('^[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}$');
|
|
@@ -1333,158 +1389,346 @@ exports.dataSpacesPutBody = zod_1.default.strictObject({
|
|
|
1333
1389
|
"id": zod_1.default.string().regex(exports.dataSpacesPutBodyIdRegExp),
|
|
1334
1390
|
"name": zod_1.default.string()
|
|
1335
1391
|
});
|
|
1392
|
+
exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp = new RegExp('^[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}$');
|
|
1393
|
+
exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp = new RegExp('^[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}$');
|
|
1394
|
+
exports.dataSpacesPutResponseDataSetsItemIdRegExp = new RegExp('^[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}$');
|
|
1395
|
+
exports.dataSpacesPutResponseDataSetsItemVersionRegExp = new RegExp('^[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}$');
|
|
1396
|
+
exports.dataSpacesPutResponseIdRegExp = new RegExp('^[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}$');
|
|
1397
|
+
exports.dataSpacesPutResponseParentWorkspaceIdRegExp = new RegExp('^[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}$');
|
|
1398
|
+
exports.dataSpacesPutResponseWorkSpacesItemIdRegExp = new RegExp('^[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}$');
|
|
1399
|
+
exports.dataSpacesPutResponse = zod_1.default.object({
|
|
1400
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
1401
|
+
"createdByUserId": zod_1.default.string(),
|
|
1402
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
1403
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
1404
|
+
"createdByUserId": zod_1.default.string(),
|
|
1405
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemDataSpaceIdRegExp).nullish(),
|
|
1406
|
+
"description": zod_1.default.string().nullish(),
|
|
1407
|
+
"flowId": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemFlowIdRegExp).nullish(),
|
|
1408
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemIdRegExp),
|
|
1409
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1410
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
1411
|
+
"name": zod_1.default.string(),
|
|
1412
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
1413
|
+
"description": zod_1.default.string().nullish(),
|
|
1414
|
+
"isVector": zod_1.default.boolean(),
|
|
1415
|
+
"name": zod_1.default.string()
|
|
1416
|
+
})),
|
|
1417
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1418
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1419
|
+
"version": zod_1.default.string().regex(exports.dataSpacesPutResponseDataSetsItemVersionRegExp).nullish()
|
|
1420
|
+
})),
|
|
1421
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseIdRegExp),
|
|
1422
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1423
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
1424
|
+
"name": zod_1.default.string(),
|
|
1425
|
+
"parentWorkspaceId": zod_1.default.string().regex(exports.dataSpacesPutResponseParentWorkspaceIdRegExp).nullish(),
|
|
1426
|
+
"workSpaces": zod_1.default.array(zod_1.default.object({
|
|
1427
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPutResponseWorkSpacesItemIdRegExp),
|
|
1428
|
+
"name": zod_1.default.string()
|
|
1429
|
+
}))
|
|
1430
|
+
});
|
|
1336
1431
|
exports.dataSpacesGetAdminUsersPathIdRegExp = new RegExp('^[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}$');
|
|
1337
1432
|
exports.dataSpacesGetAdminUsersParams = zod_1.default.strictObject({
|
|
1338
1433
|
"id": zod_1.default.string().regex(exports.dataSpacesGetAdminUsersPathIdRegExp)
|
|
1339
1434
|
});
|
|
1340
|
-
exports.
|
|
1435
|
+
exports.dataSpacesGetAdminUsersResponseDataSpaceIdRegExp = new RegExp('^[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}$');
|
|
1436
|
+
exports.dataSpacesGetAdminUsersResponseItem = zod_1.default.object({
|
|
1437
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetAdminUsersResponseDataSpaceIdRegExp),
|
|
1438
|
+
"displayName": zod_1.default.string(),
|
|
1439
|
+
"userId": zod_1.default.string()
|
|
1440
|
+
});
|
|
1341
1441
|
exports.dataSpacesGetAdminUsersResponse = zod_1.default.array(exports.dataSpacesGetAdminUsersResponseItem);
|
|
1342
1442
|
exports.dataSpacesDeleteAdminPathIdRegExp = new RegExp('^[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}$');
|
|
1343
1443
|
exports.dataSpacesDeleteAdminParams = zod_1.default.strictObject({
|
|
1344
1444
|
"id": zod_1.default.string().regex(exports.dataSpacesDeleteAdminPathIdRegExp),
|
|
1345
1445
|
"userId": zod_1.default.string()
|
|
1346
1446
|
});
|
|
1347
|
-
exports.dataSpacesDeleteAdminResponseItem = zod_1.default.string();
|
|
1348
|
-
exports.dataSpacesDeleteAdminResponse = zod_1.default.array(exports.dataSpacesDeleteAdminResponseItem);
|
|
1349
1447
|
exports.dataSpacesAddAdminPathIdRegExp = new RegExp('^[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}$');
|
|
1350
1448
|
exports.dataSpacesAddAdminParams = zod_1.default.strictObject({
|
|
1351
1449
|
"id": zod_1.default.string().regex(exports.dataSpacesAddAdminPathIdRegExp),
|
|
1352
1450
|
"userId": zod_1.default.string()
|
|
1353
1451
|
});
|
|
1354
|
-
exports.
|
|
1355
|
-
exports.
|
|
1452
|
+
exports.dataSpacesGetDataSetsPathIdRegExp = new RegExp('^[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}$');
|
|
1453
|
+
exports.dataSpacesGetDataSetsParams = zod_1.default.strictObject({
|
|
1454
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsPathIdRegExp)
|
|
1455
|
+
});
|
|
1456
|
+
exports.dataSpacesGetDataSetsQueryTakeDefault = 20;
|
|
1457
|
+
exports.dataSpacesGetDataSetsQuerySkipDefault = 0;
|
|
1458
|
+
exports.dataSpacesGetDataSetsQueryParams = zod_1.default.strictObject({
|
|
1459
|
+
"take": zod_1.default.number().default(exports.dataSpacesGetDataSetsQueryTakeDefault),
|
|
1460
|
+
"skip": zod_1.default.number().optional(),
|
|
1461
|
+
"search": zod_1.default.string().optional()
|
|
1462
|
+
});
|
|
1463
|
+
exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp = new RegExp('^[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}$');
|
|
1464
|
+
exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp = new RegExp('^[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}$');
|
|
1465
|
+
exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
1466
|
+
exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = new RegExp('^[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}$');
|
|
1467
|
+
exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
1468
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
1469
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
1470
|
+
"createdByUserId": zod_1.default.string(),
|
|
1471
|
+
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
1472
|
+
"description": zod_1.default.string().nullish(),
|
|
1473
|
+
"flowId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp).nullish(),
|
|
1474
|
+
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemIdRegExp),
|
|
1475
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1476
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
1477
|
+
"name": zod_1.default.string(),
|
|
1478
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
1479
|
+
"description": zod_1.default.string().nullish(),
|
|
1480
|
+
"isVector": zod_1.default.boolean(),
|
|
1481
|
+
"name": zod_1.default.string()
|
|
1482
|
+
})),
|
|
1483
|
+
"scopingMode": zod_1.default.enum(['Unrestricted', 'PerSubject']),
|
|
1484
|
+
"subjectPath": zod_1.default.string().nullish(),
|
|
1485
|
+
"version": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp).nullish()
|
|
1486
|
+
})),
|
|
1487
|
+
"total": zod_1.default.number()
|
|
1488
|
+
});
|
|
1489
|
+
/**
|
|
1490
|
+
* @summary Create a new dataset inside this dataspace.
|
|
1491
|
+
*/
|
|
1492
|
+
exports.dataSpacesPostDatasetPathIdRegExp = new RegExp('^[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}$');
|
|
1493
|
+
exports.dataSpacesPostDatasetParams = zod_1.default.strictObject({
|
|
1494
|
+
"id": zod_1.default.string().regex(exports.dataSpacesPostDatasetPathIdRegExp)
|
|
1495
|
+
});
|
|
1496
|
+
exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = new RegExp('^[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}$');
|
|
1497
|
+
exports.dataSpacesPostDatasetBody = zod_1.default.strictObject({
|
|
1498
|
+
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
1499
|
+
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp),
|
|
1500
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1501
|
+
"filters": zod_1.default.array(zod_1.default.strictObject({
|
|
1502
|
+
"operator": zod_1.default.string(),
|
|
1503
|
+
"propertyName": zod_1.default.string(),
|
|
1504
|
+
"value": zod_1.default.string()
|
|
1505
|
+
})).nullish(),
|
|
1506
|
+
"path": zod_1.default.string()
|
|
1507
|
+
})).nullish(),
|
|
1508
|
+
"description": zod_1.default.string().nullish(),
|
|
1509
|
+
"name": zod_1.default.string()
|
|
1510
|
+
});
|
|
1511
|
+
exports.debugInvokeParams = zod_1.default.strictObject({
|
|
1512
|
+
"connectionId": zod_1.default.string(),
|
|
1513
|
+
"method": zod_1.default.string()
|
|
1514
|
+
});
|
|
1515
|
+
exports.debugInvokeBodyItem = zod_1.default.any();
|
|
1516
|
+
exports.debugInvokeBody = zod_1.default.array(exports.debugInvokeBodyItem);
|
|
1517
|
+
/**
|
|
1518
|
+
* @summary Mongo index health for the flow-runs store: planned-vs-existing
|
|
1519
|
+
indexes per collection, the latest index-ensure outcome per index
|
|
1520
|
+
(including repeated failures), and any in-flight index
|
|
1521
|
+
transformations with their progress (currentOp).
|
|
1522
|
+
*/
|
|
1523
|
+
exports.diagnosticsGetMongoIndexesResponse = zod_1.default.any();
|
|
1524
|
+
/**
|
|
1525
|
+
* @summary List the current user's drafts (without parsed interfaces — load detail to get those).
|
|
1526
|
+
*/
|
|
1527
|
+
exports.draftsListDraftsResponseItem = zod_1.default.object({
|
|
1528
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1529
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1530
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1531
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1532
|
+
"channel": zod_1.default.boolean(),
|
|
1533
|
+
"default": zod_1.default.any().nullish(),
|
|
1534
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1535
|
+
"pin": zod_1.default.string(),
|
|
1536
|
+
"port": zod_1.default.string()
|
|
1537
|
+
})),
|
|
1538
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1539
|
+
"required": zod_1.default.boolean(),
|
|
1540
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1541
|
+
"sticky": zod_1.default.boolean(),
|
|
1542
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1543
|
+
"virtual": zod_1.default.boolean()
|
|
1544
|
+
})),
|
|
1545
|
+
"isFunction": zod_1.default.boolean(),
|
|
1546
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1547
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1548
|
+
"channel": zod_1.default.boolean(),
|
|
1549
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1550
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1551
|
+
"pin": zod_1.default.string(),
|
|
1552
|
+
"port": zod_1.default.string()
|
|
1553
|
+
})),
|
|
1554
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1555
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1556
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1557
|
+
})),
|
|
1558
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1559
|
+
})),
|
|
1560
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1561
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1562
|
+
"default": zod_1.default.any().nullish(),
|
|
1563
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1564
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1565
|
+
"pin": zod_1.default.string(),
|
|
1566
|
+
"port": zod_1.default.string()
|
|
1567
|
+
}))
|
|
1568
|
+
}))
|
|
1569
|
+
}))),
|
|
1570
|
+
"isActive": zod_1.default.boolean(),
|
|
1571
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1572
|
+
"name": zod_1.default.string(),
|
|
1573
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1574
|
+
"rowVersion": zod_1.default.string(),
|
|
1575
|
+
"sourceText": zod_1.default.string()
|
|
1576
|
+
});
|
|
1577
|
+
exports.draftsListDraftsResponse = zod_1.default.array(exports.draftsListDraftsResponseItem);
|
|
1578
|
+
/**
|
|
1579
|
+
* @summary Delete a draft (row + blob). Does not touch any published Custom of the same name.
|
|
1580
|
+
*/
|
|
1581
|
+
exports.draftsDeleteDraftParams = zod_1.default.strictObject({
|
|
1582
|
+
"name": zod_1.default.string()
|
|
1583
|
+
});
|
|
1584
|
+
/**
|
|
1585
|
+
* @summary Fetch a specific draft (source text, parsed interfaces, RowVersion, IsActive).
|
|
1586
|
+
*/
|
|
1587
|
+
exports.draftsGetDraftParams = zod_1.default.strictObject({
|
|
1588
|
+
"name": zod_1.default.string()
|
|
1589
|
+
});
|
|
1590
|
+
exports.draftsGetDraftResponse = zod_1.default.object({
|
|
1591
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1592
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1593
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1594
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1595
|
+
"channel": zod_1.default.boolean(),
|
|
1596
|
+
"default": zod_1.default.any().nullish(),
|
|
1597
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1598
|
+
"pin": zod_1.default.string(),
|
|
1599
|
+
"port": zod_1.default.string()
|
|
1600
|
+
})),
|
|
1601
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1602
|
+
"required": zod_1.default.boolean(),
|
|
1603
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1604
|
+
"sticky": zod_1.default.boolean(),
|
|
1605
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1606
|
+
"virtual": zod_1.default.boolean()
|
|
1607
|
+
})),
|
|
1608
|
+
"isFunction": zod_1.default.boolean(),
|
|
1609
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1610
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1611
|
+
"channel": zod_1.default.boolean(),
|
|
1612
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1613
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1614
|
+
"pin": zod_1.default.string(),
|
|
1615
|
+
"port": zod_1.default.string()
|
|
1616
|
+
})),
|
|
1617
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1618
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1619
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1620
|
+
})),
|
|
1621
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1622
|
+
})),
|
|
1623
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1624
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1625
|
+
"default": zod_1.default.any().nullish(),
|
|
1626
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1627
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1628
|
+
"pin": zod_1.default.string(),
|
|
1629
|
+
"port": zod_1.default.string()
|
|
1630
|
+
}))
|
|
1631
|
+
}))
|
|
1632
|
+
}))),
|
|
1633
|
+
"isActive": zod_1.default.boolean(),
|
|
1634
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1635
|
+
"name": zod_1.default.string(),
|
|
1636
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1637
|
+
"rowVersion": zod_1.default.string(),
|
|
1638
|
+
"sourceText": zod_1.default.string()
|
|
1639
|
+
});
|
|
1640
|
+
/**
|
|
1641
|
+
* @summary Toggle the draft's "Start testing" flag. See ADR-0002 — owner's active draft
|
|
1642
|
+
overrides the published Custom at the same `(name, version)` for them only.
|
|
1643
|
+
*/
|
|
1644
|
+
exports.draftsToggleDraftParams = zod_1.default.strictObject({
|
|
1645
|
+
"name": zod_1.default.string()
|
|
1646
|
+
});
|
|
1647
|
+
exports.draftsToggleDraftBody = zod_1.default.strictObject({
|
|
1648
|
+
"isActive": zod_1.default.boolean()
|
|
1649
|
+
});
|
|
1650
|
+
/**
|
|
1651
|
+
* @summary Create or update a draft. Pass `ExpectedRowVersion` for optimistic
|
|
1652
|
+
concurrency on update (null for first-time create). Returns 409 with the
|
|
1653
|
+
current `RowVersion` if another session has saved in the interim.
|
|
1654
|
+
*/
|
|
1655
|
+
exports.draftsSaveDraftParams = zod_1.default.strictObject({
|
|
1656
|
+
"name": zod_1.default.string()
|
|
1657
|
+
});
|
|
1658
|
+
exports.draftsSaveDraftBody = zod_1.default.strictObject({
|
|
1659
|
+
"expectedRowVersion": zod_1.default.string().nullish(),
|
|
1660
|
+
"source": zod_1.default.string()
|
|
1661
|
+
});
|
|
1662
|
+
exports.draftsSaveDraftResponse = zod_1.default.object({
|
|
1663
|
+
"blockInterfaces": zod_1.default.record(zod_1.default.string(), zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1664
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1665
|
+
"ports": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1666
|
+
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1667
|
+
"channel": zod_1.default.boolean(),
|
|
1668
|
+
"default": zod_1.default.any().nullish(),
|
|
1669
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1670
|
+
"pin": zod_1.default.string(),
|
|
1671
|
+
"port": zod_1.default.string()
|
|
1672
|
+
})),
|
|
1673
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1674
|
+
"required": zod_1.default.boolean(),
|
|
1675
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1676
|
+
"sticky": zod_1.default.boolean(),
|
|
1677
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary']),
|
|
1678
|
+
"virtual": zod_1.default.boolean()
|
|
1679
|
+
})),
|
|
1680
|
+
"isFunction": zod_1.default.boolean(),
|
|
1681
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1682
|
+
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1683
|
+
"channel": zod_1.default.boolean(),
|
|
1684
|
+
"channelGroupId": zod_1.default.string().nullish(),
|
|
1685
|
+
"generics": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1686
|
+
"pin": zod_1.default.string(),
|
|
1687
|
+
"port": zod_1.default.string()
|
|
1688
|
+
})),
|
|
1689
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1690
|
+
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1691
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1692
|
+
})),
|
|
1693
|
+
"type": zod_1.default.enum(['Single', 'List', 'Dictionary'])
|
|
1694
|
+
})),
|
|
1695
|
+
"scopes": zod_1.default.array(zod_1.default.enum(['WorkSpace', 'DataSet'])).nullish(),
|
|
1696
|
+
"state": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1697
|
+
"default": zod_1.default.any().nullish(),
|
|
1698
|
+
"metadata": zod_1.default.record(zod_1.default.string(), zod_1.default.any()),
|
|
1699
|
+
"scope": zod_1.default.array(zod_1.default.object({
|
|
1700
|
+
"pin": zod_1.default.string(),
|
|
1701
|
+
"port": zod_1.default.string()
|
|
1702
|
+
}))
|
|
1703
|
+
}))
|
|
1704
|
+
}))),
|
|
1705
|
+
"parseError": zod_1.default.string().nullish(),
|
|
1706
|
+
"rowVersion": zod_1.default.string()
|
|
1707
|
+
});
|
|
1356
1708
|
/**
|
|
1357
|
-
* @summary
|
|
1709
|
+
* @summary Publish the draft's saved source as a tenant-visible Custom block set.
|
|
1710
|
+
When a published set of the same name exists, the first call returns 409
|
|
1711
|
+
with the impact details; retry with `confirmOverwrite: true` to
|
|
1712
|
+
replace it (a new row supersedes the old per newest-wins resolution).
|
|
1358
1713
|
*/
|
|
1359
|
-
exports.
|
|
1360
|
-
|
|
1361
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsPathIdRegExp).describe('The DataSpace ID')
|
|
1714
|
+
exports.draftsPublishDraftParams = zod_1.default.strictObject({
|
|
1715
|
+
"name": zod_1.default.string()
|
|
1362
1716
|
});
|
|
1363
|
-
exports.
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
"take": zod_1.default.number().default(exports.dataSpacesGetDataSetsQueryTakeDefault).describe('The number of data sets to retrieve.'),
|
|
1367
|
-
"skip": zod_1.default.number().optional().describe('The number of data sets to skip.'),
|
|
1368
|
-
"search": zod_1.default.string().optional().describe('The search keyword to filter data sets.')
|
|
1717
|
+
exports.draftsPublishDraftBody = zod_1.default.strictObject({
|
|
1718
|
+
"confirmOverwrite": zod_1.default.boolean(),
|
|
1719
|
+
"publishAs": zod_1.default.string().nullish()
|
|
1369
1720
|
});
|
|
1370
|
-
exports.
|
|
1371
|
-
exports.
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp = new RegExp('^[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}$');
|
|
1375
|
-
exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemFlowIdRegExp = new RegExp('^[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}$');
|
|
1376
|
-
exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemIdRegExp = new RegExp('^[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}$');
|
|
1377
|
-
exports.dataSpacesGetDataSetsResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
1378
|
-
exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp = new RegExp('^[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}$');
|
|
1379
|
-
exports.dataSpacesGetDataSetsResponse = zod_1.default.object({
|
|
1380
|
-
"data": zod_1.default.array(zod_1.default.object({
|
|
1381
|
-
"createdAt": zod_1.default.iso.datetime({}),
|
|
1382
|
-
"createdByUserId": zod_1.default.string(),
|
|
1383
|
-
"dataSpaceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemDataSpaceIdRegExp).nullish(),
|
|
1384
|
-
"description": zod_1.default.string().nullish(),
|
|
1385
|
-
"flow": zod_1.default.object({
|
|
1386
|
-
"activeFlowDefinition": zod_1.default.object({
|
|
1387
|
-
"blocks": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1388
|
-
"constants": zod_1.default.array(zod_1.default.object({
|
|
1389
|
-
"target": zod_1.default.object({
|
|
1390
|
-
"pin": zod_1.default.string(),
|
|
1391
|
-
"port": zod_1.default.string()
|
|
1392
|
-
}),
|
|
1393
|
-
"value": zod_1.default.any().nullish()
|
|
1394
|
-
})).nullish(),
|
|
1395
|
-
"description": zod_1.default.string().nullish(),
|
|
1396
|
-
"dynamicInputPins": zod_1.default.array(zod_1.default.object({
|
|
1397
|
-
"pin": zod_1.default.string(),
|
|
1398
|
-
"port": zod_1.default.string()
|
|
1399
|
-
})).nullish(),
|
|
1400
|
-
"dynamicOutputPins": zod_1.default.array(zod_1.default.object({
|
|
1401
|
-
"pin": zod_1.default.string(),
|
|
1402
|
-
"port": zod_1.default.string()
|
|
1403
|
-
})).nullish(),
|
|
1404
|
-
"dynamicPorts": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
1405
|
-
"name": zod_1.default.string(),
|
|
1406
|
-
"version": zod_1.default.string()
|
|
1407
|
-
})).nullish(),
|
|
1408
|
-
"connections": zod_1.default.array(zod_1.default.object({
|
|
1409
|
-
"source": zod_1.default.object({
|
|
1410
|
-
"node": zod_1.default.string(),
|
|
1411
|
-
"pin": zod_1.default.string().nullish(),
|
|
1412
|
-
"port": zod_1.default.string().nullish()
|
|
1413
|
-
}),
|
|
1414
|
-
"target": zod_1.default.object({
|
|
1415
|
-
"node": zod_1.default.string(),
|
|
1416
|
-
"pin": zod_1.default.string().nullish(),
|
|
1417
|
-
"port": zod_1.default.string().nullish()
|
|
1418
|
-
})
|
|
1419
|
-
})).nullish(),
|
|
1420
|
-
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1421
|
-
"value": zod_1.default.any().nullish()
|
|
1422
|
-
})).nullish(),
|
|
1423
|
-
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1424
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1425
|
-
})).nullish(),
|
|
1426
|
-
"layout": zod_1.default.any().nullish(),
|
|
1427
|
-
"name": zod_1.default.string().nullish(),
|
|
1428
|
-
"outputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1429
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1430
|
-
})).nullish(),
|
|
1431
|
-
"variables": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
1432
|
-
"access": zod_1.default.enum(['None', 'Read', 'Write']),
|
|
1433
|
-
"schema": zod_1.default.record(zod_1.default.string(), zod_1.default.any())
|
|
1434
|
-
})).nullish()
|
|
1435
|
-
}).optional(),
|
|
1436
|
-
"activeFlowDefinitionId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowActiveFlowDefinitionIdRegExp),
|
|
1437
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowIdRegExp),
|
|
1438
|
-
"triggers": zod_1.default.array(zod_1.default.object({
|
|
1439
|
-
"dataSourceContainer": zod_1.default.object({
|
|
1440
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemDataSourceContainerDataSourceIdRegExp),
|
|
1441
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemDataSourceContainerIdRegExp),
|
|
1442
|
-
"name": zod_1.default.string(),
|
|
1443
|
-
"path": zod_1.default.string()
|
|
1444
|
-
}),
|
|
1445
|
-
"flowId": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemFlowIdRegExp),
|
|
1446
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemFlowTriggersItemIdRegExp),
|
|
1447
|
-
"inputName": zod_1.default.string(),
|
|
1448
|
-
"type": zod_1.default.enum(['Periodic', 'Container'])
|
|
1449
|
-
}))
|
|
1450
|
-
}).optional(),
|
|
1451
|
-
"id": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemIdRegExp),
|
|
1452
|
-
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
1453
|
-
"modifiedByUserId": zod_1.default.string(),
|
|
1721
|
+
exports.draftsPublishDraftResponseBlockSetIdRegExp = new RegExp('^[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}$');
|
|
1722
|
+
exports.draftsPublishDraftResponse = zod_1.default.object({
|
|
1723
|
+
"blockSetId": zod_1.default.string().regex(exports.draftsPublishDraftResponseBlockSetIdRegExp),
|
|
1724
|
+
"blocks": zod_1.default.array(zod_1.default.object({
|
|
1454
1725
|
"name": zod_1.default.string(),
|
|
1455
|
-
"
|
|
1456
|
-
"description": zod_1.default.string().nullish(),
|
|
1457
|
-
"isVector": zod_1.default.boolean(),
|
|
1458
|
-
"name": zod_1.default.string()
|
|
1459
|
-
})),
|
|
1460
|
-
"version": zod_1.default.string().regex(exports.dataSpacesGetDataSetsResponseDataItemVersionRegExp).nullish()
|
|
1461
|
-
})),
|
|
1462
|
-
"total": zod_1.default.number()
|
|
1463
|
-
});
|
|
1464
|
-
/**
|
|
1465
|
-
* @summary Create a new dataset in SmartSpace, specifying details like name, datasource, and properties.
|
|
1466
|
-
*/
|
|
1467
|
-
exports.dataSpacesPostDatasetPathIdRegExp = new RegExp('^[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}$');
|
|
1468
|
-
exports.dataSpacesPostDatasetParams = zod_1.default.strictObject({
|
|
1469
|
-
"id": zod_1.default.string().regex(exports.dataSpacesPostDatasetPathIdRegExp).describe('The DataSpace ID')
|
|
1470
|
-
});
|
|
1471
|
-
exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp = new RegExp('^[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}$');
|
|
1472
|
-
exports.dataSpacesPostDatasetBody = zod_1.default.strictObject({
|
|
1473
|
-
"containerInfo": zod_1.default.array(zod_1.default.strictObject({
|
|
1474
|
-
"dataSourceId": zod_1.default.string().regex(exports.dataSpacesPostDatasetBodyContainerInfoItemDataSourceIdRegExp),
|
|
1475
|
-
"path": zod_1.default.string()
|
|
1726
|
+
"version": zod_1.default.string()
|
|
1476
1727
|
})),
|
|
1477
|
-
"description": zod_1.default.string().nullish(),
|
|
1478
1728
|
"name": zod_1.default.string()
|
|
1479
1729
|
});
|
|
1480
|
-
exports.debugInvokeParams = zod_1.default.strictObject({
|
|
1481
|
-
"connectionId": zod_1.default.string(),
|
|
1482
|
-
"method": zod_1.default.string()
|
|
1483
|
-
});
|
|
1484
|
-
exports.debugInvokeBodyItem = zod_1.default.any();
|
|
1485
|
-
exports.debugInvokeBody = zod_1.default.array(exports.debugInvokeBodyItem);
|
|
1486
1730
|
/**
|
|
1487
|
-
* @summary Upload files to be referenced in requests (supports full and chunked uploads)
|
|
1731
|
+
* @summary Upload files to be referenced in requests (supports full and chunked uploads).
|
|
1488
1732
|
*/
|
|
1489
1733
|
exports.filesUploadFilesBodyThreadIdRegExpOne = new RegExp('^[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}$');
|
|
1490
1734
|
exports.filesUploadFilesBodyUploadIdRegExpOne = new RegExp('^[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}$');
|
|
@@ -1514,17 +1758,17 @@ exports.filesUploadFilesResponseItem = zod_1.default.object({
|
|
|
1514
1758
|
});
|
|
1515
1759
|
exports.filesUploadFilesResponse = zod_1.default.array(exports.filesUploadFilesResponseItem);
|
|
1516
1760
|
/**
|
|
1517
|
-
* @summary Get details for a file previously uploaded
|
|
1761
|
+
* @summary Get details for a file previously uploaded.
|
|
1518
1762
|
*/
|
|
1519
1763
|
exports.filesGetFileInfoPathIdRegExpOne = new RegExp('^[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}$');
|
|
1520
1764
|
exports.filesGetFileInfoParams = zod_1.default.strictObject({
|
|
1521
|
-
"id": zod_1.default.string().regex(exports.filesGetFileInfoPathIdRegExpOne)
|
|
1765
|
+
"id": zod_1.default.string().regex(exports.filesGetFileInfoPathIdRegExpOne)
|
|
1522
1766
|
});
|
|
1523
1767
|
exports.filesGetFileInfoQueryThreadIdRegExpOne = new RegExp('^[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}$');
|
|
1524
1768
|
exports.filesGetFileInfoQueryWorkspaceIdRegExpOne = new RegExp('^[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}$');
|
|
1525
1769
|
exports.filesGetFileInfoQueryParams = zod_1.default.strictObject({
|
|
1526
|
-
"threadId": zod_1.default.string().regex(exports.filesGetFileInfoQueryThreadIdRegExpOne).optional()
|
|
1527
|
-
"workspaceId": zod_1.default.string().regex(exports.filesGetFileInfoQueryWorkspaceIdRegExpOne).optional()
|
|
1770
|
+
"threadId": zod_1.default.string().regex(exports.filesGetFileInfoQueryThreadIdRegExpOne).optional(),
|
|
1771
|
+
"workspaceId": zod_1.default.string().regex(exports.filesGetFileInfoQueryWorkspaceIdRegExpOne).optional()
|
|
1528
1772
|
});
|
|
1529
1773
|
exports.filesGetFileInfoResponseIdRegExpOne = new RegExp('^[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}$');
|
|
1530
1774
|
exports.filesGetFileInfoResponseThreadIdRegExpOne = new RegExp('^[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}$');
|
|
@@ -1541,30 +1785,30 @@ exports.filesGetFileInfoResponse = zod_1.default.object({
|
|
|
1541
1785
|
"workspaceId": zod_1.default.string().regex(exports.filesGetFileInfoResponseWorkspaceIdRegExpOne).nullish()
|
|
1542
1786
|
});
|
|
1543
1787
|
/**
|
|
1544
|
-
* @summary Download a previously uploaded file
|
|
1788
|
+
* @summary Download a previously uploaded file.
|
|
1545
1789
|
*/
|
|
1546
1790
|
exports.filesDownloadFilePathIdRegExpOne = new RegExp('^[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}$');
|
|
1547
1791
|
exports.filesDownloadFileParams = zod_1.default.strictObject({
|
|
1548
|
-
"id": zod_1.default.string().regex(exports.filesDownloadFilePathIdRegExpOne)
|
|
1792
|
+
"id": zod_1.default.string().regex(exports.filesDownloadFilePathIdRegExpOne)
|
|
1549
1793
|
});
|
|
1550
1794
|
exports.filesDownloadFileQueryThreadIdRegExpOne = new RegExp('^[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}$');
|
|
1551
1795
|
exports.filesDownloadFileQueryWorkspaceIdRegExpOne = new RegExp('^[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}$');
|
|
1552
1796
|
exports.filesDownloadFileQueryParams = zod_1.default.strictObject({
|
|
1553
|
-
"threadId": zod_1.default.string().regex(exports.filesDownloadFileQueryThreadIdRegExpOne).optional()
|
|
1554
|
-
"workspaceId": zod_1.default.string().regex(exports.filesDownloadFileQueryWorkspaceIdRegExpOne).optional()
|
|
1797
|
+
"threadId": zod_1.default.string().regex(exports.filesDownloadFileQueryThreadIdRegExpOne).optional(),
|
|
1798
|
+
"workspaceId": zod_1.default.string().regex(exports.filesDownloadFileQueryWorkspaceIdRegExpOne).optional()
|
|
1555
1799
|
});
|
|
1556
1800
|
/**
|
|
1557
|
-
* @summary Get URI of a previously uploaded file
|
|
1801
|
+
* @summary Get URI of a previously uploaded file.
|
|
1558
1802
|
*/
|
|
1559
1803
|
exports.filesGetUriPathIdRegExpOne = new RegExp('^[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}$');
|
|
1560
1804
|
exports.filesGetUriParams = zod_1.default.strictObject({
|
|
1561
|
-
"id": zod_1.default.string().regex(exports.filesGetUriPathIdRegExpOne)
|
|
1805
|
+
"id": zod_1.default.string().regex(exports.filesGetUriPathIdRegExpOne)
|
|
1562
1806
|
});
|
|
1563
1807
|
exports.filesGetUriQueryThreadIdRegExpOne = new RegExp('^[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}$');
|
|
1564
1808
|
exports.filesGetUriQueryWorkspaceIdRegExpOne = new RegExp('^[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}$');
|
|
1565
1809
|
exports.filesGetUriQueryParams = zod_1.default.strictObject({
|
|
1566
|
-
"threadId": zod_1.default.string().regex(exports.filesGetUriQueryThreadIdRegExpOne).optional()
|
|
1567
|
-
"workspaceId": zod_1.default.string().regex(exports.filesGetUriQueryWorkspaceIdRegExpOne).optional()
|
|
1810
|
+
"threadId": zod_1.default.string().regex(exports.filesGetUriQueryThreadIdRegExpOne).optional(),
|
|
1811
|
+
"workspaceId": zod_1.default.string().regex(exports.filesGetUriQueryWorkspaceIdRegExpOne).optional()
|
|
1568
1812
|
});
|
|
1569
1813
|
exports.filesGetUriResponse = zod_1.default.object({
|
|
1570
1814
|
"uri": zod_1.default.string()
|
|
@@ -1624,6 +1868,16 @@ exports.flowRunsGetFlowRunPathIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
1624
1868
|
exports.flowRunsGetFlowRunParams = zod_1.default.strictObject({
|
|
1625
1869
|
"id": zod_1.default.string().regex(exports.flowRunsGetFlowRunPathIdRegExp)
|
|
1626
1870
|
});
|
|
1871
|
+
/**
|
|
1872
|
+
* @summary Requests cancellation of a queued or running flow run. Cancellation
|
|
1873
|
+
is cooperative: a queued run is stamped cancelled before it starts;
|
|
1874
|
+
a running flow stops between block executions, typically within
|
|
1875
|
+
seconds. Cancelled runs carry cancelledAt in their basic info.
|
|
1876
|
+
*/
|
|
1877
|
+
exports.flowRunsCancelFlowRunPathIdRegExpOne = new RegExp('^[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}$');
|
|
1878
|
+
exports.flowRunsCancelFlowRunParams = zod_1.default.strictObject({
|
|
1879
|
+
"id": zod_1.default.string().regex(exports.flowRunsCancelFlowRunPathIdRegExpOne)
|
|
1880
|
+
});
|
|
1627
1881
|
exports.flowRunsAddFileIdFilesPathIdRegExp = new RegExp('^[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}$');
|
|
1628
1882
|
exports.flowRunsAddFileIdFilesParams = zod_1.default.strictObject({
|
|
1629
1883
|
"id": zod_1.default.string().regex(exports.flowRunsAddFileIdFilesPathIdRegExp)
|
|
@@ -1751,6 +2005,7 @@ exports.flowsSetActiveFlowDefinitionBody = zod_1.default.strictObject({
|
|
|
1751
2005
|
})
|
|
1752
2006
|
})).nullish(),
|
|
1753
2007
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
2008
|
+
"secret": zod_1.default.boolean(),
|
|
1754
2009
|
"value": zod_1.default.any().nullish()
|
|
1755
2010
|
})).nullish(),
|
|
1756
2011
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -1836,6 +2091,7 @@ exports.modelsGetModelsResponse = zod_1.default.object({
|
|
|
1836
2091
|
"deploymentStatus": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']).optional(),
|
|
1837
2092
|
"displayName": zod_1.default.string(),
|
|
1838
2093
|
"id": zod_1.default.string().regex(exports.modelsGetModelsResponseDataItemIdRegExpOne),
|
|
2094
|
+
"isDefault": zod_1.default.boolean(),
|
|
1839
2095
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
1840
2096
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
1841
2097
|
"name": zod_1.default.string(),
|
|
@@ -1874,6 +2130,26 @@ exports.modelsCreateModelBody = zod_1.default.strictObject({
|
|
|
1874
2130
|
"name": zod_1.default.string(),
|
|
1875
2131
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
1876
2132
|
});
|
|
2133
|
+
/**
|
|
2134
|
+
* @summary Retrieves the instance-wide default model — the one pre-selected on new LLM blocks and the default workspace flow.
|
|
2135
|
+
*/
|
|
2136
|
+
exports.modelsGetDefaultModelResponseIdRegExp = new RegExp('^[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}$');
|
|
2137
|
+
exports.modelsGetDefaultModelResponse = zod_1.default.object({
|
|
2138
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2139
|
+
"createdByUserId": zod_1.default.string().nullish(),
|
|
2140
|
+
"deploymentStatus": zod_1.default.enum(['Deploying', 'Ready', 'Failed', 'Deleting', 'Deleted']).optional(),
|
|
2141
|
+
"displayName": zod_1.default.string(),
|
|
2142
|
+
"id": zod_1.default.string().regex(exports.modelsGetDefaultModelResponseIdRegExp),
|
|
2143
|
+
"isDefault": zod_1.default.boolean(),
|
|
2144
|
+
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
2145
|
+
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
2146
|
+
"name": zod_1.default.string(),
|
|
2147
|
+
"properties": zod_1.default.array(zod_1.default.object({
|
|
2148
|
+
"name": zod_1.default.string(),
|
|
2149
|
+
"type": zod_1.default.enum(['Boolean', 'Number', 'String'])
|
|
2150
|
+
})),
|
|
2151
|
+
"virtualMachineUrl": zod_1.default.string().nullish()
|
|
2152
|
+
});
|
|
1877
2153
|
exports.modelsGetDefaultDockerFileQueryParams = zod_1.default.strictObject({
|
|
1878
2154
|
"serverType": zod_1.default.enum(['TextGenerationInference', 'VLlm']).optional()
|
|
1879
2155
|
});
|
|
@@ -1928,6 +2204,7 @@ exports.modelsGetModelResponse = zod_1.default.object({
|
|
|
1928
2204
|
}).optional(),
|
|
1929
2205
|
"displayName": zod_1.default.string(),
|
|
1930
2206
|
"id": zod_1.default.string().regex(exports.modelsGetModelResponseIdRegExpOne),
|
|
2207
|
+
"isDefault": zod_1.default.boolean(),
|
|
1931
2208
|
"modelDeploymentProviderType": zod_1.default.enum(['OpenAi', 'AzureOpenAi', 'HuggingFace', 'Cohere', 'Anthropic', 'Gemini', 'VertexAi', 'AzureFoundry']).optional(),
|
|
1932
2209
|
"modelPublisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional(),
|
|
1933
2210
|
"name": zod_1.default.string(),
|
|
@@ -1967,6 +2244,20 @@ exports.modelsUpsertModelBody = zod_1.default.strictObject({
|
|
|
1967
2244
|
"name": zod_1.default.string(),
|
|
1968
2245
|
"publisher": zod_1.default.enum(['OpenAi', 'Anthropic', 'Google', 'Meta', 'Mistral', 'Microsoft', 'DeepSeek', 'Cohere', 'XAi', 'HuggingFace', 'Amazon', 'Qwen', 'Other']).optional()
|
|
1969
2246
|
});
|
|
2247
|
+
/**
|
|
2248
|
+
* @summary Clears the default flag from the specified model, leaving the instance with no default.
|
|
2249
|
+
*/
|
|
2250
|
+
exports.modelsClearDefaultModelPathIdRegExp = new RegExp('^[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}$');
|
|
2251
|
+
exports.modelsClearDefaultModelParams = zod_1.default.strictObject({
|
|
2252
|
+
"id": zod_1.default.string().regex(exports.modelsClearDefaultModelPathIdRegExp).describe('The ID of the model.')
|
|
2253
|
+
});
|
|
2254
|
+
/**
|
|
2255
|
+
* @summary Makes the specified model the instance-wide default, replacing any previous default.
|
|
2256
|
+
*/
|
|
2257
|
+
exports.modelsSetDefaultModelPathIdRegExp = new RegExp('^[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}$');
|
|
2258
|
+
exports.modelsSetDefaultModelParams = zod_1.default.strictObject({
|
|
2259
|
+
"id": zod_1.default.string().regex(exports.modelsSetDefaultModelPathIdRegExp).describe('The ID of the model to make default.')
|
|
2260
|
+
});
|
|
1970
2261
|
/**
|
|
1971
2262
|
* @summary Retrieves the Docker logs for a specific deployment of a model.
|
|
1972
2263
|
*/
|
|
@@ -1998,13 +2289,13 @@ exports.notificationGetResponseDataItemThreadIdRegExpOne = new RegExp('^[0-9a-fA
|
|
|
1998
2289
|
exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne = new RegExp('^[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}$');
|
|
1999
2290
|
exports.notificationGetResponse = zod_1.default.object({
|
|
2000
2291
|
"data": zod_1.default.array(zod_1.default.object({
|
|
2001
|
-
"createdAt": zod_1.default.iso.datetime({})
|
|
2292
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
2002
2293
|
"createdBy": zod_1.default.string().nullish(),
|
|
2003
|
-
"createdByUserId": zod_1.default.string()
|
|
2294
|
+
"createdByUserId": zod_1.default.string(),
|
|
2004
2295
|
"description": zod_1.default.string().nullish(),
|
|
2005
2296
|
"dismissedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2006
|
-
"id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExpOne)
|
|
2007
|
-
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated']),
|
|
2297
|
+
"id": zod_1.default.string().regex(exports.notificationGetResponseDataItemIdRegExpOne),
|
|
2298
|
+
"notificationType": zod_1.default.enum(['WorkSpaceUpdated', 'MessageThreadUpdated', 'CommentUpdated', 'AddedToThread']),
|
|
2008
2299
|
"threadId": zod_1.default.string().regex(exports.notificationGetResponseDataItemThreadIdRegExpOne).nullish(),
|
|
2009
2300
|
"workSpaceId": zod_1.default.string().regex(exports.notificationGetResponseDataItemWorkSpaceIdRegExpOne).nullish()
|
|
2010
2301
|
})),
|
|
@@ -2069,12 +2360,181 @@ exports.reportingGetTokensResponse = zod_1.default.object({
|
|
|
2069
2360
|
"name": zod_1.default.string()
|
|
2070
2361
|
}))
|
|
2071
2362
|
});
|
|
2363
|
+
/**
|
|
2364
|
+
* @summary List API accounts: service principals holding the SmartSpace integration
|
|
2365
|
+
role, with their permission flags and last recorded activity.
|
|
2366
|
+
*/
|
|
2367
|
+
exports.servicePrincipalsGetServicePrincipalsQuerySkipDefault = 0;
|
|
2368
|
+
exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault = 20;
|
|
2369
|
+
exports.servicePrincipalsGetServicePrincipalsQueryParams = zod_1.default.strictObject({
|
|
2370
|
+
"skip": zod_1.default.number().optional(),
|
|
2371
|
+
"take": zod_1.default.number().default(exports.servicePrincipalsGetServicePrincipalsQueryTakeDefault),
|
|
2372
|
+
"search": zod_1.default.string().optional()
|
|
2373
|
+
});
|
|
2374
|
+
exports.servicePrincipalsGetServicePrincipalsResponse = zod_1.default.object({
|
|
2375
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2376
|
+
"id": zod_1.default.string(),
|
|
2377
|
+
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2378
|
+
"name": zod_1.default.string(),
|
|
2379
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
2380
|
+
})),
|
|
2381
|
+
"total": zod_1.default.number()
|
|
2382
|
+
});
|
|
2383
|
+
/**
|
|
2384
|
+
* @summary List configured syncs. status matches the data
|
|
2385
|
+
source's latest completed sync (e.g. Success / Failure), or "never"
|
|
2386
|
+
for sources with no recorded sync. sortBy:
|
|
2387
|
+
name | connector | lastSync (default: path).
|
|
2388
|
+
*/
|
|
2389
|
+
exports.syncsGetQueryTakeDefault = 50;
|
|
2390
|
+
exports.syncsGetQuerySkipDefault = 0;
|
|
2391
|
+
exports.syncsGetQueryDataSourceIdRegExp = new RegExp('^[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}$');
|
|
2392
|
+
exports.syncsGetQueryParams = zod_1.default.strictObject({
|
|
2393
|
+
"take": zod_1.default.number().default(exports.syncsGetQueryTakeDefault),
|
|
2394
|
+
"skip": zod_1.default.number().optional(),
|
|
2395
|
+
"search": zod_1.default.string().optional(),
|
|
2396
|
+
"dataSourceId": zod_1.default.string().regex(exports.syncsGetQueryDataSourceIdRegExp).optional(),
|
|
2397
|
+
"status": zod_1.default.string().optional(),
|
|
2398
|
+
"sortBy": zod_1.default.string().optional(),
|
|
2399
|
+
"sortDirection": zod_1.default.string().optional()
|
|
2400
|
+
});
|
|
2401
|
+
exports.syncsGetResponseDataItemDataSetsItemIdRegExp = new RegExp('^[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}$');
|
|
2402
|
+
exports.syncsGetResponseDataItemDataSetsItemVersionRegExp = new RegExp('^[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}$');
|
|
2403
|
+
exports.syncsGetResponseDataItemDataSourceIdRegExp = new RegExp('^[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}$');
|
|
2404
|
+
exports.syncsGetResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
2405
|
+
exports.syncsGetResponse = zod_1.default.object({
|
|
2406
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2407
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2408
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemIdRegExp),
|
|
2409
|
+
"name": zod_1.default.string(),
|
|
2410
|
+
"version": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSetsItemVersionRegExp).nullish()
|
|
2411
|
+
})),
|
|
2412
|
+
"dataSource": zod_1.default.object({
|
|
2413
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemDataSourceIdRegExp),
|
|
2414
|
+
"isQueued": zod_1.default.boolean(),
|
|
2415
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2416
|
+
"name": zod_1.default.string(),
|
|
2417
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2418
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2419
|
+
}),
|
|
2420
|
+
"filters": zod_1.default.string().nullish(),
|
|
2421
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2422
|
+
"id": zod_1.default.string().regex(exports.syncsGetResponseDataItemIdRegExp),
|
|
2423
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2424
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2425
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2426
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2427
|
+
"name": zod_1.default.string(),
|
|
2428
|
+
"path": zod_1.default.string(),
|
|
2429
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2430
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2431
|
+
"itemCount": zod_1.default.number(),
|
|
2432
|
+
"message": zod_1.default.string().nullish(),
|
|
2433
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2434
|
+
"status": zod_1.default.string()
|
|
2435
|
+
})).nullish(),
|
|
2436
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2437
|
+
})),
|
|
2438
|
+
"total": zod_1.default.number()
|
|
2439
|
+
});
|
|
2440
|
+
/**
|
|
2441
|
+
* @summary The sync-requests queue right now: approximate depth and which data
|
|
2442
|
+
sources have a request WAITING. In-flight requests are invisible to
|
|
2443
|
+
peek (visibility timeout) — that state is each data source's
|
|
2444
|
+
isSyncing flag. Literal route wins over the {containerId} template.
|
|
2445
|
+
*/
|
|
2446
|
+
exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp = new RegExp('^[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}$');
|
|
2447
|
+
exports.syncsGetQueueResponse = zod_1.default.object({
|
|
2448
|
+
"depth": zod_1.default.number(),
|
|
2449
|
+
"waitingDataSourceIds": zod_1.default.array(zod_1.default.string().regex(exports.syncsGetQueueResponseWaitingDataSourceIdsItemRegExp))
|
|
2450
|
+
});
|
|
2451
|
+
/**
|
|
2452
|
+
* @summary Removes the sync: deletes its data source container config record, so
|
|
2453
|
+
the source selection stops being mirrored from the next sync cycle.
|
|
2454
|
+
Refused (DSC400) while any live dataset still subscribes to it via a
|
|
2455
|
+
container flow trigger. Config-only — already-landed items and copied
|
|
2456
|
+
blobs are not cleaned up here.
|
|
2457
|
+
*/
|
|
2458
|
+
exports.syncsDeletePathContainerIdRegExp = new RegExp('^[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}$');
|
|
2459
|
+
exports.syncsDeleteParams = zod_1.default.strictObject({
|
|
2460
|
+
"containerId": zod_1.default.string().regex(exports.syncsDeletePathContainerIdRegExp)
|
|
2461
|
+
});
|
|
2462
|
+
exports.syncsGetByIdPathContainerIdRegExp = new RegExp('^[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}$');
|
|
2463
|
+
exports.syncsGetByIdParams = zod_1.default.strictObject({
|
|
2464
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetByIdPathContainerIdRegExp)
|
|
2465
|
+
});
|
|
2466
|
+
exports.syncsGetByIdResponseDataSetsItemIdRegExp = new RegExp('^[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}$');
|
|
2467
|
+
exports.syncsGetByIdResponseDataSetsItemVersionRegExp = new RegExp('^[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}$');
|
|
2468
|
+
exports.syncsGetByIdResponseDataSourceIdRegExp = new RegExp('^[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}$');
|
|
2469
|
+
exports.syncsGetByIdResponseIdRegExp = new RegExp('^[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}$');
|
|
2470
|
+
exports.syncsGetByIdResponse = zod_1.default.object({
|
|
2471
|
+
"dataSets": zod_1.default.array(zod_1.default.object({
|
|
2472
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemIdRegExp),
|
|
2473
|
+
"name": zod_1.default.string(),
|
|
2474
|
+
"version": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSetsItemVersionRegExp).nullish()
|
|
2475
|
+
})),
|
|
2476
|
+
"dataSource": zod_1.default.object({
|
|
2477
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseDataSourceIdRegExp),
|
|
2478
|
+
"isQueued": zod_1.default.boolean(),
|
|
2479
|
+
"isSyncing": zod_1.default.boolean(),
|
|
2480
|
+
"name": zod_1.default.string(),
|
|
2481
|
+
"sourceType": zod_1.default.enum(['BlobStorage', 'SqlServer', 'AzureSql', 'Cosmos', 'GoogleDrive', 'SharePoint', 'SharePointSite', 'HubSpot', 'AzureStorage', 'File', 'Sitemap']),
|
|
2482
|
+
"syncStartedAt": zod_1.default.iso.datetime({}).nullish()
|
|
2483
|
+
}),
|
|
2484
|
+
"filters": zod_1.default.string().nullish(),
|
|
2485
|
+
"highwaterMark": zod_1.default.iso.datetime({}).nullish(),
|
|
2486
|
+
"id": zod_1.default.string().regex(exports.syncsGetByIdResponseIdRegExp),
|
|
2487
|
+
"latestSyncAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2488
|
+
"latestSyncItemCount": zod_1.default.number().nullish(),
|
|
2489
|
+
"latestSyncMessage": zod_1.default.string().nullish(),
|
|
2490
|
+
"latestSyncStatus": zod_1.default.string().nullish(),
|
|
2491
|
+
"name": zod_1.default.string(),
|
|
2492
|
+
"path": zod_1.default.string(),
|
|
2493
|
+
"recentSyncs": zod_1.default.array(zod_1.default.object({
|
|
2494
|
+
"end": zod_1.default.iso.datetime({}),
|
|
2495
|
+
"itemCount": zod_1.default.number(),
|
|
2496
|
+
"message": zod_1.default.string().nullish(),
|
|
2497
|
+
"start": zod_1.default.iso.datetime({}),
|
|
2498
|
+
"status": zod_1.default.string()
|
|
2499
|
+
})).nullish(),
|
|
2500
|
+
"statusMessage": zod_1.default.string().nullish()
|
|
2501
|
+
});
|
|
2502
|
+
/**
|
|
2503
|
+
* @summary The sync's landed items (read-only metadata), proxied from the AI API's
|
|
2504
|
+
container-items endpoint.
|
|
2505
|
+
*/
|
|
2506
|
+
exports.syncsGetItemsPathContainerIdRegExp = new RegExp('^[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}$');
|
|
2507
|
+
exports.syncsGetItemsParams = zod_1.default.strictObject({
|
|
2508
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsPathContainerIdRegExp)
|
|
2509
|
+
});
|
|
2510
|
+
exports.syncsGetItemsQuerySkipDefault = 0;
|
|
2511
|
+
exports.syncsGetItemsQueryTakeDefault = 50;
|
|
2512
|
+
exports.syncsGetItemsQueryParams = zod_1.default.strictObject({
|
|
2513
|
+
"skip": zod_1.default.number().optional(),
|
|
2514
|
+
"take": zod_1.default.number().default(exports.syncsGetItemsQueryTakeDefault)
|
|
2515
|
+
});
|
|
2516
|
+
exports.syncsGetItemsResponseDataItemContainerIdRegExp = new RegExp('^[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}$');
|
|
2517
|
+
exports.syncsGetItemsResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
2518
|
+
exports.syncsGetItemsResponse = zod_1.default.object({
|
|
2519
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2520
|
+
"blobUri": zod_1.default.string().nullish(),
|
|
2521
|
+
"bytes": zod_1.default.string().nullish(),
|
|
2522
|
+
"containerId": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemContainerIdRegExp).nullish(),
|
|
2523
|
+
"id": zod_1.default.string().regex(exports.syncsGetItemsResponseDataItemIdRegExp),
|
|
2524
|
+
"isJson": zod_1.default.boolean().nullish(),
|
|
2525
|
+
"name": zod_1.default.string().nullish(),
|
|
2526
|
+
"path": zod_1.default.string().nullish(),
|
|
2527
|
+
"pending": zod_1.default.boolean().nullish()
|
|
2528
|
+
})),
|
|
2529
|
+
"total": zod_1.default.number()
|
|
2530
|
+
});
|
|
2072
2531
|
/**
|
|
2073
2532
|
* @summary Gets Tenant Id
|
|
2074
2533
|
*/
|
|
2075
2534
|
exports.tenantIdGetResultResponse = zod_1.default.string();
|
|
2076
2535
|
/**
|
|
2077
|
-
* @summary Retrieve
|
|
2536
|
+
* @summary Retrieve users assigned to the SmartSpace application (directly or via a group),
|
|
2537
|
+
with optional search and pagination controls take and skip.
|
|
2078
2538
|
*/
|
|
2079
2539
|
exports.usersGetUsersQuerySkipDefault = 0;
|
|
2080
2540
|
exports.usersGetUsersQueryTakeDefault = 20;
|
|
@@ -2091,14 +2551,15 @@ exports.usersGetUsersResponse = zod_1.default.object({
|
|
|
2091
2551
|
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2092
2552
|
"mobilePhone": zod_1.default.string().nullish(),
|
|
2093
2553
|
"name": zod_1.default.string(),
|
|
2094
|
-
"permissions": zod_1.default.enum(['
|
|
2554
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
2095
2555
|
})),
|
|
2096
2556
|
"total": zod_1.default.number()
|
|
2097
2557
|
});
|
|
2098
2558
|
exports.usersGetUsersByFilterParams = zod_1.default.strictObject({
|
|
2099
|
-
"permissions": zod_1.default.enum(['
|
|
2559
|
+
"permissions": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
2100
2560
|
});
|
|
2101
|
-
exports.
|
|
2561
|
+
exports.usersGetMyPermissionsResponseItem = zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
2562
|
+
exports.usersGetMyPermissionsResponse = zod_1.default.array(exports.usersGetMyPermissionsResponseItem);
|
|
2102
2563
|
/**
|
|
2103
2564
|
* @summary Disable user (Remove all assigned WorkSpaces by UserId)
|
|
2104
2565
|
*/
|
|
@@ -2131,10 +2592,8 @@ exports.usersGetUserDetailResponse = zod_1.default.object({
|
|
|
2131
2592
|
"emailAddress": zod_1.default.string().nullish(),
|
|
2132
2593
|
"id": zod_1.default.string(),
|
|
2133
2594
|
"isAdmin": zod_1.default.boolean().nullish(),
|
|
2134
|
-
"lastActiveAt": zod_1.default.iso.datetime({}).nullish(),
|
|
2135
2595
|
"mobilePhone": zod_1.default.string().nullish(),
|
|
2136
|
-
"name": zod_1.default.string()
|
|
2137
|
-
"permissions": zod_1.default.enum(['None', 'WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete'])
|
|
2596
|
+
"name": zod_1.default.string()
|
|
2138
2597
|
});
|
|
2139
2598
|
/**
|
|
2140
2599
|
* @summary Retrieves the profile photo for a user. Returns the raw JPEG image with HTTP cache headers
|
|
@@ -2158,18 +2617,20 @@ exports.usersGetAccessWorkSpacesQueryParams = zod_1.default.strictObject({
|
|
|
2158
2617
|
"skip": zod_1.default.number().optional().describe('number of workspaces to get'),
|
|
2159
2618
|
"take": zod_1.default.number().default(exports.usersGetAccessWorkSpacesQueryTakeDefault).describe('number of workspaces to skip')
|
|
2160
2619
|
});
|
|
2161
|
-
exports.
|
|
2162
|
-
exports.
|
|
2163
|
-
exports.
|
|
2164
|
-
"
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2620
|
+
exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp = new RegExp('^[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}$');
|
|
2621
|
+
exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp = new RegExp('^[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}$');
|
|
2622
|
+
exports.usersGetAccessWorkSpacesResponse = zod_1.default.object({
|
|
2623
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
2624
|
+
"accessType": zod_1.default.enum(['Principal', 'Group']),
|
|
2625
|
+
"displayName": zod_1.default.string().nullish(),
|
|
2626
|
+
"id": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemIdRegExp).nullish(),
|
|
2627
|
+
"objectId": zod_1.default.string(),
|
|
2628
|
+
"principalType": zod_1.default.enum(['Unknown', 'User', 'ServicePrincipal', 'Internal']).optional(),
|
|
2629
|
+
"workSpaceId": zod_1.default.string().regex(exports.usersGetAccessWorkSpacesResponseDataItemWorkSpaceIdRegExp).nullish(),
|
|
2630
|
+
"workSpaceName": zod_1.default.string().nullish()
|
|
2631
|
+
})),
|
|
2632
|
+
"total": zod_1.default.number()
|
|
2171
2633
|
});
|
|
2172
|
-
exports.usersGetAccessWorkSpacesResponse = zod_1.default.array(exports.usersGetAccessWorkSpacesResponseItem);
|
|
2173
2634
|
exports.usersAdminPermissionPathUserIdRegExp = new RegExp('^[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}$');
|
|
2174
2635
|
exports.usersAdminPermissionParams = zod_1.default.strictObject({
|
|
2175
2636
|
"userId": zod_1.default.string().regex(exports.usersAdminPermissionPathUserIdRegExp)
|
|
@@ -2181,11 +2642,12 @@ exports.usersAddUserPermissionPathUserIdRegExp = new RegExp('^[0-9a-fA-F]{8}-[0-
|
|
|
2181
2642
|
exports.usersAddUserPermissionParams = zod_1.default.strictObject({
|
|
2182
2643
|
"userId": zod_1.default.string().regex(exports.usersAddUserPermissionPathUserIdRegExp)
|
|
2183
2644
|
});
|
|
2184
|
-
exports.
|
|
2645
|
+
exports.usersAddUserPermissionBodyItem = zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']);
|
|
2646
|
+
exports.usersAddUserPermissionBody = zod_1.default.array(exports.usersAddUserPermissionBodyItem);
|
|
2185
2647
|
exports.usersRemoveUserPermissionPathUserIdRegExp = new RegExp('^[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}$');
|
|
2186
2648
|
exports.usersRemoveUserPermissionParams = zod_1.default.strictObject({
|
|
2187
2649
|
"userId": zod_1.default.string().regex(exports.usersRemoveUserPermissionPathUserIdRegExp),
|
|
2188
|
-
"permission": zod_1.default.enum(['
|
|
2650
|
+
"permission": zod_1.default.array(zod_1.default.enum(['WorkspaceCreate', 'WorkspaceEdit', 'WorkspaceDelete', 'DataSpaceCreate', 'DataSpaceEdit', 'DataSpaceDelete', 'ConnectorCreate', 'ConnectorEdit', 'ConnectorDelete']))
|
|
2189
2651
|
});
|
|
2190
2652
|
/**
|
|
2191
2653
|
* @summary Returns a list of available Azure locations for deploying virtual machines
|
|
@@ -2246,8 +2708,11 @@ exports.workSpacesGetGetQuerySkipDefaultOne = 0;
|
|
|
2246
2708
|
exports.workSpacesGetGetQueryParams = zod_1.default.strictObject({
|
|
2247
2709
|
"take": zod_1.default.number().default(exports.workSpacesGetGetQueryTakeDefaultOne),
|
|
2248
2710
|
"skip": zod_1.default.number().optional(),
|
|
2249
|
-
"search": zod_1.default.string().optional()
|
|
2711
|
+
"search": zod_1.default.string().optional(),
|
|
2712
|
+
"sortBy": zod_1.default.string().optional(),
|
|
2713
|
+
"sortDirection": zod_1.default.string().optional()
|
|
2250
2714
|
});
|
|
2715
|
+
exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne = new RegExp('^[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}$');
|
|
2251
2716
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = new RegExp('^[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}$');
|
|
2252
2717
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = new RegExp('^[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}$');
|
|
2253
2718
|
exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowIdRegExpOne = new RegExp('^[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}$');
|
|
@@ -2268,6 +2733,11 @@ exports.workSpacesGetGetResponseDataItemModelConfigurationsItemModelIdRegExpOne
|
|
|
2268
2733
|
exports.workSpacesGetGetResponseDataItemSandBoxThreadIdRegExpOne = new RegExp('^[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}$');
|
|
2269
2734
|
exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
2270
2735
|
"data": zod_1.default.array(zod_1.default.object({
|
|
2736
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
2737
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemConnectorsItemIdRegExpOne),
|
|
2738
|
+
"kind": zod_1.default.string(),
|
|
2739
|
+
"name": zod_1.default.string()
|
|
2740
|
+
})),
|
|
2271
2741
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2272
2742
|
"createdByUserId": zod_1.default.string(),
|
|
2273
2743
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2314,6 +2784,7 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2314
2784
|
})
|
|
2315
2785
|
})).nullish(),
|
|
2316
2786
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
2787
|
+
"secret": zod_1.default.boolean(),
|
|
2317
2788
|
"value": zod_1.default.any().nullish()
|
|
2318
2789
|
})).nullish(),
|
|
2319
2790
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2334,6 +2805,12 @@ exports.workSpacesGetGetResponse = zod_1.default.object({
|
|
|
2334
2805
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2335
2806
|
"dataSourceContainer": zod_1.default.object({
|
|
2336
2807
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
2808
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
2809
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
2810
|
+
"operator": zod_1.default.string(),
|
|
2811
|
+
"propertyName": zod_1.default.string(),
|
|
2812
|
+
"value": zod_1.default.string()
|
|
2813
|
+
})).nullish(),
|
|
2337
2814
|
"id": zod_1.default.string().regex(exports.workSpacesGetGetResponseDataItemDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne),
|
|
2338
2815
|
"name": zod_1.default.string(),
|
|
2339
2816
|
"path": zod_1.default.string()
|
|
@@ -2472,6 +2949,7 @@ exports.workSpacesGetIdPathIdRegExpOne = new RegExp('^[0-9a-fA-F]{8}-[0-9a-fA-F]
|
|
|
2472
2949
|
exports.workSpacesGetIdParams = zod_1.default.strictObject({
|
|
2473
2950
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdPathIdRegExpOne)
|
|
2474
2951
|
});
|
|
2952
|
+
exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne = new RegExp('^[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}$');
|
|
2475
2953
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemDataSpaceIdRegExpOne = new RegExp('^[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}$');
|
|
2476
2954
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowActiveFlowDefinitionIdRegExpOne = new RegExp('^[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}$');
|
|
2477
2955
|
exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowIdRegExpOne = new RegExp('^[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}$');
|
|
@@ -2491,6 +2969,11 @@ exports.workSpacesGetIdResponseModelConfigurationsItemModelDeploymentStepsItemId
|
|
|
2491
2969
|
exports.workSpacesGetIdResponseModelConfigurationsItemModelIdRegExpOne = new RegExp('^[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}$');
|
|
2492
2970
|
exports.workSpacesGetIdResponseSandBoxThreadIdRegExpOne = new RegExp('^[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}$');
|
|
2493
2971
|
exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
2972
|
+
"connectors": zod_1.default.array(zod_1.default.object({
|
|
2973
|
+
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseConnectorsItemIdRegExpOne),
|
|
2974
|
+
"kind": zod_1.default.string(),
|
|
2975
|
+
"name": zod_1.default.string()
|
|
2976
|
+
})),
|
|
2494
2977
|
"createdAt": zod_1.default.iso.datetime({}),
|
|
2495
2978
|
"createdByUserId": zod_1.default.string(),
|
|
2496
2979
|
"dataSpaces": zod_1.default.array(zod_1.default.object({
|
|
@@ -2537,6 +3020,7 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2537
3020
|
})
|
|
2538
3021
|
})).nullish(),
|
|
2539
3022
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3023
|
+
"secret": zod_1.default.boolean(),
|
|
2540
3024
|
"value": zod_1.default.any().nullish()
|
|
2541
3025
|
})).nullish(),
|
|
2542
3026
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2557,6 +3041,12 @@ exports.workSpacesGetIdResponse = zod_1.default.object({
|
|
|
2557
3041
|
"triggers": zod_1.default.array(zod_1.default.object({
|
|
2558
3042
|
"dataSourceContainer": zod_1.default.object({
|
|
2559
3043
|
"dataSourceId": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerDataSourceIdRegExpOne),
|
|
3044
|
+
"fields": zod_1.default.array(zod_1.default.string()).nullish(),
|
|
3045
|
+
"filters": zod_1.default.array(zod_1.default.object({
|
|
3046
|
+
"operator": zod_1.default.string(),
|
|
3047
|
+
"propertyName": zod_1.default.string(),
|
|
3048
|
+
"value": zod_1.default.string()
|
|
3049
|
+
})).nullish(),
|
|
2560
3050
|
"id": zod_1.default.string().regex(exports.workSpacesGetIdResponseDataSpacesItemDataSetsItemFlowTriggersItemDataSourceContainerIdRegExpOne),
|
|
2561
3051
|
"name": zod_1.default.string(),
|
|
2562
3052
|
"path": zod_1.default.string()
|
|
@@ -2761,6 +3251,28 @@ exports.workSpacesPutModelConfigurationBody = zod_1.default.strictObject({
|
|
|
2761
3251
|
"temperature": zod_1.default.number(),
|
|
2762
3252
|
"topP": zod_1.default.number()
|
|
2763
3253
|
});
|
|
3254
|
+
/**
|
|
3255
|
+
* @summary Detaches a connector from a workspace. Flows still referencing it
|
|
3256
|
+
fail at resolve time rather than silently keeping access.
|
|
3257
|
+
*/
|
|
3258
|
+
exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp = new RegExp('^[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}$');
|
|
3259
|
+
exports.workSpacesRemoveConnectorPathConnectorIdRegExp = new RegExp('^[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}$');
|
|
3260
|
+
exports.workSpacesRemoveConnectorParams = zod_1.default.strictObject({
|
|
3261
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathWorkspaceIdRegExp),
|
|
3262
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesRemoveConnectorPathConnectorIdRegExp)
|
|
3263
|
+
});
|
|
3264
|
+
/**
|
|
3265
|
+
* @summary Attaches a connector to a workspace — the access model for external
|
|
3266
|
+
connectors, mirroring dataspaces. Only after this can a flow in the
|
|
3267
|
+
workspace reference the connector, and the resolve endpoint checks
|
|
3268
|
+
the same attachment at call time.
|
|
3269
|
+
*/
|
|
3270
|
+
exports.workSpacesAddConnectorPathWorkspaceIdRegExp = new RegExp('^[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}$');
|
|
3271
|
+
exports.workSpacesAddConnectorPathConnectorIdRegExp = new RegExp('^[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}$');
|
|
3272
|
+
exports.workSpacesAddConnectorParams = zod_1.default.strictObject({
|
|
3273
|
+
"workspaceId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathWorkspaceIdRegExp),
|
|
3274
|
+
"connectorId": zod_1.default.string().regex(exports.workSpacesAddConnectorPathConnectorIdRegExp)
|
|
3275
|
+
});
|
|
2764
3276
|
/**
|
|
2765
3277
|
* @summary Removes a data space from a workspace.
|
|
2766
3278
|
*/
|
|
@@ -2904,6 +3416,7 @@ exports.workSpacesGetActiveFlowResponse = zod_1.default.object({
|
|
|
2904
3416
|
})
|
|
2905
3417
|
})).nullish(),
|
|
2906
3418
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
3419
|
+
"secret": zod_1.default.boolean(),
|
|
2907
3420
|
"value": zod_1.default.any().nullish()
|
|
2908
3421
|
})).nullish(),
|
|
2909
3422
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.object({
|
|
@@ -2961,6 +3474,7 @@ exports.workSpacesSetActiveFlowBody = zod_1.default.strictObject({
|
|
|
2961
3474
|
})
|
|
2962
3475
|
})).nullish(),
|
|
2963
3476
|
"constants": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
3477
|
+
"secret": zod_1.default.boolean(),
|
|
2964
3478
|
"value": zod_1.default.any().nullish()
|
|
2965
3479
|
})).nullish(),
|
|
2966
3480
|
"inputs": zod_1.default.record(zod_1.default.string(), zod_1.default.strictObject({
|
|
@@ -2984,6 +3498,111 @@ exports.workSpacesSetActiveFlowLayoutParams = zod_1.default.strictObject({
|
|
|
2984
3498
|
"workspaceId": zod_1.default.string().regex(exports.workSpacesSetActiveFlowLayoutPathWorkspaceIdRegExp)
|
|
2985
3499
|
});
|
|
2986
3500
|
exports.workSpacesSetActiveFlowLayoutBody = zod_1.default.any();
|
|
3501
|
+
/**
|
|
3502
|
+
* @summary Lists connectors with their auth settings — never a credential.
|
|
3503
|
+
*/
|
|
3504
|
+
exports.connectorsGetConnectorsQueryParams = zod_1.default.strictObject({
|
|
3505
|
+
"kind": zod_1.default.string().optional()
|
|
3506
|
+
});
|
|
3507
|
+
exports.connectorsGetConnectorsResponseIdRegExp = new RegExp('^[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}$');
|
|
3508
|
+
exports.connectorsGetConnectorsResponseItem = zod_1.default.object({
|
|
3509
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3510
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3511
|
+
"authType": zod_1.default.string(),
|
|
3512
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3513
|
+
"createdByUserId": zod_1.default.string(),
|
|
3514
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3515
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorsResponseIdRegExp),
|
|
3516
|
+
"kind": zod_1.default.string(),
|
|
3517
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3518
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3519
|
+
"name": zod_1.default.string(),
|
|
3520
|
+
"url": zod_1.default.string()
|
|
3521
|
+
});
|
|
3522
|
+
exports.connectorsGetConnectorsResponse = zod_1.default.array(exports.connectorsGetConnectorsResponseItem);
|
|
3523
|
+
/**
|
|
3524
|
+
* @summary Creates a connector and its shared credential in one call: the value
|
|
3525
|
+
goes to Key Vault, the row stores only the reference.
|
|
3526
|
+
*/
|
|
3527
|
+
exports.connectorsCreateConnectorBody = zod_1.default.strictObject({
|
|
3528
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3529
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3530
|
+
"authType": zod_1.default.string(),
|
|
3531
|
+
"kind": zod_1.default.string(),
|
|
3532
|
+
"name": zod_1.default.string(),
|
|
3533
|
+
"secret": zod_1.default.string().nullish(),
|
|
3534
|
+
"url": zod_1.default.string()
|
|
3535
|
+
});
|
|
3536
|
+
/**
|
|
3537
|
+
* @summary Picker list for workspace editors: id, name and kind only. Gated on
|
|
3538
|
+
WorkspaceEdit rather than Admin because attaching a connector to a
|
|
3539
|
+
workspace is a workspace-editor action, and the picker is how they
|
|
3540
|
+
choose one. Admins pass this gate via the role bypass.
|
|
3541
|
+
*/
|
|
3542
|
+
exports.connectorsGetConnectorSummariesQueryParams = zod_1.default.strictObject({
|
|
3543
|
+
"kind": zod_1.default.string().optional()
|
|
3544
|
+
});
|
|
3545
|
+
exports.connectorsGetConnectorSummariesResponseIdRegExp = new RegExp('^[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}$');
|
|
3546
|
+
exports.connectorsGetConnectorSummariesResponseItem = zod_1.default.object({
|
|
3547
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorSummariesResponseIdRegExp),
|
|
3548
|
+
"kind": zod_1.default.string(),
|
|
3549
|
+
"name": zod_1.default.string()
|
|
3550
|
+
});
|
|
3551
|
+
exports.connectorsGetConnectorSummariesResponse = zod_1.default.array(exports.connectorsGetConnectorSummariesResponseItem);
|
|
3552
|
+
exports.connectorsDeleteConnectorPathIdRegExp = new RegExp('^[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}$');
|
|
3553
|
+
exports.connectorsDeleteConnectorParams = zod_1.default.strictObject({
|
|
3554
|
+
"id": zod_1.default.string().regex(exports.connectorsDeleteConnectorPathIdRegExp)
|
|
3555
|
+
});
|
|
3556
|
+
exports.connectorsGetConnectorPathIdRegExp = new RegExp('^[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}$');
|
|
3557
|
+
exports.connectorsGetConnectorParams = zod_1.default.strictObject({
|
|
3558
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorPathIdRegExp)
|
|
3559
|
+
});
|
|
3560
|
+
exports.connectorsGetConnectorResponseIdRegExp = new RegExp('^[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}$');
|
|
3561
|
+
exports.connectorsGetConnectorResponse = zod_1.default.object({
|
|
3562
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3563
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3564
|
+
"authType": zod_1.default.string(),
|
|
3565
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3566
|
+
"createdByUserId": zod_1.default.string(),
|
|
3567
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3568
|
+
"id": zod_1.default.string().regex(exports.connectorsGetConnectorResponseIdRegExp),
|
|
3569
|
+
"kind": zod_1.default.string(),
|
|
3570
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3571
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3572
|
+
"name": zod_1.default.string(),
|
|
3573
|
+
"url": zod_1.default.string()
|
|
3574
|
+
});
|
|
3575
|
+
/**
|
|
3576
|
+
* @summary Updates a connector. Omit `Secret` to leave the credential
|
|
3577
|
+
untouched; supply one to rotate it.
|
|
3578
|
+
*/
|
|
3579
|
+
exports.connectorsUpdateConnectorPathIdRegExp = new RegExp('^[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}$');
|
|
3580
|
+
exports.connectorsUpdateConnectorParams = zod_1.default.strictObject({
|
|
3581
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorPathIdRegExp)
|
|
3582
|
+
});
|
|
3583
|
+
exports.connectorsUpdateConnectorBody = zod_1.default.strictObject({
|
|
3584
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3585
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3586
|
+
"authType": zod_1.default.string(),
|
|
3587
|
+
"name": zod_1.default.string(),
|
|
3588
|
+
"secret": zod_1.default.string().nullish(),
|
|
3589
|
+
"url": zod_1.default.string()
|
|
3590
|
+
});
|
|
3591
|
+
exports.connectorsUpdateConnectorResponseIdRegExp = new RegExp('^[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}$');
|
|
3592
|
+
exports.connectorsUpdateConnectorResponse = zod_1.default.object({
|
|
3593
|
+
"authHeaderName": zod_1.default.string().nullish(),
|
|
3594
|
+
"authScheme": zod_1.default.string().nullish(),
|
|
3595
|
+
"authType": zod_1.default.string(),
|
|
3596
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3597
|
+
"createdByUserId": zod_1.default.string(),
|
|
3598
|
+
"hasSecret": zod_1.default.boolean(),
|
|
3599
|
+
"id": zod_1.default.string().regex(exports.connectorsUpdateConnectorResponseIdRegExp),
|
|
3600
|
+
"kind": zod_1.default.string(),
|
|
3601
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3602
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3603
|
+
"name": zod_1.default.string(),
|
|
3604
|
+
"url": zod_1.default.string()
|
|
3605
|
+
});
|
|
2987
3606
|
/**
|
|
2988
3607
|
* @summary Retrieve a Shared Access Signature (SAS) for a specific item within a data space's documents in SmartSpace, using the dataSpaceId.
|
|
2989
3608
|
*/
|
|
@@ -2997,6 +3616,53 @@ exports.documentsGetDocumentSasQueryParams = zod_1.default.strictObject({
|
|
|
2997
3616
|
exports.documentsGetDocumentSasResponse = zod_1.default.object({
|
|
2998
3617
|
"uri": zod_1.default.url()
|
|
2999
3618
|
});
|
|
3619
|
+
/**
|
|
3620
|
+
* @summary Lists all managed secrets — names and audit metadata only, never values.
|
|
3621
|
+
*/
|
|
3622
|
+
exports.managedSecretsGetManagedSecretsResponseIdRegExp = new RegExp('^[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}$');
|
|
3623
|
+
exports.managedSecretsGetManagedSecretsResponseItem = zod_1.default.object({
|
|
3624
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3625
|
+
"createdByUserId": zod_1.default.string(),
|
|
3626
|
+
"id": zod_1.default.string().regex(exports.managedSecretsGetManagedSecretsResponseIdRegExp),
|
|
3627
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3628
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3629
|
+
"name": zod_1.default.string()
|
|
3630
|
+
});
|
|
3631
|
+
exports.managedSecretsGetManagedSecretsResponse = zod_1.default.array(exports.managedSecretsGetManagedSecretsResponseItem);
|
|
3632
|
+
/**
|
|
3633
|
+
* @summary Creates a named secret: writes the value to Key Vault and stores only
|
|
3634
|
+
the vault reference.
|
|
3635
|
+
*/
|
|
3636
|
+
exports.managedSecretsCreateManagedSecretBody = zod_1.default.strictObject({
|
|
3637
|
+
"name": zod_1.default.string(),
|
|
3638
|
+
"value": zod_1.default.string()
|
|
3639
|
+
});
|
|
3640
|
+
/**
|
|
3641
|
+
* @summary Deletes a secret: removes the Key Vault secret and hard-deletes the row.
|
|
3642
|
+
*/
|
|
3643
|
+
exports.managedSecretsDeleteManagedSecretParams = zod_1.default.strictObject({
|
|
3644
|
+
"name": zod_1.default.string()
|
|
3645
|
+
});
|
|
3646
|
+
/**
|
|
3647
|
+
* @summary Overwrites (rotates) a secret's value — a new Key Vault version under
|
|
3648
|
+
the same vault key. The value is write-only; nothing is returned but
|
|
3649
|
+
audit metadata.
|
|
3650
|
+
*/
|
|
3651
|
+
exports.managedSecretsOverwriteManagedSecretValueParams = zod_1.default.strictObject({
|
|
3652
|
+
"name": zod_1.default.string()
|
|
3653
|
+
});
|
|
3654
|
+
exports.managedSecretsOverwriteManagedSecretValueBody = zod_1.default.strictObject({
|
|
3655
|
+
"value": zod_1.default.string()
|
|
3656
|
+
});
|
|
3657
|
+
exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp = new RegExp('^[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}$');
|
|
3658
|
+
exports.managedSecretsOverwriteManagedSecretValueResponse = zod_1.default.object({
|
|
3659
|
+
"createdAt": zod_1.default.iso.datetime({}),
|
|
3660
|
+
"createdByUserId": zod_1.default.string(),
|
|
3661
|
+
"id": zod_1.default.string().regex(exports.managedSecretsOverwriteManagedSecretValueResponseIdRegExp),
|
|
3662
|
+
"modifiedAt": zod_1.default.iso.datetime({}),
|
|
3663
|
+
"modifiedByUserId": zod_1.default.string(),
|
|
3664
|
+
"name": zod_1.default.string()
|
|
3665
|
+
});
|
|
3000
3666
|
exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp = new RegExp('^[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}$');
|
|
3001
3667
|
exports.messageThreadsGetWorkspaceExecutionsParams = zod_1.default.strictObject({
|
|
3002
3668
|
"workSpaceId": zod_1.default.string().regex(exports.messageThreadsGetWorkspaceExecutionsPathWorkSpaceIdRegExp)
|
|
@@ -3113,6 +3779,35 @@ exports.messageThreadsGetStepExecutionsResponse = zod_1.default.object({
|
|
|
3113
3779
|
})),
|
|
3114
3780
|
"total": zod_1.default.number()
|
|
3115
3781
|
});
|
|
3782
|
+
/**
|
|
3783
|
+
* @summary Lists a workspace's flow runs, newest first (chat threads, designer
|
|
3784
|
+
runs, CallFlow sub-runs). Proxies the AI API's workspace run store.
|
|
3785
|
+
*/
|
|
3786
|
+
exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp = new RegExp('^[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}$');
|
|
3787
|
+
exports.flowRunsGetWorkspaceRunsParams = zod_1.default.strictObject({
|
|
3788
|
+
"workspaceId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsPathWorkspaceIdRegExp).describe('Workspace whose runs to list')
|
|
3789
|
+
});
|
|
3790
|
+
exports.flowRunsGetWorkspaceRunsQuerySkipDefault = 0;
|
|
3791
|
+
exports.flowRunsGetWorkspaceRunsQueryTakeDefault = 20;
|
|
3792
|
+
exports.flowRunsGetWorkspaceRunsQueryParams = zod_1.default.strictObject({
|
|
3793
|
+
"skip": zod_1.default.number().optional().describe('Number of records to skip'),
|
|
3794
|
+
"take": zod_1.default.number().default(exports.flowRunsGetWorkspaceRunsQueryTakeDefault).describe('Number of records to take')
|
|
3795
|
+
});
|
|
3796
|
+
exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp = new RegExp('^[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}$');
|
|
3797
|
+
exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp = new RegExp('^[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}$');
|
|
3798
|
+
exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp = new RegExp('^[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}$');
|
|
3799
|
+
exports.flowRunsGetWorkspaceRunsResponse = zod_1.default.object({
|
|
3800
|
+
"data": zod_1.default.array(zod_1.default.object({
|
|
3801
|
+
"createdAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3802
|
+
"finishedAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3803
|
+
"flowDefinitionId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowDefinitionIdRegExp).nullish(),
|
|
3804
|
+
"flowId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowIdRegExp).nullish(),
|
|
3805
|
+
"flowRunId": zod_1.default.string().regex(exports.flowRunsGetWorkspaceRunsResponseDataItemFlowRunIdRegExp),
|
|
3806
|
+
"runAt": zod_1.default.iso.datetime({}).nullish(),
|
|
3807
|
+
"status": zod_1.default.string()
|
|
3808
|
+
})),
|
|
3809
|
+
"total": zod_1.default.number()
|
|
3810
|
+
});
|
|
3116
3811
|
/**
|
|
3117
3812
|
* @summary Fetch details of the sandbox environment for a specific workspace in SmartSpace, using the workspaceId.
|
|
3118
3813
|
*/
|
|
@@ -3179,6 +3874,7 @@ exports.sandBoxGetThreadMessagesResponseItem = zod_1.default.object({
|
|
|
3179
3874
|
"blockId": zod_1.default.string().nullish(),
|
|
3180
3875
|
"code": zod_1.default.number(),
|
|
3181
3876
|
"data": zod_1.default.any().nullish(),
|
|
3877
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
3182
3878
|
"message": zod_1.default.string().nullish()
|
|
3183
3879
|
})),
|
|
3184
3880
|
"hasComments": zod_1.default.boolean(),
|
|
@@ -3227,6 +3923,7 @@ exports.sandBoxThreadMessagesResponse = zod_1.default.object({
|
|
|
3227
3923
|
"blockId": zod_1.default.string().nullish(),
|
|
3228
3924
|
"code": zod_1.default.number(),
|
|
3229
3925
|
"data": zod_1.default.any().nullish(),
|
|
3926
|
+
"errorCode": zod_1.default.string().nullish(),
|
|
3230
3927
|
"message": zod_1.default.string().nullish()
|
|
3231
3928
|
})),
|
|
3232
3929
|
"hasComments": zod_1.default.boolean(),
|