@distilled.cloud/neon 0.10.1 → 0.11.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
|
@@ -133,5 +133,126 @@ export type CreateProjectBranchOutput = typeof CreateProjectBranchOutput.Type;
|
|
|
133
133
|
*
|
|
134
134
|
* @param project_id - The Neon project ID
|
|
135
135
|
*/
|
|
136
|
-
export declare const createProjectBranch:
|
|
136
|
+
export declare const createProjectBranch: import("@distilled.cloud/core/client").OperationMethod<{
|
|
137
|
+
readonly project_id: string;
|
|
138
|
+
}, {
|
|
139
|
+
readonly branch: {
|
|
140
|
+
readonly active_time_seconds: number;
|
|
141
|
+
readonly compute_time_seconds: number;
|
|
142
|
+
readonly cpu_used_sec: number;
|
|
143
|
+
readonly created_at: string;
|
|
144
|
+
readonly created_by?: {
|
|
145
|
+
readonly image?: string | undefined;
|
|
146
|
+
readonly name?: string | undefined;
|
|
147
|
+
} | undefined;
|
|
148
|
+
readonly creation_source: string;
|
|
149
|
+
readonly current_state: string;
|
|
150
|
+
readonly data_transfer_bytes: number;
|
|
151
|
+
readonly default: boolean;
|
|
152
|
+
readonly expires_at?: string | undefined;
|
|
153
|
+
readonly id: string;
|
|
154
|
+
readonly init_source?: string | undefined;
|
|
155
|
+
readonly last_reset_at?: string | undefined;
|
|
156
|
+
readonly logical_size?: number | undefined;
|
|
157
|
+
readonly name: string;
|
|
158
|
+
readonly parent_id?: string | undefined;
|
|
159
|
+
readonly parent_lsn?: string | undefined;
|
|
160
|
+
readonly parent_timestamp?: string | undefined;
|
|
161
|
+
readonly pending_state?: string | undefined;
|
|
162
|
+
readonly primary?: boolean | undefined;
|
|
163
|
+
readonly project_id: string;
|
|
164
|
+
readonly protected: boolean;
|
|
165
|
+
readonly restore_status?: string | undefined;
|
|
166
|
+
readonly restored_as?: string | undefined;
|
|
167
|
+
readonly restored_from?: string | undefined;
|
|
168
|
+
readonly restricted_actions?: readonly {
|
|
169
|
+
readonly name: string;
|
|
170
|
+
readonly reason: string;
|
|
171
|
+
}[] | undefined;
|
|
172
|
+
readonly state_changed_at: string;
|
|
173
|
+
readonly ttl_interval_seconds?: number | undefined;
|
|
174
|
+
readonly updated_at: string;
|
|
175
|
+
readonly written_data_bytes: number;
|
|
176
|
+
};
|
|
177
|
+
readonly connection_uris?: readonly {
|
|
178
|
+
readonly connection_parameters: {
|
|
179
|
+
readonly database: string;
|
|
180
|
+
readonly host: string;
|
|
181
|
+
readonly password: string | import("effect/Redacted").Redacted<string>;
|
|
182
|
+
readonly pooler_host: string;
|
|
183
|
+
readonly role: string;
|
|
184
|
+
};
|
|
185
|
+
readonly connection_uri: string | import("effect/Redacted").Redacted<string>;
|
|
186
|
+
}[] | undefined;
|
|
187
|
+
readonly databases: readonly {
|
|
188
|
+
readonly branch_id: string;
|
|
189
|
+
readonly created_at: string;
|
|
190
|
+
readonly id: number;
|
|
191
|
+
readonly name: string;
|
|
192
|
+
readonly owner_name: string;
|
|
193
|
+
readonly updated_at: string;
|
|
194
|
+
}[];
|
|
195
|
+
readonly endpoints: readonly {
|
|
196
|
+
readonly autoscaling_limit_max_cu: number;
|
|
197
|
+
readonly autoscaling_limit_min_cu: number;
|
|
198
|
+
readonly branch_id: string;
|
|
199
|
+
readonly compute_release_version?: string | undefined;
|
|
200
|
+
readonly created_at: string;
|
|
201
|
+
readonly creation_source: string;
|
|
202
|
+
readonly current_state: "active" | "idle" | "init";
|
|
203
|
+
readonly disabled: boolean;
|
|
204
|
+
readonly host: string;
|
|
205
|
+
readonly id: string;
|
|
206
|
+
readonly last_active?: string | undefined;
|
|
207
|
+
readonly name?: string | undefined;
|
|
208
|
+
readonly passwordless_access: boolean;
|
|
209
|
+
readonly pending_state?: "active" | "idle" | "init" | undefined;
|
|
210
|
+
readonly pooler_enabled: boolean;
|
|
211
|
+
readonly pooler_mode: "transaction";
|
|
212
|
+
readonly project_id: string;
|
|
213
|
+
readonly provisioner: string;
|
|
214
|
+
readonly proxy_host: string;
|
|
215
|
+
readonly region_id: string;
|
|
216
|
+
readonly settings: {
|
|
217
|
+
readonly pg_settings?: {
|
|
218
|
+
readonly [x: string]: string;
|
|
219
|
+
} | undefined;
|
|
220
|
+
readonly pgbouncer_settings?: {
|
|
221
|
+
readonly [x: string]: string;
|
|
222
|
+
} | undefined;
|
|
223
|
+
readonly preload_libraries?: {
|
|
224
|
+
readonly enabled_libraries?: readonly string[] | undefined;
|
|
225
|
+
readonly use_defaults?: boolean | undefined;
|
|
226
|
+
} | undefined;
|
|
227
|
+
};
|
|
228
|
+
readonly started_at?: string | undefined;
|
|
229
|
+
readonly suspend_timeout_seconds: number;
|
|
230
|
+
readonly suspended_at?: string | undefined;
|
|
231
|
+
readonly type: "read_only" | "read_write";
|
|
232
|
+
readonly updated_at: string;
|
|
233
|
+
}[];
|
|
234
|
+
readonly operations: readonly {
|
|
235
|
+
readonly action: "apply_config" | "apply_schema_from_branch" | "apply_storage_config" | "check_availability" | "create_branch" | "create_compute" | "create_timeline" | "delete_timeline" | "detach_parent_branch" | "disable_maintenance" | "import_data" | "prepare_secondary_pageserver" | "prewarm_replica" | "promote_replica" | "replace_safekeeper" | "set_storage_non_dirty" | "start_compute" | "start_reserved_compute" | "suspend_compute" | "swap_binding_id" | "switch_pageserver" | "sync_dbs_and_roles_from_compute" | "tenant_attach" | "tenant_detach" | "tenant_ignore" | "tenant_reattach" | "timeline_archive" | "timeline_mark_invisible" | "timeline_unarchive";
|
|
236
|
+
readonly branch_id?: string | undefined;
|
|
237
|
+
readonly created_at: string;
|
|
238
|
+
readonly endpoint_id?: string | undefined;
|
|
239
|
+
readonly error?: string | undefined;
|
|
240
|
+
readonly failures_count: number;
|
|
241
|
+
readonly id: string;
|
|
242
|
+
readonly project_id: string;
|
|
243
|
+
readonly retry_at?: string | undefined;
|
|
244
|
+
readonly status: "cancelled" | "cancelling" | "error" | "failed" | "finished" | "running" | "scheduling" | "skipped";
|
|
245
|
+
readonly total_duration_ms: number;
|
|
246
|
+
readonly updated_at: string;
|
|
247
|
+
}[];
|
|
248
|
+
readonly roles: readonly {
|
|
249
|
+
readonly authentication_method?: string | undefined;
|
|
250
|
+
readonly branch_id: string;
|
|
251
|
+
readonly created_at: string;
|
|
252
|
+
readonly name: string;
|
|
253
|
+
readonly password?: string | import("effect/Redacted").Redacted<string> | undefined;
|
|
254
|
+
readonly protected?: boolean | undefined;
|
|
255
|
+
readonly updated_at: string;
|
|
256
|
+
}[];
|
|
257
|
+
}, never, any>;
|
|
137
258
|
//# sourceMappingURL=createProjectBranch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createProjectBranch.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectBranch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,wBAAwB;;EAGyC,CAAC;AAC/E,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqLlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"createProjectBranch.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectBranch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,wBAAwB;;EAGyC,CAAC;AAC/E,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqLlC,CAAC;AACL,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,IAAI,CAAC;AAG9E;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAG7B,CAAC"}
|
|
@@ -133,5 +133,126 @@ export type CreateProjectBranchAnonymizedOutput = typeof CreateProjectBranchAnon
|
|
|
133
133
|
*
|
|
134
134
|
* @param project_id - The Neon project ID
|
|
135
135
|
*/
|
|
136
|
-
export declare const createProjectBranchAnonymized:
|
|
136
|
+
export declare const createProjectBranchAnonymized: import("@distilled.cloud/core/client").OperationMethod<{
|
|
137
|
+
readonly project_id: string;
|
|
138
|
+
}, {
|
|
139
|
+
readonly branch: {
|
|
140
|
+
readonly active_time_seconds: number;
|
|
141
|
+
readonly compute_time_seconds: number;
|
|
142
|
+
readonly cpu_used_sec: number;
|
|
143
|
+
readonly created_at: string;
|
|
144
|
+
readonly created_by?: {
|
|
145
|
+
readonly image?: string | undefined;
|
|
146
|
+
readonly name?: string | undefined;
|
|
147
|
+
} | undefined;
|
|
148
|
+
readonly creation_source: string;
|
|
149
|
+
readonly current_state: string;
|
|
150
|
+
readonly data_transfer_bytes: number;
|
|
151
|
+
readonly default: boolean;
|
|
152
|
+
readonly expires_at?: string | undefined;
|
|
153
|
+
readonly id: string;
|
|
154
|
+
readonly init_source?: string | undefined;
|
|
155
|
+
readonly last_reset_at?: string | undefined;
|
|
156
|
+
readonly logical_size?: number | undefined;
|
|
157
|
+
readonly name: string;
|
|
158
|
+
readonly parent_id?: string | undefined;
|
|
159
|
+
readonly parent_lsn?: string | undefined;
|
|
160
|
+
readonly parent_timestamp?: string | undefined;
|
|
161
|
+
readonly pending_state?: string | undefined;
|
|
162
|
+
readonly primary?: boolean | undefined;
|
|
163
|
+
readonly project_id: string;
|
|
164
|
+
readonly protected: boolean;
|
|
165
|
+
readonly restore_status?: string | undefined;
|
|
166
|
+
readonly restored_as?: string | undefined;
|
|
167
|
+
readonly restored_from?: string | undefined;
|
|
168
|
+
readonly restricted_actions?: readonly {
|
|
169
|
+
readonly name: string;
|
|
170
|
+
readonly reason: string;
|
|
171
|
+
}[] | undefined;
|
|
172
|
+
readonly state_changed_at: string;
|
|
173
|
+
readonly ttl_interval_seconds?: number | undefined;
|
|
174
|
+
readonly updated_at: string;
|
|
175
|
+
readonly written_data_bytes: number;
|
|
176
|
+
};
|
|
177
|
+
readonly connection_uris?: readonly {
|
|
178
|
+
readonly connection_parameters: {
|
|
179
|
+
readonly database: string;
|
|
180
|
+
readonly host: string;
|
|
181
|
+
readonly password: string | import("effect/Redacted").Redacted<string>;
|
|
182
|
+
readonly pooler_host: string;
|
|
183
|
+
readonly role: string;
|
|
184
|
+
};
|
|
185
|
+
readonly connection_uri: string | import("effect/Redacted").Redacted<string>;
|
|
186
|
+
}[] | undefined;
|
|
187
|
+
readonly databases: readonly {
|
|
188
|
+
readonly branch_id: string;
|
|
189
|
+
readonly created_at: string;
|
|
190
|
+
readonly id: number;
|
|
191
|
+
readonly name: string;
|
|
192
|
+
readonly owner_name: string;
|
|
193
|
+
readonly updated_at: string;
|
|
194
|
+
}[];
|
|
195
|
+
readonly endpoints: readonly {
|
|
196
|
+
readonly autoscaling_limit_max_cu: number;
|
|
197
|
+
readonly autoscaling_limit_min_cu: number;
|
|
198
|
+
readonly branch_id: string;
|
|
199
|
+
readonly compute_release_version?: string | undefined;
|
|
200
|
+
readonly created_at: string;
|
|
201
|
+
readonly creation_source: string;
|
|
202
|
+
readonly current_state: "active" | "idle" | "init";
|
|
203
|
+
readonly disabled: boolean;
|
|
204
|
+
readonly host: string;
|
|
205
|
+
readonly id: string;
|
|
206
|
+
readonly last_active?: string | undefined;
|
|
207
|
+
readonly name?: string | undefined;
|
|
208
|
+
readonly passwordless_access: boolean;
|
|
209
|
+
readonly pending_state?: "active" | "idle" | "init" | undefined;
|
|
210
|
+
readonly pooler_enabled: boolean;
|
|
211
|
+
readonly pooler_mode: "transaction";
|
|
212
|
+
readonly project_id: string;
|
|
213
|
+
readonly provisioner: string;
|
|
214
|
+
readonly proxy_host: string;
|
|
215
|
+
readonly region_id: string;
|
|
216
|
+
readonly settings: {
|
|
217
|
+
readonly pg_settings?: {
|
|
218
|
+
readonly [x: string]: string;
|
|
219
|
+
} | undefined;
|
|
220
|
+
readonly pgbouncer_settings?: {
|
|
221
|
+
readonly [x: string]: string;
|
|
222
|
+
} | undefined;
|
|
223
|
+
readonly preload_libraries?: {
|
|
224
|
+
readonly enabled_libraries?: readonly string[] | undefined;
|
|
225
|
+
readonly use_defaults?: boolean | undefined;
|
|
226
|
+
} | undefined;
|
|
227
|
+
};
|
|
228
|
+
readonly started_at?: string | undefined;
|
|
229
|
+
readonly suspend_timeout_seconds: number;
|
|
230
|
+
readonly suspended_at?: string | undefined;
|
|
231
|
+
readonly type: "read_only" | "read_write";
|
|
232
|
+
readonly updated_at: string;
|
|
233
|
+
}[];
|
|
234
|
+
readonly operations: readonly {
|
|
235
|
+
readonly action: "apply_config" | "apply_schema_from_branch" | "apply_storage_config" | "check_availability" | "create_branch" | "create_compute" | "create_timeline" | "delete_timeline" | "detach_parent_branch" | "disable_maintenance" | "import_data" | "prepare_secondary_pageserver" | "prewarm_replica" | "promote_replica" | "replace_safekeeper" | "set_storage_non_dirty" | "start_compute" | "start_reserved_compute" | "suspend_compute" | "swap_binding_id" | "switch_pageserver" | "sync_dbs_and_roles_from_compute" | "tenant_attach" | "tenant_detach" | "tenant_ignore" | "tenant_reattach" | "timeline_archive" | "timeline_mark_invisible" | "timeline_unarchive";
|
|
236
|
+
readonly branch_id?: string | undefined;
|
|
237
|
+
readonly created_at: string;
|
|
238
|
+
readonly endpoint_id?: string | undefined;
|
|
239
|
+
readonly error?: string | undefined;
|
|
240
|
+
readonly failures_count: number;
|
|
241
|
+
readonly id: string;
|
|
242
|
+
readonly project_id: string;
|
|
243
|
+
readonly retry_at?: string | undefined;
|
|
244
|
+
readonly status: "cancelled" | "cancelling" | "error" | "failed" | "finished" | "running" | "scheduling" | "skipped";
|
|
245
|
+
readonly total_duration_ms: number;
|
|
246
|
+
readonly updated_at: string;
|
|
247
|
+
}[];
|
|
248
|
+
readonly roles: readonly {
|
|
249
|
+
readonly authentication_method?: string | undefined;
|
|
250
|
+
readonly branch_id: string;
|
|
251
|
+
readonly created_at: string;
|
|
252
|
+
readonly name: string;
|
|
253
|
+
readonly password?: string | import("effect/Redacted").Redacted<string> | undefined;
|
|
254
|
+
readonly protected?: boolean | undefined;
|
|
255
|
+
readonly updated_at: string;
|
|
256
|
+
}[];
|
|
257
|
+
}, never, any>;
|
|
137
258
|
//# sourceMappingURL=createProjectBranchAnonymized.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createProjectBranchAnonymized.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectBranchAnonymized.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,kCAAkC;;EAQ5C,CAAC;AACJ,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqL5C,CAAC;AACL,MAAM,MAAM,mCAAmC,GAC7C,OAAO,mCAAmC,CAAC,IAAI,CAAC;AAGlD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,6BAA6B,
|
|
1
|
+
{"version":3,"file":"createProjectBranchAnonymized.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectBranchAnonymized.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,eAAO,MAAM,kCAAkC;;EAQ5C,CAAC;AACJ,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD,eAAO,MAAM,mCAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqL5C,CAAC;AACL,MAAM,MAAM,mCAAmC,GAC7C,OAAO,mCAAmC,CAAC,IAAI,CAAC;AAGlD;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIrC,CAAC"}
|
|
@@ -37,5 +37,29 @@ export type CreateProjectBranchDataAPIOutput = typeof CreateProjectBranchDataAPI
|
|
|
37
37
|
* @param branch_id - The Neon branch ID
|
|
38
38
|
* @param database_name - The database name
|
|
39
39
|
*/
|
|
40
|
-
export declare const createProjectBranchDataAPI:
|
|
40
|
+
export declare const createProjectBranchDataAPI: import("@distilled.cloud/core/client").OperationMethod<{
|
|
41
|
+
readonly add_default_grants?: boolean | undefined;
|
|
42
|
+
readonly auth_provider?: "external" | "neon_auth" | undefined;
|
|
43
|
+
readonly branch_id: string;
|
|
44
|
+
readonly database_name: string;
|
|
45
|
+
readonly jwks_url?: string | undefined;
|
|
46
|
+
readonly jwt_audience?: string | undefined;
|
|
47
|
+
readonly project_id: string;
|
|
48
|
+
readonly provider_name?: string | undefined;
|
|
49
|
+
readonly settings?: {
|
|
50
|
+
readonly db_aggregates_enabled?: boolean | undefined;
|
|
51
|
+
readonly db_anon_role?: string | undefined;
|
|
52
|
+
readonly db_extra_search_path?: string | undefined;
|
|
53
|
+
readonly db_max_rows?: number | undefined;
|
|
54
|
+
readonly db_schemas?: readonly string[] | undefined;
|
|
55
|
+
readonly jwt_cache_max_lifetime?: number | undefined;
|
|
56
|
+
readonly jwt_role_claim_key?: string | undefined;
|
|
57
|
+
readonly openapi_mode?: string | undefined;
|
|
58
|
+
readonly server_cors_allowed_origins?: string | undefined;
|
|
59
|
+
readonly server_timing_enabled?: boolean | undefined;
|
|
60
|
+
} | undefined;
|
|
61
|
+
readonly skip_auth_schema?: boolean | undefined;
|
|
62
|
+
}, {
|
|
63
|
+
readonly url: string;
|
|
64
|
+
}, never, any>;
|
|
41
65
|
//# sourceMappingURL=createProjectBranchDataAPI.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createProjectBranchDataAPI.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectBranchDataAPI.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;EA8BzC,CAAC;AACJ,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C,eAAO,MAAM,gCAAgC;;EAGzC,CAAC;AACL,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C;;;;;;;;;GASG;AACH,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"createProjectBranchDataAPI.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectBranchDataAPI.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;EA8BzC,CAAC;AACJ,MAAM,MAAM,+BAA+B,GACzC,OAAO,+BAA+B,CAAC,IAAI,CAAC;AAG9C,eAAO,MAAM,gCAAgC;;EAGzC,CAAC;AACL,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C;;;;;;;;;GASG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;cAKtC,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { BadRequest, NotFound, Conflict, UnprocessableEntity } from "../errors";
|
|
2
3
|
export declare const CreateProjectBranchDatabaseInput: Schema.Struct<{
|
|
3
4
|
readonly project_id: Schema.String;
|
|
4
5
|
readonly branch_id: Schema.String;
|
|
@@ -45,5 +46,35 @@ export type CreateProjectBranchDatabaseOutput = typeof CreateProjectBranchDataba
|
|
|
45
46
|
* @param project_id - The Neon project ID
|
|
46
47
|
* @param branch_id - The branch ID
|
|
47
48
|
*/
|
|
48
|
-
export declare const createProjectBranchDatabase:
|
|
49
|
+
export declare const createProjectBranchDatabase: import("@distilled.cloud/core/client").OperationMethod<{
|
|
50
|
+
readonly branch_id: string;
|
|
51
|
+
readonly database: {
|
|
52
|
+
readonly name: string;
|
|
53
|
+
readonly owner_name: string;
|
|
54
|
+
};
|
|
55
|
+
readonly project_id: string;
|
|
56
|
+
}, {
|
|
57
|
+
readonly database: {
|
|
58
|
+
readonly branch_id: string;
|
|
59
|
+
readonly created_at: string;
|
|
60
|
+
readonly id: number;
|
|
61
|
+
readonly name: string;
|
|
62
|
+
readonly owner_name: string;
|
|
63
|
+
readonly updated_at: string;
|
|
64
|
+
};
|
|
65
|
+
readonly operations: readonly {
|
|
66
|
+
readonly action: "apply_config" | "apply_schema_from_branch" | "apply_storage_config" | "check_availability" | "create_branch" | "create_compute" | "create_timeline" | "delete_timeline" | "detach_parent_branch" | "disable_maintenance" | "import_data" | "prepare_secondary_pageserver" | "prewarm_replica" | "promote_replica" | "replace_safekeeper" | "set_storage_non_dirty" | "start_compute" | "start_reserved_compute" | "suspend_compute" | "swap_binding_id" | "switch_pageserver" | "sync_dbs_and_roles_from_compute" | "tenant_attach" | "tenant_detach" | "tenant_ignore" | "tenant_reattach" | "timeline_archive" | "timeline_mark_invisible" | "timeline_unarchive";
|
|
67
|
+
readonly branch_id?: string | undefined;
|
|
68
|
+
readonly created_at: string;
|
|
69
|
+
readonly endpoint_id?: string | undefined;
|
|
70
|
+
readonly error?: string | undefined;
|
|
71
|
+
readonly failures_count: number;
|
|
72
|
+
readonly id: string;
|
|
73
|
+
readonly project_id: string;
|
|
74
|
+
readonly retry_at?: string | undefined;
|
|
75
|
+
readonly status: "cancelled" | "cancelling" | "error" | "failed" | "finished" | "running" | "scheduling" | "skipped";
|
|
76
|
+
readonly total_duration_ms: number;
|
|
77
|
+
readonly updated_at: string;
|
|
78
|
+
}[];
|
|
79
|
+
}, BadRequest | Conflict | NotFound | UnprocessableEntity, any>;
|
|
49
80
|
//# sourceMappingURL=createProjectBranchDatabase.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createProjectBranchDatabase.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectBranchDatabase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"createProjectBranchDatabase.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectBranchDatabase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AAGhF,eAAO,MAAM,gCAAgC;;;;;;;EAa1C,CAAC;AACJ,MAAM,MAAM,gCAAgC,GAC1C,OAAO,gCAAgC,CAAC,IAAI,CAAC;AAG/C,eAAO,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;EAiE1C,CAAC;AACL,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMvC,CAAC"}
|
|
@@ -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, Conflict, UnprocessableEntity } from "../errors";
|
|
4
5
|
// Input Schema
|
|
5
6
|
export const CreateProjectBranchDatabaseInput =
|
|
6
7
|
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -95,5 +96,6 @@ export const CreateProjectBranchDatabaseOutput =
|
|
|
95
96
|
export const createProjectBranchDatabase = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
96
97
|
inputSchema: CreateProjectBranchDatabaseInput,
|
|
97
98
|
outputSchema: CreateProjectBranchDatabaseOutput,
|
|
99
|
+
errors: [BadRequest, NotFound, Conflict, UnprocessableEntity],
|
|
98
100
|
}));
|
|
99
101
|
//# sourceMappingURL=createProjectBranchDatabase.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createProjectBranchDatabase.js","sourceRoot":"","sources":["../../src/operations/createProjectBranchDatabase.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"createProjectBranchDatabase.js","sourceRoot":"","sources":["../../src/operations/createProjectBranchDatabase.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { NotFound, Conflict } from "../errors";
|
|
2
3
|
export declare const CreateProjectBranchRoleInput: Schema.Struct<{
|
|
3
4
|
readonly project_id: Schema.String;
|
|
4
5
|
readonly branch_id: Schema.String;
|
|
@@ -47,5 +48,36 @@ export type CreateProjectBranchRoleOutput = typeof CreateProjectBranchRoleOutput
|
|
|
47
48
|
* @param project_id - The Neon project ID
|
|
48
49
|
* @param branch_id - The branch ID
|
|
49
50
|
*/
|
|
50
|
-
export declare const createProjectBranchRole:
|
|
51
|
+
export declare const createProjectBranchRole: import("@distilled.cloud/core/client").OperationMethod<{
|
|
52
|
+
readonly branch_id: string;
|
|
53
|
+
readonly project_id: string;
|
|
54
|
+
readonly role: {
|
|
55
|
+
readonly name: string;
|
|
56
|
+
readonly no_login?: boolean | undefined;
|
|
57
|
+
};
|
|
58
|
+
}, {
|
|
59
|
+
readonly operations: readonly {
|
|
60
|
+
readonly action: "apply_config" | "apply_schema_from_branch" | "apply_storage_config" | "check_availability" | "create_branch" | "create_compute" | "create_timeline" | "delete_timeline" | "detach_parent_branch" | "disable_maintenance" | "import_data" | "prepare_secondary_pageserver" | "prewarm_replica" | "promote_replica" | "replace_safekeeper" | "set_storage_non_dirty" | "start_compute" | "start_reserved_compute" | "suspend_compute" | "swap_binding_id" | "switch_pageserver" | "sync_dbs_and_roles_from_compute" | "tenant_attach" | "tenant_detach" | "tenant_ignore" | "tenant_reattach" | "timeline_archive" | "timeline_mark_invisible" | "timeline_unarchive";
|
|
61
|
+
readonly branch_id?: string | undefined;
|
|
62
|
+
readonly created_at: string;
|
|
63
|
+
readonly endpoint_id?: string | undefined;
|
|
64
|
+
readonly error?: string | undefined;
|
|
65
|
+
readonly failures_count: number;
|
|
66
|
+
readonly id: string;
|
|
67
|
+
readonly project_id: string;
|
|
68
|
+
readonly retry_at?: string | undefined;
|
|
69
|
+
readonly status: "cancelled" | "cancelling" | "error" | "failed" | "finished" | "running" | "scheduling" | "skipped";
|
|
70
|
+
readonly total_duration_ms: number;
|
|
71
|
+
readonly updated_at: string;
|
|
72
|
+
}[];
|
|
73
|
+
readonly role: {
|
|
74
|
+
readonly authentication_method?: string | undefined;
|
|
75
|
+
readonly branch_id: string;
|
|
76
|
+
readonly created_at: string;
|
|
77
|
+
readonly name: string;
|
|
78
|
+
readonly password?: string | import("effect/Redacted").Redacted<string> | undefined;
|
|
79
|
+
readonly protected?: boolean | undefined;
|
|
80
|
+
readonly updated_at: string;
|
|
81
|
+
};
|
|
82
|
+
}, Conflict | NotFound, any>;
|
|
51
83
|
//# sourceMappingURL=createProjectBranchRole.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createProjectBranchRole.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectBranchRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"createProjectBranchRole.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectBranchRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAI/C,eAAO,MAAM,4BAA4B;;;;;;;EAatC,CAAC;AACJ,MAAM,MAAM,4BAA4B,GACtC,OAAO,4BAA4B,CAAC,IAAI,CAAC;AAG3C,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;EAkEtC,CAAC;AACL,MAAM,MAAM,6BAA6B,GACvC,OAAO,6BAA6B,CAAC,IAAI,CAAC;AAG5C;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAMnC,CAAC"}
|
|
@@ -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, Conflict } from "../errors";
|
|
4
5
|
import { SensitiveString } from "../sensitive";
|
|
5
6
|
// Input Schema
|
|
6
7
|
export const CreateProjectBranchRoleInput =
|
|
@@ -98,5 +99,6 @@ export const CreateProjectBranchRoleOutput =
|
|
|
98
99
|
export const createProjectBranchRole = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
99
100
|
inputSchema: CreateProjectBranchRoleInput,
|
|
100
101
|
outputSchema: CreateProjectBranchRoleOutput,
|
|
102
|
+
errors: [NotFound, Conflict],
|
|
101
103
|
}));
|
|
102
104
|
//# sourceMappingURL=createProjectBranchRole.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createProjectBranchRole.js","sourceRoot":"","sources":["../../src/operations/createProjectBranchRole.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"createProjectBranchRole.js","sourceRoot":"","sources":["../../src/operations/createProjectBranchRole.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as Schema from "effect/Schema";
|
|
2
|
+
import { NotFound, Conflict } from "../errors";
|
|
2
3
|
export declare const CreateProjectEndpointInput: Schema.Struct<{
|
|
3
4
|
readonly project_id: Schema.String;
|
|
4
5
|
readonly endpoint: Schema.Struct<{
|
|
@@ -93,5 +94,87 @@ export type CreateProjectEndpointOutput = typeof CreateProjectEndpointOutput.Typ
|
|
|
93
94
|
*
|
|
94
95
|
* @param project_id - The Neon project ID
|
|
95
96
|
*/
|
|
96
|
-
export declare const createProjectEndpoint:
|
|
97
|
+
export declare const createProjectEndpoint: import("@distilled.cloud/core/client").OperationMethod<{
|
|
98
|
+
readonly endpoint: {
|
|
99
|
+
readonly autoscaling_limit_max_cu?: number | undefined;
|
|
100
|
+
readonly autoscaling_limit_min_cu?: number | undefined;
|
|
101
|
+
readonly branch_id: string;
|
|
102
|
+
readonly disabled?: boolean | undefined;
|
|
103
|
+
readonly name?: string | undefined;
|
|
104
|
+
readonly passwordless_access?: boolean | undefined;
|
|
105
|
+
readonly pooler_enabled?: boolean | undefined;
|
|
106
|
+
readonly pooler_mode?: "transaction" | undefined;
|
|
107
|
+
readonly provisioner?: string | undefined;
|
|
108
|
+
readonly region_id?: string | undefined;
|
|
109
|
+
readonly settings?: {
|
|
110
|
+
readonly pg_settings?: {
|
|
111
|
+
readonly [x: string]: string;
|
|
112
|
+
} | undefined;
|
|
113
|
+
readonly pgbouncer_settings?: {
|
|
114
|
+
readonly [x: string]: string;
|
|
115
|
+
} | undefined;
|
|
116
|
+
readonly preload_libraries?: {
|
|
117
|
+
readonly enabled_libraries?: readonly string[] | undefined;
|
|
118
|
+
readonly use_defaults?: boolean | undefined;
|
|
119
|
+
} | undefined;
|
|
120
|
+
} | undefined;
|
|
121
|
+
readonly suspend_timeout_seconds?: number | undefined;
|
|
122
|
+
readonly type: "read_only" | "read_write";
|
|
123
|
+
};
|
|
124
|
+
readonly project_id: string;
|
|
125
|
+
}, {
|
|
126
|
+
readonly endpoint: {
|
|
127
|
+
readonly autoscaling_limit_max_cu: number;
|
|
128
|
+
readonly autoscaling_limit_min_cu: number;
|
|
129
|
+
readonly branch_id: string;
|
|
130
|
+
readonly compute_release_version?: string | undefined;
|
|
131
|
+
readonly created_at: string;
|
|
132
|
+
readonly creation_source: string;
|
|
133
|
+
readonly current_state: "active" | "idle" | "init";
|
|
134
|
+
readonly disabled: boolean;
|
|
135
|
+
readonly host: string;
|
|
136
|
+
readonly id: string;
|
|
137
|
+
readonly last_active?: string | undefined;
|
|
138
|
+
readonly name?: string | undefined;
|
|
139
|
+
readonly passwordless_access: boolean;
|
|
140
|
+
readonly pending_state?: "active" | "idle" | "init" | undefined;
|
|
141
|
+
readonly pooler_enabled: boolean;
|
|
142
|
+
readonly pooler_mode: "transaction";
|
|
143
|
+
readonly project_id: string;
|
|
144
|
+
readonly provisioner: string;
|
|
145
|
+
readonly proxy_host: string;
|
|
146
|
+
readonly region_id: string;
|
|
147
|
+
readonly settings: {
|
|
148
|
+
readonly pg_settings?: {
|
|
149
|
+
readonly [x: string]: string;
|
|
150
|
+
} | undefined;
|
|
151
|
+
readonly pgbouncer_settings?: {
|
|
152
|
+
readonly [x: string]: string;
|
|
153
|
+
} | undefined;
|
|
154
|
+
readonly preload_libraries?: {
|
|
155
|
+
readonly enabled_libraries?: readonly string[] | undefined;
|
|
156
|
+
readonly use_defaults?: boolean | undefined;
|
|
157
|
+
} | undefined;
|
|
158
|
+
};
|
|
159
|
+
readonly started_at?: string | undefined;
|
|
160
|
+
readonly suspend_timeout_seconds: number;
|
|
161
|
+
readonly suspended_at?: string | undefined;
|
|
162
|
+
readonly type: "read_only" | "read_write";
|
|
163
|
+
readonly updated_at: string;
|
|
164
|
+
};
|
|
165
|
+
readonly operations: readonly {
|
|
166
|
+
readonly action: "apply_config" | "apply_schema_from_branch" | "apply_storage_config" | "check_availability" | "create_branch" | "create_compute" | "create_timeline" | "delete_timeline" | "detach_parent_branch" | "disable_maintenance" | "import_data" | "prepare_secondary_pageserver" | "prewarm_replica" | "promote_replica" | "replace_safekeeper" | "set_storage_non_dirty" | "start_compute" | "start_reserved_compute" | "suspend_compute" | "swap_binding_id" | "switch_pageserver" | "sync_dbs_and_roles_from_compute" | "tenant_attach" | "tenant_detach" | "tenant_ignore" | "tenant_reattach" | "timeline_archive" | "timeline_mark_invisible" | "timeline_unarchive";
|
|
167
|
+
readonly branch_id?: string | undefined;
|
|
168
|
+
readonly created_at: string;
|
|
169
|
+
readonly endpoint_id?: string | undefined;
|
|
170
|
+
readonly error?: string | undefined;
|
|
171
|
+
readonly failures_count: number;
|
|
172
|
+
readonly id: string;
|
|
173
|
+
readonly project_id: string;
|
|
174
|
+
readonly retry_at?: string | undefined;
|
|
175
|
+
readonly status: "cancelled" | "cancelling" | "error" | "failed" | "finished" | "running" | "scheduling" | "skipped";
|
|
176
|
+
readonly total_duration_ms: number;
|
|
177
|
+
readonly updated_at: string;
|
|
178
|
+
}[];
|
|
179
|
+
}, Conflict | NotFound, any>;
|
|
97
180
|
//# sourceMappingURL=createProjectEndpoint.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createProjectEndpoint.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectEndpoint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"createProjectEndpoint.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectEndpoint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,WAAW,CAAC;AAG/C,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;EAiCwC,CAAC;AAChF,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,IAAI,CAAC;AAGhF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoGpC,CAAC;AACL,MAAM,MAAM,2BAA2B,GACrC,OAAO,2BAA2B,CAAC,IAAI,CAAC;AAG1C;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAMjC,CAAC"}
|
|
@@ -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, Conflict } from "../errors";
|
|
4
5
|
// Input Schema
|
|
5
6
|
export const CreateProjectEndpointInput =
|
|
6
7
|
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
@@ -140,5 +141,6 @@ export const CreateProjectEndpointOutput =
|
|
|
140
141
|
export const createProjectEndpoint = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
141
142
|
inputSchema: CreateProjectEndpointInput,
|
|
142
143
|
outputSchema: CreateProjectEndpointOutput,
|
|
144
|
+
errors: [NotFound, Conflict],
|
|
143
145
|
}));
|
|
144
146
|
//# sourceMappingURL=createProjectEndpoint.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createProjectEndpoint.js","sourceRoot":"","sources":["../../src/operations/createProjectEndpoint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAChC,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"createProjectEndpoint.js","sourceRoot":"","sources":["../../src/operations/createProjectEndpoint.ts"],"names":[],"mappings":"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"}
|
|
@@ -25,5 +25,13 @@ export type CreateProjectTransferRequestOutput = typeof CreateProjectTransferReq
|
|
|
25
25
|
*
|
|
26
26
|
* @param project_id - The Neon project ID
|
|
27
27
|
*/
|
|
28
|
-
export declare const createProjectTransferRequest:
|
|
28
|
+
export declare const createProjectTransferRequest: import("@distilled.cloud/core/client").OperationMethod<{
|
|
29
|
+
readonly project_id: string;
|
|
30
|
+
readonly ttl_seconds?: number | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
readonly created_at: string;
|
|
33
|
+
readonly expires_at: string;
|
|
34
|
+
readonly id: string;
|
|
35
|
+
readonly project_id: string;
|
|
36
|
+
}, never, any>;
|
|
29
37
|
//# sourceMappingURL=createProjectTransferRequest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createProjectTransferRequest.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectTransferRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iCAAiC;;;EAS3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;EAM3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"createProjectTransferRequest.d.ts","sourceRoot":"","sources":["../../src/operations/createProjectTransferRequest.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,iCAAiC;;;EAS3C,CAAC;AACJ,MAAM,MAAM,iCAAiC,GAC3C,OAAO,iCAAiC,CAAC,IAAI,CAAC;AAGhD,eAAO,MAAM,kCAAkC;;;;;EAM3C,CAAC;AACL,MAAM,MAAM,kCAAkC,GAC5C,OAAO,kCAAkC,CAAC,IAAI,CAAC;AAGjD;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,4BAA4B;;;;;;;;cAIpC,CAAC"}
|