@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,74 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/restore-snapshot.ts
|
|
4
|
+
const NeonRestoreSnapshotInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("A name for the newly restored branch. If omitted, a default name will be generated.").optional(),
|
|
6
|
+
project_id: zod.z.string().describe("The Neon project ID (e.g., 'proud-meadow-87189985'). You can obtain the project_id by listing projects for your Neon account."),
|
|
7
|
+
snapshot_id: zod.z.string().describe("The snapshot ID to restore (e.g., 'snap-wispy-union-ahw80v1u'). You can obtain snapshot IDs by listing snapshots for a project."),
|
|
8
|
+
finalize_restore: zod.z.boolean().default(false).describe("Set to true to finalize the restore operation immediately. This will complete the restore and move any associated computes to the new branch. Defaults to false to allow previewing the restored snapshot data first.").optional(),
|
|
9
|
+
target_branch_id: zod.z.string().describe("The ID of the branch to restore the snapshot into. If not specified, the branch from which the snapshot was originally created will be used.").optional()
|
|
10
|
+
}).describe("Request model for restoring a Neon snapshot to a new branch.");
|
|
11
|
+
const NeonRestoreSnapshot_BranchInfoSchema = zod.z.object({
|
|
12
|
+
id: zod.z.string().describe("The unique identifier of the branch").nullable().optional(),
|
|
13
|
+
name: zod.z.string().describe("The name of the branch").nullable().optional(),
|
|
14
|
+
parent_id: zod.z.string().describe("The ID of the parent branch").nullable().optional(),
|
|
15
|
+
created_at: zod.z.string().describe("Timestamp when the branch was created").nullable().optional(),
|
|
16
|
+
parent_lsn: zod.z.string().describe("The Log Sequence Number (LSN) of the parent branch").nullable().optional(),
|
|
17
|
+
project_id: zod.z.string().describe("The project ID that this branch belongs to").nullable().optional(),
|
|
18
|
+
updated_at: zod.z.string().describe("Timestamp when the branch was last updated").nullable().optional(),
|
|
19
|
+
logical_size: zod.z.number().int().describe("The logical size of the branch data in bytes").nullable().optional(),
|
|
20
|
+
current_state: zod.z.string().describe("The current state of the branch").nullable().optional(),
|
|
21
|
+
pending_state: zod.z.string().describe("The pending state of the branch (if transitioning)").nullable().optional(),
|
|
22
|
+
physical_size: zod.z.number().int().describe("The physical size of the branch data in bytes").nullable().optional(),
|
|
23
|
+
parent_timestamp: zod.z.string().describe("The timestamp when the branch was created from parent").nullable().optional()
|
|
24
|
+
}).describe("Information about the restored branch.");
|
|
25
|
+
const NeonRestoreSnapshot_EndpointInfoSchema = zod.z.object({
|
|
26
|
+
id: zod.z.string().describe("The unique identifier of the endpoint").nullable().optional(),
|
|
27
|
+
host: zod.z.string().describe("The host address of the endpoint").nullable().optional(),
|
|
28
|
+
type: zod.z.string().describe("The type of endpoint").nullable().optional(),
|
|
29
|
+
disabled: zod.z.boolean().describe("Whether the endpoint is disabled").nullable().optional(),
|
|
30
|
+
settings: zod.z.object({}).describe("Additional settings for the endpoint").nullable().optional(),
|
|
31
|
+
branch_id: zod.z.string().describe("The branch ID that this endpoint is connected to").nullable().optional(),
|
|
32
|
+
region_id: zod.z.string().describe("The region where the endpoint is located").nullable().optional(),
|
|
33
|
+
created_at: zod.z.string().describe("Timestamp when the endpoint was created").nullable().optional(),
|
|
34
|
+
project_id: zod.z.string().describe("The project ID that this endpoint belongs to").nullable().optional(),
|
|
35
|
+
proxy_host: zod.z.string().describe("The proxy host for the endpoint").nullable().optional(),
|
|
36
|
+
updated_at: zod.z.string().describe("Timestamp when the endpoint was last updated").nullable().optional(),
|
|
37
|
+
pooler_mode: zod.z.string().describe("The connection pooler mode").nullable().optional(),
|
|
38
|
+
provisioner: zod.z.string().describe("The provisioner used for this endpoint").nullable().optional(),
|
|
39
|
+
current_state: zod.z.string().describe("The current state of the endpoint").nullable().optional(),
|
|
40
|
+
pending_state: zod.z.string().describe("The pending state of the endpoint (if transitioning)").nullable().optional(),
|
|
41
|
+
pooler_enabled: zod.z.boolean().describe("Whether connection pooling is enabled").nullable().optional(),
|
|
42
|
+
passwordless_access: zod.z.boolean().describe("Whether passwordless access is enabled").nullable().optional(),
|
|
43
|
+
suspend_timeout_seconds: zod.z.number().int().describe("Timeout in seconds before the compute is suspended").nullable().optional(),
|
|
44
|
+
autoscaling_limit_max_cu: zod.z.number().describe("Maximum compute units for autoscaling").nullable().optional(),
|
|
45
|
+
autoscaling_limit_min_cu: zod.z.number().describe("Minimum compute units for autoscaling").nullable().optional()
|
|
46
|
+
}).describe("Information about compute endpoints.");
|
|
47
|
+
const NeonRestoreSnapshot_OperationInfoSchema = zod.z.object({
|
|
48
|
+
id: zod.z.string().describe("The unique identifier of the operation").nullable().optional(),
|
|
49
|
+
action: zod.z.string().describe("The action being performed").nullable().optional(),
|
|
50
|
+
status: zod.z.string().describe("The current status of the operation").nullable().optional(),
|
|
51
|
+
branch_id: zod.z.string().describe("The branch ID associated with this operation").nullable().optional(),
|
|
52
|
+
created_at: zod.z.string().describe("Timestamp when the operation was created").nullable().optional(),
|
|
53
|
+
project_id: zod.z.string().describe("The project ID associated with this operation").nullable().optional(),
|
|
54
|
+
updated_at: zod.z.string().describe("Timestamp when the operation was last updated").nullable().optional(),
|
|
55
|
+
endpoint_id: zod.z.string().describe("The endpoint ID associated with this operation").nullable().optional(),
|
|
56
|
+
failures_count: zod.z.number().int().describe("The number of failures encountered").nullable().optional(),
|
|
57
|
+
total_duration_ms: zod.z.number().int().describe("Total duration of the operation in milliseconds").nullable().optional()
|
|
58
|
+
}).describe("Information about an operation.");
|
|
59
|
+
const NeonRestoreSnapshotOutput = zod.z.object({
|
|
60
|
+
branch: NeonRestoreSnapshot_BranchInfoSchema.nullable(),
|
|
61
|
+
endpoints: zod.z.array(NeonRestoreSnapshot_EndpointInfoSchema).describe("List of endpoints associated with the restored branch").nullable().optional(),
|
|
62
|
+
operations: zod.z.array(NeonRestoreSnapshot_OperationInfoSchema).describe("List of operations performed during the restore")
|
|
63
|
+
}).describe("Response model containing the restored branch and operation details.");
|
|
64
|
+
const neonRestoreSnapshot = require_action.action("NEON_RESTORE_SNAPSHOT", {
|
|
65
|
+
slug: "neon-restore-snapshot",
|
|
66
|
+
name: "Restore snapshot to new branch",
|
|
67
|
+
description: "Tool to restore a Neon snapshot to a new branch. Use when you need to recover data from a snapshot or create a branch from a previous point in time. This endpoint is currently in Beta.",
|
|
68
|
+
input: NeonRestoreSnapshotInput,
|
|
69
|
+
output: NeonRestoreSnapshotOutput
|
|
70
|
+
});
|
|
71
|
+
//#endregion
|
|
72
|
+
exports.neonRestoreSnapshot = neonRestoreSnapshot;
|
|
73
|
+
|
|
74
|
+
//# sourceMappingURL=restore-snapshot.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-snapshot.cjs","names":["z","action"],"sources":["../../src/actions/restore-snapshot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRestoreSnapshotInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"A name for the newly restored branch. If omitted, a default name will be generated.\").optional(),\n project_id: z.string().describe(\"The Neon project ID (e.g., 'proud-meadow-87189985'). You can obtain the project_id by listing projects for your Neon account.\"),\n snapshot_id: z.string().describe(\"The snapshot ID to restore (e.g., 'snap-wispy-union-ahw80v1u'). You can obtain snapshot IDs by listing snapshots for a project.\"),\n finalize_restore: z.boolean().default(false).describe(\"Set to true to finalize the restore operation immediately. This will complete the restore and move any associated computes to the new branch. Defaults to false to allow previewing the restored snapshot data first.\").optional(),\n target_branch_id: z.string().describe(\"The ID of the branch to restore the snapshot into. If not specified, the branch from which the snapshot was originally created will be used.\").optional(),\n}).describe(\"Request model for restoring a Neon snapshot to a new branch.\");\nconst NeonRestoreSnapshot_BranchInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the branch\").nullable().optional(),\n name: z.string().describe(\"The name of the branch\").nullable().optional(),\n parent_id: z.string().describe(\"The ID of the parent branch\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the branch was created\").nullable().optional(),\n parent_lsn: z.string().describe(\"The Log Sequence Number (LSN) of the parent branch\").nullable().optional(),\n project_id: z.string().describe(\"The project ID that this branch belongs to\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the branch was last updated\").nullable().optional(),\n logical_size: z.number().int().describe(\"The logical size of the branch data in bytes\").nullable().optional(),\n current_state: z.string().describe(\"The current state of the branch\").nullable().optional(),\n pending_state: z.string().describe(\"The pending state of the branch (if transitioning)\").nullable().optional(),\n physical_size: z.number().int().describe(\"The physical size of the branch data in bytes\").nullable().optional(),\n parent_timestamp: z.string().describe(\"The timestamp when the branch was created from parent\").nullable().optional(),\n}).describe(\"Information about the restored branch.\");\nconst NeonRestoreSnapshot_EndpointInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the endpoint\").nullable().optional(),\n host: z.string().describe(\"The host address of the endpoint\").nullable().optional(),\n type: z.string().describe(\"The type of endpoint\").nullable().optional(),\n disabled: z.boolean().describe(\"Whether the endpoint is disabled\").nullable().optional(),\n settings: z.object({}).describe(\"Additional settings for the endpoint\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID that this endpoint is connected to\").nullable().optional(),\n region_id: z.string().describe(\"The region where the endpoint is located\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the endpoint was created\").nullable().optional(),\n project_id: z.string().describe(\"The project ID that this endpoint belongs to\").nullable().optional(),\n proxy_host: z.string().describe(\"The proxy host for the endpoint\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the endpoint was last updated\").nullable().optional(),\n pooler_mode: z.string().describe(\"The connection pooler mode\").nullable().optional(),\n provisioner: z.string().describe(\"The provisioner used for this endpoint\").nullable().optional(),\n current_state: z.string().describe(\"The current state of the endpoint\").nullable().optional(),\n pending_state: z.string().describe(\"The pending state of the endpoint (if transitioning)\").nullable().optional(),\n pooler_enabled: z.boolean().describe(\"Whether connection pooling is enabled\").nullable().optional(),\n passwordless_access: z.boolean().describe(\"Whether passwordless access is enabled\").nullable().optional(),\n suspend_timeout_seconds: z.number().int().describe(\"Timeout in seconds before the compute is suspended\").nullable().optional(),\n autoscaling_limit_max_cu: z.number().describe(\"Maximum compute units for autoscaling\").nullable().optional(),\n autoscaling_limit_min_cu: z.number().describe(\"Minimum compute units for autoscaling\").nullable().optional(),\n}).describe(\"Information about compute endpoints.\");\nconst NeonRestoreSnapshot_OperationInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the operation\").nullable().optional(),\n action: z.string().describe(\"The action being performed\").nullable().optional(),\n status: z.string().describe(\"The current status of the operation\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID associated with this 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 this 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 this operation\").nullable().optional(),\n failures_count: z.number().int().describe(\"The number of failures encountered\").nullable().optional(),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds\").nullable().optional(),\n}).describe(\"Information about an operation.\");\nexport const NeonRestoreSnapshotOutput: z.ZodTypeAny = z.object({\n branch: NeonRestoreSnapshot_BranchInfoSchema.nullable(),\n endpoints: z.array(NeonRestoreSnapshot_EndpointInfoSchema).describe(\"List of endpoints associated with the restored branch\").nullable().optional(),\n operations: z.array(NeonRestoreSnapshot_OperationInfoSchema).describe(\"List of operations performed during the restore\"),\n}).describe(\"Response model containing the restored branch and operation details.\");\n\nexport const neonRestoreSnapshot = action(\"NEON_RESTORE_SNAPSHOT\", {\n slug: \"neon-restore-snapshot\",\n name: \"Restore snapshot to new branch\",\n description: \"Tool to restore a Neon snapshot to a new branch. Use when you need to recover data from a snapshot or create a branch from a previous point in time. This endpoint is currently in Beta.\",\n input: NeonRestoreSnapshotInput,\n output: NeonRestoreSnapshotOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/restore-snapshot.d.ts
|
|
4
|
+
declare const NeonRestoreSnapshotInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRestoreSnapshotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRestoreSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRestoreSnapshot };
|
|
9
|
+
//# sourceMappingURL=restore-snapshot.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-snapshot.d.cts","names":[],"sources":["../../src/actions/restore-snapshot.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAMkC;AAAA,cAiD9D,yBAAA,EAA2B,CAAA,CAAE,UAIyC;AAAA,cAEtE,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/restore-snapshot.d.ts
|
|
4
|
+
declare const NeonRestoreSnapshotInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRestoreSnapshotOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRestoreSnapshot: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRestoreSnapshot };
|
|
9
|
+
//# sourceMappingURL=restore-snapshot.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-snapshot.d.mts","names":[],"sources":["../../src/actions/restore-snapshot.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAMkC;AAAA,cAiD9D,yBAAA,EAA2B,CAAA,CAAE,UAIyC;AAAA,cAEtE,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/restore-snapshot.ts
|
|
4
|
+
const NeonRestoreSnapshotInput = z.object({
|
|
5
|
+
name: z.string().describe("A name for the newly restored branch. If omitted, a default name will be generated.").optional(),
|
|
6
|
+
project_id: z.string().describe("The Neon project ID (e.g., 'proud-meadow-87189985'). You can obtain the project_id by listing projects for your Neon account."),
|
|
7
|
+
snapshot_id: z.string().describe("The snapshot ID to restore (e.g., 'snap-wispy-union-ahw80v1u'). You can obtain snapshot IDs by listing snapshots for a project."),
|
|
8
|
+
finalize_restore: z.boolean().default(false).describe("Set to true to finalize the restore operation immediately. This will complete the restore and move any associated computes to the new branch. Defaults to false to allow previewing the restored snapshot data first.").optional(),
|
|
9
|
+
target_branch_id: z.string().describe("The ID of the branch to restore the snapshot into. If not specified, the branch from which the snapshot was originally created will be used.").optional()
|
|
10
|
+
}).describe("Request model for restoring a Neon snapshot to a new branch.");
|
|
11
|
+
const NeonRestoreSnapshot_BranchInfoSchema = z.object({
|
|
12
|
+
id: z.string().describe("The unique identifier of the branch").nullable().optional(),
|
|
13
|
+
name: z.string().describe("The name of the branch").nullable().optional(),
|
|
14
|
+
parent_id: z.string().describe("The ID of the parent branch").nullable().optional(),
|
|
15
|
+
created_at: z.string().describe("Timestamp when the branch was created").nullable().optional(),
|
|
16
|
+
parent_lsn: z.string().describe("The Log Sequence Number (LSN) of the parent branch").nullable().optional(),
|
|
17
|
+
project_id: z.string().describe("The project ID that this branch belongs to").nullable().optional(),
|
|
18
|
+
updated_at: z.string().describe("Timestamp when the branch was last updated").nullable().optional(),
|
|
19
|
+
logical_size: z.number().int().describe("The logical size of the branch data in bytes").nullable().optional(),
|
|
20
|
+
current_state: z.string().describe("The current state of the branch").nullable().optional(),
|
|
21
|
+
pending_state: z.string().describe("The pending state of the branch (if transitioning)").nullable().optional(),
|
|
22
|
+
physical_size: z.number().int().describe("The physical size of the branch data in bytes").nullable().optional(),
|
|
23
|
+
parent_timestamp: z.string().describe("The timestamp when the branch was created from parent").nullable().optional()
|
|
24
|
+
}).describe("Information about the restored branch.");
|
|
25
|
+
const NeonRestoreSnapshot_EndpointInfoSchema = z.object({
|
|
26
|
+
id: z.string().describe("The unique identifier of the endpoint").nullable().optional(),
|
|
27
|
+
host: z.string().describe("The host address of the endpoint").nullable().optional(),
|
|
28
|
+
type: z.string().describe("The type of endpoint").nullable().optional(),
|
|
29
|
+
disabled: z.boolean().describe("Whether the endpoint is disabled").nullable().optional(),
|
|
30
|
+
settings: z.object({}).describe("Additional settings for the endpoint").nullable().optional(),
|
|
31
|
+
branch_id: z.string().describe("The branch ID that this endpoint is connected to").nullable().optional(),
|
|
32
|
+
region_id: z.string().describe("The region where the endpoint is located").nullable().optional(),
|
|
33
|
+
created_at: z.string().describe("Timestamp when the endpoint was created").nullable().optional(),
|
|
34
|
+
project_id: z.string().describe("The project ID that this endpoint belongs to").nullable().optional(),
|
|
35
|
+
proxy_host: z.string().describe("The proxy host for the endpoint").nullable().optional(),
|
|
36
|
+
updated_at: z.string().describe("Timestamp when the endpoint was last updated").nullable().optional(),
|
|
37
|
+
pooler_mode: z.string().describe("The connection pooler mode").nullable().optional(),
|
|
38
|
+
provisioner: z.string().describe("The provisioner used for this endpoint").nullable().optional(),
|
|
39
|
+
current_state: z.string().describe("The current state of the endpoint").nullable().optional(),
|
|
40
|
+
pending_state: z.string().describe("The pending state of the endpoint (if transitioning)").nullable().optional(),
|
|
41
|
+
pooler_enabled: z.boolean().describe("Whether connection pooling is enabled").nullable().optional(),
|
|
42
|
+
passwordless_access: z.boolean().describe("Whether passwordless access is enabled").nullable().optional(),
|
|
43
|
+
suspend_timeout_seconds: z.number().int().describe("Timeout in seconds before the compute is suspended").nullable().optional(),
|
|
44
|
+
autoscaling_limit_max_cu: z.number().describe("Maximum compute units for autoscaling").nullable().optional(),
|
|
45
|
+
autoscaling_limit_min_cu: z.number().describe("Minimum compute units for autoscaling").nullable().optional()
|
|
46
|
+
}).describe("Information about compute endpoints.");
|
|
47
|
+
const NeonRestoreSnapshot_OperationInfoSchema = z.object({
|
|
48
|
+
id: z.string().describe("The unique identifier of the operation").nullable().optional(),
|
|
49
|
+
action: z.string().describe("The action being performed").nullable().optional(),
|
|
50
|
+
status: z.string().describe("The current status of the operation").nullable().optional(),
|
|
51
|
+
branch_id: z.string().describe("The branch ID associated with this operation").nullable().optional(),
|
|
52
|
+
created_at: z.string().describe("Timestamp when the operation was created").nullable().optional(),
|
|
53
|
+
project_id: z.string().describe("The project ID associated with this operation").nullable().optional(),
|
|
54
|
+
updated_at: z.string().describe("Timestamp when the operation was last updated").nullable().optional(),
|
|
55
|
+
endpoint_id: z.string().describe("The endpoint ID associated with this operation").nullable().optional(),
|
|
56
|
+
failures_count: z.number().int().describe("The number of failures encountered").nullable().optional(),
|
|
57
|
+
total_duration_ms: z.number().int().describe("Total duration of the operation in milliseconds").nullable().optional()
|
|
58
|
+
}).describe("Information about an operation.");
|
|
59
|
+
const neonRestoreSnapshot = action("NEON_RESTORE_SNAPSHOT", {
|
|
60
|
+
slug: "neon-restore-snapshot",
|
|
61
|
+
name: "Restore snapshot to new branch",
|
|
62
|
+
description: "Tool to restore a Neon snapshot to a new branch. Use when you need to recover data from a snapshot or create a branch from a previous point in time. This endpoint is currently in Beta.",
|
|
63
|
+
input: NeonRestoreSnapshotInput,
|
|
64
|
+
output: z.object({
|
|
65
|
+
branch: NeonRestoreSnapshot_BranchInfoSchema.nullable(),
|
|
66
|
+
endpoints: z.array(NeonRestoreSnapshot_EndpointInfoSchema).describe("List of endpoints associated with the restored branch").nullable().optional(),
|
|
67
|
+
operations: z.array(NeonRestoreSnapshot_OperationInfoSchema).describe("List of operations performed during the restore")
|
|
68
|
+
}).describe("Response model containing the restored branch and operation details.")
|
|
69
|
+
});
|
|
70
|
+
//#endregion
|
|
71
|
+
export { neonRestoreSnapshot };
|
|
72
|
+
|
|
73
|
+
//# sourceMappingURL=restore-snapshot.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"restore-snapshot.mjs","names":[],"sources":["../../src/actions/restore-snapshot.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRestoreSnapshotInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"A name for the newly restored branch. If omitted, a default name will be generated.\").optional(),\n project_id: z.string().describe(\"The Neon project ID (e.g., 'proud-meadow-87189985'). You can obtain the project_id by listing projects for your Neon account.\"),\n snapshot_id: z.string().describe(\"The snapshot ID to restore (e.g., 'snap-wispy-union-ahw80v1u'). You can obtain snapshot IDs by listing snapshots for a project.\"),\n finalize_restore: z.boolean().default(false).describe(\"Set to true to finalize the restore operation immediately. This will complete the restore and move any associated computes to the new branch. Defaults to false to allow previewing the restored snapshot data first.\").optional(),\n target_branch_id: z.string().describe(\"The ID of the branch to restore the snapshot into. If not specified, the branch from which the snapshot was originally created will be used.\").optional(),\n}).describe(\"Request model for restoring a Neon snapshot to a new branch.\");\nconst NeonRestoreSnapshot_BranchInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the branch\").nullable().optional(),\n name: z.string().describe(\"The name of the branch\").nullable().optional(),\n parent_id: z.string().describe(\"The ID of the parent branch\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the branch was created\").nullable().optional(),\n parent_lsn: z.string().describe(\"The Log Sequence Number (LSN) of the parent branch\").nullable().optional(),\n project_id: z.string().describe(\"The project ID that this branch belongs to\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the branch was last updated\").nullable().optional(),\n logical_size: z.number().int().describe(\"The logical size of the branch data in bytes\").nullable().optional(),\n current_state: z.string().describe(\"The current state of the branch\").nullable().optional(),\n pending_state: z.string().describe(\"The pending state of the branch (if transitioning)\").nullable().optional(),\n physical_size: z.number().int().describe(\"The physical size of the branch data in bytes\").nullable().optional(),\n parent_timestamp: z.string().describe(\"The timestamp when the branch was created from parent\").nullable().optional(),\n}).describe(\"Information about the restored branch.\");\nconst NeonRestoreSnapshot_EndpointInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the endpoint\").nullable().optional(),\n host: z.string().describe(\"The host address of the endpoint\").nullable().optional(),\n type: z.string().describe(\"The type of endpoint\").nullable().optional(),\n disabled: z.boolean().describe(\"Whether the endpoint is disabled\").nullable().optional(),\n settings: z.object({}).describe(\"Additional settings for the endpoint\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID that this endpoint is connected to\").nullable().optional(),\n region_id: z.string().describe(\"The region where the endpoint is located\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the endpoint was created\").nullable().optional(),\n project_id: z.string().describe(\"The project ID that this endpoint belongs to\").nullable().optional(),\n proxy_host: z.string().describe(\"The proxy host for the endpoint\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the endpoint was last updated\").nullable().optional(),\n pooler_mode: z.string().describe(\"The connection pooler mode\").nullable().optional(),\n provisioner: z.string().describe(\"The provisioner used for this endpoint\").nullable().optional(),\n current_state: z.string().describe(\"The current state of the endpoint\").nullable().optional(),\n pending_state: z.string().describe(\"The pending state of the endpoint (if transitioning)\").nullable().optional(),\n pooler_enabled: z.boolean().describe(\"Whether connection pooling is enabled\").nullable().optional(),\n passwordless_access: z.boolean().describe(\"Whether passwordless access is enabled\").nullable().optional(),\n suspend_timeout_seconds: z.number().int().describe(\"Timeout in seconds before the compute is suspended\").nullable().optional(),\n autoscaling_limit_max_cu: z.number().describe(\"Maximum compute units for autoscaling\").nullable().optional(),\n autoscaling_limit_min_cu: z.number().describe(\"Minimum compute units for autoscaling\").nullable().optional(),\n}).describe(\"Information about compute endpoints.\");\nconst NeonRestoreSnapshot_OperationInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the operation\").nullable().optional(),\n action: z.string().describe(\"The action being performed\").nullable().optional(),\n status: z.string().describe(\"The current status of the operation\").nullable().optional(),\n branch_id: z.string().describe(\"The branch ID associated with this 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 this 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 this operation\").nullable().optional(),\n failures_count: z.number().int().describe(\"The number of failures encountered\").nullable().optional(),\n total_duration_ms: z.number().int().describe(\"Total duration of the operation in milliseconds\").nullable().optional(),\n}).describe(\"Information about an operation.\");\nexport const NeonRestoreSnapshotOutput: z.ZodTypeAny = z.object({\n branch: NeonRestoreSnapshot_BranchInfoSchema.nullable(),\n endpoints: z.array(NeonRestoreSnapshot_EndpointInfoSchema).describe(\"List of endpoints associated with the restored branch\").nullable().optional(),\n operations: z.array(NeonRestoreSnapshot_OperationInfoSchema).describe(\"List of operations performed during the restore\"),\n}).describe(\"Response model containing the restored branch and operation details.\");\n\nexport const neonRestoreSnapshot = action(\"NEON_RESTORE_SNAPSHOT\", {\n slug: \"neon-restore-snapshot\",\n name: \"Restore snapshot to new branch\",\n description: \"Tool to restore a Neon snapshot to a new branch. Use when you need to recover data from a snapshot or create a branch from a previous point in time. This endpoint is currently in Beta.\",\n input: NeonRestoreSnapshotInput,\n output: NeonRestoreSnapshotOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-account-consumption-history.ts
|
|
4
|
+
const NeonRetrieveAccountConsumptionHistoryInput = zod.z.object({
|
|
5
|
+
to: zod.z.string().describe("Specify the end `date-time` for the consumption period. The `date-time` value is rounded according to the specified granularity. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified granularity: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the past year."),
|
|
6
|
+
from: zod.z.string().describe("Specify the start `date-time` for the consumption period. The `date-time` value is rounded according to the specified `granularity`. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified granularity: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the past year. The consumption history is available starting from `March 1, 2024, at 00:00:00 UTC`."),
|
|
7
|
+
org_id: zod.z.string().describe("Specify the organization for which the consumption metrics should be returned. If this parameter is not provided, the endpoint will return the metrics for the authenticated user\"s account.").optional(),
|
|
8
|
+
granularity: zod.z.enum([
|
|
9
|
+
"hourly",
|
|
10
|
+
"daily",
|
|
11
|
+
"monthly"
|
|
12
|
+
]).describe("Specify the granularity of consumption metrics. Hourly, daily, and monthly metrics are available for the last 168 hours, 60 days, and 1 year, respectively."),
|
|
13
|
+
include_v1_metrics: zod.z.boolean().describe("Include metrics utilized in previous pricing models. - **data_storage_bytes_hour**: The sum of the maximum observed storage values for each hour for each project, which never decreases.").optional()
|
|
14
|
+
}).describe("Request schema for `RetrieveAccountConsumptionHistory`");
|
|
15
|
+
const NeonRetrieveAccountConsumptionHistory_ConsumptionMetricsSchema = zod.z.object({
|
|
16
|
+
timeframe_end: zod.z.string().describe("End timestamp of the measurement interval in RFC 3339 format"),
|
|
17
|
+
timeframe_start: zod.z.string().describe("Beginning timestamp of the measurement interval in RFC 3339 format"),
|
|
18
|
+
logical_size_bytes: zod.z.number().int().describe("Space consumed by actual data content (optional, may require include_v1_metrics parameter)").nullable().optional(),
|
|
19
|
+
written_data_bytes: zod.z.number().int().describe("The total amount of data written to all of a project's branches"),
|
|
20
|
+
active_time_seconds: zod.z.number().int().describe("The number of seconds the project's computes have been active during the period"),
|
|
21
|
+
compute_time_seconds: zod.z.number().int().describe("The number of CPU seconds used by the project's computes, including computes that have been deleted. For example: A compute that uses 1 CPU for 1 second equals 1; a compute that uses 2 CPUs simultaneously for 1 second equals 2"),
|
|
22
|
+
data_storage_bytes_hour: zod.z.number().int().describe("Hourly consumption of storage capacity measured in byte-hours (optional, may require include_v1_metrics parameter)").nullable().optional(),
|
|
23
|
+
logical_size_bytes_hour: zod.z.number().int().describe("Hourly measurement of logical data size in byte-hours (optional, may require include_v1_metrics parameter)").nullable().optional(),
|
|
24
|
+
synthetic_storage_size_bytes: zod.z.number().int().describe("The total space occupied in storage. Combines the logical data size and Write-Ahead Log (WAL) size for all branches")
|
|
25
|
+
}).describe("Time-segmented consumption metrics within a billing period");
|
|
26
|
+
const NeonRetrieveAccountConsumptionHistory_BillingPeriodSchema = zod.z.object({
|
|
27
|
+
period_id: zod.z.string().describe("Unique identifier for the billing period"),
|
|
28
|
+
consumption: zod.z.array(NeonRetrieveAccountConsumptionHistory_ConsumptionMetricsSchema).describe("Time-segmented consumption data within the period"),
|
|
29
|
+
period_plan: zod.z.string().describe("Plan type active during this period (e.g., 'scale', 'business', 'enterprise')").nullable().optional(),
|
|
30
|
+
period_start: zod.z.string().describe("Start timestamp of the billing period in RFC 3339 format").nullable().optional()
|
|
31
|
+
}).describe("Billing period containing consumption metrics");
|
|
32
|
+
const NeonRetrieveAccountConsumptionHistoryOutput = zod.z.object({ periods: zod.z.array(NeonRetrieveAccountConsumptionHistory_BillingPeriodSchema).describe("Collection of billing periods containing consumption metrics") }).describe("Response schema for `RetrieveAccountConsumptionHistory`");
|
|
33
|
+
const neonRetrieveAccountConsumptionHistory = require_action.action("NEON_RETRIEVE_ACCOUNT_CONSUMPTION_HISTORY", {
|
|
34
|
+
slug: "neon-retrieve-account-consumption-history",
|
|
35
|
+
name: "Retrieve account consumption history",
|
|
36
|
+
description: "Retrieves the consumption history for a specified account within the Neon platform. This endpoint provides detailed information about resource usage and associated costs over a given time period. It's particularly useful for analyzing usage patterns, forecasting future resource needs, and managing costs in the Neon B2B SaaS integration platform. The endpoint returns data such as compute time, storage usage, API calls, and any other billable resources specific to the Neon service. Users can specify a date range and optionally filter by resource types to get a granular view of their consumption. This tool should be used when detailed analytics on resource utilization and spending are required, such as for budget planning, usage optimization, or billing reconciliation. It does not provide real-time usage data and may have a slight delay in reflecting the most recent consumption.",
|
|
37
|
+
input: NeonRetrieveAccountConsumptionHistoryInput,
|
|
38
|
+
output: NeonRetrieveAccountConsumptionHistoryOutput
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
exports.neonRetrieveAccountConsumptionHistory = neonRetrieveAccountConsumptionHistory;
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=retrieve-account-consumption-history.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-account-consumption-history.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-account-consumption-history.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveAccountConsumptionHistoryInput: z.ZodTypeAny = z.object({\n to: z.string().describe(\"Specify the end `date-time` for the consumption period. The `date-time` value is rounded according to the specified granularity. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified granularity: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the past year.\"),\n from: z.string().describe(\"Specify the start `date-time` for the consumption period. The `date-time` value is rounded according to the specified `granularity`. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified granularity: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the past year. The consumption history is available starting from `March 1, 2024, at 00:00:00 UTC`.\"),\n org_id: z.string().describe(\"Specify the organization for which the consumption metrics should be returned. If this parameter is not provided, the endpoint will return the metrics for the authenticated user\\\"s account.\").optional(),\n granularity: z.enum([\"hourly\", \"daily\", \"monthly\"]).describe(\"Specify the granularity of consumption metrics. Hourly, daily, and monthly metrics are available for the last 168 hours, 60 days, and 1 year, respectively.\"),\n include_v1_metrics: z.boolean().describe(\"Include metrics utilized in previous pricing models. - **data_storage_bytes_hour**: The sum of the maximum observed storage values for each hour for each project, which never decreases.\").optional(),\n}).describe(\"Request schema for `RetrieveAccountConsumptionHistory`\");\nconst NeonRetrieveAccountConsumptionHistory_ConsumptionMetricsSchema: z.ZodTypeAny = z.object({\n timeframe_end: z.string().describe(\"End timestamp of the measurement interval in RFC 3339 format\"),\n timeframe_start: z.string().describe(\"Beginning timestamp of the measurement interval in RFC 3339 format\"),\n logical_size_bytes: z.number().int().describe(\"Space consumed by actual data content (optional, may require include_v1_metrics parameter)\").nullable().optional(),\n written_data_bytes: z.number().int().describe(\"The total amount of data written to all of a project's branches\"),\n active_time_seconds: z.number().int().describe(\"The number of seconds the project's computes have been active during the period\"),\n compute_time_seconds: z.number().int().describe(\"The number of CPU seconds used by the project's computes, including computes that have been deleted. For example: A compute that uses 1 CPU for 1 second equals 1; a compute that uses 2 CPUs simultaneously for 1 second equals 2\"),\n data_storage_bytes_hour: z.number().int().describe(\"Hourly consumption of storage capacity measured in byte-hours (optional, may require include_v1_metrics parameter)\").nullable().optional(),\n logical_size_bytes_hour: z.number().int().describe(\"Hourly measurement of logical data size in byte-hours (optional, may require include_v1_metrics parameter)\").nullable().optional(),\n synthetic_storage_size_bytes: z.number().int().describe(\"The total space occupied in storage. Combines the logical data size and Write-Ahead Log (WAL) size for all branches\"),\n}).describe(\"Time-segmented consumption metrics within a billing period\");\nconst NeonRetrieveAccountConsumptionHistory_BillingPeriodSchema: z.ZodTypeAny = z.object({\n period_id: z.string().describe(\"Unique identifier for the billing period\"),\n consumption: z.array(NeonRetrieveAccountConsumptionHistory_ConsumptionMetricsSchema).describe(\"Time-segmented consumption data within the period\"),\n period_plan: z.string().describe(\"Plan type active during this period (e.g., 'scale', 'business', 'enterprise')\").nullable().optional(),\n period_start: z.string().describe(\"Start timestamp of the billing period in RFC 3339 format\").nullable().optional(),\n}).describe(\"Billing period containing consumption metrics\");\nexport const NeonRetrieveAccountConsumptionHistoryOutput: z.ZodTypeAny = z.object({\n periods: z.array(NeonRetrieveAccountConsumptionHistory_BillingPeriodSchema).describe(\"Collection of billing periods containing consumption metrics\"),\n}).describe(\"Response schema for `RetrieveAccountConsumptionHistory`\");\n\nexport const neonRetrieveAccountConsumptionHistory = action(\"NEON_RETRIEVE_ACCOUNT_CONSUMPTION_HISTORY\", {\n slug: \"neon-retrieve-account-consumption-history\",\n name: \"Retrieve account consumption history\",\n description: \"Retrieves the consumption history for a specified account within the Neon platform. This endpoint provides detailed information about resource usage and associated costs over a given time period. It's particularly useful for analyzing usage patterns, forecasting future resource needs, and managing costs in the Neon B2B SaaS integration platform. The endpoint returns data such as compute time, storage usage, API calls, and any other billable resources specific to the Neon service. Users can specify a date range and optionally filter by resource types to get a granular view of their consumption. This tool should be used when detailed analytics on resource utilization and spending are required, such as for budget planning, usage optimization, or billing reconciliation. It does not provide real-time usage data and may have a slight delay in reflecting the most recent consumption.\",\n input: NeonRetrieveAccountConsumptionHistoryInput,\n output: NeonRetrieveAccountConsumptionHistoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+fAA+f;CACvhB,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wlBAAwlB;CAClnB,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;CACtO,aAAaA,IAAAA,EAAE,KAAK;EAAC;EAAU;EAAS;CAAS,CAAC,CAAC,CAAC,SAAS,6JAA6J;CAC1N,oBAAoBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6LAA6L,CAAC,CAAC,SAAS;AACnP,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,iEAA+EA,IAAAA,EAAE,OAAO;CAC5F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CACjG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACzG,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChK,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE;CAC/G,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iFAAiF;CAChI,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oOAAoO;CACpR,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7L,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrL,8BAA8BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qHAAqH;AAC/K,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,4DAA0EA,IAAAA,EAAE,OAAO;CACvF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACzE,aAAaA,IAAAA,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,mDAAmD;CACjJ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,8CAA4DA,IAAAA,EAAE,OAAO,EAChF,SAASA,IAAAA,EAAE,MAAM,yDAAyD,CAAC,CAAC,SAAS,8DAA8D,EACrJ,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAErE,MAAa,wCAAwCC,eAAAA,OAAO,6CAA6C;CACvG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-account-consumption-history.d.ts
|
|
4
|
+
declare const NeonRetrieveAccountConsumptionHistoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveAccountConsumptionHistoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveAccountConsumptionHistory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveAccountConsumptionHistory };
|
|
9
|
+
//# sourceMappingURL=retrieve-account-consumption-history.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-account-consumption-history.d.cts","names":[],"sources":["../../src/actions/retrieve-account-consumption-history.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAMU;AAAA,cAkBxD,2CAAA,EAA6C,CAAA,CAAE,UAEU;AAAA,cAEzD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-account-consumption-history.d.ts
|
|
4
|
+
declare const NeonRetrieveAccountConsumptionHistoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveAccountConsumptionHistoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveAccountConsumptionHistory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveAccountConsumptionHistory };
|
|
9
|
+
//# sourceMappingURL=retrieve-account-consumption-history.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-account-consumption-history.d.mts","names":[],"sources":["../../src/actions/retrieve-account-consumption-history.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAMU;AAAA,cAkBxD,2CAAA,EAA6C,CAAA,CAAE,UAEU;AAAA,cAEzD,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-account-consumption-history.ts
|
|
4
|
+
const NeonRetrieveAccountConsumptionHistoryInput = z.object({
|
|
5
|
+
to: z.string().describe("Specify the end `date-time` for the consumption period. The `date-time` value is rounded according to the specified granularity. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified granularity: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the past year."),
|
|
6
|
+
from: z.string().describe("Specify the start `date-time` for the consumption period. The `date-time` value is rounded according to the specified `granularity`. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified granularity: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the past year. The consumption history is available starting from `March 1, 2024, at 00:00:00 UTC`."),
|
|
7
|
+
org_id: z.string().describe("Specify the organization for which the consumption metrics should be returned. If this parameter is not provided, the endpoint will return the metrics for the authenticated user\"s account.").optional(),
|
|
8
|
+
granularity: z.enum([
|
|
9
|
+
"hourly",
|
|
10
|
+
"daily",
|
|
11
|
+
"monthly"
|
|
12
|
+
]).describe("Specify the granularity of consumption metrics. Hourly, daily, and monthly metrics are available for the last 168 hours, 60 days, and 1 year, respectively."),
|
|
13
|
+
include_v1_metrics: z.boolean().describe("Include metrics utilized in previous pricing models. - **data_storage_bytes_hour**: The sum of the maximum observed storage values for each hour for each project, which never decreases.").optional()
|
|
14
|
+
}).describe("Request schema for `RetrieveAccountConsumptionHistory`");
|
|
15
|
+
const NeonRetrieveAccountConsumptionHistory_ConsumptionMetricsSchema = z.object({
|
|
16
|
+
timeframe_end: z.string().describe("End timestamp of the measurement interval in RFC 3339 format"),
|
|
17
|
+
timeframe_start: z.string().describe("Beginning timestamp of the measurement interval in RFC 3339 format"),
|
|
18
|
+
logical_size_bytes: z.number().int().describe("Space consumed by actual data content (optional, may require include_v1_metrics parameter)").nullable().optional(),
|
|
19
|
+
written_data_bytes: z.number().int().describe("The total amount of data written to all of a project's branches"),
|
|
20
|
+
active_time_seconds: z.number().int().describe("The number of seconds the project's computes have been active during the period"),
|
|
21
|
+
compute_time_seconds: z.number().int().describe("The number of CPU seconds used by the project's computes, including computes that have been deleted. For example: A compute that uses 1 CPU for 1 second equals 1; a compute that uses 2 CPUs simultaneously for 1 second equals 2"),
|
|
22
|
+
data_storage_bytes_hour: z.number().int().describe("Hourly consumption of storage capacity measured in byte-hours (optional, may require include_v1_metrics parameter)").nullable().optional(),
|
|
23
|
+
logical_size_bytes_hour: z.number().int().describe("Hourly measurement of logical data size in byte-hours (optional, may require include_v1_metrics parameter)").nullable().optional(),
|
|
24
|
+
synthetic_storage_size_bytes: z.number().int().describe("The total space occupied in storage. Combines the logical data size and Write-Ahead Log (WAL) size for all branches")
|
|
25
|
+
}).describe("Time-segmented consumption metrics within a billing period");
|
|
26
|
+
const NeonRetrieveAccountConsumptionHistory_BillingPeriodSchema = z.object({
|
|
27
|
+
period_id: z.string().describe("Unique identifier for the billing period"),
|
|
28
|
+
consumption: z.array(NeonRetrieveAccountConsumptionHistory_ConsumptionMetricsSchema).describe("Time-segmented consumption data within the period"),
|
|
29
|
+
period_plan: z.string().describe("Plan type active during this period (e.g., 'scale', 'business', 'enterprise')").nullable().optional(),
|
|
30
|
+
period_start: z.string().describe("Start timestamp of the billing period in RFC 3339 format").nullable().optional()
|
|
31
|
+
}).describe("Billing period containing consumption metrics");
|
|
32
|
+
const neonRetrieveAccountConsumptionHistory = action("NEON_RETRIEVE_ACCOUNT_CONSUMPTION_HISTORY", {
|
|
33
|
+
slug: "neon-retrieve-account-consumption-history",
|
|
34
|
+
name: "Retrieve account consumption history",
|
|
35
|
+
description: "Retrieves the consumption history for a specified account within the Neon platform. This endpoint provides detailed information about resource usage and associated costs over a given time period. It's particularly useful for analyzing usage patterns, forecasting future resource needs, and managing costs in the Neon B2B SaaS integration platform. The endpoint returns data such as compute time, storage usage, API calls, and any other billable resources specific to the Neon service. Users can specify a date range and optionally filter by resource types to get a granular view of their consumption. This tool should be used when detailed analytics on resource utilization and spending are required, such as for budget planning, usage optimization, or billing reconciliation. It does not provide real-time usage data and may have a slight delay in reflecting the most recent consumption.",
|
|
36
|
+
input: NeonRetrieveAccountConsumptionHistoryInput,
|
|
37
|
+
output: z.object({ periods: z.array(NeonRetrieveAccountConsumptionHistory_BillingPeriodSchema).describe("Collection of billing periods containing consumption metrics") }).describe("Response schema for `RetrieveAccountConsumptionHistory`")
|
|
38
|
+
});
|
|
39
|
+
//#endregion
|
|
40
|
+
export { neonRetrieveAccountConsumptionHistory };
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=retrieve-account-consumption-history.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-account-consumption-history.mjs","names":[],"sources":["../../src/actions/retrieve-account-consumption-history.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveAccountConsumptionHistoryInput: z.ZodTypeAny = z.object({\n to: z.string().describe(\"Specify the end `date-time` for the consumption period. The `date-time` value is rounded according to the specified granularity. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified granularity: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the past year.\"),\n from: z.string().describe(\"Specify the start `date-time` for the consumption period. The `date-time` value is rounded according to the specified `granularity`. For example, `2024-03-15T15:30:00Z` for `daily` granularity will be rounded to `2024-03-15T00:00:00Z`. The specified `date-time` value must respect the specified granularity: - For `hourly`, consumption metrics are limited to the last 168 hours. - For `daily`, consumption metrics are limited to the last 60 days. - For `monthly`, consumption metrics are limited to the past year. The consumption history is available starting from `March 1, 2024, at 00:00:00 UTC`.\"),\n org_id: z.string().describe(\"Specify the organization for which the consumption metrics should be returned. If this parameter is not provided, the endpoint will return the metrics for the authenticated user\\\"s account.\").optional(),\n granularity: z.enum([\"hourly\", \"daily\", \"monthly\"]).describe(\"Specify the granularity of consumption metrics. Hourly, daily, and monthly metrics are available for the last 168 hours, 60 days, and 1 year, respectively.\"),\n include_v1_metrics: z.boolean().describe(\"Include metrics utilized in previous pricing models. - **data_storage_bytes_hour**: The sum of the maximum observed storage values for each hour for each project, which never decreases.\").optional(),\n}).describe(\"Request schema for `RetrieveAccountConsumptionHistory`\");\nconst NeonRetrieveAccountConsumptionHistory_ConsumptionMetricsSchema: z.ZodTypeAny = z.object({\n timeframe_end: z.string().describe(\"End timestamp of the measurement interval in RFC 3339 format\"),\n timeframe_start: z.string().describe(\"Beginning timestamp of the measurement interval in RFC 3339 format\"),\n logical_size_bytes: z.number().int().describe(\"Space consumed by actual data content (optional, may require include_v1_metrics parameter)\").nullable().optional(),\n written_data_bytes: z.number().int().describe(\"The total amount of data written to all of a project's branches\"),\n active_time_seconds: z.number().int().describe(\"The number of seconds the project's computes have been active during the period\"),\n compute_time_seconds: z.number().int().describe(\"The number of CPU seconds used by the project's computes, including computes that have been deleted. For example: A compute that uses 1 CPU for 1 second equals 1; a compute that uses 2 CPUs simultaneously for 1 second equals 2\"),\n data_storage_bytes_hour: z.number().int().describe(\"Hourly consumption of storage capacity measured in byte-hours (optional, may require include_v1_metrics parameter)\").nullable().optional(),\n logical_size_bytes_hour: z.number().int().describe(\"Hourly measurement of logical data size in byte-hours (optional, may require include_v1_metrics parameter)\").nullable().optional(),\n synthetic_storage_size_bytes: z.number().int().describe(\"The total space occupied in storage. Combines the logical data size and Write-Ahead Log (WAL) size for all branches\"),\n}).describe(\"Time-segmented consumption metrics within a billing period\");\nconst NeonRetrieveAccountConsumptionHistory_BillingPeriodSchema: z.ZodTypeAny = z.object({\n period_id: z.string().describe(\"Unique identifier for the billing period\"),\n consumption: z.array(NeonRetrieveAccountConsumptionHistory_ConsumptionMetricsSchema).describe(\"Time-segmented consumption data within the period\"),\n period_plan: z.string().describe(\"Plan type active during this period (e.g., 'scale', 'business', 'enterprise')\").nullable().optional(),\n period_start: z.string().describe(\"Start timestamp of the billing period in RFC 3339 format\").nullable().optional(),\n}).describe(\"Billing period containing consumption metrics\");\nexport const NeonRetrieveAccountConsumptionHistoryOutput: z.ZodTypeAny = z.object({\n periods: z.array(NeonRetrieveAccountConsumptionHistory_BillingPeriodSchema).describe(\"Collection of billing periods containing consumption metrics\"),\n}).describe(\"Response schema for `RetrieveAccountConsumptionHistory`\");\n\nexport const neonRetrieveAccountConsumptionHistory = action(\"NEON_RETRIEVE_ACCOUNT_CONSUMPTION_HISTORY\", {\n slug: \"neon-retrieve-account-consumption-history\",\n name: \"Retrieve account consumption history\",\n description: \"Retrieves the consumption history for a specified account within the Neon platform. This endpoint provides detailed information about resource usage and associated costs over a given time period. It's particularly useful for analyzing usage patterns, forecasting future resource needs, and managing costs in the Neon B2B SaaS integration platform. The endpoint returns data such as compute time, storage usage, API calls, and any other billable resources specific to the Neon service. Users can specify a date range and optionally filter by resource types to get a granular view of their consumption. This tool should be used when detailed analytics on resource utilization and spending are required, such as for budget planning, usage optimization, or billing reconciliation. It does not provide real-time usage data and may have a slight delay in reflecting the most recent consumption.\",\n input: NeonRetrieveAccountConsumptionHistoryInput,\n output: NeonRetrieveAccountConsumptionHistoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2D,EAAE,OAAO;CAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+fAA+f;CACvhB,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wlBAAwlB;CAClnB,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+LAA+L,CAAC,CAAC,SAAS;CACtO,aAAa,EAAE,KAAK;EAAC;EAAU;EAAS;CAAS,CAAC,CAAC,CAAC,SAAS,6JAA6J;CAC1N,oBAAoB,EAAE,QAAQ,CAAC,CAAC,SAAS,6LAA6L,CAAC,CAAC,SAAS;AACnP,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,iEAA+E,EAAE,OAAO;CAC5F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CACjG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACzG,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4FAA4F,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChK,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE;CAC/G,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iFAAiF;CAChI,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oOAAoO;CACpR,yBAAyB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7L,yBAAyB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrL,8BAA8B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qHAAqH;AAC/K,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,4DAA0E,EAAE,OAAO;CACvF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACzE,aAAa,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,mDAAmD;CACjJ,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAK3D,MAAa,wCAAwC,OAAO,6CAA6C;CACvG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuE,EAAE,OAAO,EAChF,SAAS,EAAE,MAAM,yDAAyD,CAAC,CAAC,SAAS,8DAA8D,EACrJ,CAAC,CAAC,CAAC,SAAS,yDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-all-regions.ts
|
|
4
|
+
const NeonRetrieveAllRegionsInput = zod.z.object({}).describe("Request schema for `RetrieveAllRegions`");
|
|
5
|
+
const NeonRetrieveAllRegions_RegionSchema = zod.z.object({
|
|
6
|
+
name: zod.z.string().describe("Human-readable name of the region"),
|
|
7
|
+
"default": zod.z.boolean().describe("Whether this is the default region"),
|
|
8
|
+
geo_lat: zod.z.string().describe("Geographical latitude of the region"),
|
|
9
|
+
geo_long: zod.z.string().describe("Geographical longitude of the region"),
|
|
10
|
+
region_id: zod.z.string().describe("Unique identifier for the region (e.g., 'aws-us-east-1', 'aws-us-east-2', 'azure-eastus2')")
|
|
11
|
+
}).describe("Represents a Neon region");
|
|
12
|
+
const NeonRetrieveAllRegionsOutput = zod.z.object({ regions: zod.z.array(NeonRetrieveAllRegions_RegionSchema).describe("List of supported Neon regions") }).describe("Response schema for `RetrieveAllRegions`");
|
|
13
|
+
const neonRetrieveAllRegions = require_action.action("NEON_RETRIEVE_ALL_REGIONS", {
|
|
14
|
+
slug: "neon-retrieve-all-regions",
|
|
15
|
+
name: "Retrieve all regions",
|
|
16
|
+
description: "Retrieves a list of available geographic regions supported by the Neon B2B SaaS integration platform. This endpoint provides crucial information about the different areas where the API is accessible and optimized for service delivery. It should be used when developers need to understand the platform's global coverage, select appropriate endpoints for data localization, or implement region-specific configurations. The endpoint returns details about each region, which may include region identifiers, names, and potentially associated endpoints or data centers. This information is essential for ensuring compliance with data residency regulations and optimizing performance by choosing the most suitable region for specific integration needs.",
|
|
17
|
+
input: NeonRetrieveAllRegionsInput,
|
|
18
|
+
output: NeonRetrieveAllRegionsOutput
|
|
19
|
+
});
|
|
20
|
+
//#endregion
|
|
21
|
+
exports.neonRetrieveAllRegions = neonRetrieveAllRegions;
|
|
22
|
+
|
|
23
|
+
//# sourceMappingURL=retrieve-all-regions.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-all-regions.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-all-regions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveAllRegionsInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `RetrieveAllRegions`\");\nconst NeonRetrieveAllRegions_RegionSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Human-readable name of the region\"),\n \"default\": z.boolean().describe(\"Whether this is the default region\"),\n geo_lat: z.string().describe(\"Geographical latitude of the region\"),\n geo_long: z.string().describe(\"Geographical longitude of the region\"),\n region_id: z.string().describe(\"Unique identifier for the region (e.g., 'aws-us-east-1', 'aws-us-east-2', 'azure-eastus2')\"),\n}).describe(\"Represents a Neon region\");\nexport const NeonRetrieveAllRegionsOutput: z.ZodTypeAny = z.object({\n regions: z.array(NeonRetrieveAllRegions_RegionSchema).describe(\"List of supported Neon regions\"),\n}).describe(\"Response schema for `RetrieveAllRegions`\");\n\nexport const neonRetrieveAllRegions = action(\"NEON_RETRIEVE_ALL_REGIONS\", {\n slug: \"neon-retrieve-all-regions\",\n name: \"Retrieve all regions\",\n description: \"Retrieves a list of available geographic regions supported by the Neon B2B SaaS integration platform. This endpoint provides crucial information about the different areas where the API is accessible and optimized for service delivery. It should be used when developers need to understand the platform's global coverage, select appropriate endpoints for data localization, or implement region-specific configurations. The endpoint returns details about each region, which may include region identifiers, names, and potentially associated endpoints or data centers. This information is essential for ensuring compliance with data residency regulations and optimizing performance by choosing the most suitable region for specific integration needs.\",\n input: NeonRetrieveAllRegionsInput,\n output: NeonRetrieveAllRegionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACxH,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAClE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AAC7H,CAAC,CAAC,CAAC,SAAS,0BAA0B;AACtC,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,SAASA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,gCAAgC,EACjG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-all-regions.d.ts
|
|
4
|
+
declare const NeonRetrieveAllRegionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveAllRegionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveAllRegions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveAllRegions };
|
|
9
|
+
//# sourceMappingURL=retrieve-all-regions.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-all-regions.d.cts","names":[],"sources":["../../src/actions/retrieve-all-regions.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAA6E;AAAA,cAQ5G,4BAAA,EAA8B,CAAA,CAAE,UAEU;AAAA,cAE1C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-all-regions.d.ts
|
|
4
|
+
declare const NeonRetrieveAllRegionsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveAllRegionsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveAllRegions: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveAllRegions };
|
|
9
|
+
//# sourceMappingURL=retrieve-all-regions.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-all-regions.d.mts","names":[],"sources":["../../src/actions/retrieve-all-regions.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAA6E;AAAA,cAQ5G,4BAAA,EAA8B,CAAA,CAAE,UAEU;AAAA,cAE1C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/retrieve-all-regions.ts
|
|
4
|
+
const NeonRetrieveAllRegionsInput = z.object({}).describe("Request schema for `RetrieveAllRegions`");
|
|
5
|
+
const NeonRetrieveAllRegions_RegionSchema = z.object({
|
|
6
|
+
name: z.string().describe("Human-readable name of the region"),
|
|
7
|
+
"default": z.boolean().describe("Whether this is the default region"),
|
|
8
|
+
geo_lat: z.string().describe("Geographical latitude of the region"),
|
|
9
|
+
geo_long: z.string().describe("Geographical longitude of the region"),
|
|
10
|
+
region_id: z.string().describe("Unique identifier for the region (e.g., 'aws-us-east-1', 'aws-us-east-2', 'azure-eastus2')")
|
|
11
|
+
}).describe("Represents a Neon region");
|
|
12
|
+
const neonRetrieveAllRegions = action("NEON_RETRIEVE_ALL_REGIONS", {
|
|
13
|
+
slug: "neon-retrieve-all-regions",
|
|
14
|
+
name: "Retrieve all regions",
|
|
15
|
+
description: "Retrieves a list of available geographic regions supported by the Neon B2B SaaS integration platform. This endpoint provides crucial information about the different areas where the API is accessible and optimized for service delivery. It should be used when developers need to understand the platform's global coverage, select appropriate endpoints for data localization, or implement region-specific configurations. The endpoint returns details about each region, which may include region identifiers, names, and potentially associated endpoints or data centers. This information is essential for ensuring compliance with data residency regulations and optimizing performance by choosing the most suitable region for specific integration needs.",
|
|
16
|
+
input: NeonRetrieveAllRegionsInput,
|
|
17
|
+
output: z.object({ regions: z.array(NeonRetrieveAllRegions_RegionSchema).describe("List of supported Neon regions") }).describe("Response schema for `RetrieveAllRegions`")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { neonRetrieveAllRegions };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=retrieve-all-regions.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-all-regions.mjs","names":[],"sources":["../../src/actions/retrieve-all-regions.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveAllRegionsInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `RetrieveAllRegions`\");\nconst NeonRetrieveAllRegions_RegionSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Human-readable name of the region\"),\n \"default\": z.boolean().describe(\"Whether this is the default region\"),\n geo_lat: z.string().describe(\"Geographical latitude of the region\"),\n geo_long: z.string().describe(\"Geographical longitude of the region\"),\n region_id: z.string().describe(\"Unique identifier for the region (e.g., 'aws-us-east-1', 'aws-us-east-2', 'azure-eastus2')\"),\n}).describe(\"Represents a Neon region\");\nexport const NeonRetrieveAllRegionsOutput: z.ZodTypeAny = z.object({\n regions: z.array(NeonRetrieveAllRegions_RegionSchema).describe(\"List of supported Neon regions\"),\n}).describe(\"Response schema for `RetrieveAllRegions`\");\n\nexport const neonRetrieveAllRegions = action(\"NEON_RETRIEVE_ALL_REGIONS\", {\n slug: \"neon-retrieve-all-regions\",\n name: \"Retrieve all regions\",\n description: \"Retrieves a list of available geographic regions supported by the Neon B2B SaaS integration platform. This endpoint provides crucial information about the different areas where the API is accessible and optimized for service delivery. It should be used when developers need to understand the platform's global coverage, select appropriate endpoints for data localization, or implement region-specific configurations. The endpoint returns details about each region, which may include region identifiers, names, and potentially associated endpoints or data centers. This information is essential for ensuring compliance with data residency regulations and optimizing performance by choosing the most suitable region for specific integration needs.\",\n input: NeonRetrieveAllRegionsInput,\n output: NeonRetrieveAllRegionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACxH,MAAM,sCAAoD,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC7D,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CACpE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAClE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AAC7H,CAAC,CAAC,CAAC,SAAS,0BAA0B;AAKtC,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,SAAS,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,gCAAgC,EACjG,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/retrieve-branch-database-details.ts
|
|
4
|
+
const NeonRetrieveBranchDatabaseDetailsInput = zod.z.object({
|
|
5
|
+
branch_id: zod.z.string().describe("The branch ID"),
|
|
6
|
+
project_id: zod.z.string().describe("The Neon project ID"),
|
|
7
|
+
database_name: zod.z.string().describe("The database name")
|
|
8
|
+
}).describe("Request schema for `RetrieveBranchDatabaseDetails`");
|
|
9
|
+
const NeonRetrieveBranchDatabaseDetails_DatabaseSchema = zod.z.object({
|
|
10
|
+
id: zod.z.number().int().describe("Database identifier."),
|
|
11
|
+
name: zod.z.string().describe("The database name."),
|
|
12
|
+
branch_id: zod.z.string().describe("Associated branch identifier.").nullable().optional(),
|
|
13
|
+
created_at: zod.z.string().describe("Timestamp of database creation.").nullable().optional(),
|
|
14
|
+
owner_name: zod.z.string().describe("The role name of the database owner."),
|
|
15
|
+
updated_at: zod.z.string().describe("Timestamp of last modification.").nullable().optional()
|
|
16
|
+
}).describe("Database object containing detailed information about the retrieved database.");
|
|
17
|
+
const NeonRetrieveBranchDatabaseDetailsOutput = zod.z.object({ database: NeonRetrieveBranchDatabaseDetails_DatabaseSchema.nullable() }).describe("Response schema for `RetrieveBranchDatabaseDetails`");
|
|
18
|
+
const neonRetrieveBranchDatabaseDetails = require_action.action("NEON_RETRIEVE_BRANCH_DATABASE_DETAILS", {
|
|
19
|
+
slug: "neon-retrieve-branch-database-details",
|
|
20
|
+
name: "Retrieve branch database details",
|
|
21
|
+
description: "Retrieves detailed information about a specific database within a Neon project and branch. This endpoint allows developers to fetch crucial metadata and configuration details for a given database, enabling them to monitor and manage their database resources effectively. It should be used when you need to inspect the current state, settings, or properties of a particular database in your Neon environment. The endpoint provides a snapshot of the database's characteristics but does not modify any data or settings.",
|
|
22
|
+
input: NeonRetrieveBranchDatabaseDetailsInput,
|
|
23
|
+
output: NeonRetrieveBranchDatabaseDetailsOutput
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
exports.neonRetrieveBranchDatabaseDetails = neonRetrieveBranchDatabaseDetails;
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=retrieve-branch-database-details.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-branch-database-details.cjs","names":["z","action"],"sources":["../../src/actions/retrieve-branch-database-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NeonRetrieveBranchDatabaseDetailsInput: z.ZodTypeAny = z.object({\n branch_id: z.string().describe(\"The branch ID\"),\n project_id: z.string().describe(\"The Neon project ID\"),\n database_name: z.string().describe(\"The database name\"),\n}).describe(\"Request schema for `RetrieveBranchDatabaseDetails`\");\nconst NeonRetrieveBranchDatabaseDetails_DatabaseSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Database identifier.\"),\n name: z.string().describe(\"The database name.\"),\n branch_id: z.string().describe(\"Associated branch identifier.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of database creation.\").nullable().optional(),\n owner_name: z.string().describe(\"The role name of the database owner.\"),\n updated_at: z.string().describe(\"Timestamp of last modification.\").nullable().optional(),\n}).describe(\"Database object containing detailed information about the retrieved database.\");\nexport const NeonRetrieveBranchDatabaseDetailsOutput: z.ZodTypeAny = z.object({\n database: NeonRetrieveBranchDatabaseDetails_DatabaseSchema.nullable(),\n}).describe(\"Response schema for `RetrieveBranchDatabaseDetails`\");\n\nexport const neonRetrieveBranchDatabaseDetails = action(\"NEON_RETRIEVE_BRANCH_DATABASE_DETAILS\", {\n slug: \"neon-retrieve-branch-database-details\",\n name: \"Retrieve branch database details\",\n description: \"Retrieves detailed information about a specific database within a Neon project and branch. This endpoint allows developers to fetch crucial metadata and configuration details for a given database, enabling them to monitor and manage their database resources effectively. It should be used when you need to inspect the current state, settings, or properties of a particular database in your Neon environment. The endpoint provides a snapshot of the database's characteristics but does not modify any data or settings.\",\n input: NeonRetrieveBranchDatabaseDetailsInput,\n output: NeonRetrieveBranchDatabaseDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CAC9C,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACrD,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;AACxD,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC9C,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACtE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAC3F,MAAa,0CAAwDA,IAAAA,EAAE,OAAO,EAC5E,UAAU,iDAAiD,SAAS,EACtE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,oCAAoCC,eAAAA,OAAO,yCAAyC;CAC/F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-branch-database-details.d.ts
|
|
4
|
+
declare const NeonRetrieveBranchDatabaseDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveBranchDatabaseDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveBranchDatabaseDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveBranchDatabaseDetails };
|
|
9
|
+
//# sourceMappingURL=retrieve-branch-database-details.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-branch-database-details.d.cts","names":[],"sources":["../../src/actions/retrieve-branch-database-details.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAIU;AAAA,cASpD,uCAAA,EAAyC,CAAA,CAAE,UAEU;AAAA,cAErD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/retrieve-branch-database-details.d.ts
|
|
4
|
+
declare const NeonRetrieveBranchDatabaseDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const NeonRetrieveBranchDatabaseDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const neonRetrieveBranchDatabaseDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { neonRetrieveBranchDatabaseDetails };
|
|
9
|
+
//# sourceMappingURL=retrieve-branch-database-details.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retrieve-branch-database-details.d.mts","names":[],"sources":["../../src/actions/retrieve-branch-database-details.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAIU;AAAA,cASpD,uCAAA,EAAyC,CAAA,CAAE,UAEU;AAAA,cAErD,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|