casedev 0.1.0 → 0.3.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 +44 -0
- package/LICENSE +1 -1
- package/README.md +3 -1
- package/client.d.mts +4 -16
- package/client.d.mts.map +1 -1
- package/client.d.ts +4 -16
- package/client.d.ts.map +1 -1
- package/client.js +0 -12
- package/client.js.map +1 -1
- package/client.mjs +0 -12
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/compute/compute.d.mts +2 -2
- package/resources/compute/compute.d.mts.map +1 -1
- package/resources/compute/compute.d.ts +2 -2
- package/resources/compute/compute.d.ts.map +1 -1
- package/resources/compute/compute.js.map +1 -1
- package/resources/compute/compute.mjs.map +1 -1
- package/resources/compute/index.d.mts +1 -1
- package/resources/compute/index.d.mts.map +1 -1
- package/resources/compute/index.d.ts +1 -1
- package/resources/compute/index.d.ts.map +1 -1
- package/resources/compute/index.js.map +1 -1
- package/resources/compute/index.mjs.map +1 -1
- package/resources/compute/v1/environments.d.mts +119 -9
- package/resources/compute/v1/environments.d.mts.map +1 -1
- package/resources/compute/v1/environments.d.ts +119 -9
- package/resources/compute/v1/environments.d.ts.map +1 -1
- package/resources/compute/v1/environments.js +11 -18
- package/resources/compute/v1/environments.js.map +1 -1
- package/resources/compute/v1/environments.mjs +11 -18
- package/resources/compute/v1/environments.mjs.map +1 -1
- package/resources/compute/v1/functions.d.mts +0 -39
- package/resources/compute/v1/functions.d.mts.map +1 -1
- package/resources/compute/v1/functions.d.ts +0 -39
- package/resources/compute/v1/functions.d.ts.map +1 -1
- package/resources/compute/v1/functions.js +0 -36
- package/resources/compute/v1/functions.js.map +1 -1
- package/resources/compute/v1/functions.mjs +0 -36
- package/resources/compute/v1/functions.mjs.map +1 -1
- package/resources/compute/v1/index.d.mts +6 -6
- package/resources/compute/v1/index.d.mts.map +1 -1
- package/resources/compute/v1/index.d.ts +6 -6
- package/resources/compute/v1/index.d.ts.map +1 -1
- package/resources/compute/v1/index.js.map +1 -1
- package/resources/compute/v1/index.mjs.map +1 -1
- package/resources/compute/v1/invoke.d.mts +0 -69
- package/resources/compute/v1/invoke.d.mts.map +1 -1
- package/resources/compute/v1/invoke.d.ts +0 -69
- package/resources/compute/v1/invoke.d.ts.map +1 -1
- package/resources/compute/v1/invoke.js +0 -18
- package/resources/compute/v1/invoke.js.map +1 -1
- package/resources/compute/v1/invoke.mjs +0 -18
- package/resources/compute/v1/invoke.mjs.map +1 -1
- package/resources/compute/v1/runs.d.mts +0 -41
- package/resources/compute/v1/runs.d.mts.map +1 -1
- package/resources/compute/v1/runs.d.ts +0 -41
- package/resources/compute/v1/runs.d.ts.map +1 -1
- package/resources/compute/v1/runs.js +0 -35
- package/resources/compute/v1/runs.js.map +1 -1
- package/resources/compute/v1/runs.mjs +0 -35
- package/resources/compute/v1/runs.mjs.map +1 -1
- package/resources/compute/v1/secrets.d.mts +101 -19
- package/resources/compute/v1/secrets.d.mts.map +1 -1
- package/resources/compute/v1/secrets.d.ts +101 -19
- package/resources/compute/v1/secrets.d.ts.map +1 -1
- package/resources/compute/v1/secrets.js +19 -35
- package/resources/compute/v1/secrets.js.map +1 -1
- package/resources/compute/v1/secrets.mjs +19 -35
- package/resources/compute/v1/secrets.mjs.map +1 -1
- package/resources/compute/v1/v1.d.mts +40 -190
- package/resources/compute/v1/v1.d.mts.map +1 -1
- package/resources/compute/v1/v1.d.ts +40 -190
- package/resources/compute/v1/v1.d.ts.map +1 -1
- package/resources/compute/v1/v1.js +5 -26
- package/resources/compute/v1/v1.js.map +1 -1
- package/resources/compute/v1/v1.mjs +5 -26
- package/resources/compute/v1/v1.mjs.map +1 -1
- package/resources/format/v1/index.d.mts +1 -1
- package/resources/format/v1/index.d.mts.map +1 -1
- package/resources/format/v1/index.d.ts +1 -1
- package/resources/format/v1/index.d.ts.map +1 -1
- package/resources/format/v1/index.js.map +1 -1
- package/resources/format/v1/index.mjs.map +1 -1
- package/resources/format/v1/templates.d.mts +72 -3
- package/resources/format/v1/templates.d.mts.map +1 -1
- package/resources/format/v1/templates.d.ts +72 -3
- package/resources/format/v1/templates.d.ts.map +1 -1
- package/resources/format/v1/templates.js +2 -10
- package/resources/format/v1/templates.js.map +1 -1
- package/resources/format/v1/templates.mjs +2 -10
- package/resources/format/v1/templates.mjs.map +1 -1
- package/resources/format/v1/v1.d.mts +2 -2
- package/resources/format/v1/v1.d.mts.map +1 -1
- package/resources/format/v1/v1.d.ts +2 -2
- package/resources/format/v1/v1.d.ts.map +1 -1
- package/resources/format/v1/v1.js.map +1 -1
- package/resources/format/v1/v1.mjs +1 -1
- package/resources/format/v1/v1.mjs.map +1 -1
- package/resources/index.d.mts +2 -6
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -6
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +1 -9
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +0 -4
- package/resources/index.mjs.map +1 -1
- package/resources/llm/index.d.mts +2 -2
- package/resources/llm/index.d.mts.map +1 -1
- package/resources/llm/index.d.ts +2 -2
- package/resources/llm/index.d.ts.map +1 -1
- package/resources/llm/index.js.map +1 -1
- package/resources/llm/index.mjs +1 -1
- package/resources/llm/index.mjs.map +1 -1
- package/resources/llm/llm.d.mts +36 -4
- package/resources/llm/llm.d.mts.map +1 -1
- package/resources/llm/llm.d.ts +36 -4
- package/resources/llm/llm.d.ts.map +1 -1
- package/resources/llm/llm.js +2 -6
- package/resources/llm/llm.js.map +1 -1
- package/resources/llm/llm.mjs +2 -6
- package/resources/llm/llm.mjs.map +1 -1
- package/resources/llm/v1/index.d.mts +1 -1
- package/resources/llm/v1/index.d.mts.map +1 -1
- package/resources/llm/v1/index.d.ts +1 -1
- package/resources/llm/v1/index.d.ts.map +1 -1
- package/resources/llm/v1/index.js.map +1 -1
- package/resources/llm/v1/index.mjs +1 -1
- package/resources/llm/v1/index.mjs.map +1 -1
- package/resources/llm/v1/v1.d.mts +66 -5
- package/resources/llm/v1/v1.d.mts.map +1 -1
- package/resources/llm/v1/v1.d.ts +66 -5
- package/resources/llm/v1/v1.d.ts.map +1 -1
- package/resources/llm/v1/v1.js +4 -12
- package/resources/llm/v1/v1.js.map +1 -1
- package/resources/llm/v1/v1.mjs +4 -12
- package/resources/llm/v1/v1.mjs.map +1 -1
- package/resources/ocr/index.d.mts +1 -1
- package/resources/ocr/index.d.mts.map +1 -1
- package/resources/ocr/index.d.ts +1 -1
- package/resources/ocr/index.d.ts.map +1 -1
- package/resources/ocr/index.js.map +1 -1
- package/resources/ocr/index.mjs +1 -1
- package/resources/ocr/index.mjs.map +1 -1
- package/resources/ocr/ocr.d.mts +2 -2
- package/resources/ocr/ocr.d.mts.map +1 -1
- package/resources/ocr/ocr.d.ts +2 -2
- package/resources/ocr/ocr.d.ts.map +1 -1
- package/resources/ocr/ocr.js.map +1 -1
- package/resources/ocr/ocr.mjs +1 -1
- package/resources/ocr/ocr.mjs.map +1 -1
- package/resources/ocr/v1.d.mts +61 -15
- package/resources/ocr/v1.d.mts.map +1 -1
- package/resources/ocr/v1.d.ts +61 -15
- package/resources/ocr/v1.d.ts.map +1 -1
- package/resources/ocr/v1.js +6 -11
- package/resources/ocr/v1.js.map +1 -1
- package/resources/ocr/v1.mjs +6 -11
- package/resources/ocr/v1.mjs.map +1 -1
- package/resources/search/index.d.mts +1 -1
- package/resources/search/index.d.mts.map +1 -1
- package/resources/search/index.d.ts +1 -1
- package/resources/search/index.d.ts.map +1 -1
- package/resources/search/index.js.map +1 -1
- package/resources/search/index.mjs.map +1 -1
- package/resources/search/search.d.mts +2 -2
- package/resources/search/search.d.mts.map +1 -1
- package/resources/search/search.d.ts +2 -2
- package/resources/search/search.d.ts.map +1 -1
- package/resources/search/search.js.map +1 -1
- package/resources/search/search.mjs.map +1 -1
- package/resources/search/v1.d.mts +74 -2
- package/resources/search/v1.d.mts.map +1 -1
- package/resources/search/v1.d.ts +74 -2
- package/resources/search/v1.d.ts.map +1 -1
- package/resources/search/v1.js +1 -6
- package/resources/search/v1.js.map +1 -1
- package/resources/search/v1.mjs +1 -6
- package/resources/search/v1.mjs.map +1 -1
- package/resources/vault/graphrag.d.mts +39 -4
- package/resources/vault/graphrag.d.mts.map +1 -1
- package/resources/vault/graphrag.d.ts +39 -4
- package/resources/vault/graphrag.d.ts.map +1 -1
- package/resources/vault/graphrag.js +4 -11
- package/resources/vault/graphrag.js.map +1 -1
- package/resources/vault/graphrag.mjs +4 -11
- package/resources/vault/graphrag.mjs.map +1 -1
- package/resources/vault/index.d.mts +3 -3
- package/resources/vault/index.d.mts.map +1 -1
- package/resources/vault/index.d.ts +3 -3
- package/resources/vault/index.d.ts.map +1 -1
- package/resources/vault/index.js.map +1 -1
- package/resources/vault/index.mjs.map +1 -1
- package/resources/vault/objects.d.mts +193 -15
- package/resources/vault/objects.d.mts.map +1 -1
- package/resources/vault/objects.d.ts +193 -15
- package/resources/vault/objects.d.ts.map +1 -1
- package/resources/vault/objects.js +17 -27
- package/resources/vault/objects.js.map +1 -1
- package/resources/vault/objects.mjs +17 -27
- package/resources/vault/objects.mjs.map +1 -1
- package/resources/vault/vault.d.mts +207 -30
- package/resources/vault/vault.d.mts.map +1 -1
- package/resources/vault/vault.d.ts +207 -30
- package/resources/vault/vault.d.ts.map +1 -1
- package/resources/vault/vault.js +11 -13
- package/resources/vault/vault.js.map +1 -1
- package/resources/vault/vault.mjs +11 -13
- package/resources/vault/vault.mjs.map +1 -1
- package/resources/voice/index.d.mts +3 -3
- package/resources/voice/index.d.mts.map +1 -1
- package/resources/voice/index.d.ts +3 -3
- package/resources/voice/index.d.ts.map +1 -1
- package/resources/voice/index.js.map +1 -1
- package/resources/voice/index.mjs.map +1 -1
- package/resources/voice/streaming.d.mts +52 -3
- package/resources/voice/streaming.d.mts.map +1 -1
- package/resources/voice/streaming.d.ts +52 -3
- package/resources/voice/streaming.d.ts.map +1 -1
- package/resources/voice/streaming.js +3 -7
- package/resources/voice/streaming.js.map +1 -1
- package/resources/voice/streaming.mjs +3 -7
- package/resources/voice/streaming.mjs.map +1 -1
- package/resources/voice/transcription.d.mts +82 -28
- package/resources/voice/transcription.d.mts.map +1 -1
- package/resources/voice/transcription.d.ts +82 -28
- package/resources/voice/transcription.d.ts.map +1 -1
- package/resources/voice/transcription.js +15 -16
- package/resources/voice/transcription.js.map +1 -1
- package/resources/voice/transcription.mjs +15 -16
- package/resources/voice/transcription.mjs.map +1 -1
- package/resources/voice/v1/index.d.mts +2 -2
- package/resources/voice/v1/index.d.mts.map +1 -1
- package/resources/voice/v1/index.d.ts +2 -2
- package/resources/voice/v1/index.d.ts.map +1 -1
- package/resources/voice/v1/index.js.map +1 -1
- package/resources/voice/v1/index.mjs.map +1 -1
- package/resources/voice/v1/speak.d.mts +1 -85
- package/resources/voice/v1/speak.d.mts.map +1 -1
- package/resources/voice/v1/speak.d.ts +1 -85
- package/resources/voice/v1/speak.d.ts.map +1 -1
- package/resources/voice/v1/speak.js +0 -24
- package/resources/voice/v1/speak.js.map +1 -1
- package/resources/voice/v1/speak.mjs +0 -24
- package/resources/voice/v1/speak.mjs.map +1 -1
- package/resources/voice/v1/v1.d.mts +48 -5
- package/resources/voice/v1/v1.d.mts.map +1 -1
- package/resources/voice/v1/v1.d.ts +48 -5
- package/resources/voice/v1/v1.d.ts.map +1 -1
- package/resources/voice/v1/v1.js +2 -7
- package/resources/voice/v1/v1.js.map +1 -1
- package/resources/voice/v1/v1.mjs +2 -7
- package/resources/voice/v1/v1.mjs.map +1 -1
- package/resources/voice/voice.d.mts +6 -6
- package/resources/voice/voice.d.mts.map +1 -1
- package/resources/voice/voice.d.ts +6 -6
- package/resources/voice/voice.d.ts.map +1 -1
- package/resources/voice/voice.js.map +1 -1
- package/resources/voice/voice.mjs +1 -1
- package/resources/voice/voice.mjs.map +1 -1
- package/resources/webhooks/index.d.mts +1 -1
- package/resources/webhooks/index.d.mts.map +1 -1
- package/resources/webhooks/index.d.ts +1 -1
- package/resources/webhooks/index.d.ts.map +1 -1
- package/resources/webhooks/index.js.map +1 -1
- package/resources/webhooks/index.mjs.map +1 -1
- package/resources/webhooks/v1.d.mts +0 -105
- package/resources/webhooks/v1.d.mts.map +1 -1
- package/resources/webhooks/v1.d.ts +0 -105
- package/resources/webhooks/v1.d.ts.map +1 -1
- package/resources/webhooks/v1.js +0 -75
- package/resources/webhooks/v1.js.map +1 -1
- package/resources/webhooks/v1.mjs +0 -75
- package/resources/webhooks/v1.mjs.map +1 -1
- package/resources/webhooks/webhooks.d.mts +2 -2
- package/resources/webhooks/webhooks.d.mts.map +1 -1
- package/resources/webhooks/webhooks.d.ts +2 -2
- package/resources/webhooks/webhooks.d.ts.map +1 -1
- package/resources/webhooks/webhooks.js.map +1 -1
- package/resources/webhooks/webhooks.mjs.map +1 -1
- package/src/client.ts +4 -22
- package/src/resources/compute/compute.ts +2 -3
- package/src/resources/compute/index.ts +1 -1
- package/src/resources/compute/v1/environments.ts +149 -21
- package/src/resources/compute/v1/functions.ts +1 -66
- package/src/resources/compute/v1/index.ts +11 -4
- package/src/resources/compute/v1/invoke.ts +1 -87
- package/src/resources/compute/v1/runs.ts +1 -61
- package/src/resources/compute/v1/secrets.ts +136 -39
- package/src/resources/compute/v1/v1.ts +54 -235
- package/src/resources/format/v1/index.ts +2 -0
- package/src/resources/format/v1/templates.ts +94 -12
- package/src/resources/format/v1/v1.ts +10 -1
- package/src/resources/index.ts +2 -5
- package/src/resources/llm/index.ts +7 -2
- package/src/resources/llm/llm.ts +50 -9
- package/src/resources/llm/v1/index.ts +6 -1
- package/src/resources/llm/v1/v1.ts +94 -15
- package/src/resources/ocr/index.ts +8 -1
- package/src/resources/ocr/ocr.ts +10 -1
- package/src/resources/ocr/v1.ts +69 -23
- package/src/resources/search/index.ts +1 -0
- package/src/resources/search/search.ts +2 -0
- package/src/resources/search/v1.ts +95 -7
- package/src/resources/vault/graphrag.ts +55 -13
- package/src/resources/vault/index.ts +6 -1
- package/src/resources/vault/objects.ts +250 -31
- package/src/resources/vault/vault.ts +253 -30
- package/src/resources/voice/index.ts +3 -2
- package/src/resources/voice/streaming.ts +65 -8
- package/src/resources/voice/transcription.ts +94 -34
- package/src/resources/voice/v1/index.ts +2 -2
- package/src/resources/voice/v1/speak.ts +1 -113
- package/src/resources/voice/v1/v1.ts +62 -15
- package/src/resources/voice/voice.ts +15 -5
- package/src/resources/webhooks/index.ts +1 -1
- package/src/resources/webhooks/v1.ts +1 -140
- package/src/resources/webhooks/webhooks.ts +2 -2
- 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/actions/actions.d.mts +0 -10
- package/resources/actions/actions.d.mts.map +0 -1
- package/resources/actions/actions.d.ts +0 -10
- package/resources/actions/actions.d.ts.map +0 -1
- package/resources/actions/actions.js +0 -17
- package/resources/actions/actions.js.map +0 -1
- package/resources/actions/actions.mjs +0 -12
- package/resources/actions/actions.mjs.map +0 -1
- package/resources/actions/index.d.mts +0 -3
- package/resources/actions/index.d.mts.map +0 -1
- package/resources/actions/index.d.ts +0 -3
- package/resources/actions/index.d.ts.map +0 -1
- package/resources/actions/index.js +0 -9
- package/resources/actions/index.js.map +0 -1
- package/resources/actions/index.mjs +0 -4
- package/resources/actions/index.mjs.map +0 -1
- package/resources/actions/v1.d.mts +0 -122
- package/resources/actions/v1.d.mts.map +0 -1
- package/resources/actions/v1.d.ts +0 -122
- package/resources/actions/v1.d.ts.map +0 -1
- package/resources/actions/v1.js +0 -71
- package/resources/actions/v1.js.map +0 -1
- package/resources/actions/v1.mjs +0 -67
- package/resources/actions/v1.mjs.map +0 -1
- package/resources/actions.d.mts +0 -2
- package/resources/actions.d.mts.map +0 -1
- package/resources/actions.d.ts +0 -2
- package/resources/actions.d.ts.map +0 -1
- package/resources/actions.js +0 -6
- package/resources/actions.js.map +0 -1
- package/resources/actions.mjs +0 -3
- package/resources/actions.mjs.map +0 -1
- package/resources/convert/convert.d.mts +0 -10
- package/resources/convert/convert.d.mts.map +0 -1
- package/resources/convert/convert.d.ts +0 -10
- package/resources/convert/convert.d.ts.map +0 -1
- package/resources/convert/convert.js +0 -17
- package/resources/convert/convert.js.map +0 -1
- package/resources/convert/convert.mjs +0 -12
- package/resources/convert/convert.mjs.map +0 -1
- package/resources/convert/index.d.mts +0 -3
- package/resources/convert/index.d.mts.map +0 -1
- package/resources/convert/index.d.ts +0 -3
- package/resources/convert/index.d.ts.map +0 -1
- package/resources/convert/index.js +0 -9
- package/resources/convert/index.js.map +0 -1
- package/resources/convert/index.mjs +0 -4
- package/resources/convert/index.mjs.map +0 -1
- package/resources/convert/v1/index.d.mts +0 -3
- package/resources/convert/v1/index.d.mts.map +0 -1
- package/resources/convert/v1/index.d.ts +0 -3
- package/resources/convert/v1/index.d.ts.map +0 -1
- package/resources/convert/v1/index.js +0 -9
- package/resources/convert/v1/index.js.map +0 -1
- package/resources/convert/v1/index.mjs +0 -4
- package/resources/convert/v1/index.mjs.map +0 -1
- package/resources/convert/v1/jobs.d.mts +0 -17
- package/resources/convert/v1/jobs.d.mts.map +0 -1
- package/resources/convert/v1/jobs.d.ts +0 -17
- package/resources/convert/v1/jobs.d.ts.map +0 -1
- package/resources/convert/v1/jobs.js +0 -32
- package/resources/convert/v1/jobs.js.map +0 -1
- package/resources/convert/v1/jobs.mjs +0 -28
- package/resources/convert/v1/jobs.mjs.map +0 -1
- package/resources/convert/v1/v1.d.mts +0 -101
- package/resources/convert/v1/v1.d.mts.map +0 -1
- package/resources/convert/v1/v1.d.ts +0 -101
- package/resources/convert/v1/v1.d.ts.map +0 -1
- package/resources/convert/v1/v1.js +0 -52
- package/resources/convert/v1/v1.js.map +0 -1
- package/resources/convert/v1/v1.mjs +0 -47
- package/resources/convert/v1/v1.mjs.map +0 -1
- package/resources/convert/v1.d.mts +0 -2
- package/resources/convert/v1.d.mts.map +0 -1
- package/resources/convert/v1.d.ts +0 -2
- package/resources/convert/v1.d.ts.map +0 -1
- package/resources/convert/v1.js +0 -6
- package/resources/convert/v1.js.map +0 -1
- package/resources/convert/v1.mjs +0 -3
- package/resources/convert/v1.mjs.map +0 -1
- package/resources/convert.d.mts +0 -2
- package/resources/convert.d.mts.map +0 -1
- package/resources/convert.d.ts +0 -2
- package/resources/convert.d.ts.map +0 -1
- package/resources/convert.js +0 -6
- package/resources/convert.js.map +0 -1
- package/resources/convert.mjs +0 -3
- package/resources/convert.mjs.map +0 -1
- package/resources/templates/index.d.mts +0 -3
- package/resources/templates/index.d.mts.map +0 -1
- package/resources/templates/index.d.ts +0 -3
- package/resources/templates/index.d.ts.map +0 -1
- package/resources/templates/index.js +0 -9
- package/resources/templates/index.js.map +0 -1
- package/resources/templates/index.mjs +0 -4
- package/resources/templates/index.mjs.map +0 -1
- package/resources/templates/templates.d.mts +0 -10
- package/resources/templates/templates.d.mts.map +0 -1
- package/resources/templates/templates.d.ts +0 -10
- package/resources/templates/templates.d.ts.map +0 -1
- package/resources/templates/templates.js +0 -17
- package/resources/templates/templates.js.map +0 -1
- package/resources/templates/templates.mjs +0 -12
- package/resources/templates/templates.mjs.map +0 -1
- package/resources/templates/v1.d.mts +0 -128
- package/resources/templates/v1.d.mts.map +0 -1
- package/resources/templates/v1.d.ts +0 -128
- package/resources/templates/v1.d.ts.map +0 -1
- package/resources/templates/v1.js +0 -71
- package/resources/templates/v1.js.map +0 -1
- package/resources/templates/v1.mjs +0 -67
- package/resources/templates/v1.mjs.map +0 -1
- package/resources/templates.d.mts +0 -2
- package/resources/templates.d.mts.map +0 -1
- package/resources/templates.d.ts +0 -2
- package/resources/templates.d.ts.map +0 -1
- package/resources/templates.js +0 -6
- package/resources/templates.js.map +0 -1
- package/resources/templates.mjs +0 -3
- package/resources/templates.mjs.map +0 -1
- package/resources/workflows/index.d.mts +0 -3
- package/resources/workflows/index.d.mts.map +0 -1
- package/resources/workflows/index.d.ts +0 -3
- package/resources/workflows/index.d.ts.map +0 -1
- package/resources/workflows/index.js +0 -9
- package/resources/workflows/index.js.map +0 -1
- package/resources/workflows/index.mjs +0 -4
- package/resources/workflows/index.mjs.map +0 -1
- package/resources/workflows/v1.d.mts +0 -263
- package/resources/workflows/v1.d.mts.map +0 -1
- package/resources/workflows/v1.d.ts +0 -263
- package/resources/workflows/v1.d.ts.map +0 -1
- package/resources/workflows/v1.js +0 -128
- package/resources/workflows/v1.js.map +0 -1
- package/resources/workflows/v1.mjs +0 -124
- package/resources/workflows/v1.mjs.map +0 -1
- package/resources/workflows/workflows.d.mts +0 -10
- package/resources/workflows/workflows.d.mts.map +0 -1
- package/resources/workflows/workflows.d.ts +0 -10
- package/resources/workflows/workflows.d.ts.map +0 -1
- package/resources/workflows/workflows.js +0 -17
- package/resources/workflows/workflows.js.map +0 -1
- package/resources/workflows/workflows.mjs +0 -12
- package/resources/workflows/workflows.mjs.map +0 -1
- package/resources/workflows.d.mts +0 -2
- package/resources/workflows.d.mts.map +0 -1
- package/resources/workflows.d.ts +0 -2
- package/resources/workflows.d.ts.map +0 -1
- package/resources/workflows.js +0 -6
- package/resources/workflows.js.map +0 -1
- package/resources/workflows.mjs +0 -3
- package/resources/workflows.mjs.map +0 -1
- package/src/resources/actions/actions.ts +0 -21
- package/src/resources/actions/index.ts +0 -10
- package/src/resources/actions/v1.ts +0 -179
- package/src/resources/actions.ts +0 -3
- package/src/resources/convert/convert.ts +0 -21
- package/src/resources/convert/index.ts +0 -10
- package/src/resources/convert/v1/index.ts +0 -10
- package/src/resources/convert/v1/jobs.ts +0 -32
- package/src/resources/convert/v1/v1.ts +0 -141
- package/src/resources/convert/v1.ts +0 -3
- package/src/resources/convert.ts +0 -3
- package/src/resources/templates/index.ts +0 -10
- package/src/resources/templates/templates.ts +0 -21
- package/src/resources/templates/v1.ts +0 -187
- package/src/resources/templates.ts +0 -3
- package/src/resources/workflows/index.ts +0 -21
- package/src/resources/workflows/v1.ts +0 -407
- package/src/resources/workflows/workflows.ts +0 -49
- package/src/resources/workflows.ts +0 -3
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../../core/resource';
|
|
4
4
|
import { APIPromise } from '../../../core/api-promise';
|
|
5
|
-
import { buildHeaders } from '../../../internal/headers';
|
|
6
5
|
import { RequestOptions } from '../../../internal/request-options';
|
|
7
6
|
import { path } from '../../../internal/utils/path';
|
|
8
7
|
|
|
@@ -32,14 +31,12 @@ export class Environments extends APIResource {
|
|
|
32
31
|
*
|
|
33
32
|
* @example
|
|
34
33
|
* ```ts
|
|
35
|
-
*
|
|
34
|
+
* const environment =
|
|
35
|
+
* await client.compute.v1.environments.retrieve('name');
|
|
36
36
|
* ```
|
|
37
37
|
*/
|
|
38
|
-
retrieve(name: string, options?: RequestOptions): APIPromise<
|
|
39
|
-
return this._client.get(path`/compute/v1/environments/${name}`,
|
|
40
|
-
...options,
|
|
41
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
42
|
-
});
|
|
38
|
+
retrieve(name: string, options?: RequestOptions): APIPromise<EnvironmentRetrieveResponse> {
|
|
39
|
+
return this._client.get(path`/compute/v1/environments/${name}`, options);
|
|
43
40
|
}
|
|
44
41
|
|
|
45
42
|
/**
|
|
@@ -48,14 +45,12 @@ export class Environments extends APIResource {
|
|
|
48
45
|
*
|
|
49
46
|
* @example
|
|
50
47
|
* ```ts
|
|
51
|
-
*
|
|
48
|
+
* const environments =
|
|
49
|
+
* await client.compute.v1.environments.list();
|
|
52
50
|
* ```
|
|
53
51
|
*/
|
|
54
|
-
list(options?: RequestOptions): APIPromise<
|
|
55
|
-
return this._client.get('/compute/v1/environments',
|
|
56
|
-
...options,
|
|
57
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
58
|
-
});
|
|
52
|
+
list(options?: RequestOptions): APIPromise<EnvironmentListResponse> {
|
|
53
|
+
return this._client.get('/compute/v1/environments', options);
|
|
59
54
|
}
|
|
60
55
|
|
|
61
56
|
/**
|
|
@@ -82,16 +77,14 @@ export class Environments extends APIResource {
|
|
|
82
77
|
*
|
|
83
78
|
* @example
|
|
84
79
|
* ```ts
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
|
-
*
|
|
80
|
+
* const response =
|
|
81
|
+
* await client.compute.v1.environments.setDefault(
|
|
82
|
+
* 'prod-legal-docs',
|
|
83
|
+
* );
|
|
88
84
|
* ```
|
|
89
85
|
*/
|
|
90
|
-
setDefault(name: string, options?: RequestOptions): APIPromise<
|
|
91
|
-
return this._client.post(path`/compute/v1/environments/${name}/default`,
|
|
92
|
-
...options,
|
|
93
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
94
|
-
});
|
|
86
|
+
setDefault(name: string, options?: RequestOptions): APIPromise<EnvironmentSetDefaultResponse> {
|
|
87
|
+
return this._client.post(path`/compute/v1/environments/${name}/default`, options);
|
|
95
88
|
}
|
|
96
89
|
}
|
|
97
90
|
|
|
@@ -132,12 +125,144 @@ export interface EnvironmentCreateResponse {
|
|
|
132
125
|
status?: 'active' | 'inactive';
|
|
133
126
|
}
|
|
134
127
|
|
|
128
|
+
export interface EnvironmentRetrieveResponse {
|
|
129
|
+
/**
|
|
130
|
+
* Unique environment identifier
|
|
131
|
+
*/
|
|
132
|
+
id?: string;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Environment creation timestamp
|
|
136
|
+
*/
|
|
137
|
+
createdAt?: string;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Environment domain URL
|
|
141
|
+
*/
|
|
142
|
+
domain?: string;
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Whether this is the default environment
|
|
146
|
+
*/
|
|
147
|
+
isDefault?: boolean;
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Environment name
|
|
151
|
+
*/
|
|
152
|
+
name?: string;
|
|
153
|
+
|
|
154
|
+
/**
|
|
155
|
+
* URL-safe environment slug
|
|
156
|
+
*/
|
|
157
|
+
slug?: string;
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Environment status (active, inactive, etc.)
|
|
161
|
+
*/
|
|
162
|
+
status?: string;
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* Environment last update timestamp
|
|
166
|
+
*/
|
|
167
|
+
updatedAt?: string;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export interface EnvironmentListResponse {
|
|
171
|
+
environments?: Array<EnvironmentListResponse.Environment>;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export namespace EnvironmentListResponse {
|
|
175
|
+
export interface Environment {
|
|
176
|
+
/**
|
|
177
|
+
* Unique environment identifier
|
|
178
|
+
*/
|
|
179
|
+
id?: string;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* Environment creation timestamp
|
|
183
|
+
*/
|
|
184
|
+
createdAt?: string;
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Environment domain
|
|
188
|
+
*/
|
|
189
|
+
domain?: string;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* Whether this is the default environment
|
|
193
|
+
*/
|
|
194
|
+
isDefault?: boolean;
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Human-readable environment name
|
|
198
|
+
*/
|
|
199
|
+
name?: string;
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* URL-safe environment identifier
|
|
203
|
+
*/
|
|
204
|
+
slug?: string;
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Environment status
|
|
208
|
+
*/
|
|
209
|
+
status?: string;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* Last update timestamp
|
|
213
|
+
*/
|
|
214
|
+
updatedAt?: string;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
135
218
|
export interface EnvironmentDeleteResponse {
|
|
136
219
|
message: string;
|
|
137
220
|
|
|
138
221
|
success: boolean;
|
|
139
222
|
}
|
|
140
223
|
|
|
224
|
+
export interface EnvironmentSetDefaultResponse {
|
|
225
|
+
/**
|
|
226
|
+
* Unique environment identifier
|
|
227
|
+
*/
|
|
228
|
+
id?: string;
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* Environment creation timestamp
|
|
232
|
+
*/
|
|
233
|
+
createdAt?: string;
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Environment domain
|
|
237
|
+
*/
|
|
238
|
+
domain?: string;
|
|
239
|
+
|
|
240
|
+
/**
|
|
241
|
+
* Whether this is the default environment
|
|
242
|
+
*/
|
|
243
|
+
isDefault?: boolean;
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Environment name
|
|
247
|
+
*/
|
|
248
|
+
name?: string;
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* URL-friendly environment identifier
|
|
252
|
+
*/
|
|
253
|
+
slug?: string;
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Current environment status
|
|
257
|
+
*/
|
|
258
|
+
status?: string;
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* Last update timestamp
|
|
262
|
+
*/
|
|
263
|
+
updatedAt?: string;
|
|
264
|
+
}
|
|
265
|
+
|
|
141
266
|
export interface EnvironmentCreateParams {
|
|
142
267
|
/**
|
|
143
268
|
* Environment name (alphanumeric, hyphens, and underscores only)
|
|
@@ -148,7 +273,10 @@ export interface EnvironmentCreateParams {
|
|
|
148
273
|
export declare namespace Environments {
|
|
149
274
|
export {
|
|
150
275
|
type EnvironmentCreateResponse as EnvironmentCreateResponse,
|
|
276
|
+
type EnvironmentRetrieveResponse as EnvironmentRetrieveResponse,
|
|
277
|
+
type EnvironmentListResponse as EnvironmentListResponse,
|
|
151
278
|
type EnvironmentDeleteResponse as EnvironmentDeleteResponse,
|
|
279
|
+
type EnvironmentSetDefaultResponse as EnvironmentSetDefaultResponse,
|
|
152
280
|
type EnvironmentCreateParams as EnvironmentCreateParams,
|
|
153
281
|
};
|
|
154
282
|
}
|
|
@@ -1,70 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../../core/resource';
|
|
4
|
-
import { APIPromise } from '../../../core/api-promise';
|
|
5
|
-
import { buildHeaders } from '../../../internal/headers';
|
|
6
|
-
import { RequestOptions } from '../../../internal/request-options';
|
|
7
|
-
import { path } from '../../../internal/utils/path';
|
|
8
4
|
|
|
9
|
-
export class Functions extends APIResource {
|
|
10
|
-
/**
|
|
11
|
-
* Retrieves all serverless functions deployed in a specified compute environment.
|
|
12
|
-
* Functions can be used for custom document processing, AI model inference, or
|
|
13
|
-
* other computational tasks in legal workflows.
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* ```ts
|
|
17
|
-
* await client.compute.v1.functions.list();
|
|
18
|
-
* ```
|
|
19
|
-
*/
|
|
20
|
-
list(query: FunctionListParams | null | undefined = {}, options?: RequestOptions): APIPromise<void> {
|
|
21
|
-
return this._client.get('/compute/v1/functions', {
|
|
22
|
-
query,
|
|
23
|
-
...options,
|
|
24
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* Retrieve execution logs from a deployed serverless function. Logs include
|
|
30
|
-
* function output, errors, and runtime information. Useful for debugging and
|
|
31
|
-
* monitoring function performance in production.
|
|
32
|
-
*
|
|
33
|
-
* @example
|
|
34
|
-
* ```ts
|
|
35
|
-
* await client.compute.v1.functions.getLogs('id');
|
|
36
|
-
* ```
|
|
37
|
-
*/
|
|
38
|
-
getLogs(
|
|
39
|
-
id: string,
|
|
40
|
-
query: FunctionGetLogsParams | null | undefined = {},
|
|
41
|
-
options?: RequestOptions,
|
|
42
|
-
): APIPromise<void> {
|
|
43
|
-
return this._client.get(path`/compute/v1/functions/${id}/logs`, {
|
|
44
|
-
query,
|
|
45
|
-
...options,
|
|
46
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
47
|
-
});
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
export interface FunctionListParams {
|
|
52
|
-
/**
|
|
53
|
-
* Environment name. If not specified, uses the default environment.
|
|
54
|
-
*/
|
|
55
|
-
env?: string;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
export interface FunctionGetLogsParams {
|
|
59
|
-
/**
|
|
60
|
-
* Number of log lines to retrieve (default 200, max 1000)
|
|
61
|
-
*/
|
|
62
|
-
tail?: number;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
export declare namespace Functions {
|
|
66
|
-
export {
|
|
67
|
-
type FunctionListParams as FunctionListParams,
|
|
68
|
-
type FunctionGetLogsParams as FunctionGetLogsParams,
|
|
69
|
-
};
|
|
70
|
-
}
|
|
5
|
+
export class Functions extends APIResource {}
|
|
@@ -3,19 +3,26 @@
|
|
|
3
3
|
export {
|
|
4
4
|
Environments,
|
|
5
5
|
type EnvironmentCreateResponse,
|
|
6
|
+
type EnvironmentRetrieveResponse,
|
|
7
|
+
type EnvironmentListResponse,
|
|
6
8
|
type EnvironmentDeleteResponse,
|
|
9
|
+
type EnvironmentSetDefaultResponse,
|
|
7
10
|
type EnvironmentCreateParams,
|
|
8
11
|
} from './environments';
|
|
9
|
-
export { Functions
|
|
10
|
-
export { Invoke
|
|
11
|
-
export { Runs
|
|
12
|
+
export { Functions } from './functions';
|
|
13
|
+
export { Invoke } from './invoke';
|
|
14
|
+
export { Runs } from './runs';
|
|
12
15
|
export {
|
|
13
16
|
Secrets,
|
|
14
17
|
type SecretCreateResponse,
|
|
18
|
+
type SecretListResponse,
|
|
19
|
+
type SecretDeleteGroupResponse,
|
|
20
|
+
type SecretRetrieveGroupResponse,
|
|
21
|
+
type SecretUpdateGroupResponse,
|
|
15
22
|
type SecretCreateParams,
|
|
16
23
|
type SecretListParams,
|
|
17
24
|
type SecretDeleteGroupParams,
|
|
18
25
|
type SecretRetrieveGroupParams,
|
|
19
26
|
type SecretUpdateGroupParams,
|
|
20
27
|
} from './secrets';
|
|
21
|
-
export { V1, type
|
|
28
|
+
export { V1, type V1GetUsageResponse, type V1GetUsageParams } from './v1';
|
|
@@ -1,91 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../../core/resource';
|
|
4
|
-
import { APIPromise } from '../../../core/api-promise';
|
|
5
|
-
import { RequestOptions } from '../../../internal/request-options';
|
|
6
|
-
import { path } from '../../../internal/utils/path';
|
|
7
4
|
|
|
8
|
-
export class Invoke extends APIResource {
|
|
9
|
-
/**
|
|
10
|
-
* Execute a deployed compute function with custom input data. Supports both
|
|
11
|
-
* synchronous and asynchronous execution modes. Functions can be invoked by ID or
|
|
12
|
-
* name and can process various types of input data for legal document analysis,
|
|
13
|
-
* data processing, or other computational tasks.
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* ```ts
|
|
17
|
-
* const response = await client.compute.v1.invoke.run(
|
|
18
|
-
* 'func_abc123 or document-analyzer',
|
|
19
|
-
* { input: { foo: 'bar' } },
|
|
20
|
-
* );
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
run(functionID: string, body: InvokeRunParams, options?: RequestOptions): APIPromise<InvokeRunResponse> {
|
|
24
|
-
return this._client.post(path`/compute/v1/invoke/${functionID}`, { body, ...options });
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export type InvokeRunResponse =
|
|
29
|
-
| InvokeRunResponse.SynchronousResponse
|
|
30
|
-
| InvokeRunResponse.AsynchronousResponse;
|
|
31
|
-
|
|
32
|
-
export namespace InvokeRunResponse {
|
|
33
|
-
export interface SynchronousResponse {
|
|
34
|
-
/**
|
|
35
|
-
* Execution duration in milliseconds
|
|
36
|
-
*/
|
|
37
|
-
duration?: number;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Error message if status is failed
|
|
41
|
-
*/
|
|
42
|
-
error?: string;
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Function return value
|
|
46
|
-
*/
|
|
47
|
-
output?: unknown;
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Unique run identifier
|
|
51
|
-
*/
|
|
52
|
-
runId?: string;
|
|
53
|
-
|
|
54
|
-
status?: 'completed' | 'failed';
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export interface AsynchronousResponse {
|
|
58
|
-
/**
|
|
59
|
-
* URL to check run status and logs
|
|
60
|
-
*/
|
|
61
|
-
logsUrl?: string;
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* Unique run identifier
|
|
65
|
-
*/
|
|
66
|
-
runId?: string;
|
|
67
|
-
|
|
68
|
-
status?: 'running';
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export interface InvokeRunParams {
|
|
73
|
-
/**
|
|
74
|
-
* Input data to pass to the function
|
|
75
|
-
*/
|
|
76
|
-
input: { [key: string]: unknown };
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* If true, returns immediately with run ID for background execution
|
|
80
|
-
*/
|
|
81
|
-
async?: boolean;
|
|
82
|
-
|
|
83
|
-
/**
|
|
84
|
-
* Override the auto-detected function suffix
|
|
85
|
-
*/
|
|
86
|
-
functionSuffix?: '_modal' | '_task' | '_web' | '_server';
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
export declare namespace Invoke {
|
|
90
|
-
export { type InvokeRunResponse as InvokeRunResponse, type InvokeRunParams as InvokeRunParams };
|
|
91
|
-
}
|
|
5
|
+
export class Invoke extends APIResource {}
|
|
@@ -1,65 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
3
|
import { APIResource } from '../../../core/resource';
|
|
4
|
-
import { APIPromise } from '../../../core/api-promise';
|
|
5
|
-
import { buildHeaders } from '../../../internal/headers';
|
|
6
|
-
import { RequestOptions } from '../../../internal/request-options';
|
|
7
|
-
import { path } from '../../../internal/utils/path';
|
|
8
4
|
|
|
9
|
-
export class Runs extends APIResource {
|
|
10
|
-
/**
|
|
11
|
-
* Retrieve detailed information about a specific compute function run, including
|
|
12
|
-
* execution status, input/output data, resource usage metrics, and cost
|
|
13
|
-
* information.
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* ```ts
|
|
17
|
-
* await client.compute.v1.runs.retrieve('id');
|
|
18
|
-
* ```
|
|
19
|
-
*/
|
|
20
|
-
retrieve(id: string, options?: RequestOptions): APIPromise<void> {
|
|
21
|
-
return this._client.get(path`/compute/v1/runs/${id}`, {
|
|
22
|
-
...options,
|
|
23
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* Retrieve a list of recent compute runs for your organization. Filter by
|
|
29
|
-
* environment or function, and limit the number of results returned. Useful for
|
|
30
|
-
* monitoring serverless function executions and tracking performance metrics.
|
|
31
|
-
*
|
|
32
|
-
* @example
|
|
33
|
-
* ```ts
|
|
34
|
-
* await client.compute.v1.runs.list();
|
|
35
|
-
* ```
|
|
36
|
-
*/
|
|
37
|
-
list(query: RunListParams | null | undefined = {}, options?: RequestOptions): APIPromise<void> {
|
|
38
|
-
return this._client.get('/compute/v1/runs', {
|
|
39
|
-
query,
|
|
40
|
-
...options,
|
|
41
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
42
|
-
});
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export interface RunListParams {
|
|
47
|
-
/**
|
|
48
|
-
* Environment name to filter runs by
|
|
49
|
-
*/
|
|
50
|
-
env?: string;
|
|
51
|
-
|
|
52
|
-
/**
|
|
53
|
-
* Function name to filter runs by
|
|
54
|
-
*/
|
|
55
|
-
function?: string;
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Maximum number of runs to return (1-100, default: 50)
|
|
59
|
-
*/
|
|
60
|
-
limit?: number;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
export declare namespace Runs {
|
|
64
|
-
export { type RunListParams as RunListParams };
|
|
65
|
-
}
|
|
5
|
+
export class Runs extends APIResource {}
|