casedev 0.3.0 → 0.4.1
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/CHANGELOG.md +29 -0
- package/client.d.mts +24 -5
- package/client.d.mts.map +1 -1
- package/client.d.ts +24 -5
- package/client.d.ts.map +1 -1
- package/client.js +31 -5
- package/client.js.map +1 -1
- package/client.mjs +31 -5
- package/client.mjs.map +1 -1
- package/internal/parse.d.mts.map +1 -1
- package/internal/parse.d.ts.map +1 -1
- package/internal/parse.js +5 -0
- package/internal/parse.js.map +1 -1
- package/internal/parse.mjs +5 -0
- package/internal/parse.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/applications/applications.d.mts +10 -0
- package/resources/applications/applications.d.mts.map +1 -0
- package/resources/applications/applications.d.ts +10 -0
- package/resources/applications/applications.d.ts.map +1 -0
- package/resources/applications/applications.js +17 -0
- package/resources/applications/applications.js.map +1 -0
- package/resources/applications/applications.mjs +12 -0
- package/resources/applications/applications.mjs.map +1 -0
- package/resources/applications/index.d.mts +3 -0
- package/resources/applications/index.d.mts.map +1 -0
- package/resources/applications/index.d.ts +3 -0
- package/resources/applications/index.d.ts.map +1 -0
- package/resources/applications/index.js +9 -0
- package/resources/applications/index.js.map +1 -0
- package/resources/applications/index.mjs +4 -0
- package/resources/applications/index.mjs.map +1 -0
- package/resources/applications/v1/deployments.d.mts +105 -0
- package/resources/applications/v1/deployments.d.mts.map +1 -0
- package/resources/applications/v1/deployments.d.ts +105 -0
- package/resources/applications/v1/deployments.d.ts.map +1 -0
- package/resources/applications/v1/deployments.js +89 -0
- package/resources/applications/v1/deployments.js.map +1 -0
- package/resources/applications/v1/deployments.mjs +85 -0
- package/resources/applications/v1/deployments.mjs.map +1 -0
- package/resources/applications/v1/index.d.mts +5 -0
- package/resources/applications/v1/index.d.mts.map +1 -0
- package/resources/applications/v1/index.d.ts +5 -0
- package/resources/applications/v1/index.d.ts.map +1 -0
- package/resources/applications/v1/index.js +13 -0
- package/resources/applications/v1/index.js.map +1 -0
- package/resources/applications/v1/index.mjs +6 -0
- package/resources/applications/v1/index.mjs.map +1 -0
- package/resources/applications/v1/projects.d.mts +247 -0
- package/resources/applications/v1/projects.d.mts.map +1 -0
- package/resources/applications/v1/projects.d.ts +247 -0
- package/resources/applications/v1/projects.d.ts.map +1 -0
- package/resources/applications/v1/projects.js +137 -0
- package/resources/applications/v1/projects.js.map +1 -0
- package/resources/applications/v1/projects.mjs +133 -0
- package/resources/applications/v1/projects.mjs.map +1 -0
- package/resources/applications/v1/v1.d.mts +18 -0
- package/resources/applications/v1/v1.d.mts.map +1 -0
- package/resources/applications/v1/v1.d.ts +18 -0
- package/resources/applications/v1/v1.d.ts.map +1 -0
- package/resources/applications/v1/v1.js +25 -0
- package/resources/applications/v1/v1.js.map +1 -0
- package/resources/applications/v1/v1.mjs +20 -0
- package/resources/applications/v1/v1.mjs.map +1 -0
- package/resources/applications/v1/workflows.d.mts +19 -0
- package/resources/applications/v1/workflows.d.mts.map +1 -0
- package/resources/applications/v1/workflows.d.ts +19 -0
- package/resources/applications/v1/workflows.d.ts.map +1 -0
- package/resources/applications/v1/workflows.js +21 -0
- package/resources/applications/v1/workflows.js.map +1 -0
- package/resources/applications/v1/workflows.mjs +17 -0
- package/resources/applications/v1/workflows.mjs.map +1 -0
- package/resources/applications/v1.d.mts +2 -0
- package/resources/applications/v1.d.mts.map +1 -0
- package/resources/applications/v1.d.ts +2 -0
- package/resources/applications/v1.d.ts.map +1 -0
- package/resources/applications/v1.js +6 -0
- package/resources/applications/v1.js.map +1 -0
- package/resources/{webhooks.mjs → applications/v1.mjs} +2 -2
- package/resources/applications/v1.mjs.map +1 -0
- package/resources/applications.d.mts +2 -0
- package/resources/applications.d.mts.map +1 -0
- package/resources/applications.d.ts +2 -0
- package/resources/applications.d.ts.map +1 -0
- package/resources/applications.js +6 -0
- package/resources/applications.js.map +1 -0
- package/resources/applications.mjs +3 -0
- package/resources/applications.mjs.map +1 -0
- package/resources/compute/v1/index.d.mts +2 -3
- package/resources/compute/v1/index.d.mts.map +1 -1
- package/resources/compute/v1/index.d.ts +2 -3
- package/resources/compute/v1/index.d.ts.map +1 -1
- package/resources/compute/v1/index.js +5 -7
- package/resources/compute/v1/index.js.map +1 -1
- package/resources/compute/v1/index.mjs +2 -3
- package/resources/compute/v1/index.mjs.map +1 -1
- package/resources/compute/v1/instance-types.d.mts +70 -0
- package/resources/compute/v1/instance-types.d.mts.map +1 -0
- package/resources/compute/v1/instance-types.d.ts +70 -0
- package/resources/compute/v1/instance-types.d.ts.map +1 -0
- package/resources/compute/v1/instance-types.js +24 -0
- package/resources/compute/v1/instance-types.js.map +1 -0
- package/resources/compute/v1/instance-types.mjs +20 -0
- package/resources/compute/v1/instance-types.mjs.map +1 -0
- package/resources/compute/v1/instances.d.mts +157 -0
- package/resources/compute/v1/instances.d.mts.map +1 -0
- package/resources/compute/v1/instances.d.ts +157 -0
- package/resources/compute/v1/instances.d.ts.map +1 -0
- package/resources/compute/v1/instances.js +74 -0
- package/resources/compute/v1/instances.js.map +1 -0
- package/resources/compute/v1/instances.mjs +70 -0
- package/resources/compute/v1/instances.mjs.map +1 -0
- package/resources/compute/v1/v1.d.mts +8 -12
- package/resources/compute/v1/v1.d.mts.map +1 -1
- package/resources/compute/v1/v1.d.ts +8 -12
- package/resources/compute/v1/v1.d.ts.map +1 -1
- package/resources/compute/v1/v1.js +8 -12
- package/resources/compute/v1/v1.js.map +1 -1
- package/resources/compute/v1/v1.mjs +8 -12
- package/resources/compute/v1/v1.mjs.map +1 -1
- package/resources/database/database.d.mts +10 -0
- package/resources/database/database.d.mts.map +1 -0
- package/resources/database/database.d.ts +10 -0
- package/resources/database/database.d.ts.map +1 -0
- package/resources/database/database.js +17 -0
- package/resources/database/database.js.map +1 -0
- package/resources/database/database.mjs +12 -0
- package/resources/database/database.mjs.map +1 -0
- package/resources/database/index.d.mts +3 -0
- package/resources/database/index.d.mts.map +1 -0
- package/resources/database/index.d.ts +3 -0
- package/resources/database/index.d.ts.map +1 -0
- package/resources/database/index.js +9 -0
- package/resources/database/index.js.map +1 -0
- package/resources/database/index.mjs +4 -0
- package/resources/database/index.mjs.map +1 -0
- package/resources/database/v1/index.d.mts +3 -0
- package/resources/database/v1/index.d.mts.map +1 -0
- package/resources/database/v1/index.d.ts +3 -0
- package/resources/database/v1/index.d.ts.map +1 -0
- package/resources/{webhooks → database/v1}/index.js +3 -3
- package/resources/database/v1/index.js.map +1 -0
- package/resources/database/v1/index.mjs +4 -0
- package/resources/database/v1/index.mjs.map +1 -0
- package/resources/database/v1/projects.d.mts +464 -0
- package/resources/database/v1/projects.d.mts.map +1 -0
- package/resources/database/v1/projects.d.ts +464 -0
- package/resources/database/v1/projects.d.ts.map +1 -0
- package/resources/database/v1/projects.js +122 -0
- package/resources/database/v1/projects.js.map +1 -0
- package/resources/database/v1/projects.mjs +118 -0
- package/resources/database/v1/projects.mjs.map +1 -0
- package/resources/database/v1/v1.d.mts +141 -0
- package/resources/database/v1/v1.d.mts.map +1 -0
- package/resources/database/v1/v1.d.ts +141 -0
- package/resources/database/v1/v1.d.ts.map +1 -0
- package/resources/database/v1/v1.js +30 -0
- package/resources/database/v1/v1.js.map +1 -0
- package/resources/database/v1/v1.mjs +25 -0
- package/resources/database/v1/v1.mjs.map +1 -0
- package/resources/database/v1.d.mts +2 -0
- package/resources/database/v1.d.mts.map +1 -0
- package/resources/database/v1.d.ts +2 -0
- package/resources/database/v1.d.ts.map +1 -0
- package/resources/database/v1.js +6 -0
- package/resources/database/v1.js.map +1 -0
- package/resources/database/v1.mjs +3 -0
- package/resources/database/v1.mjs.map +1 -0
- package/resources/database.d.mts +2 -0
- package/resources/database.d.mts.map +1 -0
- package/resources/database.d.ts +2 -0
- package/resources/database.d.ts.map +1 -0
- package/resources/{webhooks.js → database.js} +2 -2
- package/resources/database.js.map +1 -0
- package/resources/database.mjs +3 -0
- package/resources/database.mjs.map +1 -0
- package/resources/index.d.mts +8 -2
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +8 -2
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +15 -3
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +7 -1
- package/resources/index.mjs.map +1 -1
- package/resources/legal/index.d.mts +3 -0
- package/resources/legal/index.d.mts.map +1 -0
- package/resources/legal/index.d.ts +3 -0
- package/resources/legal/index.d.ts.map +1 -0
- package/resources/legal/index.js +9 -0
- package/resources/legal/index.js.map +1 -0
- package/resources/legal/index.mjs +4 -0
- package/resources/legal/index.mjs.map +1 -0
- package/resources/legal/legal.d.mts +10 -0
- package/resources/legal/legal.d.mts.map +1 -0
- package/resources/legal/legal.d.ts +10 -0
- package/resources/legal/legal.d.ts.map +1 -0
- package/resources/{webhooks/webhooks.js → legal/legal.js} +5 -5
- package/resources/legal/legal.js.map +1 -0
- package/resources/legal/legal.mjs +12 -0
- package/resources/legal/legal.mjs.map +1 -0
- package/resources/legal/v1.d.mts +572 -0
- package/resources/legal/v1.d.mts.map +1 -0
- package/resources/legal/v1.d.ts +572 -0
- package/resources/legal/v1.d.ts.map +1 -0
- package/resources/legal/v1.js +72 -0
- package/resources/legal/v1.js.map +1 -0
- package/resources/legal/v1.mjs +68 -0
- package/resources/legal/v1.mjs.map +1 -0
- package/resources/legal.d.mts +2 -0
- package/resources/legal.d.mts.map +1 -0
- package/resources/legal.d.ts +2 -0
- package/resources/legal.d.ts.map +1 -0
- package/resources/legal.js +6 -0
- package/resources/legal.js.map +1 -0
- package/resources/legal.mjs +3 -0
- package/resources/legal.mjs.map +1 -0
- package/resources/memory/index.d.mts +3 -0
- package/resources/memory/index.d.mts.map +1 -0
- package/resources/memory/index.d.ts +3 -0
- package/resources/memory/index.d.ts.map +1 -0
- package/resources/memory/index.js +9 -0
- package/resources/memory/index.js.map +1 -0
- package/resources/memory/index.mjs +4 -0
- package/resources/memory/index.mjs.map +1 -0
- package/resources/memory/memory.d.mts +10 -0
- package/resources/memory/memory.d.mts.map +1 -0
- package/resources/memory/memory.d.ts +10 -0
- package/resources/memory/memory.d.ts.map +1 -0
- package/resources/memory/memory.js +17 -0
- package/resources/memory/memory.js.map +1 -0
- package/resources/memory/memory.mjs +12 -0
- package/resources/memory/memory.mjs.map +1 -0
- package/resources/memory/v1.d.mts +417 -0
- package/resources/memory/v1.d.mts.map +1 -0
- package/resources/memory/v1.d.ts +417 -0
- package/resources/memory/v1.d.ts.map +1 -0
- package/resources/memory/v1.js +66 -0
- package/resources/memory/v1.js.map +1 -0
- package/resources/memory/v1.mjs +62 -0
- package/resources/memory/v1.mjs.map +1 -0
- package/resources/memory.d.mts +2 -0
- package/resources/memory.d.mts.map +1 -0
- package/resources/memory.d.ts +2 -0
- package/resources/memory.d.ts.map +1 -0
- package/resources/memory.js +6 -0
- package/resources/memory.js.map +1 -0
- package/resources/memory.mjs +3 -0
- package/resources/memory.mjs.map +1 -0
- package/resources/privilege/index.d.mts +3 -0
- package/resources/privilege/index.d.mts.map +1 -0
- package/resources/privilege/index.d.ts +3 -0
- package/resources/privilege/index.d.ts.map +1 -0
- package/resources/privilege/index.js +9 -0
- package/resources/privilege/index.js.map +1 -0
- package/resources/privilege/index.mjs +4 -0
- package/resources/privilege/index.mjs.map +1 -0
- package/resources/privilege/privilege.d.mts +10 -0
- package/resources/privilege/privilege.d.mts.map +1 -0
- package/resources/privilege/privilege.d.ts +10 -0
- package/resources/privilege/privilege.d.ts.map +1 -0
- package/resources/privilege/privilege.js +17 -0
- package/resources/privilege/privilege.js.map +1 -0
- package/resources/privilege/privilege.mjs +12 -0
- package/resources/privilege/privilege.mjs.map +1 -0
- package/resources/privilege/v1.d.mts +100 -0
- package/resources/privilege/v1.d.mts.map +1 -0
- package/resources/privilege/v1.d.ts +100 -0
- package/resources/privilege/v1.d.ts.map +1 -0
- package/resources/privilege/v1.js +28 -0
- package/resources/privilege/v1.js.map +1 -0
- package/resources/privilege/v1.mjs +24 -0
- package/resources/privilege/v1.mjs.map +1 -0
- package/resources/privilege.d.mts +2 -0
- package/resources/privilege.d.mts.map +1 -0
- package/resources/privilege.d.ts +2 -0
- package/resources/privilege.d.ts.map +1 -0
- package/resources/privilege.js +6 -0
- package/resources/privilege.js.map +1 -0
- package/resources/privilege.mjs +3 -0
- package/resources/privilege.mjs.map +1 -0
- package/resources/superdoc/index.d.mts +3 -0
- package/resources/superdoc/index.d.mts.map +1 -0
- package/resources/superdoc/index.d.ts +3 -0
- package/resources/superdoc/index.d.ts.map +1 -0
- package/resources/superdoc/index.js +9 -0
- package/resources/superdoc/index.js.map +1 -0
- package/resources/{webhooks → superdoc}/index.mjs +1 -1
- package/resources/superdoc/index.mjs.map +1 -0
- package/resources/superdoc/superdoc.d.mts +10 -0
- package/resources/superdoc/superdoc.d.mts.map +1 -0
- package/resources/superdoc/superdoc.d.ts +10 -0
- package/resources/superdoc/superdoc.d.ts.map +1 -0
- package/resources/superdoc/superdoc.js +17 -0
- package/resources/superdoc/superdoc.js.map +1 -0
- package/resources/{webhooks/webhooks.mjs → superdoc/superdoc.mjs} +3 -3
- package/resources/superdoc/superdoc.mjs.map +1 -0
- package/resources/superdoc/v1.d.mts +104 -0
- package/resources/superdoc/v1.d.mts.map +1 -0
- package/resources/superdoc/v1.d.ts +104 -0
- package/resources/superdoc/v1.d.ts.map +1 -0
- package/resources/superdoc/v1.js +36 -0
- package/resources/superdoc/v1.js.map +1 -0
- package/resources/superdoc/v1.mjs +32 -0
- package/resources/superdoc/v1.mjs.map +1 -0
- package/resources/superdoc.d.mts +2 -0
- package/resources/superdoc.d.mts.map +1 -0
- package/resources/superdoc.d.ts +2 -0
- package/resources/superdoc.d.ts.map +1 -0
- package/resources/superdoc.js +6 -0
- package/resources/superdoc.js.map +1 -0
- package/resources/superdoc.mjs +3 -0
- package/resources/superdoc.mjs.map +1 -0
- package/resources/translate/index.d.mts +3 -0
- package/resources/translate/index.d.mts.map +1 -0
- package/resources/translate/index.d.ts +3 -0
- package/resources/translate/index.d.ts.map +1 -0
- package/resources/translate/index.js +9 -0
- package/resources/translate/index.js.map +1 -0
- package/resources/translate/index.mjs +4 -0
- package/resources/translate/index.mjs.map +1 -0
- package/resources/translate/translate.d.mts +10 -0
- package/resources/translate/translate.d.mts.map +1 -0
- package/resources/translate/translate.d.ts +10 -0
- package/resources/translate/translate.d.ts.map +1 -0
- package/resources/translate/translate.js +17 -0
- package/resources/translate/translate.js.map +1 -0
- package/resources/translate/translate.mjs +12 -0
- package/resources/translate/translate.mjs.map +1 -0
- package/resources/translate/v1.d.mts +154 -0
- package/resources/translate/v1.d.mts.map +1 -0
- package/resources/translate/v1.d.ts +154 -0
- package/resources/translate/v1.d.ts.map +1 -0
- package/resources/translate/v1.js +51 -0
- package/resources/translate/v1.js.map +1 -0
- package/resources/translate/v1.mjs +47 -0
- package/resources/translate/v1.mjs.map +1 -0
- package/resources/translate.d.mts +2 -0
- package/resources/translate.d.mts.map +1 -0
- package/resources/translate.d.ts +2 -0
- package/resources/translate.d.ts.map +1 -0
- package/resources/translate.js +6 -0
- package/resources/translate.js.map +1 -0
- package/resources/translate.mjs +3 -0
- package/resources/translate.mjs.map +1 -0
- package/resources/vault/graphrag.d.mts +65 -1
- package/resources/vault/graphrag.d.mts.map +1 -1
- package/resources/vault/graphrag.d.ts +65 -1
- package/resources/vault/graphrag.d.ts.map +1 -1
- package/resources/vault/graphrag.js +17 -0
- package/resources/vault/graphrag.js.map +1 -1
- package/resources/vault/graphrag.mjs +17 -0
- package/resources/vault/graphrag.mjs.map +1 -1
- package/resources/vault/index.d.mts +4 -3
- package/resources/vault/index.d.mts.map +1 -1
- package/resources/vault/index.d.ts +4 -3
- package/resources/vault/index.d.ts.map +1 -1
- package/resources/vault/index.js +3 -1
- package/resources/vault/index.js.map +1 -1
- package/resources/vault/index.mjs +2 -1
- package/resources/vault/index.mjs.map +1 -1
- package/resources/vault/multipart.d.mts +140 -0
- package/resources/vault/multipart.d.mts.map +1 -0
- package/resources/vault/multipart.d.ts +140 -0
- package/resources/vault/multipart.d.ts.map +1 -0
- package/resources/vault/multipart.js +84 -0
- package/resources/vault/multipart.js.map +1 -0
- package/resources/vault/multipart.mjs +80 -0
- package/resources/vault/multipart.mjs.map +1 -0
- package/resources/vault/objects.d.mts +275 -3
- package/resources/vault/objects.d.mts.map +1 -1
- package/resources/vault/objects.d.ts +275 -3
- package/resources/vault/objects.d.ts.map +1 -1
- package/resources/vault/objects.js +72 -0
- package/resources/vault/objects.js.map +1 -1
- package/resources/vault/objects.mjs +72 -0
- package/resources/vault/objects.mjs.map +1 -1
- package/resources/vault/vault.d.mts +139 -7
- package/resources/vault/vault.d.mts.map +1 -1
- package/resources/vault/vault.d.ts +139 -7
- package/resources/vault/vault.d.ts.map +1 -1
- package/resources/vault/vault.js +33 -0
- package/resources/vault/vault.js.map +1 -1
- package/resources/vault/vault.mjs +34 -1
- package/resources/vault/vault.mjs.map +1 -1
- package/src/client.ts +53 -7
- package/src/internal/parse.ts +6 -0
- package/src/resources/{webhooks/webhooks.ts → applications/applications.ts} +5 -5
- package/src/resources/applications/index.ts +4 -0
- package/src/resources/applications/v1/deployments.ts +183 -0
- package/src/resources/applications/v1/index.ts +27 -0
- package/src/resources/applications/v1/projects.ts +421 -0
- package/src/resources/applications/v1/v1.ts +69 -0
- package/src/resources/applications/v1/workflows.ts +31 -0
- package/src/resources/{webhooks.ts → applications/v1.ts} +1 -1
- package/src/resources/{webhooks/index.ts → applications.ts} +1 -2
- package/src/resources/compute/v1/index.ts +9 -3
- package/src/resources/compute/v1/instance-types.ts +86 -0
- package/src/resources/compute/v1/instances.ts +237 -0
- package/src/resources/compute/v1/v1.ts +24 -16
- package/src/resources/database/database.ts +15 -0
- package/src/resources/database/index.ts +4 -0
- package/src/resources/database/v1/index.ts +16 -0
- package/src/resources/database/v1/projects.ts +594 -0
- package/src/resources/database/v1/v1.ts +209 -0
- package/src/resources/database/v1.ts +3 -0
- package/src/resources/database.ts +3 -0
- package/src/resources/index.ts +11 -1
- package/src/resources/legal/index.ts +22 -0
- package/src/resources/legal/legal.ts +51 -0
- package/src/resources/legal/v1.ts +749 -0
- package/src/resources/legal.ts +3 -0
- package/src/resources/memory/index.ts +16 -0
- package/src/resources/memory/memory.ts +39 -0
- package/src/resources/memory/v1.ts +556 -0
- package/src/resources/memory.ts +3 -0
- package/src/resources/privilege/index.ts +4 -0
- package/src/resources/privilege/privilege.ts +15 -0
- package/src/resources/privilege/v1.ts +122 -0
- package/src/resources/privilege.ts +3 -0
- package/src/resources/superdoc/index.ts +4 -0
- package/src/resources/superdoc/superdoc.ts +15 -0
- package/src/resources/superdoc/v1.ts +146 -0
- package/src/resources/superdoc.ts +3 -0
- package/src/resources/translate/index.ts +12 -0
- package/src/resources/translate/translate.ts +31 -0
- package/src/resources/translate/v1.ts +197 -0
- package/src/resources/translate.ts +3 -0
- package/src/resources/vault/graphrag.ts +86 -0
- package/src/resources/vault/index.ts +28 -1
- package/src/resources/vault/multipart.ts +204 -0
- package/src/resources/vault/objects.ts +361 -2
- package/src/resources/vault/vault.ts +220 -3
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/compute/v1/functions.d.mts +0 -4
- package/resources/compute/v1/functions.d.mts.map +0 -1
- package/resources/compute/v1/functions.d.ts +0 -4
- package/resources/compute/v1/functions.d.ts.map +0 -1
- package/resources/compute/v1/functions.js +0 -9
- package/resources/compute/v1/functions.js.map +0 -1
- package/resources/compute/v1/functions.mjs +0 -5
- package/resources/compute/v1/functions.mjs.map +0 -1
- package/resources/compute/v1/invoke.d.mts +0 -4
- package/resources/compute/v1/invoke.d.mts.map +0 -1
- package/resources/compute/v1/invoke.d.ts +0 -4
- package/resources/compute/v1/invoke.d.ts.map +0 -1
- package/resources/compute/v1/invoke.js +0 -9
- package/resources/compute/v1/invoke.js.map +0 -1
- package/resources/compute/v1/invoke.mjs +0 -5
- package/resources/compute/v1/invoke.mjs.map +0 -1
- package/resources/compute/v1/runs.d.mts +0 -4
- package/resources/compute/v1/runs.d.mts.map +0 -1
- package/resources/compute/v1/runs.d.ts +0 -4
- package/resources/compute/v1/runs.d.ts.map +0 -1
- package/resources/compute/v1/runs.js +0 -9
- package/resources/compute/v1/runs.js.map +0 -1
- package/resources/compute/v1/runs.mjs +0 -5
- package/resources/compute/v1/runs.mjs.map +0 -1
- package/resources/webhooks/index.d.mts +0 -3
- package/resources/webhooks/index.d.mts.map +0 -1
- package/resources/webhooks/index.d.ts +0 -3
- package/resources/webhooks/index.d.ts.map +0 -1
- package/resources/webhooks/index.js.map +0 -1
- package/resources/webhooks/index.mjs.map +0 -1
- package/resources/webhooks/v1.d.mts +0 -4
- package/resources/webhooks/v1.d.mts.map +0 -1
- package/resources/webhooks/v1.d.ts +0 -4
- package/resources/webhooks/v1.d.ts.map +0 -1
- package/resources/webhooks/v1.js +0 -9
- package/resources/webhooks/v1.js.map +0 -1
- package/resources/webhooks/v1.mjs +0 -5
- package/resources/webhooks/v1.mjs.map +0 -1
- package/resources/webhooks/webhooks.d.mts +0 -10
- package/resources/webhooks/webhooks.d.mts.map +0 -1
- package/resources/webhooks/webhooks.d.ts +0 -10
- package/resources/webhooks/webhooks.d.ts.map +0 -1
- package/resources/webhooks/webhooks.js.map +0 -1
- package/resources/webhooks/webhooks.mjs.map +0 -1
- package/resources/webhooks.d.mts +0 -2
- package/resources/webhooks.d.mts.map +0 -1
- package/resources/webhooks.d.ts +0 -2
- package/resources/webhooks.d.ts.map +0 -1
- package/resources/webhooks.js.map +0 -1
- package/resources/webhooks.mjs.map +0 -1
- package/src/resources/compute/v1/functions.ts +0 -5
- package/src/resources/compute/v1/invoke.ts +0 -5
- package/src/resources/compute/v1/runs.ts +0 -5
- package/src/resources/webhooks/v1.ts +0 -5
|
@@ -0,0 +1,464 @@
|
|
|
1
|
+
import { APIResource } from "../../../core/resource.mjs";
|
|
2
|
+
import { APIPromise } from "../../../core/api-promise.mjs";
|
|
3
|
+
import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
4
|
+
export declare class Projects extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Creates a new serverless Postgres database project powered by Neon. Includes
|
|
7
|
+
* automatic scaling, connection pooling, and a default 'main' branch with 'neondb'
|
|
8
|
+
* database. Supports branching for isolated dev/staging environments. Perfect for
|
|
9
|
+
* case management applications, document workflows, and litigation support
|
|
10
|
+
* systems.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```ts
|
|
14
|
+
* const project = await client.database.v1.projects.create({
|
|
15
|
+
* name: 'litigation-docs-db',
|
|
16
|
+
* description:
|
|
17
|
+
* 'Production database for litigation document management',
|
|
18
|
+
* region: 'aws-us-east-1',
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
create(body: ProjectCreateParams, options?: RequestOptions): APIPromise<ProjectCreateResponse>;
|
|
23
|
+
/**
|
|
24
|
+
* Retrieves detailed information about a specific database project including
|
|
25
|
+
* branches, databases, storage/compute metrics, connection host, and linked
|
|
26
|
+
* deployments. Fetches live usage statistics from Neon API.
|
|
27
|
+
*
|
|
28
|
+
* @example
|
|
29
|
+
* ```ts
|
|
30
|
+
* const project = await client.database.v1.projects.retrieve(
|
|
31
|
+
* 'id',
|
|
32
|
+
* );
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<ProjectRetrieveResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Retrieves all serverless Postgres database projects for the authenticated
|
|
38
|
+
* organization. Includes storage and compute metrics, plus linked deployments from
|
|
39
|
+
* Thurgood apps and Compute instances.
|
|
40
|
+
*
|
|
41
|
+
* @example
|
|
42
|
+
* ```ts
|
|
43
|
+
* const projects = await client.database.v1.projects.list();
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
list(options?: RequestOptions): APIPromise<ProjectListResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Permanently deletes a database project from Neon and marks it as deleted in
|
|
49
|
+
* Case.dev. This action cannot be undone and will destroy all data including
|
|
50
|
+
* branches and databases. Use with caution.
|
|
51
|
+
*
|
|
52
|
+
* @example
|
|
53
|
+
* ```ts
|
|
54
|
+
* const project = await client.database.v1.projects.delete(
|
|
55
|
+
* 'id',
|
|
56
|
+
* );
|
|
57
|
+
* ```
|
|
58
|
+
*/
|
|
59
|
+
delete(id: string, options?: RequestOptions): APIPromise<ProjectDeleteResponse>;
|
|
60
|
+
/**
|
|
61
|
+
* Creates a new branch from the specified parent branch (or default 'main'
|
|
62
|
+
* branch). Branches provide instant point-in-time clones of your database for
|
|
63
|
+
* isolated development, staging, testing, or feature work. Perfect for testing
|
|
64
|
+
* schema changes, running migrations safely, or creating ephemeral preview
|
|
65
|
+
* environments.
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* ```ts
|
|
69
|
+
* const response =
|
|
70
|
+
* await client.database.v1.projects.createBranch('id', {
|
|
71
|
+
* name: 'staging',
|
|
72
|
+
* parentBranchId: 'branch_main_123',
|
|
73
|
+
* });
|
|
74
|
+
* ```
|
|
75
|
+
*/
|
|
76
|
+
createBranch(id: string, body: ProjectCreateBranchParams, options?: RequestOptions): APIPromise<ProjectCreateBranchResponse>;
|
|
77
|
+
/**
|
|
78
|
+
* Retrieves the PostgreSQL connection URI for a database project. Supports
|
|
79
|
+
* selecting specific branches and pooled vs direct connections. Connection strings
|
|
80
|
+
* include credentials and should be stored securely. Use for configuring
|
|
81
|
+
* applications and deployment environments.
|
|
82
|
+
*
|
|
83
|
+
* @example
|
|
84
|
+
* ```ts
|
|
85
|
+
* const response =
|
|
86
|
+
* await client.database.v1.projects.getConnection('id');
|
|
87
|
+
* ```
|
|
88
|
+
*/
|
|
89
|
+
getConnection(id: string, query?: ProjectGetConnectionParams | null | undefined, options?: RequestOptions): APIPromise<ProjectGetConnectionResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* Retrieves all branches for a database project. Branches enable isolated
|
|
92
|
+
* development and testing environments with instant point-in-time cloning. Each
|
|
93
|
+
* branch includes the default branch and any custom branches created for staging,
|
|
94
|
+
* testing, or feature development.
|
|
95
|
+
*
|
|
96
|
+
* @example
|
|
97
|
+
* ```ts
|
|
98
|
+
* const response =
|
|
99
|
+
* await client.database.v1.projects.listBranches('id');
|
|
100
|
+
* ```
|
|
101
|
+
*/
|
|
102
|
+
listBranches(id: string, options?: RequestOptions): APIPromise<ProjectListBranchesResponse>;
|
|
103
|
+
}
|
|
104
|
+
export interface ProjectCreateResponse {
|
|
105
|
+
/**
|
|
106
|
+
* Project ID
|
|
107
|
+
*/
|
|
108
|
+
id: string;
|
|
109
|
+
/**
|
|
110
|
+
* Project creation timestamp
|
|
111
|
+
*/
|
|
112
|
+
createdAt: string;
|
|
113
|
+
/**
|
|
114
|
+
* Default 'main' branch details
|
|
115
|
+
*/
|
|
116
|
+
defaultBranch: ProjectCreateResponse.DefaultBranch;
|
|
117
|
+
/**
|
|
118
|
+
* Project name
|
|
119
|
+
*/
|
|
120
|
+
name: string;
|
|
121
|
+
/**
|
|
122
|
+
* PostgreSQL major version
|
|
123
|
+
*/
|
|
124
|
+
pgVersion: number;
|
|
125
|
+
/**
|
|
126
|
+
* AWS region
|
|
127
|
+
*/
|
|
128
|
+
region: string;
|
|
129
|
+
/**
|
|
130
|
+
* Project status
|
|
131
|
+
*/
|
|
132
|
+
status: 'active' | 'suspended' | 'deleted';
|
|
133
|
+
/**
|
|
134
|
+
* Project description
|
|
135
|
+
*/
|
|
136
|
+
description?: string | null;
|
|
137
|
+
}
|
|
138
|
+
export declare namespace ProjectCreateResponse {
|
|
139
|
+
/**
|
|
140
|
+
* Default 'main' branch details
|
|
141
|
+
*/
|
|
142
|
+
interface DefaultBranch {
|
|
143
|
+
/**
|
|
144
|
+
* Branch ID
|
|
145
|
+
*/
|
|
146
|
+
id?: string;
|
|
147
|
+
/**
|
|
148
|
+
* Branch name
|
|
149
|
+
*/
|
|
150
|
+
name?: string;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
export interface ProjectRetrieveResponse {
|
|
154
|
+
/**
|
|
155
|
+
* Project ID
|
|
156
|
+
*/
|
|
157
|
+
id: string;
|
|
158
|
+
/**
|
|
159
|
+
* All branches in this project
|
|
160
|
+
*/
|
|
161
|
+
branches: Array<ProjectRetrieveResponse.Branch>;
|
|
162
|
+
/**
|
|
163
|
+
* Total compute time consumed in seconds
|
|
164
|
+
*/
|
|
165
|
+
computeTimeSeconds: number;
|
|
166
|
+
/**
|
|
167
|
+
* Database connection hostname (masked for security)
|
|
168
|
+
*/
|
|
169
|
+
connectionHost: string;
|
|
170
|
+
/**
|
|
171
|
+
* Project creation timestamp
|
|
172
|
+
*/
|
|
173
|
+
createdAt: string;
|
|
174
|
+
/**
|
|
175
|
+
* Databases in the default branch
|
|
176
|
+
*/
|
|
177
|
+
databases: Array<ProjectRetrieveResponse.Database>;
|
|
178
|
+
/**
|
|
179
|
+
* Linked deployments using this database
|
|
180
|
+
*/
|
|
181
|
+
linkedDeployments: Array<ProjectRetrieveResponse.LinkedDeployment>;
|
|
182
|
+
/**
|
|
183
|
+
* Project name
|
|
184
|
+
*/
|
|
185
|
+
name: string;
|
|
186
|
+
/**
|
|
187
|
+
* PostgreSQL major version
|
|
188
|
+
*/
|
|
189
|
+
pgVersion: number;
|
|
190
|
+
/**
|
|
191
|
+
* AWS region
|
|
192
|
+
*/
|
|
193
|
+
region: string;
|
|
194
|
+
/**
|
|
195
|
+
* Project status
|
|
196
|
+
*/
|
|
197
|
+
status: 'active' | 'suspended' | 'deleted';
|
|
198
|
+
/**
|
|
199
|
+
* Current storage usage in bytes
|
|
200
|
+
*/
|
|
201
|
+
storageSizeBytes: number;
|
|
202
|
+
/**
|
|
203
|
+
* Project last update timestamp
|
|
204
|
+
*/
|
|
205
|
+
updatedAt: string;
|
|
206
|
+
/**
|
|
207
|
+
* Project description
|
|
208
|
+
*/
|
|
209
|
+
description?: string | null;
|
|
210
|
+
}
|
|
211
|
+
export declare namespace ProjectRetrieveResponse {
|
|
212
|
+
interface Branch {
|
|
213
|
+
/**
|
|
214
|
+
* Branch ID
|
|
215
|
+
*/
|
|
216
|
+
id?: string;
|
|
217
|
+
/**
|
|
218
|
+
* Branch creation timestamp
|
|
219
|
+
*/
|
|
220
|
+
createdAt?: string;
|
|
221
|
+
/**
|
|
222
|
+
* Whether this is the default branch
|
|
223
|
+
*/
|
|
224
|
+
isDefault?: boolean;
|
|
225
|
+
/**
|
|
226
|
+
* Branch name
|
|
227
|
+
*/
|
|
228
|
+
name?: string;
|
|
229
|
+
/**
|
|
230
|
+
* Branch status
|
|
231
|
+
*/
|
|
232
|
+
status?: string;
|
|
233
|
+
}
|
|
234
|
+
interface Database {
|
|
235
|
+
/**
|
|
236
|
+
* Database ID
|
|
237
|
+
*/
|
|
238
|
+
id?: string;
|
|
239
|
+
/**
|
|
240
|
+
* Database name
|
|
241
|
+
*/
|
|
242
|
+
name?: string;
|
|
243
|
+
/**
|
|
244
|
+
* Database owner role name
|
|
245
|
+
*/
|
|
246
|
+
ownerName?: string;
|
|
247
|
+
}
|
|
248
|
+
interface LinkedDeployment {
|
|
249
|
+
/**
|
|
250
|
+
* Deployment ID
|
|
251
|
+
*/
|
|
252
|
+
id?: string;
|
|
253
|
+
/**
|
|
254
|
+
* Environment variable name for connection string
|
|
255
|
+
*/
|
|
256
|
+
envVarName?: string;
|
|
257
|
+
/**
|
|
258
|
+
* Deployment name
|
|
259
|
+
*/
|
|
260
|
+
name?: string;
|
|
261
|
+
/**
|
|
262
|
+
* Deployment type
|
|
263
|
+
*/
|
|
264
|
+
type?: 'thurgood' | 'compute';
|
|
265
|
+
/**
|
|
266
|
+
* Deployment URL
|
|
267
|
+
*/
|
|
268
|
+
url?: string;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
export interface ProjectListResponse {
|
|
272
|
+
projects: Array<ProjectListResponse.Project>;
|
|
273
|
+
}
|
|
274
|
+
export declare namespace ProjectListResponse {
|
|
275
|
+
interface Project {
|
|
276
|
+
/**
|
|
277
|
+
* Project ID
|
|
278
|
+
*/
|
|
279
|
+
id?: string;
|
|
280
|
+
/**
|
|
281
|
+
* Total compute time consumed in seconds
|
|
282
|
+
*/
|
|
283
|
+
computeTimeSeconds?: number;
|
|
284
|
+
/**
|
|
285
|
+
* Project creation timestamp
|
|
286
|
+
*/
|
|
287
|
+
createdAt?: string;
|
|
288
|
+
/**
|
|
289
|
+
* Project description
|
|
290
|
+
*/
|
|
291
|
+
description?: string | null;
|
|
292
|
+
/**
|
|
293
|
+
* Linked application deployments using this database
|
|
294
|
+
*/
|
|
295
|
+
linkedDeployments?: Array<Project.LinkedDeployment>;
|
|
296
|
+
/**
|
|
297
|
+
* Project name
|
|
298
|
+
*/
|
|
299
|
+
name?: string;
|
|
300
|
+
/**
|
|
301
|
+
* PostgreSQL major version
|
|
302
|
+
*/
|
|
303
|
+
pgVersion?: number;
|
|
304
|
+
/**
|
|
305
|
+
* AWS region where database is deployed
|
|
306
|
+
*/
|
|
307
|
+
region?: string;
|
|
308
|
+
/**
|
|
309
|
+
* Current project status
|
|
310
|
+
*/
|
|
311
|
+
status?: 'active' | 'suspended' | 'deleted';
|
|
312
|
+
/**
|
|
313
|
+
* Current storage usage in bytes
|
|
314
|
+
*/
|
|
315
|
+
storageSizeBytes?: number;
|
|
316
|
+
/**
|
|
317
|
+
* Project last update timestamp
|
|
318
|
+
*/
|
|
319
|
+
updatedAt?: string;
|
|
320
|
+
}
|
|
321
|
+
namespace Project {
|
|
322
|
+
interface LinkedDeployment {
|
|
323
|
+
/**
|
|
324
|
+
* Deployment ID
|
|
325
|
+
*/
|
|
326
|
+
id?: string;
|
|
327
|
+
/**
|
|
328
|
+
* Deployment name
|
|
329
|
+
*/
|
|
330
|
+
name?: string;
|
|
331
|
+
/**
|
|
332
|
+
* Type of deployment
|
|
333
|
+
*/
|
|
334
|
+
type?: 'thurgood' | 'compute';
|
|
335
|
+
/**
|
|
336
|
+
* Deployment URL (for Thurgood apps)
|
|
337
|
+
*/
|
|
338
|
+
url?: string;
|
|
339
|
+
}
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
export interface ProjectDeleteResponse {
|
|
343
|
+
/**
|
|
344
|
+
* Confirmation message
|
|
345
|
+
*/
|
|
346
|
+
message: string;
|
|
347
|
+
/**
|
|
348
|
+
* Deletion success indicator
|
|
349
|
+
*/
|
|
350
|
+
success: boolean;
|
|
351
|
+
}
|
|
352
|
+
export interface ProjectCreateBranchResponse {
|
|
353
|
+
/**
|
|
354
|
+
* Branch ID
|
|
355
|
+
*/
|
|
356
|
+
id: string;
|
|
357
|
+
/**
|
|
358
|
+
* Branch creation timestamp
|
|
359
|
+
*/
|
|
360
|
+
createdAt: string;
|
|
361
|
+
/**
|
|
362
|
+
* Whether this is the default branch (always false for new branches)
|
|
363
|
+
*/
|
|
364
|
+
isDefault: boolean;
|
|
365
|
+
/**
|
|
366
|
+
* Branch name
|
|
367
|
+
*/
|
|
368
|
+
name: string;
|
|
369
|
+
/**
|
|
370
|
+
* Parent branch ID
|
|
371
|
+
*/
|
|
372
|
+
parentBranchId: string | null;
|
|
373
|
+
/**
|
|
374
|
+
* Branch status
|
|
375
|
+
*/
|
|
376
|
+
status: string;
|
|
377
|
+
}
|
|
378
|
+
export interface ProjectGetConnectionResponse {
|
|
379
|
+
/**
|
|
380
|
+
* Branch name for this connection
|
|
381
|
+
*/
|
|
382
|
+
branch: string;
|
|
383
|
+
/**
|
|
384
|
+
* PostgreSQL connection string (includes credentials)
|
|
385
|
+
*/
|
|
386
|
+
connectionUri: string;
|
|
387
|
+
/**
|
|
388
|
+
* Whether this is a pooled connection
|
|
389
|
+
*/
|
|
390
|
+
pooled: boolean;
|
|
391
|
+
}
|
|
392
|
+
export interface ProjectListBranchesResponse {
|
|
393
|
+
branches: Array<ProjectListBranchesResponse.Branch>;
|
|
394
|
+
}
|
|
395
|
+
export declare namespace ProjectListBranchesResponse {
|
|
396
|
+
interface Branch {
|
|
397
|
+
/**
|
|
398
|
+
* Branch ID
|
|
399
|
+
*/
|
|
400
|
+
id?: string;
|
|
401
|
+
/**
|
|
402
|
+
* Branch creation timestamp
|
|
403
|
+
*/
|
|
404
|
+
createdAt?: string;
|
|
405
|
+
/**
|
|
406
|
+
* Whether this is the default branch
|
|
407
|
+
*/
|
|
408
|
+
isDefault?: boolean;
|
|
409
|
+
/**
|
|
410
|
+
* Branch name
|
|
411
|
+
*/
|
|
412
|
+
name?: string;
|
|
413
|
+
/**
|
|
414
|
+
* Parent branch ID (null for default branch)
|
|
415
|
+
*/
|
|
416
|
+
parentBranchId?: string | null;
|
|
417
|
+
/**
|
|
418
|
+
* Branch status
|
|
419
|
+
*/
|
|
420
|
+
status?: string;
|
|
421
|
+
/**
|
|
422
|
+
* Branch last update timestamp
|
|
423
|
+
*/
|
|
424
|
+
updatedAt?: string;
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
export interface ProjectCreateParams {
|
|
428
|
+
/**
|
|
429
|
+
* Project name (letters, numbers, hyphens, underscores only)
|
|
430
|
+
*/
|
|
431
|
+
name: string;
|
|
432
|
+
/**
|
|
433
|
+
* Optional project description
|
|
434
|
+
*/
|
|
435
|
+
description?: string;
|
|
436
|
+
/**
|
|
437
|
+
* AWS region for database deployment
|
|
438
|
+
*/
|
|
439
|
+
region?: 'aws-us-east-1' | 'aws-us-east-2' | 'aws-us-west-2' | 'aws-eu-central-1' | 'aws-eu-west-1' | 'aws-eu-west-2' | 'aws-ap-southeast-1' | 'aws-ap-southeast-2';
|
|
440
|
+
}
|
|
441
|
+
export interface ProjectCreateBranchParams {
|
|
442
|
+
/**
|
|
443
|
+
* Branch name (letters, numbers, hyphens, underscores only)
|
|
444
|
+
*/
|
|
445
|
+
name: string;
|
|
446
|
+
/**
|
|
447
|
+
* Parent branch ID to clone from (defaults to main branch)
|
|
448
|
+
*/
|
|
449
|
+
parentBranchId?: string;
|
|
450
|
+
}
|
|
451
|
+
export interface ProjectGetConnectionParams {
|
|
452
|
+
/**
|
|
453
|
+
* Branch name (defaults to 'main')
|
|
454
|
+
*/
|
|
455
|
+
branch?: string;
|
|
456
|
+
/**
|
|
457
|
+
* Use pooled connection (PgBouncer)
|
|
458
|
+
*/
|
|
459
|
+
pooled?: boolean;
|
|
460
|
+
}
|
|
461
|
+
export declare namespace Projects {
|
|
462
|
+
export { type ProjectCreateResponse as ProjectCreateResponse, type ProjectRetrieveResponse as ProjectRetrieveResponse, type ProjectListResponse as ProjectListResponse, type ProjectDeleteResponse as ProjectDeleteResponse, type ProjectCreateBranchResponse as ProjectCreateBranchResponse, type ProjectGetConnectionResponse as ProjectGetConnectionResponse, type ProjectListBranchesResponse as ProjectListBranchesResponse, type ProjectCreateParams as ProjectCreateParams, type ProjectCreateBranchParams as ProjectCreateBranchParams, type ProjectGetConnectionParams as ProjectGetConnectionParams, };
|
|
463
|
+
}
|
|
464
|
+
//# sourceMappingURL=projects.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"projects.d.mts","sourceRoot":"","sources":["../../../src/resources/database/v1/projects.ts"],"names":[],"mappings":"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"}
|