@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,37 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-shared-projects.ts
|
|
4
|
+
const NeonListSharedProjectsInput = z.object({
|
|
5
|
+
limit: z.number().int().default(10).describe("Maximum number of projects to return per page (1-400). Defaults to 10.").optional(),
|
|
6
|
+
cursor: z.string().describe("Pagination cursor from a previous response to retrieve the next page of results. Omit for the first request.").optional(),
|
|
7
|
+
search: z.string().describe("Filter projects by name or project ID. Case-insensitive partial match.").optional()
|
|
8
|
+
}).describe("Request schema for `ListSharedProjects`");
|
|
9
|
+
const NeonListSharedProjects_SharedProjectItemSchema = z.object({
|
|
10
|
+
id: z.string().describe("Unique project ID").nullable().optional(),
|
|
11
|
+
name: z.string().describe("Project name").nullable().optional(),
|
|
12
|
+
owner_id: z.string().describe("ID of the project owner").nullable().optional(),
|
|
13
|
+
region_id: z.string().describe("Region identifier where the project is hosted").nullable().optional(),
|
|
14
|
+
created_at: z.string().describe("ISO 8601 timestamp when the project was created").nullable().optional(),
|
|
15
|
+
pg_version: z.number().int().describe("PostgreSQL version (e.g., 14, 15, 16, 17, 18)").nullable().optional(),
|
|
16
|
+
proxy_host: z.string().describe("Hostname for connecting to the project").nullable().optional(),
|
|
17
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the project was last updated").nullable().optional(),
|
|
18
|
+
platform_id: z.string().describe("Cloud platform identifier (e.g., 'aws')").nullable().optional()
|
|
19
|
+
}).describe("Schema for a shared project item");
|
|
20
|
+
const NeonListSharedProjects_PaginationInfoSchema = z.object({ cursor: z.string().describe("Cursor to pass in the next request to get more results. Null if no more pages.").nullable().optional() }).describe("Pagination cursor information");
|
|
21
|
+
const NeonListSharedProjects_ListSharedProjectsResponseDataSchema = z.object({
|
|
22
|
+
projects: z.array(NeonListSharedProjects_SharedProjectItemSchema).describe("List of shared projects").nullable().optional(),
|
|
23
|
+
pagination: NeonListSharedProjects_PaginationInfoSchema.nullable().optional(),
|
|
24
|
+
applications: z.object({}).describe("Map of project IDs to installed application types (e.g., vercel, github)").nullable().optional(),
|
|
25
|
+
unavailable_project_ids: z.array(z.string()).describe("List of project IDs that could not be fetched within timeout").nullable().optional()
|
|
26
|
+
}).describe("Response data for shared projects");
|
|
27
|
+
const neonListSharedProjects = action("NEON_LIST_SHARED_PROJECTS", {
|
|
28
|
+
slug: "neon-list-shared-projects",
|
|
29
|
+
name: "List shared projects",
|
|
30
|
+
description: "Retrieves a list of Neon Postgres projects shared with your account. Returns projects that other users have granted you access to, along with pagination info. Use this to view and manage collaborative database projects. Supports filtering by project name/ID and pagination for large result sets.",
|
|
31
|
+
input: NeonListSharedProjectsInput,
|
|
32
|
+
output: z.object({ data: z.union([NeonListSharedProjects_ListSharedProjectsResponseDataSchema, z.record(z.string(), z.unknown())]).nullable().optional() }).describe("Response schema for `ListSharedProjects`")
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
export { neonListSharedProjects };
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=list-shared-projects.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-shared-projects.mjs","names":[],"sources":["../../src/actions/list-shared-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonListSharedProjectsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().default(10).describe(\"Maximum number of projects to return per page (1-400). Defaults to 10.\").optional(),\n cursor: z.string().describe(\"Pagination cursor from a previous response to retrieve the next page of results. Omit for the first request.\").optional(),\n search: z.string().describe(\"Filter projects by name or project ID. Case-insensitive partial match.\").optional(),\n}).describe(\"Request schema for `ListSharedProjects`\");\nconst NeonListSharedProjects_SharedProjectItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique project ID\").nullable().optional(),\n name: z.string().describe(\"Project name\").nullable().optional(),\n owner_id: z.string().describe(\"ID of the project owner\").nullable().optional(),\n region_id: z.string().describe(\"Region identifier where the project is hosted\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the project was created\").nullable().optional(),\n pg_version: z.number().int().describe(\"PostgreSQL version (e.g., 14, 15, 16, 17, 18)\").nullable().optional(),\n proxy_host: z.string().describe(\"Hostname for connecting to the project\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the project was last updated\").nullable().optional(),\n platform_id: z.string().describe(\"Cloud platform identifier (e.g., 'aws')\").nullable().optional(),\n}).describe(\"Schema for a shared project item\");\nconst NeonListSharedProjects_PaginationInfoSchema: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Cursor to pass in the next request to get more results. Null if no more pages.\").nullable().optional(),\n}).describe(\"Pagination cursor information\");\nconst NeonListSharedProjects_ListSharedProjectsResponseDataSchema: z.ZodTypeAny = z.object({\n projects: z.array(NeonListSharedProjects_SharedProjectItemSchema).describe(\"List of shared projects\").nullable().optional(),\n pagination: NeonListSharedProjects_PaginationInfoSchema.nullable().optional(),\n applications: z.object({}).describe(\"Map of project IDs to installed application types (e.g., vercel, github)\").nullable().optional(),\n unavailable_project_ids: z.array(z.string()).describe(\"List of project IDs that could not be fetched within timeout\").nullable().optional(),\n}).describe(\"Response data for shared projects\");\nexport const NeonListSharedProjectsOutput: z.ZodTypeAny = z.object({\n data: z.union([NeonListSharedProjects_ListSharedProjectsResponseDataSchema, z.record(z.string(), z.unknown())]).nullable().optional(),\n}).describe(\"Response schema for `ListSharedProjects`\");\n\nexport const neonListSharedProjects = action(\"NEON_LIST_SHARED_PROJECTS\", {\n slug: \"neon-list-shared-projects\",\n name: \"List shared projects\",\n description: \"Retrieves a list of Neon Postgres projects shared with your account. Returns projects that other users have granted you access to, along with pagination info. Use this to view and manage collaborative database projects. Supports filtering by project name/ID and pagination for large result sets.\",\n input: NeonListSharedProjectsInput,\n output: NeonListSharedProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAChI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;CACrJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,8CAA4D,EAAE,OAAO,EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpI,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAM,8DAA4E,EAAE,OAAO;CACzF,UAAU,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,YAAY,4CAA4C,SAAS,CAAC,CAAC,SAAS;CAC5E,cAAc,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,yBAAyB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5I,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAK/C,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,MAAM,EAAE,MAAM,CAAC,6DAA6D,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtI,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-vpc-vpc-endpoints.ts
|
|
4
|
+
const NeonListVpcVpcEndpointsInput = zod.z.object({ org_id: zod.z.string().describe("The Neon organization ID") }).describe("Request schema for `ListVpcVpcEndpoints`");
|
|
5
|
+
const NeonListVpcVpcEndpoints_VpcEndpointItemSchema = zod.z.object({
|
|
6
|
+
label: zod.z.string().describe("Label or name assigned to the VPC endpoint"),
|
|
7
|
+
region_id: zod.z.string().describe("AWS region identifier where the VPC endpoint is located"),
|
|
8
|
+
vpc_endpoint_id: zod.z.string().describe("Unique identifier of the VPC endpoint")
|
|
9
|
+
}).describe("Represents a single VPC endpoint");
|
|
10
|
+
const NeonListVpcVpcEndpointsOutput = zod.z.object({ endpoints: zod.z.array(NeonListVpcVpcEndpoints_VpcEndpointItemSchema).describe("List of VPC endpoints for the specified organization across all regions") }).describe("Response schema for `ListVpcVpcEndpoints`");
|
|
11
|
+
const neonListVpcVpcEndpoints = require_action.action("NEON_LIST_VPC_VPC_ENDPOINTS", {
|
|
12
|
+
slug: "neon-list-vpc-vpc-endpoints",
|
|
13
|
+
name: "List VPC endpoints for organization",
|
|
14
|
+
description: "Tool to retrieve the list of VPC endpoints for a specified Neon organization across all regions. Use when you need to view or audit all VPC endpoints associated with an organization.",
|
|
15
|
+
input: NeonListVpcVpcEndpointsInput,
|
|
16
|
+
output: NeonListVpcVpcEndpointsOutput
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.neonListVpcVpcEndpoints = neonListVpcVpcEndpoints;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=list-vpc-vpc-endpoints.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-vpc-vpc-endpoints.cjs","names":["z","action"],"sources":["../../src/actions/list-vpc-vpc-endpoints.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonListVpcVpcEndpointsInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID\"),\n}).describe(\"Request schema for `ListVpcVpcEndpoints`\");\nconst NeonListVpcVpcEndpoints_VpcEndpointItemSchema: z.ZodTypeAny = z.object({\n label: z.string().describe(\"Label or name assigned to the VPC endpoint\"),\n region_id: z.string().describe(\"AWS region identifier where the VPC endpoint is located\"),\n vpc_endpoint_id: z.string().describe(\"Unique identifier of the VPC endpoint\"),\n}).describe(\"Represents a single VPC endpoint\");\nexport const NeonListVpcVpcEndpointsOutput: z.ZodTypeAny = z.object({\n endpoints: z.array(NeonListVpcVpcEndpoints_VpcEndpointItemSchema).describe(\"List of VPC endpoints for the specified organization across all regions\"),\n}).describe(\"Response schema for `ListVpcVpcEndpoints`\");\n\nexport const neonListVpcVpcEndpoints = action(\"NEON_LIST_VPC_VPC_ENDPOINTS\", {\n slug: \"neon-list-vpc-vpc-endpoints\",\n name: \"List VPC endpoints for organization\",\n description: \"Tool to retrieve the list of VPC endpoints for a specified Neon organization across all regions. Use when you need to view or audit all VPC endpoints associated with an organization.\",\n input: NeonListVpcVpcEndpointsInput,\n output: NeonListVpcVpcEndpointsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,EACxD,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACxF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AAC9E,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,WAAWA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,yEAAyE,EACtJ,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-vpc-vpc-endpoints.d.ts
|
|
4
|
+
declare const NeonListVpcVpcEndpointsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonListVpcVpcEndpointsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonListVpcVpcEndpoints: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonListVpcVpcEndpoints };
|
|
9
|
+
//# sourceMappingURL=list-vpc-vpc-endpoints.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-vpc-vpc-endpoints.d.cts","names":[],"sources":["../../src/actions/list-vpc-vpc-endpoints.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEU;AAAA,cAM1C,6BAAA,EAA+B,CAAA,CAAE,UAEU;AAAA,cAE3C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-vpc-vpc-endpoints.d.ts
|
|
4
|
+
declare const NeonListVpcVpcEndpointsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonListVpcVpcEndpointsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonListVpcVpcEndpoints: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonListVpcVpcEndpoints };
|
|
9
|
+
//# sourceMappingURL=list-vpc-vpc-endpoints.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-vpc-vpc-endpoints.d.mts","names":[],"sources":["../../src/actions/list-vpc-vpc-endpoints.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEU;AAAA,cAM1C,6BAAA,EAA+B,CAAA,CAAE,UAEU;AAAA,cAE3C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-vpc-vpc-endpoints.ts
|
|
4
|
+
const NeonListVpcVpcEndpointsInput = z.object({ org_id: z.string().describe("The Neon organization ID") }).describe("Request schema for `ListVpcVpcEndpoints`");
|
|
5
|
+
const NeonListVpcVpcEndpoints_VpcEndpointItemSchema = z.object({
|
|
6
|
+
label: z.string().describe("Label or name assigned to the VPC endpoint"),
|
|
7
|
+
region_id: z.string().describe("AWS region identifier where the VPC endpoint is located"),
|
|
8
|
+
vpc_endpoint_id: z.string().describe("Unique identifier of the VPC endpoint")
|
|
9
|
+
}).describe("Represents a single VPC endpoint");
|
|
10
|
+
const neonListVpcVpcEndpoints = action("NEON_LIST_VPC_VPC_ENDPOINTS", {
|
|
11
|
+
slug: "neon-list-vpc-vpc-endpoints",
|
|
12
|
+
name: "List VPC endpoints for organization",
|
|
13
|
+
description: "Tool to retrieve the list of VPC endpoints for a specified Neon organization across all regions. Use when you need to view or audit all VPC endpoints associated with an organization.",
|
|
14
|
+
input: NeonListVpcVpcEndpointsInput,
|
|
15
|
+
output: z.object({ endpoints: z.array(NeonListVpcVpcEndpoints_VpcEndpointItemSchema).describe("List of VPC endpoints for the specified organization across all regions") }).describe("Response schema for `ListVpcVpcEndpoints`")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { neonListVpcVpcEndpoints };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=list-vpc-vpc-endpoints.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-vpc-vpc-endpoints.mjs","names":[],"sources":["../../src/actions/list-vpc-vpc-endpoints.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonListVpcVpcEndpointsInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID\"),\n}).describe(\"Request schema for `ListVpcVpcEndpoints`\");\nconst NeonListVpcVpcEndpoints_VpcEndpointItemSchema: z.ZodTypeAny = z.object({\n label: z.string().describe(\"Label or name assigned to the VPC endpoint\"),\n region_id: z.string().describe(\"AWS region identifier where the VPC endpoint is located\"),\n vpc_endpoint_id: z.string().describe(\"Unique identifier of the VPC endpoint\"),\n}).describe(\"Represents a single VPC endpoint\");\nexport const NeonListVpcVpcEndpointsOutput: z.ZodTypeAny = z.object({\n endpoints: z.array(NeonListVpcVpcEndpoints_VpcEndpointItemSchema).describe(\"List of VPC endpoints for the specified organization across all regions\"),\n}).describe(\"Response schema for `ListVpcVpcEndpoints`\");\n\nexport const neonListVpcVpcEndpoints = action(\"NEON_LIST_VPC_VPC_ENDPOINTS\", {\n slug: \"neon-list-vpc-vpc-endpoints\",\n name: \"List VPC endpoints for organization\",\n description: \"Tool to retrieve the list of VPC endpoints for a specified Neon organization across all regions. Use when you need to view or audit all VPC endpoints associated with an organization.\",\n input: NeonListVpcVpcEndpointsInput,\n output: NeonListVpcVpcEndpointsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,EACxD,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,gDAA8D,EAAE,OAAO;CAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACxF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;AAC9E,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAK9C,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyD,EAAE,OAAO,EAClE,WAAW,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,yEAAyE,EACtJ,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/modify-branch-details-in-project.ts
|
|
4
|
+
const NeonModifyBranchDetailsInProjectInput = zod.z.object({
|
|
5
|
+
branch_id: zod.z.string().describe("The unique identifier of the branch to modify. Format: 'br-<adjective>-<noun>-<alphanumeric>' (e.g., 'br-square-base-aehfbgdy'). Can be obtained from the branches list endpoint for a project."),
|
|
6
|
+
project_id: zod.z.string().describe("The unique identifier of the Neon project containing the branch to modify. Format: '<adjective>-<noun>-<number>' (e.g., 'calm-breeze-57229290'). Can be obtained from the projects list endpoint."),
|
|
7
|
+
branch__name: zod.z.string().describe("The new name for the branch. If not provided, the branch name remains unchanged. Branch names should be descriptive and follow your team's naming conventions (e.g., 'main', 'production', 'development', 'feature-xyz').").optional(),
|
|
8
|
+
branch__protected: zod.z.boolean().describe("Whether the branch should be protected. Protected branches have restrictions that prevent certain destructive operations. Set to true to enable protection, false to disable it. If not provided, the protection status remains unchanged. Note: Protection features may require a paid plan.").optional()
|
|
9
|
+
}).describe("Request schema for `ModifyBranchDetailsInProject`");
|
|
10
|
+
const NeonModifyBranchDetailsInProject_BranchSchema = zod.z.object({
|
|
11
|
+
id: zod.z.string().describe("The branch ID. Branch IDs have a br- prefix."),
|
|
12
|
+
name: zod.z.string().describe("The branch name"),
|
|
13
|
+
"default": zod.z.boolean().describe("Whether this is the default branch for the project").nullable().optional(),
|
|
14
|
+
primary: zod.z.boolean().describe("Whether this is the primary branch").nullable().optional(),
|
|
15
|
+
parent_id: zod.z.string().describe("The ID of the parent branch. Only set for branches that have a parent.").nullable().optional(),
|
|
16
|
+
protected: zod.z.boolean().describe("Whether the branch is protected from deletion").nullable().optional(),
|
|
17
|
+
created_at: zod.z.string().describe("A timestamp indicating when the branch was created, in ISO 8601 format"),
|
|
18
|
+
expires_at: zod.z.string().describe("A timestamp indicating when the branch expires and will be automatically deleted, in ISO 8601 format").nullable().optional(),
|
|
19
|
+
parent_lsn: zod.z.string().describe("The Log Sequence Number (LSN) on the parent branch from which this branch was created").nullable().optional(),
|
|
20
|
+
project_id: zod.z.string().describe("The Neon project ID"),
|
|
21
|
+
updated_at: zod.z.string().describe("A timestamp indicating when the branch was last updated, in ISO 8601 format"),
|
|
22
|
+
restored_as: zod.z.string().describe("The ID of the branch that was replaced during restoration").nullable().optional(),
|
|
23
|
+
cpu_used_sec: zod.z.number().int().describe("CPU seconds used by the branch").nullable().optional(),
|
|
24
|
+
logical_size: zod.z.number().int().describe("The logical size of the branch in bytes").nullable().optional(),
|
|
25
|
+
current_state: zod.z.string().describe("The branch state. Possible values are init or ready.").nullable().optional(),
|
|
26
|
+
pending_state: zod.z.string().describe("The pending state of the branch when it is transitioning between states").nullable().optional(),
|
|
27
|
+
physical_size: zod.z.number().int().describe("The physical size of the branch in bytes").nullable().optional(),
|
|
28
|
+
restored_from: zod.z.string().describe("The ID of the snapshot from which this branch was restored").nullable().optional(),
|
|
29
|
+
creation_source: zod.z.string().describe("The source from which the branch was created (e.g., console, neonctl, api)").nullable().optional(),
|
|
30
|
+
written_data_bytes: zod.z.number().int().describe("The amount of data written to the branch, in bytes").nullable().optional(),
|
|
31
|
+
active_time_seconds: zod.z.number().int().describe("The amount of time the branch has been active, in seconds").nullable().optional(),
|
|
32
|
+
data_transfer_bytes: zod.z.number().int().describe("The amount of data transferred from the branch, in bytes").nullable().optional(),
|
|
33
|
+
compute_time_seconds: zod.z.number().int().describe("The amount of compute time used by the branch, in seconds").nullable().optional(),
|
|
34
|
+
ttl_interval_seconds: zod.z.number().int().describe("The time-to-live (TTL) interval for the branch in seconds (read-only)").nullable().optional()
|
|
35
|
+
}).passthrough().describe("Details of a Neon branch after modification.");
|
|
36
|
+
const NeonModifyBranchDetailsInProject_EndpointSchema = zod.z.object({
|
|
37
|
+
id: zod.z.string().describe("The endpoint ID"),
|
|
38
|
+
host: zod.z.string().describe("The hostname of the compute endpoint"),
|
|
39
|
+
type: zod.z.string().describe("The type of endpoint (e.g., read_write, read_only)"),
|
|
40
|
+
disabled: zod.z.boolean().describe("Whether the endpoint is disabled"),
|
|
41
|
+
settings: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Endpoint settings including pg_settings").nullable().optional(),
|
|
42
|
+
branch_id: zod.z.string().describe("The branch ID this endpoint belongs to"),
|
|
43
|
+
region_id: zod.z.string().describe("The region ID where the endpoint is located"),
|
|
44
|
+
created_at: zod.z.string().describe("Timestamp when the endpoint was created"),
|
|
45
|
+
project_id: zod.z.string().describe("The project ID"),
|
|
46
|
+
proxy_host: zod.z.string().describe("The proxy hostname for connecting to the endpoint"),
|
|
47
|
+
updated_at: zod.z.string().describe("Timestamp when the endpoint was last updated"),
|
|
48
|
+
pooler_mode: zod.z.string().describe("The connection pooler mode (e.g., transaction, session)"),
|
|
49
|
+
current_state: zod.z.string().describe("The current state of the endpoint"),
|
|
50
|
+
pending_state: zod.z.string().describe("The pending state of the endpoint").nullable().optional(),
|
|
51
|
+
pooler_enabled: zod.z.boolean().describe("Whether connection pooling is enabled"),
|
|
52
|
+
passwordless_access: zod.z.boolean().describe("Whether passwordless access is enabled"),
|
|
53
|
+
autoscaling_limit_max_cu: zod.z.number().describe("The maximum number of compute units for autoscaling"),
|
|
54
|
+
autoscaling_limit_min_cu: zod.z.number().describe("The minimum number of compute units for autoscaling")
|
|
55
|
+
}).passthrough().describe("A compute endpoint associated with a branch.");
|
|
56
|
+
const NeonModifyBranchDetailsInProject_OperationSchema = zod.z.object({
|
|
57
|
+
id: zod.z.string().describe("The operation ID"),
|
|
58
|
+
error: zod.z.string().describe("Error message if the operation failed").nullable().optional(),
|
|
59
|
+
action: zod.z.string().describe("The action being performed"),
|
|
60
|
+
status: zod.z.string().describe("The status of the operation"),
|
|
61
|
+
retry_at: zod.z.string().describe("Timestamp when the operation will be retried, if applicable").nullable().optional(),
|
|
62
|
+
branch_id: zod.z.string().describe("The branch ID"),
|
|
63
|
+
created_at: zod.z.string().describe("Timestamp when the operation was created"),
|
|
64
|
+
project_id: zod.z.string().describe("The project ID"),
|
|
65
|
+
updated_at: zod.z.string().describe("Timestamp when the operation was last updated"),
|
|
66
|
+
endpoint_id: zod.z.string().describe("The endpoint ID if applicable").nullable().optional(),
|
|
67
|
+
failures_count: zod.z.number().int().describe("The number of failures for this operation"),
|
|
68
|
+
total_duration_ms: zod.z.number().int().describe("Total duration of the operation in milliseconds").nullable().optional()
|
|
69
|
+
}).passthrough().describe("An operation initiated by the API request.");
|
|
70
|
+
const NeonModifyBranchDetailsInProjectOutput = zod.z.object({
|
|
71
|
+
branch: NeonModifyBranchDetailsInProject_BranchSchema.nullable(),
|
|
72
|
+
endpoints: zod.z.array(NeonModifyBranchDetailsInProject_EndpointSchema).describe("An array of compute endpoints associated with the branch").nullable().optional(),
|
|
73
|
+
operations: zod.z.array(NeonModifyBranchDetailsInProject_OperationSchema).describe("An array of operations initiated by this request").nullable().optional()
|
|
74
|
+
}).describe("Response schema for `ModifyBranchDetailsInProject`");
|
|
75
|
+
const neonModifyBranchDetailsInProject = require_action.action("NEON_MODIFY_BRANCH_DETAILS_IN_PROJECT", {
|
|
76
|
+
slug: "neon-modify-branch-details-in-project",
|
|
77
|
+
name: "Modify branch details in project",
|
|
78
|
+
description: "Updates the details of a specific branch within a project in the Neon platform. This endpoint allows you to modify the name and protection status of an existing branch. It is particularly useful when you need to rename a branch or change its protection settings without creating a new branch. The endpoint uses partial updates, so you can specify only the fields you want to change. This tool should be used when managing branch configurations in a Neon project, but it cannot be used to create new branches or delete existing ones.",
|
|
79
|
+
input: NeonModifyBranchDetailsInProjectInput,
|
|
80
|
+
output: NeonModifyBranchDetailsInProjectOutput
|
|
81
|
+
});
|
|
82
|
+
//#endregion
|
|
83
|
+
exports.neonModifyBranchDetailsInProject = neonModifyBranchDetailsInProject;
|
|
84
|
+
|
|
85
|
+
//# sourceMappingURL=modify-branch-details-in-project.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modify-branch-details-in-project.cjs","names":["z","action"],"sources":["../../src/actions/modify-branch-details-in-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonModifyBranchDetailsInProjectInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The unique identifier of the branch to modify. Format: 'br-<adjective>-<noun>-<alphanumeric>' (e.g., 'br-square-base-aehfbgdy'). Can be obtained from the branches list endpoint for a project.\"),\n project_id: z.string().describe(\"The unique identifier of the Neon project containing the branch to modify. Format: '<adjective>-<noun>-<number>' (e.g., 'calm-breeze-57229290'). Can be obtained from the projects list endpoint.\"),\n branch__name: z.string().describe(\"The new name for the branch. If not provided, the branch name remains unchanged. Branch names should be descriptive and follow your team's naming conventions (e.g., 'main', 'production', 'development', 'feature-xyz').\").optional(),\n branch__protected: z.boolean().describe(\"Whether the branch should be protected. Protected branches have restrictions that prevent certain destructive operations. Set to true to enable protection, false to disable it. If not provided, the protection status remains unchanged. Note: Protection features may require a paid plan.\").optional(),\n}).describe(\"Request schema for `ModifyBranchDetailsInProject`\");\nconst NeonModifyBranchDetailsInProject_BranchSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The branch ID. Branch IDs have a br- prefix.\"),\n name: z.string().describe(\"The branch name\"),\n \"default\": z.boolean().describe(\"Whether this is the default branch for the project\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary branch\").nullable().optional(),\n parent_id: z.string().describe(\"The ID of the parent branch. Only set for branches that have a parent.\").nullable().optional(),\n protected: z.boolean().describe(\"Whether the branch is protected from deletion\").nullable().optional(),\n created_at: z.string().describe(\"A timestamp indicating when the branch was created, in ISO 8601 format\"),\n expires_at: z.string().describe(\"A timestamp indicating when the branch expires and will be automatically deleted, in ISO 8601 format\").nullable().optional(),\n parent_lsn: z.string().describe(\"The Log Sequence Number (LSN) on the parent branch from which this branch was created\").nullable().optional(),\n project_id: z.string().describe(\"The Neon project ID\"),\n updated_at: z.string().describe(\"A timestamp indicating when the branch was last updated, in ISO 8601 format\"),\n restored_as: z.string().describe(\"The ID of the branch that was replaced during restoration\").nullable().optional(),\n cpu_used_sec: z.number().int().describe(\"CPU seconds used by the branch\").nullable().optional(),\n logical_size: z.number().int().describe(\"The logical size of the branch in bytes\").nullable().optional(),\n current_state: z.string().describe(\"The branch state. Possible values are init or ready.\").nullable().optional(),\n pending_state: z.string().describe(\"The pending state of the branch when it is transitioning between states\").nullable().optional(),\n physical_size: z.number().int().describe(\"The physical size of the branch in bytes\").nullable().optional(),\n restored_from: z.string().describe(\"The ID of the snapshot from which this branch was restored\").nullable().optional(),\n creation_source: z.string().describe(\"The source from which the branch was created (e.g., console, neonctl, api)\").nullable().optional(),\n written_data_bytes: z.number().int().describe(\"The amount of data written to the branch, in bytes\").nullable().optional(),\n active_time_seconds: z.number().int().describe(\"The amount of time the branch has been active, in seconds\").nullable().optional(),\n data_transfer_bytes: z.number().int().describe(\"The amount of data transferred from the branch, in bytes\").nullable().optional(),\n compute_time_seconds: z.number().int().describe(\"The amount of compute time used by the branch, in seconds\").nullable().optional(),\n ttl_interval_seconds: z.number().int().describe(\"The time-to-live (TTL) interval for the branch in seconds (read-only)\").nullable().optional(),\n}).passthrough().describe(\"Details of a Neon branch after modification.\");\nconst NeonModifyBranchDetailsInProject_EndpointSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The endpoint ID\"),\n host: z.string().describe(\"The hostname of the compute endpoint\"),\n type: z.string().describe(\"The type of endpoint (e.g., read_write, read_only)\"),\n disabled: z.boolean().describe(\"Whether the endpoint is disabled\"),\n settings: z.record(z.string(), z.unknown()).describe(\"Endpoint settings including pg_settings\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID this endpoint belongs to\"),\n region_id: z.string().describe(\"The region ID where the endpoint is located\"),\n created_at: z.string().describe(\"Timestamp when the endpoint was created\"),\n project_id: z.string().describe(\"The project ID\"),\n proxy_host: z.string().describe(\"The proxy hostname for connecting to the endpoint\"),\n updated_at: z.string().describe(\"Timestamp when the endpoint was last updated\"),\n pooler_mode: z.string().describe(\"The connection pooler mode (e.g., transaction, session)\"),\n current_state: z.string().describe(\"The current state of the endpoint\"),\n pending_state: z.string().describe(\"The pending state of the endpoint\").nullable().optional(),\n pooler_enabled: z.boolean().describe(\"Whether connection pooling is enabled\"),\n passwordless_access: z.boolean().describe(\"Whether passwordless access is enabled\"),\n autoscaling_limit_max_cu: z.number().describe(\"The maximum number of compute units for autoscaling\"),\n autoscaling_limit_min_cu: z.number().describe(\"The minimum number of compute units for autoscaling\"),\n}).passthrough().describe(\"A compute endpoint associated with a branch.\");\nconst NeonModifyBranchDetailsInProject_OperationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The operation ID\"),\n error: z.string().describe(\"Error message if the operation failed\").nullable().optional(),\n action: z.string().describe(\"The action being performed\"),\n status: z.string().describe(\"The status of the operation\"),\n retry_at: z.string().describe(\"Timestamp when the operation will be retried, if applicable\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID\"),\n created_at: z.string().describe(\"Timestamp when the operation was created\"),\n project_id: z.string().describe(\"The project ID\"),\n updated_at: z.string().describe(\"Timestamp when the operation was last updated\"),\n endpoint_id: z.string().describe(\"The endpoint ID if applicable\").nullable().optional(),\n failures_count: z.number().int().describe(\"The number of failures for this operation\"),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds\").nullable().optional(),\n}).passthrough().describe(\"An operation initiated by the API request.\");\nexport const NeonModifyBranchDetailsInProjectOutput: z.ZodTypeAny = z.object({\n branch: NeonModifyBranchDetailsInProject_BranchSchema.nullable(),\n endpoints: z.array(NeonModifyBranchDetailsInProject_EndpointSchema).describe(\"An array of compute endpoints associated with the branch\").nullable().optional(),\n operations: z.array(NeonModifyBranchDetailsInProject_OperationSchema).describe(\"An array of operations initiated by this request\").nullable().optional(),\n}).describe(\"Response schema for `ModifyBranchDetailsInProject`\");\n\nexport const neonModifyBranchDetailsInProject = action(\"NEON_MODIFY_BRANCH_DETAILS_IN_PROJECT\", {\n slug: \"neon-modify-branch-details-in-project\",\n name: \"Modify branch details in project\",\n description: \"Updates the details of a specific branch within a project in the Neon platform. This endpoint allows you to modify the name and protection status of an existing branch. It is particularly useful when you need to rename a branch or change its protection settings without creating a new branch. The endpoint uses partial updates, so you can specify only the fields you want to change. This tool should be used when managing branch configurations in a Neon project, but it cannot be used to create new branches or delete existing ones.\",\n input: NeonModifyBranchDetailsInProjectInput,\n output: NeonModifyBranchDetailsInProjectOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/modify-branch-details-in-project.d.ts
|
|
4
|
+
declare const NeonModifyBranchDetailsInProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonModifyBranchDetailsInProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonModifyBranchDetailsInProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonModifyBranchDetailsInProject };
|
|
9
|
+
//# sourceMappingURL=modify-branch-details-in-project.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modify-branch-details-in-project.d.cts","names":[],"sources":["../../src/actions/modify-branch-details-in-project.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAKU;AAAA,cA6DnD,sCAAA,EAAwC,CAAA,CAAE,UAIU;AAAA,cAEpD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/modify-branch-details-in-project.d.ts
|
|
4
|
+
declare const NeonModifyBranchDetailsInProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonModifyBranchDetailsInProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonModifyBranchDetailsInProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonModifyBranchDetailsInProject };
|
|
9
|
+
//# sourceMappingURL=modify-branch-details-in-project.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modify-branch-details-in-project.d.mts","names":[],"sources":["../../src/actions/modify-branch-details-in-project.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAKU;AAAA,cA6DnD,sCAAA,EAAwC,CAAA,CAAE,UAIU;AAAA,cAEpD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/modify-branch-details-in-project.ts
|
|
4
|
+
const NeonModifyBranchDetailsInProjectInput = z.object({
|
|
5
|
+
branch_id: z.string().describe("The unique identifier of the branch to modify. Format: 'br-<adjective>-<noun>-<alphanumeric>' (e.g., 'br-square-base-aehfbgdy'). Can be obtained from the branches list endpoint for a project."),
|
|
6
|
+
project_id: z.string().describe("The unique identifier of the Neon project containing the branch to modify. Format: '<adjective>-<noun>-<number>' (e.g., 'calm-breeze-57229290'). Can be obtained from the projects list endpoint."),
|
|
7
|
+
branch__name: z.string().describe("The new name for the branch. If not provided, the branch name remains unchanged. Branch names should be descriptive and follow your team's naming conventions (e.g., 'main', 'production', 'development', 'feature-xyz').").optional(),
|
|
8
|
+
branch__protected: z.boolean().describe("Whether the branch should be protected. Protected branches have restrictions that prevent certain destructive operations. Set to true to enable protection, false to disable it. If not provided, the protection status remains unchanged. Note: Protection features may require a paid plan.").optional()
|
|
9
|
+
}).describe("Request schema for `ModifyBranchDetailsInProject`");
|
|
10
|
+
const NeonModifyBranchDetailsInProject_BranchSchema = z.object({
|
|
11
|
+
id: z.string().describe("The branch ID. Branch IDs have a br- prefix."),
|
|
12
|
+
name: z.string().describe("The branch name"),
|
|
13
|
+
"default": z.boolean().describe("Whether this is the default branch for the project").nullable().optional(),
|
|
14
|
+
primary: z.boolean().describe("Whether this is the primary branch").nullable().optional(),
|
|
15
|
+
parent_id: z.string().describe("The ID of the parent branch. Only set for branches that have a parent.").nullable().optional(),
|
|
16
|
+
protected: z.boolean().describe("Whether the branch is protected from deletion").nullable().optional(),
|
|
17
|
+
created_at: z.string().describe("A timestamp indicating when the branch was created, in ISO 8601 format"),
|
|
18
|
+
expires_at: z.string().describe("A timestamp indicating when the branch expires and will be automatically deleted, in ISO 8601 format").nullable().optional(),
|
|
19
|
+
parent_lsn: z.string().describe("The Log Sequence Number (LSN) on the parent branch from which this branch was created").nullable().optional(),
|
|
20
|
+
project_id: z.string().describe("The Neon project ID"),
|
|
21
|
+
updated_at: z.string().describe("A timestamp indicating when the branch was last updated, in ISO 8601 format"),
|
|
22
|
+
restored_as: z.string().describe("The ID of the branch that was replaced during restoration").nullable().optional(),
|
|
23
|
+
cpu_used_sec: z.number().int().describe("CPU seconds used by the branch").nullable().optional(),
|
|
24
|
+
logical_size: z.number().int().describe("The logical size of the branch in bytes").nullable().optional(),
|
|
25
|
+
current_state: z.string().describe("The branch state. Possible values are init or ready.").nullable().optional(),
|
|
26
|
+
pending_state: z.string().describe("The pending state of the branch when it is transitioning between states").nullable().optional(),
|
|
27
|
+
physical_size: z.number().int().describe("The physical size of the branch in bytes").nullable().optional(),
|
|
28
|
+
restored_from: z.string().describe("The ID of the snapshot from which this branch was restored").nullable().optional(),
|
|
29
|
+
creation_source: z.string().describe("The source from which the branch was created (e.g., console, neonctl, api)").nullable().optional(),
|
|
30
|
+
written_data_bytes: z.number().int().describe("The amount of data written to the branch, in bytes").nullable().optional(),
|
|
31
|
+
active_time_seconds: z.number().int().describe("The amount of time the branch has been active, in seconds").nullable().optional(),
|
|
32
|
+
data_transfer_bytes: z.number().int().describe("The amount of data transferred from the branch, in bytes").nullable().optional(),
|
|
33
|
+
compute_time_seconds: z.number().int().describe("The amount of compute time used by the branch, in seconds").nullable().optional(),
|
|
34
|
+
ttl_interval_seconds: z.number().int().describe("The time-to-live (TTL) interval for the branch in seconds (read-only)").nullable().optional()
|
|
35
|
+
}).passthrough().describe("Details of a Neon branch after modification.");
|
|
36
|
+
const NeonModifyBranchDetailsInProject_EndpointSchema = z.object({
|
|
37
|
+
id: z.string().describe("The endpoint ID"),
|
|
38
|
+
host: z.string().describe("The hostname of the compute endpoint"),
|
|
39
|
+
type: z.string().describe("The type of endpoint (e.g., read_write, read_only)"),
|
|
40
|
+
disabled: z.boolean().describe("Whether the endpoint is disabled"),
|
|
41
|
+
settings: z.record(z.string(), z.unknown()).describe("Endpoint settings including pg_settings").nullable().optional(),
|
|
42
|
+
branch_id: z.string().describe("The branch ID this endpoint belongs to"),
|
|
43
|
+
region_id: z.string().describe("The region ID where the endpoint is located"),
|
|
44
|
+
created_at: z.string().describe("Timestamp when the endpoint was created"),
|
|
45
|
+
project_id: z.string().describe("The project ID"),
|
|
46
|
+
proxy_host: z.string().describe("The proxy hostname for connecting to the endpoint"),
|
|
47
|
+
updated_at: z.string().describe("Timestamp when the endpoint was last updated"),
|
|
48
|
+
pooler_mode: z.string().describe("The connection pooler mode (e.g., transaction, session)"),
|
|
49
|
+
current_state: z.string().describe("The current state of the endpoint"),
|
|
50
|
+
pending_state: z.string().describe("The pending state of the endpoint").nullable().optional(),
|
|
51
|
+
pooler_enabled: z.boolean().describe("Whether connection pooling is enabled"),
|
|
52
|
+
passwordless_access: z.boolean().describe("Whether passwordless access is enabled"),
|
|
53
|
+
autoscaling_limit_max_cu: z.number().describe("The maximum number of compute units for autoscaling"),
|
|
54
|
+
autoscaling_limit_min_cu: z.number().describe("The minimum number of compute units for autoscaling")
|
|
55
|
+
}).passthrough().describe("A compute endpoint associated with a branch.");
|
|
56
|
+
const NeonModifyBranchDetailsInProject_OperationSchema = z.object({
|
|
57
|
+
id: z.string().describe("The operation ID"),
|
|
58
|
+
error: z.string().describe("Error message if the operation failed").nullable().optional(),
|
|
59
|
+
action: z.string().describe("The action being performed"),
|
|
60
|
+
status: z.string().describe("The status of the operation"),
|
|
61
|
+
retry_at: z.string().describe("Timestamp when the operation will be retried, if applicable").nullable().optional(),
|
|
62
|
+
branch_id: z.string().describe("The branch ID"),
|
|
63
|
+
created_at: z.string().describe("Timestamp when the operation was created"),
|
|
64
|
+
project_id: z.string().describe("The project ID"),
|
|
65
|
+
updated_at: z.string().describe("Timestamp when the operation was last updated"),
|
|
66
|
+
endpoint_id: z.string().describe("The endpoint ID if applicable").nullable().optional(),
|
|
67
|
+
failures_count: z.number().int().describe("The number of failures for this operation"),
|
|
68
|
+
total_duration_ms: z.number().int().describe("Total duration of the operation in milliseconds").nullable().optional()
|
|
69
|
+
}).passthrough().describe("An operation initiated by the API request.");
|
|
70
|
+
const neonModifyBranchDetailsInProject = action("NEON_MODIFY_BRANCH_DETAILS_IN_PROJECT", {
|
|
71
|
+
slug: "neon-modify-branch-details-in-project",
|
|
72
|
+
name: "Modify branch details in project",
|
|
73
|
+
description: "Updates the details of a specific branch within a project in the Neon platform. This endpoint allows you to modify the name and protection status of an existing branch. It is particularly useful when you need to rename a branch or change its protection settings without creating a new branch. The endpoint uses partial updates, so you can specify only the fields you want to change. This tool should be used when managing branch configurations in a Neon project, but it cannot be used to create new branches or delete existing ones.",
|
|
74
|
+
input: NeonModifyBranchDetailsInProjectInput,
|
|
75
|
+
output: z.object({
|
|
76
|
+
branch: NeonModifyBranchDetailsInProject_BranchSchema.nullable(),
|
|
77
|
+
endpoints: z.array(NeonModifyBranchDetailsInProject_EndpointSchema).describe("An array of compute endpoints associated with the branch").nullable().optional(),
|
|
78
|
+
operations: z.array(NeonModifyBranchDetailsInProject_OperationSchema).describe("An array of operations initiated by this request").nullable().optional()
|
|
79
|
+
}).describe("Response schema for `ModifyBranchDetailsInProject`")
|
|
80
|
+
});
|
|
81
|
+
//#endregion
|
|
82
|
+
export { neonModifyBranchDetailsInProject };
|
|
83
|
+
|
|
84
|
+
//# sourceMappingURL=modify-branch-details-in-project.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modify-branch-details-in-project.mjs","names":[],"sources":["../../src/actions/modify-branch-details-in-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonModifyBranchDetailsInProjectInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The unique identifier of the branch to modify. Format: 'br-<adjective>-<noun>-<alphanumeric>' (e.g., 'br-square-base-aehfbgdy'). Can be obtained from the branches list endpoint for a project.\"),\n project_id: z.string().describe(\"The unique identifier of the Neon project containing the branch to modify. Format: '<adjective>-<noun>-<number>' (e.g., 'calm-breeze-57229290'). Can be obtained from the projects list endpoint.\"),\n branch__name: z.string().describe(\"The new name for the branch. If not provided, the branch name remains unchanged. Branch names should be descriptive and follow your team's naming conventions (e.g., 'main', 'production', 'development', 'feature-xyz').\").optional(),\n branch__protected: z.boolean().describe(\"Whether the branch should be protected. Protected branches have restrictions that prevent certain destructive operations. Set to true to enable protection, false to disable it. If not provided, the protection status remains unchanged. Note: Protection features may require a paid plan.\").optional(),\n}).describe(\"Request schema for `ModifyBranchDetailsInProject`\");\nconst NeonModifyBranchDetailsInProject_BranchSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The branch ID. Branch IDs have a br- prefix.\"),\n name: z.string().describe(\"The branch name\"),\n \"default\": z.boolean().describe(\"Whether this is the default branch for the project\").nullable().optional(),\n primary: z.boolean().describe(\"Whether this is the primary branch\").nullable().optional(),\n parent_id: z.string().describe(\"The ID of the parent branch. Only set for branches that have a parent.\").nullable().optional(),\n protected: z.boolean().describe(\"Whether the branch is protected from deletion\").nullable().optional(),\n created_at: z.string().describe(\"A timestamp indicating when the branch was created, in ISO 8601 format\"),\n expires_at: z.string().describe(\"A timestamp indicating when the branch expires and will be automatically deleted, in ISO 8601 format\").nullable().optional(),\n parent_lsn: z.string().describe(\"The Log Sequence Number (LSN) on the parent branch from which this branch was created\").nullable().optional(),\n project_id: z.string().describe(\"The Neon project ID\"),\n updated_at: z.string().describe(\"A timestamp indicating when the branch was last updated, in ISO 8601 format\"),\n restored_as: z.string().describe(\"The ID of the branch that was replaced during restoration\").nullable().optional(),\n cpu_used_sec: z.number().int().describe(\"CPU seconds used by the branch\").nullable().optional(),\n logical_size: z.number().int().describe(\"The logical size of the branch in bytes\").nullable().optional(),\n current_state: z.string().describe(\"The branch state. Possible values are init or ready.\").nullable().optional(),\n pending_state: z.string().describe(\"The pending state of the branch when it is transitioning between states\").nullable().optional(),\n physical_size: z.number().int().describe(\"The physical size of the branch in bytes\").nullable().optional(),\n restored_from: z.string().describe(\"The ID of the snapshot from which this branch was restored\").nullable().optional(),\n creation_source: z.string().describe(\"The source from which the branch was created (e.g., console, neonctl, api)\").nullable().optional(),\n written_data_bytes: z.number().int().describe(\"The amount of data written to the branch, in bytes\").nullable().optional(),\n active_time_seconds: z.number().int().describe(\"The amount of time the branch has been active, in seconds\").nullable().optional(),\n data_transfer_bytes: z.number().int().describe(\"The amount of data transferred from the branch, in bytes\").nullable().optional(),\n compute_time_seconds: z.number().int().describe(\"The amount of compute time used by the branch, in seconds\").nullable().optional(),\n ttl_interval_seconds: z.number().int().describe(\"The time-to-live (TTL) interval for the branch in seconds (read-only)\").nullable().optional(),\n}).passthrough().describe(\"Details of a Neon branch after modification.\");\nconst NeonModifyBranchDetailsInProject_EndpointSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The endpoint ID\"),\n host: z.string().describe(\"The hostname of the compute endpoint\"),\n type: z.string().describe(\"The type of endpoint (e.g., read_write, read_only)\"),\n disabled: z.boolean().describe(\"Whether the endpoint is disabled\"),\n settings: z.record(z.string(), z.unknown()).describe(\"Endpoint settings including pg_settings\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID this endpoint belongs to\"),\n region_id: z.string().describe(\"The region ID where the endpoint is located\"),\n created_at: z.string().describe(\"Timestamp when the endpoint was created\"),\n project_id: z.string().describe(\"The project ID\"),\n proxy_host: z.string().describe(\"The proxy hostname for connecting to the endpoint\"),\n updated_at: z.string().describe(\"Timestamp when the endpoint was last updated\"),\n pooler_mode: z.string().describe(\"The connection pooler mode (e.g., transaction, session)\"),\n current_state: z.string().describe(\"The current state of the endpoint\"),\n pending_state: z.string().describe(\"The pending state of the endpoint\").nullable().optional(),\n pooler_enabled: z.boolean().describe(\"Whether connection pooling is enabled\"),\n passwordless_access: z.boolean().describe(\"Whether passwordless access is enabled\"),\n autoscaling_limit_max_cu: z.number().describe(\"The maximum number of compute units for autoscaling\"),\n autoscaling_limit_min_cu: z.number().describe(\"The minimum number of compute units for autoscaling\"),\n}).passthrough().describe(\"A compute endpoint associated with a branch.\");\nconst NeonModifyBranchDetailsInProject_OperationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The operation ID\"),\n error: z.string().describe(\"Error message if the operation failed\").nullable().optional(),\n action: z.string().describe(\"The action being performed\"),\n status: z.string().describe(\"The status of the operation\"),\n retry_at: z.string().describe(\"Timestamp when the operation will be retried, if applicable\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID\"),\n created_at: z.string().describe(\"Timestamp when the operation was created\"),\n project_id: z.string().describe(\"The project ID\"),\n updated_at: z.string().describe(\"Timestamp when the operation was last updated\"),\n endpoint_id: z.string().describe(\"The endpoint ID if applicable\").nullable().optional(),\n failures_count: z.number().int().describe(\"The number of failures for this operation\"),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds\").nullable().optional(),\n}).passthrough().describe(\"An operation initiated by the API request.\");\nexport const NeonModifyBranchDetailsInProjectOutput: z.ZodTypeAny = z.object({\n branch: NeonModifyBranchDetailsInProject_BranchSchema.nullable(),\n endpoints: z.array(NeonModifyBranchDetailsInProject_EndpointSchema).describe(\"An array of compute endpoints associated with the branch\").nullable().optional(),\n operations: z.array(NeonModifyBranchDetailsInProject_OperationSchema).describe(\"An array of operations initiated by this request\").nullable().optional(),\n}).describe(\"Response schema for `ModifyBranchDetailsInProject`\");\n\nexport const neonModifyBranchDetailsInProject = action(\"NEON_MODIFY_BRANCH_DETAILS_IN_PROJECT\", {\n slug: \"neon-modify-branch-details-in-project\",\n name: \"Modify branch details in project\",\n description: \"Updates the details of a specific branch within a project in the Neon platform. This endpoint allows you to modify the name and protection status of an existing branch. It is particularly useful when you need to rename a branch or change its protection settings without creating a new branch. The endpoint uses partial updates, so you can specify only the fields you want to change. This tool should be used when managing branch configurations in a Neon project, but it cannot be used to create new branches or delete existing ones.\",\n input: NeonModifyBranchDetailsInProjectInput,\n output: NeonModifyBranchDetailsInProjectOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/patch-branch-database-information.ts
|
|
4
|
+
const NeonPatchBranchDatabaseInformationInput = zod.z.object({
|
|
5
|
+
branch_id: zod.z.string().describe("The branch ID where the database resides (e.g., 'br-lucky-water-afkw1lov')"),
|
|
6
|
+
project_id: zod.z.string().describe("The Neon project ID (e.g., 'dry-smoke-26258271')"),
|
|
7
|
+
database_name: zod.z.string().describe("The current name of the database to update"),
|
|
8
|
+
database__name: zod.z.string().describe("The new name for the database. Use this to rename the database.").optional(),
|
|
9
|
+
database__owner__name: zod.z.string().describe("The name of the role to transfer database ownership to. The role must exist in the branch.").optional()
|
|
10
|
+
}).describe("Request schema for `PatchBranchDatabaseInformation`");
|
|
11
|
+
const NeonPatchBranchDatabaseInformation_DatabaseSchema = zod.z.object({
|
|
12
|
+
id: zod.z.string().describe("Unique identifier for the database"),
|
|
13
|
+
name: zod.z.string().describe("Database name"),
|
|
14
|
+
branch_id: zod.z.string().describe("Branch identifier that this database belongs to"),
|
|
15
|
+
created_at: zod.z.string().describe("Timestamp when the database was created (ISO 8601 format)"),
|
|
16
|
+
owner_name: zod.z.string().describe("Role name that owns the database"),
|
|
17
|
+
updated_at: zod.z.string().describe("Timestamp when the database was last updated (ISO 8601 format)")
|
|
18
|
+
}).describe("Database object");
|
|
19
|
+
const NeonPatchBranchDatabaseInformation_OperationSchema = zod.z.object({
|
|
20
|
+
id: zod.z.string().describe("Unique identifier for the operation (UUID format)"),
|
|
21
|
+
error: zod.z.string().describe("Error message if the operation failed").nullable().optional(),
|
|
22
|
+
action: zod.z.string().describe("The action being performed (e.g., apply_config, create_timeline, start_compute)"),
|
|
23
|
+
status: zod.z.string().describe("Current status of the operation. Possible values: scheduling, running, finished, failed, error, cancelled, skipped"),
|
|
24
|
+
retry_at: zod.z.string().describe("Timestamp when the operation will be retried (ISO 8601 format)").nullable().optional(),
|
|
25
|
+
branch_id: zod.z.string().describe("Branch identifier"),
|
|
26
|
+
created_at: zod.z.string().describe("Timestamp when the operation was created (ISO 8601 format)"),
|
|
27
|
+
project_id: zod.z.string().describe("Project identifier"),
|
|
28
|
+
updated_at: zod.z.string().describe("Timestamp when the operation was last updated (ISO 8601 format)"),
|
|
29
|
+
endpoint_id: zod.z.string().describe("Endpoint identifier associated with the operation").nullable().optional(),
|
|
30
|
+
failures_count: zod.z.number().int().describe("Number of times the operation has failed"),
|
|
31
|
+
total_duration_ms: zod.z.number().int().describe("Total duration of the operation in milliseconds")
|
|
32
|
+
}).describe("Operation object");
|
|
33
|
+
const NeonPatchBranchDatabaseInformationOutput = zod.z.object({
|
|
34
|
+
database: NeonPatchBranchDatabaseInformation_DatabaseSchema.nullable(),
|
|
35
|
+
operations: zod.z.array(NeonPatchBranchDatabaseInformation_OperationSchema).describe("Array of operations initiated by the update request")
|
|
36
|
+
}).describe("Response schema for `PatchBranchDatabaseInformation`");
|
|
37
|
+
const neonPatchBranchDatabaseInformation = require_action.action("NEON_PATCH_BRANCH_DATABASE_INFORMATION", {
|
|
38
|
+
slug: "neon-patch-branch-database-information",
|
|
39
|
+
name: "Patch branch database information",
|
|
40
|
+
description: "Updates the properties of a specific database within a project branch in the Neon platform. This endpoint allows for partial modifications of database attributes, such as changing its name or owner. It should be used when you need to rename a database or transfer ownership to a different role within the same project and branch. The update is performed using the PATCH method, allowing for selective property changes without affecting unspecified attributes. Note that this operation modifies existing database metadata and does not create new databases or alter the actual data within the database.",
|
|
41
|
+
input: NeonPatchBranchDatabaseInformationInput,
|
|
42
|
+
output: NeonPatchBranchDatabaseInformationOutput
|
|
43
|
+
});
|
|
44
|
+
//#endregion
|
|
45
|
+
exports.neonPatchBranchDatabaseInformation = neonPatchBranchDatabaseInformation;
|
|
46
|
+
|
|
47
|
+
//# sourceMappingURL=patch-branch-database-information.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-branch-database-information.cjs","names":["z","action"],"sources":["../../src/actions/patch-branch-database-information.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonPatchBranchDatabaseInformationInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The branch ID where the database resides (e.g., 'br-lucky-water-afkw1lov')\"),\n project_id: z.string().describe(\"The Neon project ID (e.g., 'dry-smoke-26258271')\"),\n database_name: z.string().describe(\"The current name of the database to update\"),\n database__name: z.string().describe(\"The new name for the database. Use this to rename the database.\").optional(),\n database__owner__name: z.string().describe(\"The name of the role to transfer database ownership to. The role must exist in the branch.\").optional(),\n}).describe(\"Request schema for `PatchBranchDatabaseInformation`\");\nconst NeonPatchBranchDatabaseInformation_DatabaseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the database\"),\n name: z.string().describe(\"Database name\"),\n branch_id: z.string().describe(\"Branch identifier that this database belongs to\"),\n created_at: z.string().describe(\"Timestamp when the database was created (ISO 8601 format)\"),\n owner_name: z.string().describe(\"Role name that owns the database\"),\n updated_at: z.string().describe(\"Timestamp when the database was last updated (ISO 8601 format)\"),\n}).describe(\"Database object\");\nconst NeonPatchBranchDatabaseInformation_OperationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the operation (UUID format)\"),\n error: z.string().describe(\"Error message if the operation failed\").nullable().optional(),\n action: z.string().describe(\"The action being performed (e.g., apply_config, create_timeline, start_compute)\"),\n status: z.string().describe(\"Current status of the operation. Possible values: scheduling, running, finished, failed, error, cancelled, skipped\"),\n retry_at: z.string().describe(\"Timestamp when the operation will be retried (ISO 8601 format)\").nullable().optional(),\n branch_id: z.string().describe(\"Branch identifier\"),\n created_at: z.string().describe(\"Timestamp when the operation was created (ISO 8601 format)\"),\n project_id: z.string().describe(\"Project identifier\"),\n updated_at: z.string().describe(\"Timestamp when the operation was last updated (ISO 8601 format)\"),\n endpoint_id: z.string().describe(\"Endpoint identifier associated with the operation\").nullable().optional(),\n failures_count: z.number().int().describe(\"Number of times the operation has failed\"),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds\"),\n}).describe(\"Operation object\");\nexport const NeonPatchBranchDatabaseInformationOutput: z.ZodTypeAny = z.object({\n database: NeonPatchBranchDatabaseInformation_DatabaseSchema.nullable(),\n operations: z.array(NeonPatchBranchDatabaseInformation_OperationSchema).describe(\"Array of operations initiated by the update request\"),\n}).describe(\"Response schema for `PatchBranchDatabaseInformation`\");\n\nexport const neonPatchBranchDatabaseInformation = action(\"NEON_PATCH_BRANCH_DATABASE_INFORMATION\", {\n slug: \"neon-patch-branch-database-information\",\n name: \"Patch branch database information\",\n description: \"Updates the properties of a specific database within a project branch in the Neon platform. This endpoint allows for partial modifications of database attributes, such as changing its name or owner. It should be used when you need to rename a database or transfer ownership to a different role within the same project and branch. The update is performed using the PATCH method, allowing for selective property changes without affecting unspecified attributes. Note that this operation modifies existing database metadata and does not create new databases or alter the actual data within the database.\",\n input: NeonPatchBranchDatabaseInformationInput,\n output: NeonPatchBranchDatabaseInformationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CAC3G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC/E,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAChH,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;AACpJ,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,oDAAkEA,IAAAA,EAAE,OAAO;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AAClG,CAAC,CAAC,CAAC,SAAS,iBAAiB;AAC7B,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC3E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;CAC7G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH;CAChJ,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAClD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CACpD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACpF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;AAChG,CAAC,CAAC,CAAC,SAAS,kBAAkB;AAC9B,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,UAAU,kDAAkD,SAAS;CACrE,YAAYA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,qDAAqD;AACxI,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,qCAAqCC,eAAAA,OAAO,0CAA0C;CACjG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/patch-branch-database-information.d.ts
|
|
4
|
+
declare const NeonPatchBranchDatabaseInformationInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonPatchBranchDatabaseInformationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonPatchBranchDatabaseInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonPatchBranchDatabaseInformation };
|
|
9
|
+
//# sourceMappingURL=patch-branch-database-information.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-branch-database-information.d.cts","names":[],"sources":["../../src/actions/patch-branch-database-information.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAMU;AAAA,cAuBrD,wCAAA,EAA0C,CAAA,CAAE,UAGU;AAAA,cAEtD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/patch-branch-database-information.d.ts
|
|
4
|
+
declare const NeonPatchBranchDatabaseInformationInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonPatchBranchDatabaseInformationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonPatchBranchDatabaseInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonPatchBranchDatabaseInformation };
|
|
9
|
+
//# sourceMappingURL=patch-branch-database-information.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-branch-database-information.d.mts","names":[],"sources":["../../src/actions/patch-branch-database-information.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAMU;AAAA,cAuBrD,wCAAA,EAA0C,CAAA,CAAE,UAGU;AAAA,cAEtD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/patch-branch-database-information.ts
|
|
4
|
+
const NeonPatchBranchDatabaseInformationInput = z.object({
|
|
5
|
+
branch_id: z.string().describe("The branch ID where the database resides (e.g., 'br-lucky-water-afkw1lov')"),
|
|
6
|
+
project_id: z.string().describe("The Neon project ID (e.g., 'dry-smoke-26258271')"),
|
|
7
|
+
database_name: z.string().describe("The current name of the database to update"),
|
|
8
|
+
database__name: z.string().describe("The new name for the database. Use this to rename the database.").optional(),
|
|
9
|
+
database__owner__name: z.string().describe("The name of the role to transfer database ownership to. The role must exist in the branch.").optional()
|
|
10
|
+
}).describe("Request schema for `PatchBranchDatabaseInformation`");
|
|
11
|
+
const NeonPatchBranchDatabaseInformation_DatabaseSchema = z.object({
|
|
12
|
+
id: z.string().describe("Unique identifier for the database"),
|
|
13
|
+
name: z.string().describe("Database name"),
|
|
14
|
+
branch_id: z.string().describe("Branch identifier that this database belongs to"),
|
|
15
|
+
created_at: z.string().describe("Timestamp when the database was created (ISO 8601 format)"),
|
|
16
|
+
owner_name: z.string().describe("Role name that owns the database"),
|
|
17
|
+
updated_at: z.string().describe("Timestamp when the database was last updated (ISO 8601 format)")
|
|
18
|
+
}).describe("Database object");
|
|
19
|
+
const NeonPatchBranchDatabaseInformation_OperationSchema = z.object({
|
|
20
|
+
id: z.string().describe("Unique identifier for the operation (UUID format)"),
|
|
21
|
+
error: z.string().describe("Error message if the operation failed").nullable().optional(),
|
|
22
|
+
action: z.string().describe("The action being performed (e.g., apply_config, create_timeline, start_compute)"),
|
|
23
|
+
status: z.string().describe("Current status of the operation. Possible values: scheduling, running, finished, failed, error, cancelled, skipped"),
|
|
24
|
+
retry_at: z.string().describe("Timestamp when the operation will be retried (ISO 8601 format)").nullable().optional(),
|
|
25
|
+
branch_id: z.string().describe("Branch identifier"),
|
|
26
|
+
created_at: z.string().describe("Timestamp when the operation was created (ISO 8601 format)"),
|
|
27
|
+
project_id: z.string().describe("Project identifier"),
|
|
28
|
+
updated_at: z.string().describe("Timestamp when the operation was last updated (ISO 8601 format)"),
|
|
29
|
+
endpoint_id: z.string().describe("Endpoint identifier associated with the operation").nullable().optional(),
|
|
30
|
+
failures_count: z.number().int().describe("Number of times the operation has failed"),
|
|
31
|
+
total_duration_ms: z.number().int().describe("Total duration of the operation in milliseconds")
|
|
32
|
+
}).describe("Operation object");
|
|
33
|
+
const neonPatchBranchDatabaseInformation = action("NEON_PATCH_BRANCH_DATABASE_INFORMATION", {
|
|
34
|
+
slug: "neon-patch-branch-database-information",
|
|
35
|
+
name: "Patch branch database information",
|
|
36
|
+
description: "Updates the properties of a specific database within a project branch in the Neon platform. This endpoint allows for partial modifications of database attributes, such as changing its name or owner. It should be used when you need to rename a database or transfer ownership to a different role within the same project and branch. The update is performed using the PATCH method, allowing for selective property changes without affecting unspecified attributes. Note that this operation modifies existing database metadata and does not create new databases or alter the actual data within the database.",
|
|
37
|
+
input: NeonPatchBranchDatabaseInformationInput,
|
|
38
|
+
output: z.object({
|
|
39
|
+
database: NeonPatchBranchDatabaseInformation_DatabaseSchema.nullable(),
|
|
40
|
+
operations: z.array(NeonPatchBranchDatabaseInformation_OperationSchema).describe("Array of operations initiated by the update request")
|
|
41
|
+
}).describe("Response schema for `PatchBranchDatabaseInformation`")
|
|
42
|
+
});
|
|
43
|
+
//#endregion
|
|
44
|
+
export { neonPatchBranchDatabaseInformation };
|
|
45
|
+
|
|
46
|
+
//# sourceMappingURL=patch-branch-database-information.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"patch-branch-database-information.mjs","names":[],"sources":["../../src/actions/patch-branch-database-information.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonPatchBranchDatabaseInformationInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The branch ID where the database resides (e.g., 'br-lucky-water-afkw1lov')\"),\n project_id: z.string().describe(\"The Neon project ID (e.g., 'dry-smoke-26258271')\"),\n database_name: z.string().describe(\"The current name of the database to update\"),\n database__name: z.string().describe(\"The new name for the database. Use this to rename the database.\").optional(),\n database__owner__name: z.string().describe(\"The name of the role to transfer database ownership to. The role must exist in the branch.\").optional(),\n}).describe(\"Request schema for `PatchBranchDatabaseInformation`\");\nconst NeonPatchBranchDatabaseInformation_DatabaseSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the database\"),\n name: z.string().describe(\"Database name\"),\n branch_id: z.string().describe(\"Branch identifier that this database belongs to\"),\n created_at: z.string().describe(\"Timestamp when the database was created (ISO 8601 format)\"),\n owner_name: z.string().describe(\"Role name that owns the database\"),\n updated_at: z.string().describe(\"Timestamp when the database was last updated (ISO 8601 format)\"),\n}).describe(\"Database object\");\nconst NeonPatchBranchDatabaseInformation_OperationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the operation (UUID format)\"),\n error: z.string().describe(\"Error message if the operation failed\").nullable().optional(),\n action: z.string().describe(\"The action being performed (e.g., apply_config, create_timeline, start_compute)\"),\n status: z.string().describe(\"Current status of the operation. Possible values: scheduling, running, finished, failed, error, cancelled, skipped\"),\n retry_at: z.string().describe(\"Timestamp when the operation will be retried (ISO 8601 format)\").nullable().optional(),\n branch_id: z.string().describe(\"Branch identifier\"),\n created_at: z.string().describe(\"Timestamp when the operation was created (ISO 8601 format)\"),\n project_id: z.string().describe(\"Project identifier\"),\n updated_at: z.string().describe(\"Timestamp when the operation was last updated (ISO 8601 format)\"),\n endpoint_id: z.string().describe(\"Endpoint identifier associated with the operation\").nullable().optional(),\n failures_count: z.number().int().describe(\"Number of times the operation has failed\"),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds\"),\n}).describe(\"Operation object\");\nexport const NeonPatchBranchDatabaseInformationOutput: z.ZodTypeAny = z.object({\n database: NeonPatchBranchDatabaseInformation_DatabaseSchema.nullable(),\n operations: z.array(NeonPatchBranchDatabaseInformation_OperationSchema).describe(\"Array of operations initiated by the update request\"),\n}).describe(\"Response schema for `PatchBranchDatabaseInformation`\");\n\nexport const neonPatchBranchDatabaseInformation = action(\"NEON_PATCH_BRANCH_DATABASE_INFORMATION\", {\n slug: \"neon-patch-branch-database-information\",\n name: \"Patch branch database information\",\n description: \"Updates the properties of a specific database within a project branch in the Neon platform. This endpoint allows for partial modifications of database attributes, such as changing its name or owner. It should be used when you need to rename a database or transfer ownership to a different role within the same project and branch. The update is performed using the PATCH method, allowing for selective property changes without affecting unspecified attributes. Note that this operation modifies existing database metadata and does not create new databases or alter the actual data within the database.\",\n input: NeonPatchBranchDatabaseInformationInput,\n output: NeonPatchBranchDatabaseInformationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwD,EAAE,OAAO;CAC5E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAClF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC/E,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAChH,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS;AACpJ,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,oDAAkE,EAAE,OAAO;CAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CACzC,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAChF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AAClG,CAAC,CAAC,CAAC,SAAS,iBAAiB;AAC7B,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC3E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF;CAC7G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH;CAChJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAClD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;CAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CACpD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACpF,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD;AAChG,CAAC,CAAC,CAAC,SAAS,kBAAkB;AAM9B,MAAa,qCAAqC,OAAO,0CAA0C;CACjG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVoE,EAAE,OAAO;EAC7E,UAAU,kDAAkD,SAAS;EACrE,YAAY,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,qDAAqD;CACxI,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
|