@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,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-branch-database-details.ts
|
|
4
|
+
const NeonRetrieveBranchDatabaseDetailsInput = z.object({
|
|
5
|
+
branch_id: z.string().describe("The branch ID"),
|
|
6
|
+
project_id: z.string().describe("The Neon project ID"),
|
|
7
|
+
database_name: z.string().describe("The database name")
|
|
8
|
+
}).describe("Request schema for `RetrieveBranchDatabaseDetails`");
|
|
9
|
+
const NeonRetrieveBranchDatabaseDetails_DatabaseSchema = z.object({
|
|
10
|
+
id: z.number().int().describe("Database identifier."),
|
|
11
|
+
name: z.string().describe("The database name."),
|
|
12
|
+
branch_id: z.string().describe("Associated branch identifier.").nullable().optional(),
|
|
13
|
+
created_at: z.string().describe("Timestamp of database creation.").nullable().optional(),
|
|
14
|
+
owner_name: z.string().describe("The role name of the database owner."),
|
|
15
|
+
updated_at: z.string().describe("Timestamp of last modification.").nullable().optional()
|
|
16
|
+
}).describe("Database object containing detailed information about the retrieved database.");
|
|
17
|
+
const neonRetrieveBranchDatabaseDetails = action("NEON_RETRIEVE_BRANCH_DATABASE_DETAILS", {
|
|
18
|
+
slug: "neon-retrieve-branch-database-details",
|
|
19
|
+
name: "Retrieve branch database details",
|
|
20
|
+
description: "Retrieves detailed information about a specific database within a Neon project and branch. This endpoint allows developers to fetch crucial metadata and configuration details for a given database, enabling them to monitor and manage their database resources effectively. It should be used when you need to inspect the current state, settings, or properties of a particular database in your Neon environment. The endpoint provides a snapshot of the database's characteristics but does not modify any data or settings.",
|
|
21
|
+
input: NeonRetrieveBranchDatabaseDetailsInput,
|
|
22
|
+
output: z.object({ database: NeonRetrieveBranchDatabaseDetails_DatabaseSchema.nullable() }).describe("Response schema for `RetrieveBranchDatabaseDetails`")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { neonRetrieveBranchDatabaseDetails };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=retrieve-branch-database-details.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-branch-database-details.mjs","names":[],"sources":["../../src/actions/retrieve-branch-database-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveBranchDatabaseDetailsInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The branch ID\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n database_name: z.string().describe(\"The database name\"),\n}).describe(\"Request schema for `RetrieveBranchDatabaseDetails`\");\nconst NeonRetrieveBranchDatabaseDetails_DatabaseSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Database identifier.\"),\n name: z.string().describe(\"The database name.\"),\n branch_id: z.string().describe(\"Associated branch identifier.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of database creation.\").nullable().optional(),\n owner_name: z.string().describe(\"The role name of the database owner.\"),\n updated_at: z.string().describe(\"Timestamp of last modification.\").nullable().optional(),\n}).describe(\"Database object containing detailed information about the retrieved database.\");\nexport const NeonRetrieveBranchDatabaseDetailsOutput: z.ZodTypeAny = z.object({\n database: NeonRetrieveBranchDatabaseDetails_DatabaseSchema.nullable(),\n}).describe(\"Response schema for `RetrieveBranchDatabaseDetails`\");\n\nexport const neonRetrieveBranchDatabaseDetails = action(\"NEON_RETRIEVE_BRANCH_DATABASE_DETAILS\", {\n slug: \"neon-retrieve-branch-database-details\",\n name: \"Retrieve branch database details\",\n description: \"Retrieves detailed information about a specific database within a Neon project and branch. This endpoint allows developers to fetch crucial metadata and configuration details for a given database, enabling them to monitor and manage their database resources effectively. It should be used when you need to inspect the current state, settings, or properties of a particular database in your Neon environment. The endpoint provides a snapshot of the database's characteristics but does not modify any data or settings.\",\n input: NeonRetrieveBranchDatabaseDetailsInput,\n output: NeonRetrieveBranchDatabaseDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuD,EAAE,OAAO;CAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CAC9C,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACrD,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;AACxD,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAK3F,MAAa,oCAAoC,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATmE,EAAE,OAAO,EAC5E,UAAU,iDAAiD,SAAS,EACtE,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-branch-endpoints.ts
|
|
4
|
+
const NeonRetrieveBranchEndpointsInput = zod.z.object({
|
|
5
|
+
branch_id: zod.z.string().describe("The unique branch ID (e.g., 'br-lucky-water-afkw1lov'). Can be obtained from the list branches API or Neon console."),
|
|
6
|
+
project_id: zod.z.string().describe("The unique Neon project ID (e.g., 'dry-smoke-26258271'). Can be found in the Neon console URL or via the list projects API.")
|
|
7
|
+
}).describe("Request schema for `RetrieveBranchEndpoints`");
|
|
8
|
+
const NeonRetrieveBranchEndpoints_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 a compute endpoint.");
|
|
9
|
+
const NeonRetrieveBranchEndpoints_EndpointItemSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("The unique identifier for the compute endpoint (e.g., 'ep-patient-morning-afvkyj5f')."),
|
|
11
|
+
host: zod.z.string().describe("The hostname for connecting to the endpoint (e.g., 'ep-patient-morning-afvkyj5f.c-2.us-west-2.aws.neon.tech')."),
|
|
12
|
+
type: zod.z.string().describe("The endpoint type. Typically 'read_write' for primary endpoints."),
|
|
13
|
+
disabled: zod.z.boolean().describe("Whether the endpoint is disabled.").nullable().optional(),
|
|
14
|
+
settings: NeonRetrieveBranchEndpoints_EndpointSettingsSchema.nullable().optional(),
|
|
15
|
+
branch_id: zod.z.string().describe("The branch ID this endpoint is associated with."),
|
|
16
|
+
region_id: zod.z.string().describe("The AWS region where the endpoint is deployed (e.g., 'aws-us-west-2')."),
|
|
17
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the endpoint was created.").nullable().optional(),
|
|
18
|
+
project_id: zod.z.string().describe("The Neon project ID this endpoint belongs to."),
|
|
19
|
+
proxy_host: zod.z.string().describe("The proxy host for the endpoint.").nullable().optional(),
|
|
20
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when the endpoint was last updated.").nullable().optional(),
|
|
21
|
+
last_active: zod.z.string().describe("ISO 8601 timestamp when the endpoint was last active.").nullable().optional(),
|
|
22
|
+
pooler_mode: zod.z.string().describe("Connection pooling mode (e.g., 'transaction').").nullable().optional(),
|
|
23
|
+
current_state: zod.z.string().describe("The current state of the endpoint (e.g., 'active', 'idle', 'suspended')."),
|
|
24
|
+
pooler_enabled: zod.z.boolean().describe("Whether connection pooling is enabled.").nullable().optional(),
|
|
25
|
+
passwordless_access: zod.z.boolean().describe("Whether passwordless access is enabled.").nullable().optional(),
|
|
26
|
+
suspend_timeout_seconds: zod.z.number().int().describe("Seconds of inactivity before the endpoint suspends. 0 means never suspend.").nullable().optional(),
|
|
27
|
+
autoscaling_limit_max_cu: zod.z.number().describe("Maximum compute units for autoscaling.").nullable().optional(),
|
|
28
|
+
autoscaling_limit_min_cu: zod.z.number().describe("Minimum compute units for autoscaling.").nullable().optional()
|
|
29
|
+
}).passthrough().describe("Schema representing a single compute endpoint.");
|
|
30
|
+
const NeonRetrieveBranchEndpointsOutput = zod.z.object({ endpoints: zod.z.array(NeonRetrieveBranchEndpoints_EndpointItemSchema).describe("List of compute endpoints associated with the branch. Each endpoint provides a connection point for database access.").nullable().optional() }).passthrough().describe("Response schema for `RetrieveBranchEndpoints`");
|
|
31
|
+
const neonRetrieveBranchEndpoints = require_action.action("NEON_RETRIEVE_BRANCH_ENDPOINTS", {
|
|
32
|
+
slug: "neon-retrieve-branch-endpoints",
|
|
33
|
+
name: "Retrieve branch endpoints",
|
|
34
|
+
description: "Retrieves all compute endpoints associated with a specific branch in a Neon project. Compute endpoints are the connection points for accessing your PostgreSQL database - they provide the hostname and configuration needed to connect to your database. Use this action when you need to: - Get connection details (host, region) for a branch's database - Check endpoint status (active, idle, suspended) - Review autoscaling and connection pooling settings - Monitor endpoint activity and configuration Returns a list of endpoints with details like host, region, current state, autoscaling limits, and pooler configuration. Most branches have one read_write endpoint, but may have additional read-only replicas.",
|
|
35
|
+
input: NeonRetrieveBranchEndpointsInput,
|
|
36
|
+
output: NeonRetrieveBranchEndpointsOutput
|
|
37
|
+
});
|
|
38
|
+
//#endregion
|
|
39
|
+
exports.neonRetrieveBranchEndpoints = neonRetrieveBranchEndpoints;
|
|
40
|
+
|
|
41
|
+
//# sourceMappingURL=retrieve-branch-endpoints.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-branch-endpoints.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-branch-endpoints.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveBranchEndpointsInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The unique branch ID (e.g., 'br-lucky-water-afkw1lov'). Can be obtained from the list branches API or Neon console.\"),\n project_id: z.string().describe(\"The unique Neon project ID (e.g., 'dry-smoke-26258271'). Can be found in the Neon console URL or via the list projects API.\"),\n}).describe(\"Request schema for `RetrieveBranchEndpoints`\");\nconst NeonRetrieveBranchEndpoints_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 a compute endpoint.\");\nconst NeonRetrieveBranchEndpoints_EndpointItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the compute endpoint (e.g., 'ep-patient-morning-afvkyj5f').\"),\n host: z.string().describe(\"The hostname for connecting to the endpoint (e.g., 'ep-patient-morning-afvkyj5f.c-2.us-west-2.aws.neon.tech').\"),\n type: z.string().describe(\"The endpoint type. Typically 'read_write' for primary endpoints.\"),\n disabled: z.boolean().describe(\"Whether the endpoint is disabled.\").nullable().optional(),\n settings: NeonRetrieveBranchEndpoints_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-west-2').\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the endpoint was created.\").nullable().optional(),\n project_id: z.string().describe(\"The Neon 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(\"ISO 8601 timestamp when the endpoint was last updated.\").nullable().optional(),\n last_active: z.string().describe(\"ISO 8601 timestamp when the endpoint was last active.\").nullable().optional(),\n pooler_mode: z.string().describe(\"Connection pooling mode (e.g., 'transaction').\").nullable().optional(),\n current_state: z.string().describe(\"The current state of the endpoint (e.g., 'active', 'idle', 'suspended').\"),\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(\"Seconds of inactivity before the endpoint suspends. 0 means never suspend.\").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(\"Schema representing a single compute endpoint.\");\nexport const NeonRetrieveBranchEndpointsOutput: z.ZodTypeAny = z.object({\n endpoints: z.array(NeonRetrieveBranchEndpoints_EndpointItemSchema).describe(\"List of compute endpoints associated with the branch. Each endpoint provides a connection point for database access.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `RetrieveBranchEndpoints`\");\n\nexport const neonRetrieveBranchEndpoints = action(\"NEON_RETRIEVE_BRANCH_ENDPOINTS\", {\n slug: \"neon-retrieve-branch-endpoints\",\n name: \"Retrieve branch endpoints\",\n description: \"Retrieves all compute endpoints associated with a specific branch in a Neon project. Compute endpoints are the connection points for accessing your PostgreSQL database - they provide the hostname and configuration needed to connect to your database. Use this action when you need to: - Get connection details (host, region) for a branch's database - Check endpoint status (active, idle, suspended) - Review autoscaling and connection pooling settings - Monitor endpoint activity and configuration Returns a list of endpoints with details like host, region, current state, autoscaling limits, and pooler configuration. Most branches have one read_write endpoint, but may have additional read-only replicas.\",\n input: NeonRetrieveBranchEndpointsInput,\n output: NeonRetrieveBranchEndpointsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH;CACpJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6HAA6H;AAC/J,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,qDAAmEA,IAAAA,EAAE,OAAO,EAChF,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,kCAAkC;AAC5D,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;CAC/G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH;CAC1I,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC5F,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAU,mDAAmD,SAAS,CAAC,CAAC,SAAS;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CACvG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;CAC7G,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,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,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,gDAAgD;AAC1E,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,WAAWA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1N,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AAEzE,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,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/retrieve-branch-endpoints.d.ts
|
|
4
|
+
declare const NeonRetrieveBranchEndpointsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveBranchEndpointsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveBranchEndpoints: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveBranchEndpoints };
|
|
9
|
+
//# sourceMappingURL=retrieve-branch-endpoints.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-branch-endpoints.d.cts","names":[],"sources":["../../src/actions/retrieve-branch-endpoints.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAyB9C,iCAAA,EAAmC,CAAA,CAAE,UAEwB;AAAA,cAE7D,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-branch-endpoints.d.ts
|
|
4
|
+
declare const NeonRetrieveBranchEndpointsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveBranchEndpointsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveBranchEndpoints: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveBranchEndpoints };
|
|
9
|
+
//# sourceMappingURL=retrieve-branch-endpoints.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-branch-endpoints.d.mts","names":[],"sources":["../../src/actions/retrieve-branch-endpoints.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAGU;AAAA,cAyB9C,iCAAA,EAAmC,CAAA,CAAE,UAEwB;AAAA,cAE7D,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-branch-endpoints.ts
|
|
4
|
+
const NeonRetrieveBranchEndpointsInput = z.object({
|
|
5
|
+
branch_id: z.string().describe("The unique branch ID (e.g., 'br-lucky-water-afkw1lov'). Can be obtained from the list branches API or Neon console."),
|
|
6
|
+
project_id: z.string().describe("The unique Neon project ID (e.g., 'dry-smoke-26258271'). Can be found in the Neon console URL or via the list projects API.")
|
|
7
|
+
}).describe("Request schema for `RetrieveBranchEndpoints`");
|
|
8
|
+
const NeonRetrieveBranchEndpoints_EndpointSettingsSchema = z.object({ pg_settings: z.record(z.string(), z.unknown()).describe("PostgreSQL configuration settings for the endpoint.").nullable().optional() }).passthrough().describe("Settings for a compute endpoint.");
|
|
9
|
+
const NeonRetrieveBranchEndpoints_EndpointItemSchema = z.object({
|
|
10
|
+
id: z.string().describe("The unique identifier for the compute endpoint (e.g., 'ep-patient-morning-afvkyj5f')."),
|
|
11
|
+
host: z.string().describe("The hostname for connecting to the endpoint (e.g., 'ep-patient-morning-afvkyj5f.c-2.us-west-2.aws.neon.tech')."),
|
|
12
|
+
type: z.string().describe("The endpoint type. Typically 'read_write' for primary endpoints."),
|
|
13
|
+
disabled: z.boolean().describe("Whether the endpoint is disabled.").nullable().optional(),
|
|
14
|
+
settings: NeonRetrieveBranchEndpoints_EndpointSettingsSchema.nullable().optional(),
|
|
15
|
+
branch_id: z.string().describe("The branch ID this endpoint is associated with."),
|
|
16
|
+
region_id: z.string().describe("The AWS region where the endpoint is deployed (e.g., 'aws-us-west-2')."),
|
|
17
|
+
created_at: z.string().describe("ISO 8601 timestamp when the endpoint was created.").nullable().optional(),
|
|
18
|
+
project_id: z.string().describe("The Neon project ID this endpoint belongs to."),
|
|
19
|
+
proxy_host: z.string().describe("The proxy host for the endpoint.").nullable().optional(),
|
|
20
|
+
updated_at: z.string().describe("ISO 8601 timestamp when the endpoint was last updated.").nullable().optional(),
|
|
21
|
+
last_active: z.string().describe("ISO 8601 timestamp when the endpoint was last active.").nullable().optional(),
|
|
22
|
+
pooler_mode: z.string().describe("Connection pooling mode (e.g., 'transaction').").nullable().optional(),
|
|
23
|
+
current_state: z.string().describe("The current state of the endpoint (e.g., 'active', 'idle', 'suspended')."),
|
|
24
|
+
pooler_enabled: z.boolean().describe("Whether connection pooling is enabled.").nullable().optional(),
|
|
25
|
+
passwordless_access: z.boolean().describe("Whether passwordless access is enabled.").nullable().optional(),
|
|
26
|
+
suspend_timeout_seconds: z.number().int().describe("Seconds of inactivity before the endpoint suspends. 0 means never suspend.").nullable().optional(),
|
|
27
|
+
autoscaling_limit_max_cu: z.number().describe("Maximum compute units for autoscaling.").nullable().optional(),
|
|
28
|
+
autoscaling_limit_min_cu: z.number().describe("Minimum compute units for autoscaling.").nullable().optional()
|
|
29
|
+
}).passthrough().describe("Schema representing a single compute endpoint.");
|
|
30
|
+
const neonRetrieveBranchEndpoints = action("NEON_RETRIEVE_BRANCH_ENDPOINTS", {
|
|
31
|
+
slug: "neon-retrieve-branch-endpoints",
|
|
32
|
+
name: "Retrieve branch endpoints",
|
|
33
|
+
description: "Retrieves all compute endpoints associated with a specific branch in a Neon project. Compute endpoints are the connection points for accessing your PostgreSQL database - they provide the hostname and configuration needed to connect to your database. Use this action when you need to: - Get connection details (host, region) for a branch's database - Check endpoint status (active, idle, suspended) - Review autoscaling and connection pooling settings - Monitor endpoint activity and configuration Returns a list of endpoints with details like host, region, current state, autoscaling limits, and pooler configuration. Most branches have one read_write endpoint, but may have additional read-only replicas.",
|
|
34
|
+
input: NeonRetrieveBranchEndpointsInput,
|
|
35
|
+
output: z.object({ endpoints: z.array(NeonRetrieveBranchEndpoints_EndpointItemSchema).describe("List of compute endpoints associated with the branch. Each endpoint provides a connection point for database access.").nullable().optional() }).passthrough().describe("Response schema for `RetrieveBranchEndpoints`")
|
|
36
|
+
});
|
|
37
|
+
//#endregion
|
|
38
|
+
export { neonRetrieveBranchEndpoints };
|
|
39
|
+
|
|
40
|
+
//# sourceMappingURL=retrieve-branch-endpoints.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-branch-endpoints.mjs","names":[],"sources":["../../src/actions/retrieve-branch-endpoints.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveBranchEndpointsInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The unique branch ID (e.g., 'br-lucky-water-afkw1lov'). Can be obtained from the list branches API or Neon console.\"),\n project_id: z.string().describe(\"The unique Neon project ID (e.g., 'dry-smoke-26258271'). Can be found in the Neon console URL or via the list projects API.\"),\n}).describe(\"Request schema for `RetrieveBranchEndpoints`\");\nconst NeonRetrieveBranchEndpoints_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 a compute endpoint.\");\nconst NeonRetrieveBranchEndpoints_EndpointItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier for the compute endpoint (e.g., 'ep-patient-morning-afvkyj5f').\"),\n host: z.string().describe(\"The hostname for connecting to the endpoint (e.g., 'ep-patient-morning-afvkyj5f.c-2.us-west-2.aws.neon.tech').\"),\n type: z.string().describe(\"The endpoint type. Typically 'read_write' for primary endpoints.\"),\n disabled: z.boolean().describe(\"Whether the endpoint is disabled.\").nullable().optional(),\n settings: NeonRetrieveBranchEndpoints_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-west-2').\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the endpoint was created.\").nullable().optional(),\n project_id: z.string().describe(\"The Neon 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(\"ISO 8601 timestamp when the endpoint was last updated.\").nullable().optional(),\n last_active: z.string().describe(\"ISO 8601 timestamp when the endpoint was last active.\").nullable().optional(),\n pooler_mode: z.string().describe(\"Connection pooling mode (e.g., 'transaction').\").nullable().optional(),\n current_state: z.string().describe(\"The current state of the endpoint (e.g., 'active', 'idle', 'suspended').\"),\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(\"Seconds of inactivity before the endpoint suspends. 0 means never suspend.\").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(\"Schema representing a single compute endpoint.\");\nexport const NeonRetrieveBranchEndpointsOutput: z.ZodTypeAny = z.object({\n endpoints: z.array(NeonRetrieveBranchEndpoints_EndpointItemSchema).describe(\"List of compute endpoints associated with the branch. Each endpoint provides a connection point for database access.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `RetrieveBranchEndpoints`\");\n\nexport const neonRetrieveBranchEndpoints = action(\"NEON_RETRIEVE_BRANCH_ENDPOINTS\", {\n slug: \"neon-retrieve-branch-endpoints\",\n name: \"Retrieve branch endpoints\",\n description: \"Retrieves all compute endpoints associated with a specific branch in a Neon project. Compute endpoints are the connection points for accessing your PostgreSQL database - they provide the hostname and configuration needed to connect to your database. Use this action when you need to: - Get connection details (host, region) for a branch's database - Check endpoint status (active, idle, suspended) - Review autoscaling and connection pooling settings - Monitor endpoint activity and configuration Returns a list of endpoints with details like host, region, current state, autoscaling limits, and pooler configuration. Most branches have one read_write endpoint, but may have additional read-only replicas.\",\n input: NeonRetrieveBranchEndpointsInput,\n output: NeonRetrieveBranchEndpointsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qHAAqH;CACpJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6HAA6H;AAC/J,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,qDAAmE,EAAE,OAAO,EAChF,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,kCAAkC;AAC5D,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF;CAC/G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH;CAC1I,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CAC5F,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAU,mDAAmD,SAAS,CAAC,CAAC,SAAS;CACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE;CACvG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E;CAC7G,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,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,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,gDAAgD;AAK1E,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,WAAW,EAAE,MAAM,8CAA8C,CAAC,CAAC,SAAS,sHAAsH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1N,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-jwks-for-project.ts
|
|
4
|
+
const NeonRetrieveJwksForProjectInput = zod.z.object({ project_id: zod.z.string().describe("The Neon project ID") }).describe("Request schema for `RetrieveJwksForProject`");
|
|
5
|
+
const NeonRetrieveJwksForProject_JwksUrlConfigurationSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for this JWKS URL configuration"),
|
|
7
|
+
jwks_url: zod.z.string().describe("The HTTPS URL that returns a JSON Web Key Set for JWT verification"),
|
|
8
|
+
branch_id: zod.z.string().describe("The branch ID where this JWKS URL applies. If not specified, applies to all branches").nullable().optional(),
|
|
9
|
+
created_at: zod.z.string().describe("Timestamp when the JWKS URL configuration was created (ISO 8601 format)"),
|
|
10
|
+
project_id: zod.z.string().describe("The Neon project ID"),
|
|
11
|
+
role_names: zod.z.array(zod.z.string()).describe("Array of role names for which this JWKS URL will be accepted. Defaults to authenticator, authenticated, and anonymous if not specified").nullable().optional(),
|
|
12
|
+
jwt_audience: zod.z.string().describe("The JWT audience (aud) claim value that Neon will accept in JWTs").nullable().optional(),
|
|
13
|
+
provider_name: zod.z.string().describe("The name of the authentication provider (e.g., Clerk, Auth0, AWS Cognito)").nullable().optional()
|
|
14
|
+
}).describe("A JWKS URL configuration for JWT verification");
|
|
15
|
+
const NeonRetrieveJwksForProjectOutput = zod.z.object({ jwks: zod.z.array(NeonRetrieveJwksForProject_JwksUrlConfigurationSchema).describe("Array of JWKS URL configurations for the project") }).describe("Response schema for `RetrieveJwksForProject`");
|
|
16
|
+
const neonRetrieveJwksForProject = require_action.action("NEON_RETRIEVE_JWKS_FOR_PROJECT", {
|
|
17
|
+
slug: "neon-retrieve-jwks-for-project",
|
|
18
|
+
name: "Retrieve jwks for project",
|
|
19
|
+
description: "Retrieves the JSON Web Key Set (JWKS) for a specified project. This endpoint should be used when a client needs to obtain the public keys necessary for verifying JSON Web Tokens (JWTs) issued by the project. The JWKS contains the cryptographic keys used in the project's authentication process. It's essential for implementing secure, token-based authentication in applications integrated with the Neon platform. This endpoint is typically called during the initial setup of a client application or when rotating security keys. Note that the JWKS should be cached by clients to reduce unnecessary API calls, but periodic refreshes are recommended to ensure up-to-date keys.",
|
|
20
|
+
input: NeonRetrieveJwksForProjectInput,
|
|
21
|
+
output: NeonRetrieveJwksForProjectOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.neonRetrieveJwksForProject = neonRetrieveJwksForProject;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=retrieve-jwks-for-project.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-jwks-for-project.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-jwks-for-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveJwksForProjectInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `RetrieveJwksForProject`\");\nconst NeonRetrieveJwksForProject_JwksUrlConfigurationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this JWKS URL configuration\"),\n jwks_url: z.string().describe(\"The HTTPS URL that returns a JSON Web Key Set for JWT verification\"),\n branch_id: z.string().describe(\"The branch ID where this JWKS URL applies. If not specified, applies to all branches\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the JWKS URL configuration was created (ISO 8601 format)\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n role_names: z.array(z.string()).describe(\"Array of role names for which this JWKS URL will be accepted. Defaults to authenticator, authenticated, and anonymous if not specified\").nullable().optional(),\n jwt_audience: z.string().describe(\"The JWT audience (aud) claim value that Neon will accept in JWTs\").nullable().optional(),\n provider_name: z.string().describe(\"The name of the authentication provider (e.g., Clerk, Auth0, AWS Cognito)\").nullable().optional(),\n}).describe(\"A JWKS URL configuration for JWT verification\");\nexport const NeonRetrieveJwksForProjectOutput: z.ZodTypeAny = z.object({\n jwks: z.array(NeonRetrieveJwksForProject_JwksUrlConfigurationSchema).describe(\"Array of JWKS URL configurations for the project\"),\n}).describe(\"Response schema for `RetrieveJwksForProject`\");\n\nexport const neonRetrieveJwksForProject = action(\"NEON_RETRIEVE_JWKS_FOR_PROJECT\", {\n slug: \"neon-retrieve-jwks-for-project\",\n name: \"Retrieve jwks for project\",\n description: \"Retrieves the JSON Web Key Set (JWKS) for a specified project. This endpoint should be used when a client needs to obtain the public keys necessary for verifying JSON Web Tokens (JWTs) issued by the project. The JWKS contains the cryptographic keys used in the project's authentication process. It's essential for implementing secure, token-based authentication in applications integrated with the Neon platform. This endpoint is typically called during the initial setup of a client application or when rotating security keys. Note that the JWKS should be cached by clients to reduce unnecessary API calls, but periodic refreshes are recommended to ensure up-to-date keys.\",\n input: NeonRetrieveJwksForProjectInput,\n output: NeonRetrieveJwksForProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,EACvD,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC3E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACrD,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvM,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtI,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,MAAMA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,kDAAkD,EAClI,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,6BAA6BC,eAAAA,OAAO,kCAAkC;CACjF,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/retrieve-jwks-for-project.d.ts
|
|
4
|
+
declare const NeonRetrieveJwksForProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveJwksForProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveJwksForProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveJwksForProject };
|
|
9
|
+
//# sourceMappingURL=retrieve-jwks-for-project.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-jwks-for-project.d.cts","names":[],"sources":["../../src/actions/retrieve-jwks-for-project.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAW7C,gCAAA,EAAkC,CAAA,CAAE,UAEU;AAAA,cAE9C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-jwks-for-project.d.ts
|
|
4
|
+
declare const NeonRetrieveJwksForProjectInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveJwksForProjectOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveJwksForProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveJwksForProject };
|
|
9
|
+
//# sourceMappingURL=retrieve-jwks-for-project.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-jwks-for-project.d.mts","names":[],"sources":["../../src/actions/retrieve-jwks-for-project.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAW7C,gCAAA,EAAkC,CAAA,CAAE,UAEU;AAAA,cAE9C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-jwks-for-project.ts
|
|
4
|
+
const NeonRetrieveJwksForProjectInput = z.object({ project_id: z.string().describe("The Neon project ID") }).describe("Request schema for `RetrieveJwksForProject`");
|
|
5
|
+
const NeonRetrieveJwksForProject_JwksUrlConfigurationSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier for this JWKS URL configuration"),
|
|
7
|
+
jwks_url: z.string().describe("The HTTPS URL that returns a JSON Web Key Set for JWT verification"),
|
|
8
|
+
branch_id: z.string().describe("The branch ID where this JWKS URL applies. If not specified, applies to all branches").nullable().optional(),
|
|
9
|
+
created_at: z.string().describe("Timestamp when the JWKS URL configuration was created (ISO 8601 format)"),
|
|
10
|
+
project_id: z.string().describe("The Neon project ID"),
|
|
11
|
+
role_names: z.array(z.string()).describe("Array of role names for which this JWKS URL will be accepted. Defaults to authenticator, authenticated, and anonymous if not specified").nullable().optional(),
|
|
12
|
+
jwt_audience: z.string().describe("The JWT audience (aud) claim value that Neon will accept in JWTs").nullable().optional(),
|
|
13
|
+
provider_name: z.string().describe("The name of the authentication provider (e.g., Clerk, Auth0, AWS Cognito)").nullable().optional()
|
|
14
|
+
}).describe("A JWKS URL configuration for JWT verification");
|
|
15
|
+
const neonRetrieveJwksForProject = action("NEON_RETRIEVE_JWKS_FOR_PROJECT", {
|
|
16
|
+
slug: "neon-retrieve-jwks-for-project",
|
|
17
|
+
name: "Retrieve jwks for project",
|
|
18
|
+
description: "Retrieves the JSON Web Key Set (JWKS) for a specified project. This endpoint should be used when a client needs to obtain the public keys necessary for verifying JSON Web Tokens (JWTs) issued by the project. The JWKS contains the cryptographic keys used in the project's authentication process. It's essential for implementing secure, token-based authentication in applications integrated with the Neon platform. This endpoint is typically called during the initial setup of a client application or when rotating security keys. Note that the JWKS should be cached by clients to reduce unnecessary API calls, but periodic refreshes are recommended to ensure up-to-date keys.",
|
|
19
|
+
input: NeonRetrieveJwksForProjectInput,
|
|
20
|
+
output: z.object({ jwks: z.array(NeonRetrieveJwksForProject_JwksUrlConfigurationSchema).describe("Array of JWKS URL configurations for the project") }).describe("Response schema for `RetrieveJwksForProject`")
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
export { neonRetrieveJwksForProject };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=retrieve-jwks-for-project.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-jwks-for-project.mjs","names":[],"sources":["../../src/actions/retrieve-jwks-for-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveJwksForProjectInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `RetrieveJwksForProject`\");\nconst NeonRetrieveJwksForProject_JwksUrlConfigurationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this JWKS URL configuration\"),\n jwks_url: z.string().describe(\"The HTTPS URL that returns a JSON Web Key Set for JWT verification\"),\n branch_id: z.string().describe(\"The branch ID where this JWKS URL applies. If not specified, applies to all branches\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the JWKS URL configuration was created (ISO 8601 format)\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n role_names: z.array(z.string()).describe(\"Array of role names for which this JWKS URL will be accepted. Defaults to authenticator, authenticated, and anonymous if not specified\").nullable().optional(),\n jwt_audience: z.string().describe(\"The JWT audience (aud) claim value that Neon will accept in JWTs\").nullable().optional(),\n provider_name: z.string().describe(\"The name of the authentication provider (e.g., Clerk, Auth0, AWS Cognito)\").nullable().optional(),\n}).describe(\"A JWKS URL configuration for JWT verification\");\nexport const NeonRetrieveJwksForProjectOutput: z.ZodTypeAny = z.object({\n jwks: z.array(NeonRetrieveJwksForProject_JwksUrlConfigurationSchema).describe(\"Array of JWKS URL configurations for the project\"),\n}).describe(\"Response schema for `RetrieveJwksForProject`\");\n\nexport const neonRetrieveJwksForProject = action(\"NEON_RETRIEVE_JWKS_FOR_PROJECT\", {\n slug: \"neon-retrieve-jwks-for-project\",\n name: \"Retrieve jwks for project\",\n description: \"Retrieves the JSON Web Key Set (JWKS) for a specified project. This endpoint should be used when a client needs to obtain the public keys necessary for verifying JSON Web Tokens (JWTs) issued by the project. The JWKS contains the cryptographic keys used in the project's authentication process. It's essential for implementing secure, token-based authentication in applications integrated with the Neon platform. This endpoint is typically called during the initial setup of a client application or when rotating security keys. Note that the JWKS should be cached by clients to reduce unnecessary API calls, but periodic refreshes are recommended to ensure up-to-date keys.\",\n input: NeonRetrieveJwksForProjectInput,\n output: NeonRetrieveJwksForProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO,EACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,EACvD,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,wDAAsE,EAAE,OAAO;CACnF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACrD,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvM,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtI,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAK3D,MAAa,6BAA6B,OAAO,kCAAkC;CACjF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4D,EAAE,OAAO,EACrE,MAAM,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,kDAAkD,EAClI,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-organization-by-id.ts
|
|
4
|
+
const NeonRetrieveOrganizationByIdInput = zod.z.object({ org_id: zod.z.string().describe("The Neon organization ID. Format: 'org-xxxx-xxxx-xxxxxxxx'. Use the 'get_user_organizations' action to list available organization IDs.") }).describe("Request schema for `RetrieveOrganizationById`");
|
|
5
|
+
const NeonRetrieveOrganizationById_OrganizationDetailsSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("The unique identifier of the organization (e.g., 'org-xxxx-xxxx-xxxxxxxx').").nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("The name of the organization.").nullable().optional(),
|
|
8
|
+
plan: zod.z.string().describe("The subscription plan of the organization (e.g., 'free', 'pro', 'enterprise').").nullable().optional(),
|
|
9
|
+
handle: zod.z.string().describe("The unique handle for the organization.").nullable().optional(),
|
|
10
|
+
created_at: zod.z.string().describe("The ISO 8601 timestamp when the organization was created.").nullable().optional(),
|
|
11
|
+
managed_by: zod.z.string().describe("Indicates how the organization is managed (e.g., 'console').").nullable().optional(),
|
|
12
|
+
updated_at: zod.z.string().describe("The ISO 8601 timestamp when the organization was last updated.").nullable().optional()
|
|
13
|
+
}).passthrough().describe("Details of a Neon organization.");
|
|
14
|
+
const NeonRetrieveOrganizationByIdOutput = zod.z.object({ data: NeonRetrieveOrganizationById_OrganizationDetailsSchema.nullable().optional() }).describe("Response schema for `RetrieveOrganizationById`");
|
|
15
|
+
const neonRetrieveOrganizationById = require_action.action("NEON_RETRIEVE_ORGANIZATION_BY_ID", {
|
|
16
|
+
slug: "neon-retrieve-organization-by-id",
|
|
17
|
+
name: "Retrieve organization by id",
|
|
18
|
+
description: "Retrieves detailed information about a specific organization within the Neon platform. This endpoint allows you to access comprehensive data about an organization, including its configuration, members, and associated projects. Use this when you need to view or verify an organization's current state, such as checking membership, reviewing settings, or auditing organization-level information. The endpoint returns a snapshot of the organization at the time of the request and does not provide historical data or future projections. It's particularly useful for administrative tasks, reporting, and maintaining organizational oversight within the Neon ecosystem.",
|
|
19
|
+
input: NeonRetrieveOrganizationByIdInput,
|
|
20
|
+
output: NeonRetrieveOrganizationByIdOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.neonRetrieveOrganizationById = neonRetrieveOrganizationById;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=retrieve-organization-by-id.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-organization-by-id.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-organization-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveOrganizationByIdInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID. Format: 'org-xxxx-xxxx-xxxxxxxx'. Use the 'get_user_organizations' action to list available organization IDs.\"),\n}).describe(\"Request schema for `RetrieveOrganizationById`\");\nconst NeonRetrieveOrganizationById_OrganizationDetailsSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the organization (e.g., 'org-xxxx-xxxx-xxxxxxxx').\").nullable().optional(),\n name: z.string().describe(\"The name of the organization.\").nullable().optional(),\n plan: z.string().describe(\"The subscription plan of the organization (e.g., 'free', 'pro', 'enterprise').\").nullable().optional(),\n handle: z.string().describe(\"The unique handle for the organization.\").nullable().optional(),\n created_at: z.string().describe(\"The ISO 8601 timestamp when the organization was created.\").nullable().optional(),\n managed_by: z.string().describe(\"Indicates how the organization is managed (e.g., 'console').\").nullable().optional(),\n updated_at: z.string().describe(\"The ISO 8601 timestamp when the organization was last updated.\").nullable().optional(),\n}).passthrough().describe(\"Details of a Neon organization.\");\nexport const NeonRetrieveOrganizationByIdOutput: z.ZodTypeAny = z.object({\n data: NeonRetrieveOrganizationById_OrganizationDetailsSchema.nullable().optional(),\n}).describe(\"Response schema for `RetrieveOrganizationById`\");\n\nexport const neonRetrieveOrganizationById = action(\"NEON_RETRIEVE_ORGANIZATION_BY_ID\", {\n slug: \"neon-retrieve-organization-by-id\",\n name: \"Retrieve organization by id\",\n description: \"Retrieves detailed information about a specific organization within the Neon platform. This endpoint allows you to access comprehensive data about an organization, including its configuration, members, and associated projects. Use this when you need to view or verify an organization's current state, such as checking membership, reviewing settings, or auditing organization-level information. The endpoint returns a snapshot of the organization at the time of the request and does not provide historical data or future projections. It's particularly useful for administrative tasks, reporting, and maintaining organizational oversight within the Neon ecosystem.\",\n input: NeonRetrieveOrganizationByIdInput,\n output: NeonRetrieveOrganizationByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yIAAyI,EACvK,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,yDAAuEA,IAAAA,EAAE,OAAO;CACpF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAC3D,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,MAAM,uDAAuD,SAAS,CAAC,CAAC,SAAS,EACnF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,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/retrieve-organization-by-id.d.ts
|
|
4
|
+
declare const NeonRetrieveOrganizationByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveOrganizationByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveOrganizationById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveOrganizationById };
|
|
9
|
+
//# sourceMappingURL=retrieve-organization-by-id.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-organization-by-id.d.cts","names":[],"sources":["../../src/actions/retrieve-organization-by-id.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEU;AAAA,cAU/C,kCAAA,EAAoC,CAAA,CAAE,UAEU;AAAA,cAEhD,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-organization-by-id.d.ts
|
|
4
|
+
declare const NeonRetrieveOrganizationByIdInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveOrganizationByIdOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveOrganizationById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveOrganizationById };
|
|
9
|
+
//# sourceMappingURL=retrieve-organization-by-id.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-organization-by-id.d.mts","names":[],"sources":["../../src/actions/retrieve-organization-by-id.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEU;AAAA,cAU/C,kCAAA,EAAoC,CAAA,CAAE,UAEU;AAAA,cAEhD,4BAAA,gCAA4B,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/retrieve-organization-by-id.ts
|
|
4
|
+
const NeonRetrieveOrganizationByIdInput = z.object({ org_id: z.string().describe("The Neon organization ID. Format: 'org-xxxx-xxxx-xxxxxxxx'. Use the 'get_user_organizations' action to list available organization IDs.") }).describe("Request schema for `RetrieveOrganizationById`");
|
|
5
|
+
const NeonRetrieveOrganizationById_OrganizationDetailsSchema = z.object({
|
|
6
|
+
id: z.string().describe("The unique identifier of the organization (e.g., 'org-xxxx-xxxx-xxxxxxxx').").nullable().optional(),
|
|
7
|
+
name: z.string().describe("The name of the organization.").nullable().optional(),
|
|
8
|
+
plan: z.string().describe("The subscription plan of the organization (e.g., 'free', 'pro', 'enterprise').").nullable().optional(),
|
|
9
|
+
handle: z.string().describe("The unique handle for the organization.").nullable().optional(),
|
|
10
|
+
created_at: z.string().describe("The ISO 8601 timestamp when the organization was created.").nullable().optional(),
|
|
11
|
+
managed_by: z.string().describe("Indicates how the organization is managed (e.g., 'console').").nullable().optional(),
|
|
12
|
+
updated_at: z.string().describe("The ISO 8601 timestamp when the organization was last updated.").nullable().optional()
|
|
13
|
+
}).passthrough().describe("Details of a Neon organization.");
|
|
14
|
+
const neonRetrieveOrganizationById = action("NEON_RETRIEVE_ORGANIZATION_BY_ID", {
|
|
15
|
+
slug: "neon-retrieve-organization-by-id",
|
|
16
|
+
name: "Retrieve organization by id",
|
|
17
|
+
description: "Retrieves detailed information about a specific organization within the Neon platform. This endpoint allows you to access comprehensive data about an organization, including its configuration, members, and associated projects. Use this when you need to view or verify an organization's current state, such as checking membership, reviewing settings, or auditing organization-level information. The endpoint returns a snapshot of the organization at the time of the request and does not provide historical data or future projections. It's particularly useful for administrative tasks, reporting, and maintaining organizational oversight within the Neon ecosystem.",
|
|
18
|
+
input: NeonRetrieveOrganizationByIdInput,
|
|
19
|
+
output: z.object({ data: NeonRetrieveOrganizationById_OrganizationDetailsSchema.nullable().optional() }).describe("Response schema for `RetrieveOrganizationById`")
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
export { neonRetrieveOrganizationById };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=retrieve-organization-by-id.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-organization-by-id.mjs","names":[],"sources":["../../src/actions/retrieve-organization-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveOrganizationByIdInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID. Format: 'org-xxxx-xxxx-xxxxxxxx'. Use the 'get_user_organizations' action to list available organization IDs.\"),\n}).describe(\"Request schema for `RetrieveOrganizationById`\");\nconst NeonRetrieveOrganizationById_OrganizationDetailsSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the organization (e.g., 'org-xxxx-xxxx-xxxxxxxx').\").nullable().optional(),\n name: z.string().describe(\"The name of the organization.\").nullable().optional(),\n plan: z.string().describe(\"The subscription plan of the organization (e.g., 'free', 'pro', 'enterprise').\").nullable().optional(),\n handle: z.string().describe(\"The unique handle for the organization.\").nullable().optional(),\n created_at: z.string().describe(\"The ISO 8601 timestamp when the organization was created.\").nullable().optional(),\n managed_by: z.string().describe(\"Indicates how the organization is managed (e.g., 'console').\").nullable().optional(),\n updated_at: z.string().describe(\"The ISO 8601 timestamp when the organization was last updated.\").nullable().optional(),\n}).passthrough().describe(\"Details of a Neon organization.\");\nexport const NeonRetrieveOrganizationByIdOutput: z.ZodTypeAny = z.object({\n data: NeonRetrieveOrganizationById_OrganizationDetailsSchema.nullable().optional(),\n}).describe(\"Response schema for `RetrieveOrganizationById`\");\n\nexport const neonRetrieveOrganizationById = action(\"NEON_RETRIEVE_ORGANIZATION_BY_ID\", {\n slug: \"neon-retrieve-organization-by-id\",\n name: \"Retrieve organization by id\",\n description: \"Retrieves detailed information about a specific organization within the Neon platform. This endpoint allows you to access comprehensive data about an organization, including its configuration, members, and associated projects. Use this when you need to view or verify an organization's current state, such as checking membership, reviewing settings, or auditing organization-level information. The endpoint returns a snapshot of the organization at the time of the request and does not provide historical data or future projections. It's particularly useful for administrative tasks, reporting, and maintaining organizational oversight within the Neon ecosystem.\",\n input: NeonRetrieveOrganizationByIdInput,\n output: NeonRetrieveOrganizationByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkD,EAAE,OAAO,EACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yIAAyI,EACvK,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,yDAAuE,EAAE,OAAO;CACpF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAK3D,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8D,EAAE,OAAO,EACvE,MAAM,uDAAuD,SAAS,CAAC,CAAC,SAAS,EACnF,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-organization-invitations.ts
|
|
4
|
+
const NeonRetrieveOrganizationInvitationsInput = zod.z.object({ org_id: zod.z.string().describe("The Neon organization ID") }).describe("Request schema for `RetrieveOrganizationInvitations`");
|
|
5
|
+
const NeonRetrieveOrganizationInvitations_PaginationSchema = zod.z.object({ cursor: zod.z.string().describe("Cursor value that identifies the position in the result set for retrieving the next batch of items.").nullable().optional() }).describe("Pagination object for cursor-based pagination.");
|
|
6
|
+
const NeonRetrieveOrganizationInvitations_InvitationSchema = zod.z.object({
|
|
7
|
+
id: zod.z.string().describe("Unique identifier for the invitation."),
|
|
8
|
+
role: zod.z.string().describe("The role assigned to the invited member (e.g., 'member')."),
|
|
9
|
+
email: zod.z.string().describe("The email address of the invited user."),
|
|
10
|
+
org_id: zod.z.string().describe("The organization's identifier."),
|
|
11
|
+
invited_at: zod.z.string().describe("Timestamp when the invitation was created (ISO 8601 format)."),
|
|
12
|
+
invited_by: zod.z.string().describe("User ID of the person who sent the invitation.")
|
|
13
|
+
}).describe("Individual organization invitation.");
|
|
14
|
+
const NeonRetrieveOrganizationInvitationsOutput = zod.z.object({
|
|
15
|
+
pagination: NeonRetrieveOrganizationInvitations_PaginationSchema.nullable().optional(),
|
|
16
|
+
invitations: zod.z.array(NeonRetrieveOrganizationInvitations_InvitationSchema).describe("List of pending organization invitations.")
|
|
17
|
+
}).describe("Response schema for `RetrieveOrganizationInvitations`");
|
|
18
|
+
const neonRetrieveOrganizationInvitations = require_action.action("NEON_RETRIEVE_ORGANIZATION_INVITATIONS", {
|
|
19
|
+
slug: "neon-retrieve-organization-invitations",
|
|
20
|
+
name: "Retrieve organization invitations",
|
|
21
|
+
description: "Retrieves a list of all pending invitations for a specified organization. This endpoint allows organization administrators to view and manage outstanding invitations sent to potential new members. It should be used when there's a need to track who has been invited to join the organization, review invitation statuses, or perform invitation-related administrative tasks. The endpoint returns details about each invitation, which may include the invitee's email, the invitation date, and the current status. It does not provide information about active members or expired invitations.",
|
|
22
|
+
input: NeonRetrieveOrganizationInvitationsInput,
|
|
23
|
+
output: NeonRetrieveOrganizationInvitationsOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.neonRetrieveOrganizationInvitations = neonRetrieveOrganizationInvitations;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=retrieve-organization-invitations.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-organization-invitations.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-organization-invitations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveOrganizationInvitationsInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID\"),\n}).describe(\"Request schema for `RetrieveOrganizationInvitations`\");\nconst NeonRetrieveOrganizationInvitations_PaginationSchema: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Cursor value that identifies the position in the result set for retrieving the next batch of items.\").nullable().optional(),\n}).describe(\"Pagination object for cursor-based pagination.\");\nconst NeonRetrieveOrganizationInvitations_InvitationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the invitation.\"),\n role: z.string().describe(\"The role assigned to the invited member (e.g., 'member').\"),\n email: z.string().describe(\"The email address of the invited user.\"),\n org_id: z.string().describe(\"The organization's identifier.\"),\n invited_at: z.string().describe(\"Timestamp when the invitation was created (ISO 8601 format).\"),\n invited_by: z.string().describe(\"User ID of the person who sent the invitation.\"),\n}).describe(\"Individual organization invitation.\");\nexport const NeonRetrieveOrganizationInvitationsOutput: z.ZodTypeAny = z.object({\n pagination: NeonRetrieveOrganizationInvitations_PaginationSchema.nullable().optional(),\n invitations: z.array(NeonRetrieveOrganizationInvitations_InvitationSchema).describe(\"List of pending organization invitations.\"),\n}).describe(\"Response schema for `RetrieveOrganizationInvitations`\");\n\nexport const neonRetrieveOrganizationInvitations = action(\"NEON_RETRIEVE_ORGANIZATION_INVITATIONS\", {\n slug: \"neon-retrieve-organization-invitations\",\n name: \"Retrieve organization invitations\",\n description: \"Retrieves a list of all pending invitations for a specified organization. This endpoint allows organization administrators to view and manage outstanding invitations sent to potential new members. It should be used when there's a need to track who has been invited to join the organization, review invitation statuses, or perform invitation-related administrative tasks. The endpoint returns details about each invitation, which may include the invitee's email, the invitation date, and the current status. It does not provide information about active members or expired invitations.\",\n input: NeonRetrieveOrganizationInvitationsInput,\n output: NeonRetrieveOrganizationInvitationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,EACxD,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,uDAAqEA,IAAAA,EAAE,OAAO,EAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzJ,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACrF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC5D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AAClF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,YAAY,qDAAqD,SAAS,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,2CAA2C;AACjI,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,sCAAsCC,eAAAA,OAAO,0CAA0C;CAClG,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/retrieve-organization-invitations.d.ts
|
|
4
|
+
declare const NeonRetrieveOrganizationInvitationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveOrganizationInvitationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveOrganizationInvitations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveOrganizationInvitations };
|
|
9
|
+
//# sourceMappingURL=retrieve-organization-invitations.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-organization-invitations.d.cts","names":[],"sources":["../../src/actions/retrieve-organization-invitations.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAEU;AAAA,cAYtD,yCAAA,EAA2C,CAAA,CAAE,UAGU;AAAA,cAEvD,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-organization-invitations.d.ts
|
|
4
|
+
declare const NeonRetrieveOrganizationInvitationsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveOrganizationInvitationsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveOrganizationInvitations: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveOrganizationInvitations };
|
|
9
|
+
//# sourceMappingURL=retrieve-organization-invitations.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-organization-invitations.d.mts","names":[],"sources":["../../src/actions/retrieve-organization-invitations.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAEU;AAAA,cAYtD,yCAAA,EAA2C,CAAA,CAAE,UAGU;AAAA,cAEvD,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-organization-invitations.ts
|
|
4
|
+
const NeonRetrieveOrganizationInvitationsInput = z.object({ org_id: z.string().describe("The Neon organization ID") }).describe("Request schema for `RetrieveOrganizationInvitations`");
|
|
5
|
+
const NeonRetrieveOrganizationInvitations_PaginationSchema = z.object({ cursor: z.string().describe("Cursor value that identifies the position in the result set for retrieving the next batch of items.").nullable().optional() }).describe("Pagination object for cursor-based pagination.");
|
|
6
|
+
const NeonRetrieveOrganizationInvitations_InvitationSchema = z.object({
|
|
7
|
+
id: z.string().describe("Unique identifier for the invitation."),
|
|
8
|
+
role: z.string().describe("The role assigned to the invited member (e.g., 'member')."),
|
|
9
|
+
email: z.string().describe("The email address of the invited user."),
|
|
10
|
+
org_id: z.string().describe("The organization's identifier."),
|
|
11
|
+
invited_at: z.string().describe("Timestamp when the invitation was created (ISO 8601 format)."),
|
|
12
|
+
invited_by: z.string().describe("User ID of the person who sent the invitation.")
|
|
13
|
+
}).describe("Individual organization invitation.");
|
|
14
|
+
const neonRetrieveOrganizationInvitations = action("NEON_RETRIEVE_ORGANIZATION_INVITATIONS", {
|
|
15
|
+
slug: "neon-retrieve-organization-invitations",
|
|
16
|
+
name: "Retrieve organization invitations",
|
|
17
|
+
description: "Retrieves a list of all pending invitations for a specified organization. This endpoint allows organization administrators to view and manage outstanding invitations sent to potential new members. It should be used when there's a need to track who has been invited to join the organization, review invitation statuses, or perform invitation-related administrative tasks. The endpoint returns details about each invitation, which may include the invitee's email, the invitation date, and the current status. It does not provide information about active members or expired invitations.",
|
|
18
|
+
input: NeonRetrieveOrganizationInvitationsInput,
|
|
19
|
+
output: z.object({
|
|
20
|
+
pagination: NeonRetrieveOrganizationInvitations_PaginationSchema.nullable().optional(),
|
|
21
|
+
invitations: z.array(NeonRetrieveOrganizationInvitations_InvitationSchema).describe("List of pending organization invitations.")
|
|
22
|
+
}).describe("Response schema for `RetrieveOrganizationInvitations`")
|
|
23
|
+
});
|
|
24
|
+
//#endregion
|
|
25
|
+
export { neonRetrieveOrganizationInvitations };
|
|
26
|
+
|
|
27
|
+
//# sourceMappingURL=retrieve-organization-invitations.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-organization-invitations.mjs","names":[],"sources":["../../src/actions/retrieve-organization-invitations.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveOrganizationInvitationsInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID\"),\n}).describe(\"Request schema for `RetrieveOrganizationInvitations`\");\nconst NeonRetrieveOrganizationInvitations_PaginationSchema: z.ZodTypeAny = z.object({\n cursor: z.string().describe(\"Cursor value that identifies the position in the result set for retrieving the next batch of items.\").nullable().optional(),\n}).describe(\"Pagination object for cursor-based pagination.\");\nconst NeonRetrieveOrganizationInvitations_InvitationSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the invitation.\"),\n role: z.string().describe(\"The role assigned to the invited member (e.g., 'member').\"),\n email: z.string().describe(\"The email address of the invited user.\"),\n org_id: z.string().describe(\"The organization's identifier.\"),\n invited_at: z.string().describe(\"Timestamp when the invitation was created (ISO 8601 format).\"),\n invited_by: z.string().describe(\"User ID of the person who sent the invitation.\"),\n}).describe(\"Individual organization invitation.\");\nexport const NeonRetrieveOrganizationInvitationsOutput: z.ZodTypeAny = z.object({\n pagination: NeonRetrieveOrganizationInvitations_PaginationSchema.nullable().optional(),\n invitations: z.array(NeonRetrieveOrganizationInvitations_InvitationSchema).describe(\"List of pending organization invitations.\"),\n}).describe(\"Response schema for `RetrieveOrganizationInvitations`\");\n\nexport const neonRetrieveOrganizationInvitations = action(\"NEON_RETRIEVE_ORGANIZATION_INVITATIONS\", {\n slug: \"neon-retrieve-organization-invitations\",\n name: \"Retrieve organization invitations\",\n description: \"Retrieves a list of all pending invitations for a specified organization. This endpoint allows organization administrators to view and manage outstanding invitations sent to potential new members. It should be used when there's a need to track who has been invited to join the organization, review invitation statuses, or perform invitation-related administrative tasks. The endpoint returns details about each invitation, which may include the invitee's email, the invitation date, and the current status. It does not provide information about active members or expired invitations.\",\n input: NeonRetrieveOrganizationInvitationsInput,\n output: NeonRetrieveOrganizationInvitationsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyD,EAAE,OAAO,EAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,EACxD,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,uDAAqE,EAAE,OAAO,EAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzJ,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,uDAAqE,EAAE,OAAO;CAClF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACrF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AAClF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAMjD,MAAa,sCAAsC,OAAO,0CAA0C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVqE,EAAE,OAAO;EAC9E,YAAY,qDAAqD,SAAS,CAAC,CAAC,SAAS;EACrF,aAAa,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,2CAA2C;CACjI,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-organization-member-info.ts
|
|
4
|
+
const NeonRetrieveOrganizationMemberInfoInput = zod.z.object({
|
|
5
|
+
org_id: zod.z.string().describe("The Neon organization ID (e.g., 'org-holy-recipe-01602027'). Can be obtained from the Get User Organizations endpoint."),
|
|
6
|
+
member_id: zod.z.string().describe("The Neon organization member ID (UUID format, e.g., '46bbb36a-8e45-4f4a-93c0-03e39ca4204e'). Can be obtained from the Fetch Organization Members endpoint.")
|
|
7
|
+
}).describe("Request schema for `RetrieveOrganizationMemberInfo`");
|
|
8
|
+
const NeonRetrieveOrganizationMemberInfo_MemberInfoSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier for the membership record (UUID format).").nullable().optional(),
|
|
10
|
+
role: zod.z.string().describe("Role of the member in the organization (e.g., 'admin', 'member').").nullable().optional(),
|
|
11
|
+
org_id: zod.z.string().describe("Organization ID this member belongs to.").nullable().optional(),
|
|
12
|
+
user_id: zod.z.string().describe("Unique identifier for the user associated with this membership (UUID format).").nullable().optional(),
|
|
13
|
+
joined_at: zod.z.string().describe("ISO 8601 timestamp of when the member joined the organization.").nullable().optional()
|
|
14
|
+
}).describe("Details about the organization member");
|
|
15
|
+
const NeonRetrieveOrganizationMemberInfoOutput = zod.z.object({ data: NeonRetrieveOrganizationMemberInfo_MemberInfoSchema.nullable().optional() }).describe("Response schema for `RetrieveOrganizationMemberInfo`");
|
|
16
|
+
const neonRetrieveOrganizationMemberInfo = require_action.action("NEON_RETRIEVE_ORGANIZATION_MEMBER_INFO", {
|
|
17
|
+
slug: "neon-retrieve-organization-member-info",
|
|
18
|
+
name: "Retrieve organization member info",
|
|
19
|
+
description: "Retrieves detailed information about a specific member within an organization in the Neon B2B SaaS integration platform. This endpoint allows you to fetch comprehensive data about an individual member, including their user ID, assigned role within the organization, join date, and potentially other relevant details. It's particularly useful for organization administrators who need to review or verify a member's status and permissions. The endpoint requires both the organization ID and the member ID to be specified, ensuring precise and secure access to member information. Use this when you need to access or display detailed information about a particular member in your organization management interfaces or for auditing purposes.",
|
|
20
|
+
input: NeonRetrieveOrganizationMemberInfoInput,
|
|
21
|
+
output: NeonRetrieveOrganizationMemberInfoOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.neonRetrieveOrganizationMemberInfo = neonRetrieveOrganizationMemberInfo;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=retrieve-organization-member-info.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-organization-member-info.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-organization-member-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveOrganizationMemberInfoInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID (e.g., 'org-holy-recipe-01602027'). Can be obtained from the Get User Organizations endpoint.\"),\n member_id: z.string().describe(\"The Neon organization member ID (UUID format, e.g., '46bbb36a-8e45-4f4a-93c0-03e39ca4204e'). Can be obtained from the Fetch Organization Members endpoint.\"),\n}).describe(\"Request schema for `RetrieveOrganizationMemberInfo`\");\nconst NeonRetrieveOrganizationMemberInfo_MemberInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the membership record (UUID format).\").nullable().optional(),\n role: z.string().describe(\"Role of the member in the organization (e.g., 'admin', 'member').\").nullable().optional(),\n org_id: z.string().describe(\"Organization ID this member belongs to.\").nullable().optional(),\n user_id: z.string().describe(\"Unique identifier for the user associated with this membership (UUID format).\").nullable().optional(),\n joined_at: z.string().describe(\"ISO 8601 timestamp of when the member joined the organization.\").nullable().optional(),\n}).describe(\"Details about the organization member\");\nexport const NeonRetrieveOrganizationMemberInfoOutput: z.ZodTypeAny = z.object({\n data: NeonRetrieveOrganizationMemberInfo_MemberInfoSchema.nullable().optional(),\n}).describe(\"Response schema for `RetrieveOrganizationMemberInfo`\");\n\nexport const neonRetrieveOrganizationMemberInfo = action(\"NEON_RETRIEVE_ORGANIZATION_MEMBER_INFO\", {\n slug: \"neon-retrieve-organization-member-info\",\n name: \"Retrieve organization member info\",\n description: \"Retrieves detailed information about a specific member within an organization in the Neon B2B SaaS integration platform. This endpoint allows you to fetch comprehensive data about an individual member, including their user ID, assigned role within the organization, join date, and potentially other relevant details. It's particularly useful for organization administrators who need to review or verify a member's status and permissions. The endpoint requires both the organization ID and the member ID to be specified, ensuring precise and secure access to member information. Use this when you need to access or display detailed information about a particular member in your organization management interfaces or for auditing purposes.\",\n input: NeonRetrieveOrganizationMemberInfoInput,\n output: NeonRetrieveOrganizationMemberInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wHAAwH;CACpJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4JAA4J;AAC7L,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,MAAM,oDAAoD,SAAS,CAAC,CAAC,SAAS,EAChF,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,qCAAqCC,eAAAA,OAAO,0CAA0C;CACjG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-organization-member-info.d.ts
|
|
4
|
+
declare const NeonRetrieveOrganizationMemberInfoInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveOrganizationMemberInfoOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveOrganizationMemberInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveOrganizationMemberInfo };
|
|
9
|
+
//# sourceMappingURL=retrieve-organization-member-info.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-organization-member-info.d.cts","names":[],"sources":["../../src/actions/retrieve-organization-member-info.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAGU;AAAA,cAQrD,wCAAA,EAA0C,CAAA,CAAE,UAEU;AAAA,cAEtD,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|