@keystrokehq/neon 0.1.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/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/accept-projects-transfer-requests.cjs +24 -0
- package/dist/actions/accept-projects-transfer-requests.cjs.map +1 -0
- package/dist/actions/accept-projects-transfer-requests.d.cts +9 -0
- package/dist/actions/accept-projects-transfer-requests.d.cts.map +1 -0
- package/dist/actions/accept-projects-transfer-requests.d.mts +9 -0
- package/dist/actions/accept-projects-transfer-requests.d.mts.map +1 -0
- package/dist/actions/accept-projects-transfer-requests.mjs +21 -0
- package/dist/actions/accept-projects-transfer-requests.mjs.map +1 -0
- package/dist/actions/access-project-details-by-id.cjs +96 -0
- package/dist/actions/access-project-details-by-id.cjs.map +1 -0
- package/dist/actions/access-project-details-by-id.d.cts +9 -0
- package/dist/actions/access-project-details-by-id.d.cts.map +1 -0
- package/dist/actions/access-project-details-by-id.d.mts +9 -0
- package/dist/actions/access-project-details-by-id.d.mts.map +1 -0
- package/dist/actions/access-project-details-by-id.mjs +95 -0
- package/dist/actions/access-project-details-by-id.mjs.map +1 -0
- package/dist/actions/add-new-jwks-to-project-endpoint.cjs +49 -0
- package/dist/actions/add-new-jwks-to-project-endpoint.cjs.map +1 -0
- package/dist/actions/add-new-jwks-to-project-endpoint.d.cts +9 -0
- package/dist/actions/add-new-jwks-to-project-endpoint.d.cts.map +1 -0
- package/dist/actions/add-new-jwks-to-project-endpoint.d.mts +9 -0
- package/dist/actions/add-new-jwks-to-project-endpoint.d.mts.map +1 -0
- package/dist/actions/add-new-jwks-to-project-endpoint.mjs +48 -0
- package/dist/actions/add-new-jwks-to-project-endpoint.mjs.map +1 -0
- package/dist/actions/add-project-email-permission.cjs +24 -0
- package/dist/actions/add-project-email-permission.cjs.map +1 -0
- package/dist/actions/add-project-email-permission.d.cts +9 -0
- package/dist/actions/add-project-email-permission.d.cts.map +1 -0
- package/dist/actions/add-project-email-permission.d.mts +9 -0
- package/dist/actions/add-project-email-permission.d.mts.map +1 -0
- package/dist/actions/add-project-email-permission.mjs +23 -0
- package/dist/actions/add-project-email-permission.mjs.map +1 -0
- package/dist/actions/add-role-to-branch.cjs +44 -0
- package/dist/actions/add-role-to-branch.cjs.map +1 -0
- package/dist/actions/add-role-to-branch.d.cts +9 -0
- package/dist/actions/add-role-to-branch.d.cts.map +1 -0
- package/dist/actions/add-role-to-branch.d.mts +9 -0
- package/dist/actions/add-role-to-branch.d.mts.map +1 -0
- package/dist/actions/add-role-to-branch.mjs +43 -0
- package/dist/actions/add-role-to-branch.mjs.map +1 -0
- package/dist/actions/count-project-branches.cjs +19 -0
- package/dist/actions/count-project-branches.cjs.map +1 -0
- package/dist/actions/count-project-branches.d.cts +9 -0
- package/dist/actions/count-project-branches.d.cts.map +1 -0
- package/dist/actions/count-project-branches.d.mts +9 -0
- package/dist/actions/count-project-branches.d.mts.map +1 -0
- package/dist/actions/count-project-branches.mjs +16 -0
- package/dist/actions/count-project-branches.mjs.map +1 -0
- package/dist/actions/create-api-key-for-organization.cjs +25 -0
- package/dist/actions/create-api-key-for-organization.cjs.map +1 -0
- package/dist/actions/create-api-key-for-organization.d.cts +9 -0
- package/dist/actions/create-api-key-for-organization.d.cts.map +1 -0
- package/dist/actions/create-api-key-for-organization.d.mts +9 -0
- package/dist/actions/create-api-key-for-organization.d.mts.map +1 -0
- package/dist/actions/create-api-key-for-organization.mjs +22 -0
- package/dist/actions/create-api-key-for-organization.mjs.map +1 -0
- package/dist/actions/create-auth-keys.cjs +33 -0
- package/dist/actions/create-auth-keys.cjs.map +1 -0
- package/dist/actions/create-auth-keys.d.cts +9 -0
- package/dist/actions/create-auth-keys.d.cts.map +1 -0
- package/dist/actions/create-auth-keys.d.mts +9 -0
- package/dist/actions/create-auth-keys.d.mts.map +1 -0
- package/dist/actions/create-auth-keys.mjs +30 -0
- package/dist/actions/create-auth-keys.mjs.map +1 -0
- package/dist/actions/create-auth-user.cjs +21 -0
- package/dist/actions/create-auth-user.cjs.map +1 -0
- package/dist/actions/create-auth-user.d.cts +9 -0
- package/dist/actions/create-auth-user.d.cts.map +1 -0
- package/dist/actions/create-auth-user.d.mts +9 -0
- package/dist/actions/create-auth-user.d.mts.map +1 -0
- package/dist/actions/create-auth-user.mjs +18 -0
- package/dist/actions/create-auth-user.mjs.map +1 -0
- package/dist/actions/create-branch-database.cjs +46 -0
- package/dist/actions/create-branch-database.cjs.map +1 -0
- package/dist/actions/create-branch-database.d.cts +9 -0
- package/dist/actions/create-branch-database.d.cts.map +1 -0
- package/dist/actions/create-branch-database.d.mts +9 -0
- package/dist/actions/create-branch-database.d.mts.map +1 -0
- package/dist/actions/create-branch-database.mjs +45 -0
- package/dist/actions/create-branch-database.mjs.map +1 -0
- package/dist/actions/create-branches-auth.cjs +35 -0
- package/dist/actions/create-branches-auth.cjs.map +1 -0
- package/dist/actions/create-branches-auth.d.cts +9 -0
- package/dist/actions/create-branches-auth.d.cts.map +1 -0
- package/dist/actions/create-branches-auth.d.mts +9 -0
- package/dist/actions/create-branches-auth.d.mts.map +1 -0
- package/dist/actions/create-branches-auth.mjs +32 -0
- package/dist/actions/create-branches-auth.mjs.map +1 -0
- package/dist/actions/create-branches-data-api.cjs +38 -0
- package/dist/actions/create-branches-data-api.cjs.map +1 -0
- package/dist/actions/create-branches-data-api.d.cts +9 -0
- package/dist/actions/create-branches-data-api.d.cts.map +1 -0
- package/dist/actions/create-branches-data-api.d.mts +9 -0
- package/dist/actions/create-branches-data-api.d.mts.map +1 -0
- package/dist/actions/create-branches-data-api.mjs +35 -0
- package/dist/actions/create-branches-data-api.mjs.map +1 -0
- package/dist/actions/create-branches-snapshot.cjs +46 -0
- package/dist/actions/create-branches-snapshot.cjs.map +1 -0
- package/dist/actions/create-branches-snapshot.d.cts +9 -0
- package/dist/actions/create-branches-snapshot.d.cts.map +1 -0
- package/dist/actions/create-branches-snapshot.d.mts +9 -0
- package/dist/actions/create-branches-snapshot.d.mts.map +1 -0
- package/dist/actions/create-branches-snapshot.mjs +45 -0
- package/dist/actions/create-branches-snapshot.mjs.map +1 -0
- package/dist/actions/create-compute-endpoint.cjs +87 -0
- package/dist/actions/create-compute-endpoint.cjs.map +1 -0
- package/dist/actions/create-compute-endpoint.d.cts +9 -0
- package/dist/actions/create-compute-endpoint.d.cts.map +1 -0
- package/dist/actions/create-compute-endpoint.d.mts +9 -0
- package/dist/actions/create-compute-endpoint.d.mts.map +1 -0
- package/dist/actions/create-compute-endpoint.mjs +86 -0
- package/dist/actions/create-compute-endpoint.mjs.map +1 -0
- package/dist/actions/create-new-api-key.cjs +23 -0
- package/dist/actions/create-new-api-key.cjs.map +1 -0
- package/dist/actions/create-new-api-key.d.cts +9 -0
- package/dist/actions/create-new-api-key.d.cts.map +1 -0
- package/dist/actions/create-new-api-key.d.mts +9 -0
- package/dist/actions/create-new-api-key.d.mts.map +1 -0
- package/dist/actions/create-new-api-key.mjs +22 -0
- package/dist/actions/create-new-api-key.mjs.map +1 -0
- package/dist/actions/create-new-project-branch.cjs +85 -0
- package/dist/actions/create-new-project-branch.cjs.map +1 -0
- package/dist/actions/create-new-project-branch.d.cts +9 -0
- package/dist/actions/create-new-project-branch.d.cts.map +1 -0
- package/dist/actions/create-new-project-branch.d.mts +9 -0
- package/dist/actions/create-new-project-branch.d.mts.map +1 -0
- package/dist/actions/create-new-project-branch.mjs +84 -0
- package/dist/actions/create-new-project-branch.mjs.map +1 -0
- package/dist/actions/create-project-branch-anonymized.cjs +106 -0
- package/dist/actions/create-project-branch-anonymized.cjs.map +1 -0
- package/dist/actions/create-project-branch-anonymized.d.cts +9 -0
- package/dist/actions/create-project-branch-anonymized.d.cts.map +1 -0
- package/dist/actions/create-project-branch-anonymized.d.mts +9 -0
- package/dist/actions/create-project-branch-anonymized.d.mts.map +1 -0
- package/dist/actions/create-project-branch-anonymized.mjs +105 -0
- package/dist/actions/create-project-branch-anonymized.mjs.map +1 -0
- package/dist/actions/create-project-with-quota-and-settings.cjs +207 -0
- package/dist/actions/create-project-with-quota-and-settings.cjs.map +1 -0
- package/dist/actions/create-project-with-quota-and-settings.d.cts +9 -0
- package/dist/actions/create-project-with-quota-and-settings.d.cts.map +1 -0
- package/dist/actions/create-project-with-quota-and-settings.d.mts +9 -0
- package/dist/actions/create-project-with-quota-and-settings.d.mts.map +1 -0
- package/dist/actions/create-project-with-quota-and-settings.mjs +206 -0
- package/dist/actions/create-project-with-quota-and-settings.mjs.map +1 -0
- package/dist/actions/create-projects-transfer-requests.cjs +24 -0
- package/dist/actions/create-projects-transfer-requests.cjs.map +1 -0
- package/dist/actions/create-projects-transfer-requests.d.cts +9 -0
- package/dist/actions/create-projects-transfer-requests.d.cts.map +1 -0
- package/dist/actions/create-projects-transfer-requests.d.mts +9 -0
- package/dist/actions/create-projects-transfer-requests.d.mts.map +1 -0
- package/dist/actions/create-projects-transfer-requests.mjs +21 -0
- package/dist/actions/create-projects-transfer-requests.mjs.map +1 -0
- package/dist/actions/create-vpc-endpoint-label.cjs +26 -0
- package/dist/actions/create-vpc-endpoint-label.cjs.map +1 -0
- package/dist/actions/create-vpc-endpoint-label.d.cts +9 -0
- package/dist/actions/create-vpc-endpoint-label.d.cts.map +1 -0
- package/dist/actions/create-vpc-endpoint-label.d.mts +9 -0
- package/dist/actions/create-vpc-endpoint-label.d.mts.map +1 -0
- package/dist/actions/create-vpc-endpoint-label.mjs +23 -0
- package/dist/actions/create-vpc-endpoint-label.mjs.map +1 -0
- package/dist/actions/create-vpc-endpoint-with-label.cjs +27 -0
- package/dist/actions/create-vpc-endpoint-with-label.cjs.map +1 -0
- package/dist/actions/create-vpc-endpoint-with-label.d.cts +9 -0
- package/dist/actions/create-vpc-endpoint-with-label.d.cts.map +1 -0
- package/dist/actions/create-vpc-endpoint-with-label.d.mts +9 -0
- package/dist/actions/create-vpc-endpoint-with-label.d.mts.map +1 -0
- package/dist/actions/create-vpc-endpoint-with-label.mjs +24 -0
- package/dist/actions/create-vpc-endpoint-with-label.mjs.map +1 -0
- package/dist/actions/delete-api-key-by-id.cjs +25 -0
- package/dist/actions/delete-api-key-by-id.cjs.map +1 -0
- package/dist/actions/delete-api-key-by-id.d.cts +9 -0
- package/dist/actions/delete-api-key-by-id.d.cts.map +1 -0
- package/dist/actions/delete-api-key-by-id.d.mts +9 -0
- package/dist/actions/delete-api-key-by-id.d.mts.map +1 -0
- package/dist/actions/delete-api-key-by-id.mjs +24 -0
- package/dist/actions/delete-api-key-by-id.mjs.map +1 -0
- package/dist/actions/delete-auth-domains.cjs +30 -0
- package/dist/actions/delete-auth-domains.cjs.map +1 -0
- package/dist/actions/delete-auth-domains.d.cts +9 -0
- package/dist/actions/delete-auth-domains.d.cts.map +1 -0
- package/dist/actions/delete-auth-domains.d.mts +9 -0
- package/dist/actions/delete-auth-domains.d.mts.map +1 -0
- package/dist/actions/delete-auth-domains.mjs +27 -0
- package/dist/actions/delete-auth-domains.mjs.map +1 -0
- package/dist/actions/delete-auth-oauth-provider.cjs +24 -0
- package/dist/actions/delete-auth-oauth-provider.cjs.map +1 -0
- package/dist/actions/delete-auth-oauth-provider.d.cts +9 -0
- package/dist/actions/delete-auth-oauth-provider.d.cts.map +1 -0
- package/dist/actions/delete-auth-oauth-provider.d.mts +9 -0
- package/dist/actions/delete-auth-oauth-provider.d.mts.map +1 -0
- package/dist/actions/delete-auth-oauth-provider.mjs +21 -0
- package/dist/actions/delete-auth-oauth-provider.mjs.map +1 -0
- package/dist/actions/delete-auth-user.cjs +24 -0
- package/dist/actions/delete-auth-user.cjs.map +1 -0
- package/dist/actions/delete-auth-user.d.cts +9 -0
- package/dist/actions/delete-auth-user.d.cts.map +1 -0
- package/dist/actions/delete-auth-user.d.mts +9 -0
- package/dist/actions/delete-auth-user.d.mts.map +1 -0
- package/dist/actions/delete-auth-user.mjs +21 -0
- package/dist/actions/delete-auth-user.mjs.map +1 -0
- package/dist/actions/delete-branch-data-api.cjs +20 -0
- package/dist/actions/delete-branch-data-api.cjs.map +1 -0
- package/dist/actions/delete-branch-data-api.d.cts +9 -0
- package/dist/actions/delete-branch-data-api.d.cts.map +1 -0
- package/dist/actions/delete-branch-data-api.d.mts +9 -0
- package/dist/actions/delete-branch-data-api.d.mts.map +1 -0
- package/dist/actions/delete-branch-data-api.mjs +17 -0
- package/dist/actions/delete-branch-data-api.mjs.map +1 -0
- package/dist/actions/delete-database-from-branch.cjs +54 -0
- package/dist/actions/delete-database-from-branch.cjs.map +1 -0
- package/dist/actions/delete-database-from-branch.d.cts +9 -0
- package/dist/actions/delete-database-from-branch.d.cts.map +1 -0
- package/dist/actions/delete-database-from-branch.d.mts +9 -0
- package/dist/actions/delete-database-from-branch.d.mts.map +1 -0
- package/dist/actions/delete-database-from-branch.mjs +53 -0
- package/dist/actions/delete-database-from-branch.mjs.map +1 -0
- package/dist/actions/delete-organization-api-key.cjs +28 -0
- package/dist/actions/delete-organization-api-key.cjs.map +1 -0
- package/dist/actions/delete-organization-api-key.d.cts +9 -0
- package/dist/actions/delete-organization-api-key.d.cts.map +1 -0
- package/dist/actions/delete-organization-api-key.d.mts +9 -0
- package/dist/actions/delete-organization-api-key.d.mts.map +1 -0
- package/dist/actions/delete-organization-api-key.mjs +27 -0
- package/dist/actions/delete-organization-api-key.mjs.map +1 -0
- package/dist/actions/delete-organization-member.cjs +25 -0
- package/dist/actions/delete-organization-member.cjs.map +1 -0
- package/dist/actions/delete-organization-member.d.cts +9 -0
- package/dist/actions/delete-organization-member.d.cts.map +1 -0
- package/dist/actions/delete-organization-member.d.mts +9 -0
- package/dist/actions/delete-organization-member.d.mts.map +1 -0
- package/dist/actions/delete-organization-member.mjs +22 -0
- package/dist/actions/delete-organization-member.mjs.map +1 -0
- package/dist/actions/delete-project-branch-by-id.cjs +94 -0
- package/dist/actions/delete-project-branch-by-id.cjs.map +1 -0
- package/dist/actions/delete-project-branch-by-id.d.cts +9 -0
- package/dist/actions/delete-project-branch-by-id.d.cts.map +1 -0
- package/dist/actions/delete-project-branch-by-id.d.mts +9 -0
- package/dist/actions/delete-project-branch-by-id.d.mts.map +1 -0
- package/dist/actions/delete-project-branch-by-id.mjs +93 -0
- package/dist/actions/delete-project-branch-by-id.mjs.map +1 -0
- package/dist/actions/delete-project-branch-role.cjs +45 -0
- package/dist/actions/delete-project-branch-role.cjs.map +1 -0
- package/dist/actions/delete-project-branch-role.d.cts +9 -0
- package/dist/actions/delete-project-branch-role.d.cts.map +1 -0
- package/dist/actions/delete-project-branch-role.d.mts +9 -0
- package/dist/actions/delete-project-branch-role.d.mts.map +1 -0
- package/dist/actions/delete-project-branch-role.mjs +44 -0
- package/dist/actions/delete-project-branch-role.mjs.map +1 -0
- package/dist/actions/delete-project-by-id.cjs +27 -0
- package/dist/actions/delete-project-by-id.cjs.map +1 -0
- package/dist/actions/delete-project-by-id.d.cts +9 -0
- package/dist/actions/delete-project-by-id.d.cts.map +1 -0
- package/dist/actions/delete-project-by-id.d.mts +9 -0
- package/dist/actions/delete-project-by-id.d.mts.map +1 -0
- package/dist/actions/delete-project-by-id.mjs +26 -0
- package/dist/actions/delete-project-by-id.mjs.map +1 -0
- package/dist/actions/delete-project-endpoint.cjs +73 -0
- package/dist/actions/delete-project-endpoint.cjs.map +1 -0
- package/dist/actions/delete-project-endpoint.d.cts +9 -0
- package/dist/actions/delete-project-endpoint.d.cts.map +1 -0
- package/dist/actions/delete-project-endpoint.d.mts +9 -0
- package/dist/actions/delete-project-endpoint.d.mts.map +1 -0
- package/dist/actions/delete-project-endpoint.mjs +72 -0
- package/dist/actions/delete-project-endpoint.mjs.map +1 -0
- package/dist/actions/delete-project-jwks-by-id.cjs +27 -0
- package/dist/actions/delete-project-jwks-by-id.cjs.map +1 -0
- package/dist/actions/delete-project-jwks-by-id.d.cts +9 -0
- package/dist/actions/delete-project-jwks-by-id.d.cts.map +1 -0
- package/dist/actions/delete-project-jwks-by-id.d.mts +9 -0
- package/dist/actions/delete-project-jwks-by-id.d.mts.map +1 -0
- package/dist/actions/delete-project-jwks-by-id.mjs +24 -0
- package/dist/actions/delete-project-jwks-by-id.mjs.map +1 -0
- package/dist/actions/delete-project-permission.cjs +25 -0
- package/dist/actions/delete-project-permission.cjs.map +1 -0
- package/dist/actions/delete-project-permission.d.cts +9 -0
- package/dist/actions/delete-project-permission.d.cts.map +1 -0
- package/dist/actions/delete-project-permission.d.mts +9 -0
- package/dist/actions/delete-project-permission.d.mts.map +1 -0
- package/dist/actions/delete-project-permission.mjs +24 -0
- package/dist/actions/delete-project-permission.mjs.map +1 -0
- package/dist/actions/delete-project-snapshot.cjs +32 -0
- package/dist/actions/delete-project-snapshot.cjs.map +1 -0
- package/dist/actions/delete-project-snapshot.d.cts +9 -0
- package/dist/actions/delete-project-snapshot.d.cts.map +1 -0
- package/dist/actions/delete-project-snapshot.d.mts +9 -0
- package/dist/actions/delete-project-snapshot.d.mts.map +1 -0
- package/dist/actions/delete-project-snapshot.mjs +31 -0
- package/dist/actions/delete-project-snapshot.mjs.map +1 -0
- package/dist/actions/delete-vpc-endpoint-by-ids.cjs +30 -0
- package/dist/actions/delete-vpc-endpoint-by-ids.cjs.map +1 -0
- package/dist/actions/delete-vpc-endpoint-by-ids.d.cts +9 -0
- package/dist/actions/delete-vpc-endpoint-by-ids.d.cts.map +1 -0
- package/dist/actions/delete-vpc-endpoint-by-ids.d.mts +9 -0
- package/dist/actions/delete-vpc-endpoint-by-ids.d.mts.map +1 -0
- package/dist/actions/delete-vpc-endpoint-by-ids.mjs +29 -0
- package/dist/actions/delete-vpc-endpoint-by-ids.mjs.map +1 -0
- package/dist/actions/delete-vpc-endpoint-by-project-id.cjs +23 -0
- package/dist/actions/delete-vpc-endpoint-by-project-id.cjs.map +1 -0
- package/dist/actions/delete-vpc-endpoint-by-project-id.d.cts +9 -0
- package/dist/actions/delete-vpc-endpoint-by-project-id.d.cts.map +1 -0
- package/dist/actions/delete-vpc-endpoint-by-project-id.d.mts +9 -0
- package/dist/actions/delete-vpc-endpoint-by-project-id.d.mts.map +1 -0
- package/dist/actions/delete-vpc-endpoint-by-project-id.mjs +20 -0
- package/dist/actions/delete-vpc-endpoint-by-project-id.mjs.map +1 -0
- package/dist/actions/disable-branches-auth.cjs +20 -0
- package/dist/actions/disable-branches-auth.cjs.map +1 -0
- package/dist/actions/disable-branches-auth.d.cts +9 -0
- package/dist/actions/disable-branches-auth.d.cts.map +1 -0
- package/dist/actions/disable-branches-auth.d.mts +9 -0
- package/dist/actions/disable-branches-auth.d.mts.map +1 -0
- package/dist/actions/disable-branches-auth.mjs +17 -0
- package/dist/actions/disable-branches-auth.mjs.map +1 -0
- package/dist/actions/fetch-database-for-branch.cjs +27 -0
- package/dist/actions/fetch-database-for-branch.cjs.map +1 -0
- package/dist/actions/fetch-database-for-branch.d.cts +9 -0
- package/dist/actions/fetch-database-for-branch.d.cts.map +1 -0
- package/dist/actions/fetch-database-for-branch.d.mts +9 -0
- package/dist/actions/fetch-database-for-branch.d.mts.map +1 -0
- package/dist/actions/fetch-database-for-branch.mjs +26 -0
- package/dist/actions/fetch-database-for-branch.mjs.map +1 -0
- package/dist/actions/fetch-organization-members-by-id.cjs +28 -0
- package/dist/actions/fetch-organization-members-by-id.cjs.map +1 -0
- package/dist/actions/fetch-organization-members-by-id.d.cts +9 -0
- package/dist/actions/fetch-organization-members-by-id.d.cts.map +1 -0
- package/dist/actions/fetch-organization-members-by-id.d.mts +9 -0
- package/dist/actions/fetch-organization-members-by-id.d.mts.map +1 -0
- package/dist/actions/fetch-organization-members-by-id.mjs +27 -0
- package/dist/actions/fetch-organization-members-by-id.mjs.map +1 -0
- package/dist/actions/fetch-vpcendpoint-details-by-id.cjs +27 -0
- package/dist/actions/fetch-vpcendpoint-details-by-id.cjs.map +1 -0
- package/dist/actions/fetch-vpcendpoint-details-by-id.d.cts +9 -0
- package/dist/actions/fetch-vpcendpoint-details-by-id.d.cts.map +1 -0
- package/dist/actions/fetch-vpcendpoint-details-by-id.d.mts +9 -0
- package/dist/actions/fetch-vpcendpoint-details-by-id.d.mts.map +1 -0
- package/dist/actions/fetch-vpcendpoint-details-by-id.mjs +26 -0
- package/dist/actions/fetch-vpcendpoint-details-by-id.mjs.map +1 -0
- package/dist/actions/finalize-branch-restore.cjs +34 -0
- package/dist/actions/finalize-branch-restore.cjs.map +1 -0
- package/dist/actions/finalize-branch-restore.d.cts +9 -0
- package/dist/actions/finalize-branch-restore.d.cts.map +1 -0
- package/dist/actions/finalize-branch-restore.d.mts +9 -0
- package/dist/actions/finalize-branch-restore.d.mts.map +1 -0
- package/dist/actions/finalize-branch-restore.mjs +33 -0
- package/dist/actions/finalize-branch-restore.mjs.map +1 -0
- package/dist/actions/get-auth-allow-localhost.cjs +19 -0
- package/dist/actions/get-auth-allow-localhost.cjs.map +1 -0
- package/dist/actions/get-auth-allow-localhost.d.cts +9 -0
- package/dist/actions/get-auth-allow-localhost.d.cts.map +1 -0
- package/dist/actions/get-auth-allow-localhost.d.mts +9 -0
- package/dist/actions/get-auth-allow-localhost.d.mts.map +1 -0
- package/dist/actions/get-auth-allow-localhost.mjs +16 -0
- package/dist/actions/get-auth-allow-localhost.mjs.map +1 -0
- package/dist/actions/get-auth-email-provider.cjs +26 -0
- package/dist/actions/get-auth-email-provider.cjs.map +1 -0
- package/dist/actions/get-auth-email-provider.d.cts +9 -0
- package/dist/actions/get-auth-email-provider.d.cts.map +1 -0
- package/dist/actions/get-auth-email-provider.d.mts +9 -0
- package/dist/actions/get-auth-email-provider.d.mts.map +1 -0
- package/dist/actions/get-auth-email-provider.mjs +23 -0
- package/dist/actions/get-auth-email-provider.mjs.map +1 -0
- package/dist/actions/get-auth.cjs +27 -0
- package/dist/actions/get-auth.cjs.map +1 -0
- package/dist/actions/get-auth.d.cts +9 -0
- package/dist/actions/get-auth.d.cts.map +1 -0
- package/dist/actions/get-auth.d.mts +9 -0
- package/dist/actions/get-auth.d.mts.map +1 -0
- package/dist/actions/get-auth.mjs +26 -0
- package/dist/actions/get-auth.mjs.map +1 -0
- package/dist/actions/get-available-preload-libraries.cjs +23 -0
- package/dist/actions/get-available-preload-libraries.cjs.map +1 -0
- package/dist/actions/get-available-preload-libraries.d.cts +9 -0
- package/dist/actions/get-available-preload-libraries.d.cts.map +1 -0
- package/dist/actions/get-available-preload-libraries.d.mts +9 -0
- package/dist/actions/get-available-preload-libraries.d.mts.map +1 -0
- package/dist/actions/get-available-preload-libraries.mjs +22 -0
- package/dist/actions/get-available-preload-libraries.mjs.map +1 -0
- package/dist/actions/get-branch-roles-for-project.cjs +26 -0
- package/dist/actions/get-branch-roles-for-project.cjs.map +1 -0
- package/dist/actions/get-branch-roles-for-project.d.cts +9 -0
- package/dist/actions/get-branch-roles-for-project.d.cts.map +1 -0
- package/dist/actions/get-branch-roles-for-project.d.mts +9 -0
- package/dist/actions/get-branch-roles-for-project.d.mts.map +1 -0
- package/dist/actions/get-branch-roles-for-project.mjs +25 -0
- package/dist/actions/get-branch-roles-for-project.mjs.map +1 -0
- package/dist/actions/get-branches-anonymized-status.cjs +35 -0
- package/dist/actions/get-branches-anonymized-status.cjs.map +1 -0
- package/dist/actions/get-branches-anonymized-status.d.cts +9 -0
- package/dist/actions/get-branches-anonymized-status.d.cts.map +1 -0
- package/dist/actions/get-branches-anonymized-status.d.mts +9 -0
- package/dist/actions/get-branches-anonymized-status.d.mts.map +1 -0
- package/dist/actions/get-branches-anonymized-status.mjs +34 -0
- package/dist/actions/get-branches-anonymized-status.mjs.map +1 -0
- package/dist/actions/get-branches-backup-schedule.cjs +26 -0
- package/dist/actions/get-branches-backup-schedule.cjs.map +1 -0
- package/dist/actions/get-branches-backup-schedule.d.cts +9 -0
- package/dist/actions/get-branches-backup-schedule.d.cts.map +1 -0
- package/dist/actions/get-branches-backup-schedule.d.mts +9 -0
- package/dist/actions/get-branches-backup-schedule.d.mts.map +1 -0
- package/dist/actions/get-branches-backup-schedule.mjs +25 -0
- package/dist/actions/get-branches-backup-schedule.mjs.map +1 -0
- package/dist/actions/get-branches-data-api.cjs +37 -0
- package/dist/actions/get-branches-data-api.cjs.map +1 -0
- package/dist/actions/get-branches-data-api.d.cts +9 -0
- package/dist/actions/get-branches-data-api.d.cts.map +1 -0
- package/dist/actions/get-branches-data-api.d.mts +9 -0
- package/dist/actions/get-branches-data-api.d.mts.map +1 -0
- package/dist/actions/get-branches-data-api.mjs +36 -0
- package/dist/actions/get-branches-data-api.mjs.map +1 -0
- package/dist/actions/get-branches-for-project.cjs +56 -0
- package/dist/actions/get-branches-for-project.cjs.map +1 -0
- package/dist/actions/get-branches-for-project.d.cts +9 -0
- package/dist/actions/get-branches-for-project.d.cts.map +1 -0
- package/dist/actions/get-branches-for-project.d.mts +9 -0
- package/dist/actions/get-branches-for-project.d.mts.map +1 -0
- package/dist/actions/get-branches-for-project.mjs +55 -0
- package/dist/actions/get-branches-for-project.mjs.map +1 -0
- package/dist/actions/get-branches-masking-rules.cjs +27 -0
- package/dist/actions/get-branches-masking-rules.cjs.map +1 -0
- package/dist/actions/get-branches-masking-rules.d.cts +9 -0
- package/dist/actions/get-branches-masking-rules.d.cts.map +1 -0
- package/dist/actions/get-branches-masking-rules.d.mts +9 -0
- package/dist/actions/get-branches-masking-rules.d.mts.map +1 -0
- package/dist/actions/get-branches-masking-rules.mjs +26 -0
- package/dist/actions/get-branches-masking-rules.mjs.map +1 -0
- package/dist/actions/get-consumption-history-projects.cjs +48 -0
- package/dist/actions/get-consumption-history-projects.cjs.map +1 -0
- package/dist/actions/get-consumption-history-projects.d.cts +9 -0
- package/dist/actions/get-consumption-history-projects.d.cts.map +1 -0
- package/dist/actions/get-consumption-history-projects.d.mts +9 -0
- package/dist/actions/get-consumption-history-projects.d.mts.map +1 -0
- package/dist/actions/get-consumption-history-projects.mjs +47 -0
- package/dist/actions/get-consumption-history-projects.mjs.map +1 -0
- package/dist/actions/get-current-user-information.cjs +37 -0
- package/dist/actions/get-current-user-information.cjs.map +1 -0
- package/dist/actions/get-current-user-information.d.cts +9 -0
- package/dist/actions/get-current-user-information.d.cts.map +1 -0
- package/dist/actions/get-current-user-information.d.mts +9 -0
- package/dist/actions/get-current-user-information.d.mts.map +1 -0
- package/dist/actions/get-current-user-information.mjs +36 -0
- package/dist/actions/get-current-user-information.mjs.map +1 -0
- package/dist/actions/get-organization-api-keys.cjs +16 -0
- package/dist/actions/get-organization-api-keys.cjs.map +1 -0
- package/dist/actions/get-organization-api-keys.d.cts +9 -0
- package/dist/actions/get-organization-api-keys.d.cts.map +1 -0
- package/dist/actions/get-organization-api-keys.d.mts +9 -0
- package/dist/actions/get-organization-api-keys.d.mts.map +1 -0
- package/dist/actions/get-organization-api-keys.mjs +13 -0
- package/dist/actions/get-organization-api-keys.mjs.map +1 -0
- package/dist/actions/get-project-branch-role.cjs +43 -0
- package/dist/actions/get-project-branch-role.cjs.map +1 -0
- package/dist/actions/get-project-branch-role.d.cts +9 -0
- package/dist/actions/get-project-branch-role.d.cts.map +1 -0
- package/dist/actions/get-project-branch-role.d.mts +9 -0
- package/dist/actions/get-project-branch-role.d.mts.map +1 -0
- package/dist/actions/get-project-branch-role.mjs +42 -0
- package/dist/actions/get-project-branch-role.mjs.map +1 -0
- package/dist/actions/get-project-branch-schema-comparison.cjs +25 -0
- package/dist/actions/get-project-branch-schema-comparison.cjs.map +1 -0
- package/dist/actions/get-project-branch-schema-comparison.d.cts +9 -0
- package/dist/actions/get-project-branch-schema-comparison.d.cts.map +1 -0
- package/dist/actions/get-project-branch-schema-comparison.d.mts +9 -0
- package/dist/actions/get-project-branch-schema-comparison.d.mts.map +1 -0
- package/dist/actions/get-project-branch-schema-comparison.mjs +22 -0
- package/dist/actions/get-project-branch-schema-comparison.mjs.map +1 -0
- package/dist/actions/get-project-branches.cjs +63 -0
- package/dist/actions/get-project-branches.cjs.map +1 -0
- package/dist/actions/get-project-branches.d.cts +9 -0
- package/dist/actions/get-project-branches.d.cts.map +1 -0
- package/dist/actions/get-project-branches.d.mts +9 -0
- package/dist/actions/get-project-branches.d.mts.map +1 -0
- package/dist/actions/get-project-branches.mjs +62 -0
- package/dist/actions/get-project-branches.mjs.map +1 -0
- package/dist/actions/get-project-connection-uri.cjs +23 -0
- package/dist/actions/get-project-connection-uri.cjs.map +1 -0
- package/dist/actions/get-project-connection-uri.d.cts +9 -0
- package/dist/actions/get-project-connection-uri.d.cts.map +1 -0
- package/dist/actions/get-project-connection-uri.d.mts +9 -0
- package/dist/actions/get-project-connection-uri.d.mts.map +1 -0
- package/dist/actions/get-project-connection-uri.mjs +20 -0
- package/dist/actions/get-project-connection-uri.mjs.map +1 -0
- package/dist/actions/get-project-endpoint-information.cjs +38 -0
- package/dist/actions/get-project-endpoint-information.cjs.map +1 -0
- package/dist/actions/get-project-endpoint-information.d.cts +9 -0
- package/dist/actions/get-project-endpoint-information.d.cts.map +1 -0
- package/dist/actions/get-project-endpoint-information.d.mts +9 -0
- package/dist/actions/get-project-endpoint-information.d.mts.map +1 -0
- package/dist/actions/get-project-endpoint-information.mjs +37 -0
- package/dist/actions/get-project-endpoint-information.mjs.map +1 -0
- package/dist/actions/get-project-operation-by-id.cjs +33 -0
- package/dist/actions/get-project-operation-by-id.cjs.map +1 -0
- package/dist/actions/get-project-operation-by-id.d.cts +9 -0
- package/dist/actions/get-project-operation-by-id.d.cts.map +1 -0
- package/dist/actions/get-project-operation-by-id.d.mts +9 -0
- package/dist/actions/get-project-operation-by-id.d.mts.map +1 -0
- package/dist/actions/get-project-operation-by-id.mjs +32 -0
- package/dist/actions/get-project-operation-by-id.mjs.map +1 -0
- package/dist/actions/get-schema-for-project-branch.cjs +22 -0
- package/dist/actions/get-schema-for-project-branch.cjs.map +1 -0
- package/dist/actions/get-schema-for-project-branch.d.cts +9 -0
- package/dist/actions/get-schema-for-project-branch.d.cts.map +1 -0
- package/dist/actions/get-schema-for-project-branch.d.mts +9 -0
- package/dist/actions/get-schema-for-project-branch.d.mts.map +1 -0
- package/dist/actions/get-schema-for-project-branch.mjs +19 -0
- package/dist/actions/get-schema-for-project-branch.mjs.map +1 -0
- package/dist/actions/get-user-organizations.cjs +25 -0
- package/dist/actions/get-user-organizations.cjs.map +1 -0
- package/dist/actions/get-user-organizations.d.cts +9 -0
- package/dist/actions/get-user-organizations.d.cts.map +1 -0
- package/dist/actions/get-user-organizations.d.mts +9 -0
- package/dist/actions/get-user-organizations.d.mts.map +1 -0
- package/dist/actions/get-user-organizations.mjs +24 -0
- package/dist/actions/get-user-organizations.mjs.map +1 -0
- package/dist/actions/get-vpc-region-endpoints.cjs +29 -0
- package/dist/actions/get-vpc-region-endpoints.cjs.map +1 -0
- package/dist/actions/get-vpc-region-endpoints.d.cts +9 -0
- package/dist/actions/get-vpc-region-endpoints.d.cts.map +1 -0
- package/dist/actions/get-vpc-region-endpoints.d.mts +9 -0
- package/dist/actions/get-vpc-region-endpoints.d.mts.map +1 -0
- package/dist/actions/get-vpc-region-endpoints.mjs +28 -0
- package/dist/actions/get-vpc-region-endpoints.mjs.map +1 -0
- package/dist/actions/index.cjs +215 -0
- package/dist/actions/index.d.cts +108 -0
- package/dist/actions/index.d.mts +108 -0
- package/dist/actions/index.mjs +108 -0
- package/dist/actions/list-api-keys.cjs +16 -0
- package/dist/actions/list-api-keys.cjs.map +1 -0
- package/dist/actions/list-api-keys.d.cts +9 -0
- package/dist/actions/list-api-keys.d.cts.map +1 -0
- package/dist/actions/list-api-keys.d.mts +9 -0
- package/dist/actions/list-api-keys.d.mts.map +1 -0
- package/dist/actions/list-api-keys.mjs +13 -0
- package/dist/actions/list-api-keys.mjs.map +1 -0
- package/dist/actions/list-auth-domains.cjs +23 -0
- package/dist/actions/list-auth-domains.cjs.map +1 -0
- package/dist/actions/list-auth-domains.d.cts +9 -0
- package/dist/actions/list-auth-domains.d.cts.map +1 -0
- package/dist/actions/list-auth-domains.d.mts +9 -0
- package/dist/actions/list-auth-domains.d.mts.map +1 -0
- package/dist/actions/list-auth-domains.mjs +22 -0
- package/dist/actions/list-auth-domains.mjs.map +1 -0
- package/dist/actions/list-auth-oauth-providers2.cjs +25 -0
- package/dist/actions/list-auth-oauth-providers2.cjs.map +1 -0
- package/dist/actions/list-auth-oauth-providers2.d.cts +9 -0
- package/dist/actions/list-auth-oauth-providers2.d.cts.map +1 -0
- package/dist/actions/list-auth-oauth-providers2.d.mts +9 -0
- package/dist/actions/list-auth-oauth-providers2.d.mts.map +1 -0
- package/dist/actions/list-auth-oauth-providers2.mjs +24 -0
- package/dist/actions/list-auth-oauth-providers2.mjs.map +1 -0
- package/dist/actions/list-projects-snapshots.cjs +26 -0
- package/dist/actions/list-projects-snapshots.cjs.map +1 -0
- package/dist/actions/list-projects-snapshots.d.cts +9 -0
- package/dist/actions/list-projects-snapshots.d.cts.map +1 -0
- package/dist/actions/list-projects-snapshots.d.mts +9 -0
- package/dist/actions/list-projects-snapshots.d.mts.map +1 -0
- package/dist/actions/list-projects-snapshots.mjs +25 -0
- package/dist/actions/list-projects-snapshots.mjs.map +1 -0
- package/dist/actions/list-shared-projects.cjs +38 -0
- package/dist/actions/list-shared-projects.cjs.map +1 -0
- package/dist/actions/list-shared-projects.d.cts +9 -0
- package/dist/actions/list-shared-projects.d.cts.map +1 -0
- package/dist/actions/list-shared-projects.d.mts +9 -0
- package/dist/actions/list-shared-projects.d.mts.map +1 -0
- package/dist/actions/list-shared-projects.mjs +37 -0
- package/dist/actions/list-shared-projects.mjs.map +1 -0
- package/dist/actions/list-vpc-vpc-endpoints.cjs +21 -0
- package/dist/actions/list-vpc-vpc-endpoints.cjs.map +1 -0
- package/dist/actions/list-vpc-vpc-endpoints.d.cts +9 -0
- package/dist/actions/list-vpc-vpc-endpoints.d.cts.map +1 -0
- package/dist/actions/list-vpc-vpc-endpoints.d.mts +9 -0
- package/dist/actions/list-vpc-vpc-endpoints.d.mts.map +1 -0
- package/dist/actions/list-vpc-vpc-endpoints.mjs +20 -0
- package/dist/actions/list-vpc-vpc-endpoints.mjs.map +1 -0
- package/dist/actions/modify-branch-details-in-project.cjs +85 -0
- package/dist/actions/modify-branch-details-in-project.cjs.map +1 -0
- package/dist/actions/modify-branch-details-in-project.d.cts +9 -0
- package/dist/actions/modify-branch-details-in-project.d.cts.map +1 -0
- package/dist/actions/modify-branch-details-in-project.d.mts +9 -0
- package/dist/actions/modify-branch-details-in-project.d.mts.map +1 -0
- package/dist/actions/modify-branch-details-in-project.mjs +84 -0
- package/dist/actions/modify-branch-details-in-project.mjs.map +1 -0
- package/dist/actions/patch-branch-database-information.cjs +47 -0
- package/dist/actions/patch-branch-database-information.cjs.map +1 -0
- package/dist/actions/patch-branch-database-information.d.cts +9 -0
- package/dist/actions/patch-branch-database-information.d.cts.map +1 -0
- package/dist/actions/patch-branch-database-information.d.mts +9 -0
- package/dist/actions/patch-branch-database-information.d.mts.map +1 -0
- package/dist/actions/patch-branch-database-information.mjs +46 -0
- package/dist/actions/patch-branch-database-information.mjs.map +1 -0
- package/dist/actions/reset-role-password-for-branch.cjs +45 -0
- package/dist/actions/reset-role-password-for-branch.cjs.map +1 -0
- package/dist/actions/reset-role-password-for-branch.d.cts +9 -0
- package/dist/actions/reset-role-password-for-branch.d.cts.map +1 -0
- package/dist/actions/reset-role-password-for-branch.d.mts +9 -0
- package/dist/actions/reset-role-password-for-branch.d.mts.map +1 -0
- package/dist/actions/reset-role-password-for-branch.mjs +44 -0
- package/dist/actions/reset-role-password-for-branch.mjs.map +1 -0
- package/dist/actions/restart-project-endpoint.cjs +51 -0
- package/dist/actions/restart-project-endpoint.cjs.map +1 -0
- package/dist/actions/restart-project-endpoint.d.cts +9 -0
- package/dist/actions/restart-project-endpoint.d.cts.map +1 -0
- package/dist/actions/restart-project-endpoint.d.mts +9 -0
- package/dist/actions/restart-project-endpoint.d.mts.map +1 -0
- package/dist/actions/restart-project-endpoint.mjs +50 -0
- package/dist/actions/restart-project-endpoint.mjs.map +1 -0
- package/dist/actions/restore-project-branch.cjs +63 -0
- package/dist/actions/restore-project-branch.cjs.map +1 -0
- package/dist/actions/restore-project-branch.d.cts +9 -0
- package/dist/actions/restore-project-branch.d.cts.map +1 -0
- package/dist/actions/restore-project-branch.d.mts +9 -0
- package/dist/actions/restore-project-branch.d.mts.map +1 -0
- package/dist/actions/restore-project-branch.mjs +62 -0
- package/dist/actions/restore-project-branch.mjs.map +1 -0
- package/dist/actions/restore-snapshot.cjs +74 -0
- package/dist/actions/restore-snapshot.cjs.map +1 -0
- package/dist/actions/restore-snapshot.d.cts +9 -0
- package/dist/actions/restore-snapshot.d.cts.map +1 -0
- package/dist/actions/restore-snapshot.d.mts +9 -0
- package/dist/actions/restore-snapshot.d.mts.map +1 -0
- package/dist/actions/restore-snapshot.mjs +73 -0
- package/dist/actions/restore-snapshot.mjs.map +1 -0
- package/dist/actions/retrieve-account-consumption-history.cjs +43 -0
- package/dist/actions/retrieve-account-consumption-history.cjs.map +1 -0
- package/dist/actions/retrieve-account-consumption-history.d.cts +9 -0
- package/dist/actions/retrieve-account-consumption-history.d.cts.map +1 -0
- package/dist/actions/retrieve-account-consumption-history.d.mts +9 -0
- package/dist/actions/retrieve-account-consumption-history.d.mts.map +1 -0
- package/dist/actions/retrieve-account-consumption-history.mjs +42 -0
- package/dist/actions/retrieve-account-consumption-history.mjs.map +1 -0
- package/dist/actions/retrieve-all-regions.cjs +23 -0
- package/dist/actions/retrieve-all-regions.cjs.map +1 -0
- package/dist/actions/retrieve-all-regions.d.cts +9 -0
- package/dist/actions/retrieve-all-regions.d.cts.map +1 -0
- package/dist/actions/retrieve-all-regions.d.mts +9 -0
- package/dist/actions/retrieve-all-regions.d.mts.map +1 -0
- package/dist/actions/retrieve-all-regions.mjs +22 -0
- package/dist/actions/retrieve-all-regions.mjs.map +1 -0
- package/dist/actions/retrieve-branch-database-details.cjs +28 -0
- package/dist/actions/retrieve-branch-database-details.cjs.map +1 -0
- package/dist/actions/retrieve-branch-database-details.d.cts +9 -0
- package/dist/actions/retrieve-branch-database-details.d.cts.map +1 -0
- package/dist/actions/retrieve-branch-database-details.d.mts +9 -0
- package/dist/actions/retrieve-branch-database-details.d.mts.map +1 -0
- package/dist/actions/retrieve-branch-database-details.mjs +27 -0
- package/dist/actions/retrieve-branch-database-details.mjs.map +1 -0
- package/dist/actions/retrieve-branch-endpoints.cjs +41 -0
- package/dist/actions/retrieve-branch-endpoints.cjs.map +1 -0
- package/dist/actions/retrieve-branch-endpoints.d.cts +9 -0
- package/dist/actions/retrieve-branch-endpoints.d.cts.map +1 -0
- package/dist/actions/retrieve-branch-endpoints.d.mts +9 -0
- package/dist/actions/retrieve-branch-endpoints.d.mts.map +1 -0
- package/dist/actions/retrieve-branch-endpoints.mjs +40 -0
- package/dist/actions/retrieve-branch-endpoints.mjs.map +1 -0
- package/dist/actions/retrieve-jwks-for-project.cjs +26 -0
- package/dist/actions/retrieve-jwks-for-project.cjs.map +1 -0
- package/dist/actions/retrieve-jwks-for-project.d.cts +9 -0
- package/dist/actions/retrieve-jwks-for-project.d.cts.map +1 -0
- package/dist/actions/retrieve-jwks-for-project.d.mts +9 -0
- package/dist/actions/retrieve-jwks-for-project.d.mts.map +1 -0
- package/dist/actions/retrieve-jwks-for-project.mjs +25 -0
- package/dist/actions/retrieve-jwks-for-project.mjs.map +1 -0
- package/dist/actions/retrieve-organization-by-id.cjs +25 -0
- package/dist/actions/retrieve-organization-by-id.cjs.map +1 -0
- package/dist/actions/retrieve-organization-by-id.d.cts +9 -0
- package/dist/actions/retrieve-organization-by-id.d.cts.map +1 -0
- package/dist/actions/retrieve-organization-by-id.d.mts +9 -0
- package/dist/actions/retrieve-organization-by-id.d.mts.map +1 -0
- package/dist/actions/retrieve-organization-by-id.mjs +24 -0
- package/dist/actions/retrieve-organization-by-id.mjs.map +1 -0
- package/dist/actions/retrieve-organization-invitations.cjs +28 -0
- package/dist/actions/retrieve-organization-invitations.cjs.map +1 -0
- package/dist/actions/retrieve-organization-invitations.d.cts +9 -0
- package/dist/actions/retrieve-organization-invitations.d.cts.map +1 -0
- package/dist/actions/retrieve-organization-invitations.d.mts +9 -0
- package/dist/actions/retrieve-organization-invitations.d.mts.map +1 -0
- package/dist/actions/retrieve-organization-invitations.mjs +27 -0
- package/dist/actions/retrieve-organization-invitations.mjs.map +1 -0
- package/dist/actions/retrieve-organization-member-info.cjs +26 -0
- package/dist/actions/retrieve-organization-member-info.cjs.map +1 -0
- package/dist/actions/retrieve-organization-member-info.d.cts +9 -0
- package/dist/actions/retrieve-organization-member-info.d.cts.map +1 -0
- package/dist/actions/retrieve-organization-member-info.d.mts +9 -0
- package/dist/actions/retrieve-organization-member-info.d.mts.map +1 -0
- package/dist/actions/retrieve-organization-member-info.mjs +25 -0
- package/dist/actions/retrieve-organization-member-info.mjs.map +1 -0
- package/dist/actions/retrieve-project-endpoint-details.cjs +46 -0
- package/dist/actions/retrieve-project-endpoint-details.cjs.map +1 -0
- package/dist/actions/retrieve-project-endpoint-details.d.cts +9 -0
- package/dist/actions/retrieve-project-endpoint-details.d.cts.map +1 -0
- package/dist/actions/retrieve-project-endpoint-details.d.mts +9 -0
- package/dist/actions/retrieve-project-endpoint-details.d.mts.map +1 -0
- package/dist/actions/retrieve-project-endpoint-details.mjs +45 -0
- package/dist/actions/retrieve-project-endpoint-details.mjs.map +1 -0
- package/dist/actions/retrieve-project-operations.cjs +76 -0
- package/dist/actions/retrieve-project-operations.cjs.map +1 -0
- package/dist/actions/retrieve-project-operations.d.cts +9 -0
- package/dist/actions/retrieve-project-operations.d.cts.map +1 -0
- package/dist/actions/retrieve-project-operations.d.mts +9 -0
- package/dist/actions/retrieve-project-operations.d.mts.map +1 -0
- package/dist/actions/retrieve-project-operations.mjs +75 -0
- package/dist/actions/retrieve-project-operations.mjs.map +1 -0
- package/dist/actions/retrieve-project-permissions.cjs +16 -0
- package/dist/actions/retrieve-project-permissions.cjs.map +1 -0
- package/dist/actions/retrieve-project-permissions.d.cts +9 -0
- package/dist/actions/retrieve-project-permissions.d.cts.map +1 -0
- package/dist/actions/retrieve-project-permissions.d.mts +9 -0
- package/dist/actions/retrieve-project-permissions.d.mts.map +1 -0
- package/dist/actions/retrieve-project-permissions.mjs +13 -0
- package/dist/actions/retrieve-project-permissions.mjs.map +1 -0
- package/dist/actions/retrieve-projects-list.cjs +100 -0
- package/dist/actions/retrieve-projects-list.cjs.map +1 -0
- package/dist/actions/retrieve-projects-list.d.cts +9 -0
- package/dist/actions/retrieve-projects-list.d.cts.map +1 -0
- package/dist/actions/retrieve-projects-list.d.mts +9 -0
- package/dist/actions/retrieve-projects-list.d.mts.map +1 -0
- package/dist/actions/retrieve-projects-list.mjs +99 -0
- package/dist/actions/retrieve-projects-list.mjs.map +1 -0
- package/dist/actions/retrieve-vpc-endpoints-for-project.cjs +23 -0
- package/dist/actions/retrieve-vpc-endpoints-for-project.cjs.map +1 -0
- package/dist/actions/retrieve-vpc-endpoints-for-project.d.cts +9 -0
- package/dist/actions/retrieve-vpc-endpoints-for-project.d.cts.map +1 -0
- package/dist/actions/retrieve-vpc-endpoints-for-project.d.mts +9 -0
- package/dist/actions/retrieve-vpc-endpoints-for-project.d.mts.map +1 -0
- package/dist/actions/retrieve-vpc-endpoints-for-project.mjs +22 -0
- package/dist/actions/retrieve-vpc-endpoints-for-project.mjs.map +1 -0
- package/dist/actions/reveal-role-password-in-branch.cjs +20 -0
- package/dist/actions/reveal-role-password-in-branch.cjs.map +1 -0
- package/dist/actions/reveal-role-password-in-branch.d.cts +9 -0
- package/dist/actions/reveal-role-password-in-branch.d.cts.map +1 -0
- package/dist/actions/reveal-role-password-in-branch.d.mts +9 -0
- package/dist/actions/reveal-role-password-in-branch.d.mts.map +1 -0
- package/dist/actions/reveal-role-password-in-branch.mjs +17 -0
- package/dist/actions/reveal-role-password-in-branch.mjs.map +1 -0
- package/dist/actions/send-auth-test-email.cjs +29 -0
- package/dist/actions/send-auth-test-email.cjs.map +1 -0
- package/dist/actions/send-auth-test-email.d.cts +9 -0
- package/dist/actions/send-auth-test-email.d.cts.map +1 -0
- package/dist/actions/send-auth-test-email.d.mts +9 -0
- package/dist/actions/send-auth-test-email.d.mts.map +1 -0
- package/dist/actions/send-auth-test-email.mjs +26 -0
- package/dist/actions/send-auth-test-email.mjs.map +1 -0
- package/dist/actions/send-organization-invitations.cjs +30 -0
- package/dist/actions/send-organization-invitations.cjs.map +1 -0
- package/dist/actions/send-organization-invitations.d.cts +9 -0
- package/dist/actions/send-organization-invitations.d.cts.map +1 -0
- package/dist/actions/send-organization-invitations.d.mts +9 -0
- package/dist/actions/send-organization-invitations.d.mts.map +1 -0
- package/dist/actions/send-organization-invitations.mjs +29 -0
- package/dist/actions/send-organization-invitations.mjs.map +1 -0
- package/dist/actions/set-branch-as-default.cjs +58 -0
- package/dist/actions/set-branch-as-default.cjs.map +1 -0
- package/dist/actions/set-branch-as-default.d.cts +9 -0
- package/dist/actions/set-branch-as-default.d.cts.map +1 -0
- package/dist/actions/set-branch-as-default.d.mts +9 -0
- package/dist/actions/set-branch-as-default.d.mts.map +1 -0
- package/dist/actions/set-branch-as-default.mjs +57 -0
- package/dist/actions/set-branch-as-default.mjs.map +1 -0
- package/dist/actions/start-branch-anonymization.cjs +35 -0
- package/dist/actions/start-branch-anonymization.cjs.map +1 -0
- package/dist/actions/start-branch-anonymization.d.cts +9 -0
- package/dist/actions/start-branch-anonymization.d.cts.map +1 -0
- package/dist/actions/start-branch-anonymization.d.mts +9 -0
- package/dist/actions/start-branch-anonymization.d.mts.map +1 -0
- package/dist/actions/start-branch-anonymization.mjs +34 -0
- package/dist/actions/start-branch-anonymization.mjs.map +1 -0
- package/dist/actions/start-endpoint-for-project.cjs +60 -0
- package/dist/actions/start-endpoint-for-project.cjs.map +1 -0
- package/dist/actions/start-endpoint-for-project.d.cts +9 -0
- package/dist/actions/start-endpoint-for-project.d.cts.map +1 -0
- package/dist/actions/start-endpoint-for-project.d.mts +9 -0
- package/dist/actions/start-endpoint-for-project.d.mts.map +1 -0
- package/dist/actions/start-endpoint-for-project.mjs +59 -0
- package/dist/actions/start-endpoint-for-project.mjs.map +1 -0
- package/dist/actions/suspend-project-endpoint-by-id.cjs +60 -0
- package/dist/actions/suspend-project-endpoint-by-id.cjs.map +1 -0
- package/dist/actions/suspend-project-endpoint-by-id.d.cts +9 -0
- package/dist/actions/suspend-project-endpoint-by-id.d.cts.map +1 -0
- package/dist/actions/suspend-project-endpoint-by-id.d.mts +9 -0
- package/dist/actions/suspend-project-endpoint-by-id.d.mts.map +1 -0
- package/dist/actions/suspend-project-endpoint-by-id.mjs +59 -0
- package/dist/actions/suspend-project-endpoint-by-id.mjs.map +1 -0
- package/dist/actions/transfer-projects-between-organizations.cjs +20 -0
- package/dist/actions/transfer-projects-between-organizations.cjs.map +1 -0
- package/dist/actions/transfer-projects-between-organizations.d.cts +9 -0
- package/dist/actions/transfer-projects-between-organizations.d.cts.map +1 -0
- package/dist/actions/transfer-projects-between-organizations.d.mts +9 -0
- package/dist/actions/transfer-projects-between-organizations.d.mts.map +1 -0
- package/dist/actions/transfer-projects-between-organizations.mjs +17 -0
- package/dist/actions/transfer-projects-between-organizations.mjs.map +1 -0
- package/dist/actions/transfer-user-projects-to-organization.cjs +28 -0
- package/dist/actions/transfer-user-projects-to-organization.cjs.map +1 -0
- package/dist/actions/transfer-user-projects-to-organization.d.cts +9 -0
- package/dist/actions/transfer-user-projects-to-organization.d.cts.map +1 -0
- package/dist/actions/transfer-user-projects-to-organization.d.mts +9 -0
- package/dist/actions/transfer-user-projects-to-organization.d.mts.map +1 -0
- package/dist/actions/transfer-user-projects-to-organization.mjs +27 -0
- package/dist/actions/transfer-user-projects-to-organization.mjs.map +1 -0
- package/dist/actions/update-auth-allow-localhost.cjs +20 -0
- package/dist/actions/update-auth-allow-localhost.cjs.map +1 -0
- package/dist/actions/update-auth-allow-localhost.d.cts +9 -0
- package/dist/actions/update-auth-allow-localhost.d.cts.map +1 -0
- package/dist/actions/update-auth-allow-localhost.d.mts +9 -0
- package/dist/actions/update-auth-allow-localhost.d.mts.map +1 -0
- package/dist/actions/update-auth-allow-localhost.mjs +17 -0
- package/dist/actions/update-auth-allow-localhost.mjs.map +1 -0
- package/dist/actions/update-auth-email-provider.cjs +32 -0
- package/dist/actions/update-auth-email-provider.cjs.map +1 -0
- package/dist/actions/update-auth-email-provider.d.cts +9 -0
- package/dist/actions/update-auth-email-provider.d.cts.map +1 -0
- package/dist/actions/update-auth-email-provider.d.mts +9 -0
- package/dist/actions/update-auth-email-provider.d.mts.map +1 -0
- package/dist/actions/update-auth-email-provider.mjs +29 -0
- package/dist/actions/update-auth-email-provider.mjs.map +1 -0
- package/dist/actions/update-branches-data-api.cjs +30 -0
- package/dist/actions/update-branches-data-api.cjs.map +1 -0
- package/dist/actions/update-branches-data-api.d.cts +9 -0
- package/dist/actions/update-branches-data-api.d.cts.map +1 -0
- package/dist/actions/update-branches-data-api.d.mts +9 -0
- package/dist/actions/update-branches-data-api.d.mts.map +1 -0
- package/dist/actions/update-branches-data-api.mjs +27 -0
- package/dist/actions/update-branches-data-api.mjs.map +1 -0
- package/dist/actions/update-branches-masking-rules.cjs +35 -0
- package/dist/actions/update-branches-masking-rules.cjs.map +1 -0
- package/dist/actions/update-branches-masking-rules.d.cts +9 -0
- package/dist/actions/update-branches-masking-rules.d.cts.map +1 -0
- package/dist/actions/update-branches-masking-rules.d.mts +9 -0
- package/dist/actions/update-branches-masking-rules.d.mts.map +1 -0
- package/dist/actions/update-branches-masking-rules.mjs +34 -0
- package/dist/actions/update-branches-masking-rules.mjs.map +1 -0
- package/dist/actions/update-organization-member-role.cjs +26 -0
- package/dist/actions/update-organization-member-role.cjs.map +1 -0
- package/dist/actions/update-organization-member-role.d.cts +9 -0
- package/dist/actions/update-organization-member-role.d.cts.map +1 -0
- package/dist/actions/update-organization-member-role.d.mts +9 -0
- package/dist/actions/update-organization-member-role.d.mts.map +1 -0
- package/dist/actions/update-organization-member-role.mjs +23 -0
- package/dist/actions/update-organization-member-role.mjs.map +1 -0
- package/dist/actions/update-project-compute-endpoint-settings.cjs +71 -0
- package/dist/actions/update-project-compute-endpoint-settings.cjs.map +1 -0
- package/dist/actions/update-project-compute-endpoint-settings.d.cts +9 -0
- package/dist/actions/update-project-compute-endpoint-settings.d.cts.map +1 -0
- package/dist/actions/update-project-compute-endpoint-settings.d.mts +9 -0
- package/dist/actions/update-project-compute-endpoint-settings.d.mts.map +1 -0
- package/dist/actions/update-project-compute-endpoint-settings.mjs +70 -0
- package/dist/actions/update-project-compute-endpoint-settings.mjs.map +1 -0
- package/dist/actions/update-project-settings-by-id.cjs +104 -0
- package/dist/actions/update-project-settings-by-id.cjs.map +1 -0
- package/dist/actions/update-project-settings-by-id.d.cts +9 -0
- package/dist/actions/update-project-settings-by-id.d.cts.map +1 -0
- package/dist/actions/update-project-settings-by-id.d.mts +9 -0
- package/dist/actions/update-project-settings-by-id.d.mts.map +1 -0
- package/dist/actions/update-project-settings-by-id.mjs +103 -0
- package/dist/actions/update-project-settings-by-id.mjs.map +1 -0
- package/dist/actions/update-projects-snapshots.cjs +30 -0
- package/dist/actions/update-projects-snapshots.cjs.map +1 -0
- package/dist/actions/update-projects-snapshots.d.cts +9 -0
- package/dist/actions/update-projects-snapshots.d.cts.map +1 -0
- package/dist/actions/update-projects-snapshots.d.mts +9 -0
- package/dist/actions/update-projects-snapshots.d.mts.map +1 -0
- package/dist/actions/update-projects-snapshots.mjs +29 -0
- package/dist/actions/update-projects-snapshots.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +220 -0
- package/dist/index.d.cts +110 -0
- package/dist/index.d.mts +110 -0
- package/dist/index.mjs +111 -0
- package/package.json +49 -0
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-project-with-quota-and-settings.ts
|
|
4
|
+
const NeonCreateProjectWithQuotaAndSettingsInput = zod.z.object({
|
|
5
|
+
project__name: zod.z.string().describe("The project name").optional(),
|
|
6
|
+
project__org__id: zod.z.string().describe("Organization id in case the project created belongs to an organization. If not present, project is owned by a user and not by org.").optional(),
|
|
7
|
+
project__region__id: zod.z.string().describe("The region identifier. Refer to our [Regions](https://neon.tech/docs/introduction/regions) documentation for supported regions. Values are specified in this format: `aws-us-east-1`").optional(),
|
|
8
|
+
project__pg__version: zod.z.number().int().default(16).describe("The major Postgres version number. Currently supported versions are `14`, `15`, `16`, and `17`.").optional(),
|
|
9
|
+
project__provisioner: zod.z.string().describe("The Neon compute provisioner. Specify the `k8s-neonvm` provisioner to create a compute endpoint that supports Autoscaling. Provisioner can be one of the following values: * k8s-pod * k8s-neonvm Clients must expect, that any string value that is not documented in the description above should be treated as a error. UNKNOWN value if safe to treat as an error too.").optional(),
|
|
10
|
+
project__branch__name: zod.z.string().describe("The default branch name. If not specified, the default branch name, `main`, will be used.").optional(),
|
|
11
|
+
project__store__passwords: zod.z.boolean().describe("Whether or not passwords are stored for roles in the Neon project. Storing passwords facilitates access to Neon features that require authorization.").optional(),
|
|
12
|
+
project__branch__role__name: zod.z.string().describe("The role name. If not specified, the default role name, `{database_name}_owner`, will be used.").optional(),
|
|
13
|
+
project__branch__database__name: zod.z.string().describe("The database name. If not specified, the default database name, `neondb`, will be used.").optional(),
|
|
14
|
+
project__autoscaling__limit__max__cu: zod.z.number().int().describe("Autoscaling Limit Max Cu").optional(),
|
|
15
|
+
project__autoscaling__limit__min__cu: zod.z.number().int().describe("Autoscaling Limit Min Cu").optional(),
|
|
16
|
+
project__history__retention__seconds: zod.z.number().int().describe("The number of seconds to retain the shared history for all branches in this project. The default is 1 day (86400 seconds).").optional(),
|
|
17
|
+
project__settings__allowed__ips__ips: zod.z.array(zod.z.string()).describe("A list of IP addresses that are allowed to connect to the endpoint.").optional(),
|
|
18
|
+
project__settings__block__vpc__connections: zod.z.boolean().describe("When set, connections using VPC endpoints are disallowed. This parameter is under active development and its semantics may change in the future.").optional(),
|
|
19
|
+
project__settings__block__public__connections: zod.z.boolean().describe("When set, connections from the public internet are disallowed. This supersedes the AllowedIPs list. This parameter is under active development and its semantics may change in the future.").optional(),
|
|
20
|
+
project__settings__quota__logical__size__bytes: zod.z.number().int().describe("Limit on the logical size of every project\"s branch.").optional(),
|
|
21
|
+
project__settings__quota__written__data__bytes: zod.z.number().int().describe("Total amount of data written to all of a project\"s branches.").optional(),
|
|
22
|
+
project__settings__enable__logical__replication: zod.z.boolean().describe("Sets wal_level=logical for all compute endpoints in this project. All active endpoints will be suspended. Once enabled, logical replication cannot be disabled.").optional(),
|
|
23
|
+
project__settings__quota__active__time__seconds: zod.z.number().int().describe("The total amount of wall-clock time allowed to be spent by the project\"s compute endpoints.").optional(),
|
|
24
|
+
project__settings__quota__data__transfer__bytes: zod.z.number().int().describe("Total amount of data transferred from all of a project\"s branches using the proxy.").optional(),
|
|
25
|
+
project__settings__maintenance__window__weekdays: zod.z.array(zod.z.number().int()).describe("A list of weekdays when the maintenance window is active. Encoded as ints, where 1 - Monday, and 7 - Sunday.").optional(),
|
|
26
|
+
project__settings__quota__compute__time__seconds: zod.z.number().int().describe("The total amount of CPU seconds allowed to be spent by the project\"s compute endpoints.").optional(),
|
|
27
|
+
project__settings__maintenance__window__end__time: zod.z.string().describe("End time of the maintenance window, in the format of \"HH:MM\". Uses UTC.").optional(),
|
|
28
|
+
project__default__endpoint__settings__pg__settings: zod.z.object({}).describe("A raw representation of Postgres settings").optional(),
|
|
29
|
+
project__settings__maintenance__window__start__time: zod.z.string().describe("Start time of the maintenance window, in the format of \"HH:MM\". Uses UTC.").optional(),
|
|
30
|
+
project__default__endpoint__settings__pgbouncer__settings: zod.z.object({}).describe("A raw representation of PgBouncer settings").optional(),
|
|
31
|
+
project__default__ep__settings__suspend__timeout__seconds: zod.z.number().int().describe("Duration of inactivity in seconds after which the compute endpoint is automatically suspended. The value `0` means use the global default. The value `-1` means never suspend. The default value is `300` seconds (5 minutes). The minimum value is `60` seconds (1 minute). The maximum value is `604800` seconds (1 week). For more information, see [Auto-suspend configuration](https://neon.tech/docs/manage/endpoints#auto-suspend-configuration).").optional(),
|
|
32
|
+
project__settings__allowed__ips__protected__branches__only: zod.z.boolean().describe("If true, the list will be applied only to protected branches.").optional(),
|
|
33
|
+
project__default__ep__settings__autoscaling__limit__max__cu: zod.z.number().int().describe("Autoscaling Limit Max Cu").optional(),
|
|
34
|
+
project__default__ep__settings__autoscaling__limit__min__cu: zod.z.number().int().describe("Autoscaling Limit Min Cu").optional()
|
|
35
|
+
}).describe("Request schema for `CreateProjectWithQuotaAndSettings`");
|
|
36
|
+
const NeonCreateProjectWithQuotaAndSettings_RoleSchema = zod.z.object({
|
|
37
|
+
id: zod.z.string().describe("The role ID").nullable().optional(),
|
|
38
|
+
name: zod.z.string().describe("The role name"),
|
|
39
|
+
password: zod.z.string().describe("The role password").nullable().optional(),
|
|
40
|
+
branch_id: zod.z.string().describe("The branch ID"),
|
|
41
|
+
protected: zod.z.boolean().describe("Whether the role is protected"),
|
|
42
|
+
created_at: zod.z.string().describe("A timestamp indicating when the role was created"),
|
|
43
|
+
updated_at: zod.z.string().describe("A timestamp indicating when the role was last updated")
|
|
44
|
+
}).describe("PostgreSQL role object");
|
|
45
|
+
const NeonCreateProjectWithQuotaAndSettings_BranchSchema = zod.z.object({
|
|
46
|
+
id: zod.z.string().describe("The branch ID"),
|
|
47
|
+
name: zod.z.string().describe("The branch name"),
|
|
48
|
+
"default": zod.z.boolean().describe("Whether branch serves as project default").nullable().optional(),
|
|
49
|
+
primary: zod.z.boolean().describe("Whether this is the primary branch"),
|
|
50
|
+
parent_id: zod.z.string().describe("The parent branch ID - identifies branching hierarchy").nullable().optional(),
|
|
51
|
+
protected: zod.z.boolean().describe("Whether branch has protection enabled").nullable().optional(),
|
|
52
|
+
created_at: zod.z.string().describe("Creation timestamp"),
|
|
53
|
+
parent_lsn: zod.z.string().describe("Log sequence number reference").nullable().optional(),
|
|
54
|
+
project_id: zod.z.string().describe("The associated project identifier"),
|
|
55
|
+
updated_at: zod.z.string().describe("Last modification timestamp"),
|
|
56
|
+
cpu_used_sec: zod.z.number().int().describe("CPU seconds consumed").nullable().optional(),
|
|
57
|
+
logical_size: zod.z.number().int().describe("Bytes of logical data in branch").nullable().optional(),
|
|
58
|
+
current_state: zod.z.string().describe("Present operational state"),
|
|
59
|
+
last_reset_at: zod.z.string().describe("Most recent metric reset").nullable().optional(),
|
|
60
|
+
pending_state: zod.z.string().describe("Queued operational state").nullable().optional(),
|
|
61
|
+
physical_size: zod.z.number().int().describe("Bytes of physical storage used").nullable().optional(),
|
|
62
|
+
parent_timestamp: zod.z.string().describe("Parent snapshot timestamp").nullable().optional(),
|
|
63
|
+
written_data_bytes: zod.z.number().int().describe("Total amount of data written").nullable().optional(),
|
|
64
|
+
active_time_seconds: zod.z.number().int().describe("Wall-clock active duration").nullable().optional(),
|
|
65
|
+
data_transfer_bytes: zod.z.number().int().describe("Total amount of data transferred").nullable().optional(),
|
|
66
|
+
compute_time_seconds: zod.z.number().int().describe("Compute processing duration").nullable().optional()
|
|
67
|
+
}).describe("Branch object");
|
|
68
|
+
const NeonCreateProjectWithQuotaAndSettings_QuotaSchema = zod.z.object({
|
|
69
|
+
logical_size_bytes: zod.z.number().int().describe("Per-branch logical size limit. Write operations fail when exceeded").nullable().optional(),
|
|
70
|
+
written_data_bytes: zod.z.number().int().describe("Total data written across all project branches").nullable().optional(),
|
|
71
|
+
active_time_seconds: zod.z.number().int().describe("Wall-clock time limit for compute endpoints to be active").nullable().optional(),
|
|
72
|
+
data_transfer_bytes: zod.z.number().int().describe("Data transferred from branches via proxy").nullable().optional(),
|
|
73
|
+
compute_time_seconds: zod.z.number().int().describe("CPU seconds allowed for project compute endpoints").nullable().optional()
|
|
74
|
+
}).describe("Per-project consumption limits. If a quota is exceeded, all active computes are automatically suspended");
|
|
75
|
+
const NeonCreateProjectWithQuotaAndSettings_AllowedIpsSchema = zod.z.object({
|
|
76
|
+
ips: zod.z.array(zod.z.string()).describe("IP addresses permitted to connect to the endpoint").nullable().optional(),
|
|
77
|
+
protected_branches_only: zod.z.boolean().describe("When true, restrictions apply only to protected branches").nullable().optional()
|
|
78
|
+
}).describe("IP address restrictions for connections");
|
|
79
|
+
const NeonCreateProjectWithQuotaAndSettings_PreloadLibrariesSchema = zod.z.object({
|
|
80
|
+
use_defaults: zod.z.boolean().describe("Whether to use default shared libraries").nullable().optional(),
|
|
81
|
+
enabled_libraries: zod.z.array(zod.z.string()).describe("Specific shared libraries to preload").nullable().optional()
|
|
82
|
+
}).describe("Shared preload libraries configuration");
|
|
83
|
+
const NeonCreateProjectWithQuotaAndSettings_MaintenanceWindowSchema = zod.z.object({
|
|
84
|
+
end_time: zod.z.string().describe("End time of maintenance window in HH:MM format (UTC)").nullable().optional(),
|
|
85
|
+
weekdays: zod.z.array(zod.z.number().int()).describe("Weekdays when maintenance window is active. 1=Monday, 7=Sunday").nullable().optional(),
|
|
86
|
+
start_time: zod.z.string().describe("Start time of maintenance window in HH:MM format (UTC)").nullable().optional()
|
|
87
|
+
}).describe("Maintenance window configuration");
|
|
88
|
+
const NeonCreateProjectWithQuotaAndSettings_ProjectSettingsSchema = zod.z.object({
|
|
89
|
+
hipaa: zod.z.boolean().describe("HIPAA compliance enablement status").nullable().optional(),
|
|
90
|
+
quota: NeonCreateProjectWithQuotaAndSettings_QuotaSchema.nullable().optional(),
|
|
91
|
+
allowed_ips: NeonCreateProjectWithQuotaAndSettings_AllowedIpsSchema.nullable().optional(),
|
|
92
|
+
audit_log_level: zod.z.string().describe("Audit log level setting").nullable().optional(),
|
|
93
|
+
preload_libraries: NeonCreateProjectWithQuotaAndSettings_PreloadLibrariesSchema.nullable().optional(),
|
|
94
|
+
maintenance_window: NeonCreateProjectWithQuotaAndSettings_MaintenanceWindowSchema.nullable().optional(),
|
|
95
|
+
block_vpc_connections: zod.z.boolean().describe("When set, connections using VPC endpoints are disallowed").nullable().optional(),
|
|
96
|
+
block_public_connections: zod.z.boolean().describe("When set, connections from the public internet are disallowed").nullable().optional(),
|
|
97
|
+
enable_logical_replication: zod.z.boolean().describe("Whether logical replication is enabled (sets wal_level=logical). Suspends active endpoints. Cannot be disabled once enabled").nullable().optional()
|
|
98
|
+
}).describe("Project-level configuration settings");
|
|
99
|
+
const NeonCreateProjectWithQuotaAndSettings_DefaultEndpointSettingsSchema = zod.z.object({
|
|
100
|
+
pg_settings: zod.z.object({}).describe("A raw representation of Postgres settings").nullable().optional(),
|
|
101
|
+
pgbouncer_settings: zod.z.object({}).describe("A raw representation of PgBouncer settings").nullable().optional(),
|
|
102
|
+
suspend_timeout_seconds: zod.z.number().int().describe("Duration of inactivity in seconds after which compute is suspended. -1 means never suspend. Default is 300 seconds (5 minutes)").nullable().optional(),
|
|
103
|
+
autoscaling_limit_max_cu: zod.z.number().describe("The maximum number of Compute Units").nullable().optional(),
|
|
104
|
+
autoscaling_limit_min_cu: zod.z.number().describe("The minimum number of Compute Units").nullable().optional()
|
|
105
|
+
}).describe("Default settings for compute endpoints");
|
|
106
|
+
const NeonCreateProjectWithQuotaAndSettings_ProjectSchema = zod.z.object({
|
|
107
|
+
id: zod.z.string().describe("The project ID"),
|
|
108
|
+
name: zod.z.string().describe("The project name"),
|
|
109
|
+
org_id: zod.z.string().describe("Organization ID if the project belongs to an organization").nullable().optional(),
|
|
110
|
+
org_name: zod.z.string().describe("Organization name if the project belongs to an organization").nullable().optional(),
|
|
111
|
+
owner_id: zod.z.string().describe("User ID of the project owner"),
|
|
112
|
+
settings: NeonCreateProjectWithQuotaAndSettings_ProjectSettingsSchema.nullable().optional(),
|
|
113
|
+
region_id: zod.z.string().describe("The region identifier"),
|
|
114
|
+
created_at: zod.z.string().describe("When the project was created"),
|
|
115
|
+
deleted_at: zod.z.string().describe("When the project was deleted").nullable().optional(),
|
|
116
|
+
pg_version: zod.z.number().int().describe("The major Postgres version number (14-18)"),
|
|
117
|
+
proxy_host: zod.z.string().describe("The proxy host combining region, platform, and neon.tech domain"),
|
|
118
|
+
updated_at: zod.z.string().describe("When the project was last updated"),
|
|
119
|
+
platform_id: zod.z.string().describe("The cloud platform identifier. Currently, only AWS is supported"),
|
|
120
|
+
provisioner: zod.z.string().describe("The Neon compute provisioner. Values: k8s-pod or k8s-neonvm"),
|
|
121
|
+
creation_source: zod.z.string().describe("The project creation source"),
|
|
122
|
+
store_passwords: zod.z.boolean().describe("Whether passwords are stored for roles"),
|
|
123
|
+
recoverable_until: zod.z.string().describe("Project recoverable until this date and time").nullable().optional(),
|
|
124
|
+
active_time_seconds: zod.z.number().int().describe("Control plane observed endpoints active this amount of wall-clock time in seconds"),
|
|
125
|
+
maintenance_starts_at: zod.z.string().describe("When project maintenance begins").nullable().optional(),
|
|
126
|
+
compute_last_active_at: zod.z.string().describe("Most recent time any endpoint was active").nullable().optional(),
|
|
127
|
+
synthetic_storage_size: zod.z.number().int().describe("Current space occupied in storage, in bytes").nullable().optional(),
|
|
128
|
+
branch_logical_size_limit: zod.z.number().int().describe("The logical size limit for a branch in MiB"),
|
|
129
|
+
default_endpoint_settings: NeonCreateProjectWithQuotaAndSettings_DefaultEndpointSettingsSchema.nullable().optional(),
|
|
130
|
+
history_retention_seconds: zod.z.number().int().describe("Seconds to retain shared history for all branches").nullable().optional(),
|
|
131
|
+
branch_logical_size_limit_bytes: zod.z.number().int().describe("The logical size limit for a branch in bytes")
|
|
132
|
+
}).describe("The created project object");
|
|
133
|
+
const NeonCreateProjectWithQuotaAndSettings_DatabaseSchema = zod.z.object({
|
|
134
|
+
id: zod.z.number().int().describe("The database ID"),
|
|
135
|
+
name: zod.z.string().describe("The database name"),
|
|
136
|
+
branch_id: zod.z.string().describe("The branch identifier to which the database belongs"),
|
|
137
|
+
created_at: zod.z.string().describe("A timestamp indicating when the database was created"),
|
|
138
|
+
owner_name: zod.z.string().describe("The PostgreSQL role that owns the database"),
|
|
139
|
+
updated_at: zod.z.string().describe("A timestamp indicating when the database was last updated")
|
|
140
|
+
}).describe("Database object");
|
|
141
|
+
const NeonCreateProjectWithQuotaAndSettings_EndpointSettingsSchema = zod.z.object({
|
|
142
|
+
pg_settings: zod.z.object({}).describe("PostgreSQL settings").nullable().optional(),
|
|
143
|
+
pgbouncer_settings: zod.z.object({}).describe("PgBouncer settings").nullable().optional(),
|
|
144
|
+
suspend_timeout_seconds: zod.z.number().int().nullable().optional(),
|
|
145
|
+
autoscaling_limit_max_cu: zod.z.number().nullable().optional(),
|
|
146
|
+
autoscaling_limit_min_cu: zod.z.number().nullable().optional()
|
|
147
|
+
}).describe("Endpoint configuration parameters");
|
|
148
|
+
const NeonCreateProjectWithQuotaAndSettings_EndpointSchema = zod.z.object({
|
|
149
|
+
id: zod.z.string().describe("The endpoint identifier"),
|
|
150
|
+
host: zod.z.string().describe("Primary endpoint hostname"),
|
|
151
|
+
type: zod.z.string().describe("Endpoint classification"),
|
|
152
|
+
disabled: zod.z.boolean().describe("Operational availability flag").nullable().optional(),
|
|
153
|
+
settings: NeonCreateProjectWithQuotaAndSettings_EndpointSettingsSchema.nullable().optional(),
|
|
154
|
+
branch_id: zod.z.string().describe("Associated branch ID"),
|
|
155
|
+
region_id: zod.z.string().describe("Geographical region identifier"),
|
|
156
|
+
created_at: zod.z.string().describe("Creation timestamp"),
|
|
157
|
+
project_id: zod.z.string().describe("Associated project ID"),
|
|
158
|
+
proxy_host: zod.z.string().describe("Proxy endpoint hostname"),
|
|
159
|
+
updated_at: zod.z.string().describe("Last update timestamp"),
|
|
160
|
+
last_active: zod.z.string().describe("Last activity timestamp").nullable().optional(),
|
|
161
|
+
pooler_mode: zod.z.string().describe("Pooling strategy selection").nullable().optional(),
|
|
162
|
+
provisioner: zod.z.string().describe("The Neon compute provisioner. Values: k8s-pod or k8s-neonvm"),
|
|
163
|
+
current_state: zod.z.string().describe("Present operational status"),
|
|
164
|
+
pending_state: zod.z.string().describe("Queued state transition").nullable().optional(),
|
|
165
|
+
pooler_enabled: zod.z.boolean().describe("Connection pooling activation").nullable().optional(),
|
|
166
|
+
creation_source: zod.z.string().describe("Origin of endpoint creation").nullable().optional(),
|
|
167
|
+
passwordless_access: zod.z.boolean().describe("Authentication requirement flag").nullable().optional(),
|
|
168
|
+
compute_release_version: zod.z.string().describe("Compute release version").nullable().optional(),
|
|
169
|
+
suspend_timeout_seconds: zod.z.number().int().describe("Duration of inactivity in seconds after which compute is suspended").nullable().optional(),
|
|
170
|
+
autoscaling_limit_max_cu: zod.z.number().describe("The maximum number of Compute Units").nullable().optional(),
|
|
171
|
+
autoscaling_limit_min_cu: zod.z.number().describe("The minimum number of Compute Units").nullable().optional()
|
|
172
|
+
}).describe("Compute endpoint object");
|
|
173
|
+
const NeonCreateProjectWithQuotaAndSettings_OperationSchema = zod.z.object({
|
|
174
|
+
id: zod.z.string().describe("The operation ID"),
|
|
175
|
+
error: zod.z.string().describe("The error that occurred (present when status indicates failure)").nullable().optional(),
|
|
176
|
+
action: zod.z.string().describe("The action performed by the operation (e.g., create_compute, start_compute, suspend_compute, create_branch)"),
|
|
177
|
+
status: zod.z.string().describe("The status of the operation"),
|
|
178
|
+
retry_at: zod.z.string().describe("When the operation was last retried").nullable().optional(),
|
|
179
|
+
branch_id: zod.z.string().describe("Identifies the branch affected by the operation").nullable().optional(),
|
|
180
|
+
created_at: zod.z.string().describe("A timestamp indicating when the operation was created"),
|
|
181
|
+
project_id: zod.z.string().describe("The Neon project ID"),
|
|
182
|
+
updated_at: zod.z.string().describe("A timestamp indicating when the operation status was last updated"),
|
|
183
|
+
endpoint_id: zod.z.string().describe("Identifies the compute endpoint involved").nullable().optional(),
|
|
184
|
+
failures_count: zod.z.number().int().describe("The number of times the operation failed"),
|
|
185
|
+
total_duration_ms: zod.z.number().int().describe("The total duration of the operation in milliseconds").nullable().optional()
|
|
186
|
+
}).describe("Operation object tracking asynchronous operations");
|
|
187
|
+
const NeonCreateProjectWithQuotaAndSettings_ConnectionUriSchema = zod.z.object({ connection_uri: zod.z.string().describe("PostgreSQL connection string in the format: postgresql://role:password@host/database?sslmode=require") }).describe("Connection URI object");
|
|
188
|
+
const NeonCreateProjectWithQuotaAndSettingsOutput = zod.z.object({
|
|
189
|
+
roles: zod.z.array(NeonCreateProjectWithQuotaAndSettings_RoleSchema).describe("Array of PostgreSQL role objects"),
|
|
190
|
+
branch: NeonCreateProjectWithQuotaAndSettings_BranchSchema.nullable(),
|
|
191
|
+
project: NeonCreateProjectWithQuotaAndSettings_ProjectSchema.nullable(),
|
|
192
|
+
databases: zod.z.array(NeonCreateProjectWithQuotaAndSettings_DatabaseSchema).describe("Array of database objects"),
|
|
193
|
+
endpoints: zod.z.array(NeonCreateProjectWithQuotaAndSettings_EndpointSchema).describe("Array of compute endpoint objects"),
|
|
194
|
+
operations: zod.z.array(NeonCreateProjectWithQuotaAndSettings_OperationSchema).describe("Array of operation objects tracking asynchronous operations"),
|
|
195
|
+
connection_uris: zod.z.array(NeonCreateProjectWithQuotaAndSettings_ConnectionUriSchema).describe("Array of connection URI objects. This property is returned only when a branch has a single database and role").nullable().optional()
|
|
196
|
+
}).describe("Response schema for `CreateProjectWithQuotaAndSettings`");
|
|
197
|
+
const neonCreateProjectWithQuotaAndSettings = require_action.action("NEON_CREATE_PROJECT_WITH_QUOTA_AND_SETTINGS", {
|
|
198
|
+
slug: "neon-create-project-with-quota-and-settings",
|
|
199
|
+
name: "Create project with quota and settings",
|
|
200
|
+
description: "Creates a new Neon project with specified configuration settings. This endpoint allows you to set up a customized PostgreSQL environment with various options for resource management, networking, and performance optimization. It's ideal for initializing a new database project with tailored settings for quota management, IP access control, autoscaling, and more. Use this when you need to establish a new Neon project with specific requirements or when you want to take advantage of Neon's advanced features like logical replication or custom maintenance windows. Note that some settings, once configured, may not be easily changed later, so careful consideration of your project needs is recommended before creation.",
|
|
201
|
+
input: NeonCreateProjectWithQuotaAndSettingsInput,
|
|
202
|
+
output: NeonCreateProjectWithQuotaAndSettingsOutput
|
|
203
|
+
});
|
|
204
|
+
//#endregion
|
|
205
|
+
exports.neonCreateProjectWithQuotaAndSettings = neonCreateProjectWithQuotaAndSettings;
|
|
206
|
+
|
|
207
|
+
//# sourceMappingURL=create-project-with-quota-and-settings.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project-with-quota-and-settings.cjs","names":["z","action"],"sources":["../../src/actions/create-project-with-quota-and-settings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonCreateProjectWithQuotaAndSettingsInput: z.ZodTypeAny = z.object({\n project__name: z.string().describe(\"The project name\").optional(),\n project__org__id: z.string().describe(\"Organization id in case the project created belongs to an organization. If not present, project is owned by a user and not by org.\").optional(),\n project__region__id: z.string().describe(\"The region identifier. Refer to our [Regions](https://neon.tech/docs/introduction/regions) documentation for supported regions. Values are specified in this format: `aws-us-east-1`\").optional(),\n project__pg__version: z.number().int().default(16).describe(\"The major Postgres version number. Currently supported versions are `14`, `15`, `16`, and `17`.\").optional(),\n project__provisioner: z.string().describe(\"The Neon compute provisioner. Specify the `k8s-neonvm` provisioner to create a compute endpoint that supports Autoscaling. Provisioner can be one of the following values: * k8s-pod * k8s-neonvm Clients must expect, that any string value that is not documented in the description above should be treated as a error. UNKNOWN value if safe to treat as an error too.\").optional(),\n project__branch__name: z.string().describe(\"The default branch name. If not specified, the default branch name, `main`, will be used.\").optional(),\n project__store__passwords: z.boolean().describe(\"Whether or not passwords are stored for roles in the Neon project. Storing passwords facilitates access to Neon features that require authorization.\").optional(),\n project__branch__role__name: z.string().describe(\"The role name. If not specified, the default role name, `{database_name}_owner`, will be used.\").optional(),\n project__branch__database__name: z.string().describe(\"The database name. If not specified, the default database name, `neondb`, will be used.\").optional(),\n project__autoscaling__limit__max__cu: z.number().int().describe(\"Autoscaling Limit Max Cu\").optional(),\n project__autoscaling__limit__min__cu: z.number().int().describe(\"Autoscaling Limit Min Cu\").optional(),\n project__history__retention__seconds: z.number().int().describe(\"The number of seconds to retain the shared history for all branches in this project. The default is 1 day (86400 seconds).\").optional(),\n project__settings__allowed__ips__ips: z.array(z.string()).describe(\"A list of IP addresses that are allowed to connect to the endpoint.\").optional(),\n project__settings__block__vpc__connections: z.boolean().describe(\"When set, connections using VPC endpoints are disallowed. This parameter is under active development and its semantics may change in the future.\").optional(),\n project__settings__block__public__connections: z.boolean().describe(\"When set, connections from the public internet are disallowed. This supersedes the AllowedIPs list. This parameter is under active development and its semantics may change in the future.\").optional(),\n project__settings__quota__logical__size__bytes: z.number().int().describe(\"Limit on the logical size of every project\\\"s branch.\").optional(),\n project__settings__quota__written__data__bytes: z.number().int().describe(\"Total amount of data written to all of a project\\\"s branches.\").optional(),\n project__settings__enable__logical__replication: z.boolean().describe(\"Sets wal_level=logical for all compute endpoints in this project. All active endpoints will be suspended. Once enabled, logical replication cannot be disabled.\").optional(),\n project__settings__quota__active__time__seconds: z.number().int().describe(\"The total amount of wall-clock time allowed to be spent by the project\\\"s compute endpoints.\").optional(),\n project__settings__quota__data__transfer__bytes: z.number().int().describe(\"Total amount of data transferred from all of a project\\\"s branches using the proxy.\").optional(),\n project__settings__maintenance__window__weekdays: z.array(z.number().int()).describe(\"A list of weekdays when the maintenance window is active. Encoded as ints, where 1 - Monday, and 7 - Sunday.\").optional(),\n project__settings__quota__compute__time__seconds: z.number().int().describe(\"The total amount of CPU seconds allowed to be spent by the project\\\"s compute endpoints.\").optional(),\n project__settings__maintenance__window__end__time: z.string().describe(\"End time of the maintenance window, in the format of \\\"HH:MM\\\". Uses UTC.\").optional(),\n project__default__endpoint__settings__pg__settings: z.object({}).describe(\"A raw representation of Postgres settings\").optional(),\n project__settings__maintenance__window__start__time: z.string().describe(\"Start time of the maintenance window, in the format of \\\"HH:MM\\\". Uses UTC.\").optional(),\n project__default__endpoint__settings__pgbouncer__settings: z.object({}).describe(\"A raw representation of PgBouncer settings\").optional(),\n project__default__ep__settings__suspend__timeout__seconds: z.number().int().describe(\"Duration of inactivity in seconds after which the compute endpoint is automatically suspended. The value `0` means use the global default. The value `-1` means never suspend. The default value is `300` seconds (5 minutes). The minimum value is `60` seconds (1 minute). The maximum value is `604800` seconds (1 week). For more information, see [Auto-suspend configuration](https://neon.tech/docs/manage/endpoints#auto-suspend-configuration).\").optional(),\n project__settings__allowed__ips__protected__branches__only: z.boolean().describe(\"If true, the list will be applied only to protected branches.\").optional(),\n project__default__ep__settings__autoscaling__limit__max__cu: z.number().int().describe(\"Autoscaling Limit Max Cu\").optional(),\n project__default__ep__settings__autoscaling__limit__min__cu: z.number().int().describe(\"Autoscaling Limit Min Cu\").optional(),\n}).describe(\"Request schema for `CreateProjectWithQuotaAndSettings`\");\nconst NeonCreateProjectWithQuotaAndSettings_RoleSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The role ID\").nullable().optional(),\n name: z.string().describe(\"The role name\"),\n password: z.string().describe(\"The role password\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID\"),\n protected: z.boolean().describe(\"Whether the role is protected\"),\n created_at: z.string().describe(\"A timestamp indicating when the role was created\"),\n updated_at: z.string().describe(\"A timestamp indicating when the role was last updated\"),\n}).describe(\"PostgreSQL role object\");\nconst NeonCreateProjectWithQuotaAndSettings_BranchSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The branch ID\"),\n name: z.string().describe(\"The branch name\"),\n \"default\": z.boolean().describe(\"Whether branch serves as project default\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary branch\"),\n parent_id: z.string().describe(\"The parent branch ID - identifies branching hierarchy\").nullable().optional(),\n protected: z.boolean().describe(\"Whether branch has protection enabled\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp\"),\n parent_lsn: z.string().describe(\"Log sequence number reference\").nullable().optional(),\n project_id: z.string().describe(\"The associated project identifier\"),\n updated_at: z.string().describe(\"Last modification timestamp\"),\n cpu_used_sec: z.number().int().describe(\"CPU seconds consumed\").nullable().optional(),\n logical_size: z.number().int().describe(\"Bytes of logical data in branch\").nullable().optional(),\n current_state: z.string().describe(\"Present operational state\"),\n last_reset_at: z.string().describe(\"Most recent metric reset\").nullable().optional(),\n pending_state: z.string().describe(\"Queued operational state\").nullable().optional(),\n physical_size: z.number().int().describe(\"Bytes of physical storage used\").nullable().optional(),\n parent_timestamp: z.string().describe(\"Parent snapshot timestamp\").nullable().optional(),\n written_data_bytes: z.number().int().describe(\"Total amount of data written\").nullable().optional(),\n active_time_seconds: z.number().int().describe(\"Wall-clock active duration\").nullable().optional(),\n data_transfer_bytes: z.number().int().describe(\"Total amount of data transferred\").nullable().optional(),\n compute_time_seconds: z.number().int().describe(\"Compute processing duration\").nullable().optional(),\n}).describe(\"Branch object\");\nconst NeonCreateProjectWithQuotaAndSettings_QuotaSchema: z.ZodTypeAny = z.object({\n logical_size_bytes: z.number().int().describe(\"Per-branch logical size limit. Write operations fail when exceeded\").nullable().optional(),\n written_data_bytes: z.number().int().describe(\"Total data written across all project branches\").nullable().optional(),\n active_time_seconds: z.number().int().describe(\"Wall-clock time limit for compute endpoints to be active\").nullable().optional(),\n data_transfer_bytes: z.number().int().describe(\"Data transferred from branches via proxy\").nullable().optional(),\n compute_time_seconds: z.number().int().describe(\"CPU seconds allowed for project compute endpoints\").nullable().optional(),\n}).describe(\"Per-project consumption limits. If a quota is exceeded, all active computes are automatically suspended\");\nconst NeonCreateProjectWithQuotaAndSettings_AllowedIpsSchema: z.ZodTypeAny = z.object({\n ips: z.array(z.string()).describe(\"IP addresses permitted to connect to the endpoint\").nullable().optional(),\n protected_branches_only: z.boolean().describe(\"When true, restrictions apply only to protected branches\").nullable().optional(),\n}).describe(\"IP address restrictions for connections\");\nconst NeonCreateProjectWithQuotaAndSettings_PreloadLibrariesSchema: z.ZodTypeAny = z.object({\n use_defaults: z.boolean().describe(\"Whether to use default shared libraries\").nullable().optional(),\n enabled_libraries: z.array(z.string()).describe(\"Specific shared libraries to preload\").nullable().optional(),\n}).describe(\"Shared preload libraries configuration\");\nconst NeonCreateProjectWithQuotaAndSettings_MaintenanceWindowSchema: z.ZodTypeAny = z.object({\n end_time: z.string().describe(\"End time of maintenance window in HH:MM format (UTC)\").nullable().optional(),\n weekdays: z.array(z.number().int()).describe(\"Weekdays when maintenance window is active. 1=Monday, 7=Sunday\").nullable().optional(),\n start_time: z.string().describe(\"Start time of maintenance window in HH:MM format (UTC)\").nullable().optional(),\n}).describe(\"Maintenance window configuration\");\nconst NeonCreateProjectWithQuotaAndSettings_ProjectSettingsSchema: z.ZodTypeAny = z.object({\n hipaa: z.boolean().describe(\"HIPAA compliance enablement status\").nullable().optional(),\n quota: NeonCreateProjectWithQuotaAndSettings_QuotaSchema.nullable().optional(),\n allowed_ips: NeonCreateProjectWithQuotaAndSettings_AllowedIpsSchema.nullable().optional(),\n audit_log_level: z.string().describe(\"Audit log level setting\").nullable().optional(),\n preload_libraries: NeonCreateProjectWithQuotaAndSettings_PreloadLibrariesSchema.nullable().optional(),\n maintenance_window: NeonCreateProjectWithQuotaAndSettings_MaintenanceWindowSchema.nullable().optional(),\n block_vpc_connections: z.boolean().describe(\"When set, connections using VPC endpoints are disallowed\").nullable().optional(),\n block_public_connections: z.boolean().describe(\"When set, connections from the public internet are disallowed\").nullable().optional(),\n enable_logical_replication: z.boolean().describe(\"Whether logical replication is enabled (sets wal_level=logical). Suspends active endpoints. Cannot be disabled once enabled\").nullable().optional(),\n}).describe(\"Project-level configuration settings\");\nconst NeonCreateProjectWithQuotaAndSettings_DefaultEndpointSettingsSchema: z.ZodTypeAny = z.object({\n pg_settings: z.object({}).describe(\"A raw representation of Postgres settings\").nullable().optional(),\n pgbouncer_settings: z.object({}).describe(\"A raw representation of PgBouncer settings\").nullable().optional(),\n suspend_timeout_seconds: z.number().int().describe(\"Duration of inactivity in seconds after which compute is suspended. -1 means never suspend. Default is 300 seconds (5 minutes)\").nullable().optional(),\n autoscaling_limit_max_cu: z.number().describe(\"The maximum number of Compute Units\").nullable().optional(),\n autoscaling_limit_min_cu: z.number().describe(\"The minimum number of Compute Units\").nullable().optional(),\n}).describe(\"Default settings for compute endpoints\");\nconst NeonCreateProjectWithQuotaAndSettings_ProjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The project ID\"),\n name: z.string().describe(\"The project name\"),\n org_id: z.string().describe(\"Organization ID if the project belongs to an organization\").nullable().optional(),\n org_name: z.string().describe(\"Organization name if the project belongs to an organization\").nullable().optional(),\n owner_id: z.string().describe(\"User ID of the project owner\"),\n settings: NeonCreateProjectWithQuotaAndSettings_ProjectSettingsSchema.nullable().optional(),\n region_id: z.string().describe(\"The region identifier\"),\n created_at: z.string().describe(\"When the project was created\"),\n deleted_at: z.string().describe(\"When the project was deleted\").nullable().optional(),\n pg_version: z.number().int().describe(\"The major Postgres version number (14-18)\"),\n proxy_host: z.string().describe(\"The proxy host combining region, platform, and neon.tech domain\"),\n updated_at: z.string().describe(\"When the project was last updated\"),\n platform_id: z.string().describe(\"The cloud platform identifier. Currently, only AWS is supported\"),\n provisioner: z.string().describe(\"The Neon compute provisioner. Values: k8s-pod or k8s-neonvm\"),\n creation_source: z.string().describe(\"The project creation source\"),\n store_passwords: z.boolean().describe(\"Whether passwords are stored for roles\"),\n recoverable_until: z.string().describe(\"Project recoverable until this date and time\").nullable().optional(),\n active_time_seconds: z.number().int().describe(\"Control plane observed endpoints active this amount of wall-clock time in seconds\"),\n maintenance_starts_at: z.string().describe(\"When project maintenance begins\").nullable().optional(),\n compute_last_active_at: z.string().describe(\"Most recent time any endpoint was active\").nullable().optional(),\n synthetic_storage_size: z.number().int().describe(\"Current space occupied in storage, in bytes\").nullable().optional(),\n branch_logical_size_limit: z.number().int().describe(\"The logical size limit for a branch in MiB\"),\n default_endpoint_settings: NeonCreateProjectWithQuotaAndSettings_DefaultEndpointSettingsSchema.nullable().optional(),\n history_retention_seconds: z.number().int().describe(\"Seconds to retain shared history for all branches\").nullable().optional(),\n branch_logical_size_limit_bytes: z.number().int().describe(\"The logical size limit for a branch in bytes\"),\n}).describe(\"The created project object\");\nconst NeonCreateProjectWithQuotaAndSettings_DatabaseSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The database ID\"),\n name: z.string().describe(\"The database name\"),\n branch_id: z.string().describe(\"The branch identifier to which the database belongs\"),\n created_at: z.string().describe(\"A timestamp indicating when the database was created\"),\n owner_name: z.string().describe(\"The PostgreSQL role that owns the database\"),\n updated_at: z.string().describe(\"A timestamp indicating when the database was last updated\"),\n}).describe(\"Database object\");\nconst NeonCreateProjectWithQuotaAndSettings_EndpointSettingsSchema: z.ZodTypeAny = z.object({\n pg_settings: z.object({}).describe(\"PostgreSQL settings\").nullable().optional(),\n pgbouncer_settings: z.object({}).describe(\"PgBouncer settings\").nullable().optional(),\n suspend_timeout_seconds: z.number().int().nullable().optional(),\n autoscaling_limit_max_cu: z.number().nullable().optional(),\n autoscaling_limit_min_cu: z.number().nullable().optional(),\n}).describe(\"Endpoint configuration parameters\");\nconst NeonCreateProjectWithQuotaAndSettings_EndpointSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The endpoint identifier\"),\n host: z.string().describe(\"Primary endpoint hostname\"),\n type: z.string().describe(\"Endpoint classification\"),\n disabled: z.boolean().describe(\"Operational availability flag\").nullable().optional(),\n settings: NeonCreateProjectWithQuotaAndSettings_EndpointSettingsSchema.nullable().optional(),\n branch_id: z.string().describe(\"Associated branch ID\"),\n region_id: z.string().describe(\"Geographical region identifier\"),\n created_at: z.string().describe(\"Creation timestamp\"),\n project_id: z.string().describe(\"Associated project ID\"),\n proxy_host: z.string().describe(\"Proxy endpoint hostname\"),\n updated_at: z.string().describe(\"Last update timestamp\"),\n last_active: z.string().describe(\"Last activity timestamp\").nullable().optional(),\n pooler_mode: z.string().describe(\"Pooling strategy selection\").nullable().optional(),\n provisioner: z.string().describe(\"The Neon compute provisioner. Values: k8s-pod or k8s-neonvm\"),\n current_state: z.string().describe(\"Present operational status\"),\n pending_state: z.string().describe(\"Queued state transition\").nullable().optional(),\n pooler_enabled: z.boolean().describe(\"Connection pooling activation\").nullable().optional(),\n creation_source: z.string().describe(\"Origin of endpoint creation\").nullable().optional(),\n passwordless_access: z.boolean().describe(\"Authentication requirement flag\").nullable().optional(),\n compute_release_version: z.string().describe(\"Compute release version\").nullable().optional(),\n suspend_timeout_seconds: z.number().int().describe(\"Duration of inactivity in seconds after which compute is suspended\").nullable().optional(),\n autoscaling_limit_max_cu: z.number().describe(\"The maximum number of Compute Units\").nullable().optional(),\n autoscaling_limit_min_cu: z.number().describe(\"The minimum number of Compute Units\").nullable().optional(),\n}).describe(\"Compute endpoint object\");\nconst NeonCreateProjectWithQuotaAndSettings_OperationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The operation ID\"),\n error: z.string().describe(\"The error that occurred (present when status indicates failure)\").nullable().optional(),\n action: z.string().describe(\"The action performed by the operation (e.g., create_compute, start_compute, suspend_compute, create_branch)\"),\n status: z.string().describe(\"The status of the operation\"),\n retry_at: z.string().describe(\"When the operation was last retried\").nullable().optional(),\n branch_id: z.string().describe(\"Identifies the branch affected by the operation\").nullable().optional(),\n created_at: z.string().describe(\"A timestamp indicating when the operation was created\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n updated_at: z.string().describe(\"A timestamp indicating when the operation status was last updated\"),\n endpoint_id: z.string().describe(\"Identifies the compute endpoint involved\").nullable().optional(),\n failures_count: z.number().int().describe(\"The number of times the operation failed\"),\n total_duration_ms: z.number().int().describe(\"The total duration of the operation in milliseconds\").nullable().optional(),\n}).describe(\"Operation object tracking asynchronous operations\");\nconst NeonCreateProjectWithQuotaAndSettings_ConnectionUriSchema: z.ZodTypeAny = z.object({\n connection_uri: z.string().describe(\"PostgreSQL connection string in the format: postgresql://role:password@host/database?sslmode=require\"),\n}).describe(\"Connection URI object\");\nexport const NeonCreateProjectWithQuotaAndSettingsOutput: z.ZodTypeAny = z.object({\n roles: z.array(NeonCreateProjectWithQuotaAndSettings_RoleSchema).describe(\"Array of PostgreSQL role objects\"),\n branch: NeonCreateProjectWithQuotaAndSettings_BranchSchema.nullable(),\n project: NeonCreateProjectWithQuotaAndSettings_ProjectSchema.nullable(),\n databases: z.array(NeonCreateProjectWithQuotaAndSettings_DatabaseSchema).describe(\"Array of database objects\"),\n endpoints: z.array(NeonCreateProjectWithQuotaAndSettings_EndpointSchema).describe(\"Array of compute endpoint objects\"),\n operations: z.array(NeonCreateProjectWithQuotaAndSettings_OperationSchema).describe(\"Array of operation objects tracking asynchronous operations\"),\n connection_uris: z.array(NeonCreateProjectWithQuotaAndSettings_ConnectionUriSchema).describe(\"Array of connection URI objects. This property is returned only when a branch has a single database and role\").nullable().optional(),\n}).describe(\"Response schema for `CreateProjectWithQuotaAndSettings`\");\n\nexport const neonCreateProjectWithQuotaAndSettings = action(\"NEON_CREATE_PROJECT_WITH_QUOTA_AND_SETTINGS\", {\n slug: \"neon-create-project-with-quota-and-settings\",\n name: \"Create project with quota and settings\",\n description: \"Creates a new Neon project with specified configuration settings. This endpoint allows you to set up a customized PostgreSQL environment with various options for resource management, networking, and performance optimization. It's ideal for initializing a new database project with tailored settings for quota management, IP access control, autoscaling, and more. Use this when you need to establish a new Neon project with specific requirements or when you want to take advantage of Neon's advanced features like logical replication or custom maintenance windows. Note that some settings, once configured, may not be easily changed later, so careful consideration of your project needs is recommended before creation.\",\n input: NeonCreateProjectWithQuotaAndSettingsInput,\n output: NeonCreateProjectWithQuotaAndSettingsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-project-with-quota-and-settings.d.ts
|
|
4
|
+
declare const NeonCreateProjectWithQuotaAndSettingsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonCreateProjectWithQuotaAndSettingsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonCreateProjectWithQuotaAndSettings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonCreateProjectWithQuotaAndSettings };
|
|
9
|
+
//# sourceMappingURL=create-project-with-quota-and-settings.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project-with-quota-and-settings.d.cts","names":[],"sources":["../../src/actions/create-project-with-quota-and-settings.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UA+BU;AAAA,cA2JxD,2CAAA,EAA6C,CAAA,CAAE,UAQU;AAAA,cAEzD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-project-with-quota-and-settings.d.ts
|
|
4
|
+
declare const NeonCreateProjectWithQuotaAndSettingsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonCreateProjectWithQuotaAndSettingsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonCreateProjectWithQuotaAndSettings: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonCreateProjectWithQuotaAndSettings };
|
|
9
|
+
//# sourceMappingURL=create-project-with-quota-and-settings.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project-with-quota-and-settings.d.mts","names":[],"sources":["../../src/actions/create-project-with-quota-and-settings.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UA+BU;AAAA,cA2JxD,2CAAA,EAA6C,CAAA,CAAE,UAQU;AAAA,cAEzD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/create-project-with-quota-and-settings.ts
|
|
4
|
+
const NeonCreateProjectWithQuotaAndSettingsInput = z.object({
|
|
5
|
+
project__name: z.string().describe("The project name").optional(),
|
|
6
|
+
project__org__id: z.string().describe("Organization id in case the project created belongs to an organization. If not present, project is owned by a user and not by org.").optional(),
|
|
7
|
+
project__region__id: z.string().describe("The region identifier. Refer to our [Regions](https://neon.tech/docs/introduction/regions) documentation for supported regions. Values are specified in this format: `aws-us-east-1`").optional(),
|
|
8
|
+
project__pg__version: z.number().int().default(16).describe("The major Postgres version number. Currently supported versions are `14`, `15`, `16`, and `17`.").optional(),
|
|
9
|
+
project__provisioner: z.string().describe("The Neon compute provisioner. Specify the `k8s-neonvm` provisioner to create a compute endpoint that supports Autoscaling. Provisioner can be one of the following values: * k8s-pod * k8s-neonvm Clients must expect, that any string value that is not documented in the description above should be treated as a error. UNKNOWN value if safe to treat as an error too.").optional(),
|
|
10
|
+
project__branch__name: z.string().describe("The default branch name. If not specified, the default branch name, `main`, will be used.").optional(),
|
|
11
|
+
project__store__passwords: z.boolean().describe("Whether or not passwords are stored for roles in the Neon project. Storing passwords facilitates access to Neon features that require authorization.").optional(),
|
|
12
|
+
project__branch__role__name: z.string().describe("The role name. If not specified, the default role name, `{database_name}_owner`, will be used.").optional(),
|
|
13
|
+
project__branch__database__name: z.string().describe("The database name. If not specified, the default database name, `neondb`, will be used.").optional(),
|
|
14
|
+
project__autoscaling__limit__max__cu: z.number().int().describe("Autoscaling Limit Max Cu").optional(),
|
|
15
|
+
project__autoscaling__limit__min__cu: z.number().int().describe("Autoscaling Limit Min Cu").optional(),
|
|
16
|
+
project__history__retention__seconds: z.number().int().describe("The number of seconds to retain the shared history for all branches in this project. The default is 1 day (86400 seconds).").optional(),
|
|
17
|
+
project__settings__allowed__ips__ips: z.array(z.string()).describe("A list of IP addresses that are allowed to connect to the endpoint.").optional(),
|
|
18
|
+
project__settings__block__vpc__connections: z.boolean().describe("When set, connections using VPC endpoints are disallowed. This parameter is under active development and its semantics may change in the future.").optional(),
|
|
19
|
+
project__settings__block__public__connections: z.boolean().describe("When set, connections from the public internet are disallowed. This supersedes the AllowedIPs list. This parameter is under active development and its semantics may change in the future.").optional(),
|
|
20
|
+
project__settings__quota__logical__size__bytes: z.number().int().describe("Limit on the logical size of every project\"s branch.").optional(),
|
|
21
|
+
project__settings__quota__written__data__bytes: z.number().int().describe("Total amount of data written to all of a project\"s branches.").optional(),
|
|
22
|
+
project__settings__enable__logical__replication: z.boolean().describe("Sets wal_level=logical for all compute endpoints in this project. All active endpoints will be suspended. Once enabled, logical replication cannot be disabled.").optional(),
|
|
23
|
+
project__settings__quota__active__time__seconds: z.number().int().describe("The total amount of wall-clock time allowed to be spent by the project\"s compute endpoints.").optional(),
|
|
24
|
+
project__settings__quota__data__transfer__bytes: z.number().int().describe("Total amount of data transferred from all of a project\"s branches using the proxy.").optional(),
|
|
25
|
+
project__settings__maintenance__window__weekdays: z.array(z.number().int()).describe("A list of weekdays when the maintenance window is active. Encoded as ints, where 1 - Monday, and 7 - Sunday.").optional(),
|
|
26
|
+
project__settings__quota__compute__time__seconds: z.number().int().describe("The total amount of CPU seconds allowed to be spent by the project\"s compute endpoints.").optional(),
|
|
27
|
+
project__settings__maintenance__window__end__time: z.string().describe("End time of the maintenance window, in the format of \"HH:MM\". Uses UTC.").optional(),
|
|
28
|
+
project__default__endpoint__settings__pg__settings: z.object({}).describe("A raw representation of Postgres settings").optional(),
|
|
29
|
+
project__settings__maintenance__window__start__time: z.string().describe("Start time of the maintenance window, in the format of \"HH:MM\". Uses UTC.").optional(),
|
|
30
|
+
project__default__endpoint__settings__pgbouncer__settings: z.object({}).describe("A raw representation of PgBouncer settings").optional(),
|
|
31
|
+
project__default__ep__settings__suspend__timeout__seconds: z.number().int().describe("Duration of inactivity in seconds after which the compute endpoint is automatically suspended. The value `0` means use the global default. The value `-1` means never suspend. The default value is `300` seconds (5 minutes). The minimum value is `60` seconds (1 minute). The maximum value is `604800` seconds (1 week). For more information, see [Auto-suspend configuration](https://neon.tech/docs/manage/endpoints#auto-suspend-configuration).").optional(),
|
|
32
|
+
project__settings__allowed__ips__protected__branches__only: z.boolean().describe("If true, the list will be applied only to protected branches.").optional(),
|
|
33
|
+
project__default__ep__settings__autoscaling__limit__max__cu: z.number().int().describe("Autoscaling Limit Max Cu").optional(),
|
|
34
|
+
project__default__ep__settings__autoscaling__limit__min__cu: z.number().int().describe("Autoscaling Limit Min Cu").optional()
|
|
35
|
+
}).describe("Request schema for `CreateProjectWithQuotaAndSettings`");
|
|
36
|
+
const NeonCreateProjectWithQuotaAndSettings_RoleSchema = z.object({
|
|
37
|
+
id: z.string().describe("The role ID").nullable().optional(),
|
|
38
|
+
name: z.string().describe("The role name"),
|
|
39
|
+
password: z.string().describe("The role password").nullable().optional(),
|
|
40
|
+
branch_id: z.string().describe("The branch ID"),
|
|
41
|
+
protected: z.boolean().describe("Whether the role is protected"),
|
|
42
|
+
created_at: z.string().describe("A timestamp indicating when the role was created"),
|
|
43
|
+
updated_at: z.string().describe("A timestamp indicating when the role was last updated")
|
|
44
|
+
}).describe("PostgreSQL role object");
|
|
45
|
+
const NeonCreateProjectWithQuotaAndSettings_BranchSchema = z.object({
|
|
46
|
+
id: z.string().describe("The branch ID"),
|
|
47
|
+
name: z.string().describe("The branch name"),
|
|
48
|
+
"default": z.boolean().describe("Whether branch serves as project default").nullable().optional(),
|
|
49
|
+
primary: z.boolean().describe("Whether this is the primary branch"),
|
|
50
|
+
parent_id: z.string().describe("The parent branch ID - identifies branching hierarchy").nullable().optional(),
|
|
51
|
+
protected: z.boolean().describe("Whether branch has protection enabled").nullable().optional(),
|
|
52
|
+
created_at: z.string().describe("Creation timestamp"),
|
|
53
|
+
parent_lsn: z.string().describe("Log sequence number reference").nullable().optional(),
|
|
54
|
+
project_id: z.string().describe("The associated project identifier"),
|
|
55
|
+
updated_at: z.string().describe("Last modification timestamp"),
|
|
56
|
+
cpu_used_sec: z.number().int().describe("CPU seconds consumed").nullable().optional(),
|
|
57
|
+
logical_size: z.number().int().describe("Bytes of logical data in branch").nullable().optional(),
|
|
58
|
+
current_state: z.string().describe("Present operational state"),
|
|
59
|
+
last_reset_at: z.string().describe("Most recent metric reset").nullable().optional(),
|
|
60
|
+
pending_state: z.string().describe("Queued operational state").nullable().optional(),
|
|
61
|
+
physical_size: z.number().int().describe("Bytes of physical storage used").nullable().optional(),
|
|
62
|
+
parent_timestamp: z.string().describe("Parent snapshot timestamp").nullable().optional(),
|
|
63
|
+
written_data_bytes: z.number().int().describe("Total amount of data written").nullable().optional(),
|
|
64
|
+
active_time_seconds: z.number().int().describe("Wall-clock active duration").nullable().optional(),
|
|
65
|
+
data_transfer_bytes: z.number().int().describe("Total amount of data transferred").nullable().optional(),
|
|
66
|
+
compute_time_seconds: z.number().int().describe("Compute processing duration").nullable().optional()
|
|
67
|
+
}).describe("Branch object");
|
|
68
|
+
const NeonCreateProjectWithQuotaAndSettings_QuotaSchema = z.object({
|
|
69
|
+
logical_size_bytes: z.number().int().describe("Per-branch logical size limit. Write operations fail when exceeded").nullable().optional(),
|
|
70
|
+
written_data_bytes: z.number().int().describe("Total data written across all project branches").nullable().optional(),
|
|
71
|
+
active_time_seconds: z.number().int().describe("Wall-clock time limit for compute endpoints to be active").nullable().optional(),
|
|
72
|
+
data_transfer_bytes: z.number().int().describe("Data transferred from branches via proxy").nullable().optional(),
|
|
73
|
+
compute_time_seconds: z.number().int().describe("CPU seconds allowed for project compute endpoints").nullable().optional()
|
|
74
|
+
}).describe("Per-project consumption limits. If a quota is exceeded, all active computes are automatically suspended");
|
|
75
|
+
const NeonCreateProjectWithQuotaAndSettings_AllowedIpsSchema = z.object({
|
|
76
|
+
ips: z.array(z.string()).describe("IP addresses permitted to connect to the endpoint").nullable().optional(),
|
|
77
|
+
protected_branches_only: z.boolean().describe("When true, restrictions apply only to protected branches").nullable().optional()
|
|
78
|
+
}).describe("IP address restrictions for connections");
|
|
79
|
+
const NeonCreateProjectWithQuotaAndSettings_PreloadLibrariesSchema = z.object({
|
|
80
|
+
use_defaults: z.boolean().describe("Whether to use default shared libraries").nullable().optional(),
|
|
81
|
+
enabled_libraries: z.array(z.string()).describe("Specific shared libraries to preload").nullable().optional()
|
|
82
|
+
}).describe("Shared preload libraries configuration");
|
|
83
|
+
const NeonCreateProjectWithQuotaAndSettings_MaintenanceWindowSchema = z.object({
|
|
84
|
+
end_time: z.string().describe("End time of maintenance window in HH:MM format (UTC)").nullable().optional(),
|
|
85
|
+
weekdays: z.array(z.number().int()).describe("Weekdays when maintenance window is active. 1=Monday, 7=Sunday").nullable().optional(),
|
|
86
|
+
start_time: z.string().describe("Start time of maintenance window in HH:MM format (UTC)").nullable().optional()
|
|
87
|
+
}).describe("Maintenance window configuration");
|
|
88
|
+
const NeonCreateProjectWithQuotaAndSettings_ProjectSettingsSchema = z.object({
|
|
89
|
+
hipaa: z.boolean().describe("HIPAA compliance enablement status").nullable().optional(),
|
|
90
|
+
quota: NeonCreateProjectWithQuotaAndSettings_QuotaSchema.nullable().optional(),
|
|
91
|
+
allowed_ips: NeonCreateProjectWithQuotaAndSettings_AllowedIpsSchema.nullable().optional(),
|
|
92
|
+
audit_log_level: z.string().describe("Audit log level setting").nullable().optional(),
|
|
93
|
+
preload_libraries: NeonCreateProjectWithQuotaAndSettings_PreloadLibrariesSchema.nullable().optional(),
|
|
94
|
+
maintenance_window: NeonCreateProjectWithQuotaAndSettings_MaintenanceWindowSchema.nullable().optional(),
|
|
95
|
+
block_vpc_connections: z.boolean().describe("When set, connections using VPC endpoints are disallowed").nullable().optional(),
|
|
96
|
+
block_public_connections: z.boolean().describe("When set, connections from the public internet are disallowed").nullable().optional(),
|
|
97
|
+
enable_logical_replication: z.boolean().describe("Whether logical replication is enabled (sets wal_level=logical). Suspends active endpoints. Cannot be disabled once enabled").nullable().optional()
|
|
98
|
+
}).describe("Project-level configuration settings");
|
|
99
|
+
const NeonCreateProjectWithQuotaAndSettings_DefaultEndpointSettingsSchema = z.object({
|
|
100
|
+
pg_settings: z.object({}).describe("A raw representation of Postgres settings").nullable().optional(),
|
|
101
|
+
pgbouncer_settings: z.object({}).describe("A raw representation of PgBouncer settings").nullable().optional(),
|
|
102
|
+
suspend_timeout_seconds: z.number().int().describe("Duration of inactivity in seconds after which compute is suspended. -1 means never suspend. Default is 300 seconds (5 minutes)").nullable().optional(),
|
|
103
|
+
autoscaling_limit_max_cu: z.number().describe("The maximum number of Compute Units").nullable().optional(),
|
|
104
|
+
autoscaling_limit_min_cu: z.number().describe("The minimum number of Compute Units").nullable().optional()
|
|
105
|
+
}).describe("Default settings for compute endpoints");
|
|
106
|
+
const NeonCreateProjectWithQuotaAndSettings_ProjectSchema = z.object({
|
|
107
|
+
id: z.string().describe("The project ID"),
|
|
108
|
+
name: z.string().describe("The project name"),
|
|
109
|
+
org_id: z.string().describe("Organization ID if the project belongs to an organization").nullable().optional(),
|
|
110
|
+
org_name: z.string().describe("Organization name if the project belongs to an organization").nullable().optional(),
|
|
111
|
+
owner_id: z.string().describe("User ID of the project owner"),
|
|
112
|
+
settings: NeonCreateProjectWithQuotaAndSettings_ProjectSettingsSchema.nullable().optional(),
|
|
113
|
+
region_id: z.string().describe("The region identifier"),
|
|
114
|
+
created_at: z.string().describe("When the project was created"),
|
|
115
|
+
deleted_at: z.string().describe("When the project was deleted").nullable().optional(),
|
|
116
|
+
pg_version: z.number().int().describe("The major Postgres version number (14-18)"),
|
|
117
|
+
proxy_host: z.string().describe("The proxy host combining region, platform, and neon.tech domain"),
|
|
118
|
+
updated_at: z.string().describe("When the project was last updated"),
|
|
119
|
+
platform_id: z.string().describe("The cloud platform identifier. Currently, only AWS is supported"),
|
|
120
|
+
provisioner: z.string().describe("The Neon compute provisioner. Values: k8s-pod or k8s-neonvm"),
|
|
121
|
+
creation_source: z.string().describe("The project creation source"),
|
|
122
|
+
store_passwords: z.boolean().describe("Whether passwords are stored for roles"),
|
|
123
|
+
recoverable_until: z.string().describe("Project recoverable until this date and time").nullable().optional(),
|
|
124
|
+
active_time_seconds: z.number().int().describe("Control plane observed endpoints active this amount of wall-clock time in seconds"),
|
|
125
|
+
maintenance_starts_at: z.string().describe("When project maintenance begins").nullable().optional(),
|
|
126
|
+
compute_last_active_at: z.string().describe("Most recent time any endpoint was active").nullable().optional(),
|
|
127
|
+
synthetic_storage_size: z.number().int().describe("Current space occupied in storage, in bytes").nullable().optional(),
|
|
128
|
+
branch_logical_size_limit: z.number().int().describe("The logical size limit for a branch in MiB"),
|
|
129
|
+
default_endpoint_settings: NeonCreateProjectWithQuotaAndSettings_DefaultEndpointSettingsSchema.nullable().optional(),
|
|
130
|
+
history_retention_seconds: z.number().int().describe("Seconds to retain shared history for all branches").nullable().optional(),
|
|
131
|
+
branch_logical_size_limit_bytes: z.number().int().describe("The logical size limit for a branch in bytes")
|
|
132
|
+
}).describe("The created project object");
|
|
133
|
+
const NeonCreateProjectWithQuotaAndSettings_DatabaseSchema = z.object({
|
|
134
|
+
id: z.number().int().describe("The database ID"),
|
|
135
|
+
name: z.string().describe("The database name"),
|
|
136
|
+
branch_id: z.string().describe("The branch identifier to which the database belongs"),
|
|
137
|
+
created_at: z.string().describe("A timestamp indicating when the database was created"),
|
|
138
|
+
owner_name: z.string().describe("The PostgreSQL role that owns the database"),
|
|
139
|
+
updated_at: z.string().describe("A timestamp indicating when the database was last updated")
|
|
140
|
+
}).describe("Database object");
|
|
141
|
+
const NeonCreateProjectWithQuotaAndSettings_EndpointSettingsSchema = z.object({
|
|
142
|
+
pg_settings: z.object({}).describe("PostgreSQL settings").nullable().optional(),
|
|
143
|
+
pgbouncer_settings: z.object({}).describe("PgBouncer settings").nullable().optional(),
|
|
144
|
+
suspend_timeout_seconds: z.number().int().nullable().optional(),
|
|
145
|
+
autoscaling_limit_max_cu: z.number().nullable().optional(),
|
|
146
|
+
autoscaling_limit_min_cu: z.number().nullable().optional()
|
|
147
|
+
}).describe("Endpoint configuration parameters");
|
|
148
|
+
const NeonCreateProjectWithQuotaAndSettings_EndpointSchema = z.object({
|
|
149
|
+
id: z.string().describe("The endpoint identifier"),
|
|
150
|
+
host: z.string().describe("Primary endpoint hostname"),
|
|
151
|
+
type: z.string().describe("Endpoint classification"),
|
|
152
|
+
disabled: z.boolean().describe("Operational availability flag").nullable().optional(),
|
|
153
|
+
settings: NeonCreateProjectWithQuotaAndSettings_EndpointSettingsSchema.nullable().optional(),
|
|
154
|
+
branch_id: z.string().describe("Associated branch ID"),
|
|
155
|
+
region_id: z.string().describe("Geographical region identifier"),
|
|
156
|
+
created_at: z.string().describe("Creation timestamp"),
|
|
157
|
+
project_id: z.string().describe("Associated project ID"),
|
|
158
|
+
proxy_host: z.string().describe("Proxy endpoint hostname"),
|
|
159
|
+
updated_at: z.string().describe("Last update timestamp"),
|
|
160
|
+
last_active: z.string().describe("Last activity timestamp").nullable().optional(),
|
|
161
|
+
pooler_mode: z.string().describe("Pooling strategy selection").nullable().optional(),
|
|
162
|
+
provisioner: z.string().describe("The Neon compute provisioner. Values: k8s-pod or k8s-neonvm"),
|
|
163
|
+
current_state: z.string().describe("Present operational status"),
|
|
164
|
+
pending_state: z.string().describe("Queued state transition").nullable().optional(),
|
|
165
|
+
pooler_enabled: z.boolean().describe("Connection pooling activation").nullable().optional(),
|
|
166
|
+
creation_source: z.string().describe("Origin of endpoint creation").nullable().optional(),
|
|
167
|
+
passwordless_access: z.boolean().describe("Authentication requirement flag").nullable().optional(),
|
|
168
|
+
compute_release_version: z.string().describe("Compute release version").nullable().optional(),
|
|
169
|
+
suspend_timeout_seconds: z.number().int().describe("Duration of inactivity in seconds after which compute is suspended").nullable().optional(),
|
|
170
|
+
autoscaling_limit_max_cu: z.number().describe("The maximum number of Compute Units").nullable().optional(),
|
|
171
|
+
autoscaling_limit_min_cu: z.number().describe("The minimum number of Compute Units").nullable().optional()
|
|
172
|
+
}).describe("Compute endpoint object");
|
|
173
|
+
const NeonCreateProjectWithQuotaAndSettings_OperationSchema = z.object({
|
|
174
|
+
id: z.string().describe("The operation ID"),
|
|
175
|
+
error: z.string().describe("The error that occurred (present when status indicates failure)").nullable().optional(),
|
|
176
|
+
action: z.string().describe("The action performed by the operation (e.g., create_compute, start_compute, suspend_compute, create_branch)"),
|
|
177
|
+
status: z.string().describe("The status of the operation"),
|
|
178
|
+
retry_at: z.string().describe("When the operation was last retried").nullable().optional(),
|
|
179
|
+
branch_id: z.string().describe("Identifies the branch affected by the operation").nullable().optional(),
|
|
180
|
+
created_at: z.string().describe("A timestamp indicating when the operation was created"),
|
|
181
|
+
project_id: z.string().describe("The Neon project ID"),
|
|
182
|
+
updated_at: z.string().describe("A timestamp indicating when the operation status was last updated"),
|
|
183
|
+
endpoint_id: z.string().describe("Identifies the compute endpoint involved").nullable().optional(),
|
|
184
|
+
failures_count: z.number().int().describe("The number of times the operation failed"),
|
|
185
|
+
total_duration_ms: z.number().int().describe("The total duration of the operation in milliseconds").nullable().optional()
|
|
186
|
+
}).describe("Operation object tracking asynchronous operations");
|
|
187
|
+
const NeonCreateProjectWithQuotaAndSettings_ConnectionUriSchema = z.object({ connection_uri: z.string().describe("PostgreSQL connection string in the format: postgresql://role:password@host/database?sslmode=require") }).describe("Connection URI object");
|
|
188
|
+
const neonCreateProjectWithQuotaAndSettings = action("NEON_CREATE_PROJECT_WITH_QUOTA_AND_SETTINGS", {
|
|
189
|
+
slug: "neon-create-project-with-quota-and-settings",
|
|
190
|
+
name: "Create project with quota and settings",
|
|
191
|
+
description: "Creates a new Neon project with specified configuration settings. This endpoint allows you to set up a customized PostgreSQL environment with various options for resource management, networking, and performance optimization. It's ideal for initializing a new database project with tailored settings for quota management, IP access control, autoscaling, and more. Use this when you need to establish a new Neon project with specific requirements or when you want to take advantage of Neon's advanced features like logical replication or custom maintenance windows. Note that some settings, once configured, may not be easily changed later, so careful consideration of your project needs is recommended before creation.",
|
|
192
|
+
input: NeonCreateProjectWithQuotaAndSettingsInput,
|
|
193
|
+
output: z.object({
|
|
194
|
+
roles: z.array(NeonCreateProjectWithQuotaAndSettings_RoleSchema).describe("Array of PostgreSQL role objects"),
|
|
195
|
+
branch: NeonCreateProjectWithQuotaAndSettings_BranchSchema.nullable(),
|
|
196
|
+
project: NeonCreateProjectWithQuotaAndSettings_ProjectSchema.nullable(),
|
|
197
|
+
databases: z.array(NeonCreateProjectWithQuotaAndSettings_DatabaseSchema).describe("Array of database objects"),
|
|
198
|
+
endpoints: z.array(NeonCreateProjectWithQuotaAndSettings_EndpointSchema).describe("Array of compute endpoint objects"),
|
|
199
|
+
operations: z.array(NeonCreateProjectWithQuotaAndSettings_OperationSchema).describe("Array of operation objects tracking asynchronous operations"),
|
|
200
|
+
connection_uris: z.array(NeonCreateProjectWithQuotaAndSettings_ConnectionUriSchema).describe("Array of connection URI objects. This property is returned only when a branch has a single database and role").nullable().optional()
|
|
201
|
+
}).describe("Response schema for `CreateProjectWithQuotaAndSettings`")
|
|
202
|
+
});
|
|
203
|
+
//#endregion
|
|
204
|
+
export { neonCreateProjectWithQuotaAndSettings };
|
|
205
|
+
|
|
206
|
+
//# sourceMappingURL=create-project-with-quota-and-settings.mjs.map
|