@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,48 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/add-new-jwks-to-project-endpoint.ts
|
|
4
|
+
const NeonAddNewJwksToProjectEndpointInput = z.object({
|
|
5
|
+
jwks_url: z.string().describe("A valid HTTPS URL that returns a JSON Web Key Set (JWKS) for JWT verification. Examples: https://www.googleapis.com/oauth2/v3/certs (Google), https://login.microsoftonline.com/common/discovery/v2.0/keys (Microsoft), https://appleid.apple.com/auth/keys (Apple)."),
|
|
6
|
+
branch_id: z.string().describe("The Neon branch ID to associate the JWKS with. If omitted, the JWKS applies to all branches in the project.").optional(),
|
|
7
|
+
project_id: z.string().describe("The Neon project ID"),
|
|
8
|
+
role_names: z.array(z.string()).describe("List of database role names that the JWKS should be mapped to. If omitted, defaults to authenticator, authenticated, and anonymous roles. Maximum of 10 role names allowed.").optional(),
|
|
9
|
+
jwt_audience: z.string().describe("The required 'aud' (audience) claim value that must be present in JWTs for authentication. Used to ensure tokens are intended for your specific application.").optional(),
|
|
10
|
+
provider_name: z.string().describe("The name of the authentication provider (e.g., Clerk, Stytch, Auth0)")
|
|
11
|
+
}).describe("Request schema for `AddNewJwksToProjectEndpoint`");
|
|
12
|
+
const NeonAddNewJwksToProjectEndpoint_JwksInfoSchema = z.object({
|
|
13
|
+
id: z.string().describe("Unique identifier for the JWKS configuration").nullable().optional(),
|
|
14
|
+
jwks_url: z.string().describe("The JWKS URL").nullable().optional(),
|
|
15
|
+
branch_id: z.string().describe("The branch ID if branch-specific").nullable().optional(),
|
|
16
|
+
created_at: z.string().describe("Creation timestamp").nullable().optional(),
|
|
17
|
+
project_id: z.string().describe("The Neon project ID this JWKS belongs to").nullable().optional(),
|
|
18
|
+
role_names: z.array(z.string()).describe("List of mapped role names").nullable().optional(),
|
|
19
|
+
updated_at: z.string().describe("Last update timestamp").nullable().optional(),
|
|
20
|
+
jwt_audience: z.string().describe("The JWT audience claim value").nullable().optional(),
|
|
21
|
+
provider_name: z.string().describe("The authentication provider name").nullable().optional()
|
|
22
|
+
}).describe("JWKS configuration details");
|
|
23
|
+
const NeonAddNewJwksToProjectEndpoint_OperationInfoSchema = z.object({
|
|
24
|
+
id: z.string().describe("Operation ID").nullable().optional(),
|
|
25
|
+
action: z.string().describe("Action type (e.g., apply_config)").nullable().optional(),
|
|
26
|
+
status: z.string().describe("Operation status (e.g., running, scheduling)").nullable().optional(),
|
|
27
|
+
branch_id: z.string().describe("Branch ID").nullable().optional(),
|
|
28
|
+
created_at: z.string().describe("Creation timestamp").nullable().optional(),
|
|
29
|
+
project_id: z.string().describe("Project ID").nullable().optional(),
|
|
30
|
+
updated_at: z.string().describe("Last update timestamp").nullable().optional(),
|
|
31
|
+
endpoint_id: z.string().describe("Endpoint ID").nullable().optional(),
|
|
32
|
+
failures_count: z.number().int().describe("Number of failures").nullable().optional(),
|
|
33
|
+
total_duration_ms: z.number().int().describe("Total duration in milliseconds").nullable().optional()
|
|
34
|
+
}).describe("Operation status information");
|
|
35
|
+
const neonAddNewJwksToProjectEndpoint = action("NEON_ADD_NEW_JWKS_TO_PROJECT_ENDPOINT", {
|
|
36
|
+
slug: "neon-add-new-jwks-to-project-endpoint",
|
|
37
|
+
name: "Add new jwks to project endpoint",
|
|
38
|
+
description: "Adds a new JSON Web Key Set (JWKS) URL to a Neon project for JWT-based authentication. The JWKS URL must point to a valid HTTPS endpoint that returns cryptographic keys used to verify JSON Web Tokens (JWTs). Use this action to configure authentication with identity providers like Google, Microsoft, Apple, Auth0, Clerk, or Stytch. The JWKS can be scoped to specific branches and mapped to database roles. Maximum of 10 role names can be associated with each JWKS configuration.",
|
|
39
|
+
input: NeonAddNewJwksToProjectEndpointInput,
|
|
40
|
+
output: z.object({
|
|
41
|
+
jwks: NeonAddNewJwksToProjectEndpoint_JwksInfoSchema.nullable().optional(),
|
|
42
|
+
operations: z.array(NeonAddNewJwksToProjectEndpoint_OperationInfoSchema).describe("List of operations triggered by adding the JWKS").nullable().optional()
|
|
43
|
+
}).describe("Response schema for `AddNewJwksToProjectEndpoint`")
|
|
44
|
+
});
|
|
45
|
+
//#endregion
|
|
46
|
+
export { neonAddNewJwksToProjectEndpoint };
|
|
47
|
+
|
|
48
|
+
//# sourceMappingURL=add-new-jwks-to-project-endpoint.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-new-jwks-to-project-endpoint.mjs","names":[],"sources":["../../src/actions/add-new-jwks-to-project-endpoint.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonAddNewJwksToProjectEndpointInput: z.ZodTypeAny = z.object({\n jwks_url: z.string().describe(\"A valid HTTPS URL that returns a JSON Web Key Set (JWKS) for JWT verification. Examples: https://www.googleapis.com/oauth2/v3/certs (Google), https://login.microsoftonline.com/common/discovery/v2.0/keys (Microsoft), https://appleid.apple.com/auth/keys (Apple).\"),\n branch_id: z.string().describe(\"The Neon branch ID to associate the JWKS with. If omitted, the JWKS applies to all branches in the project.\").optional(),\n project_id: z.string().describe(\"The Neon project ID\"),\n role_names: z.array(z.string()).describe(\"List of database role names that the JWKS should be mapped to. If omitted, defaults to authenticator, authenticated, and anonymous roles. Maximum of 10 role names allowed.\").optional(),\n jwt_audience: z.string().describe(\"The required 'aud' (audience) claim value that must be present in JWTs for authentication. Used to ensure tokens are intended for your specific application.\").optional(),\n provider_name: z.string().describe(\"The name of the authentication provider (e.g., Clerk, Stytch, Auth0)\"),\n}).describe(\"Request schema for `AddNewJwksToProjectEndpoint`\");\nconst NeonAddNewJwksToProjectEndpoint_JwksInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the JWKS configuration\").nullable().optional(),\n jwks_url: z.string().describe(\"The JWKS URL\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID if branch-specific\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp\").nullable().optional(),\n project_id: z.string().describe(\"The Neon project ID this JWKS belongs to\").nullable().optional(),\n role_names: z.array(z.string()).describe(\"List of mapped role names\").nullable().optional(),\n updated_at: z.string().describe(\"Last update timestamp\").nullable().optional(),\n jwt_audience: z.string().describe(\"The JWT audience claim value\").nullable().optional(),\n provider_name: z.string().describe(\"The authentication provider name\").nullable().optional(),\n}).describe(\"JWKS configuration details\");\nconst NeonAddNewJwksToProjectEndpoint_OperationInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Operation ID\").nullable().optional(),\n action: z.string().describe(\"Action type (e.g., apply_config)\").nullable().optional(),\n status: z.string().describe(\"Operation status (e.g., running, scheduling)\").nullable().optional(),\n branch_id: z.string().describe(\"Branch ID\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp\").nullable().optional(),\n project_id: z.string().describe(\"Project ID\").nullable().optional(),\n updated_at: z.string().describe(\"Last update timestamp\").nullable().optional(),\n endpoint_id: z.string().describe(\"Endpoint ID\").nullable().optional(),\n failures_count: z.number().int().describe(\"Number of failures\").nullable().optional(),\n total_duration_ms: z.number().int().describe(\"Total duration in milliseconds\").nullable().optional(),\n}).describe(\"Operation status information\");\nexport const NeonAddNewJwksToProjectEndpointOutput: z.ZodTypeAny = z.object({\n jwks: NeonAddNewJwksToProjectEndpoint_JwksInfoSchema.nullable().optional(),\n operations: z.array(NeonAddNewJwksToProjectEndpoint_OperationInfoSchema).describe(\"List of operations triggered by adding the JWKS\").nullable().optional(),\n}).describe(\"Response schema for `AddNewJwksToProjectEndpoint`\");\n\nexport const neonAddNewJwksToProjectEndpoint = action(\"NEON_ADD_NEW_JWKS_TO_PROJECT_ENDPOINT\", {\n slug: \"neon-add-new-jwks-to-project-endpoint\",\n name: \"Add new jwks to project endpoint\",\n description: \"Adds a new JSON Web Key Set (JWKS) URL to a Neon project for JWT-based authentication. The JWKS URL must point to a valid HTTPS endpoint that returns cryptographic keys used to verify JSON Web Tokens (JWTs). Use this action to configure authentication with identity providers like Google, Microsoft, Apple, Auth0, Clerk, or Stytch. The JWKS can be scoped to specific branches and mapped to database roles. Maximum of 10 role names can be associated with each JWKS configuration.\",\n input: NeonAddNewJwksToProjectEndpointInput,\n output: NeonAddNewJwksToProjectEndpointOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqD,EAAE,OAAO;CACzE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sQAAsQ;CACpS,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6GAA6G,CAAC,CAAC,SAAS;CACvJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACrD,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6KAA6K,CAAC,CAAC,SAAS;CACjO,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8JAA8J,CAAC,CAAC,SAAS;CAC3M,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE;AAC3G,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAM,sDAAoE,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,WAAW,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,8BAA8B;AAM1C,MAAa,kCAAkC,OAAO,yCAAyC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAViE,EAAE,OAAO;EAC1E,MAAM,+CAA+C,SAAS,CAAC,CAAC,SAAS;EACzE,YAAY,EAAE,MAAM,mDAAmD,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3J,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/add-project-email-permission.ts
|
|
4
|
+
const NeonAddProjectEmailPermissionInput = zod.z.object({
|
|
5
|
+
email: zod.z.string().describe("The email address of the user to grant project access to. The user will receive access to the project associated with this email address. Must be a valid email format (e.g., 'user@example.com')."),
|
|
6
|
+
project_id: zod.z.string().describe("The unique identifier of the Neon project to grant access to. Project IDs follow the pattern of lowercase alphanumeric characters with hyphens (e.g., 'dry-smoke-26258271'). You can obtain this from the project list or project details.")
|
|
7
|
+
}).describe("Request schema for `AddProjectEmailPermission`");
|
|
8
|
+
const NeonAddProjectEmailPermission_PermissionGrantSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("The unique identifier of the permission grant (UUID format).").nullable().optional(),
|
|
10
|
+
granted_at: zod.z.string().describe("The timestamp when the permission was granted (ISO 8601 format).").nullable().optional(),
|
|
11
|
+
granted_to_email: zod.z.string().describe("The email address that was granted access to the project.").nullable().optional()
|
|
12
|
+
}).describe("Details of the granted permission.");
|
|
13
|
+
const NeonAddProjectEmailPermissionOutput = zod.z.object({ data: zod.z.union([NeonAddProjectEmailPermission_PermissionGrantSchema, zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional() }).describe("Response schema for `AddProjectEmailPermission`");
|
|
14
|
+
const neonAddProjectEmailPermission = require_action.action("NEON_ADD_PROJECT_EMAIL_PERMISSION", {
|
|
15
|
+
slug: "neon-add-project-email-permission",
|
|
16
|
+
name: "Add project email permission",
|
|
17
|
+
description: "Adds permissions for a specified email address to a particular project within the Neon B2B SaaS integration platform. This endpoint is used to grant access or specific rights to users for a given project, enabling collaboration and controlled resource sharing. It should be called when you need to add a new user to a project or modify existing user permissions. The endpoint associates the provided email with the specified project, likely setting up default or predefined permission levels. Note that this endpoint only adds permissions and does not provide information about existing permissions or remove them.",
|
|
18
|
+
input: NeonAddProjectEmailPermissionInput,
|
|
19
|
+
output: NeonAddProjectEmailPermissionOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.neonAddProjectEmailPermission = neonAddProjectEmailPermission;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=add-project-email-permission.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-project-email-permission.cjs","names":["z","action"],"sources":["../../src/actions/add-project-email-permission.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonAddProjectEmailPermissionInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"The email address of the user to grant project access to. The user will receive access to the project associated with this email address. Must be a valid email format (e.g., 'user@example.com').\"),\n project_id: z.string().describe(\"The unique identifier of the Neon project to grant access to. Project IDs follow the pattern of lowercase alphanumeric characters with hyphens (e.g., 'dry-smoke-26258271'). You can obtain this from the project list or project details.\"),\n}).describe(\"Request schema for `AddProjectEmailPermission`\");\nconst NeonAddProjectEmailPermission_PermissionGrantSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the permission grant (UUID format).\").nullable().optional(),\n granted_at: z.string().describe(\"The timestamp when the permission was granted (ISO 8601 format).\").nullable().optional(),\n granted_to_email: z.string().describe(\"The email address that was granted access to the project.\").nullable().optional(),\n}).describe(\"Details of the granted permission.\");\nexport const NeonAddProjectEmailPermissionOutput: z.ZodTypeAny = z.object({\n data: z.union([NeonAddProjectEmailPermission_PermissionGrantSchema, z.record(z.string(), z.unknown())]).nullable().optional(),\n}).describe(\"Response schema for `AddProjectEmailPermission`\");\n\nexport const neonAddProjectEmailPermission = action(\"NEON_ADD_PROJECT_EMAIL_PERMISSION\", {\n slug: \"neon-add-project-email-permission\",\n name: \"Add project email permission\",\n description: \"Adds permissions for a specified email address to a particular project within the Neon B2B SaaS integration platform. This endpoint is used to grant access or specific rights to users for a given project, enabling collaboration and controlled resource sharing. It should be called when you need to add a new user to a project or modify existing user permissions. The endpoint associates the provided email with the specified project, likely setting up default or predefined permission levels. Note that this endpoint only adds permissions and does not provide information about existing permissions or remove them.\",\n input: NeonAddProjectEmailPermissionInput,\n output: NeonAddProjectEmailPermissionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oMAAoM;CAC/N,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4OAA4O;AAC9Q,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,sDAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,MAAMA,IAAAA,EAAE,MAAM,CAAC,qDAAqDA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/add-project-email-permission.d.ts
|
|
4
|
+
declare const NeonAddProjectEmailPermissionInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonAddProjectEmailPermissionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonAddProjectEmailPermission: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonAddProjectEmailPermission };
|
|
9
|
+
//# sourceMappingURL=add-project-email-permission.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-project-email-permission.d.cts","names":[],"sources":["../../src/actions/add-project-email-permission.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGU;AAAA,cAMhD,mCAAA,EAAqC,CAAA,CAAE,UAEU;AAAA,cAEjD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/add-project-email-permission.d.ts
|
|
4
|
+
declare const NeonAddProjectEmailPermissionInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonAddProjectEmailPermissionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonAddProjectEmailPermission: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonAddProjectEmailPermission };
|
|
9
|
+
//# sourceMappingURL=add-project-email-permission.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-project-email-permission.d.mts","names":[],"sources":["../../src/actions/add-project-email-permission.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGU;AAAA,cAMhD,mCAAA,EAAqC,CAAA,CAAE,UAEU;AAAA,cAEjD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/add-project-email-permission.ts
|
|
4
|
+
const NeonAddProjectEmailPermissionInput = z.object({
|
|
5
|
+
email: z.string().describe("The email address of the user to grant project access to. The user will receive access to the project associated with this email address. Must be a valid email format (e.g., 'user@example.com')."),
|
|
6
|
+
project_id: z.string().describe("The unique identifier of the Neon project to grant access to. Project IDs follow the pattern of lowercase alphanumeric characters with hyphens (e.g., 'dry-smoke-26258271'). You can obtain this from the project list or project details.")
|
|
7
|
+
}).describe("Request schema for `AddProjectEmailPermission`");
|
|
8
|
+
const NeonAddProjectEmailPermission_PermissionGrantSchema = z.object({
|
|
9
|
+
id: z.string().describe("The unique identifier of the permission grant (UUID format).").nullable().optional(),
|
|
10
|
+
granted_at: z.string().describe("The timestamp when the permission was granted (ISO 8601 format).").nullable().optional(),
|
|
11
|
+
granted_to_email: z.string().describe("The email address that was granted access to the project.").nullable().optional()
|
|
12
|
+
}).describe("Details of the granted permission.");
|
|
13
|
+
const neonAddProjectEmailPermission = action("NEON_ADD_PROJECT_EMAIL_PERMISSION", {
|
|
14
|
+
slug: "neon-add-project-email-permission",
|
|
15
|
+
name: "Add project email permission",
|
|
16
|
+
description: "Adds permissions for a specified email address to a particular project within the Neon B2B SaaS integration platform. This endpoint is used to grant access or specific rights to users for a given project, enabling collaboration and controlled resource sharing. It should be called when you need to add a new user to a project or modify existing user permissions. The endpoint associates the provided email with the specified project, likely setting up default or predefined permission levels. Note that this endpoint only adds permissions and does not provide information about existing permissions or remove them.",
|
|
17
|
+
input: NeonAddProjectEmailPermissionInput,
|
|
18
|
+
output: z.object({ data: z.union([NeonAddProjectEmailPermission_PermissionGrantSchema, z.record(z.string(), z.unknown())]).nullable().optional() }).describe("Response schema for `AddProjectEmailPermission`")
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
export { neonAddProjectEmailPermission };
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=add-project-email-permission.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-project-email-permission.mjs","names":[],"sources":["../../src/actions/add-project-email-permission.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonAddProjectEmailPermissionInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"The email address of the user to grant project access to. The user will receive access to the project associated with this email address. Must be a valid email format (e.g., 'user@example.com').\"),\n project_id: z.string().describe(\"The unique identifier of the Neon project to grant access to. Project IDs follow the pattern of lowercase alphanumeric characters with hyphens (e.g., 'dry-smoke-26258271'). You can obtain this from the project list or project details.\"),\n}).describe(\"Request schema for `AddProjectEmailPermission`\");\nconst NeonAddProjectEmailPermission_PermissionGrantSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the permission grant (UUID format).\").nullable().optional(),\n granted_at: z.string().describe(\"The timestamp when the permission was granted (ISO 8601 format).\").nullable().optional(),\n granted_to_email: z.string().describe(\"The email address that was granted access to the project.\").nullable().optional(),\n}).describe(\"Details of the granted permission.\");\nexport const NeonAddProjectEmailPermissionOutput: z.ZodTypeAny = z.object({\n data: z.union([NeonAddProjectEmailPermission_PermissionGrantSchema, z.record(z.string(), z.unknown())]).nullable().optional(),\n}).describe(\"Response schema for `AddProjectEmailPermission`\");\n\nexport const neonAddProjectEmailPermission = action(\"NEON_ADD_PROJECT_EMAIL_PERMISSION\", {\n slug: \"neon-add-project-email-permission\",\n name: \"Add project email permission\",\n description: \"Adds permissions for a specified email address to a particular project within the Neon B2B SaaS integration platform. This endpoint is used to grant access or specific rights to users for a given project, enabling collaboration and controlled resource sharing. It should be called when you need to add a new user to a project or modify existing user permissions. The endpoint associates the provided email with the specified project, likely setting up default or predefined permission levels. Note that this endpoint only adds permissions and does not provide information about existing permissions or remove them.\",\n input: NeonAddProjectEmailPermissionInput,\n output: NeonAddProjectEmailPermissionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oMAAoM;CAC/N,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4OAA4O;AAC9Q,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,sDAAoE,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzH,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAKhD,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,MAAM,EAAE,MAAM,CAAC,qDAAqD,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC9H,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/add-role-to-branch.ts
|
|
4
|
+
const NeonAddRoleToBranchInput = zod.z.object({
|
|
5
|
+
branch_id: zod.z.string().describe("The branch ID where the role will be created (e.g., 'br-icy-cake-aebdped3'). Obtain this from the list branches endpoint."),
|
|
6
|
+
project_id: zod.z.string().describe("The Neon project ID (e.g., 'calm-breeze-57229290'). Obtain this from the list projects endpoint."),
|
|
7
|
+
role__name: zod.z.string().describe("The PostgreSQL role name to create. Must be a valid PostgreSQL identifier and cannot exceed 63 bytes in length. Common examples: 'admin', 'readonly_user', 'app_service'.")
|
|
8
|
+
}).describe("Request schema for `AddRoleToBranch`");
|
|
9
|
+
const NeonAddRoleToBranch_RoleDetailsSchema = zod.z.object({
|
|
10
|
+
name: zod.z.string().describe("The name of the created role."),
|
|
11
|
+
password: zod.z.string().describe("The auto-generated password for the role. Store securely as it may not be retrievable later.").nullable().optional(),
|
|
12
|
+
branch_id: zod.z.string().describe("The branch ID where the role was created."),
|
|
13
|
+
protected: zod.z.boolean().default(false).describe("Whether the role is protected from deletion.").nullable().optional(),
|
|
14
|
+
created_at: zod.z.string().describe("Timestamp when the role was created (ISO 8601 format).").nullable().optional(),
|
|
15
|
+
updated_at: zod.z.string().describe("Timestamp when the role was last updated (ISO 8601 format).").nullable().optional(),
|
|
16
|
+
authentication_method: zod.z.string().describe("The authentication method for this role (e.g., 'password').").nullable().optional()
|
|
17
|
+
}).describe("Details of the created PostgreSQL role.");
|
|
18
|
+
const NeonAddRoleToBranch_OperationInfoSchema = zod.z.object({
|
|
19
|
+
id: zod.z.string().describe("The unique operation ID.").nullable().optional(),
|
|
20
|
+
action: zod.z.string().describe("The type of operation (e.g., 'apply_config').").nullable().optional(),
|
|
21
|
+
status: zod.z.string().describe("Current status of the operation (e.g., 'running', 'finished').").nullable().optional(),
|
|
22
|
+
branch_id: zod.z.string().describe("The branch ID associated with the operation.").nullable().optional(),
|
|
23
|
+
created_at: zod.z.string().describe("Timestamp when the operation was created.").nullable().optional(),
|
|
24
|
+
project_id: zod.z.string().describe("The project ID associated with the operation.").nullable().optional(),
|
|
25
|
+
updated_at: zod.z.string().describe("Timestamp when the operation was last updated.").nullable().optional(),
|
|
26
|
+
endpoint_id: zod.z.string().describe("The endpoint ID associated with the operation.").nullable().optional(),
|
|
27
|
+
failures_count: zod.z.number().int().describe("Number of times the operation has failed.").nullable().optional(),
|
|
28
|
+
total_duration_ms: zod.z.number().int().describe("Total duration of the operation in milliseconds.").nullable().optional()
|
|
29
|
+
}).describe("Information about an async operation triggered by the role creation.");
|
|
30
|
+
const NeonAddRoleToBranchOutput = zod.z.object({
|
|
31
|
+
role: NeonAddRoleToBranch_RoleDetailsSchema.nullable(),
|
|
32
|
+
operations: zod.z.array(NeonAddRoleToBranch_OperationInfoSchema).describe("List of async operations triggered by the role creation.").nullable().optional()
|
|
33
|
+
}).describe("Response schema for `AddRoleToBranch`");
|
|
34
|
+
const neonAddRoleToBranch = require_action.action("NEON_ADD_ROLE_TO_BRANCH", {
|
|
35
|
+
slug: "neon-add-role-to-branch",
|
|
36
|
+
name: "Add role to branch",
|
|
37
|
+
description: "Creates a new PostgreSQL role within a specific branch of a Neon project. Neon is a serverless PostgreSQL platform where roles are database-level users that can connect to the database and have specific permissions. Use this endpoint to: - Create application service accounts for database access - Set up read-only users for reporting - Create admin roles for database management The created role will have an auto-generated password returned in the response. Store this password securely as it may not be retrievable later. You can use the 'reveal_role_password' endpoint to retrieve it again if needed. Note: Role names must be valid PostgreSQL identifiers (max 63 bytes).",
|
|
38
|
+
input: NeonAddRoleToBranchInput,
|
|
39
|
+
output: NeonAddRoleToBranchOutput
|
|
40
|
+
});
|
|
41
|
+
//#endregion
|
|
42
|
+
exports.neonAddRoleToBranch = neonAddRoleToBranch;
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=add-role-to-branch.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-role-to-branch.cjs","names":["z","action"],"sources":["../../src/actions/add-role-to-branch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonAddRoleToBranchInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The branch ID where the role will be created (e.g., 'br-icy-cake-aebdped3'). Obtain this from the list branches endpoint.\"),\n project_id: z.string().describe(\"The Neon project ID (e.g., 'calm-breeze-57229290'). Obtain this from the list projects endpoint.\"),\n role__name: z.string().describe(\"The PostgreSQL role name to create. Must be a valid PostgreSQL identifier and cannot exceed 63 bytes in length. Common examples: 'admin', 'readonly_user', 'app_service'.\"),\n}).describe(\"Request schema for `AddRoleToBranch`\");\nconst NeonAddRoleToBranch_RoleDetailsSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the created role.\"),\n password: z.string().describe(\"The auto-generated password for the role. Store securely as it may not be retrievable later.\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID where the role was created.\"),\n protected: z.boolean().default(false).describe(\"Whether the role is protected from deletion.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the role was created (ISO 8601 format).\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the role was last updated (ISO 8601 format).\").nullable().optional(),\n authentication_method: z.string().describe(\"The authentication method for this role (e.g., 'password').\").nullable().optional(),\n}).describe(\"Details of the created PostgreSQL role.\");\nconst NeonAddRoleToBranch_OperationInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique operation ID.\").nullable().optional(),\n action: z.string().describe(\"The type of operation (e.g., 'apply_config').\").nullable().optional(),\n status: z.string().describe(\"Current status of the operation (e.g., 'running', 'finished').\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID associated with the operation.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the operation was created.\").nullable().optional(),\n project_id: z.string().describe(\"The project ID associated with the operation.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the operation was last updated.\").nullable().optional(),\n endpoint_id: z.string().describe(\"The endpoint ID associated with the operation.\").nullable().optional(),\n failures_count: z.number().int().describe(\"Number of times the operation has failed.\").nullable().optional(),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds.\").nullable().optional(),\n}).describe(\"Information about an async operation triggered by the role creation.\");\nexport const NeonAddRoleToBranchOutput: z.ZodTypeAny = z.object({\n role: NeonAddRoleToBranch_RoleDetailsSchema.nullable(),\n operations: z.array(NeonAddRoleToBranch_OperationInfoSchema).describe(\"List of async operations triggered by the role creation.\").nullable().optional(),\n}).describe(\"Response schema for `AddRoleToBranch`\");\n\nexport const neonAddRoleToBranch = action(\"NEON_ADD_ROLE_TO_BRANCH\", {\n slug: \"neon-add-role-to-branch\",\n name: \"Add role to branch\",\n description: \"Creates a new PostgreSQL role within a specific branch of a Neon project. Neon is a serverless PostgreSQL platform where roles are database-level users that can connect to the database and have specific permissions. Use this endpoint to: - Create application service accounts for database access - Set up read-only users for reporting - Create admin roles for database management The created role will have an auto-generated password returned in the response. Store this password securely as it may not be retrievable later. You can use the 'reveal_role_password' endpoint to retrieve it again if needed. Note: Role names must be valid PostgreSQL identifiers (max 63 bytes).\",\n input: NeonAddRoleToBranchInput,\n output: NeonAddRoleToBranchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H;CAC1J,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CAClI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2KAA2K;AAC7M,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC1E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAM,sCAAsC,SAAS;CACrD,YAAYA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,sBAAsBC,eAAAA,OAAO,2BAA2B;CACnE,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/add-role-to-branch.d.ts
|
|
4
|
+
declare const NeonAddRoleToBranchInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonAddRoleToBranchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonAddRoleToBranch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonAddRoleToBranch };
|
|
9
|
+
//# sourceMappingURL=add-role-to-branch.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-role-to-branch.d.cts","names":[],"sources":["../../src/actions/add-role-to-branch.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAIU;AAAA,cAsBtC,yBAAA,EAA2B,CAAA,CAAE,UAGU;AAAA,cAEvC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/add-role-to-branch.d.ts
|
|
4
|
+
declare const NeonAddRoleToBranchInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonAddRoleToBranchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonAddRoleToBranch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonAddRoleToBranch };
|
|
9
|
+
//# sourceMappingURL=add-role-to-branch.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-role-to-branch.d.mts","names":[],"sources":["../../src/actions/add-role-to-branch.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAIU;AAAA,cAsBtC,yBAAA,EAA2B,CAAA,CAAE,UAGU;AAAA,cAEvC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/add-role-to-branch.ts
|
|
4
|
+
const NeonAddRoleToBranchInput = z.object({
|
|
5
|
+
branch_id: z.string().describe("The branch ID where the role will be created (e.g., 'br-icy-cake-aebdped3'). Obtain this from the list branches endpoint."),
|
|
6
|
+
project_id: z.string().describe("The Neon project ID (e.g., 'calm-breeze-57229290'). Obtain this from the list projects endpoint."),
|
|
7
|
+
role__name: z.string().describe("The PostgreSQL role name to create. Must be a valid PostgreSQL identifier and cannot exceed 63 bytes in length. Common examples: 'admin', 'readonly_user', 'app_service'.")
|
|
8
|
+
}).describe("Request schema for `AddRoleToBranch`");
|
|
9
|
+
const NeonAddRoleToBranch_RoleDetailsSchema = z.object({
|
|
10
|
+
name: z.string().describe("The name of the created role."),
|
|
11
|
+
password: z.string().describe("The auto-generated password for the role. Store securely as it may not be retrievable later.").nullable().optional(),
|
|
12
|
+
branch_id: z.string().describe("The branch ID where the role was created."),
|
|
13
|
+
protected: z.boolean().default(false).describe("Whether the role is protected from deletion.").nullable().optional(),
|
|
14
|
+
created_at: z.string().describe("Timestamp when the role was created (ISO 8601 format).").nullable().optional(),
|
|
15
|
+
updated_at: z.string().describe("Timestamp when the role was last updated (ISO 8601 format).").nullable().optional(),
|
|
16
|
+
authentication_method: z.string().describe("The authentication method for this role (e.g., 'password').").nullable().optional()
|
|
17
|
+
}).describe("Details of the created PostgreSQL role.");
|
|
18
|
+
const NeonAddRoleToBranch_OperationInfoSchema = z.object({
|
|
19
|
+
id: z.string().describe("The unique operation ID.").nullable().optional(),
|
|
20
|
+
action: z.string().describe("The type of operation (e.g., 'apply_config').").nullable().optional(),
|
|
21
|
+
status: z.string().describe("Current status of the operation (e.g., 'running', 'finished').").nullable().optional(),
|
|
22
|
+
branch_id: z.string().describe("The branch ID associated with the operation.").nullable().optional(),
|
|
23
|
+
created_at: z.string().describe("Timestamp when the operation was created.").nullable().optional(),
|
|
24
|
+
project_id: z.string().describe("The project ID associated with the operation.").nullable().optional(),
|
|
25
|
+
updated_at: z.string().describe("Timestamp when the operation was last updated.").nullable().optional(),
|
|
26
|
+
endpoint_id: z.string().describe("The endpoint ID associated with the operation.").nullable().optional(),
|
|
27
|
+
failures_count: z.number().int().describe("Number of times the operation has failed.").nullable().optional(),
|
|
28
|
+
total_duration_ms: z.number().int().describe("Total duration of the operation in milliseconds.").nullable().optional()
|
|
29
|
+
}).describe("Information about an async operation triggered by the role creation.");
|
|
30
|
+
const neonAddRoleToBranch = action("NEON_ADD_ROLE_TO_BRANCH", {
|
|
31
|
+
slug: "neon-add-role-to-branch",
|
|
32
|
+
name: "Add role to branch",
|
|
33
|
+
description: "Creates a new PostgreSQL role within a specific branch of a Neon project. Neon is a serverless PostgreSQL platform where roles are database-level users that can connect to the database and have specific permissions. Use this endpoint to: - Create application service accounts for database access - Set up read-only users for reporting - Create admin roles for database management The created role will have an auto-generated password returned in the response. Store this password securely as it may not be retrievable later. You can use the 'reveal_role_password' endpoint to retrieve it again if needed. Note: Role names must be valid PostgreSQL identifiers (max 63 bytes).",
|
|
34
|
+
input: NeonAddRoleToBranchInput,
|
|
35
|
+
output: z.object({
|
|
36
|
+
role: NeonAddRoleToBranch_RoleDetailsSchema.nullable(),
|
|
37
|
+
operations: z.array(NeonAddRoleToBranch_OperationInfoSchema).describe("List of async operations triggered by the role creation.").nullable().optional()
|
|
38
|
+
}).describe("Response schema for `AddRoleToBranch`")
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
export { neonAddRoleToBranch };
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=add-role-to-branch.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-role-to-branch.mjs","names":[],"sources":["../../src/actions/add-role-to-branch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonAddRoleToBranchInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The branch ID where the role will be created (e.g., 'br-icy-cake-aebdped3'). Obtain this from the list branches endpoint.\"),\n project_id: z.string().describe(\"The Neon project ID (e.g., 'calm-breeze-57229290'). Obtain this from the list projects endpoint.\"),\n role__name: z.string().describe(\"The PostgreSQL role name to create. Must be a valid PostgreSQL identifier and cannot exceed 63 bytes in length. Common examples: 'admin', 'readonly_user', 'app_service'.\"),\n}).describe(\"Request schema for `AddRoleToBranch`\");\nconst NeonAddRoleToBranch_RoleDetailsSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the created role.\"),\n password: z.string().describe(\"The auto-generated password for the role. Store securely as it may not be retrievable later.\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID where the role was created.\"),\n protected: z.boolean().default(false).describe(\"Whether the role is protected from deletion.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the role was created (ISO 8601 format).\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the role was last updated (ISO 8601 format).\").nullable().optional(),\n authentication_method: z.string().describe(\"The authentication method for this role (e.g., 'password').\").nullable().optional(),\n}).describe(\"Details of the created PostgreSQL role.\");\nconst NeonAddRoleToBranch_OperationInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique operation ID.\").nullable().optional(),\n action: z.string().describe(\"The type of operation (e.g., 'apply_config').\").nullable().optional(),\n status: z.string().describe(\"Current status of the operation (e.g., 'running', 'finished').\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID associated with the operation.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the operation was created.\").nullable().optional(),\n project_id: z.string().describe(\"The project ID associated with the operation.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the operation was last updated.\").nullable().optional(),\n endpoint_id: z.string().describe(\"The endpoint ID associated with the operation.\").nullable().optional(),\n failures_count: z.number().int().describe(\"Number of times the operation has failed.\").nullable().optional(),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds.\").nullable().optional(),\n}).describe(\"Information about an async operation triggered by the role creation.\");\nexport const NeonAddRoleToBranchOutput: z.ZodTypeAny = z.object({\n role: NeonAddRoleToBranch_RoleDetailsSchema.nullable(),\n operations: z.array(NeonAddRoleToBranch_OperationInfoSchema).describe(\"List of async operations triggered by the role creation.\").nullable().optional(),\n}).describe(\"Response schema for `AddRoleToBranch`\");\n\nexport const neonAddRoleToBranch = action(\"NEON_ADD_ROLE_TO_BRANCH\", {\n slug: \"neon-add-role-to-branch\",\n name: \"Add role to branch\",\n description: \"Creates a new PostgreSQL role within a specific branch of a Neon project. Neon is a serverless PostgreSQL platform where roles are database-level users that can connect to the database and have specific permissions. Use this endpoint to: - Create application service accounts for database access - Set up read-only users for reporting - Create admin roles for database management The created role will have an auto-generated password returned in the response. Store this password securely as it may not be retrievable later. You can use the 'reveal_role_password' endpoint to retrieve it again if needed. Note: Role names must be valid PostgreSQL identifiers (max 63 bytes).\",\n input: NeonAddRoleToBranchInput,\n output: NeonAddRoleToBranchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2HAA2H;CAC1J,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CAClI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2KAA2K;AAC7M,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,wCAAsD,EAAE,OAAO;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC1E,WAAW,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAMlF,MAAa,sBAAsB,OAAO,2BAA2B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVqD,EAAE,OAAO;EAC9D,MAAM,sCAAsC,SAAS;EACrD,YAAY,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxJ,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/count-project-branches.ts
|
|
4
|
+
const NeonCountProjectBranchesInput = zod.z.object({
|
|
5
|
+
search: zod.z.string().describe("Count branches matching the `name` in search query").optional(),
|
|
6
|
+
project_id: zod.z.string().describe("The Neon project ID")
|
|
7
|
+
}).describe("Request schema for `CountProjectBranches`");
|
|
8
|
+
const NeonCountProjectBranchesOutput = zod.z.object({ count: zod.z.number().int().describe("The total number of branches in the project") }).describe("Response schema for `CountProjectBranches`");
|
|
9
|
+
const neonCountProjectBranches = require_action.action("NEON_COUNT_PROJECT_BRANCHES", {
|
|
10
|
+
slug: "neon-count-project-branches",
|
|
11
|
+
name: "Count project branches",
|
|
12
|
+
description: "Tool to get the total number of branches in a Neon project. Use when you need to count branches without retrieving full branch details. Optionally filter by branch name using the search parameter.",
|
|
13
|
+
input: NeonCountProjectBranchesInput,
|
|
14
|
+
output: NeonCountProjectBranchesOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.neonCountProjectBranches = neonCountProjectBranches;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=count-project-branches.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"count-project-branches.cjs","names":["z","action"],"sources":["../../src/actions/count-project-branches.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonCountProjectBranchesInput: z.ZodTypeAny = z.object({\n search: z.string().describe(\"Count branches matching the `name` in search query\").optional(),\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `CountProjectBranches`\");\nexport const NeonCountProjectBranchesOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"The total number of branches in the project\"),\n}).describe(\"Response schema for `CountProjectBranches`\");\n\nexport const neonCountProjectBranches = action(\"NEON_COUNT_PROJECT_BRANCHES\", {\n slug: \"neon-count-project-branches\",\n name: \"Count project branches\",\n description: \"Tool to get the total number of branches in a Neon project. Use when you need to count branches without retrieving full branch details. Optionally filter by branch name using the search parameter.\",\n input: NeonCountProjectBranchesInput,\n output: NeonCountProjectBranchesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;AACvD,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,EAChF,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/count-project-branches.d.ts
|
|
4
|
+
declare const NeonCountProjectBranchesInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonCountProjectBranchesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonCountProjectBranches: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonCountProjectBranches };
|
|
9
|
+
//# sourceMappingURL=count-project-branches.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"count-project-branches.d.cts","names":[],"sources":["../../src/actions/count-project-branches.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGU;AAAA,cAC3C,8BAAA,EAAgC,CAAA,CAAE,UAEU;AAAA,cAE5C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/count-project-branches.d.ts
|
|
4
|
+
declare const NeonCountProjectBranchesInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonCountProjectBranchesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonCountProjectBranches: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonCountProjectBranches };
|
|
9
|
+
//# sourceMappingURL=count-project-branches.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"count-project-branches.d.mts","names":[],"sources":["../../src/actions/count-project-branches.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAGU;AAAA,cAC3C,8BAAA,EAAgC,CAAA,CAAE,UAEU;AAAA,cAE5C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const neonCountProjectBranches = action("NEON_COUNT_PROJECT_BRANCHES", {
|
|
4
|
+
slug: "neon-count-project-branches",
|
|
5
|
+
name: "Count project branches",
|
|
6
|
+
description: "Tool to get the total number of branches in a Neon project. Use when you need to count branches without retrieving full branch details. Optionally filter by branch name using the search parameter.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
search: z.string().describe("Count branches matching the `name` in search query").optional(),
|
|
9
|
+
project_id: z.string().describe("The Neon project ID")
|
|
10
|
+
}).describe("Request schema for `CountProjectBranches`"),
|
|
11
|
+
output: z.object({ count: z.number().int().describe("The total number of branches in the project") }).describe("Response schema for `CountProjectBranches`")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { neonCountProjectBranches };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=count-project-branches.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"count-project-branches.mjs","names":[],"sources":["../../src/actions/count-project-branches.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonCountProjectBranchesInput: z.ZodTypeAny = z.object({\n search: z.string().describe(\"Count branches matching the `name` in search query\").optional(),\n project_id: z.string().describe(\"The Neon project ID\"),\n}).describe(\"Request schema for `CountProjectBranches`\");\nexport const NeonCountProjectBranchesOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"The total number of branches in the project\"),\n}).describe(\"Response schema for `CountProjectBranches`\");\n\nexport const neonCountProjectBranches = action(\"NEON_COUNT_PROJECT_BRANCHES\", {\n slug: \"neon-count-project-branches\",\n name: \"Count project branches\",\n description: \"Tool to get the total number of branches in a Neon project. Use when you need to count branches without retrieving full branch details. Optionally filter by branch name using the search parameter.\",\n input: NeonCountProjectBranchesInput,\n output: NeonCountProjectBranchesOutput,\n});\n"],"mappings":";;AAYA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZyD,EAAE,OAAO;EAClE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;EAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACvD,CAAC,CAAC,CAAC,SAAS,2CASH;CACP,QAT0D,EAAE,OAAO,EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,EAChF,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-api-key-for-organization.ts
|
|
4
|
+
const NeonCreateApiKeyForOrganizationInput = zod.z.object({
|
|
5
|
+
org_id: zod.z.string().describe("The Neon organization ID. Can be found in the Organization Settings page."),
|
|
6
|
+
key_name: zod.z.string().describe("A user-specified name for the API key. Maximum length: 64 characters. This name helps identify and manage the key.")
|
|
7
|
+
}).describe("Request schema for `CreateApiKeyForOrganization`");
|
|
8
|
+
const NeonCreateApiKeyForOrganizationOutput = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("The unique API key identifier (int64)."),
|
|
10
|
+
key: zod.z.string().describe("The generated 64-bit token required to access the Neon API. Store this securely as it cannot be retrieved later."),
|
|
11
|
+
name: zod.z.string().describe("The user-specified API key name."),
|
|
12
|
+
created_at: zod.z.string().describe("Timestamp when the API key was created (ISO 8601 format)."),
|
|
13
|
+
created_by: zod.z.string().describe("UUID of the user who created the API key.")
|
|
14
|
+
}).describe("Response schema for `CreateApiKeyForOrganization`");
|
|
15
|
+
const neonCreateApiKeyForOrganization = require_action.action("NEON_CREATE_API_KEY_FOR_ORGANIZATION", {
|
|
16
|
+
slug: "neon-create-api-key-for-organization",
|
|
17
|
+
name: "Create API Key for Organization",
|
|
18
|
+
description: "Creates a new API key for the specified organization in Neon. The API key is used for authenticating and authorizing access to the Neon API. The `key_name` parameter allows for easy identification and management of multiple API keys within the organization. IMPORTANT: The actual API key value is returned only once in the response and cannot be retrieved later. Store it securely immediately after creation. Organization API keys provide admin-level access to all organization resources, including projects, members, and settings. Only organization admins can create these keys.",
|
|
19
|
+
input: NeonCreateApiKeyForOrganizationInput,
|
|
20
|
+
output: NeonCreateApiKeyForOrganizationOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.neonCreateApiKeyForOrganization = neonCreateApiKeyForOrganization;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=create-api-key-for-organization.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-api-key-for-organization.cjs","names":["z","action"],"sources":["../../src/actions/create-api-key-for-organization.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonCreateApiKeyForOrganizationInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID. Can be found in the Organization Settings page.\"),\n key_name: z.string().describe(\"A user-specified name for the API key. Maximum length: 64 characters. This name helps identify and manage the key.\"),\n}).describe(\"Request schema for `CreateApiKeyForOrganization`\");\nexport const NeonCreateApiKeyForOrganizationOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique API key identifier (int64).\"),\n key: z.string().describe(\"The generated 64-bit token required to access the Neon API. Store this securely as it cannot be retrieved later.\"),\n name: z.string().describe(\"The user-specified API key name.\"),\n created_at: z.string().describe(\"Timestamp when the API key was created (ISO 8601 format).\"),\n created_by: z.string().describe(\"UUID of the user who created the API key.\"),\n}).describe(\"Response schema for `CreateApiKeyForOrganization`\");\n\nexport const neonCreateApiKeyForOrganization = action(\"NEON_CREATE_API_KEY_FOR_ORGANIZATION\", {\n slug: \"neon-create-api-key-for-organization\",\n name: \"Create API Key for Organization\",\n description: \"Creates a new API key for the specified organization in Neon. The API key is used for authenticating and authorizing access to the Neon API. The `key_name` parameter allows for easy identification and management of multiple API keys within the organization. IMPORTANT: The actual API key value is returned only once in the response and cannot be retrieved later. Store it securely immediately after creation. Organization API keys provide admin-level access to all organization resources, including projects, members, and settings. Only organization admins can create these keys.\",\n input: NeonCreateApiKeyForOrganizationInput,\n output: NeonCreateApiKeyForOrganizationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;CACvG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH;AACpJ,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH;CAC3I,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC3F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AAC7E,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,kCAAkCC,eAAAA,OAAO,wCAAwC;CAC5F,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/create-api-key-for-organization.d.ts
|
|
4
|
+
declare const NeonCreateApiKeyForOrganizationInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonCreateApiKeyForOrganizationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonCreateApiKeyForOrganization: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonCreateApiKeyForOrganization };
|
|
9
|
+
//# sourceMappingURL=create-api-key-for-organization.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-api-key-for-organization.d.cts","names":[],"sources":["../../src/actions/create-api-key-for-organization.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAGU;AAAA,cAClD,qCAAA,EAAuC,CAAA,CAAE,UAMU;AAAA,cAEnD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-api-key-for-organization.d.ts
|
|
4
|
+
declare const NeonCreateApiKeyForOrganizationInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonCreateApiKeyForOrganizationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonCreateApiKeyForOrganization: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonCreateApiKeyForOrganization };
|
|
9
|
+
//# sourceMappingURL=create-api-key-for-organization.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-api-key-for-organization.d.mts","names":[],"sources":["../../src/actions/create-api-key-for-organization.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAGU;AAAA,cAClD,qCAAA,EAAuC,CAAA,CAAE,UAMU;AAAA,cAEnD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const neonCreateApiKeyForOrganization = action("NEON_CREATE_API_KEY_FOR_ORGANIZATION", {
|
|
4
|
+
slug: "neon-create-api-key-for-organization",
|
|
5
|
+
name: "Create API Key for Organization",
|
|
6
|
+
description: "Creates a new API key for the specified organization in Neon. The API key is used for authenticating and authorizing access to the Neon API. The `key_name` parameter allows for easy identification and management of multiple API keys within the organization. IMPORTANT: The actual API key value is returned only once in the response and cannot be retrieved later. Store it securely immediately after creation. Organization API keys provide admin-level access to all organization resources, including projects, members, and settings. Only organization admins can create these keys.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
org_id: z.string().describe("The Neon organization ID. Can be found in the Organization Settings page."),
|
|
9
|
+
key_name: z.string().describe("A user-specified name for the API key. Maximum length: 64 characters. This name helps identify and manage the key.")
|
|
10
|
+
}).describe("Request schema for `CreateApiKeyForOrganization`"),
|
|
11
|
+
output: z.object({
|
|
12
|
+
id: z.string().describe("The unique API key identifier (int64)."),
|
|
13
|
+
key: z.string().describe("The generated 64-bit token required to access the Neon API. Store this securely as it cannot be retrieved later."),
|
|
14
|
+
name: z.string().describe("The user-specified API key name."),
|
|
15
|
+
created_at: z.string().describe("Timestamp when the API key was created (ISO 8601 format)."),
|
|
16
|
+
created_by: z.string().describe("UUID of the user who created the API key.")
|
|
17
|
+
}).describe("Response schema for `CreateApiKeyForOrganization`")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { neonCreateApiKeyForOrganization };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=create-api-key-for-organization.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-api-key-for-organization.mjs","names":[],"sources":["../../src/actions/create-api-key-for-organization.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonCreateApiKeyForOrganizationInput: z.ZodTypeAny = z.object({\n org_id: z.string().describe(\"The Neon organization ID. Can be found in the Organization Settings page.\"),\n key_name: z.string().describe(\"A user-specified name for the API key. Maximum length: 64 characters. This name helps identify and manage the key.\"),\n}).describe(\"Request schema for `CreateApiKeyForOrganization`\");\nexport const NeonCreateApiKeyForOrganizationOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique API key identifier (int64).\"),\n key: z.string().describe(\"The generated 64-bit token required to access the Neon API. Store this securely as it cannot be retrieved later.\"),\n name: z.string().describe(\"The user-specified API key name.\"),\n created_at: z.string().describe(\"Timestamp when the API key was created (ISO 8601 format).\"),\n created_by: z.string().describe(\"UUID of the user who created the API key.\"),\n}).describe(\"Response schema for `CreateApiKeyForOrganization`\");\n\nexport const neonCreateApiKeyForOrganization = action(\"NEON_CREATE_API_KEY_FOR_ORGANIZATION\", {\n slug: \"neon-create-api-key-for-organization\",\n name: \"Create API Key for Organization\",\n description: \"Creates a new API key for the specified organization in Neon. The API key is used for authenticating and authorizing access to the Neon API. The `key_name` parameter allows for easy identification and management of multiple API keys within the organization. IMPORTANT: The actual API key value is returned only once in the response and cannot be retrieved later. Store it securely immediately after creation. Organization API keys provide admin-level access to all organization resources, including projects, members, and settings. Only organization admins can create these keys.\",\n input: NeonCreateApiKeyForOrganizationInput,\n output: NeonCreateApiKeyForOrganizationOutput,\n});\n"],"mappings":";;AAgBA,MAAa,kCAAkC,OAAO,wCAAwC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBgE,EAAE,OAAO;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;EACvG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH;CACpJ,CAAC,CAAC,CAAC,SAAS,kDAaH;CACP,QAbiE,EAAE,OAAO;EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EAChE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH;EAC3I,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC7E,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/create-auth-keys.ts
|
|
4
|
+
const NeonCreateAuthKeysInput = zod.z.object({
|
|
5
|
+
project_id: zod.z.string().describe("The Neon project ID (e.g., 'proud-meadow-87189985'). Must match the pattern: lowercase letters, numbers, and hyphens, 1-60 characters. You can obtain the project_id by listing the projects for your Neon account."),
|
|
6
|
+
auth_provider: zod.z.enum([
|
|
7
|
+
"mock",
|
|
8
|
+
"stack",
|
|
9
|
+
"stack_v2",
|
|
10
|
+
"better_auth"
|
|
11
|
+
]).describe("The authentication provider to create SDK keys for. Options: 'mock' (for testing), 'stack' (Stack Auth v1), 'stack_v2' (Stack Auth v2), 'better_auth' (Better Auth).")
|
|
12
|
+
}).describe("Request model for creating Auth Provider SDK keys.");
|
|
13
|
+
const NeonCreateAuthKeysOutput = zod.z.object({
|
|
14
|
+
base_url: zod.z.string().describe("Base URL for the authentication service API.").nullable().optional(),
|
|
15
|
+
jwks_url: zod.z.string().describe("JSON Web Key Set URL for JWT token verification. Used to validate authentication tokens."),
|
|
16
|
+
table_name: zod.z.string().describe("The database table name for storing authentication data."),
|
|
17
|
+
schema_name: zod.z.string().describe("The database schema name where auth tables are stored."),
|
|
18
|
+
auth_provider: zod.z.string().describe("The authentication provider that was configured."),
|
|
19
|
+
pub_client_key: zod.z.string().describe("Public client key for frontend SDK integration. Safe to expose in client-side code."),
|
|
20
|
+
secret_server_key: zod.z.string().describe("Secret server key for backend SDK integration. Must be kept secure and never exposed to clients."),
|
|
21
|
+
auth_provider_project_id: zod.z.string().describe("The unique project identifier from the auth provider.")
|
|
22
|
+
}).describe("Response model for Auth Provider SDK keys.");
|
|
23
|
+
const neonCreateAuthKeys = require_action.action("NEON_CREATE_AUTH_KEYS", {
|
|
24
|
+
slug: "neon-create-auth-keys",
|
|
25
|
+
name: "Create Auth Provider SDK Keys",
|
|
26
|
+
description: "Tool to generate SDK or API keys for authentication providers. Use when setting up authentication for a Neon project with providers like Stack Auth, Better Auth, or for testing with mock provider.",
|
|
27
|
+
input: NeonCreateAuthKeysInput,
|
|
28
|
+
output: NeonCreateAuthKeysOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.neonCreateAuthKeys = neonCreateAuthKeys;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=create-auth-keys.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-auth-keys.cjs","names":["z","action"],"sources":["../../src/actions/create-auth-keys.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonCreateAuthKeysInput: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The Neon project ID (e.g., 'proud-meadow-87189985'). Must match the pattern: lowercase letters, numbers, and hyphens, 1-60 characters. You can obtain the project_id by listing the projects for your Neon account.\"),\n auth_provider: z.enum([\"mock\", \"stack\", \"stack_v2\", \"better_auth\"]).describe(\"The authentication provider to create SDK keys for. Options: 'mock' (for testing), 'stack' (Stack Auth v1), 'stack_v2' (Stack Auth v2), 'better_auth' (Better Auth).\"),\n}).describe(\"Request model for creating Auth Provider SDK keys.\");\nexport const NeonCreateAuthKeysOutput: z.ZodTypeAny = z.object({\n base_url: z.string().describe(\"Base URL for the authentication service API.\").nullable().optional(),\n jwks_url: z.string().describe(\"JSON Web Key Set URL for JWT token verification. Used to validate authentication tokens.\"),\n table_name: z.string().describe(\"The database table name for storing authentication data.\"),\n schema_name: z.string().describe(\"The database schema name where auth tables are stored.\"),\n auth_provider: z.string().describe(\"The authentication provider that was configured.\"),\n pub_client_key: z.string().describe(\"Public client key for frontend SDK integration. Safe to expose in client-side code.\"),\n secret_server_key: z.string().describe(\"Secret server key for backend SDK integration. Must be kept secure and never exposed to clients.\"),\n auth_provider_project_id: z.string().describe(\"The unique project identifier from the auth provider.\"),\n}).describe(\"Response model for Auth Provider SDK keys.\");\n\nexport const neonCreateAuthKeys = action(\"NEON_CREATE_AUTH_KEYS\", {\n slug: \"neon-create-auth-keys\",\n name: \"Create Auth Provider SDK Keys\",\n description: \"Tool to generate SDK or API keys for authentication providers. Use when setting up authentication for a Neon project with providers like Stack Auth, Better Auth, or for testing with mock provider.\",\n input: NeonCreateAuthKeysInput,\n output: NeonCreateAuthKeysOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qNAAqN;CACrP,eAAeA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAS;EAAY;CAAa,CAAC,CAAC,CAAC,SAAS,sKAAsK;AACrP,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;CACxH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACzF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACrF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF;CACzH,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG;CACzI,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;AACvG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,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/create-auth-keys.d.ts
|
|
4
|
+
declare const NeonCreateAuthKeysInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonCreateAuthKeysOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonCreateAuthKeys: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonCreateAuthKeys };
|
|
9
|
+
//# sourceMappingURL=create-auth-keys.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-auth-keys.d.cts","names":[],"sources":["../../src/actions/create-auth-keys.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAGyB;AAAA,cACpD,wBAAA,EAA0B,CAAA,CAAE,UASgB;AAAA,cAE5C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/create-auth-keys.d.ts
|
|
4
|
+
declare const NeonCreateAuthKeysInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonCreateAuthKeysOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonCreateAuthKeys: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonCreateAuthKeys };
|
|
9
|
+
//# sourceMappingURL=create-auth-keys.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-auth-keys.d.mts","names":[],"sources":["../../src/actions/create-auth-keys.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAGyB;AAAA,cACpD,wBAAA,EAA0B,CAAA,CAAE,UASgB;AAAA,cAE5C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|