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
|
@@ -30,23 +30,22 @@ export declare class Secrets extends APIResource {
|
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* ```ts
|
|
33
|
-
* await client.compute.v1.secrets.list();
|
|
33
|
+
* const secrets = await client.compute.v1.secrets.list();
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
|
-
list(query?: SecretListParams | null | undefined, options?: RequestOptions): APIPromise<
|
|
36
|
+
list(query?: SecretListParams | null | undefined, options?: RequestOptions): APIPromise<SecretListResponse>;
|
|
37
37
|
/**
|
|
38
|
-
* Delete an entire secret group or a specific key within a secret group.
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
* the entire group, all secrets and the group itself are removed from both the
|
|
42
|
-
* database and Modal.
|
|
38
|
+
* Delete an entire secret group or a specific key within a secret group. When
|
|
39
|
+
* deleting a specific key, the remaining secrets in the group are preserved. When
|
|
40
|
+
* deleting the entire group, all secrets and the group itself are removed.
|
|
43
41
|
*
|
|
44
42
|
* @example
|
|
45
43
|
* ```ts
|
|
46
|
-
*
|
|
44
|
+
* const response =
|
|
45
|
+
* await client.compute.v1.secrets.deleteGroup('group');
|
|
47
46
|
* ```
|
|
48
47
|
*/
|
|
49
|
-
deleteGroup(group: string, params?: SecretDeleteGroupParams | null | undefined, options?: RequestOptions): APIPromise<
|
|
48
|
+
deleteGroup(group: string, params?: SecretDeleteGroupParams | null | undefined, options?: RequestOptions): APIPromise<SecretDeleteGroupResponse>;
|
|
50
49
|
/**
|
|
51
50
|
* Retrieve the keys (names) of secrets in a specified group within a compute
|
|
52
51
|
* environment. For security reasons, actual secret values are not returned - only
|
|
@@ -54,24 +53,26 @@ export declare class Secrets extends APIResource {
|
|
|
54
53
|
*
|
|
55
54
|
* @example
|
|
56
55
|
* ```ts
|
|
57
|
-
*
|
|
56
|
+
* const response =
|
|
57
|
+
* await client.compute.v1.secrets.retrieveGroup('group');
|
|
58
58
|
* ```
|
|
59
59
|
*/
|
|
60
|
-
retrieveGroup(group: string, query?: SecretRetrieveGroupParams | null | undefined, options?: RequestOptions): APIPromise<
|
|
60
|
+
retrieveGroup(group: string, query?: SecretRetrieveGroupParams | null | undefined, options?: RequestOptions): APIPromise<SecretRetrieveGroupResponse>;
|
|
61
61
|
/**
|
|
62
62
|
* Set or update secrets in a compute secret group. Secrets are encrypted with
|
|
63
|
-
* AES-256-GCM
|
|
64
|
-
*
|
|
63
|
+
* AES-256-GCM. Use this to manage environment variables and API keys for your
|
|
64
|
+
* compute workloads.
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* ```ts
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
68
|
+
* const response =
|
|
69
|
+
* await client.compute.v1.secrets.updateGroup(
|
|
70
|
+
* 'litigation-apis',
|
|
71
|
+
* { secrets: { foo: 'string' } },
|
|
72
|
+
* );
|
|
72
73
|
* ```
|
|
73
74
|
*/
|
|
74
|
-
updateGroup(group: string, body: SecretUpdateGroupParams, options?: RequestOptions): APIPromise<
|
|
75
|
+
updateGroup(group: string, body: SecretUpdateGroupParams, options?: RequestOptions): APIPromise<SecretUpdateGroupResponse>;
|
|
75
76
|
}
|
|
76
77
|
export interface SecretCreateResponse {
|
|
77
78
|
/**
|
|
@@ -91,6 +92,87 @@ export interface SecretCreateResponse {
|
|
|
91
92
|
*/
|
|
92
93
|
name?: string;
|
|
93
94
|
}
|
|
95
|
+
export interface SecretListResponse {
|
|
96
|
+
groups?: Array<SecretListResponse.Group>;
|
|
97
|
+
}
|
|
98
|
+
export declare namespace SecretListResponse {
|
|
99
|
+
interface Group {
|
|
100
|
+
/**
|
|
101
|
+
* Unique identifier for the secret group
|
|
102
|
+
*/
|
|
103
|
+
id?: string;
|
|
104
|
+
/**
|
|
105
|
+
* When the secret group was created
|
|
106
|
+
*/
|
|
107
|
+
createdAt?: string;
|
|
108
|
+
/**
|
|
109
|
+
* Description of the secret group
|
|
110
|
+
*/
|
|
111
|
+
description?: string;
|
|
112
|
+
/**
|
|
113
|
+
* Name of the secret group
|
|
114
|
+
*/
|
|
115
|
+
name?: string;
|
|
116
|
+
/**
|
|
117
|
+
* When the secret group was last updated
|
|
118
|
+
*/
|
|
119
|
+
updatedAt?: string;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
export interface SecretDeleteGroupResponse {
|
|
123
|
+
message?: string;
|
|
124
|
+
success?: boolean;
|
|
125
|
+
}
|
|
126
|
+
export interface SecretRetrieveGroupResponse {
|
|
127
|
+
group?: SecretRetrieveGroupResponse.Group;
|
|
128
|
+
keys?: Array<SecretRetrieveGroupResponse.Key>;
|
|
129
|
+
}
|
|
130
|
+
export declare namespace SecretRetrieveGroupResponse {
|
|
131
|
+
interface Group {
|
|
132
|
+
/**
|
|
133
|
+
* Unique identifier of the secret group
|
|
134
|
+
*/
|
|
135
|
+
id?: string;
|
|
136
|
+
/**
|
|
137
|
+
* Description of the secret group
|
|
138
|
+
*/
|
|
139
|
+
description?: string;
|
|
140
|
+
/**
|
|
141
|
+
* Name of the secret group
|
|
142
|
+
*/
|
|
143
|
+
name?: string;
|
|
144
|
+
}
|
|
145
|
+
interface Key {
|
|
146
|
+
/**
|
|
147
|
+
* When the secret was created
|
|
148
|
+
*/
|
|
149
|
+
createdAt?: string;
|
|
150
|
+
/**
|
|
151
|
+
* Name of the secret key
|
|
152
|
+
*/
|
|
153
|
+
key?: string;
|
|
154
|
+
/**
|
|
155
|
+
* When the secret was last updated
|
|
156
|
+
*/
|
|
157
|
+
updatedAt?: string;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
export interface SecretUpdateGroupResponse {
|
|
161
|
+
/**
|
|
162
|
+
* Number of new secrets created
|
|
163
|
+
*/
|
|
164
|
+
created?: number;
|
|
165
|
+
/**
|
|
166
|
+
* Name of the secret group
|
|
167
|
+
*/
|
|
168
|
+
group?: string;
|
|
169
|
+
message?: string;
|
|
170
|
+
success?: boolean;
|
|
171
|
+
/**
|
|
172
|
+
* Number of existing secrets updated
|
|
173
|
+
*/
|
|
174
|
+
updated?: number;
|
|
175
|
+
}
|
|
94
176
|
export interface SecretCreateParams {
|
|
95
177
|
/**
|
|
96
178
|
* Unique name for the secret group. Must contain only letters, numbers, hyphens,
|
|
@@ -144,6 +226,6 @@ export interface SecretUpdateGroupParams {
|
|
|
144
226
|
env?: string;
|
|
145
227
|
}
|
|
146
228
|
export declare namespace Secrets {
|
|
147
|
-
export { type SecretCreateResponse as SecretCreateResponse, type SecretCreateParams as SecretCreateParams, type SecretListParams as SecretListParams, type SecretDeleteGroupParams as SecretDeleteGroupParams, type SecretRetrieveGroupParams as SecretRetrieveGroupParams, type SecretUpdateGroupParams as SecretUpdateGroupParams, };
|
|
229
|
+
export { type SecretCreateResponse as SecretCreateResponse, type SecretListResponse as SecretListResponse, type SecretDeleteGroupResponse as SecretDeleteGroupResponse, type SecretRetrieveGroupResponse as SecretRetrieveGroupResponse, type SecretUpdateGroupResponse as SecretUpdateGroupResponse, type SecretCreateParams as SecretCreateParams, type SecretListParams as SecretListParams, type SecretDeleteGroupParams as SecretDeleteGroupParams, type SecretRetrieveGroupParams as SecretRetrieveGroupParams, type SecretUpdateGroupParams as SecretUpdateGroupParams, };
|
|
148
230
|
}
|
|
149
231
|
//# sourceMappingURL=secrets.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secrets.d.mts","sourceRoot":"","sources":["../../../src/resources/compute/v1/secrets.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;
|
|
1
|
+
{"version":3,"file":"secrets.d.mts","sourceRoot":"","sources":["../../../src/resources/compute/v1/secrets.ts"],"names":[],"mappings":"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"}
|
|
@@ -30,23 +30,22 @@ export declare class Secrets extends APIResource {
|
|
|
30
30
|
*
|
|
31
31
|
* @example
|
|
32
32
|
* ```ts
|
|
33
|
-
* await client.compute.v1.secrets.list();
|
|
33
|
+
* const secrets = await client.compute.v1.secrets.list();
|
|
34
34
|
* ```
|
|
35
35
|
*/
|
|
36
|
-
list(query?: SecretListParams | null | undefined, options?: RequestOptions): APIPromise<
|
|
36
|
+
list(query?: SecretListParams | null | undefined, options?: RequestOptions): APIPromise<SecretListResponse>;
|
|
37
37
|
/**
|
|
38
|
-
* Delete an entire secret group or a specific key within a secret group.
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
* the entire group, all secrets and the group itself are removed from both the
|
|
42
|
-
* database and Modal.
|
|
38
|
+
* Delete an entire secret group or a specific key within a secret group. When
|
|
39
|
+
* deleting a specific key, the remaining secrets in the group are preserved. When
|
|
40
|
+
* deleting the entire group, all secrets and the group itself are removed.
|
|
43
41
|
*
|
|
44
42
|
* @example
|
|
45
43
|
* ```ts
|
|
46
|
-
*
|
|
44
|
+
* const response =
|
|
45
|
+
* await client.compute.v1.secrets.deleteGroup('group');
|
|
47
46
|
* ```
|
|
48
47
|
*/
|
|
49
|
-
deleteGroup(group: string, params?: SecretDeleteGroupParams | null | undefined, options?: RequestOptions): APIPromise<
|
|
48
|
+
deleteGroup(group: string, params?: SecretDeleteGroupParams | null | undefined, options?: RequestOptions): APIPromise<SecretDeleteGroupResponse>;
|
|
50
49
|
/**
|
|
51
50
|
* Retrieve the keys (names) of secrets in a specified group within a compute
|
|
52
51
|
* environment. For security reasons, actual secret values are not returned - only
|
|
@@ -54,24 +53,26 @@ export declare class Secrets extends APIResource {
|
|
|
54
53
|
*
|
|
55
54
|
* @example
|
|
56
55
|
* ```ts
|
|
57
|
-
*
|
|
56
|
+
* const response =
|
|
57
|
+
* await client.compute.v1.secrets.retrieveGroup('group');
|
|
58
58
|
* ```
|
|
59
59
|
*/
|
|
60
|
-
retrieveGroup(group: string, query?: SecretRetrieveGroupParams | null | undefined, options?: RequestOptions): APIPromise<
|
|
60
|
+
retrieveGroup(group: string, query?: SecretRetrieveGroupParams | null | undefined, options?: RequestOptions): APIPromise<SecretRetrieveGroupResponse>;
|
|
61
61
|
/**
|
|
62
62
|
* Set or update secrets in a compute secret group. Secrets are encrypted with
|
|
63
|
-
* AES-256-GCM
|
|
64
|
-
*
|
|
63
|
+
* AES-256-GCM. Use this to manage environment variables and API keys for your
|
|
64
|
+
* compute workloads.
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* ```ts
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
68
|
+
* const response =
|
|
69
|
+
* await client.compute.v1.secrets.updateGroup(
|
|
70
|
+
* 'litigation-apis',
|
|
71
|
+
* { secrets: { foo: 'string' } },
|
|
72
|
+
* );
|
|
72
73
|
* ```
|
|
73
74
|
*/
|
|
74
|
-
updateGroup(group: string, body: SecretUpdateGroupParams, options?: RequestOptions): APIPromise<
|
|
75
|
+
updateGroup(group: string, body: SecretUpdateGroupParams, options?: RequestOptions): APIPromise<SecretUpdateGroupResponse>;
|
|
75
76
|
}
|
|
76
77
|
export interface SecretCreateResponse {
|
|
77
78
|
/**
|
|
@@ -91,6 +92,87 @@ export interface SecretCreateResponse {
|
|
|
91
92
|
*/
|
|
92
93
|
name?: string;
|
|
93
94
|
}
|
|
95
|
+
export interface SecretListResponse {
|
|
96
|
+
groups?: Array<SecretListResponse.Group>;
|
|
97
|
+
}
|
|
98
|
+
export declare namespace SecretListResponse {
|
|
99
|
+
interface Group {
|
|
100
|
+
/**
|
|
101
|
+
* Unique identifier for the secret group
|
|
102
|
+
*/
|
|
103
|
+
id?: string;
|
|
104
|
+
/**
|
|
105
|
+
* When the secret group was created
|
|
106
|
+
*/
|
|
107
|
+
createdAt?: string;
|
|
108
|
+
/**
|
|
109
|
+
* Description of the secret group
|
|
110
|
+
*/
|
|
111
|
+
description?: string;
|
|
112
|
+
/**
|
|
113
|
+
* Name of the secret group
|
|
114
|
+
*/
|
|
115
|
+
name?: string;
|
|
116
|
+
/**
|
|
117
|
+
* When the secret group was last updated
|
|
118
|
+
*/
|
|
119
|
+
updatedAt?: string;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
export interface SecretDeleteGroupResponse {
|
|
123
|
+
message?: string;
|
|
124
|
+
success?: boolean;
|
|
125
|
+
}
|
|
126
|
+
export interface SecretRetrieveGroupResponse {
|
|
127
|
+
group?: SecretRetrieveGroupResponse.Group;
|
|
128
|
+
keys?: Array<SecretRetrieveGroupResponse.Key>;
|
|
129
|
+
}
|
|
130
|
+
export declare namespace SecretRetrieveGroupResponse {
|
|
131
|
+
interface Group {
|
|
132
|
+
/**
|
|
133
|
+
* Unique identifier of the secret group
|
|
134
|
+
*/
|
|
135
|
+
id?: string;
|
|
136
|
+
/**
|
|
137
|
+
* Description of the secret group
|
|
138
|
+
*/
|
|
139
|
+
description?: string;
|
|
140
|
+
/**
|
|
141
|
+
* Name of the secret group
|
|
142
|
+
*/
|
|
143
|
+
name?: string;
|
|
144
|
+
}
|
|
145
|
+
interface Key {
|
|
146
|
+
/**
|
|
147
|
+
* When the secret was created
|
|
148
|
+
*/
|
|
149
|
+
createdAt?: string;
|
|
150
|
+
/**
|
|
151
|
+
* Name of the secret key
|
|
152
|
+
*/
|
|
153
|
+
key?: string;
|
|
154
|
+
/**
|
|
155
|
+
* When the secret was last updated
|
|
156
|
+
*/
|
|
157
|
+
updatedAt?: string;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
export interface SecretUpdateGroupResponse {
|
|
161
|
+
/**
|
|
162
|
+
* Number of new secrets created
|
|
163
|
+
*/
|
|
164
|
+
created?: number;
|
|
165
|
+
/**
|
|
166
|
+
* Name of the secret group
|
|
167
|
+
*/
|
|
168
|
+
group?: string;
|
|
169
|
+
message?: string;
|
|
170
|
+
success?: boolean;
|
|
171
|
+
/**
|
|
172
|
+
* Number of existing secrets updated
|
|
173
|
+
*/
|
|
174
|
+
updated?: number;
|
|
175
|
+
}
|
|
94
176
|
export interface SecretCreateParams {
|
|
95
177
|
/**
|
|
96
178
|
* Unique name for the secret group. Must contain only letters, numbers, hyphens,
|
|
@@ -144,6 +226,6 @@ export interface SecretUpdateGroupParams {
|
|
|
144
226
|
env?: string;
|
|
145
227
|
}
|
|
146
228
|
export declare namespace Secrets {
|
|
147
|
-
export { type SecretCreateResponse as SecretCreateResponse, type SecretCreateParams as SecretCreateParams, type SecretListParams as SecretListParams, type SecretDeleteGroupParams as SecretDeleteGroupParams, type SecretRetrieveGroupParams as SecretRetrieveGroupParams, type SecretUpdateGroupParams as SecretUpdateGroupParams, };
|
|
229
|
+
export { type SecretCreateResponse as SecretCreateResponse, type SecretListResponse as SecretListResponse, type SecretDeleteGroupResponse as SecretDeleteGroupResponse, type SecretRetrieveGroupResponse as SecretRetrieveGroupResponse, type SecretUpdateGroupResponse as SecretUpdateGroupResponse, type SecretCreateParams as SecretCreateParams, type SecretListParams as SecretListParams, type SecretDeleteGroupParams as SecretDeleteGroupParams, type SecretRetrieveGroupParams as SecretRetrieveGroupParams, type SecretUpdateGroupParams as SecretUpdateGroupParams, };
|
|
148
230
|
}
|
|
149
231
|
//# sourceMappingURL=secrets.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secrets.d.ts","sourceRoot":"","sources":["../../../src/resources/compute/v1/secrets.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;
|
|
1
|
+
{"version":3,"file":"secrets.d.ts","sourceRoot":"","sources":["../../../src/resources/compute/v1/secrets.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.Secrets = void 0;
|
|
5
5
|
const resource_1 = require("../../../core/resource.js");
|
|
6
|
-
const headers_1 = require("../../../internal/headers.js");
|
|
7
6
|
const path_1 = require("../../../internal/utils/path.js");
|
|
8
7
|
class Secrets extends resource_1.APIResource {
|
|
9
8
|
/**
|
|
@@ -36,35 +35,26 @@ class Secrets extends resource_1.APIResource {
|
|
|
36
35
|
*
|
|
37
36
|
* @example
|
|
38
37
|
* ```ts
|
|
39
|
-
* await client.compute.v1.secrets.list();
|
|
38
|
+
* const secrets = await client.compute.v1.secrets.list();
|
|
40
39
|
* ```
|
|
41
40
|
*/
|
|
42
41
|
list(query = {}, options) {
|
|
43
|
-
return this._client.get('/compute/v1/secrets', {
|
|
44
|
-
query,
|
|
45
|
-
...options,
|
|
46
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
47
|
-
});
|
|
42
|
+
return this._client.get('/compute/v1/secrets', { query, ...options });
|
|
48
43
|
}
|
|
49
44
|
/**
|
|
50
|
-
* Delete an entire secret group or a specific key within a secret group.
|
|
51
|
-
*
|
|
52
|
-
*
|
|
53
|
-
* the entire group, all secrets and the group itself are removed from both the
|
|
54
|
-
* database and Modal.
|
|
45
|
+
* Delete an entire secret group or a specific key within a secret group. When
|
|
46
|
+
* deleting a specific key, the remaining secrets in the group are preserved. When
|
|
47
|
+
* deleting the entire group, all secrets and the group itself are removed.
|
|
55
48
|
*
|
|
56
49
|
* @example
|
|
57
50
|
* ```ts
|
|
58
|
-
*
|
|
51
|
+
* const response =
|
|
52
|
+
* await client.compute.v1.secrets.deleteGroup('group');
|
|
59
53
|
* ```
|
|
60
54
|
*/
|
|
61
55
|
deleteGroup(group, params = {}, options) {
|
|
62
56
|
const { env, key } = params ?? {};
|
|
63
|
-
return this._client.delete((0, path_1.path) `/compute/v1/secrets/${group}`, {
|
|
64
|
-
query: { env, key },
|
|
65
|
-
...options,
|
|
66
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
67
|
-
});
|
|
57
|
+
return this._client.delete((0, path_1.path) `/compute/v1/secrets/${group}`, { query: { env, key }, ...options });
|
|
68
58
|
}
|
|
69
59
|
/**
|
|
70
60
|
* Retrieve the keys (names) of secrets in a specified group within a compute
|
|
@@ -73,35 +63,29 @@ class Secrets extends resource_1.APIResource {
|
|
|
73
63
|
*
|
|
74
64
|
* @example
|
|
75
65
|
* ```ts
|
|
76
|
-
*
|
|
66
|
+
* const response =
|
|
67
|
+
* await client.compute.v1.secrets.retrieveGroup('group');
|
|
77
68
|
* ```
|
|
78
69
|
*/
|
|
79
70
|
retrieveGroup(group, query = {}, options) {
|
|
80
|
-
return this._client.get((0, path_1.path) `/compute/v1/secrets/${group}`, {
|
|
81
|
-
query,
|
|
82
|
-
...options,
|
|
83
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
84
|
-
});
|
|
71
|
+
return this._client.get((0, path_1.path) `/compute/v1/secrets/${group}`, { query, ...options });
|
|
85
72
|
}
|
|
86
73
|
/**
|
|
87
74
|
* Set or update secrets in a compute secret group. Secrets are encrypted with
|
|
88
|
-
* AES-256-GCM
|
|
89
|
-
*
|
|
75
|
+
* AES-256-GCM. Use this to manage environment variables and API keys for your
|
|
76
|
+
* compute workloads.
|
|
90
77
|
*
|
|
91
78
|
* @example
|
|
92
79
|
* ```ts
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
*
|
|
96
|
-
*
|
|
80
|
+
* const response =
|
|
81
|
+
* await client.compute.v1.secrets.updateGroup(
|
|
82
|
+
* 'litigation-apis',
|
|
83
|
+
* { secrets: { foo: 'string' } },
|
|
84
|
+
* );
|
|
97
85
|
* ```
|
|
98
86
|
*/
|
|
99
87
|
updateGroup(group, body, options) {
|
|
100
|
-
return this._client.put((0, path_1.path) `/compute/v1/secrets/${group}`, {
|
|
101
|
-
body,
|
|
102
|
-
...options,
|
|
103
|
-
headers: (0, headers_1.buildHeaders)([{ Accept: '*/*' }, options?.headers]),
|
|
104
|
-
});
|
|
88
|
+
return this._client.put((0, path_1.path) `/compute/v1/secrets/${group}`, { body, ...options });
|
|
105
89
|
}
|
|
106
90
|
}
|
|
107
91
|
exports.Secrets = Secrets;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secrets.js","sourceRoot":"","sources":["../../../src/resources/compute/v1/secrets.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;
|
|
1
|
+
{"version":3,"file":"secrets.js","sourceRoot":"","sources":["../../../src/resources/compute/v1/secrets.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAGrD,0DAAoD;AAEpD,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,MAAM,CAAC,IAAwB,EAAE,OAAwB;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;;;OASG;IACH,IAAI,CACF,QAA6C,EAAE,EAC/C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;;;;OAUG;IACH,WAAW,CACT,KAAa,EACb,SAAqD,EAAE,EACvD,OAAwB;QAExB,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAClC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,uBAAuB,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtG,CAAC;IAED;;;;;;;;;;OAUG;IACH,aAAa,CACX,KAAa,EACb,QAAsD,EAAE,EACxD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,uBAAuB,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,WAAW,CACT,KAAa,EACb,IAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,uBAAuB,KAAK,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;CACF;AAtGD,0BAsGC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
import { APIResource } from "../../../core/resource.mjs";
|
|
3
|
-
import { buildHeaders } from "../../../internal/headers.mjs";
|
|
4
3
|
import { path } from "../../../internal/utils/path.mjs";
|
|
5
4
|
export class Secrets extends APIResource {
|
|
6
5
|
/**
|
|
@@ -33,35 +32,26 @@ export class Secrets extends APIResource {
|
|
|
33
32
|
*
|
|
34
33
|
* @example
|
|
35
34
|
* ```ts
|
|
36
|
-
* await client.compute.v1.secrets.list();
|
|
35
|
+
* const secrets = await client.compute.v1.secrets.list();
|
|
37
36
|
* ```
|
|
38
37
|
*/
|
|
39
38
|
list(query = {}, options) {
|
|
40
|
-
return this._client.get('/compute/v1/secrets', {
|
|
41
|
-
query,
|
|
42
|
-
...options,
|
|
43
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
44
|
-
});
|
|
39
|
+
return this._client.get('/compute/v1/secrets', { query, ...options });
|
|
45
40
|
}
|
|
46
41
|
/**
|
|
47
|
-
* Delete an entire secret group or a specific key within a secret group.
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
* the entire group, all secrets and the group itself are removed from both the
|
|
51
|
-
* database and Modal.
|
|
42
|
+
* Delete an entire secret group or a specific key within a secret group. When
|
|
43
|
+
* deleting a specific key, the remaining secrets in the group are preserved. When
|
|
44
|
+
* deleting the entire group, all secrets and the group itself are removed.
|
|
52
45
|
*
|
|
53
46
|
* @example
|
|
54
47
|
* ```ts
|
|
55
|
-
*
|
|
48
|
+
* const response =
|
|
49
|
+
* await client.compute.v1.secrets.deleteGroup('group');
|
|
56
50
|
* ```
|
|
57
51
|
*/
|
|
58
52
|
deleteGroup(group, params = {}, options) {
|
|
59
53
|
const { env, key } = params ?? {};
|
|
60
|
-
return this._client.delete(path `/compute/v1/secrets/${group}`, {
|
|
61
|
-
query: { env, key },
|
|
62
|
-
...options,
|
|
63
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
64
|
-
});
|
|
54
|
+
return this._client.delete(path `/compute/v1/secrets/${group}`, { query: { env, key }, ...options });
|
|
65
55
|
}
|
|
66
56
|
/**
|
|
67
57
|
* Retrieve the keys (names) of secrets in a specified group within a compute
|
|
@@ -70,35 +60,29 @@ export class Secrets extends APIResource {
|
|
|
70
60
|
*
|
|
71
61
|
* @example
|
|
72
62
|
* ```ts
|
|
73
|
-
*
|
|
63
|
+
* const response =
|
|
64
|
+
* await client.compute.v1.secrets.retrieveGroup('group');
|
|
74
65
|
* ```
|
|
75
66
|
*/
|
|
76
67
|
retrieveGroup(group, query = {}, options) {
|
|
77
|
-
return this._client.get(path `/compute/v1/secrets/${group}`, {
|
|
78
|
-
query,
|
|
79
|
-
...options,
|
|
80
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
81
|
-
});
|
|
68
|
+
return this._client.get(path `/compute/v1/secrets/${group}`, { query, ...options });
|
|
82
69
|
}
|
|
83
70
|
/**
|
|
84
71
|
* Set or update secrets in a compute secret group. Secrets are encrypted with
|
|
85
|
-
* AES-256-GCM
|
|
86
|
-
*
|
|
72
|
+
* AES-256-GCM. Use this to manage environment variables and API keys for your
|
|
73
|
+
* compute workloads.
|
|
87
74
|
*
|
|
88
75
|
* @example
|
|
89
76
|
* ```ts
|
|
90
|
-
*
|
|
91
|
-
*
|
|
92
|
-
*
|
|
93
|
-
*
|
|
77
|
+
* const response =
|
|
78
|
+
* await client.compute.v1.secrets.updateGroup(
|
|
79
|
+
* 'litigation-apis',
|
|
80
|
+
* { secrets: { foo: 'string' } },
|
|
81
|
+
* );
|
|
94
82
|
* ```
|
|
95
83
|
*/
|
|
96
84
|
updateGroup(group, body, options) {
|
|
97
|
-
return this._client.put(path `/compute/v1/secrets/${group}`, {
|
|
98
|
-
body,
|
|
99
|
-
...options,
|
|
100
|
-
headers: buildHeaders([{ Accept: '*/*' }, options?.headers]),
|
|
101
|
-
});
|
|
85
|
+
return this._client.put(path `/compute/v1/secrets/${group}`, { body, ...options });
|
|
102
86
|
}
|
|
103
87
|
}
|
|
104
88
|
//# sourceMappingURL=secrets.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secrets.mjs","sourceRoot":"","sources":["../../../src/resources/compute/v1/secrets.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;
|
|
1
|
+
{"version":3,"file":"secrets.mjs","sourceRoot":"","sources":["../../../src/resources/compute/v1/secrets.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;;;;;;;;;;;;;;;;;;OAmBG;IACH,MAAM,CAAC,IAAwB,EAAE,OAAwB;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;;;OASG;IACH,IAAI,CACF,QAA6C,EAAE,EAC/C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,qBAAqB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;;;;OAUG;IACH,WAAW,CACT,KAAa,EACb,SAAqD,EAAE,EACvD,OAAwB;QAExB,MAAM,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAClC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,uBAAuB,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtG,CAAC;IAED;;;;;;;;;;OAUG;IACH,aAAa,CACX,KAAa,EACb,QAAsD,EAAE,EACxD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,uBAAuB,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrF,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,WAAW,CACT,KAAa,EACb,IAA6B,EAC7B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,uBAAuB,KAAK,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;CACF"}
|