@distilled.cloud/neon 0.10.2 → 0.12.0
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/lib/client.d.ts +2 -2
- package/lib/operations/acceptProjectTransferRequest.d.ts +5 -1
- package/lib/operations/acceptProjectTransferRequest.d.ts.map +1 -1
- package/lib/operations/addBranchNeonAuthOauthProvider.d.ts +13 -1
- package/lib/operations/addBranchNeonAuthOauthProvider.d.ts.map +1 -1
- package/lib/operations/addBranchNeonAuthTrustedDomain.d.ts +6 -1
- package/lib/operations/addBranchNeonAuthTrustedDomain.d.ts.map +1 -1
- package/lib/operations/addProjectJWKS.d.ts +35 -1
- package/lib/operations/addProjectJWKS.d.ts.map +1 -1
- package/lib/operations/assignOrganizationVPCEndpoint.d.ts +6 -1
- package/lib/operations/assignOrganizationVPCEndpoint.d.ts.map +1 -1
- package/lib/operations/assignProjectVPCEndpoint.d.ts +5 -1
- package/lib/operations/assignProjectVPCEndpoint.d.ts.map +1 -1
- package/lib/operations/countProjectBranches.d.ts +7 -1
- package/lib/operations/countProjectBranches.d.ts.map +1 -1
- package/lib/operations/countProjectBranches.js +2 -0
- package/lib/operations/countProjectBranches.js.map +1 -1
- package/lib/operations/createApiKey.d.ts +9 -1
- package/lib/operations/createApiKey.d.ts.map +1 -1
- package/lib/operations/createBranchNeonAuthNewUser.d.ts +8 -1
- package/lib/operations/createBranchNeonAuthNewUser.d.ts.map +1 -1
- package/lib/operations/createNeonAuth.d.ts +15 -1
- package/lib/operations/createNeonAuth.d.ts.map +1 -1
- package/lib/operations/createNeonAuthProviderSDKKeys.d.ts +13 -1
- package/lib/operations/createNeonAuthProviderSDKKeys.d.ts.map +1 -1
- package/lib/operations/createOrgApiKey.d.ts +10 -1
- package/lib/operations/createOrgApiKey.d.ts.map +1 -1
- package/lib/operations/createOrganizationInvitations.d.ts +16 -1
- package/lib/operations/createOrganizationInvitations.d.ts.map +1 -1
- package/lib/operations/createProject.d.ts +254 -1
- package/lib/operations/createProject.d.ts.map +1 -1
- package/lib/operations/createProjectBranch.d.ts +122 -1
- package/lib/operations/createProjectBranch.d.ts.map +1 -1
- package/lib/operations/createProjectBranchAnonymized.d.ts +122 -1
- package/lib/operations/createProjectBranchAnonymized.d.ts.map +1 -1
- package/lib/operations/createProjectBranchDataAPI.d.ts +25 -1
- package/lib/operations/createProjectBranchDataAPI.d.ts.map +1 -1
- package/lib/operations/createProjectBranchDatabase.d.ts +32 -1
- package/lib/operations/createProjectBranchDatabase.d.ts.map +1 -1
- package/lib/operations/createProjectBranchDatabase.js +2 -0
- package/lib/operations/createProjectBranchDatabase.js.map +1 -1
- package/lib/operations/createProjectBranchRole.d.ts +33 -1
- package/lib/operations/createProjectBranchRole.d.ts.map +1 -1
- package/lib/operations/createProjectBranchRole.js +2 -0
- package/lib/operations/createProjectBranchRole.js.map +1 -1
- package/lib/operations/createProjectEndpoint.d.ts +84 -1
- package/lib/operations/createProjectEndpoint.d.ts.map +1 -1
- package/lib/operations/createProjectEndpoint.js +2 -0
- package/lib/operations/createProjectEndpoint.js.map +1 -1
- package/lib/operations/createProjectTransferRequest.d.ts +9 -1
- package/lib/operations/createProjectTransferRequest.d.ts.map +1 -1
- package/lib/operations/createSnapshot.d.ts +33 -1
- package/lib/operations/createSnapshot.d.ts.map +1 -1
- package/lib/operations/deleteBranchNeonAuthOauthProvider.d.ts +5 -1
- package/lib/operations/deleteBranchNeonAuthOauthProvider.d.ts.map +1 -1
- package/lib/operations/deleteBranchNeonAuthTrustedDomain.d.ts +8 -1
- package/lib/operations/deleteBranchNeonAuthTrustedDomain.d.ts.map +1 -1
- package/lib/operations/deleteBranchNeonAuthUser.d.ts +5 -1
- package/lib/operations/deleteBranchNeonAuthUser.d.ts.map +1 -1
- package/lib/operations/deleteOrganizationVPCEndpoint.d.ts +5 -1
- package/lib/operations/deleteOrganizationVPCEndpoint.d.ts.map +1 -1
- package/lib/operations/deleteProject.d.ts +81 -1
- package/lib/operations/deleteProject.d.ts.map +1 -1
- package/lib/operations/deleteProject.js +2 -0
- package/lib/operations/deleteProject.js.map +1 -1
- package/lib/operations/deleteProjectBranch.d.ts +58 -1
- package/lib/operations/deleteProjectBranch.d.ts.map +1 -1
- package/lib/operations/deleteProjectBranch.js +2 -0
- package/lib/operations/deleteProjectBranch.js.map +1 -1
- package/lib/operations/deleteProjectBranchDataAPI.d.ts +5 -1
- package/lib/operations/deleteProjectBranchDataAPI.d.ts.map +1 -1
- package/lib/operations/deleteProjectBranchDatabase.d.ts +29 -1
- package/lib/operations/deleteProjectBranchDatabase.d.ts.map +1 -1
- package/lib/operations/deleteProjectBranchDatabase.js +2 -0
- package/lib/operations/deleteProjectBranchDatabase.js.map +1 -1
- package/lib/operations/deleteProjectBranchRole.d.ts +30 -1
- package/lib/operations/deleteProjectBranchRole.d.ts.map +1 -1
- package/lib/operations/deleteProjectBranchRole.js +2 -0
- package/lib/operations/deleteProjectBranchRole.js.map +1 -1
- package/lib/operations/deleteProjectEndpoint.d.ts +59 -1
- package/lib/operations/deleteProjectEndpoint.d.ts.map +1 -1
- package/lib/operations/deleteProjectEndpoint.js +2 -0
- package/lib/operations/deleteProjectEndpoint.js.map +1 -1
- package/lib/operations/deleteProjectJWKS.d.ts +14 -1
- package/lib/operations/deleteProjectJWKS.d.ts.map +1 -1
- package/lib/operations/deleteProjectVPCEndpoint.d.ts +4 -1
- package/lib/operations/deleteProjectVPCEndpoint.d.ts.map +1 -1
- package/lib/operations/deleteSnapshot.d.ts +4 -1
- package/lib/operations/deleteSnapshot.d.ts.map +1 -1
- package/lib/operations/disableNeonAuth.d.ts +5 -1
- package/lib/operations/disableNeonAuth.d.ts.map +1 -1
- package/lib/operations/finalizeRestoreBranch.d.ts +20 -1
- package/lib/operations/finalizeRestoreBranch.d.ts.map +1 -1
- package/lib/operations/getActiveRegions.d.ts +11 -1
- package/lib/operations/getActiveRegions.d.ts.map +1 -1
- package/lib/operations/getAnonymizedBranchStatus.d.ts +19 -1
- package/lib/operations/getAnonymizedBranchStatus.d.ts.map +1 -1
- package/lib/operations/getAuthDetails.d.ts +5 -1
- package/lib/operations/getAuthDetails.d.ts.map +1 -1
- package/lib/operations/getAvailablePreloadLibraries.d.ts +11 -1
- package/lib/operations/getAvailablePreloadLibraries.d.ts.map +1 -1
- package/lib/operations/getConnectionURI.d.ts +11 -1
- package/lib/operations/getConnectionURI.d.ts.map +1 -1
- package/lib/operations/getConnectionURI.js +2 -0
- package/lib/operations/getConnectionURI.js.map +1 -1
- package/lib/operations/getConsumptionHistoryPerAccount.d.ts +27 -1
- package/lib/operations/getConsumptionHistoryPerAccount.d.ts.map +1 -1
- package/lib/operations/getConsumptionHistoryPerAccount.js +2 -0
- package/lib/operations/getConsumptionHistoryPerAccount.js.map +1 -1
- package/lib/operations/getConsumptionHistoryPerProject.d.ts +36 -1
- package/lib/operations/getConsumptionHistoryPerProject.d.ts.map +1 -1
- package/lib/operations/getConsumptionHistoryPerProject.js +2 -0
- package/lib/operations/getConsumptionHistoryPerProject.js.map +1 -1
- package/lib/operations/getConsumptionHistoryPerProjectV2.d.ts +32 -1
- package/lib/operations/getConsumptionHistoryPerProjectV2.d.ts.map +1 -1
- package/lib/operations/getConsumptionHistoryPerProjectV2.js +2 -0
- package/lib/operations/getConsumptionHistoryPerProjectV2.js.map +1 -1
- package/lib/operations/getCurrentUserInfo.d.ts +55 -1
- package/lib/operations/getCurrentUserInfo.d.ts.map +1 -1
- package/lib/operations/getCurrentUserOrganizations.d.ts +12 -1
- package/lib/operations/getCurrentUserOrganizations.d.ts.map +1 -1
- package/lib/operations/getMaskingRules.d.ts +13 -1
- package/lib/operations/getMaskingRules.d.ts.map +1 -1
- package/lib/operations/getNeonAuth.d.ts +14 -1
- package/lib/operations/getNeonAuth.d.ts.map +1 -1
- package/lib/operations/getNeonAuthAllowLocalhost.d.ts +6 -1
- package/lib/operations/getNeonAuthAllowLocalhost.d.ts.map +1 -1
- package/lib/operations/getNeonAuthEmailAndPasswordConfig.d.ts +12 -1
- package/lib/operations/getNeonAuthEmailAndPasswordConfig.d.ts.map +1 -1
- package/lib/operations/getNeonAuthEmailProvider.d.ts +4 -1
- package/lib/operations/getNeonAuthEmailProvider.d.ts.map +1 -1
- package/lib/operations/getNeonAuthPluginConfigs.d.ts +29 -1
- package/lib/operations/getNeonAuthPluginConfigs.d.ts.map +1 -1
- package/lib/operations/getNeonAuthWebhookConfig.d.ts +9 -1
- package/lib/operations/getNeonAuthWebhookConfig.d.ts.map +1 -1
- package/lib/operations/getOrganization.d.ts +12 -1
- package/lib/operations/getOrganization.d.ts.map +1 -1
- package/lib/operations/getOrganizationInvitations.d.ts +12 -1
- package/lib/operations/getOrganizationInvitations.d.ts.map +1 -1
- package/lib/operations/getOrganizationMember.d.ts +10 -1
- package/lib/operations/getOrganizationMember.d.ts.map +1 -1
- package/lib/operations/getOrganizationMembers.d.ts +26 -1
- package/lib/operations/getOrganizationMembers.d.ts.map +1 -1
- package/lib/operations/getOrganizationVPCEndpointDetails.d.ts +11 -1
- package/lib/operations/getOrganizationVPCEndpointDetails.d.ts.map +1 -1
- package/lib/operations/getProject.d.ts +81 -1
- package/lib/operations/getProject.d.ts.map +1 -1
- package/lib/operations/getProject.js +2 -0
- package/lib/operations/getProject.js.map +1 -1
- package/lib/operations/getProjectAdvisorSecurityIssues.d.ts +22 -1
- package/lib/operations/getProjectAdvisorSecurityIssues.d.ts.map +1 -1
- package/lib/operations/getProjectBranch.d.ts +55 -1
- package/lib/operations/getProjectBranch.d.ts.map +1 -1
- package/lib/operations/getProjectBranch.js +2 -0
- package/lib/operations/getProjectBranch.js.map +1 -1
- package/lib/operations/getProjectBranchDataAPI.d.ts +21 -1
- package/lib/operations/getProjectBranchDataAPI.d.ts.map +1 -1
- package/lib/operations/getProjectBranchDatabase.d.ts +15 -1
- package/lib/operations/getProjectBranchDatabase.d.ts.map +1 -1
- package/lib/operations/getProjectBranchDatabase.js +2 -0
- package/lib/operations/getProjectBranchDatabase.js.map +1 -1
- package/lib/operations/getProjectBranchRole.d.ts +16 -1
- package/lib/operations/getProjectBranchRole.d.ts.map +1 -1
- package/lib/operations/getProjectBranchRole.js +2 -0
- package/lib/operations/getProjectBranchRole.js.map +1 -1
- package/lib/operations/getProjectBranchRolePassword.d.ts +8 -1
- package/lib/operations/getProjectBranchRolePassword.d.ts.map +1 -1
- package/lib/operations/getProjectBranchRolePassword.js +2 -0
- package/lib/operations/getProjectBranchRolePassword.js.map +1 -1
- package/lib/operations/getProjectBranchSchema.d.ts +33 -1
- package/lib/operations/getProjectBranchSchema.d.ts.map +1 -1
- package/lib/operations/getProjectBranchSchema.js +2 -0
- package/lib/operations/getProjectBranchSchema.js.map +1 -1
- package/lib/operations/getProjectBranchSchemaComparison.d.ts +13 -1
- package/lib/operations/getProjectBranchSchemaComparison.d.ts.map +1 -1
- package/lib/operations/getProjectBranchSchemaComparison.js +2 -0
- package/lib/operations/getProjectBranchSchemaComparison.js.map +1 -1
- package/lib/operations/getProjectEndpoint.d.ts +45 -1
- package/lib/operations/getProjectEndpoint.d.ts.map +1 -1
- package/lib/operations/getProjectEndpoint.js +2 -0
- package/lib/operations/getProjectEndpoint.js.map +1 -1
- package/lib/operations/getProjectJWKS.d.ts +15 -1
- package/lib/operations/getProjectJWKS.d.ts.map +1 -1
- package/lib/operations/getProjectOperation.d.ts +20 -1
- package/lib/operations/getProjectOperation.d.ts.map +1 -1
- package/lib/operations/getProjectOperation.js +2 -0
- package/lib/operations/getProjectOperation.js.map +1 -1
- package/lib/operations/getSnapshotSchedule.d.ts +12 -1
- package/lib/operations/getSnapshotSchedule.d.ts.map +1 -1
- package/lib/operations/grantPermissionToProject.d.ts +9 -1
- package/lib/operations/grantPermissionToProject.d.ts.map +1 -1
- package/lib/operations/listApiKeys.d.ts +12 -1
- package/lib/operations/listApiKeys.d.ts.map +1 -1
- package/lib/operations/listBranchNeonAuthOauthProviders.d.ts +11 -1
- package/lib/operations/listBranchNeonAuthOauthProviders.d.ts.map +1 -1
- package/lib/operations/listBranchNeonAuthTrustedDomains.d.ts +9 -1
- package/lib/operations/listBranchNeonAuthTrustedDomains.d.ts.map +1 -1
- package/lib/operations/listOrgApiKeys.d.ts +15 -1
- package/lib/operations/listOrgApiKeys.d.ts.map +1 -1
- package/lib/operations/listOrganizationVPCEndpoints.d.ts +9 -1
- package/lib/operations/listOrganizationVPCEndpoints.d.ts.map +1 -1
- package/lib/operations/listOrganizationVPCEndpointsAllRegions.d.ts +9 -1
- package/lib/operations/listOrganizationVPCEndpointsAllRegions.d.ts.map +1 -1
- package/lib/operations/listProjectBranchDatabases.d.ts +14 -1
- package/lib/operations/listProjectBranchDatabases.d.ts.map +1 -1
- package/lib/operations/listProjectBranchDatabases.js +2 -0
- package/lib/operations/listProjectBranchDatabases.js.map +1 -1
- package/lib/operations/listProjectBranchEndpoints.d.ts +45 -1
- package/lib/operations/listProjectBranchEndpoints.d.ts.map +1 -1
- package/lib/operations/listProjectBranchEndpoints.js +2 -0
- package/lib/operations/listProjectBranchEndpoints.js.map +1 -1
- package/lib/operations/listProjectBranchRoles.d.ts +15 -1
- package/lib/operations/listProjectBranchRoles.d.ts.map +1 -1
- package/lib/operations/listProjectBranchRoles.js +2 -0
- package/lib/operations/listProjectBranchRoles.js.map +1 -1
- package/lib/operations/listProjectBranches.d.ts +66 -1
- package/lib/operations/listProjectBranches.d.ts.map +1 -1
- package/lib/operations/listProjectBranches.js +2 -0
- package/lib/operations/listProjectBranches.js.map +1 -1
- package/lib/operations/listProjectEndpoints.d.ts +44 -1
- package/lib/operations/listProjectEndpoints.d.ts.map +1 -1
- package/lib/operations/listProjectEndpoints.js +2 -0
- package/lib/operations/listProjectEndpoints.js.map +1 -1
- package/lib/operations/listProjectOperations.d.ts +24 -1
- package/lib/operations/listProjectOperations.d.ts.map +1 -1
- package/lib/operations/listProjectOperations.js +2 -0
- package/lib/operations/listProjectOperations.js.map +1 -1
- package/lib/operations/listProjectPermissions.d.ts +11 -1
- package/lib/operations/listProjectPermissions.d.ts.map +1 -1
- package/lib/operations/listProjectPermissions.js +2 -0
- package/lib/operations/listProjectPermissions.js.map +1 -1
- package/lib/operations/listProjectVPCEndpoints.d.ts +8 -1
- package/lib/operations/listProjectVPCEndpoints.d.ts.map +1 -1
- package/lib/operations/listProjects.d.ts +85 -1
- package/lib/operations/listProjects.d.ts.map +1 -1
- package/lib/operations/listSharedProjects.d.ts +77 -1
- package/lib/operations/listSharedProjects.d.ts.map +1 -1
- package/lib/operations/listSnapshots.d.ts +14 -1
- package/lib/operations/listSnapshots.d.ts.map +1 -1
- package/lib/operations/recoverProject.d.ts +118 -1
- package/lib/operations/recoverProject.d.ts.map +1 -1
- package/lib/operations/removeOrganizationMember.d.ts +4 -1
- package/lib/operations/removeOrganizationMember.d.ts.map +1 -1
- package/lib/operations/resetProjectBranchRolePassword.d.ts +30 -1
- package/lib/operations/resetProjectBranchRolePassword.d.ts.map +1 -1
- package/lib/operations/resetProjectBranchRolePassword.js +2 -0
- package/lib/operations/resetProjectBranchRolePassword.js.map +1 -1
- package/lib/operations/restartProjectEndpoint.d.ts +59 -1
- package/lib/operations/restartProjectEndpoint.d.ts.map +1 -1
- package/lib/operations/restartProjectEndpoint.js +2 -0
- package/lib/operations/restartProjectEndpoint.js.map +1 -1
- package/lib/operations/restoreProjectBranch.d.ts +62 -1
- package/lib/operations/restoreProjectBranch.d.ts.map +1 -1
- package/lib/operations/restoreProjectBranch.js +2 -0
- package/lib/operations/restoreProjectBranch.js.map +1 -1
- package/lib/operations/restoreSnapshot.d.ts +99 -1
- package/lib/operations/restoreSnapshot.d.ts.map +1 -1
- package/lib/operations/revokeApiKey.d.ts +12 -1
- package/lib/operations/revokeApiKey.d.ts.map +1 -1
- package/lib/operations/revokeApiKey.js +2 -0
- package/lib/operations/revokeApiKey.js.map +1 -1
- package/lib/operations/revokeOrgApiKey.d.ts +13 -1
- package/lib/operations/revokeOrgApiKey.d.ts.map +1 -1
- package/lib/operations/revokePermissionFromProject.d.ts +9 -1
- package/lib/operations/revokePermissionFromProject.d.ts.map +1 -1
- package/lib/operations/sendNeonAuthTestEmail.d.ts +7 -1
- package/lib/operations/sendNeonAuthTestEmail.d.ts.map +1 -1
- package/lib/operations/setDefaultProjectBranch.d.ts +58 -1
- package/lib/operations/setDefaultProjectBranch.d.ts.map +1 -1
- package/lib/operations/setDefaultProjectBranch.js +2 -0
- package/lib/operations/setDefaultProjectBranch.js.map +1 -1
- package/lib/operations/setSnapshotSchedule.d.ts +11 -1
- package/lib/operations/setSnapshotSchedule.d.ts.map +1 -1
- package/lib/operations/startAnonymization.d.ts +19 -1
- package/lib/operations/startAnonymization.d.ts.map +1 -1
- package/lib/operations/startProjectEndpoint.d.ts +59 -1
- package/lib/operations/startProjectEndpoint.d.ts.map +1 -1
- package/lib/operations/startProjectEndpoint.js +2 -0
- package/lib/operations/startProjectEndpoint.js.map +1 -1
- package/lib/operations/suspendProjectEndpoint.d.ts +59 -1
- package/lib/operations/suspendProjectEndpoint.d.ts.map +1 -1
- package/lib/operations/suspendProjectEndpoint.js +2 -0
- package/lib/operations/suspendProjectEndpoint.js.map +1 -1
- package/lib/operations/transferNeonAuthProviderProject.d.ts +6 -1
- package/lib/operations/transferNeonAuthProviderProject.d.ts.map +1 -1
- package/lib/operations/transferProjectsFromOrgToOrg.d.ts +6 -1
- package/lib/operations/transferProjectsFromOrgToOrg.d.ts.map +1 -1
- package/lib/operations/transferProjectsFromOrgToOrg.js +2 -0
- package/lib/operations/transferProjectsFromOrgToOrg.js.map +1 -1
- package/lib/operations/transferProjectsFromUserToOrg.d.ts +5 -1
- package/lib/operations/transferProjectsFromUserToOrg.d.ts.map +1 -1
- package/lib/operations/transferProjectsFromUserToOrg.js +2 -0
- package/lib/operations/transferProjectsFromUserToOrg.js.map +1 -1
- package/lib/operations/updateBranchNeonAuthOauthProvider.d.ts +13 -1
- package/lib/operations/updateBranchNeonAuthOauthProvider.d.ts.map +1 -1
- package/lib/operations/updateMaskingRules.d.ts +21 -1
- package/lib/operations/updateMaskingRules.d.ts.map +1 -1
- package/lib/operations/updateNeonAuthAllowLocalhost.d.ts +7 -1
- package/lib/operations/updateNeonAuthAllowLocalhost.d.ts.map +1 -1
- package/lib/operations/updateNeonAuthEmailAndPasswordConfig.d.ts +19 -1
- package/lib/operations/updateNeonAuthEmailAndPasswordConfig.d.ts.map +1 -1
- package/lib/operations/updateNeonAuthEmailProvider.d.ts +4 -1
- package/lib/operations/updateNeonAuthEmailProvider.d.ts.map +1 -1
- package/lib/operations/updateNeonAuthOrganizationPlugin.d.ts +15 -1
- package/lib/operations/updateNeonAuthOrganizationPlugin.d.ts.map +1 -1
- package/lib/operations/updateNeonAuthUserRole.d.ts +8 -1
- package/lib/operations/updateNeonAuthUserRole.d.ts.map +1 -1
- package/lib/operations/updateNeonAuthWebhookConfig.d.ts +13 -1
- package/lib/operations/updateNeonAuthWebhookConfig.d.ts.map +1 -1
- package/lib/operations/updateOrganizationMember.d.ts +11 -1
- package/lib/operations/updateOrganizationMember.d.ts.map +1 -1
- package/lib/operations/updateProject.d.ts +137 -1
- package/lib/operations/updateProject.d.ts.map +1 -1
- package/lib/operations/updateProject.js +2 -0
- package/lib/operations/updateProject.js.map +1 -1
- package/lib/operations/updateProjectBranch.d.ts +63 -1
- package/lib/operations/updateProjectBranch.d.ts.map +1 -1
- package/lib/operations/updateProjectBranch.js +2 -0
- package/lib/operations/updateProjectBranch.js.map +1 -1
- package/lib/operations/updateProjectBranchDataAPI.d.ts +17 -1
- package/lib/operations/updateProjectBranchDataAPI.d.ts.map +1 -1
- package/lib/operations/updateProjectBranchDatabase.d.ts +33 -1
- package/lib/operations/updateProjectBranchDatabase.d.ts.map +1 -1
- package/lib/operations/updateProjectBranchDatabase.js +2 -0
- package/lib/operations/updateProjectBranchDatabase.js.map +1 -1
- package/lib/operations/updateProjectEndpoint.d.ts +83 -1
- package/lib/operations/updateProjectEndpoint.d.ts.map +1 -1
- package/lib/operations/updateProjectEndpoint.js +2 -0
- package/lib/operations/updateProjectEndpoint.js.map +1 -1
- package/lib/operations/updateSnapshot.d.ts +18 -1
- package/lib/operations/updateSnapshot.d.ts.map +1 -1
- package/package.json +3 -2
- package/src/operations/countProjectBranches.ts +2 -0
- package/src/operations/createProjectBranchDatabase.ts +2 -0
- package/src/operations/createProjectBranchRole.ts +2 -0
- package/src/operations/createProjectEndpoint.ts +2 -0
- package/src/operations/deleteProject.ts +2 -0
- package/src/operations/deleteProjectBranch.ts +2 -0
- package/src/operations/deleteProjectBranchDatabase.ts +2 -0
- package/src/operations/deleteProjectBranchRole.ts +2 -0
- package/src/operations/deleteProjectEndpoint.ts +2 -0
- package/src/operations/getConnectionURI.ts +2 -0
- package/src/operations/getConsumptionHistoryPerAccount.ts +2 -0
- package/src/operations/getConsumptionHistoryPerProject.ts +2 -0
- package/src/operations/getConsumptionHistoryPerProjectV2.ts +2 -0
- package/src/operations/getProject.ts +2 -0
- package/src/operations/getProjectBranch.ts +2 -0
- package/src/operations/getProjectBranchDatabase.ts +2 -0
- package/src/operations/getProjectBranchRole.ts +2 -0
- package/src/operations/getProjectBranchRolePassword.ts +2 -0
- package/src/operations/getProjectBranchSchema.ts +2 -0
- package/src/operations/getProjectBranchSchemaComparison.ts +2 -0
- package/src/operations/getProjectEndpoint.ts +2 -0
- package/src/operations/getProjectOperation.ts +2 -0
- package/src/operations/listProjectBranchDatabases.ts +2 -0
- package/src/operations/listProjectBranchEndpoints.ts +2 -0
- package/src/operations/listProjectBranchRoles.ts +2 -0
- package/src/operations/listProjectBranches.ts +2 -0
- package/src/operations/listProjectEndpoints.ts +2 -0
- package/src/operations/listProjectOperations.ts +2 -0
- package/src/operations/listProjectPermissions.ts +2 -0
- package/src/operations/resetProjectBranchRolePassword.ts +2 -0
- package/src/operations/restartProjectEndpoint.ts +2 -0
- package/src/operations/restoreProjectBranch.ts +2 -0
- package/src/operations/revokeApiKey.ts +2 -0
- package/src/operations/setDefaultProjectBranch.ts +2 -0
- package/src/operations/startProjectEndpoint.ts +2 -0
- package/src/operations/suspendProjectEndpoint.ts +2 -0
- package/src/operations/transferProjectsFromOrgToOrg.ts +2 -0
- package/src/operations/transferProjectsFromUserToOrg.ts +2 -0
- package/src/operations/updateProject.ts +2 -0
- package/src/operations/updateProjectBranch.ts +2 -0
- package/src/operations/updateProjectBranchDatabase.ts +2 -0
- package/src/operations/updateProjectEndpoint.ts +2 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const GetProjectBranchInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -93,4 +94,5 @@ export type GetProjectBranchOutput = typeof GetProjectBranchOutput.Type;
|
|
|
93
94
|
export const getProjectBranch = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
94
95
|
inputSchema: GetProjectBranchInput,
|
|
95
96
|
outputSchema: GetProjectBranchOutput,
|
|
97
|
+
errors: [NotFound] as const,
|
|
96
98
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const GetProjectBranchDatabaseInput =
|
|
@@ -49,5 +50,6 @@ export const getProjectBranchDatabase = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
49
50
|
() => ({
|
|
50
51
|
inputSchema: GetProjectBranchDatabaseInput,
|
|
51
52
|
outputSchema: GetProjectBranchDatabaseOutput,
|
|
53
|
+
errors: [NotFound] as const,
|
|
52
54
|
}),
|
|
53
55
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
import { SensitiveString } from "../sensitive";
|
|
5
6
|
|
|
6
7
|
// Input Schema
|
|
@@ -51,5 +52,6 @@ export const getProjectBranchRole = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
51
52
|
() => ({
|
|
52
53
|
inputSchema: GetProjectBranchRoleInput,
|
|
53
54
|
outputSchema: GetProjectBranchRoleOutput,
|
|
55
|
+
errors: [NotFound] as const,
|
|
54
56
|
}),
|
|
55
57
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
import { SensitiveString } from "../sensitive";
|
|
5
6
|
|
|
6
7
|
// Input Schema
|
|
@@ -44,4 +45,5 @@ export const getProjectBranchRolePassword =
|
|
|
44
45
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
45
46
|
inputSchema: GetProjectBranchRolePasswordInput,
|
|
46
47
|
outputSchema: GetProjectBranchRolePasswordOutput,
|
|
48
|
+
errors: [NotFound] as const,
|
|
47
49
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const GetProjectBranchSchemaInput =
|
|
@@ -84,5 +85,6 @@ export const getProjectBranchSchema = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
84
85
|
() => ({
|
|
85
86
|
inputSchema: GetProjectBranchSchemaInput,
|
|
86
87
|
outputSchema: GetProjectBranchSchemaOutput,
|
|
88
|
+
errors: [NotFound] as const,
|
|
87
89
|
}),
|
|
88
90
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const GetProjectBranchSchemaComparisonInput =
|
|
@@ -53,4 +54,5 @@ export const getProjectBranchSchemaComparison =
|
|
|
53
54
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
54
55
|
inputSchema: GetProjectBranchSchemaComparisonInput,
|
|
55
56
|
outputSchema: GetProjectBranchSchemaComparisonOutput,
|
|
57
|
+
errors: [NotFound] as const,
|
|
56
58
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const GetProjectEndpointInput =
|
|
@@ -81,4 +82,5 @@ export type GetProjectEndpointOutput = typeof GetProjectEndpointOutput.Type;
|
|
|
81
82
|
export const getProjectEndpoint = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
82
83
|
inputSchema: GetProjectEndpointInput,
|
|
83
84
|
outputSchema: GetProjectEndpointOutput,
|
|
85
|
+
errors: [NotFound] as const,
|
|
84
86
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const GetProjectOperationInput =
|
|
@@ -89,4 +90,5 @@ export type GetProjectOperationOutput = typeof GetProjectOperationOutput.Type;
|
|
|
89
90
|
export const getProjectOperation = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
90
91
|
inputSchema: GetProjectOperationInput,
|
|
91
92
|
outputSchema: GetProjectOperationOutput,
|
|
93
|
+
errors: [NotFound] as const,
|
|
92
94
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const ListProjectBranchDatabasesInput =
|
|
@@ -50,5 +51,6 @@ export const listProjectBranchDatabases = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
50
51
|
() => ({
|
|
51
52
|
inputSchema: ListProjectBranchDatabasesInput,
|
|
52
53
|
outputSchema: ListProjectBranchDatabasesOutput,
|
|
54
|
+
errors: [NotFound] as const,
|
|
53
55
|
}),
|
|
54
56
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const ListProjectBranchEndpointsInput =
|
|
@@ -85,5 +86,6 @@ export const listProjectBranchEndpoints = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
85
86
|
() => ({
|
|
86
87
|
inputSchema: ListProjectBranchEndpointsInput,
|
|
87
88
|
outputSchema: ListProjectBranchEndpointsOutput,
|
|
89
|
+
errors: [NotFound] as const,
|
|
88
90
|
}),
|
|
89
91
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
import { SensitiveString } from "../sensitive";
|
|
5
6
|
|
|
6
7
|
// Input Schema
|
|
@@ -51,5 +52,6 @@ export const listProjectBranchRoles = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
51
52
|
() => ({
|
|
52
53
|
inputSchema: ListProjectBranchRolesInput,
|
|
53
54
|
outputSchema: ListProjectBranchRolesOutput,
|
|
55
|
+
errors: [NotFound] as const,
|
|
54
56
|
}),
|
|
55
57
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const ListProjectBranchesInput =
|
|
@@ -109,4 +110,5 @@ export type ListProjectBranchesOutput = typeof ListProjectBranchesOutput.Type;
|
|
|
109
110
|
export const listProjectBranches = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
110
111
|
inputSchema: ListProjectBranchesInput,
|
|
111
112
|
outputSchema: ListProjectBranchesOutput,
|
|
113
|
+
errors: [NotFound] as const,
|
|
112
114
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const ListProjectEndpointsInput =
|
|
@@ -75,5 +76,6 @@ export const listProjectEndpoints = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
75
76
|
() => ({
|
|
76
77
|
inputSchema: ListProjectEndpointsInput,
|
|
77
78
|
outputSchema: ListProjectEndpointsOutput,
|
|
79
|
+
errors: [NotFound] as const,
|
|
78
80
|
}),
|
|
79
81
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const ListProjectOperationsInput =
|
|
@@ -98,5 +99,6 @@ export const listProjectOperations = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
98
99
|
() => ({
|
|
99
100
|
inputSchema: ListProjectOperationsInput,
|
|
100
101
|
outputSchema: ListProjectOperationsOutput,
|
|
102
|
+
errors: [NotFound] as const,
|
|
101
103
|
}),
|
|
102
104
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const ListProjectPermissionsInput =
|
|
@@ -37,5 +38,6 @@ export const listProjectPermissions = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
37
38
|
() => ({
|
|
38
39
|
inputSchema: ListProjectPermissionsInput,
|
|
39
40
|
outputSchema: ListProjectPermissionsOutput,
|
|
41
|
+
errors: [NotFound] as const,
|
|
40
42
|
}),
|
|
41
43
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
import { SensitiveString } from "../sensitive";
|
|
5
6
|
|
|
6
7
|
// Input Schema
|
|
@@ -111,4 +112,5 @@ export const resetProjectBranchRolePassword =
|
|
|
111
112
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
112
113
|
inputSchema: ResetProjectBranchRolePasswordInput,
|
|
113
114
|
outputSchema: ResetProjectBranchRolePasswordOutput,
|
|
115
|
+
errors: [NotFound] as const,
|
|
114
116
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const RestartProjectEndpointInput =
|
|
@@ -138,5 +139,6 @@ export const restartProjectEndpoint = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
138
139
|
() => ({
|
|
139
140
|
inputSchema: RestartProjectEndpointInput,
|
|
140
141
|
outputSchema: RestartProjectEndpointOutput,
|
|
142
|
+
errors: [NotFound] as const,
|
|
141
143
|
}),
|
|
142
144
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const RestoreProjectBranchInput =
|
|
@@ -137,5 +138,6 @@ export const restoreProjectBranch = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
137
138
|
() => ({
|
|
138
139
|
inputSchema: RestoreProjectBranchInput,
|
|
139
140
|
outputSchema: RestoreProjectBranchOutput,
|
|
141
|
+
errors: [NotFound] as const,
|
|
140
142
|
}),
|
|
141
143
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const RevokeApiKeyInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -36,4 +37,5 @@ export type RevokeApiKeyOutput = typeof RevokeApiKeyOutput.Type;
|
|
|
36
37
|
export const revokeApiKey = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
37
38
|
inputSchema: RevokeApiKeyInput,
|
|
38
39
|
outputSchema: RevokeApiKeyOutput,
|
|
40
|
+
errors: [NotFound] as const,
|
|
39
41
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SetDefaultProjectBranchInput =
|
|
@@ -139,5 +140,6 @@ export const setDefaultProjectBranch = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
139
140
|
() => ({
|
|
140
141
|
inputSchema: SetDefaultProjectBranchInput,
|
|
141
142
|
outputSchema: SetDefaultProjectBranchOutput,
|
|
143
|
+
errors: [NotFound] as const,
|
|
142
144
|
}),
|
|
143
145
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const StartProjectEndpointInput =
|
|
@@ -137,5 +138,6 @@ export const startProjectEndpoint = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
137
138
|
() => ({
|
|
138
139
|
inputSchema: StartProjectEndpointInput,
|
|
139
140
|
outputSchema: StartProjectEndpointOutput,
|
|
141
|
+
errors: [NotFound] as const,
|
|
140
142
|
}),
|
|
141
143
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const SuspendProjectEndpointInput =
|
|
@@ -138,5 +139,6 @@ export const suspendProjectEndpoint = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
138
139
|
() => ({
|
|
139
140
|
inputSchema: SuspendProjectEndpointInput,
|
|
140
141
|
outputSchema: SuspendProjectEndpointOutput,
|
|
142
|
+
errors: [NotFound] as const,
|
|
141
143
|
}),
|
|
142
144
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { UnprocessableEntity } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const TransferProjectsFromOrgToOrgInput =
|
|
@@ -35,4 +36,5 @@ export const transferProjectsFromOrgToOrg =
|
|
|
35
36
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
36
37
|
inputSchema: TransferProjectsFromOrgToOrgInput,
|
|
37
38
|
outputSchema: TransferProjectsFromOrgToOrgOutput,
|
|
39
|
+
errors: [UnprocessableEntity] as const,
|
|
38
40
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { UnprocessableEntity } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const TransferProjectsFromUserToOrgInput =
|
|
@@ -27,4 +28,5 @@ export const transferProjectsFromUserToOrg =
|
|
|
27
28
|
/*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
28
29
|
inputSchema: TransferProjectsFromUserToOrgInput,
|
|
29
30
|
outputSchema: TransferProjectsFromUserToOrgOutput,
|
|
31
|
+
errors: [UnprocessableEntity] as const,
|
|
30
32
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const UpdateProjectInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -241,4 +242,5 @@ export type UpdateProjectOutput = typeof UpdateProjectOutput.Type;
|
|
|
241
242
|
export const updateProject = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
242
243
|
inputSchema: UpdateProjectInput,
|
|
243
244
|
outputSchema: UpdateProjectOutput,
|
|
245
|
+
errors: [BadRequest, NotFound] as const,
|
|
244
246
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { BadRequest, NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const UpdateProjectBranchInput =
|
|
@@ -140,4 +141,5 @@ export type UpdateProjectBranchOutput = typeof UpdateProjectBranchOutput.Type;
|
|
|
140
141
|
export const updateProjectBranch = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
141
142
|
inputSchema: UpdateProjectBranchInput,
|
|
142
143
|
outputSchema: UpdateProjectBranchOutput,
|
|
144
|
+
errors: [BadRequest, NotFound] as const,
|
|
143
145
|
}));
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const UpdateProjectBranchDatabaseInput =
|
|
@@ -108,5 +109,6 @@ export const updateProjectBranchDatabase = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
108
109
|
() => ({
|
|
109
110
|
inputSchema: UpdateProjectBranchDatabaseInput,
|
|
110
111
|
outputSchema: UpdateProjectBranchDatabaseOutput,
|
|
112
|
+
errors: [NotFound] as const,
|
|
111
113
|
}),
|
|
112
114
|
);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
2
|
import { API } from "../client";
|
|
3
3
|
import * as T from "../traits";
|
|
4
|
+
import { NotFound } from "../errors";
|
|
4
5
|
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const UpdateProjectEndpointInput =
|
|
@@ -169,5 +170,6 @@ export const updateProjectEndpoint = /*@__PURE__*/ /*#__PURE__*/ API.make(
|
|
|
169
170
|
() => ({
|
|
170
171
|
inputSchema: UpdateProjectEndpointInput,
|
|
171
172
|
outputSchema: UpdateProjectEndpointOutput,
|
|
173
|
+
errors: [NotFound] as const,
|
|
172
174
|
}),
|
|
173
175
|
);
|