casedev 0.2.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 +33 -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/ocr/v1.d.mts +31 -19
- package/resources/ocr/v1.d.mts.map +1 -1
- package/resources/ocr/v1.d.ts +31 -19
- package/resources/ocr/v1.d.ts.map +1 -1
- 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 +319 -42
- package/resources/vault/objects.d.mts.map +1 -1
- package/resources/vault/objects.d.ts +319 -42
- 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 +168 -23
- package/resources/vault/vault.d.mts.map +1 -1
- package/resources/vault/vault.d.ts +168 -23
- 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/resources/voice/streaming.d.mts +1 -1
- package/resources/voice/streaming.d.ts +1 -1
- package/resources/voice/streaming.js +1 -1
- package/resources/voice/streaming.mjs +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/ocr/v1.ts +29 -20
- 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 +409 -44
- package/src/resources/vault/vault.ts +254 -22
- package/src/resources/voice/streaming.ts +1 -1
- 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,68 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
3
|
+
export class V1 extends APIResource {
|
|
4
|
+
/**
|
|
5
|
+
* Search for legal sources including cases, statutes, and regulations from
|
|
6
|
+
* authoritative legal databases. Returns ranked candidates. Always verify with
|
|
7
|
+
* legal.verify() before citing.
|
|
8
|
+
*/
|
|
9
|
+
find(body, options) {
|
|
10
|
+
return this._client.post('/legal/v1/find', { body, ...options });
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Parses legal citations from text and returns structured Bluebook components
|
|
14
|
+
* (case name, reporter, volume, page, year, court). Accepts either a single
|
|
15
|
+
* citation or a full text block.
|
|
16
|
+
*/
|
|
17
|
+
getCitations(body, options) {
|
|
18
|
+
return this._client.post('/legal/v1/citations', { body, ...options });
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Extract all legal citations and references from a document URL. Returns
|
|
22
|
+
* structured citation data including case citations, statute references, and
|
|
23
|
+
* regulatory citations.
|
|
24
|
+
*/
|
|
25
|
+
getCitationsFromURL(body, options) {
|
|
26
|
+
return this._client.post('/legal/v1/citations-from-url', { body, ...options });
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Retrieve the full text content of a legal document. Use after verifying the
|
|
30
|
+
* source with legal.verify(). Returns complete text with optional highlights and
|
|
31
|
+
* AI summary.
|
|
32
|
+
*/
|
|
33
|
+
getFullText(body, options) {
|
|
34
|
+
return this._client.post('/legal/v1/full-text', { body, ...options });
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Search for a jurisdiction by name. Returns matching jurisdictions with their IDs
|
|
38
|
+
* for use in legal.find() and other legal research endpoints.
|
|
39
|
+
*/
|
|
40
|
+
listJurisdictions(body, options) {
|
|
41
|
+
return this._client.post('/legal/v1/jurisdictions', { body, ...options });
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Perform comprehensive legal research with multiple query variations. Uses
|
|
45
|
+
* advanced deep search to find relevant sources across different phrasings of the
|
|
46
|
+
* legal issue.
|
|
47
|
+
*/
|
|
48
|
+
research(body, options) {
|
|
49
|
+
return this._client.post('/legal/v1/research', { body, ...options });
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Find cases and documents similar to a given legal source. Useful for finding
|
|
53
|
+
* citing cases, related precedents, or similar statutes.
|
|
54
|
+
*/
|
|
55
|
+
similar(body, options) {
|
|
56
|
+
return this._client.post('/legal/v1/similar', { body, ...options });
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Validates legal citations against authoritative case law sources (CourtListener
|
|
60
|
+
* database of ~10M cases). Returns verification status and case metadata for each
|
|
61
|
+
* citation found in the input text. Accepts either a single citation or a full
|
|
62
|
+
* text block containing multiple citations.
|
|
63
|
+
*/
|
|
64
|
+
verify(body, options) {
|
|
65
|
+
return this._client.post('/legal/v1/verify', { body, ...options });
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
//# sourceMappingURL=v1.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1.mjs","sourceRoot":"","sources":["../../src/resources/legal/v1.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,EAAG,SAAQ,WAAW;IACjC;;;;OAIG;IACH,IAAI,CAAC,IAAkB,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACnE,CAAC;IAED;;;;OAIG;IACH,YAAY,CAAC,IAA0B,EAAE,OAAwB;QAC/D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;;;OAIG;IACH,mBAAmB,CACjB,IAAiC,EACjC,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,8BAA8B,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACjF,CAAC;IAED;;;;OAIG;IACH,WAAW,CAAC,IAAyB,EAAE,OAAwB;QAC7D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;;OAGG;IACH,iBAAiB,CACf,IAA+B,EAC/B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,yBAAyB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC5E,CAAC;IAED;;;;OAIG;IACH,QAAQ,CAAC,IAAsB,EAAE,OAAwB;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;;OAGG;IACH,OAAO,CAAC,IAAqB,EAAE,OAAwB;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtE,CAAC;IAED;;;;;OAKG;IACH,MAAM,CAAC,IAAoB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legal.d.mts","sourceRoot":"","sources":["../src/resources/legal.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legal.d.ts","sourceRoot":"","sources":["../src/resources/legal.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
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
|
+
const tslib_1 = require("../internal/tslib.js");
|
|
5
|
+
tslib_1.__exportStar(require("./legal/index.js"), exports);
|
|
6
|
+
//# sourceMappingURL=legal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legal.js","sourceRoot":"","sources":["../src/resources/legal.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,2DAA8B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"legal.mjs","sourceRoot":"","sources":["../src/resources/legal.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { Memory } from "./memory.mjs";
|
|
2
|
+
export { V1, type V1CreateResponse, type V1RetrieveResponse, type V1ListResponse, type V1DeleteResponse, type V1DeleteAllResponse, type V1SearchResponse, type V1CreateParams, type V1ListParams, type V1DeleteAllParams, type V1SearchParams, } from "./v1.mjs";
|
|
3
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/memory/index.ts"],"names":[],"mappings":"OAEO,EAAE,MAAM,EAAE;OACV,EACL,EAAE,EACF,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,cAAc,GACpB"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { Memory } from "./memory.js";
|
|
2
|
+
export { V1, type V1CreateResponse, type V1RetrieveResponse, type V1ListResponse, type V1DeleteResponse, type V1DeleteAllResponse, type V1SearchResponse, type V1CreateParams, type V1ListParams, type V1DeleteAllParams, type V1SearchParams, } from "./v1.js";
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/memory/index.ts"],"names":[],"mappings":"OAEO,EAAE,MAAM,EAAE;OACV,EACL,EAAE,EACF,KAAK,gBAAgB,EACrB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,mBAAmB,EACxB,KAAK,gBAAgB,EACrB,KAAK,cAAc,EACnB,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACtB,KAAK,cAAc,GACpB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
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 = exports.Memory = void 0;
|
|
5
|
+
var memory_1 = require("./memory.js");
|
|
6
|
+
Object.defineProperty(exports, "Memory", { enumerable: true, get: function () { return memory_1.Memory; } });
|
|
7
|
+
var v1_1 = require("./v1.js");
|
|
8
|
+
Object.defineProperty(exports, "V1", { enumerable: true, get: function () { return v1_1.V1; } });
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/memory/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,sCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,8BAYc;AAXZ,wFAAA,EAAE,OAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/memory/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,MAAM,EAAE;OACV,EACL,EAAE,GAWH"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
2
|
+
import * as V1API from "./v1.mjs";
|
|
3
|
+
import { V1, V1CreateParams, V1CreateResponse, V1DeleteAllParams, V1DeleteAllResponse, V1DeleteResponse, V1ListParams, V1ListResponse, V1RetrieveResponse, V1SearchParams, V1SearchResponse } from "./v1.mjs";
|
|
4
|
+
export declare class Memory extends APIResource {
|
|
5
|
+
v1: V1API.V1;
|
|
6
|
+
}
|
|
7
|
+
export declare namespace Memory {
|
|
8
|
+
export { V1 as V1, type V1CreateResponse as V1CreateResponse, type V1RetrieveResponse as V1RetrieveResponse, type V1ListResponse as V1ListResponse, type V1DeleteResponse as V1DeleteResponse, type V1DeleteAllResponse as V1DeleteAllResponse, type V1SearchResponse as V1SearchResponse, type V1CreateParams as V1CreateParams, type V1ListParams as V1ListParams, type V1DeleteAllParams as V1DeleteAllParams, type V1SearchParams as V1SearchParams, };
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=memory.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"memory.d.mts","sourceRoot":"","sources":["../../src/resources/memory/memory.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,KAAK;OACV,EACL,EAAE,EACF,cAAc,EACd,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EAChB,YAAY,EACZ,cAAc,EACd,kBAAkB,EAClB,cAAc,EACd,gBAAgB,EACjB;AAED,qBAAa,MAAO,SAAQ,WAAW;IACrC,EAAE,EAAE,KAAK,CAAC,EAAE,CAA8B;CAC3C;AAID,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EACL,EAAE,IAAI,EAAE,EACR,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,cAAc,IAAI,cAAc,GACtC,CAAC;CACH"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { APIResource } from "../../core/resource.js";
|
|
2
|
+
import * as V1API from "./v1.js";
|
|
3
|
+
import { V1, V1CreateParams, V1CreateResponse, V1DeleteAllParams, V1DeleteAllResponse, V1DeleteResponse, V1ListParams, V1ListResponse, V1RetrieveResponse, V1SearchParams, V1SearchResponse } from "./v1.js";
|
|
4
|
+
export declare class Memory extends APIResource {
|
|
5
|
+
v1: V1API.V1;
|
|
6
|
+
}
|
|
7
|
+
export declare namespace Memory {
|
|
8
|
+
export { V1 as V1, type V1CreateResponse as V1CreateResponse, type V1RetrieveResponse as V1RetrieveResponse, type V1ListResponse as V1ListResponse, type V1DeleteResponse as V1DeleteResponse, type V1DeleteAllResponse as V1DeleteAllResponse, type V1SearchResponse as V1SearchResponse, type V1CreateParams as V1CreateParams, type V1ListParams as V1ListParams, type V1DeleteAllParams as V1DeleteAllParams, type V1SearchParams as V1SearchParams, };
|
|
9
|
+
}
|
|
10
|
+
//# sourceMappingURL=memory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"memory.d.ts","sourceRoot":"","sources":["../../src/resources/memory/memory.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,KAAK;OACV,EACL,EAAE,EACF,cAAc,EACd,gBAAgB,EAChB,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EAChB,YAAY,EACZ,cAAc,EACd,kBAAkB,EAClB,cAAc,EACd,gBAAgB,EACjB;AAED,qBAAa,MAAO,SAAQ,WAAW;IACrC,EAAE,EAAE,KAAK,CAAC,EAAE,CAA8B;CAC3C;AAID,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EACL,EAAE,IAAI,EAAE,EACR,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,gBAAgB,IAAI,gBAAgB,EACzC,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,YAAY,IAAI,YAAY,EACjC,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,cAAc,IAAI,cAAc,GACtC,CAAC;CACH"}
|
|
@@ -0,0 +1,17 @@
|
|
|
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.Memory = void 0;
|
|
5
|
+
const tslib_1 = require("../../internal/tslib.js");
|
|
6
|
+
const resource_1 = require("../../core/resource.js");
|
|
7
|
+
const V1API = tslib_1.__importStar(require("./v1.js"));
|
|
8
|
+
const v1_1 = require("./v1.js");
|
|
9
|
+
class Memory extends resource_1.APIResource {
|
|
10
|
+
constructor() {
|
|
11
|
+
super(...arguments);
|
|
12
|
+
this.v1 = new V1API.V1(this._client);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
exports.Memory = Memory;
|
|
16
|
+
Memory.V1 = v1_1.V1;
|
|
17
|
+
//# sourceMappingURL=memory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"memory.js","sourceRoot":"","sources":["../../src/resources/memory/memory.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,uDAA8B;AAC9B,gCAYc;AAEd,MAAa,MAAO,SAAQ,sBAAW;IAAvC;;QACE,OAAE,GAAa,IAAI,KAAK,CAAC,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC5C,CAAC;CAAA;AAFD,wBAEC;AAED,MAAM,CAAC,EAAE,GAAG,OAAE,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../../core/resource.mjs";
|
|
3
|
+
import * as V1API from "./v1.mjs";
|
|
4
|
+
import { V1, } from "./v1.mjs";
|
|
5
|
+
export class Memory extends APIResource {
|
|
6
|
+
constructor() {
|
|
7
|
+
super(...arguments);
|
|
8
|
+
this.v1 = new V1API.V1(this._client);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
Memory.V1 = V1;
|
|
12
|
+
//# sourceMappingURL=memory.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"memory.mjs","sourceRoot":"","sources":["../../src/resources/memory/memory.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,KAAK;OACV,EACL,EAAE,GAWH;AAED,MAAM,OAAO,MAAO,SAAQ,WAAW;IAAvC;;QACE,OAAE,GAAa,IAAI,KAAK,CAAC,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAC5C,CAAC;CAAA;AAED,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,417 @@
|
|
|
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 V1 extends APIResource {
|
|
5
|
+
/**
|
|
6
|
+
* Store memories from conversation messages. Automatically extracts facts and
|
|
7
|
+
* handles deduplication.
|
|
8
|
+
*
|
|
9
|
+
* Use tag_1 through tag_12 for filtering - these are generic indexed fields you
|
|
10
|
+
* can use for any purpose:
|
|
11
|
+
*
|
|
12
|
+
* - Legal app: tag_1=client_id, tag_2=matter_id
|
|
13
|
+
* - Healthcare: tag_1=patient_id, tag_2=encounter_id
|
|
14
|
+
* - E-commerce: tag_1=customer_id, tag_2=order_id
|
|
15
|
+
*/
|
|
16
|
+
create(body: V1CreateParams, options?: RequestOptions): APIPromise<V1CreateResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* Retrieve a single memory by its ID.
|
|
19
|
+
*/
|
|
20
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<V1RetrieveResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* List all memories with optional filtering by tags and category.
|
|
23
|
+
*/
|
|
24
|
+
list(query?: V1ListParams | null | undefined, options?: RequestOptions): APIPromise<V1ListResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* Delete a single memory by its ID.
|
|
27
|
+
*/
|
|
28
|
+
delete(id: string, options?: RequestOptions): APIPromise<V1DeleteResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Delete multiple memories matching tag filter criteria. CAUTION: This will delete
|
|
31
|
+
* all matching memories for your organization.
|
|
32
|
+
*/
|
|
33
|
+
deleteAll(params?: V1DeleteAllParams | null | undefined, options?: RequestOptions): APIPromise<V1DeleteAllResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* Search memories using semantic similarity. Filter by tag fields to narrow
|
|
36
|
+
* results.
|
|
37
|
+
*
|
|
38
|
+
* Use tag_1 through tag_12 for filtering - these are generic indexed fields you
|
|
39
|
+
* define:
|
|
40
|
+
*
|
|
41
|
+
* - Legal app: tag_1=client_id, tag_2=matter_id
|
|
42
|
+
* - Healthcare: tag_1=patient_id, tag_2=encounter_id
|
|
43
|
+
*/
|
|
44
|
+
search(body: V1SearchParams, options?: RequestOptions): APIPromise<V1SearchResponse>;
|
|
45
|
+
}
|
|
46
|
+
export interface V1CreateResponse {
|
|
47
|
+
results?: Array<V1CreateResponse.Result>;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace V1CreateResponse {
|
|
50
|
+
interface Result {
|
|
51
|
+
/**
|
|
52
|
+
* Memory ID
|
|
53
|
+
*/
|
|
54
|
+
id?: string;
|
|
55
|
+
/**
|
|
56
|
+
* What happened to this memory
|
|
57
|
+
*/
|
|
58
|
+
event?: 'ADD' | 'UPDATE' | 'DELETE' | 'NONE';
|
|
59
|
+
/**
|
|
60
|
+
* Extracted memory text
|
|
61
|
+
*/
|
|
62
|
+
memory?: string;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
export interface V1RetrieveResponse {
|
|
66
|
+
/**
|
|
67
|
+
* Memory ID
|
|
68
|
+
*/
|
|
69
|
+
id?: string;
|
|
70
|
+
created_at?: string;
|
|
71
|
+
/**
|
|
72
|
+
* Memory content
|
|
73
|
+
*/
|
|
74
|
+
memory?: string;
|
|
75
|
+
/**
|
|
76
|
+
* Memory metadata
|
|
77
|
+
*/
|
|
78
|
+
metadata?: unknown;
|
|
79
|
+
updated_at?: string;
|
|
80
|
+
}
|
|
81
|
+
export interface V1ListResponse {
|
|
82
|
+
/**
|
|
83
|
+
* Total count matching filters
|
|
84
|
+
*/
|
|
85
|
+
count?: number;
|
|
86
|
+
results?: Array<V1ListResponse.Result>;
|
|
87
|
+
}
|
|
88
|
+
export declare namespace V1ListResponse {
|
|
89
|
+
interface Result {
|
|
90
|
+
id?: string;
|
|
91
|
+
created_at?: string;
|
|
92
|
+
memory?: string;
|
|
93
|
+
metadata?: unknown;
|
|
94
|
+
tags?: unknown;
|
|
95
|
+
updated_at?: string;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
export interface V1DeleteResponse {
|
|
99
|
+
message?: string;
|
|
100
|
+
success?: boolean;
|
|
101
|
+
}
|
|
102
|
+
export interface V1DeleteAllResponse {
|
|
103
|
+
/**
|
|
104
|
+
* Number of memories deleted
|
|
105
|
+
*/
|
|
106
|
+
deleted?: number;
|
|
107
|
+
}
|
|
108
|
+
export interface V1SearchResponse {
|
|
109
|
+
results?: Array<V1SearchResponse.Result>;
|
|
110
|
+
}
|
|
111
|
+
export declare namespace V1SearchResponse {
|
|
112
|
+
interface Result {
|
|
113
|
+
/**
|
|
114
|
+
* Memory ID
|
|
115
|
+
*/
|
|
116
|
+
id?: string;
|
|
117
|
+
created_at?: string;
|
|
118
|
+
/**
|
|
119
|
+
* Memory content
|
|
120
|
+
*/
|
|
121
|
+
memory?: string;
|
|
122
|
+
/**
|
|
123
|
+
* Additional metadata
|
|
124
|
+
*/
|
|
125
|
+
metadata?: unknown;
|
|
126
|
+
/**
|
|
127
|
+
* Similarity score (0-1)
|
|
128
|
+
*/
|
|
129
|
+
score?: number;
|
|
130
|
+
/**
|
|
131
|
+
* Tag values for this memory
|
|
132
|
+
*/
|
|
133
|
+
tags?: Result.Tags;
|
|
134
|
+
updated_at?: string;
|
|
135
|
+
}
|
|
136
|
+
namespace Result {
|
|
137
|
+
/**
|
|
138
|
+
* Tag values for this memory
|
|
139
|
+
*/
|
|
140
|
+
interface Tags {
|
|
141
|
+
tag_1?: string;
|
|
142
|
+
tag_10?: string;
|
|
143
|
+
tag_11?: string;
|
|
144
|
+
tag_12?: string;
|
|
145
|
+
tag_2?: string;
|
|
146
|
+
tag_3?: string;
|
|
147
|
+
tag_4?: string;
|
|
148
|
+
tag_5?: string;
|
|
149
|
+
tag_6?: string;
|
|
150
|
+
tag_7?: string;
|
|
151
|
+
tag_8?: string;
|
|
152
|
+
tag_9?: string;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
export interface V1CreateParams {
|
|
157
|
+
/**
|
|
158
|
+
* Conversation messages to extract memories from
|
|
159
|
+
*/
|
|
160
|
+
messages: Array<V1CreateParams.Message>;
|
|
161
|
+
/**
|
|
162
|
+
* Custom category (e.g., "fact", "preference", "deadline")
|
|
163
|
+
*/
|
|
164
|
+
category?: string;
|
|
165
|
+
/**
|
|
166
|
+
* Optional custom prompt for fact extraction
|
|
167
|
+
*/
|
|
168
|
+
extraction_prompt?: string;
|
|
169
|
+
/**
|
|
170
|
+
* Whether to extract facts from messages (default: true)
|
|
171
|
+
*/
|
|
172
|
+
infer?: boolean;
|
|
173
|
+
/**
|
|
174
|
+
* Additional metadata (not indexed)
|
|
175
|
+
*/
|
|
176
|
+
metadata?: {
|
|
177
|
+
[key: string]: unknown;
|
|
178
|
+
};
|
|
179
|
+
/**
|
|
180
|
+
* Generic indexed filter field 1 (you decide what it means)
|
|
181
|
+
*/
|
|
182
|
+
tag_1?: string;
|
|
183
|
+
/**
|
|
184
|
+
* Generic indexed filter field 10
|
|
185
|
+
*/
|
|
186
|
+
tag_10?: string;
|
|
187
|
+
/**
|
|
188
|
+
* Generic indexed filter field 11
|
|
189
|
+
*/
|
|
190
|
+
tag_11?: string;
|
|
191
|
+
/**
|
|
192
|
+
* Generic indexed filter field 12
|
|
193
|
+
*/
|
|
194
|
+
tag_12?: string;
|
|
195
|
+
/**
|
|
196
|
+
* Generic indexed filter field 2
|
|
197
|
+
*/
|
|
198
|
+
tag_2?: string;
|
|
199
|
+
/**
|
|
200
|
+
* Generic indexed filter field 3
|
|
201
|
+
*/
|
|
202
|
+
tag_3?: string;
|
|
203
|
+
/**
|
|
204
|
+
* Generic indexed filter field 4
|
|
205
|
+
*/
|
|
206
|
+
tag_4?: string;
|
|
207
|
+
/**
|
|
208
|
+
* Generic indexed filter field 5
|
|
209
|
+
*/
|
|
210
|
+
tag_5?: string;
|
|
211
|
+
/**
|
|
212
|
+
* Generic indexed filter field 6
|
|
213
|
+
*/
|
|
214
|
+
tag_6?: string;
|
|
215
|
+
/**
|
|
216
|
+
* Generic indexed filter field 7
|
|
217
|
+
*/
|
|
218
|
+
tag_7?: string;
|
|
219
|
+
/**
|
|
220
|
+
* Generic indexed filter field 8
|
|
221
|
+
*/
|
|
222
|
+
tag_8?: string;
|
|
223
|
+
/**
|
|
224
|
+
* Generic indexed filter field 9
|
|
225
|
+
*/
|
|
226
|
+
tag_9?: string;
|
|
227
|
+
}
|
|
228
|
+
export declare namespace V1CreateParams {
|
|
229
|
+
interface Message {
|
|
230
|
+
/**
|
|
231
|
+
* Message content
|
|
232
|
+
*/
|
|
233
|
+
content: string;
|
|
234
|
+
/**
|
|
235
|
+
* Message role
|
|
236
|
+
*/
|
|
237
|
+
role: 'user' | 'assistant' | 'system';
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
export interface V1ListParams {
|
|
241
|
+
/**
|
|
242
|
+
* Filter by category
|
|
243
|
+
*/
|
|
244
|
+
category?: string;
|
|
245
|
+
/**
|
|
246
|
+
* Number of results
|
|
247
|
+
*/
|
|
248
|
+
limit?: number;
|
|
249
|
+
/**
|
|
250
|
+
* Pagination offset
|
|
251
|
+
*/
|
|
252
|
+
offset?: number;
|
|
253
|
+
/**
|
|
254
|
+
* Filter by tag_1
|
|
255
|
+
*/
|
|
256
|
+
tag_1?: string;
|
|
257
|
+
/**
|
|
258
|
+
* Filter by tag_10
|
|
259
|
+
*/
|
|
260
|
+
tag_10?: string;
|
|
261
|
+
/**
|
|
262
|
+
* Filter by tag_11
|
|
263
|
+
*/
|
|
264
|
+
tag_11?: string;
|
|
265
|
+
/**
|
|
266
|
+
* Filter by tag_12
|
|
267
|
+
*/
|
|
268
|
+
tag_12?: string;
|
|
269
|
+
/**
|
|
270
|
+
* Filter by tag_2
|
|
271
|
+
*/
|
|
272
|
+
tag_2?: string;
|
|
273
|
+
/**
|
|
274
|
+
* Filter by tag_3
|
|
275
|
+
*/
|
|
276
|
+
tag_3?: string;
|
|
277
|
+
/**
|
|
278
|
+
* Filter by tag_4
|
|
279
|
+
*/
|
|
280
|
+
tag_4?: string;
|
|
281
|
+
/**
|
|
282
|
+
* Filter by tag_5
|
|
283
|
+
*/
|
|
284
|
+
tag_5?: string;
|
|
285
|
+
/**
|
|
286
|
+
* Filter by tag_6
|
|
287
|
+
*/
|
|
288
|
+
tag_6?: string;
|
|
289
|
+
/**
|
|
290
|
+
* Filter by tag_7
|
|
291
|
+
*/
|
|
292
|
+
tag_7?: string;
|
|
293
|
+
/**
|
|
294
|
+
* Filter by tag_8
|
|
295
|
+
*/
|
|
296
|
+
tag_8?: string;
|
|
297
|
+
/**
|
|
298
|
+
* Filter by tag_9
|
|
299
|
+
*/
|
|
300
|
+
tag_9?: string;
|
|
301
|
+
}
|
|
302
|
+
export interface V1DeleteAllParams {
|
|
303
|
+
/**
|
|
304
|
+
* Filter by tag_1
|
|
305
|
+
*/
|
|
306
|
+
tag_1?: string;
|
|
307
|
+
/**
|
|
308
|
+
* Filter by tag_10
|
|
309
|
+
*/
|
|
310
|
+
tag_10?: string;
|
|
311
|
+
/**
|
|
312
|
+
* Filter by tag_11
|
|
313
|
+
*/
|
|
314
|
+
tag_11?: string;
|
|
315
|
+
/**
|
|
316
|
+
* Filter by tag_12
|
|
317
|
+
*/
|
|
318
|
+
tag_12?: string;
|
|
319
|
+
/**
|
|
320
|
+
* Filter by tag_2
|
|
321
|
+
*/
|
|
322
|
+
tag_2?: string;
|
|
323
|
+
/**
|
|
324
|
+
* Filter by tag_3
|
|
325
|
+
*/
|
|
326
|
+
tag_3?: string;
|
|
327
|
+
/**
|
|
328
|
+
* Filter by tag_4
|
|
329
|
+
*/
|
|
330
|
+
tag_4?: string;
|
|
331
|
+
/**
|
|
332
|
+
* Filter by tag_5
|
|
333
|
+
*/
|
|
334
|
+
tag_5?: string;
|
|
335
|
+
/**
|
|
336
|
+
* Filter by tag_6
|
|
337
|
+
*/
|
|
338
|
+
tag_6?: string;
|
|
339
|
+
/**
|
|
340
|
+
* Filter by tag_7
|
|
341
|
+
*/
|
|
342
|
+
tag_7?: string;
|
|
343
|
+
/**
|
|
344
|
+
* Filter by tag_8
|
|
345
|
+
*/
|
|
346
|
+
tag_8?: string;
|
|
347
|
+
/**
|
|
348
|
+
* Filter by tag_9
|
|
349
|
+
*/
|
|
350
|
+
tag_9?: string;
|
|
351
|
+
}
|
|
352
|
+
export interface V1SearchParams {
|
|
353
|
+
/**
|
|
354
|
+
* Search query for semantic matching
|
|
355
|
+
*/
|
|
356
|
+
query: string;
|
|
357
|
+
/**
|
|
358
|
+
* Filter by category
|
|
359
|
+
*/
|
|
360
|
+
category?: string;
|
|
361
|
+
/**
|
|
362
|
+
* Filter by tag_1
|
|
363
|
+
*/
|
|
364
|
+
tag_1?: string;
|
|
365
|
+
/**
|
|
366
|
+
* Filter by tag_10
|
|
367
|
+
*/
|
|
368
|
+
tag_10?: string;
|
|
369
|
+
/**
|
|
370
|
+
* Filter by tag_11
|
|
371
|
+
*/
|
|
372
|
+
tag_11?: string;
|
|
373
|
+
/**
|
|
374
|
+
* Filter by tag_12
|
|
375
|
+
*/
|
|
376
|
+
tag_12?: string;
|
|
377
|
+
/**
|
|
378
|
+
* Filter by tag_2
|
|
379
|
+
*/
|
|
380
|
+
tag_2?: string;
|
|
381
|
+
/**
|
|
382
|
+
* Filter by tag_3
|
|
383
|
+
*/
|
|
384
|
+
tag_3?: string;
|
|
385
|
+
/**
|
|
386
|
+
* Filter by tag_4
|
|
387
|
+
*/
|
|
388
|
+
tag_4?: string;
|
|
389
|
+
/**
|
|
390
|
+
* Filter by tag_5
|
|
391
|
+
*/
|
|
392
|
+
tag_5?: string;
|
|
393
|
+
/**
|
|
394
|
+
* Filter by tag_6
|
|
395
|
+
*/
|
|
396
|
+
tag_6?: string;
|
|
397
|
+
/**
|
|
398
|
+
* Filter by tag_7
|
|
399
|
+
*/
|
|
400
|
+
tag_7?: string;
|
|
401
|
+
/**
|
|
402
|
+
* Filter by tag_8
|
|
403
|
+
*/
|
|
404
|
+
tag_8?: string;
|
|
405
|
+
/**
|
|
406
|
+
* Filter by tag_9
|
|
407
|
+
*/
|
|
408
|
+
tag_9?: string;
|
|
409
|
+
/**
|
|
410
|
+
* Maximum number of results to return
|
|
411
|
+
*/
|
|
412
|
+
top_k?: number;
|
|
413
|
+
}
|
|
414
|
+
export declare namespace V1 {
|
|
415
|
+
export { type V1CreateResponse as V1CreateResponse, type V1RetrieveResponse as V1RetrieveResponse, type V1ListResponse as V1ListResponse, type V1DeleteResponse as V1DeleteResponse, type V1DeleteAllResponse as V1DeleteAllResponse, type V1SearchResponse as V1SearchResponse, type V1CreateParams as V1CreateParams, type V1ListParams as V1ListParams, type V1DeleteAllParams as V1DeleteAllParams, type V1SearchParams as V1SearchParams, };
|
|
416
|
+
}
|
|
417
|
+
//# sourceMappingURL=v1.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v1.d.mts","sourceRoot":"","sources":["../../src/resources/memory/v1.ts"],"names":[],"mappings":"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"}
|