@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,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const neonGetProjectConnectionUri = action("NEON_GET_PROJECT_CONNECTION_URI", {
|
|
4
|
+
slug: "neon-get-project-connection-uri",
|
|
5
|
+
name: "Get project connection uri",
|
|
6
|
+
description: "Retrieves the connection URI for a specified project within the Neon B2B SaaS integration platform. This endpoint is crucial for establishing connectivity to a project's resources, enabling access to its data and functionalities. Use this when you need to programmatically obtain the connection details for a specific project, which is essential for integrating with the project's data sources or services. The connection URI serves as a unique identifier and access point for the project, facilitating seamless data exchange and workflow automation between different systems and applications within the Neon ecosystem.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
pooled: z.boolean().describe("Adds the `-pooler` option to the connection URI when set to `true`, creating a pooled connection URI.").optional(),
|
|
9
|
+
branch_id: z.string().describe("The branch ID. Defaults to the project's default branch_id if not specified. The branch must have an associated compute endpoint.").optional(),
|
|
10
|
+
role_name: z.string().describe("The PostgreSQL role name to use for authentication (e.g., 'neondb_owner')."),
|
|
11
|
+
project_id: z.string().describe("The Neon project ID"),
|
|
12
|
+
endpoint_id: z.string().describe("The compute endpoint ID (starts with 'ep-'). Defaults to the read-write endpoint associated with the branch_id if not specified. Required if the branch has multiple endpoints or no default read-write endpoint.").optional(),
|
|
13
|
+
database_name: z.string().describe("The name of the database to connect to within the branch (e.g., 'neondb').")
|
|
14
|
+
}).describe("Request schema for `GetProjectConnectionUri`"),
|
|
15
|
+
output: z.object({ uri: z.string().describe("The PostgreSQL connection URI string for connecting to the database.") }).describe("Response schema for `GetProjectConnectionUri`")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { neonGetProjectConnectionUri };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=get-project-connection-uri.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-project-connection-uri.mjs","names":[],"sources":["../../src/actions/get-project-connection-uri.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetProjectConnectionUriInput: z.ZodTypeAny = z.object({\n pooled: z.boolean().describe(\"Adds the `-pooler` option to the connection URI when set to `true`, creating a pooled connection URI.\").optional(),\n branch_id: z.string().describe(\"The branch ID. Defaults to the project's default branch_id if not specified. The branch must have an associated compute endpoint.\").optional(),\n role_name: z.string().describe(\"The PostgreSQL role name to use for authentication (e.g., 'neondb_owner').\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n endpoint_id: z.string().describe(\"The compute endpoint ID (starts with 'ep-'). Defaults to the read-write endpoint associated with the branch_id if not specified. Required if the branch has multiple endpoints or no default read-write endpoint.\").optional(),\n database_name: z.string().describe(\"The name of the database to connect to within the branch (e.g., 'neondb').\"),\n}).describe(\"Request schema for `GetProjectConnectionUri`\");\nexport const NeonGetProjectConnectionUriOutput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"The PostgreSQL connection URI string for connecting to the database.\"),\n}).describe(\"Response schema for `GetProjectConnectionUri`\");\n\nexport const neonGetProjectConnectionUri = action(\"NEON_GET_PROJECT_CONNECTION_URI\", {\n slug: \"neon-get-project-connection-uri\",\n name: \"Get project connection uri\",\n description: \"Retrieves the connection URI for a specified project within the Neon B2B SaaS integration platform. This endpoint is crucial for establishing connectivity to a project's resources, enabling access to its data and functionalities. Use this when you need to programmatically obtain the connection details for a specific project, which is essential for integrating with the project's data sources or services. The connection URI serves as a unique identifier and access point for the project, facilitating seamless data exchange and workflow automation between different systems and applications within the Neon ecosystem.\",\n input: NeonGetProjectConnectionUriInput,\n output: NeonGetProjectConnectionUriOutput,\n});\n"],"mappings":";;AAgBA,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB4D,EAAE,OAAO;EACrE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,uGAAuG,CAAC,CAAC,SAAS;EAC/I,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS;EAC7K,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;EAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EACrD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mNAAmN,CAAC,CAAC,SAAS;EAC/P,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CACjH,CAAC,CAAC,CAAC,SAAS,8CASH;CACP,QAT6D,EAAE,OAAO,EACtE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,EACjG,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-project-endpoint-information.ts
|
|
4
|
+
const NeonGetProjectEndpointInformationInput = zod.z.object({ project_id: zod.z.string().describe("The unique identifier for a Neon project (e.g., 'calm-breeze-57229290'). Can be obtained from the projects list endpoint.") }).describe("Request schema for `GetProjectEndpointInformation`");
|
|
5
|
+
const NeonGetProjectEndpointInformation_EndpointSettingsSchema = zod.z.object({ pg_settings: zod.z.record(zod.z.string(), zod.z.unknown()).describe("PostgreSQL configuration settings for the endpoint.").nullable().optional() }).passthrough().describe("Settings for PostgreSQL configuration.");
|
|
6
|
+
const NeonGetProjectEndpointInformation_EndpointInfoSchema = zod.z.object({
|
|
7
|
+
id: zod.z.string().describe("The unique identifier of the compute endpoint (e.g., 'ep-purple-glade-aekpztjs')."),
|
|
8
|
+
host: zod.z.string().describe("The hostname of the compute endpoint for database connections."),
|
|
9
|
+
type: zod.z.string().describe("The endpoint type (e.g., 'read_write', 'read_only').").nullable().optional(),
|
|
10
|
+
disabled: zod.z.boolean().describe("Whether the endpoint is disabled.").nullable().optional(),
|
|
11
|
+
settings: NeonGetProjectEndpointInformation_EndpointSettingsSchema.nullable().optional(),
|
|
12
|
+
branch_id: zod.z.string().describe("The branch ID this endpoint is associated with."),
|
|
13
|
+
region_id: zod.z.string().describe("The AWS region where the endpoint is deployed (e.g., 'aws-us-east-2').").nullable().optional(),
|
|
14
|
+
created_at: zod.z.string().describe("Timestamp when the endpoint was created.").nullable().optional(),
|
|
15
|
+
project_id: zod.z.string().describe("The project ID this endpoint belongs to."),
|
|
16
|
+
proxy_host: zod.z.string().describe("The proxy host for the endpoint.").nullable().optional(),
|
|
17
|
+
updated_at: zod.z.string().describe("Timestamp when the endpoint was last updated.").nullable().optional(),
|
|
18
|
+
last_active: zod.z.string().describe("Timestamp of last activity on the endpoint.").nullable().optional(),
|
|
19
|
+
pooler_mode: zod.z.string().describe("Connection pooler mode (e.g., 'transaction').").nullable().optional(),
|
|
20
|
+
current_state: zod.z.string().describe("Current state of the endpoint (e.g., 'active', 'idle', 'suspended').").nullable().optional(),
|
|
21
|
+
pooler_enabled: zod.z.boolean().describe("Whether connection pooling is enabled.").nullable().optional(),
|
|
22
|
+
passwordless_access: zod.z.boolean().describe("Whether passwordless access is enabled.").nullable().optional(),
|
|
23
|
+
suspend_timeout_seconds: zod.z.number().int().describe("Timeout in seconds before the endpoint is suspended due to inactivity.").nullable().optional(),
|
|
24
|
+
autoscaling_limit_max_cu: zod.z.number().describe("Maximum compute units for autoscaling.").nullable().optional(),
|
|
25
|
+
autoscaling_limit_min_cu: zod.z.number().describe("Minimum compute units for autoscaling.").nullable().optional()
|
|
26
|
+
}).passthrough().describe("Information about a single Neon compute endpoint.");
|
|
27
|
+
const NeonGetProjectEndpointInformationOutput = zod.z.object({ endpoints: zod.z.array(NeonGetProjectEndpointInformation_EndpointInfoSchema).describe("List of compute endpoints associated with the project.").nullable().optional() }).passthrough().describe("Response schema for `GetProjectEndpointInformation`");
|
|
28
|
+
const neonGetProjectEndpointInformation = require_action.action("NEON_GET_PROJECT_ENDPOINT_INFORMATION", {
|
|
29
|
+
slug: "neon-get-project-endpoint-information",
|
|
30
|
+
name: "Get project endpoint information",
|
|
31
|
+
description: "Retrieves a list of all compute endpoints associated with a specific Neon project. Compute endpoints are the connection points for your Neon PostgreSQL databases. Use this action to get information about endpoint hosts, states, autoscaling settings, and connection pooling configuration. Each endpoint is associated with a branch and includes details like the hostname for database connections, current state (active/idle/suspended), compute unit limits, and region. This is useful for monitoring endpoint health, getting connection strings, or managing compute resources.",
|
|
32
|
+
input: NeonGetProjectEndpointInformationInput,
|
|
33
|
+
output: NeonGetProjectEndpointInformationOutput
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
exports.neonGetProjectEndpointInformation = neonGetProjectEndpointInformation;
|
|
37
|
+
|
|
38
|
+
//# sourceMappingURL=get-project-endpoint-information.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-project-endpoint-information.cjs","names":["z","action"],"sources":["../../src/actions/get-project-endpoint-information.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetProjectEndpointInformationInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The unique identifier for a Neon project (e.g., 'calm-breeze-57229290'). Can be obtained from the projects list endpoint.\"),\n}).describe(\"Request schema for `GetProjectEndpointInformation`\");\nconst NeonGetProjectEndpointInformation_EndpointSettingsSchema: z.ZodTypeAny = z.object({\n pg_settings: z.record(z.string(), z.unknown()).describe(\"PostgreSQL configuration settings for the endpoint.\").nullable().optional(),\n}).passthrough().describe(\"Settings for PostgreSQL configuration.\");\nconst NeonGetProjectEndpointInformation_EndpointInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the compute endpoint (e.g., 'ep-purple-glade-aekpztjs').\"),\n host: z.string().describe(\"The hostname of the compute endpoint for database connections.\"),\n type: z.string().describe(\"The endpoint type (e.g., 'read_write', 'read_only').\").nullable().optional(),\n disabled: z.boolean().describe(\"Whether the endpoint is disabled.\").nullable().optional(),\n settings: NeonGetProjectEndpointInformation_EndpointSettingsSchema.nullable().optional(),\n branch_id: z.string().describe(\"The branch ID this endpoint is associated with.\"),\n region_id: z.string().describe(\"The AWS region where the endpoint is deployed (e.g., 'aws-us-east-2').\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the endpoint was created.\").nullable().optional(),\n project_id: z.string().describe(\"The project ID this endpoint belongs to.\"),\n proxy_host: z.string().describe(\"The proxy host for the endpoint.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the endpoint was last updated.\").nullable().optional(),\n last_active: z.string().describe(\"Timestamp of last activity on the endpoint.\").nullable().optional(),\n pooler_mode: z.string().describe(\"Connection pooler mode (e.g., 'transaction').\").nullable().optional(),\n current_state: z.string().describe(\"Current state of the endpoint (e.g., 'active', 'idle', 'suspended').\").nullable().optional(),\n pooler_enabled: z.boolean().describe(\"Whether connection pooling is enabled.\").nullable().optional(),\n passwordless_access: z.boolean().describe(\"Whether passwordless access is enabled.\").nullable().optional(),\n suspend_timeout_seconds: z.number().int().describe(\"Timeout in seconds before the endpoint is suspended due to inactivity.\").nullable().optional(),\n autoscaling_limit_max_cu: z.number().describe(\"Maximum compute units for autoscaling.\").nullable().optional(),\n autoscaling_limit_min_cu: z.number().describe(\"Minimum compute units for autoscaling.\").nullable().optional(),\n}).passthrough().describe(\"Information about a single Neon compute endpoint.\");\nexport const NeonGetProjectEndpointInformationOutput: z.ZodTypeAny = z.object({\n endpoints: z.array(NeonGetProjectEndpointInformation_EndpointInfoSchema).describe(\"List of compute endpoints associated with the project.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `GetProjectEndpointInformation`\");\n\nexport const neonGetProjectEndpointInformation = action(\"NEON_GET_PROJECT_ENDPOINT_INFORMATION\", {\n slug: \"neon-get-project-endpoint-information\",\n name: \"Get project endpoint information\",\n description: \"Retrieves a list of all compute endpoints associated with a specific Neon project. Compute endpoints are the connection points for your Neon PostgreSQL databases. Use this action to get information about endpoint hosts, states, autoscaling settings, and connection pooling configuration. Each endpoint is associated with a branch and includes details like the hostname for database connections, current state (active/idle/suspended), compute unit limits, and region. This is useful for monitoring endpoint health, getting connection strings, or managing compute resources.\",\n input: NeonGetProjectEndpointInformationInput,\n output: NeonGetProjectEndpointInformationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,EAC7J,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,2DAAyEA,IAAAA,EAAE,OAAO,EACtF,aAAaA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACrI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;CAC3G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC1F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAU,yDAAyD,SAAS,CAAC,CAAC,SAAS;CACvF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC1E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,qBAAqBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjJ,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAC7E,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,EAC5E,WAAWA,IAAAA,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAE/E,MAAa,oCAAoCC,eAAAA,OAAO,yCAAyC;CAC/F,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/get-project-endpoint-information.d.ts
|
|
4
|
+
declare const NeonGetProjectEndpointInformationInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonGetProjectEndpointInformationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonGetProjectEndpointInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonGetProjectEndpointInformation };
|
|
9
|
+
//# sourceMappingURL=get-project-endpoint-information.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-project-endpoint-information.d.cts","names":[],"sources":["../../src/actions/get-project-endpoint-information.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEU;AAAA,cAyBpD,uCAAA,EAAyC,CAAA,CAAE,UAEwB;AAAA,cAEnE,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-project-endpoint-information.d.ts
|
|
4
|
+
declare const NeonGetProjectEndpointInformationInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonGetProjectEndpointInformationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonGetProjectEndpointInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonGetProjectEndpointInformation };
|
|
9
|
+
//# sourceMappingURL=get-project-endpoint-information.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-project-endpoint-information.d.mts","names":[],"sources":["../../src/actions/get-project-endpoint-information.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAEU;AAAA,cAyBpD,uCAAA,EAAyC,CAAA,CAAE,UAEwB;AAAA,cAEnE,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-project-endpoint-information.ts
|
|
4
|
+
const NeonGetProjectEndpointInformationInput = z.object({ project_id: z.string().describe("The unique identifier for a Neon project (e.g., 'calm-breeze-57229290'). Can be obtained from the projects list endpoint.") }).describe("Request schema for `GetProjectEndpointInformation`");
|
|
5
|
+
const NeonGetProjectEndpointInformation_EndpointSettingsSchema = z.object({ pg_settings: z.record(z.string(), z.unknown()).describe("PostgreSQL configuration settings for the endpoint.").nullable().optional() }).passthrough().describe("Settings for PostgreSQL configuration.");
|
|
6
|
+
const NeonGetProjectEndpointInformation_EndpointInfoSchema = z.object({
|
|
7
|
+
id: z.string().describe("The unique identifier of the compute endpoint (e.g., 'ep-purple-glade-aekpztjs')."),
|
|
8
|
+
host: z.string().describe("The hostname of the compute endpoint for database connections."),
|
|
9
|
+
type: z.string().describe("The endpoint type (e.g., 'read_write', 'read_only').").nullable().optional(),
|
|
10
|
+
disabled: z.boolean().describe("Whether the endpoint is disabled.").nullable().optional(),
|
|
11
|
+
settings: NeonGetProjectEndpointInformation_EndpointSettingsSchema.nullable().optional(),
|
|
12
|
+
branch_id: z.string().describe("The branch ID this endpoint is associated with."),
|
|
13
|
+
region_id: z.string().describe("The AWS region where the endpoint is deployed (e.g., 'aws-us-east-2').").nullable().optional(),
|
|
14
|
+
created_at: z.string().describe("Timestamp when the endpoint was created.").nullable().optional(),
|
|
15
|
+
project_id: z.string().describe("The project ID this endpoint belongs to."),
|
|
16
|
+
proxy_host: z.string().describe("The proxy host for the endpoint.").nullable().optional(),
|
|
17
|
+
updated_at: z.string().describe("Timestamp when the endpoint was last updated.").nullable().optional(),
|
|
18
|
+
last_active: z.string().describe("Timestamp of last activity on the endpoint.").nullable().optional(),
|
|
19
|
+
pooler_mode: z.string().describe("Connection pooler mode (e.g., 'transaction').").nullable().optional(),
|
|
20
|
+
current_state: z.string().describe("Current state of the endpoint (e.g., 'active', 'idle', 'suspended').").nullable().optional(),
|
|
21
|
+
pooler_enabled: z.boolean().describe("Whether connection pooling is enabled.").nullable().optional(),
|
|
22
|
+
passwordless_access: z.boolean().describe("Whether passwordless access is enabled.").nullable().optional(),
|
|
23
|
+
suspend_timeout_seconds: z.number().int().describe("Timeout in seconds before the endpoint is suspended due to inactivity.").nullable().optional(),
|
|
24
|
+
autoscaling_limit_max_cu: z.number().describe("Maximum compute units for autoscaling.").nullable().optional(),
|
|
25
|
+
autoscaling_limit_min_cu: z.number().describe("Minimum compute units for autoscaling.").nullable().optional()
|
|
26
|
+
}).passthrough().describe("Information about a single Neon compute endpoint.");
|
|
27
|
+
const neonGetProjectEndpointInformation = action("NEON_GET_PROJECT_ENDPOINT_INFORMATION", {
|
|
28
|
+
slug: "neon-get-project-endpoint-information",
|
|
29
|
+
name: "Get project endpoint information",
|
|
30
|
+
description: "Retrieves a list of all compute endpoints associated with a specific Neon project. Compute endpoints are the connection points for your Neon PostgreSQL databases. Use this action to get information about endpoint hosts, states, autoscaling settings, and connection pooling configuration. Each endpoint is associated with a branch and includes details like the hostname for database connections, current state (active/idle/suspended), compute unit limits, and region. This is useful for monitoring endpoint health, getting connection strings, or managing compute resources.",
|
|
31
|
+
input: NeonGetProjectEndpointInformationInput,
|
|
32
|
+
output: z.object({ endpoints: z.array(NeonGetProjectEndpointInformation_EndpointInfoSchema).describe("List of compute endpoints associated with the project.").nullable().optional() }).passthrough().describe("Response schema for `GetProjectEndpointInformation`")
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
export { neonGetProjectEndpointInformation };
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=get-project-endpoint-information.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-project-endpoint-information.mjs","names":[],"sources":["../../src/actions/get-project-endpoint-information.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetProjectEndpointInformationInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The unique identifier for a Neon project (e.g., 'calm-breeze-57229290'). Can be obtained from the projects list endpoint.\"),\n}).describe(\"Request schema for `GetProjectEndpointInformation`\");\nconst NeonGetProjectEndpointInformation_EndpointSettingsSchema: z.ZodTypeAny = z.object({\n pg_settings: z.record(z.string(), z.unknown()).describe(\"PostgreSQL configuration settings for the endpoint.\").nullable().optional(),\n}).passthrough().describe(\"Settings for PostgreSQL configuration.\");\nconst NeonGetProjectEndpointInformation_EndpointInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the compute endpoint (e.g., 'ep-purple-glade-aekpztjs').\"),\n host: z.string().describe(\"The hostname of the compute endpoint for database connections.\"),\n type: z.string().describe(\"The endpoint type (e.g., 'read_write', 'read_only').\").nullable().optional(),\n disabled: z.boolean().describe(\"Whether the endpoint is disabled.\").nullable().optional(),\n settings: NeonGetProjectEndpointInformation_EndpointSettingsSchema.nullable().optional(),\n branch_id: z.string().describe(\"The branch ID this endpoint is associated with.\"),\n region_id: z.string().describe(\"The AWS region where the endpoint is deployed (e.g., 'aws-us-east-2').\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the endpoint was created.\").nullable().optional(),\n project_id: z.string().describe(\"The project ID this endpoint belongs to.\"),\n proxy_host: z.string().describe(\"The proxy host for the endpoint.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the endpoint was last updated.\").nullable().optional(),\n last_active: z.string().describe(\"Timestamp of last activity on the endpoint.\").nullable().optional(),\n pooler_mode: z.string().describe(\"Connection pooler mode (e.g., 'transaction').\").nullable().optional(),\n current_state: z.string().describe(\"Current state of the endpoint (e.g., 'active', 'idle', 'suspended').\").nullable().optional(),\n pooler_enabled: z.boolean().describe(\"Whether connection pooling is enabled.\").nullable().optional(),\n passwordless_access: z.boolean().describe(\"Whether passwordless access is enabled.\").nullable().optional(),\n suspend_timeout_seconds: z.number().int().describe(\"Timeout in seconds before the endpoint is suspended due to inactivity.\").nullable().optional(),\n autoscaling_limit_max_cu: z.number().describe(\"Maximum compute units for autoscaling.\").nullable().optional(),\n autoscaling_limit_min_cu: z.number().describe(\"Minimum compute units for autoscaling.\").nullable().optional(),\n}).passthrough().describe(\"Information about a single Neon compute endpoint.\");\nexport const NeonGetProjectEndpointInformationOutput: z.ZodTypeAny = z.object({\n endpoints: z.array(NeonGetProjectEndpointInformation_EndpointInfoSchema).describe(\"List of compute endpoints associated with the project.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `GetProjectEndpointInformation`\");\n\nexport const neonGetProjectEndpointInformation = action(\"NEON_GET_PROJECT_ENDPOINT_INFORMATION\", {\n slug: \"neon-get-project-endpoint-information\",\n name: \"Get project endpoint information\",\n description: \"Retrieves a list of all compute endpoints associated with a specific Neon project. Compute endpoints are the connection points for your Neon PostgreSQL databases. Use this action to get information about endpoint hosts, states, autoscaling settings, and connection pooling configuration. Each endpoint is associated with a branch and includes details like the hostname for database connections, current state (active/idle/suspended), compute unit limits, and region. This is useful for monitoring endpoint health, getting connection strings, or managing compute resources.\",\n input: NeonGetProjectEndpointInformationInput,\n output: NeonGetProjectEndpointInformationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuD,EAAE,OAAO,EAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H,EAC7J,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,2DAAyE,EAAE,OAAO,EACtF,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACrI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,MAAM,uDAAqE,EAAE,OAAO;CAClF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;CAC3G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC1F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAU,yDAAyD,SAAS,CAAC,CAAC,SAAS;CACvF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC1E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,qBAAqB,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,yBAAyB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjJ,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAK7E,MAAa,oCAAoC,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmE,EAAE,OAAO,EAC5E,WAAW,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-project-operation-by-id.ts
|
|
4
|
+
const NeonGetProjectOperationByIdInput = zod.z.object({
|
|
5
|
+
project_id: zod.z.string().describe("The Neon project ID (e.g., 'dry-smoke-26258271'). Can be obtained from the list projects endpoint."),
|
|
6
|
+
operation_id: zod.z.string().describe("The unique identifier (UUID) of the operation to retrieve (e.g., 'f3bcadce-07ac-4c2f-8dae-182d02da1518'). Can be obtained from the list project operations endpoint.")
|
|
7
|
+
}).describe("Request schema for `GetProjectOperationById`");
|
|
8
|
+
const NeonGetProjectOperationById_OperationSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("A unique identifier for the operation"),
|
|
10
|
+
error: zod.z.string().describe("The error message if the operation failed").nullable().optional(),
|
|
11
|
+
action: zod.z.string().describe("The action performed by the operation"),
|
|
12
|
+
status: zod.z.string().describe("The status of the operation. Terminal statuses are: finished, skipped, and cancelled"),
|
|
13
|
+
retry_at: zod.z.string().describe("A timestamp indicating when the operation was last retried").nullable().optional(),
|
|
14
|
+
branch_id: zod.z.string().describe("The ID of the branch associated with the operation, if applicable").nullable().optional(),
|
|
15
|
+
created_at: zod.z.string().describe("A timestamp indicating when the operation was created"),
|
|
16
|
+
project_id: zod.z.string().describe("The ID of the project to which the operation belongs"),
|
|
17
|
+
updated_at: zod.z.string().describe("A timestamp indicating when the operation status was last updated"),
|
|
18
|
+
endpoint_id: zod.z.string().describe("The ID of the compute endpoint associated with the operation, if applicable").nullable().optional(),
|
|
19
|
+
failures_count: zod.z.number().int().describe("The number of times the operation failed"),
|
|
20
|
+
total_duration_ms: zod.z.number().int().describe("The total duration of the operation in milliseconds")
|
|
21
|
+
}).describe("Details of a Neon project operation.");
|
|
22
|
+
const NeonGetProjectOperationByIdOutput = zod.z.object({ operation: NeonGetProjectOperationById_OperationSchema.nullable() }).describe("Response schema for `GetProjectOperationById`");
|
|
23
|
+
const neonGetProjectOperationById = require_action.action("NEON_GET_PROJECT_OPERATION_BY_ID", {
|
|
24
|
+
slug: "neon-get-project-operation-by-id",
|
|
25
|
+
name: "Get project operation by id",
|
|
26
|
+
description: "Retrieves detailed information about a specific operation within a Neon serverless PostgreSQL project. Use this endpoint to check the status and details of operations such as compute start/suspend, branch creation/deletion, configuration changes, or timeline operations. This is useful for monitoring long-running tasks, verifying operation completion, or debugging failures. Requires both a project ID and operation ID. Returns operation details including status ('scheduling', 'running', 'finished', 'failed'), duration, and associated branch/endpoint IDs. This is a read-only endpoint.",
|
|
27
|
+
input: NeonGetProjectOperationByIdInput,
|
|
28
|
+
output: NeonGetProjectOperationByIdOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.neonGetProjectOperationById = neonGetProjectOperationById;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=get-project-operation-by-id.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-project-operation-by-id.cjs","names":["z","action"],"sources":["../../src/actions/get-project-operation-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetProjectOperationByIdInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The Neon project ID (e.g., 'dry-smoke-26258271'). Can be obtained from the list projects endpoint.\"),\n operation_id: z.string().describe(\"The unique identifier (UUID) of the operation to retrieve (e.g., 'f3bcadce-07ac-4c2f-8dae-182d02da1518'). Can be obtained from the list project operations endpoint.\"),\n}).describe(\"Request schema for `GetProjectOperationById`\");\nconst NeonGetProjectOperationById_OperationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A unique identifier for the operation\"),\n error: z.string().describe(\"The error message if the operation failed\").nullable().optional(),\n action: z.string().describe(\"The action performed by the operation\"),\n status: z.string().describe(\"The status of the operation. Terminal statuses are: finished, skipped, and cancelled\"),\n retry_at: z.string().describe(\"A timestamp indicating when the operation was last retried\").nullable().optional(),\n branch_id: z.string().describe(\"The ID of the branch associated with the operation, if applicable\").nullable().optional(),\n created_at: z.string().describe(\"A timestamp indicating when the operation was created\"),\n project_id: z.string().describe(\"The ID of the project to which the operation belongs\"),\n updated_at: z.string().describe(\"A timestamp indicating when the operation status was last updated\"),\n endpoint_id: z.string().describe(\"The ID of the compute endpoint associated with the operation, if applicable\").nullable().optional(),\n failures_count: z.number().int().describe(\"The number of times the operation failed\"),\n total_duration_ms: z.number().int().describe(\"The total duration of the operation in milliseconds\"),\n}).describe(\"Details of a Neon project operation.\");\nexport const NeonGetProjectOperationByIdOutput: z.ZodTypeAny = z.object({\n operation: NeonGetProjectOperationById_OperationSchema.nullable(),\n}).describe(\"Response schema for `GetProjectOperationById`\");\n\nexport const neonGetProjectOperationById = action(\"NEON_GET_PROJECT_OPERATION_BY_ID\", {\n slug: \"neon-get-project-operation-by-id\",\n name: \"Get project operation by id\",\n description: \"Retrieves detailed information about a specific operation within a Neon serverless PostgreSQL project. Use this endpoint to check the status and details of operations such as compute start/suspend, branch creation/deletion, configuration changes, or timeline operations. This is useful for monitoring long-running tasks, verifying operation completion, or debugging failures. Requires both a project ID and operation ID. Returns operation details including status ('scheduling', 'running', 'finished', 'failed'), duration, and associated branch/endpoint IDs. This is a read-only endpoint.\",\n input: NeonGetProjectOperationByIdInput,\n output: NeonGetProjectOperationByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG;CACpI,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sKAAsK;AAC1M,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CAClH,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACpF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;AACpG,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,WAAW,4CAA4C,SAAS,EAClE,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAE3D,MAAa,8BAA8BC,eAAAA,OAAO,oCAAoC;CACpF,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/get-project-operation-by-id.d.ts
|
|
4
|
+
declare const NeonGetProjectOperationByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonGetProjectOperationByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonGetProjectOperationById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonGetProjectOperationById };
|
|
9
|
+
//# sourceMappingURL=get-project-operation-by-id.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-project-operation-by-id.d.cts","names":[],"sources":["../../src/actions/get-project-operation-by-id.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAe9C,iCAAA,EAAmC,CAAA,CAAE,UAEU;AAAA,cAE/C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-project-operation-by-id.d.ts
|
|
4
|
+
declare const NeonGetProjectOperationByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonGetProjectOperationByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonGetProjectOperationById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonGetProjectOperationById };
|
|
9
|
+
//# sourceMappingURL=get-project-operation-by-id.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-project-operation-by-id.d.mts","names":[],"sources":["../../src/actions/get-project-operation-by-id.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAe9C,iCAAA,EAAmC,CAAA,CAAE,UAEU;AAAA,cAE/C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-project-operation-by-id.ts
|
|
4
|
+
const NeonGetProjectOperationByIdInput = z.object({
|
|
5
|
+
project_id: z.string().describe("The Neon project ID (e.g., 'dry-smoke-26258271'). Can be obtained from the list projects endpoint."),
|
|
6
|
+
operation_id: z.string().describe("The unique identifier (UUID) of the operation to retrieve (e.g., 'f3bcadce-07ac-4c2f-8dae-182d02da1518'). Can be obtained from the list project operations endpoint.")
|
|
7
|
+
}).describe("Request schema for `GetProjectOperationById`");
|
|
8
|
+
const NeonGetProjectOperationById_OperationSchema = z.object({
|
|
9
|
+
id: z.string().describe("A unique identifier for the operation"),
|
|
10
|
+
error: z.string().describe("The error message if the operation failed").nullable().optional(),
|
|
11
|
+
action: z.string().describe("The action performed by the operation"),
|
|
12
|
+
status: z.string().describe("The status of the operation. Terminal statuses are: finished, skipped, and cancelled"),
|
|
13
|
+
retry_at: z.string().describe("A timestamp indicating when the operation was last retried").nullable().optional(),
|
|
14
|
+
branch_id: z.string().describe("The ID of the branch associated with the operation, if applicable").nullable().optional(),
|
|
15
|
+
created_at: z.string().describe("A timestamp indicating when the operation was created"),
|
|
16
|
+
project_id: z.string().describe("The ID of the project to which the operation belongs"),
|
|
17
|
+
updated_at: z.string().describe("A timestamp indicating when the operation status was last updated"),
|
|
18
|
+
endpoint_id: z.string().describe("The ID of the compute endpoint associated with the operation, if applicable").nullable().optional(),
|
|
19
|
+
failures_count: z.number().int().describe("The number of times the operation failed"),
|
|
20
|
+
total_duration_ms: z.number().int().describe("The total duration of the operation in milliseconds")
|
|
21
|
+
}).describe("Details of a Neon project operation.");
|
|
22
|
+
const neonGetProjectOperationById = action("NEON_GET_PROJECT_OPERATION_BY_ID", {
|
|
23
|
+
slug: "neon-get-project-operation-by-id",
|
|
24
|
+
name: "Get project operation by id",
|
|
25
|
+
description: "Retrieves detailed information about a specific operation within a Neon serverless PostgreSQL project. Use this endpoint to check the status and details of operations such as compute start/suspend, branch creation/deletion, configuration changes, or timeline operations. This is useful for monitoring long-running tasks, verifying operation completion, or debugging failures. Requires both a project ID and operation ID. Returns operation details including status ('scheduling', 'running', 'finished', 'failed'), duration, and associated branch/endpoint IDs. This is a read-only endpoint.",
|
|
26
|
+
input: NeonGetProjectOperationByIdInput,
|
|
27
|
+
output: z.object({ operation: NeonGetProjectOperationById_OperationSchema.nullable() }).describe("Response schema for `GetProjectOperationById`")
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
export { neonGetProjectOperationById };
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=get-project-operation-by-id.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-project-operation-by-id.mjs","names":[],"sources":["../../src/actions/get-project-operation-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetProjectOperationByIdInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The Neon project ID (e.g., 'dry-smoke-26258271'). Can be obtained from the list projects endpoint.\"),\n operation_id: z.string().describe(\"The unique identifier (UUID) of the operation to retrieve (e.g., 'f3bcadce-07ac-4c2f-8dae-182d02da1518'). Can be obtained from the list project operations endpoint.\"),\n}).describe(\"Request schema for `GetProjectOperationById`\");\nconst NeonGetProjectOperationById_OperationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"A unique identifier for the operation\"),\n error: z.string().describe(\"The error message if the operation failed\").nullable().optional(),\n action: z.string().describe(\"The action performed by the operation\"),\n status: z.string().describe(\"The status of the operation. Terminal statuses are: finished, skipped, and cancelled\"),\n retry_at: z.string().describe(\"A timestamp indicating when the operation was last retried\").nullable().optional(),\n branch_id: z.string().describe(\"The ID of the branch associated with the operation, if applicable\").nullable().optional(),\n created_at: z.string().describe(\"A timestamp indicating when the operation was created\"),\n project_id: z.string().describe(\"The ID of the project to which the operation belongs\"),\n updated_at: z.string().describe(\"A timestamp indicating when the operation status was last updated\"),\n endpoint_id: z.string().describe(\"The ID of the compute endpoint associated with the operation, if applicable\").nullable().optional(),\n failures_count: z.number().int().describe(\"The number of times the operation failed\"),\n total_duration_ms: z.number().int().describe(\"The total duration of the operation in milliseconds\"),\n}).describe(\"Details of a Neon project operation.\");\nexport const NeonGetProjectOperationByIdOutput: z.ZodTypeAny = z.object({\n operation: NeonGetProjectOperationById_OperationSchema.nullable(),\n}).describe(\"Response schema for `GetProjectOperationById`\");\n\nexport const neonGetProjectOperationById = action(\"NEON_GET_PROJECT_OPERATION_BY_ID\", {\n slug: \"neon-get-project-operation-by-id\",\n name: \"Get project operation by id\",\n description: \"Retrieves detailed information about a specific operation within a Neon serverless PostgreSQL project. Use this endpoint to check the status and details of operations such as compute start/suspend, branch creation/deletion, configuration changes, or timeline operations. This is useful for monitoring long-running tasks, verifying operation completion, or debugging failures. Requires both a project ID and operation ID. Returns operation details including status ('scheduling', 'running', 'finished', 'failed'), duration, and associated branch/endpoint IDs. This is a read-only endpoint.\",\n input: NeonGetProjectOperationByIdInput,\n output: NeonGetProjectOperationByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG;CACpI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sKAAsK;AAC1M,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF;CAClH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACpF,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;AACpG,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAKlD,MAAa,8BAA8B,OAAO,oCAAoC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,WAAW,4CAA4C,SAAS,EAClE,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-schema-for-project-branch.ts
|
|
4
|
+
const NeonGetSchemaForProjectBranchInput = zod.z.object({
|
|
5
|
+
lsn: zod.z.string().describe("Optional Log Sequence Number (LSN) to retrieve the schema at a specific point in the WAL. Format: 'X/XXXXXXXX' (e.g., '0/1F79928'). If not specified, returns the current schema.").optional(),
|
|
6
|
+
db_name: zod.z.string().describe("Name of the database to retrieve schema for (e.g., 'neondb'). Can be obtained from the databases list for a branch."),
|
|
7
|
+
branch_id: zod.z.string().describe("The branch ID (e.g., 'br-lucky-water-afkw1lov'). Can be obtained from the branches list for a project."),
|
|
8
|
+
timestamp: zod.z.string().describe("Optional ISO 8601 timestamp to retrieve the schema at a specific point in time (e.g., '2025-07-26T17:44:06Z'). If not specified, returns the current schema.").optional(),
|
|
9
|
+
project_id: zod.z.string().describe("The Neon project ID (e.g., 'dry-smoke-26258271'). Can be obtained from the project list or project details.")
|
|
10
|
+
}).describe("Request schema for `GetSchemaForProjectBranch`");
|
|
11
|
+
const NeonGetSchemaForProjectBranchOutput = zod.z.object({ sql: zod.z.string().describe("The PostgreSQL database schema as SQL statements (pg_dump output). Contains CREATE TABLE, ALTER TABLE, CREATE INDEX statements and other DDL.") }).describe("Response schema for `GetSchemaForProjectBranch`");
|
|
12
|
+
const neonGetSchemaForProjectBranch = require_action.action("NEON_GET_SCHEMA_FOR_PROJECT_BRANCH", {
|
|
13
|
+
slug: "neon-get-schema-for-project-branch",
|
|
14
|
+
name: "Get schema for project branch",
|
|
15
|
+
description: "Retrieves the PostgreSQL database schema (DDL) for a specific database on a branch within a Neon project. Returns the schema as SQL statements (similar to pg_dump output), including CREATE TABLE, ALTER TABLE, CREATE INDEX, and other DDL statements. This is useful for understanding the database structure, comparing schemas between branches, or for documentation purposes. The schema can be retrieved at the current point in time or at a specific historical point using either an LSN or timestamp parameter. Note: The branch's compute endpoint must be active for this endpoint to work.",
|
|
16
|
+
input: NeonGetSchemaForProjectBranchInput,
|
|
17
|
+
output: NeonGetSchemaForProjectBranchOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.neonGetSchemaForProjectBranch = neonGetSchemaForProjectBranch;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=get-schema-for-project-branch.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-schema-for-project-branch.cjs","names":["z","action"],"sources":["../../src/actions/get-schema-for-project-branch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetSchemaForProjectBranchInput: z.ZodTypeAny = z.object({\n lsn: z.string().describe(\"Optional Log Sequence Number (LSN) to retrieve the schema at a specific point in the WAL. Format: 'X/XXXXXXXX' (e.g., '0/1F79928'). If not specified, returns the current schema.\").optional(),\n db_name: z.string().describe(\"Name of the database to retrieve schema for (e.g., 'neondb'). Can be obtained from the databases list for a branch.\"),\n branch_id: z.string().describe(\"The branch ID (e.g., 'br-lucky-water-afkw1lov'). Can be obtained from the branches list for a project.\"),\n timestamp: z.string().describe(\"Optional ISO 8601 timestamp to retrieve the schema at a specific point in time (e.g., '2025-07-26T17:44:06Z'). If not specified, returns the current schema.\").optional(),\n project_id: z.string().describe(\"The Neon project ID (e.g., 'dry-smoke-26258271'). Can be obtained from the project list or project details.\"),\n}).describe(\"Request schema for `GetSchemaForProjectBranch`\");\nexport const NeonGetSchemaForProjectBranchOutput: z.ZodTypeAny = z.object({\n sql: z.string().describe(\"The PostgreSQL database schema as SQL statements (pg_dump output). Contains CREATE TABLE, ALTER TABLE, CREATE INDEX statements and other DDL.\"),\n}).describe(\"Response schema for `GetSchemaForProjectBranch`\");\n\nexport const neonGetSchemaForProjectBranch = action(\"NEON_GET_SCHEMA_FOR_PROJECT_BRANCH\", {\n slug: \"neon-get-schema-for-project-branch\",\n name: \"Get schema for project branch\",\n description: \"Retrieves the PostgreSQL database schema (DDL) for a specific database on a branch within a Neon project. Returns the schema as SQL statements (similar to pg_dump output), including CREATE TABLE, ALTER TABLE, CREATE INDEX, and other DDL statements. This is useful for understanding the database structure, comparing schemas between branches, or for documentation purposes. The schema can be retrieved at the current point in time or at a specific historical point using either an LSN or timestamp parameter. Note: The branch's compute endpoint must be active for this endpoint to work.\",\n input: NeonGetSchemaForProjectBranchInput,\n output: NeonGetSchemaForProjectBranchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mLAAmL,CAAC,CAAC,SAAS;CACvN,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH;CAClJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG;CACvI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8JAA8J,CAAC,CAAC,SAAS;CACxM,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G;AAC/I,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I,EAC1K,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,gCAAgCC,eAAAA,OAAO,sCAAsC;CACxF,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/get-schema-for-project-branch.d.ts
|
|
4
|
+
declare const NeonGetSchemaForProjectBranchInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonGetSchemaForProjectBranchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonGetSchemaForProjectBranch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonGetSchemaForProjectBranch };
|
|
9
|
+
//# sourceMappingURL=get-schema-for-project-branch.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-schema-for-project-branch.d.cts","names":[],"sources":["../../src/actions/get-schema-for-project-branch.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAMU;AAAA,cAChD,mCAAA,EAAqC,CAAA,CAAE,UAEU;AAAA,cAEjD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-schema-for-project-branch.d.ts
|
|
4
|
+
declare const NeonGetSchemaForProjectBranchInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonGetSchemaForProjectBranchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonGetSchemaForProjectBranch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonGetSchemaForProjectBranch };
|
|
9
|
+
//# sourceMappingURL=get-schema-for-project-branch.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-schema-for-project-branch.d.mts","names":[],"sources":["../../src/actions/get-schema-for-project-branch.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAMU;AAAA,cAChD,mCAAA,EAAqC,CAAA,CAAE,UAEU;AAAA,cAEjD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const neonGetSchemaForProjectBranch = action("NEON_GET_SCHEMA_FOR_PROJECT_BRANCH", {
|
|
4
|
+
slug: "neon-get-schema-for-project-branch",
|
|
5
|
+
name: "Get schema for project branch",
|
|
6
|
+
description: "Retrieves the PostgreSQL database schema (DDL) for a specific database on a branch within a Neon project. Returns the schema as SQL statements (similar to pg_dump output), including CREATE TABLE, ALTER TABLE, CREATE INDEX, and other DDL statements. This is useful for understanding the database structure, comparing schemas between branches, or for documentation purposes. The schema can be retrieved at the current point in time or at a specific historical point using either an LSN or timestamp parameter. Note: The branch's compute endpoint must be active for this endpoint to work.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
lsn: z.string().describe("Optional Log Sequence Number (LSN) to retrieve the schema at a specific point in the WAL. Format: 'X/XXXXXXXX' (e.g., '0/1F79928'). If not specified, returns the current schema.").optional(),
|
|
9
|
+
db_name: z.string().describe("Name of the database to retrieve schema for (e.g., 'neondb'). Can be obtained from the databases list for a branch."),
|
|
10
|
+
branch_id: z.string().describe("The branch ID (e.g., 'br-lucky-water-afkw1lov'). Can be obtained from the branches list for a project."),
|
|
11
|
+
timestamp: z.string().describe("Optional ISO 8601 timestamp to retrieve the schema at a specific point in time (e.g., '2025-07-26T17:44:06Z'). If not specified, returns the current schema.").optional(),
|
|
12
|
+
project_id: z.string().describe("The Neon project ID (e.g., 'dry-smoke-26258271'). Can be obtained from the project list or project details.")
|
|
13
|
+
}).describe("Request schema for `GetSchemaForProjectBranch`"),
|
|
14
|
+
output: z.object({ sql: z.string().describe("The PostgreSQL database schema as SQL statements (pg_dump output). Contains CREATE TABLE, ALTER TABLE, CREATE INDEX statements and other DDL.") }).describe("Response schema for `GetSchemaForProjectBranch`")
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { neonGetSchemaForProjectBranch };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=get-schema-for-project-branch.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-schema-for-project-branch.mjs","names":[],"sources":["../../src/actions/get-schema-for-project-branch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetSchemaForProjectBranchInput: z.ZodTypeAny = z.object({\n lsn: z.string().describe(\"Optional Log Sequence Number (LSN) to retrieve the schema at a specific point in the WAL. Format: 'X/XXXXXXXX' (e.g., '0/1F79928'). If not specified, returns the current schema.\").optional(),\n db_name: z.string().describe(\"Name of the database to retrieve schema for (e.g., 'neondb'). Can be obtained from the databases list for a branch.\"),\n branch_id: z.string().describe(\"The branch ID (e.g., 'br-lucky-water-afkw1lov'). Can be obtained from the branches list for a project.\"),\n timestamp: z.string().describe(\"Optional ISO 8601 timestamp to retrieve the schema at a specific point in time (e.g., '2025-07-26T17:44:06Z'). If not specified, returns the current schema.\").optional(),\n project_id: z.string().describe(\"The Neon project ID (e.g., 'dry-smoke-26258271'). Can be obtained from the project list or project details.\"),\n}).describe(\"Request schema for `GetSchemaForProjectBranch`\");\nexport const NeonGetSchemaForProjectBranchOutput: z.ZodTypeAny = z.object({\n sql: z.string().describe(\"The PostgreSQL database schema as SQL statements (pg_dump output). Contains CREATE TABLE, ALTER TABLE, CREATE INDEX statements and other DDL.\"),\n}).describe(\"Response schema for `GetSchemaForProjectBranch`\");\n\nexport const neonGetSchemaForProjectBranch = action(\"NEON_GET_SCHEMA_FOR_PROJECT_BRANCH\", {\n slug: \"neon-get-schema-for-project-branch\",\n name: \"Get schema for project branch\",\n description: \"Retrieves the PostgreSQL database schema (DDL) for a specific database on a branch within a Neon project. Returns the schema as SQL statements (similar to pg_dump output), including CREATE TABLE, ALTER TABLE, CREATE INDEX, and other DDL statements. This is useful for understanding the database structure, comparing schemas between branches, or for documentation purposes. The schema can be retrieved at the current point in time or at a specific historical point using either an LSN or timestamp parameter. Note: The branch's compute endpoint must be active for this endpoint to work.\",\n input: NeonGetSchemaForProjectBranchInput,\n output: NeonGetSchemaForProjectBranchOutput,\n});\n"],"mappings":";;AAeA,MAAa,gCAAgC,OAAO,sCAAsC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAf8D,EAAE,OAAO;EACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,mLAAmL,CAAC,CAAC,SAAS;EACvN,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH;EAClJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG;EACvI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8JAA8J,CAAC,CAAC,SAAS;EACxM,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G;CAC/I,CAAC,CAAC,CAAC,SAAS,gDASH;CACP,QAT+D,EAAE,OAAO,EACxE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+IAA+I,EAC1K,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-user-organizations.ts
|
|
4
|
+
const NeonGetUserOrganizationsInput = zod.z.object({}).describe("Request schema for `GetUserOrganizations`");
|
|
5
|
+
const NeonGetUserOrganizations_OrganizationSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("The unique organization identifier (e.g., 'org-holy-recipe-01602027').").nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("The display name of the organization.").nullable().optional(),
|
|
8
|
+
plan: zod.z.string().describe("The subscription plan of the organization (e.g., 'free', 'business', 'scale').").nullable().optional(),
|
|
9
|
+
handle: zod.z.string().describe("A URL-friendly identifier/slug for the organization.").nullable().optional(),
|
|
10
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the organization was created.").nullable().optional(),
|
|
11
|
+
managed_by: zod.z.string().describe("How the organization is managed (e.g., 'console' for Neon Console management).").nullable().optional(),
|
|
12
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the organization was last updated.").nullable().optional()
|
|
13
|
+
}).describe("Details of a Neon organization the user is a member of.");
|
|
14
|
+
const NeonGetUserOrganizationsOutput = zod.z.object({ organizations: zod.z.array(NeonGetUserOrganizations_OrganizationSchema).describe("List of organizations the authenticated user is a member of.").nullable().optional() }).describe("Response schema for `GetUserOrganizations`");
|
|
15
|
+
const neonGetUserOrganizations = require_action.action("NEON_GET_USER_ORGANIZATIONS", {
|
|
16
|
+
slug: "neon-get-user-organizations",
|
|
17
|
+
name: "Get user organizations",
|
|
18
|
+
description: "Retrieves a list of organizations associated with the currently authenticated user in the Neon platform. This endpoint allows users to view all the organizations they are a member of, providing essential information for managing multi-organization access and permissions. It should be used when a user needs to identify their organizational affiliations or when an application needs to determine a user's organization memberships for access control or data segregation purposes. The endpoint does not modify any data and is safe for frequent calls. Note that it only returns organizations the user is actively a member of and won't include pending invitations or previously left organizations.",
|
|
19
|
+
input: NeonGetUserOrganizationsInput,
|
|
20
|
+
output: NeonGetUserOrganizationsOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.neonGetUserOrganizations = neonGetUserOrganizations;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=get-user-organizations.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-user-organizations.cjs","names":["z","action"],"sources":["../../src/actions/get-user-organizations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetUserOrganizationsInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `GetUserOrganizations`\");\nconst NeonGetUserOrganizations_OrganizationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique organization identifier (e.g., 'org-holy-recipe-01602027').\").nullable().optional(),\n name: z.string().describe(\"The display name of the organization.\").nullable().optional(),\n plan: z.string().describe(\"The subscription plan of the organization (e.g., 'free', 'business', 'scale').\").nullable().optional(),\n handle: z.string().describe(\"A URL-friendly identifier/slug for the organization.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the organization was created.\").nullable().optional(),\n managed_by: z.string().describe(\"How the organization is managed (e.g., 'console' for Neon Console management).\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the organization was last updated.\").nullable().optional(),\n}).describe(\"Details of a Neon organization the user is a member of.\");\nexport const NeonGetUserOrganizationsOutput: z.ZodTypeAny = z.object({\n organizations: z.array(NeonGetUserOrganizations_OrganizationSchema).describe(\"List of organizations the authenticated user is a member of.\").nullable().optional(),\n}).describe(\"Response schema for `GetUserOrganizations`\");\n\nexport const neonGetUserOrganizations = action(\"NEON_GET_USER_ORGANIZATIONS\", {\n slug: \"neon-get-user-organizations\",\n name: \"Get user organizations\",\n description: \"Retrieves a list of organizations associated with the currently authenticated user in the Neon platform. This endpoint allows users to view all the organizations they are a member of, providing essential information for managing multi-organization access and permissions. It should be used when a user needs to identify their organizational affiliations or when an application needs to determine a user's organization memberships for access control or data segregation purposes. The endpoint does not modify any data and is safe for frequent calls. Note that it only returns organizations the user is actively a member of and won't include pending invitations or previously left organizations.\",\n input: NeonGetUserOrganizationsInput,\n output: NeonGetUserOrganizationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAC5H,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,eAAeA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnK,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,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/get-user-organizations.d.ts
|
|
4
|
+
declare const NeonGetUserOrganizationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonGetUserOrganizationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonGetUserOrganizations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonGetUserOrganizations };
|
|
9
|
+
//# sourceMappingURL=get-user-organizations.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-user-organizations.d.cts","names":[],"sources":["../../src/actions/get-user-organizations.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAA+E;AAAA,cAUhH,8BAAA,EAAgC,CAAA,CAAE,UAEU;AAAA,cAE5C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-user-organizations.d.ts
|
|
4
|
+
declare const NeonGetUserOrganizationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonGetUserOrganizationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonGetUserOrganizations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonGetUserOrganizations };
|
|
9
|
+
//# sourceMappingURL=get-user-organizations.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-user-organizations.d.mts","names":[],"sources":["../../src/actions/get-user-organizations.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAA+E;AAAA,cAUhH,8BAAA,EAAgC,CAAA,CAAE,UAEU;AAAA,cAE5C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-user-organizations.ts
|
|
4
|
+
const NeonGetUserOrganizationsInput = z.object({}).describe("Request schema for `GetUserOrganizations`");
|
|
5
|
+
const NeonGetUserOrganizations_OrganizationSchema = z.object({
|
|
6
|
+
id: z.string().describe("The unique organization identifier (e.g., 'org-holy-recipe-01602027').").nullable().optional(),
|
|
7
|
+
name: z.string().describe("The display name of the organization.").nullable().optional(),
|
|
8
|
+
plan: z.string().describe("The subscription plan of the organization (e.g., 'free', 'business', 'scale').").nullable().optional(),
|
|
9
|
+
handle: z.string().describe("A URL-friendly identifier/slug for the organization.").nullable().optional(),
|
|
10
|
+
created_at: z.string().describe("ISO 8601 timestamp when the organization was created.").nullable().optional(),
|
|
11
|
+
managed_by: z.string().describe("How the organization is managed (e.g., 'console' for Neon Console management).").nullable().optional(),
|
|
12
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the organization was last updated.").nullable().optional()
|
|
13
|
+
}).describe("Details of a Neon organization the user is a member of.");
|
|
14
|
+
const neonGetUserOrganizations = action("NEON_GET_USER_ORGANIZATIONS", {
|
|
15
|
+
slug: "neon-get-user-organizations",
|
|
16
|
+
name: "Get user organizations",
|
|
17
|
+
description: "Retrieves a list of organizations associated with the currently authenticated user in the Neon platform. This endpoint allows users to view all the organizations they are a member of, providing essential information for managing multi-organization access and permissions. It should be used when a user needs to identify their organizational affiliations or when an application needs to determine a user's organization memberships for access control or data segregation purposes. The endpoint does not modify any data and is safe for frequent calls. Note that it only returns organizations the user is actively a member of and won't include pending invitations or previously left organizations.",
|
|
18
|
+
input: NeonGetUserOrganizationsInput,
|
|
19
|
+
output: z.object({ organizations: z.array(NeonGetUserOrganizations_OrganizationSchema).describe("List of organizations the authenticated user is a member of.").nullable().optional() }).describe("Response schema for `GetUserOrganizations`")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { neonGetUserOrganizations };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=get-user-organizations.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-user-organizations.mjs","names":[],"sources":["../../src/actions/get-user-organizations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetUserOrganizationsInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `GetUserOrganizations`\");\nconst NeonGetUserOrganizations_OrganizationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique organization identifier (e.g., 'org-holy-recipe-01602027').\").nullable().optional(),\n name: z.string().describe(\"The display name of the organization.\").nullable().optional(),\n plan: z.string().describe(\"The subscription plan of the organization (e.g., 'free', 'business', 'scale').\").nullable().optional(),\n handle: z.string().describe(\"A URL-friendly identifier/slug for the organization.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the organization was created.\").nullable().optional(),\n managed_by: z.string().describe(\"How the organization is managed (e.g., 'console' for Neon Console management).\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when the organization was last updated.\").nullable().optional(),\n}).describe(\"Details of a Neon organization the user is a member of.\");\nexport const NeonGetUserOrganizationsOutput: z.ZodTypeAny = z.object({\n organizations: z.array(NeonGetUserOrganizations_OrganizationSchema).describe(\"List of organizations the authenticated user is a member of.\").nullable().optional(),\n}).describe(\"Response schema for `GetUserOrganizations`\");\n\nexport const neonGetUserOrganizations = action(\"NEON_GET_USER_ORGANIZATIONS\", {\n slug: \"neon-get-user-organizations\",\n name: \"Get user organizations\",\n description: \"Retrieves a list of organizations associated with the currently authenticated user in the Neon platform. This endpoint allows users to view all the organizations they are a member of, providing essential information for managing multi-organization access and permissions. It should be used when a user needs to identify their organizational affiliations or when an application needs to determine a user's organization memberships for access control or data segregation purposes. The endpoint does not modify any data and is safe for frequent calls. Note that it only returns organizations the user is actively a member of and won't include pending invitations or previously left organizations.\",\n input: NeonGetUserOrganizationsInput,\n output: NeonGetUserOrganizationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAC5H,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAKrE,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT0D,EAAE,OAAO,EACnE,eAAe,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnK,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-vpc-region-endpoints.ts
|
|
4
|
+
const NeonGetVpcRegionEndpointsInput = zod.z.object({
|
|
5
|
+
org_id: zod.z.string().describe("The Neon organization ID"),
|
|
6
|
+
region_id: zod.z.string().describe("The Neon region ID")
|
|
7
|
+
}).describe("Request schema for `GetVpcRegionEndpoints`");
|
|
8
|
+
const NeonGetVpcRegionEndpoints_VpcEndpointSchema = zod.z.object({
|
|
9
|
+
state: zod.z.string().describe("Current state of the VPC endpoint (e.g., 'new', 'active', 'deleted')"),
|
|
10
|
+
org_id: zod.z.string().describe("Organization identifier that the VPC endpoint is assigned to").nullable().optional(),
|
|
11
|
+
region_id: zod.z.string().describe("AWS region identifier where the VPC endpoint is located (e.g., aws-us-east-1, aws-us-east-2)"),
|
|
12
|
+
created_at: zod.z.string().describe("Timestamp when the VPC endpoint was created").nullable().optional(),
|
|
13
|
+
updated_at: zod.z.string().describe("Timestamp when the VPC endpoint was last updated").nullable().optional(),
|
|
14
|
+
vpc_endpoint_id: zod.z.string().describe("Unique identifier of the VPC endpoint in AWS format (e.g., vpce-1234567890abcdef0)"),
|
|
15
|
+
num_restricted_projects: zod.z.number().int().describe("Number of projects that have VPC endpoint restrictions configured").nullable().optional(),
|
|
16
|
+
example_restricted_projects: zod.z.array(zod.z.string()).describe("List of example project identifiers that have VPC endpoint restrictions").nullable().optional()
|
|
17
|
+
}).describe("VPC endpoint details");
|
|
18
|
+
const NeonGetVpcRegionEndpointsOutput = zod.z.object({ vpc_endpoints: zod.z.array(NeonGetVpcRegionEndpoints_VpcEndpointSchema).describe("List of VPC endpoints for the specified organization and region") }).describe("Response schema for `GetVpcRegionEndpoints`");
|
|
19
|
+
const neonGetVpcRegionEndpoints = require_action.action("NEON_GET_VPC_REGION_ENDPOINTS", {
|
|
20
|
+
slug: "neon-get-vpc-region-endpoints",
|
|
21
|
+
name: "Get vpc region endpoints",
|
|
22
|
+
description: "Retrieves a list of VPC endpoints for a specified organization within a particular AWS region. This endpoint allows developers to obtain information about the virtual network interfaces that enable private communication between a VPC and supported AWS services. It should be used when you need to audit, manage, or gather information about the existing VPC endpoints in a specific organizational context and geographic location. The endpoint provides a comprehensive view of how the organization's VPC is connected to various AWS services, which is crucial for network architecture planning and security audits. Note that this endpoint only lists the VPC endpoints; it does not provide detailed configuration information or allow for modifications to the endpoints.",
|
|
23
|
+
input: NeonGetVpcRegionEndpointsInput,
|
|
24
|
+
output: NeonGetVpcRegionEndpointsOutput
|
|
25
|
+
});
|
|
26
|
+
//#endregion
|
|
27
|
+
exports.neonGetVpcRegionEndpoints = neonGetVpcRegionEndpoints;
|
|
28
|
+
|
|
29
|
+
//# sourceMappingURL=get-vpc-region-endpoints.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-vpc-region-endpoints.cjs","names":["z","action"],"sources":["../../src/actions/get-vpc-region-endpoints.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonGetVpcRegionEndpointsInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID\"),\n region_id: z.string().describe(\"The Neon region ID\"),\n}).describe(\"Request schema for `GetVpcRegionEndpoints`\");\nconst NeonGetVpcRegionEndpoints_VpcEndpointSchema: z.ZodTypeAny = z.object({\n state: z.string().describe(\"Current state of the VPC endpoint (e.g., 'new', 'active', 'deleted')\"),\n org_id: z.string().describe(\"Organization identifier that the VPC endpoint is assigned to\").nullable().optional(),\n region_id: z.string().describe(\"AWS region identifier where the VPC endpoint is located (e.g., aws-us-east-1, aws-us-east-2)\"),\n created_at: z.string().describe(\"Timestamp when the VPC endpoint was created\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the VPC endpoint was last updated\").nullable().optional(),\n vpc_endpoint_id: z.string().describe(\"Unique identifier of the VPC endpoint in AWS format (e.g., vpce-1234567890abcdef0)\"),\n num_restricted_projects: z.number().int().describe(\"Number of projects that have VPC endpoint restrictions configured\").nullable().optional(),\n example_restricted_projects: z.array(z.string()).describe(\"List of example project identifiers that have VPC endpoint restrictions\").nullable().optional(),\n}).describe(\"VPC endpoint details\");\nexport const NeonGetVpcRegionEndpointsOutput: z.ZodTypeAny = z.object({\n vpc_endpoints: z.array(NeonGetVpcRegionEndpoints_VpcEndpointSchema).describe(\"List of VPC endpoints for the specified organization and region\"),\n}).describe(\"Response schema for `GetVpcRegionEndpoints`\");\n\nexport const neonGetVpcRegionEndpoints = action(\"NEON_GET_VPC_REGION_ENDPOINTS\", {\n slug: \"neon-get-vpc-region-endpoints\",\n name: \"Get vpc region endpoints\",\n description: \"Retrieves a list of VPC endpoints for a specified organization within a particular AWS region. This endpoint allows developers to obtain information about the virtual network interfaces that enable private communication between a VPC and supported AWS services. It should be used when you need to audit, manage, or gather information about the existing VPC endpoints in a specific organizational context and geographic location. The endpoint provides a comprehensive view of how the organization's VPC is connected to various AWS services, which is crucial for network architecture planning and security audits. Note that this endpoint only lists the VPC endpoints; it does not provide detailed configuration information or allow for modifications to the endpoints.\",\n input: NeonGetVpcRegionEndpointsInput,\n output: NeonGetVpcRegionEndpointsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACtD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;AACrD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;CACjG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F;CAC7H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF;CACzH,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5I,6BAA6BA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3J,CAAC,CAAC,CAAC,SAAS,sBAAsB;AAClC,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,eAAeA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,iEAAiE,EAChJ,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,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/get-vpc-region-endpoints.d.ts
|
|
4
|
+
declare const NeonGetVpcRegionEndpointsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonGetVpcRegionEndpointsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonGetVpcRegionEndpoints: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonGetVpcRegionEndpoints };
|
|
9
|
+
//# sourceMappingURL=get-vpc-region-endpoints.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-vpc-region-endpoints.d.cts","names":[],"sources":["../../src/actions/get-vpc-region-endpoints.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGU;AAAA,cAW5C,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAE7C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-vpc-region-endpoints.d.ts
|
|
4
|
+
declare const NeonGetVpcRegionEndpointsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonGetVpcRegionEndpointsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonGetVpcRegionEndpoints: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonGetVpcRegionEndpoints };
|
|
9
|
+
//# sourceMappingURL=get-vpc-region-endpoints.d.mts.map
|