casedev 0.3.0 → 0.4.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/CHANGELOG.md +21 -0
- package/client.d.mts +23 -5
- package/client.d.mts.map +1 -1
- package/client.d.ts +23 -5
- package/client.d.ts.map +1 -1
- package/client.js +24 -5
- package/client.js.map +1 -1
- package/client.mjs +24 -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 +46 -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
|
@@ -2,18 +2,42 @@
|
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../core/resource';
|
|
4
4
|
import * as GraphragAPI from './graphrag';
|
|
5
|
-
import {
|
|
5
|
+
import {
|
|
6
|
+
Graphrag,
|
|
7
|
+
GraphragGetStatsResponse,
|
|
8
|
+
GraphragInitResponse,
|
|
9
|
+
GraphragProcessObjectParams,
|
|
10
|
+
GraphragProcessObjectResponse,
|
|
11
|
+
} from './graphrag';
|
|
12
|
+
import * as MultipartAPI from './multipart';
|
|
13
|
+
import {
|
|
14
|
+
Multipart,
|
|
15
|
+
MultipartAbortParams,
|
|
16
|
+
MultipartCompleteParams,
|
|
17
|
+
MultipartGetPartURLsParams,
|
|
18
|
+
MultipartGetPartURLsResponse,
|
|
19
|
+
MultipartInitParams,
|
|
20
|
+
MultipartInitResponse,
|
|
21
|
+
} from './multipart';
|
|
6
22
|
import * as ObjectsAPI from './objects';
|
|
7
23
|
import {
|
|
8
24
|
ObjectCreatePresignedURLParams,
|
|
9
25
|
ObjectCreatePresignedURLResponse,
|
|
26
|
+
ObjectDeleteParams,
|
|
27
|
+
ObjectDeleteResponse,
|
|
10
28
|
ObjectDownloadParams,
|
|
11
29
|
ObjectDownloadResponse,
|
|
30
|
+
ObjectGetOcrWordsParams,
|
|
31
|
+
ObjectGetOcrWordsResponse,
|
|
32
|
+
ObjectGetSummarizeJobParams,
|
|
33
|
+
ObjectGetSummarizeJobResponse,
|
|
12
34
|
ObjectGetTextParams,
|
|
13
35
|
ObjectGetTextResponse,
|
|
14
36
|
ObjectListResponse,
|
|
15
37
|
ObjectRetrieveParams,
|
|
16
38
|
ObjectRetrieveResponse,
|
|
39
|
+
ObjectUpdateParams,
|
|
40
|
+
ObjectUpdateResponse,
|
|
17
41
|
Objects,
|
|
18
42
|
} from './objects';
|
|
19
43
|
import { APIPromise } from '../../core/api-promise';
|
|
@@ -22,6 +46,7 @@ import { path } from '../../internal/utils/path';
|
|
|
22
46
|
|
|
23
47
|
export class Vault extends APIResource {
|
|
24
48
|
graphrag: GraphragAPI.Graphrag = new GraphragAPI.Graphrag(this._client);
|
|
49
|
+
multipart: MultipartAPI.Multipart = new MultipartAPI.Multipart(this._client);
|
|
25
50
|
objects: ObjectsAPI.Objects = new ObjectsAPI.Objects(this._client);
|
|
26
51
|
|
|
27
52
|
/**
|
|
@@ -55,6 +80,22 @@ export class Vault extends APIResource {
|
|
|
55
80
|
return this._client.get(path`/vault/${id}`, options);
|
|
56
81
|
}
|
|
57
82
|
|
|
83
|
+
/**
|
|
84
|
+
* Update vault settings including name, description, and enableGraph. Changing
|
|
85
|
+
* enableGraph only affects future document uploads - existing documents retain
|
|
86
|
+
* their current graph/non-graph state.
|
|
87
|
+
*
|
|
88
|
+
* @example
|
|
89
|
+
* ```ts
|
|
90
|
+
* const vault = await client.vault.update('id', {
|
|
91
|
+
* name: 'Updated Vault Name',
|
|
92
|
+
* });
|
|
93
|
+
* ```
|
|
94
|
+
*/
|
|
95
|
+
update(id: string, body: VaultUpdateParams, options?: RequestOptions): APIPromise<VaultUpdateResponse> {
|
|
96
|
+
return this._client.patch(path`/vault/${id}`, { body, ...options });
|
|
97
|
+
}
|
|
98
|
+
|
|
58
99
|
/**
|
|
59
100
|
* List all vaults for the authenticated organization. Returns vault metadata
|
|
60
101
|
* including name, description, storage configuration, and usage statistics.
|
|
@@ -68,6 +109,25 @@ export class Vault extends APIResource {
|
|
|
68
109
|
return this._client.get('/vault', options);
|
|
69
110
|
}
|
|
70
111
|
|
|
112
|
+
/**
|
|
113
|
+
* Permanently deletes a vault and all its contents including documents, vectors,
|
|
114
|
+
* graph data, and S3 buckets. This operation cannot be undone. For large vaults,
|
|
115
|
+
* use the async=true query parameter to queue deletion in the background.
|
|
116
|
+
*
|
|
117
|
+
* @example
|
|
118
|
+
* ```ts
|
|
119
|
+
* const vault = await client.vault.delete('id');
|
|
120
|
+
* ```
|
|
121
|
+
*/
|
|
122
|
+
delete(
|
|
123
|
+
id: string,
|
|
124
|
+
params: VaultDeleteParams | null | undefined = {},
|
|
125
|
+
options?: RequestOptions,
|
|
126
|
+
): APIPromise<VaultDeleteResponse> {
|
|
127
|
+
const { async } = params ?? {};
|
|
128
|
+
return this._client.delete(path`/vault/${id}`, { query: { async }, ...options });
|
|
129
|
+
}
|
|
130
|
+
|
|
71
131
|
/**
|
|
72
132
|
* Triggers ingestion workflow for a vault object to extract text, generate chunks,
|
|
73
133
|
* and create embeddings. For supported file types (PDF, DOCX, TXT, RTF, XML,
|
|
@@ -284,6 +344,88 @@ export namespace VaultRetrieveResponse {
|
|
|
284
344
|
}
|
|
285
345
|
}
|
|
286
346
|
|
|
347
|
+
export interface VaultUpdateResponse {
|
|
348
|
+
/**
|
|
349
|
+
* Vault identifier
|
|
350
|
+
*/
|
|
351
|
+
id?: string;
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* Document chunking strategy configuration
|
|
355
|
+
*/
|
|
356
|
+
chunkStrategy?: unknown;
|
|
357
|
+
|
|
358
|
+
/**
|
|
359
|
+
* Vault creation timestamp
|
|
360
|
+
*/
|
|
361
|
+
createdAt?: string;
|
|
362
|
+
|
|
363
|
+
/**
|
|
364
|
+
* Vault description
|
|
365
|
+
*/
|
|
366
|
+
description?: string | null;
|
|
367
|
+
|
|
368
|
+
/**
|
|
369
|
+
* Whether GraphRAG is enabled for future uploads
|
|
370
|
+
*/
|
|
371
|
+
enableGraph?: boolean;
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* S3 bucket for document storage
|
|
375
|
+
*/
|
|
376
|
+
filesBucket?: string;
|
|
377
|
+
|
|
378
|
+
/**
|
|
379
|
+
* Search index name
|
|
380
|
+
*/
|
|
381
|
+
indexName?: string;
|
|
382
|
+
|
|
383
|
+
/**
|
|
384
|
+
* KMS key for encryption
|
|
385
|
+
*/
|
|
386
|
+
kmsKeyId?: string;
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* Additional vault metadata
|
|
390
|
+
*/
|
|
391
|
+
metadata?: unknown;
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* Vault name
|
|
395
|
+
*/
|
|
396
|
+
name?: string;
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* AWS region
|
|
400
|
+
*/
|
|
401
|
+
region?: string;
|
|
402
|
+
|
|
403
|
+
/**
|
|
404
|
+
* Total storage size in bytes
|
|
405
|
+
*/
|
|
406
|
+
totalBytes?: number;
|
|
407
|
+
|
|
408
|
+
/**
|
|
409
|
+
* Number of stored documents
|
|
410
|
+
*/
|
|
411
|
+
totalObjects?: number;
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* Number of vector embeddings
|
|
415
|
+
*/
|
|
416
|
+
totalVectors?: number;
|
|
417
|
+
|
|
418
|
+
/**
|
|
419
|
+
* Last update timestamp
|
|
420
|
+
*/
|
|
421
|
+
updatedAt?: string;
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* S3 bucket for vector embeddings
|
|
425
|
+
*/
|
|
426
|
+
vectorBucket?: string | null;
|
|
427
|
+
}
|
|
428
|
+
|
|
287
429
|
export interface VaultListResponse {
|
|
288
430
|
/**
|
|
289
431
|
* Total number of vaults
|
|
@@ -332,6 +474,31 @@ export namespace VaultListResponse {
|
|
|
332
474
|
}
|
|
333
475
|
}
|
|
334
476
|
|
|
477
|
+
export interface VaultDeleteResponse {
|
|
478
|
+
deletedVault?: VaultDeleteResponse.DeletedVault;
|
|
479
|
+
|
|
480
|
+
/**
|
|
481
|
+
* Either 'deleted' or 'deletion_queued'
|
|
482
|
+
*/
|
|
483
|
+
status?: string;
|
|
484
|
+
|
|
485
|
+
success?: boolean;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
export namespace VaultDeleteResponse {
|
|
489
|
+
export interface DeletedVault {
|
|
490
|
+
id?: string;
|
|
491
|
+
|
|
492
|
+
bytesFreed?: number;
|
|
493
|
+
|
|
494
|
+
name?: string;
|
|
495
|
+
|
|
496
|
+
objectsDeleted?: number;
|
|
497
|
+
|
|
498
|
+
vectorsDeleted?: number;
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
|
|
335
502
|
export interface VaultIngestResponse {
|
|
336
503
|
/**
|
|
337
504
|
* Always false - GraphRAG must be triggered separately via POST
|
|
@@ -550,6 +717,31 @@ export interface VaultCreateParams {
|
|
|
550
717
|
metadata?: unknown;
|
|
551
718
|
}
|
|
552
719
|
|
|
720
|
+
export interface VaultUpdateParams {
|
|
721
|
+
/**
|
|
722
|
+
* New description for the vault. Set to null to remove.
|
|
723
|
+
*/
|
|
724
|
+
description?: string | null;
|
|
725
|
+
|
|
726
|
+
/**
|
|
727
|
+
* Whether to enable GraphRAG for future document uploads
|
|
728
|
+
*/
|
|
729
|
+
enableGraph?: boolean;
|
|
730
|
+
|
|
731
|
+
/**
|
|
732
|
+
* New name for the vault
|
|
733
|
+
*/
|
|
734
|
+
name?: string;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
export interface VaultDeleteParams {
|
|
738
|
+
/**
|
|
739
|
+
* If true and vault has many objects, queue deletion in background and return
|
|
740
|
+
* immediately
|
|
741
|
+
*/
|
|
742
|
+
async?: boolean;
|
|
743
|
+
}
|
|
744
|
+
|
|
553
745
|
export interface VaultIngestParams {
|
|
554
746
|
/**
|
|
555
747
|
* Vault ID
|
|
@@ -624,24 +816,29 @@ export interface VaultUploadParams {
|
|
|
624
816
|
path?: string;
|
|
625
817
|
|
|
626
818
|
/**
|
|
627
|
-
* File size in bytes (optional, max
|
|
628
|
-
* size at S3 level.
|
|
819
|
+
* File size in bytes (optional, max 5GB for single PUT uploads). When provided,
|
|
820
|
+
* enforces exact file size at S3 level.
|
|
629
821
|
*/
|
|
630
822
|
sizeBytes?: number;
|
|
631
823
|
}
|
|
632
824
|
|
|
633
825
|
Vault.Graphrag = Graphrag;
|
|
826
|
+
Vault.Multipart = Multipart;
|
|
634
827
|
Vault.Objects = Objects;
|
|
635
828
|
|
|
636
829
|
export declare namespace Vault {
|
|
637
830
|
export {
|
|
638
831
|
type VaultCreateResponse as VaultCreateResponse,
|
|
639
832
|
type VaultRetrieveResponse as VaultRetrieveResponse,
|
|
833
|
+
type VaultUpdateResponse as VaultUpdateResponse,
|
|
640
834
|
type VaultListResponse as VaultListResponse,
|
|
835
|
+
type VaultDeleteResponse as VaultDeleteResponse,
|
|
641
836
|
type VaultIngestResponse as VaultIngestResponse,
|
|
642
837
|
type VaultSearchResponse as VaultSearchResponse,
|
|
643
838
|
type VaultUploadResponse as VaultUploadResponse,
|
|
644
839
|
type VaultCreateParams as VaultCreateParams,
|
|
840
|
+
type VaultUpdateParams as VaultUpdateParams,
|
|
841
|
+
type VaultDeleteParams as VaultDeleteParams,
|
|
645
842
|
type VaultIngestParams as VaultIngestParams,
|
|
646
843
|
type VaultSearchParams as VaultSearchParams,
|
|
647
844
|
type VaultUploadParams as VaultUploadParams,
|
|
@@ -651,18 +848,38 @@ export declare namespace Vault {
|
|
|
651
848
|
Graphrag as Graphrag,
|
|
652
849
|
type GraphragGetStatsResponse as GraphragGetStatsResponse,
|
|
653
850
|
type GraphragInitResponse as GraphragInitResponse,
|
|
851
|
+
type GraphragProcessObjectResponse as GraphragProcessObjectResponse,
|
|
852
|
+
type GraphragProcessObjectParams as GraphragProcessObjectParams,
|
|
853
|
+
};
|
|
854
|
+
|
|
855
|
+
export {
|
|
856
|
+
Multipart as Multipart,
|
|
857
|
+
type MultipartGetPartURLsResponse as MultipartGetPartURLsResponse,
|
|
858
|
+
type MultipartInitResponse as MultipartInitResponse,
|
|
859
|
+
type MultipartAbortParams as MultipartAbortParams,
|
|
860
|
+
type MultipartCompleteParams as MultipartCompleteParams,
|
|
861
|
+
type MultipartGetPartURLsParams as MultipartGetPartURLsParams,
|
|
862
|
+
type MultipartInitParams as MultipartInitParams,
|
|
654
863
|
};
|
|
655
864
|
|
|
656
865
|
export {
|
|
657
866
|
Objects as Objects,
|
|
658
867
|
type ObjectRetrieveResponse as ObjectRetrieveResponse,
|
|
868
|
+
type ObjectUpdateResponse as ObjectUpdateResponse,
|
|
659
869
|
type ObjectListResponse as ObjectListResponse,
|
|
870
|
+
type ObjectDeleteResponse as ObjectDeleteResponse,
|
|
660
871
|
type ObjectCreatePresignedURLResponse as ObjectCreatePresignedURLResponse,
|
|
661
872
|
type ObjectDownloadResponse as ObjectDownloadResponse,
|
|
873
|
+
type ObjectGetOcrWordsResponse as ObjectGetOcrWordsResponse,
|
|
874
|
+
type ObjectGetSummarizeJobResponse as ObjectGetSummarizeJobResponse,
|
|
662
875
|
type ObjectGetTextResponse as ObjectGetTextResponse,
|
|
663
876
|
type ObjectRetrieveParams as ObjectRetrieveParams,
|
|
877
|
+
type ObjectUpdateParams as ObjectUpdateParams,
|
|
878
|
+
type ObjectDeleteParams as ObjectDeleteParams,
|
|
664
879
|
type ObjectCreatePresignedURLParams as ObjectCreatePresignedURLParams,
|
|
665
880
|
type ObjectDownloadParams as ObjectDownloadParams,
|
|
881
|
+
type ObjectGetOcrWordsParams as ObjectGetOcrWordsParams,
|
|
882
|
+
type ObjectGetSummarizeJobParams as ObjectGetSummarizeJobParams,
|
|
666
883
|
type ObjectGetTextParams as ObjectGetTextParams,
|
|
667
884
|
};
|
|
668
885
|
}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.4.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.4.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.4.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.4.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"functions.d.mts","sourceRoot":"","sources":["../../../src/resources/compute/v1/functions.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,SAAU,SAAQ,WAAW;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../src/resources/compute/v1/functions.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,SAAU,SAAQ,WAAW;CAAG"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Functions = void 0;
|
|
5
|
-
const resource_1 = require("../../../core/resource.js");
|
|
6
|
-
class Functions extends resource_1.APIResource {
|
|
7
|
-
}
|
|
8
|
-
exports.Functions = Functions;
|
|
9
|
-
//# sourceMappingURL=functions.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"functions.js","sourceRoot":"","sources":["../../../src/resources/compute/v1/functions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,MAAa,SAAU,SAAQ,sBAAW;CAAG;AAA7C,8BAA6C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"functions.mjs","sourceRoot":"","sources":["../../../src/resources/compute/v1/functions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAEtB,MAAM,OAAO,SAAU,SAAQ,WAAW;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"invoke.d.mts","sourceRoot":"","sources":["../../../src/resources/compute/v1/invoke.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,MAAO,SAAQ,WAAW;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"invoke.d.ts","sourceRoot":"","sources":["../../../src/resources/compute/v1/invoke.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,MAAO,SAAQ,WAAW;CAAG"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Invoke = void 0;
|
|
5
|
-
const resource_1 = require("../../../core/resource.js");
|
|
6
|
-
class Invoke extends resource_1.APIResource {
|
|
7
|
-
}
|
|
8
|
-
exports.Invoke = Invoke;
|
|
9
|
-
//# sourceMappingURL=invoke.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"invoke.js","sourceRoot":"","sources":["../../../src/resources/compute/v1/invoke.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,MAAa,MAAO,SAAQ,sBAAW;CAAG;AAA1C,wBAA0C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"invoke.mjs","sourceRoot":"","sources":["../../../src/resources/compute/v1/invoke.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAEtB,MAAM,OAAO,MAAO,SAAQ,WAAW;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runs.d.mts","sourceRoot":"","sources":["../../../src/resources/compute/v1/runs.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,IAAK,SAAQ,WAAW;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runs.d.ts","sourceRoot":"","sources":["../../../src/resources/compute/v1/runs.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,IAAK,SAAQ,WAAW;CAAG"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.Runs = void 0;
|
|
5
|
-
const resource_1 = require("../../../core/resource.js");
|
|
6
|
-
class Runs extends resource_1.APIResource {
|
|
7
|
-
}
|
|
8
|
-
exports.Runs = Runs;
|
|
9
|
-
//# sourceMappingURL=runs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runs.js","sourceRoot":"","sources":["../../../src/resources/compute/v1/runs.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAErD,MAAa,IAAK,SAAQ,sBAAW;CAAG;AAAxC,oBAAwC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"runs.mjs","sourceRoot":"","sources":["../../../src/resources/compute/v1/runs.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAEtB,MAAM,OAAO,IAAK,SAAQ,WAAW;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/webhooks/index.ts"],"names":[],"mappings":"OAEO,EAAE,EAAE,EAAE;OACN,EAAE,QAAQ,EAAE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/webhooks/index.ts"],"names":[],"mappings":"OAEO,EAAE,EAAE,EAAE;OACN,EAAE,QAAQ,EAAE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/webhooks/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8BAA0B;AAAjB,wFAAA,EAAE,OAAA;AACX,0CAAsC;AAA7B,oGAAA,QAAQ,OAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/webhooks/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,EAAE,EAAE;OACN,EAAE,QAAQ,EAAE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v1.d.mts","sourceRoot":"","sources":["../../src/resources/webhooks/v1.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,EAAG,SAAQ,WAAW;CAAG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v1.d.ts","sourceRoot":"","sources":["../../src/resources/webhooks/v1.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;AAEtB,qBAAa,EAAG,SAAQ,WAAW;CAAG"}
|
package/resources/webhooks/v1.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.V1 = void 0;
|
|
5
|
-
const resource_1 = require("../../core/resource.js");
|
|
6
|
-
class V1 extends resource_1.APIResource {
|
|
7
|
-
}
|
|
8
|
-
exports.V1 = V1;
|
|
9
|
-
//# sourceMappingURL=v1.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v1.js","sourceRoot":"","sources":["../../src/resources/webhooks/v1.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAElD,MAAa,EAAG,SAAQ,sBAAW;CAAG;AAAtC,gBAAsC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v1.mjs","sourceRoot":"","sources":["../../src/resources/webhooks/v1.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAEtB,MAAM,OAAO,EAAG,SAAQ,WAAW;CAAG"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
-
import * as V1API from "./v1.mjs";
|
|
3
|
-
import { V1 } from "./v1.mjs";
|
|
4
|
-
export declare class Webhooks extends APIResource {
|
|
5
|
-
v1: V1API.V1;
|
|
6
|
-
}
|
|
7
|
-
export declare namespace Webhooks {
|
|
8
|
-
export { V1 as V1 };
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=webhooks.d.mts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.d.mts","sourceRoot":"","sources":["../../src/resources/webhooks/webhooks.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,KAAK;OACV,EAAE,EAAE,EAAE;AAEb,qBAAa,QAAS,SAAQ,WAAW;IACvC,EAAE,EAAE,KAAK,CAAC,EAAE,CAA8B;CAC3C;AAID,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE,CAAC;CACrB"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../../core/resource.js";
|
|
2
|
-
import * as V1API from "./v1.js";
|
|
3
|
-
import { V1 } from "./v1.js";
|
|
4
|
-
export declare class Webhooks extends APIResource {
|
|
5
|
-
v1: V1API.V1;
|
|
6
|
-
}
|
|
7
|
-
export declare namespace Webhooks {
|
|
8
|
-
export { V1 as V1 };
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=webhooks.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.d.ts","sourceRoot":"","sources":["../../src/resources/webhooks/webhooks.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,KAAK;OACV,EAAE,EAAE,EAAE;AAEb,qBAAa,QAAS,SAAQ,WAAW;IACvC,EAAE,EAAE,KAAK,CAAC,EAAE,CAA8B;CAC3C;AAID,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EAAE,EAAE,IAAI,EAAE,EAAE,CAAC;CACrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.js","sourceRoot":"","sources":["../../src/resources/webhooks/webhooks.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,uDAA8B;AAC9B,gCAA0B;AAE1B,MAAa,QAAS,SAAQ,sBAAW;IAAzC;;QACE,OAAE,GAAa,IAAI,KAAK,CAAC,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC5C,CAAC;CAAA;AAFD,4BAEC;AAED,QAAQ,CAAC,EAAE,GAAG,OAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.mjs","sourceRoot":"","sources":["../../src/resources/webhooks/webhooks.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,KAAK;OACV,EAAE,EAAE,EAAE;AAEb,MAAM,OAAO,QAAS,SAAQ,WAAW;IAAzC;;QACE,OAAE,GAAa,IAAI,KAAK,CAAC,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC5C,CAAC;CAAA;AAED,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC"}
|
package/resources/webhooks.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.d.mts","sourceRoot":"","sources":["../src/resources/webhooks.ts"],"names":[],"mappings":""}
|
package/resources/webhooks.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.d.ts","sourceRoot":"","sources":["../src/resources/webhooks.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.js","sourceRoot":"","sources":["../src/resources/webhooks.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8DAAiC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"webhooks.mjs","sourceRoot":"","sources":["../src/resources/webhooks.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|