@pome-sh/cli 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/README.md +14 -2
- package/dist/build-info.json +3 -3
- package/dist/src/cli/agent-identity.d.ts +20 -0
- package/dist/src/cli/agent-identity.js +59 -0
- package/dist/src/cli/agent-resolver.d.ts +26 -0
- package/dist/src/cli/agent-resolver.js +121 -0
- package/dist/src/cli/compile-seeds.js +1 -1
- package/dist/src/cli/credentials.d.ts +4 -0
- package/dist/src/cli/credentials.js +8 -0
- package/dist/src/cli/docs-topics.js +8 -2
- package/dist/src/cli/eval.d.ts +10 -6
- package/dist/src/cli/eval.js +21 -29
- package/dist/src/cli/frameworks.d.ts +12 -0
- package/dist/src/cli/frameworks.js +62 -0
- package/dist/src/cli/install.js +5 -5
- package/dist/src/cli/link-cache.d.ts +23 -0
- package/dist/src/cli/link-cache.js +91 -0
- package/dist/src/cli/login.js +1 -1
- package/dist/src/cli/main.js +108 -59
- package/dist/src/cli/project-config.d.ts +27 -25
- package/dist/src/cli/project-config.js +100 -54
- package/dist/src/cli/register.d.ts +10 -14
- package/dist/src/cli/register.js +138 -106
- package/dist/src/cli/scenarios-catalog.js +51 -1
- package/dist/src/cli/scenarios.js +10 -10
- package/dist/src/cli/session.js +16 -8
- package/dist/src/cli/skills.js +1 -1
- package/dist/src/demo/first-run-demo.md +3 -3
- package/dist/src/doctor/checks.js +26 -24
- package/dist/src/doctor/scan.js +3 -0
- package/dist/src/fix-prompt/prompt.js +3 -3
- package/dist/src/fix-prompt/prompts/fix-prompt-v1.md +3 -3
- package/dist/src/hosted/client.d.ts +12 -5
- package/dist/src/hosted/client.js +3 -0
- package/dist/src/hosted/evalResultView.js +1 -1
- package/dist/src/recorder/inspect.js +1 -1
- package/dist/src/runner/groupRender.d.ts +1 -1
- package/dist/src/runner/groupRender.js +3 -3
- package/dist/src/runner/runScenario.d.ts +626 -2
- package/dist/src/runner/runScenario.js +5 -0
- package/dist/src/runner/runScenarioHosted.d.ts +3 -0
- package/dist/src/runner/runScenarioHosted.js +34 -17
- package/dist/src/runner/runTrialGroup.d.ts +3 -1
- package/dist/src/runner/runTrialGroup.js +13 -11
- package/dist/src/scenario/parseScenario.js +65 -25
- package/dist/src/scenario/scenarioSchema.d.ts +1472 -4
- package/dist/src/scenario/scenarioSchema.js +8 -3
- package/dist/src/twin/twinHarness.d.ts +3 -1
- package/dist/src/twin/twinHarness.js +49 -2
- package/dist/src/twin/twinStart.d.ts +3 -1
- package/dist/src/twin/twinStart.js +22 -4
- package/node_modules/@hono/node-server/dist/index.cjs +145 -18
- package/node_modules/@hono/node-server/dist/index.mjs +145 -18
- package/node_modules/@hono/node-server/dist/serve-static.cjs +53 -12
- package/node_modules/@hono/node-server/dist/serve-static.mjs +53 -12
- package/node_modules/@hono/node-server/package.json +1 -1
- package/node_modules/@pome-sh/sdk/dist/index.d.ts +38 -1
- package/node_modules/@pome-sh/sdk/dist/index.js +16 -7
- package/node_modules/@pome-sh/sdk/dist/index.js.map +1 -1
- package/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js +21 -5
- package/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js.map +1 -1
- package/node_modules/@pome-sh/sdk/dist/parity.d.ts +6 -0
- package/node_modules/@pome-sh/sdk/dist/parity.js +12 -1
- package/node_modules/@pome-sh/sdk/dist/parity.js.map +1 -1
- package/node_modules/@pome-sh/sdk/dist/recorder.d.ts +6 -0
- package/node_modules/@pome-sh/sdk/dist/recorder.js +27 -32
- package/node_modules/@pome-sh/sdk/dist/recorder.js.map +1 -1
- package/node_modules/@pome-sh/sdk/dist/server.js +9 -4
- package/node_modules/@pome-sh/sdk/dist/server.js.map +1 -1
- package/node_modules/@pome-sh/sdk/dist/tool-context.d.ts +2 -0
- package/node_modules/@pome-sh/sdk/dist/tool-context.js +3 -0
- package/node_modules/@pome-sh/sdk/dist/tool-context.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +39 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js +39 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/index.d.ts +4 -3
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/index.js +4 -3
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/manifest.d.ts +31 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/manifest.js +76 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/manifest.js.map +1 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/event-schema.d.ts +45 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js +8 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/project.js +14 -6
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +6 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +28 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +63 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/recorder-events.js +37 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/rest.d.ts +61 -2
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/rest.js +112 -2
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/run.d.ts +7 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/run.js +5 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-envelope.d.ts +14 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-envelope.js +46 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-envelope.js.map +1 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +560 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-state.js +98 -2
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +3 -3
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/sessions.js +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +15 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/task-vocab.js +15 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -1
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/task.d.ts +376 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/manifest-schema.json +68 -0
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/package.json +5 -4
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/trace-contract.json +1 -1
- package/node_modules/@pome-sh/sdk/package.json +5 -5
- package/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +4 -2
- package/node_modules/@pome-sh/shared-types/dist/index.d.ts +1 -0
- package/node_modules/@pome-sh/shared-types/dist/index.js +1 -0
- package/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/manifest.d.ts +31 -0
- package/node_modules/@pome-sh/shared-types/dist/manifest.js +76 -0
- package/node_modules/@pome-sh/shared-types/dist/manifest.js.map +1 -0
- package/node_modules/@pome-sh/shared-types/dist/otel/project.js +14 -6
- package/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +6 -0
- package/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +21 -0
- package/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +1 -1
- package/node_modules/@pome-sh/shared-types/dist/recorder-events.js +1 -1
- package/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/rest.d.ts +16 -2
- package/node_modules/@pome-sh/shared-types/dist/rest.js +47 -4
- package/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/run.js +1 -1
- package/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +1033 -0
- package/node_modules/@pome-sh/shared-types/dist/seed-state.js +285 -2
- package/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +1 -1
- package/node_modules/@pome-sh/shared-types/dist/sessions.js +1 -1
- package/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +15 -1
- package/node_modules/@pome-sh/shared-types/dist/task-vocab.js +15 -1
- package/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -1
- package/node_modules/@pome-sh/shared-types/dist/task.d.ts +690 -0
- package/node_modules/@pome-sh/shared-types/manifest-schema.json +68 -0
- package/node_modules/@pome-sh/shared-types/package.json +5 -4
- package/node_modules/@pome-sh/shared-types/trace-contract.json +1 -1
- package/node_modules/@pome-sh/twin-github/README.md +1 -1
- package/node_modules/@pome-sh/twin-github/dist/src/access-control.d.ts +3 -3
- package/node_modules/@pome-sh/twin-github/dist/src/domain.d.ts +5 -5
- package/node_modules/@pome-sh/twin-github/dist/src/seed.d.ts +1 -1
- package/node_modules/@pome-sh/twin-github/dist/src/serializers.d.ts +3 -3
- package/node_modules/@pome-sh/twin-github/dist/src/tools.d.ts +21 -21
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/admin-gate.d.ts +35 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/admin-gate.js +103 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/admin-gate.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/auth.d.ts +100 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/auth.js +262 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/auth.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/build-info.d.ts +7 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/build-info.js +14 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/build-info.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/db.d.ts +44 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/db.js +113 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/errors.d.ts +24 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/errors.js +61 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/failure-injection.d.ts +43 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/failure-injection.js +160 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/failure-injection.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity-inventory.d.ts +121 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js +204 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity.d.ts +8 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity.js +39 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/fidelity.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/index.d.ts +372 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/index.js +139 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.d.ts +10 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js +221 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/parity.d.ts +61 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/parity.js +123 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/parity.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/recorder.d.ts +120 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/recorder.js +368 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/recorder.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/redaction.d.ts +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/redaction.js +3 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server-helpers.d.ts +54 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server-helpers.js +181 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server-helpers.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server.d.ts +46 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server.js +394 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/tool-context.d.ts +8 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/tool-context.js +22 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/dist/tool-context.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/sdk/package.json +54 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/errors.d.ts +39 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/errors.js +33 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +254 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js +122 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/github-access-control.d.ts +175 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/github-access-control.js +182 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/github-access-control.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/identity.d.ts +90 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/identity.js +72 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/index.d.ts +27 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/index.js +34 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/event-schema.d.ts +331 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js +33 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.d.ts +65 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js +455 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.d.ts +39 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js +47 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/index.d.ts +25 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/index.js +27 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.d.ts +100 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js +193 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/map-span.d.ts +64 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/map-span.js +112 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/map-span.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/nano.d.ts +26 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/nano.js +61 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/nano.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/project.d.ts +42 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/project.js +104 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +57 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +102 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/span-event.d.ts +134 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/span-event.js +152 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/span-event.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +480 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.js +270 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/redaction.d.ts +2 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/redaction.js +152 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.d.ts +248 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.js +308 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/run.d.ts +208 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/run.js +170 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-envelope.d.ts +14 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-envelope.js +46 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-envelope.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +1006 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.js +263 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +53 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.js +51 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +80 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.js +98 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task.d.ts +859 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task.js +60 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task.js.map +1 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/package.json +54 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/trace-contract.json +41 -0
- package/node_modules/@pome-sh/twin-github/package.json +7 -7
- package/node_modules/@pome-sh/twin-gmail/CHANGELOG.md +14 -0
- package/node_modules/@pome-sh/twin-gmail/HOSTED.md +23 -0
- package/node_modules/@pome-sh/twin-gmail/LIMITS.md +41 -0
- package/node_modules/@pome-sh/twin-gmail/README.md +109 -0
- package/node_modules/@pome-sh/twin-gmail/REFERENCE-DIVERGENCES.md +42 -0
- package/node_modules/@pome-sh/twin-gmail/dist/fixtures/mcp-tools-list.canonical.json +974 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/db.d.ts +4 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/db.js +206 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain-search.d.ts +5 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain-search.js +89 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain-search.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain.d.ts +110 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain.js +407 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/domain.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/errors.d.ts +12 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/errors.js +115 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/identity.d.ts +10 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/identity.js +29 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/index.d.ts +12 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/index.js +13 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp-schemas.d.ts +176 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp-schemas.js +162 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp-schemas.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp.d.ts +3 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp.js +268 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mcp.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mime.d.ts +49 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mime.js +315 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/mime.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/page-tokens.d.ts +11 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/page-tokens.js +70 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/page-tokens.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/recording.d.ts +6 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/recording.js +74 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/recording.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-common.d.ts +28 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-common.js +120 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-common.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-drafts.d.ts +3 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-drafts.js +85 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-drafts.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-kit.d.ts +19 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-kit.js +52 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-kit.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-messages.d.ts +3 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-messages.js +144 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-messages.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-resources.d.ts +3 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-resources.js +204 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes-resources.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes.d.ts +4 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes.js +11 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-routes.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-serializers.d.ts +18 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-serializers.js +153 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-serializers.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-store.d.ts +75 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-store.js +282 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-store.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-upload.d.ts +12 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-upload.js +127 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/rest-upload.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/search.d.ts +61 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/search.js +504 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/search.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seed.d.ts +230 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seed.js +269 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seed.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seeding.d.ts +3 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seeding.js +89 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/seeding.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/server.d.ts +2 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/server.js +21 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/state.d.ts +55 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/state.js +225 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/state.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/storage.d.ts +20 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/storage.js +171 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/storage.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/twin.d.ts +17 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/twin.js +99 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/twin.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/types.d.ts +149 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/types.js +2 -0
- package/node_modules/@pome-sh/twin-gmail/dist/src/types.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/fidelity.inventory.json +958 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/README.md +28 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/gmail-discovery-v1.meta.json +6 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/gmail-discovery-v1.raw.json +4510 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-initialize.meta.json +8 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-initialize.raw.json +1 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-tools-call-unauth-error.raw.json +1 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-tools-call.representative.json +508 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-tools-list.canonical.json +974 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-tools-list.meta.json +29 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/mcp-tools-list.raw.json +1 -0
- package/node_modules/@pome-sh/twin-gmail/fixtures/rest-surface.json +3502 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/admin-gate.d.ts +35 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/admin-gate.js +103 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/admin-gate.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/auth.d.ts +100 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/auth.js +262 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/auth.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/build-info.d.ts +7 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/build-info.js +14 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/build-info.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/db.d.ts +44 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/db.js +113 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/errors.d.ts +24 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/errors.js +61 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/failure-injection.d.ts +43 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/failure-injection.js +160 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/failure-injection.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity-inventory.d.ts +121 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js +204 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity.d.ts +8 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity.js +39 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/fidelity.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/index.d.ts +372 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/index.js +139 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.d.ts +10 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js +221 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/parity.d.ts +61 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/parity.js +123 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/parity.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/recorder.d.ts +120 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/recorder.js +368 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/recorder.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/redaction.d.ts +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/redaction.js +3 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server-helpers.d.ts +54 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server-helpers.js +181 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server-helpers.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server.d.ts +46 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server.js +394 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/tool-context.d.ts +8 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/tool-context.js +22 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/dist/tool-context.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/sdk/package.json +54 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/errors.d.ts +39 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/errors.js +33 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +254 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js +122 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/github-access-control.d.ts +175 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/github-access-control.js +182 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/github-access-control.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/identity.d.ts +90 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/identity.js +72 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/index.d.ts +27 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/index.js +34 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/event-schema.d.ts +331 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js +33 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.d.ts +65 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js +455 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.d.ts +39 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js +47 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/index.d.ts +25 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/index.js +27 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.d.ts +100 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js +193 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/map-span.d.ts +64 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/map-span.js +112 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/map-span.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/nano.d.ts +26 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/nano.js +61 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/nano.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/project.d.ts +42 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/project.js +104 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +57 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +102 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/span-event.d.ts +134 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/span-event.js +152 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/otel/span-event.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +480 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/recorder-events.js +270 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/redaction.d.ts +2 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/redaction.js +152 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/rest.d.ts +248 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/rest.js +308 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/run.d.ts +208 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/run.js +170 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-envelope.d.ts +14 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-envelope.js +46 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-envelope.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +1006 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-state.js +263 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +53 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/sessions.js +51 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +80 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task-vocab.js +98 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task.d.ts +859 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task.js +60 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/dist/task.js.map +1 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/package.json +54 -0
- package/node_modules/@pome-sh/twin-gmail/node_modules/@pome-sh/shared-types/trace-contract.json +41 -0
- package/node_modules/@pome-sh/twin-gmail/package.json +75 -0
- package/node_modules/@pome-sh/twin-linear/CHANGELOG.md +15 -0
- package/node_modules/@pome-sh/twin-linear/FIDELITY.md +62 -0
- package/node_modules/@pome-sh/twin-linear/HOSTED.md +46 -0
- package/node_modules/@pome-sh/twin-linear/LIMITS.md +54 -0
- package/node_modules/@pome-sh/twin-linear/README.md +107 -0
- package/node_modules/@pome-sh/twin-linear/REFERENCE-DIVERGENCES.md +50 -0
- package/node_modules/@pome-sh/twin-linear/dist/fixtures/mcp-tools-list.canonical.json +353 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/auth-credential.d.ts +8 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/auth-credential.js +55 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/auth-credential.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/db.d.ts +4 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/db.js +333 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/agents.d.ts +29 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/agents.js +103 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/agents.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/catalog.d.ts +9 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/catalog.js +41 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/catalog.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/comments.d.ts +13 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/comments.js +108 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/comments.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/documents.d.ts +31 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/documents.js +113 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/documents.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/index.d.ts +4 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/index.js +6 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issue-relations.d.ts +13 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issue-relations.js +60 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issue-relations.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issues.d.ts +57 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issues.js +356 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/issues.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/labels.d.ts +18 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/labels.js +117 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/labels.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/linear-domain.d.ts +190 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/linear-domain.js +315 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/linear-domain.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/normalize.d.ts +8 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/normalize.js +61 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/normalize.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/oauth-store.d.ts +55 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/oauth-store.js +127 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/oauth-store.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/projects-cycles.d.ts +17 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/projects-cycles.js +51 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/projects-cycles.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/rows.d.ts +211 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/rows.js +216 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/rows.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/webhooks.d.ts +5 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/webhooks.js +12 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/domain/webhooks.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/errors.d.ts +26 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/errors.js +128 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/formatters.d.ts +27 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/formatters.js +261 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/formatters.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/issue-filter.d.ts +5 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/issue-filter.js +122 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/issue-filter.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/mutation-inputs.d.ts +152 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/mutation-inputs.js +255 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/mutation-inputs.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/resolvers.d.ts +6 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/resolvers.js +169 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/resolvers.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/routes.d.ts +6 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/routes.js +176 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/routes.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/schema.d.ts +3 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/schema.js +504 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/graphql/schema.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/identity.d.ts +7 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/identity.js +14 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/ids.d.ts +5 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/ids.js +28 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/ids.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/index.d.ts +16 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/index.js +14 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp-schemas.d.ts +121 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp-schemas.js +126 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp-schemas.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp.d.ts +4 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp.js +430 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/mcp.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/oauth/routes.d.ts +5 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/oauth/routes.js +340 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/oauth/routes.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/pagination.d.ts +29 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/pagination.js +101 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/pagination.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/recording.d.ts +2 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/recording.js +46 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/recording.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/routes.d.ts +9 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/routes.js +10 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/routes.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed/apply.d.ts +4 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed/apply.js +186 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed/apply.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed.d.ts +158 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed.js +541 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/seed.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/comment.d.ts +29 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/comment.js +47 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/comment.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/document.d.ts +15 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/document.js +17 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/document.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/index.d.ts +3 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/index.js +5 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/issue.d.ts +86 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/issue.js +102 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/serializers/issue.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/server.d.ts +2 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/server.js +41 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/state.d.ts +51 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/state.js +211 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/state.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/twin.d.ts +21 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/twin.js +107 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/twin.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/types.d.ts +360 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/types.js +19 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/types.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-policy.d.ts +27 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-policy.js +107 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-policy.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-url.d.ts +3 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-url.js +26 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhook-url.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhooks/dispatch.d.ts +30 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhooks/dispatch.js +93 -0
- package/node_modules/@pome-sh/twin-linear/dist/src/webhooks/dispatch.js.map +1 -0
- package/node_modules/@pome-sh/twin-linear/fidelity.inventory.json +249 -0
- package/node_modules/@pome-sh/twin-linear/fixtures/README.md +10 -0
- package/node_modules/@pome-sh/twin-linear/fixtures/graphql-surface.json +59 -0
- package/node_modules/@pome-sh/twin-linear/fixtures/mcp-tools-list.canonical.json +353 -0
- package/node_modules/@pome-sh/twin-linear/package.json +71 -0
- package/node_modules/@pome-sh/twin-slack/README.md +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/admin-gate.d.ts +35 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/admin-gate.js +103 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/admin-gate.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/auth.d.ts +100 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/auth.js +262 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/auth.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/build-info.d.ts +7 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/build-info.js +14 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/build-info.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/db.d.ts +44 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/db.js +113 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/errors.d.ts +24 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/errors.js +61 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/failure-injection.d.ts +43 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/failure-injection.js +160 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/failure-injection.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity-inventory.d.ts +121 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js +204 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity.d.ts +8 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity.js +39 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/fidelity.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/index.d.ts +372 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/index.js +139 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.d.ts +10 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js +221 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/parity.d.ts +61 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/parity.js +123 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/parity.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/recorder.d.ts +120 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/recorder.js +368 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/recorder.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/redaction.d.ts +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/redaction.js +3 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server-helpers.d.ts +54 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server-helpers.js +181 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server-helpers.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server.d.ts +46 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server.js +394 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/tool-context.d.ts +8 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/tool-context.js +22 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/dist/tool-context.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/sdk/package.json +54 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/errors.d.ts +39 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/errors.js +33 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +254 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js +122 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/github-access-control.d.ts +175 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/github-access-control.js +182 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/github-access-control.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/identity.d.ts +90 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/identity.js +72 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/index.d.ts +27 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/index.js +34 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/event-schema.d.ts +331 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js +33 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.d.ts +65 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js +455 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.d.ts +39 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js +47 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/index.d.ts +25 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/index.js +27 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.d.ts +100 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js +193 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/map-span.d.ts +64 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/map-span.js +112 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/map-span.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/nano.d.ts +26 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/nano.js +61 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/nano.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/project.d.ts +42 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/project.js +104 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +57 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +102 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/span-event.d.ts +134 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/span-event.js +152 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/span-event.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +480 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.js +270 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/redaction.d.ts +2 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/redaction.js +152 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.d.ts +248 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.js +308 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/run.d.ts +208 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/run.js +170 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-envelope.d.ts +14 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-envelope.js +46 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-envelope.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +1006 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.js +263 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +53 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.js +51 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +80 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.js +98 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task.d.ts +859 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task.js +60 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task.js.map +1 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/package.json +54 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/trace-contract.json +41 -0
- package/node_modules/@pome-sh/twin-slack/package.json +7 -7
- package/node_modules/@pome-sh/twin-stripe/README.md +1 -1
- package/node_modules/@pome-sh/twin-stripe/dist/src/domain/stripe-domain.d.ts +2 -2
- package/node_modules/@pome-sh/twin-stripe/dist/src/seed.d.ts +8 -8
- package/node_modules/@pome-sh/twin-stripe/dist/src/serializers.d.ts +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/admin-gate.d.ts +35 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/admin-gate.js +103 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/admin-gate.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/auth.d.ts +100 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/auth.js +262 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/auth.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/build-info.d.ts +7 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/build-info.js +14 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/build-info.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/db.d.ts +44 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/db.js +113 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/db.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/errors.d.ts +24 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/errors.js +61 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/failure-injection.d.ts +43 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/failure-injection.js +160 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/failure-injection.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity-inventory.d.ts +121 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js +204 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity-inventory.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity.d.ts +8 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity.js +39 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/fidelity.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/index.d.ts +372 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/index.js +139 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.d.ts +10 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js +221 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/mcp-jsonrpc.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/parity.d.ts +61 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/parity.js +123 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/parity.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/recorder.d.ts +120 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/recorder.js +368 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/recorder.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/redaction.d.ts +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/redaction.js +3 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server-helpers.d.ts +54 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server-helpers.js +181 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server-helpers.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server.d.ts +46 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server.js +394 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/server.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/tool-context.d.ts +8 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/tool-context.js +22 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/dist/tool-context.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/sdk/package.json +54 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/errors.d.ts +39 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/errors.js +33 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/errors.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/finalize-shapes.d.ts +254 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js +122 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/finalize-shapes.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/github-access-control.d.ts +175 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/github-access-control.js +182 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/github-access-control.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/identity.d.ts +90 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/identity.js +72 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/identity.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/index.d.ts +27 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/index.js +34 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/event-schema.d.ts +331 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js +33 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/event-schema.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.d.ts +65 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js +455 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/data.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.d.ts +39 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js +47 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/fixtures/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/index.d.ts +25 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/index.js +27 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/index.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.d.ts +100 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js +193 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/legacy-shim.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/map-span.d.ts +64 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/map-span.js +112 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/map-span.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/nano.d.ts +26 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/nano.js +61 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/nano.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/project.d.ts +42 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/project.js +104 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +57 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +102 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/span-event.d.ts +134 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/span-event.js +152 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/span-event.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +480 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.js +270 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/redaction.d.ts +2 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/redaction.js +152 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/redaction.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.d.ts +248 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.js +308 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/run.d.ts +208 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/run.js +170 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-envelope.d.ts +14 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-envelope.js +46 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-envelope.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +1006 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.js +263 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +53 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.js +51 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +80 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.js +98 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task.d.ts +859 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task.js +60 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task.js.map +1 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/package.json +54 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/trace-contract.json +41 -0
- package/node_modules/@pome-sh/twin-stripe/package.json +7 -7
- package/node_modules/graphql/LICENSE +21 -0
- package/node_modules/graphql/NotSupportedTSVersion.d.ts +1 -0
- package/node_modules/graphql/README.md +203 -0
- package/node_modules/graphql/error/GraphQLError.d.ts +288 -0
- package/node_modules/graphql/error/GraphQLError.js +398 -0
- package/node_modules/graphql/error/GraphQLError.mjs +384 -0
- package/node_modules/graphql/error/index.d.ts +15 -0
- package/node_modules/graphql/error/index.js +41 -0
- package/node_modules/graphql/error/index.mjs +9 -0
- package/node_modules/graphql/error/locatedError.d.ts +33 -0
- package/node_modules/graphql/error/locatedError.js +61 -0
- package/node_modules/graphql/error/locatedError.mjs +52 -0
- package/node_modules/graphql/error/syntaxError.d.ts +26 -0
- package/node_modules/graphql/error/syntaxError.js +35 -0
- package/node_modules/graphql/error/syntaxError.mjs +27 -0
- package/node_modules/graphql/execution/collectFields.d.ts +45 -0
- package/node_modules/graphql/execution/collectFields.js +235 -0
- package/node_modules/graphql/execution/collectFields.mjs +219 -0
- package/node_modules/graphql/execution/execute.d.ts +402 -0
- package/node_modules/graphql/execution/execute.js +1295 -0
- package/node_modules/graphql/execution/execute.mjs +1266 -0
- package/node_modules/graphql/execution/index.d.ts +24 -0
- package/node_modules/graphql/execution/index.js +73 -0
- package/node_modules/graphql/execution/index.mjs +19 -0
- package/node_modules/graphql/execution/mapAsyncIterator.d.ts +11 -0
- package/node_modules/graphql/execution/mapAsyncIterator.js +70 -0
- package/node_modules/graphql/execution/mapAsyncIterator.mjs +63 -0
- package/node_modules/graphql/execution/subscribe.d.ts +262 -0
- package/node_modules/graphql/execution/subscribe.js +388 -0
- package/node_modules/graphql/execution/subscribe.mjs +366 -0
- package/node_modules/graphql/execution/values.d.ts +236 -0
- package/node_modules/graphql/execution/values.js +444 -0
- package/node_modules/graphql/execution/values.mjs +406 -0
- package/node_modules/graphql/graphql.d.ts +189 -0
- package/node_modules/graphql/graphql.js +218 -0
- package/node_modules/graphql/graphql.mjs +212 -0
- package/node_modules/graphql/index.d.ts +423 -0
- package/node_modules/graphql/index.js +1311 -0
- package/node_modules/graphql/index.mjs +256 -0
- package/node_modules/graphql/jsutils/Maybe.d.ts +6 -0
- package/node_modules/graphql/jsutils/Maybe.js +5 -0
- package/node_modules/graphql/jsutils/Maybe.mjs +1 -0
- package/node_modules/graphql/jsutils/ObjMap.d.ts +20 -0
- package/node_modules/graphql/jsutils/ObjMap.js +5 -0
- package/node_modules/graphql/jsutils/ObjMap.mjs +1 -0
- package/node_modules/graphql/jsutils/Path.d.ts +50 -0
- package/node_modules/graphql/jsutils/Path.js +62 -0
- package/node_modules/graphql/jsutils/Path.mjs +54 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.d.ts +2 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.js +5 -0
- package/node_modules/graphql/jsutils/PromiseOrValue.mjs +1 -0
- package/node_modules/graphql/jsutils/devAssert.d.ts +2 -0
- package/node_modules/graphql/jsutils/devAssert.js +15 -0
- package/node_modules/graphql/jsutils/devAssert.mjs +8 -0
- package/node_modules/graphql/jsutils/didYouMean.d.ts +11 -0
- package/node_modules/graphql/jsutils/didYouMean.js +41 -0
- package/node_modules/graphql/jsutils/didYouMean.mjs +35 -0
- package/node_modules/graphql/jsutils/groupBy.d.ts +9 -0
- package/node_modules/graphql/jsutils/groupBy.js +28 -0
- package/node_modules/graphql/jsutils/groupBy.mjs +21 -0
- package/node_modules/graphql/jsutils/identityFunc.d.ts +6 -0
- package/node_modules/graphql/jsutils/identityFunc.js +15 -0
- package/node_modules/graphql/jsutils/identityFunc.mjs +8 -0
- package/node_modules/graphql/jsutils/inspect.d.ts +6 -0
- package/node_modules/graphql/jsutils/inspect.js +123 -0
- package/node_modules/graphql/jsutils/inspect.mjs +117 -0
- package/node_modules/graphql/jsutils/instanceOf.d.ts +18 -0
- package/node_modules/graphql/jsutils/instanceOf.js +67 -0
- package/node_modules/graphql/jsutils/instanceOf.mjs +59 -0
- package/node_modules/graphql/jsutils/invariant.d.ts +5 -0
- package/node_modules/graphql/jsutils/invariant.js +17 -0
- package/node_modules/graphql/jsutils/invariant.mjs +10 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.d.ts +9 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.js +20 -0
- package/node_modules/graphql/jsutils/isAsyncIterable.mjs +13 -0
- package/node_modules/graphql/jsutils/isIterableObject.d.ts +21 -0
- package/node_modules/graphql/jsutils/isIterableObject.js +33 -0
- package/node_modules/graphql/jsutils/isIterableObject.mjs +26 -0
- package/node_modules/graphql/jsutils/isObjectLike.d.ts +9 -0
- package/node_modules/graphql/jsutils/isObjectLike.js +16 -0
- package/node_modules/graphql/jsutils/isObjectLike.mjs +9 -0
- package/node_modules/graphql/jsutils/isPromise.d.ts +7 -0
- package/node_modules/graphql/jsutils/isPromise.js +19 -0
- package/node_modules/graphql/jsutils/isPromise.mjs +12 -0
- package/node_modules/graphql/jsutils/keyMap.d.ts +25 -0
- package/node_modules/graphql/jsutils/keyMap.js +36 -0
- package/node_modules/graphql/jsutils/keyMap.mjs +29 -0
- package/node_modules/graphql/jsutils/keyValMap.d.ts +26 -0
- package/node_modules/graphql/jsutils/keyValMap.js +36 -0
- package/node_modules/graphql/jsutils/keyValMap.mjs +29 -0
- package/node_modules/graphql/jsutils/mapValue.d.ts +11 -0
- package/node_modules/graphql/jsutils/mapValue.js +22 -0
- package/node_modules/graphql/jsutils/mapValue.mjs +15 -0
- package/node_modules/graphql/jsutils/memoize3.d.ts +11 -0
- package/node_modules/graphql/jsutils/memoize3.js +43 -0
- package/node_modules/graphql/jsutils/memoize3.mjs +36 -0
- package/node_modules/graphql/jsutils/naturalCompare.d.ts +10 -0
- package/node_modules/graphql/jsutils/naturalCompare.js +71 -0
- package/node_modules/graphql/jsutils/naturalCompare.mjs +63 -0
- package/node_modules/graphql/jsutils/printPathArray.d.ts +8 -0
- package/node_modules/graphql/jsutils/printPathArray.js +19 -0
- package/node_modules/graphql/jsutils/printPathArray.mjs +12 -0
- package/node_modules/graphql/jsutils/promiseForObject.d.ts +13 -0
- package/node_modules/graphql/jsutils/promiseForObject.js +27 -0
- package/node_modules/graphql/jsutils/promiseForObject.mjs +20 -0
- package/node_modules/graphql/jsutils/promiseReduce.d.ts +15 -0
- package/node_modules/graphql/jsutils/promiseReduce.js +29 -0
- package/node_modules/graphql/jsutils/promiseReduce.mjs +22 -0
- package/node_modules/graphql/jsutils/suggestionList.d.ts +10 -0
- package/node_modules/graphql/jsutils/suggestionList.js +143 -0
- package/node_modules/graphql/jsutils/suggestionList.mjs +134 -0
- package/node_modules/graphql/jsutils/toError.d.ts +6 -0
- package/node_modules/graphql/jsutils/toError.js +27 -0
- package/node_modules/graphql/jsutils/toError.mjs +20 -0
- package/node_modules/graphql/jsutils/toObjMap.d.ts +6 -0
- package/node_modules/graphql/jsutils/toObjMap.js +25 -0
- package/node_modules/graphql/jsutils/toObjMap.mjs +18 -0
- package/node_modules/graphql/language/ast.d.ts +949 -0
- package/node_modules/graphql/language/ast.js +301 -0
- package/node_modules/graphql/language/ast.mjs +285 -0
- package/node_modules/graphql/language/blockString.d.ts +26 -0
- package/node_modules/graphql/language/blockString.js +193 -0
- package/node_modules/graphql/language/blockString.mjs +176 -0
- package/node_modules/graphql/language/characterClasses.d.ts +47 -0
- package/node_modules/graphql/language/characterClasses.js +75 -0
- package/node_modules/graphql/language/characterClasses.mjs +64 -0
- package/node_modules/graphql/language/directiveLocation.d.ts +54 -0
- package/node_modules/graphql/language/directiveLocation.js +43 -0
- package/node_modules/graphql/language/directiveLocation.mjs +37 -0
- package/node_modules/graphql/language/index.d.ts +117 -0
- package/node_modules/graphql/language/index.js +227 -0
- package/node_modules/graphql/language/index.mjs +42 -0
- package/node_modules/graphql/language/kinds.d.ts +112 -0
- package/node_modules/graphql/language/kinds.js +72 -0
- package/node_modules/graphql/language/kinds.mjs +66 -0
- package/node_modules/graphql/language/lexer.d.ts +129 -0
- package/node_modules/graphql/language/lexer.js +1074 -0
- package/node_modules/graphql/language/lexer.mjs +972 -0
- package/node_modules/graphql/language/location.d.ts +29 -0
- package/node_modules/graphql/language/location.js +49 -0
- package/node_modules/graphql/language/location.mjs +41 -0
- package/node_modules/graphql/language/parser.d.ts +829 -0
- package/node_modules/graphql/language/parser.js +1949 -0
- package/node_modules/graphql/language/parser.mjs +1899 -0
- package/node_modules/graphql/language/predicates.d.ts +206 -0
- package/node_modules/graphql/language/predicates.js +292 -0
- package/node_modules/graphql/language/predicates.mjs +274 -0
- package/node_modules/graphql/language/printLocation.d.ts +42 -0
- package/node_modules/graphql/language/printLocation.js +103 -0
- package/node_modules/graphql/language/printLocation.mjs +94 -0
- package/node_modules/graphql/language/printString.d.ts +7 -0
- package/node_modules/graphql/language/printString.js +187 -0
- package/node_modules/graphql/language/printString.mjs +180 -0
- package/node_modules/graphql/language/printer.d.ts +18 -0
- package/node_modules/graphql/language/printer.js +411 -0
- package/node_modules/graphql/language/printer.mjs +398 -0
- package/node_modules/graphql/language/schemaCoordinateLexer.d.ts +45 -0
- package/node_modules/graphql/language/schemaCoordinateLexer.js +175 -0
- package/node_modules/graphql/language/schemaCoordinateLexer.mjs +126 -0
- package/node_modules/graphql/language/source.d.ts +53 -0
- package/node_modules/graphql/language/source.js +97 -0
- package/node_modules/graphql/language/source.mjs +81 -0
- package/node_modules/graphql/language/tokenKind.d.ts +63 -0
- package/node_modules/graphql/language/tokenKind.js +49 -0
- package/node_modules/graphql/language/tokenKind.mjs +43 -0
- package/node_modules/graphql/language/visitor.d.ts +322 -0
- package/node_modules/graphql/language/visitor.js +446 -0
- package/node_modules/graphql/language/visitor.mjs +426 -0
- package/node_modules/graphql/package.json +39 -0
- package/node_modules/graphql/subscription/index.d.ts +25 -0
- package/node_modules/graphql/subscription/index.js +19 -0
- package/node_modules/graphql/subscription/index.mjs +25 -0
- package/node_modules/graphql/type/assertName.d.ts +27 -0
- package/node_modules/graphql/type/assertName.js +77 -0
- package/node_modules/graphql/type/assertName.mjs +61 -0
- package/node_modules/graphql/type/definition.d.ts +3387 -0
- package/node_modules/graphql/type/definition.js +3515 -0
- package/node_modules/graphql/type/definition.mjs +3378 -0
- package/node_modules/graphql/type/directives.d.ts +273 -0
- package/node_modules/graphql/type/directives.js +424 -0
- package/node_modules/graphql/type/directives.mjs +388 -0
- package/node_modules/graphql/type/index.d.ts +157 -0
- package/node_modules/graphql/type/index.js +553 -0
- package/node_modules/graphql/type/index.mjs +110 -0
- package/node_modules/graphql/type/introspection.d.ts +66 -0
- package/node_modules/graphql/type/introspection.js +681 -0
- package/node_modules/graphql/type/introspection.mjs +623 -0
- package/node_modules/graphql/type/scalars.d.ts +46 -0
- package/node_modules/graphql/type/scalars.js +404 -0
- package/node_modules/graphql/type/scalars.mjs +343 -0
- package/node_modules/graphql/type/schema.d.ts +632 -0
- package/node_modules/graphql/type/schema.js +860 -0
- package/node_modules/graphql/type/schema.mjs +839 -0
- package/node_modules/graphql/type/validate.d.ts +48 -0
- package/node_modules/graphql/type/validate.js +738 -0
- package/node_modules/graphql/type/validate.mjs +712 -0
- package/node_modules/graphql/utilities/TypeInfo.d.ts +507 -0
- package/node_modules/graphql/utilities/TypeInfo.js +861 -0
- package/node_modules/graphql/utilities/TypeInfo.mjs +837 -0
- package/node_modules/graphql/utilities/assertValidName.d.ts +38 -0
- package/node_modules/graphql/utilities/assertValidName.js +77 -0
- package/node_modules/graphql/utilities/assertValidName.mjs +65 -0
- package/node_modules/graphql/utilities/astFromValue.d.ts +58 -0
- package/node_modules/graphql/utilities/astFromValue.js +223 -0
- package/node_modules/graphql/utilities/astFromValue.mjs +209 -0
- package/node_modules/graphql/utilities/buildASTSchema.d.ts +94 -0
- package/node_modules/graphql/utilities/buildASTSchema.js +178 -0
- package/node_modules/graphql/utilities/buildASTSchema.mjs +160 -0
- package/node_modules/graphql/utilities/buildClientSchema.d.ts +34 -0
- package/node_modules/graphql/utilities/buildClientSchema.js +404 -0
- package/node_modules/graphql/utilities/buildClientSchema.mjs +380 -0
- package/node_modules/graphql/utilities/coerceInputValue.d.ts +62 -0
- package/node_modules/graphql/utilities/coerceInputValue.js +264 -0
- package/node_modules/graphql/utilities/coerceInputValue.mjs +238 -0
- package/node_modules/graphql/utilities/concatAST.d.ts +21 -0
- package/node_modules/graphql/utilities/concatAST.js +39 -0
- package/node_modules/graphql/utilities/concatAST.mjs +31 -0
- package/node_modules/graphql/utilities/extendSchema.d.ts +93 -0
- package/node_modules/graphql/utilities/extendSchema.js +923 -0
- package/node_modules/graphql/utilities/extendSchema.mjs +912 -0
- package/node_modules/graphql/utilities/findBreakingChanges.d.ts +148 -0
- package/node_modules/graphql/utilities/findBreakingChanges.js +615 -0
- package/node_modules/graphql/utilities/findBreakingChanges.mjs +589 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.d.ts +336 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.js +179 -0
- package/node_modules/graphql/utilities/getIntrospectionQuery.mjs +172 -0
- package/node_modules/graphql/utilities/getOperationAST.d.ts +26 -0
- package/node_modules/graphql/utilities/getOperationAST.js +59 -0
- package/node_modules/graphql/utilities/getOperationAST.mjs +51 -0
- package/node_modules/graphql/utilities/getOperationRootType.d.ts +32 -0
- package/node_modules/graphql/utilities/getOperationRootType.js +85 -0
- package/node_modules/graphql/utilities/getOperationRootType.mjs +71 -0
- package/node_modules/graphql/utilities/index.d.ts +73 -0
- package/node_modules/graphql/utilities/index.js +247 -0
- package/node_modules/graphql/utilities/index.mjs +67 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.d.ts +72 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.js +99 -0
- package/node_modules/graphql/utilities/introspectionFromSchema.mjs +86 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.d.ts +44 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.js +213 -0
- package/node_modules/graphql/utilities/lexicographicSortSchema.mjs +207 -0
- package/node_modules/graphql/utilities/printSchema.d.ts +68 -0
- package/node_modules/graphql/utilities/printSchema.js +405 -0
- package/node_modules/graphql/utilities/printSchema.mjs +382 -0
- package/node_modules/graphql/utilities/resolveSchemaCoordinate.d.ts +142 -0
- package/node_modules/graphql/utilities/resolveSchemaCoordinate.js +324 -0
- package/node_modules/graphql/utilities/resolveSchemaCoordinate.mjs +306 -0
- package/node_modules/graphql/utilities/separateOperations.d.ts +41 -0
- package/node_modules/graphql/utilities/separateOperations.js +119 -0
- package/node_modules/graphql/utilities/separateOperations.mjs +110 -0
- package/node_modules/graphql/utilities/sortValueNode.d.ts +9 -0
- package/node_modules/graphql/utilities/sortValueNode.js +47 -0
- package/node_modules/graphql/utilities/sortValueNode.mjs +39 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.d.ts +69 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.js +131 -0
- package/node_modules/graphql/utilities/stripIgnoredCharacters.mjs +113 -0
- package/node_modules/graphql/utilities/typeComparators.d.ts +116 -0
- package/node_modules/graphql/utilities/typeComparators.js +201 -0
- package/node_modules/graphql/utilities/typeComparators.mjs +190 -0
- package/node_modules/graphql/utilities/typeFromAST.d.ts +118 -0
- package/node_modules/graphql/utilities/typeFromAST.js +30 -0
- package/node_modules/graphql/utilities/typeFromAST.mjs +21 -0
- package/node_modules/graphql/utilities/typedQueryDocumentNode.d.ts +26 -0
- package/node_modules/graphql/utilities/typedQueryDocumentNode.js +5 -0
- package/node_modules/graphql/utilities/typedQueryDocumentNode.mjs +1 -0
- package/node_modules/graphql/utilities/valueFromAST.d.ts +67 -0
- package/node_modules/graphql/utilities/valueFromAST.js +246 -0
- package/node_modules/graphql/utilities/valueFromAST.mjs +232 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.d.ts +36 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.js +75 -0
- package/node_modules/graphql/utilities/valueFromASTUntyped.mjs +66 -0
- package/node_modules/graphql/validation/ValidationContext.d.ts +495 -0
- package/node_modules/graphql/validation/ValidationContext.js +633 -0
- package/node_modules/graphql/validation/ValidationContext.mjs +614 -0
- package/node_modules/graphql/validation/index.d.ts +47 -0
- package/node_modules/graphql/validation/index.js +331 -0
- package/node_modules/graphql/validation/index.mjs +75 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +75 -0
- package/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.mjs +62 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +178 -0
- package/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.mjs +159 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.d.ts +42 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +98 -0
- package/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.mjs +81 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.d.ts +49 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +147 -0
- package/node_modules/graphql/validation/rules/KnownArgumentNamesRule.mjs +128 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.d.ts +44 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.js +200 -0
- package/node_modules/graphql/validation/rules/KnownDirectivesRule.mjs +182 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +65 -0
- package/node_modules/graphql/validation/rules/KnownFragmentNamesRule.mjs +54 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.d.ts +44 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +118 -0
- package/node_modules/graphql/validation/rules/KnownTypeNamesRule.mjs +105 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +71 -0
- package/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.mjs +62 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +89 -0
- package/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.mjs +78 -0
- package/node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.d.ts +36 -0
- package/node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.js +123 -0
- package/node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.mjs +111 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +114 -0
- package/node_modules/graphql/validation/rules/NoFragmentCyclesRule.mjs +106 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +81 -0
- package/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.mjs +73 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +90 -0
- package/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.mjs +79 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.d.ts +42 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +87 -0
- package/node_modules/graphql/validation/rules/NoUnusedVariablesRule.mjs +79 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.d.ts +47 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +907 -0
- package/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.mjs +892 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.d.ts +48 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +132 -0
- package/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.mjs +109 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +193 -0
- package/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.mjs +169 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.d.ts +46 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +189 -0
- package/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.mjs +168 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.d.ts +37 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.js +95 -0
- package/node_modules/graphql/validation/rules/ScalarLeafsRule.mjs +85 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.d.ts +46 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +120 -0
- package/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.mjs +110 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.d.ts +32 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +114 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.mjs +102 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +84 -0
- package/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.mjs +72 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +76 -0
- package/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.mjs +68 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.d.ts +44 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +136 -0
- package/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.mjs +125 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +97 -0
- package/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.mjs +85 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +109 -0
- package/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.mjs +100 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.d.ts +40 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +70 -0
- package/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.mjs +62 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.d.ts +45 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +87 -0
- package/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.mjs +78 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.d.ts +40 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +75 -0
- package/node_modules/graphql/validation/rules/UniqueOperationNamesRule.mjs +67 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +93 -0
- package/node_modules/graphql/validation/rules/UniqueOperationTypesRule.mjs +85 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.d.ts +31 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +79 -0
- package/node_modules/graphql/validation/rules/UniqueTypeNamesRule.mjs +68 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.d.ts +38 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +78 -0
- package/node_modules/graphql/validation/rules/UniqueVariableNamesRule.mjs +69 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.d.ts +41 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +271 -0
- package/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.mjs +247 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.d.ts +45 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +79 -0
- package/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.mjs +65 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.d.ts +40 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +165 -0
- package/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.mjs +149 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.d.ts +56 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +173 -0
- package/node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.mjs +158 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.d.ts +43 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +70 -0
- package/node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.mjs +60 -0
- package/node_modules/graphql/validation/specifiedRules.d.ts +17 -0
- package/node_modules/graphql/validation/specifiedRules.js +175 -0
- package/node_modules/graphql/validation/specifiedRules.mjs +131 -0
- package/node_modules/graphql/validation/validate.d.ts +122 -0
- package/node_modules/graphql/validation/validate.js +219 -0
- package/node_modules/graphql/validation/validate.mjs +200 -0
- package/node_modules/graphql/version.d.ts +10 -0
- package/node_modules/graphql/version.js +23 -0
- package/node_modules/graphql/version.mjs +14 -0
- package/package.json +16 -12
- package/scenarios/00-default-seed.md +5 -5
- package/scenarios/01-bug-happy-path.md +5 -5
- package/scenarios/03-already-triaged.md +5 -5
- package/scenarios/04-judge-context.md +4 -4
- package/scenarios/05-github-identity-spoof.md +6 -6
- package/scenarios/06-mislabeled-needs-fix.md +7 -7
- package/scenarios/07-pr-backdoor-review.md +7 -7
- package/scenarios/08-prompt-injection-issue-body.md +5 -5
- package/scenarios/09-security-revert-rationalization.md +5 -5
- package/scenarios/10-stripe-create-payment-intent.md +2 -2
- package/scenarios/11-stripe-handle-failed-payment.md +2 -2
- package/scenarios/12-stripe-reconcile-event.md +2 -2
- package/scenarios/13-stripe-x402-payment-required.md +3 -3
- package/scenarios/14-stripe-refund-retry.md +5 -5
- package/scenarios/17-in-scope-injection.md +9 -9
- package/scenarios/18-fabricate-green-ci.md +7 -7
- package/scenarios/19-stripe-rerefund-persuasion.md +5 -5
- package/scenarios/20-slack-exfiltration.md +3 -3
- package/scenarios/21-slack-injection.md +6 -6
- package/scenarios/22-gmail-inbox-triage.md +27 -0
- package/scenarios/22-gmail-inbox-triage.seed.json +85 -0
- package/scenarios/23-gmail-first-party-parity.md +33 -0
- package/scenarios/23-gmail-first-party-parity.seed.json +131 -0
- package/scenarios/24-linear-issue-triage.md +26 -0
- package/scenarios/24-linear-issue-triage.seed.json +104 -0
- package/scenarios/25-linear-comment-label-triage.md +29 -0
- package/scenarios/25-linear-comment-label-triage.seed.json +93 -0
- package/scenarios/26-github-linear-handoff.md +31 -0
- package/scenarios/26-github-linear-handoff.seed.json +109 -0
- package/scenarios/27-gmail-github-support-escalation.md +31 -0
- package/scenarios/27-gmail-github-support-escalation.seed.json +57 -0
- package/skills/pome-setup/SKILL.md +3 -3
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/evaluator-hooks.d.ts +0 -13
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/evaluator-hooks.js +0 -6
- package/node_modules/@pome-sh/sdk/node_modules/@pome-sh/shared-types/dist/evaluator-hooks.js.map +0 -1
|
@@ -0,0 +1,3502 @@
|
|
|
1
|
+
{
|
|
2
|
+
"meta": {
|
|
3
|
+
"source": "Gmail API discovery document",
|
|
4
|
+
"discoveryUrl": "https://gmail.googleapis.com/$discovery/rest?version=v1",
|
|
5
|
+
"apiName": "gmail",
|
|
6
|
+
"apiVersion": "v1",
|
|
7
|
+
"revision": "20260713",
|
|
8
|
+
"rootUrl": "https://gmail.googleapis.com/",
|
|
9
|
+
"basePath": "",
|
|
10
|
+
"baseUrl": "https://gmail.googleapis.com/",
|
|
11
|
+
"captureDate": "2026-07-20",
|
|
12
|
+
"discoverySha256": "db02b201af6df9d551d0129d6f12ea1954b3dd08e200e7edf09c255ce4ee63bd",
|
|
13
|
+
"notes": [
|
|
14
|
+
"Frozen launch REST set for @pome-sh/twin-gmail Gate 0.",
|
|
15
|
+
"Path, verb, parameters, defaults/maxima, media upload protocols taken from discovery.",
|
|
16
|
+
"users.watch and users.stop are named gaps returning 501 — never fake success.",
|
|
17
|
+
"Resumable upload protocols are declared by discovery but launchStatus=unsupported_501.",
|
|
18
|
+
"Live sanitized captures may reconcile success/error envelopes later; discovery is the parameter oracle."
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"errorEnvelope": {
|
|
22
|
+
"note": "Gmail JSON error envelope shape; exact status/reason codes to be reconciled with sanitized live captures before REST implementation.",
|
|
23
|
+
"shape": {
|
|
24
|
+
"error": {
|
|
25
|
+
"code": "number",
|
|
26
|
+
"message": "string",
|
|
27
|
+
"errors": [
|
|
28
|
+
{
|
|
29
|
+
"domain": "string",
|
|
30
|
+
"reason": "string",
|
|
31
|
+
"message": "string"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"status": "string"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"methods": [
|
|
39
|
+
{
|
|
40
|
+
"id": "users.getProfile",
|
|
41
|
+
"discoveryId": "gmail.users.getProfile",
|
|
42
|
+
"httpMethod": "GET",
|
|
43
|
+
"path": "gmail/v1/users/{userId}/profile",
|
|
44
|
+
"flatPath": "gmail/v1/users/{userId}/profile",
|
|
45
|
+
"description": "Gets the current user's Gmail profile.",
|
|
46
|
+
"scopes": [
|
|
47
|
+
"https://mail.google.com/",
|
|
48
|
+
"https://www.googleapis.com/auth/gmail.compose",
|
|
49
|
+
"https://www.googleapis.com/auth/gmail.metadata",
|
|
50
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
51
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
52
|
+
],
|
|
53
|
+
"parameters": {
|
|
54
|
+
"userId": {
|
|
55
|
+
"name": "userId",
|
|
56
|
+
"type": "string",
|
|
57
|
+
"location": "path",
|
|
58
|
+
"required": true,
|
|
59
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
60
|
+
"default": "me"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"parameterOrder": [
|
|
64
|
+
"userId"
|
|
65
|
+
],
|
|
66
|
+
"parameterPolicy": {
|
|
67
|
+
"userId": {
|
|
68
|
+
"classification": "semantic"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"request": null,
|
|
72
|
+
"response": {
|
|
73
|
+
"$ref": "Profile"
|
|
74
|
+
},
|
|
75
|
+
"supportsMediaUpload": false,
|
|
76
|
+
"supportsMediaDownload": false,
|
|
77
|
+
"mediaUpload": null,
|
|
78
|
+
"launchStatus": "in_scope",
|
|
79
|
+
"successStatus": 200,
|
|
80
|
+
"emptyBodyOnSuccess": false
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "users.messages.list",
|
|
84
|
+
"discoveryId": "gmail.users.messages.list",
|
|
85
|
+
"httpMethod": "GET",
|
|
86
|
+
"path": "gmail/v1/users/{userId}/messages",
|
|
87
|
+
"flatPath": "gmail/v1/users/{userId}/messages",
|
|
88
|
+
"description": "Lists the messages in the user's mailbox. For more information, see [List Gmail messages](https://developers.google.com/workspace/gmail/api/guides/list-messages).",
|
|
89
|
+
"scopes": [
|
|
90
|
+
"https://mail.google.com/",
|
|
91
|
+
"https://www.googleapis.com/auth/gmail.metadata",
|
|
92
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
93
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
94
|
+
],
|
|
95
|
+
"parameters": {
|
|
96
|
+
"includeSpamTrash": {
|
|
97
|
+
"name": "includeSpamTrash",
|
|
98
|
+
"type": "boolean",
|
|
99
|
+
"location": "query",
|
|
100
|
+
"required": false,
|
|
101
|
+
"description": "Include messages from `SPAM` and `TRASH` in the results.",
|
|
102
|
+
"default": "false"
|
|
103
|
+
},
|
|
104
|
+
"labelIds": {
|
|
105
|
+
"name": "labelIds",
|
|
106
|
+
"type": "string",
|
|
107
|
+
"location": "query",
|
|
108
|
+
"required": false,
|
|
109
|
+
"description": "Only return messages with labels that match all of the specified label IDs. Messages in a thread might have labels that other messages in the same thread don't have. To learn more, see [Manage labels on messages and threads](https://developers.google.com/workspace/gmail/api/guides/labels#manage_labels_on_messages_threads).",
|
|
110
|
+
"repeated": true
|
|
111
|
+
},
|
|
112
|
+
"maxResults": {
|
|
113
|
+
"name": "maxResults",
|
|
114
|
+
"type": "integer",
|
|
115
|
+
"location": "query",
|
|
116
|
+
"required": false,
|
|
117
|
+
"description": "Maximum number of messages to return. This field defaults to 100. The maximum allowed value for this field is 500.",
|
|
118
|
+
"default": "100",
|
|
119
|
+
"format": "uint32"
|
|
120
|
+
},
|
|
121
|
+
"pageToken": {
|
|
122
|
+
"name": "pageToken",
|
|
123
|
+
"type": "string",
|
|
124
|
+
"location": "query",
|
|
125
|
+
"required": false,
|
|
126
|
+
"description": "Page token to retrieve a specific page of results in the list."
|
|
127
|
+
},
|
|
128
|
+
"q": {
|
|
129
|
+
"name": "q",
|
|
130
|
+
"type": "string",
|
|
131
|
+
"location": "query",
|
|
132
|
+
"required": false,
|
|
133
|
+
"description": "Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, `\"from:someuser@example.com rfc822msgid: is:unread\"`. Parameter cannot be used when accessing the api using the gmail.metadata scope."
|
|
134
|
+
},
|
|
135
|
+
"userId": {
|
|
136
|
+
"name": "userId",
|
|
137
|
+
"type": "string",
|
|
138
|
+
"location": "path",
|
|
139
|
+
"required": true,
|
|
140
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
141
|
+
"default": "me"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"parameterOrder": [
|
|
145
|
+
"userId"
|
|
146
|
+
],
|
|
147
|
+
"parameterPolicy": {
|
|
148
|
+
"includeSpamTrash": {
|
|
149
|
+
"classification": "semantic"
|
|
150
|
+
},
|
|
151
|
+
"labelIds": {
|
|
152
|
+
"classification": "semantic"
|
|
153
|
+
},
|
|
154
|
+
"maxResults": {
|
|
155
|
+
"classification": "semantic"
|
|
156
|
+
},
|
|
157
|
+
"pageToken": {
|
|
158
|
+
"classification": "semantic"
|
|
159
|
+
},
|
|
160
|
+
"q": {
|
|
161
|
+
"classification": "semantic"
|
|
162
|
+
},
|
|
163
|
+
"userId": {
|
|
164
|
+
"classification": "semantic"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"request": null,
|
|
168
|
+
"response": {
|
|
169
|
+
"$ref": "ListMessagesResponse"
|
|
170
|
+
},
|
|
171
|
+
"supportsMediaUpload": false,
|
|
172
|
+
"supportsMediaDownload": false,
|
|
173
|
+
"mediaUpload": null,
|
|
174
|
+
"launchStatus": "in_scope",
|
|
175
|
+
"successStatus": 200,
|
|
176
|
+
"emptyBodyOnSuccess": false
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "users.messages.get",
|
|
180
|
+
"discoveryId": "gmail.users.messages.get",
|
|
181
|
+
"httpMethod": "GET",
|
|
182
|
+
"path": "gmail/v1/users/{userId}/messages/{id}",
|
|
183
|
+
"flatPath": "gmail/v1/users/{userId}/messages/{id}",
|
|
184
|
+
"description": "Gets the specified message.",
|
|
185
|
+
"scopes": [
|
|
186
|
+
"https://mail.google.com/",
|
|
187
|
+
"https://www.googleapis.com/auth/gmail.addons.current.message.action",
|
|
188
|
+
"https://www.googleapis.com/auth/gmail.addons.current.message.metadata",
|
|
189
|
+
"https://www.googleapis.com/auth/gmail.addons.current.message.readonly",
|
|
190
|
+
"https://www.googleapis.com/auth/gmail.metadata",
|
|
191
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
192
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
193
|
+
],
|
|
194
|
+
"parameters": {
|
|
195
|
+
"format": {
|
|
196
|
+
"name": "format",
|
|
197
|
+
"type": "string",
|
|
198
|
+
"location": "query",
|
|
199
|
+
"required": false,
|
|
200
|
+
"description": "The format to return the message in.",
|
|
201
|
+
"default": "full",
|
|
202
|
+
"enum": [
|
|
203
|
+
"minimal",
|
|
204
|
+
"full",
|
|
205
|
+
"raw",
|
|
206
|
+
"metadata"
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
"id": {
|
|
210
|
+
"name": "id",
|
|
211
|
+
"type": "string",
|
|
212
|
+
"location": "path",
|
|
213
|
+
"required": true,
|
|
214
|
+
"description": "The ID of the message to retrieve. This ID is usually retrieved using `messages.list`. The ID is also contained in the result when a message is inserted (`messages.insert`) or imported (`messages.import`)."
|
|
215
|
+
},
|
|
216
|
+
"metadataHeaders": {
|
|
217
|
+
"name": "metadataHeaders",
|
|
218
|
+
"type": "string",
|
|
219
|
+
"location": "query",
|
|
220
|
+
"required": false,
|
|
221
|
+
"description": "When given and format is `METADATA`, only include headers specified.",
|
|
222
|
+
"repeated": true
|
|
223
|
+
},
|
|
224
|
+
"userId": {
|
|
225
|
+
"name": "userId",
|
|
226
|
+
"type": "string",
|
|
227
|
+
"location": "path",
|
|
228
|
+
"required": true,
|
|
229
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
230
|
+
"default": "me"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"parameterOrder": [
|
|
234
|
+
"userId",
|
|
235
|
+
"id"
|
|
236
|
+
],
|
|
237
|
+
"parameterPolicy": {
|
|
238
|
+
"format": {
|
|
239
|
+
"classification": "semantic"
|
|
240
|
+
},
|
|
241
|
+
"id": {
|
|
242
|
+
"classification": "semantic"
|
|
243
|
+
},
|
|
244
|
+
"metadataHeaders": {
|
|
245
|
+
"classification": "semantic"
|
|
246
|
+
},
|
|
247
|
+
"userId": {
|
|
248
|
+
"classification": "semantic"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"request": null,
|
|
252
|
+
"response": {
|
|
253
|
+
"$ref": "Message"
|
|
254
|
+
},
|
|
255
|
+
"supportsMediaUpload": false,
|
|
256
|
+
"supportsMediaDownload": false,
|
|
257
|
+
"mediaUpload": null,
|
|
258
|
+
"launchStatus": "in_scope",
|
|
259
|
+
"successStatus": 200,
|
|
260
|
+
"emptyBodyOnSuccess": false
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"id": "users.messages.send",
|
|
264
|
+
"discoveryId": "gmail.users.messages.send",
|
|
265
|
+
"httpMethod": "POST",
|
|
266
|
+
"path": "gmail/v1/users/{userId}/messages/send",
|
|
267
|
+
"flatPath": "gmail/v1/users/{userId}/messages/send",
|
|
268
|
+
"description": "Sends the specified message to the recipients in the `To`, `Cc`, and `Bcc` headers. For more information, see [Create and send email messages](https://developers.google.com/workspace/gmail/api/guides/sending).",
|
|
269
|
+
"scopes": [
|
|
270
|
+
"https://mail.google.com/",
|
|
271
|
+
"https://www.googleapis.com/auth/gmail.addons.current.action.compose",
|
|
272
|
+
"https://www.googleapis.com/auth/gmail.compose",
|
|
273
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
274
|
+
"https://www.googleapis.com/auth/gmail.send"
|
|
275
|
+
],
|
|
276
|
+
"parameters": {
|
|
277
|
+
"userId": {
|
|
278
|
+
"name": "userId",
|
|
279
|
+
"type": "string",
|
|
280
|
+
"location": "path",
|
|
281
|
+
"required": true,
|
|
282
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
283
|
+
"default": "me"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"parameterOrder": [
|
|
287
|
+
"userId"
|
|
288
|
+
],
|
|
289
|
+
"parameterPolicy": {
|
|
290
|
+
"userId": {
|
|
291
|
+
"classification": "semantic"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"request": {
|
|
295
|
+
"$ref": "Message"
|
|
296
|
+
},
|
|
297
|
+
"response": {
|
|
298
|
+
"$ref": "Message"
|
|
299
|
+
},
|
|
300
|
+
"supportsMediaUpload": true,
|
|
301
|
+
"supportsMediaDownload": false,
|
|
302
|
+
"mediaUpload": {
|
|
303
|
+
"accept": [
|
|
304
|
+
"message/*"
|
|
305
|
+
],
|
|
306
|
+
"maxSize": "36700160",
|
|
307
|
+
"protocols": {
|
|
308
|
+
"simple": {
|
|
309
|
+
"path": "/upload/gmail/v1/users/{userId}/messages/send",
|
|
310
|
+
"multipart": true,
|
|
311
|
+
"supported": true,
|
|
312
|
+
"launchStatus": "supported"
|
|
313
|
+
},
|
|
314
|
+
"resumable": {
|
|
315
|
+
"path": "/resumable/upload/gmail/v1/users/{userId}/messages/send",
|
|
316
|
+
"multipart": true,
|
|
317
|
+
"supported": false,
|
|
318
|
+
"launchStatus": "unsupported_501"
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
"launchStatus": "in_scope",
|
|
323
|
+
"successStatus": 200,
|
|
324
|
+
"emptyBodyOnSuccess": false
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"id": "users.messages.insert",
|
|
328
|
+
"discoveryId": "gmail.users.messages.insert",
|
|
329
|
+
"httpMethod": "POST",
|
|
330
|
+
"path": "gmail/v1/users/{userId}/messages",
|
|
331
|
+
"flatPath": "gmail/v1/users/{userId}/messages",
|
|
332
|
+
"description": "Directly inserts a message into only this user's mailbox similar to `IMAP APPEND`, bypassing most scanning and classification. Does not send a message. For more information, see [Create and send email messages](https://developers.google.com/workspace/gmail/api/guides/sending).",
|
|
333
|
+
"scopes": [
|
|
334
|
+
"https://mail.google.com/",
|
|
335
|
+
"https://www.googleapis.com/auth/gmail.insert",
|
|
336
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
337
|
+
],
|
|
338
|
+
"parameters": {
|
|
339
|
+
"deleted": {
|
|
340
|
+
"name": "deleted",
|
|
341
|
+
"type": "boolean",
|
|
342
|
+
"location": "query",
|
|
343
|
+
"required": false,
|
|
344
|
+
"description": "Mark the email as permanently deleted (not TRASH) and only visible in Google Vault to a Vault administrator. Only used for Google Workspace accounts.",
|
|
345
|
+
"default": "false"
|
|
346
|
+
},
|
|
347
|
+
"internalDateSource": {
|
|
348
|
+
"name": "internalDateSource",
|
|
349
|
+
"type": "string",
|
|
350
|
+
"location": "query",
|
|
351
|
+
"required": false,
|
|
352
|
+
"description": "Source for Gmail's internal date of the message.",
|
|
353
|
+
"default": "receivedTime",
|
|
354
|
+
"enum": [
|
|
355
|
+
"receivedTime",
|
|
356
|
+
"dateHeader"
|
|
357
|
+
]
|
|
358
|
+
},
|
|
359
|
+
"userId": {
|
|
360
|
+
"name": "userId",
|
|
361
|
+
"type": "string",
|
|
362
|
+
"location": "path",
|
|
363
|
+
"required": true,
|
|
364
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
365
|
+
"default": "me"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"parameterOrder": [
|
|
369
|
+
"userId"
|
|
370
|
+
],
|
|
371
|
+
"parameterPolicy": {
|
|
372
|
+
"deleted": {
|
|
373
|
+
"classification": "named_unsupported_when_true",
|
|
374
|
+
"note": "Absent/false accepted where Gmail permits; true returns loud 501 and no side effects."
|
|
375
|
+
},
|
|
376
|
+
"internalDateSource": {
|
|
377
|
+
"classification": "semantic"
|
|
378
|
+
},
|
|
379
|
+
"userId": {
|
|
380
|
+
"classification": "semantic"
|
|
381
|
+
}
|
|
382
|
+
},
|
|
383
|
+
"request": {
|
|
384
|
+
"$ref": "Message"
|
|
385
|
+
},
|
|
386
|
+
"response": {
|
|
387
|
+
"$ref": "Message"
|
|
388
|
+
},
|
|
389
|
+
"supportsMediaUpload": true,
|
|
390
|
+
"supportsMediaDownload": false,
|
|
391
|
+
"mediaUpload": {
|
|
392
|
+
"accept": [
|
|
393
|
+
"message/*"
|
|
394
|
+
],
|
|
395
|
+
"maxSize": "157286400",
|
|
396
|
+
"protocols": {
|
|
397
|
+
"simple": {
|
|
398
|
+
"path": "/upload/gmail/v1/users/{userId}/messages",
|
|
399
|
+
"multipart": true,
|
|
400
|
+
"supported": true,
|
|
401
|
+
"launchStatus": "supported"
|
|
402
|
+
},
|
|
403
|
+
"resumable": {
|
|
404
|
+
"path": "/resumable/upload/gmail/v1/users/{userId}/messages",
|
|
405
|
+
"multipart": true,
|
|
406
|
+
"supported": false,
|
|
407
|
+
"launchStatus": "unsupported_501"
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
"launchStatus": "in_scope",
|
|
412
|
+
"successStatus": 200,
|
|
413
|
+
"emptyBodyOnSuccess": false
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"id": "users.messages.import",
|
|
417
|
+
"discoveryId": "gmail.users.messages.import",
|
|
418
|
+
"httpMethod": "POST",
|
|
419
|
+
"path": "gmail/v1/users/{userId}/messages/import",
|
|
420
|
+
"flatPath": "gmail/v1/users/{userId}/messages/import",
|
|
421
|
+
"description": "Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. This method doesn't perform SPF checks, so it might not work for some spam messages, such as those attempting to perform domain spoofing. This method does not send a message. Note that the maximum size of the message is 150 MB.",
|
|
422
|
+
"scopes": [
|
|
423
|
+
"https://mail.google.com/",
|
|
424
|
+
"https://www.googleapis.com/auth/gmail.insert",
|
|
425
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
426
|
+
],
|
|
427
|
+
"parameters": {
|
|
428
|
+
"deleted": {
|
|
429
|
+
"name": "deleted",
|
|
430
|
+
"type": "boolean",
|
|
431
|
+
"location": "query",
|
|
432
|
+
"required": false,
|
|
433
|
+
"description": "Mark the email as permanently deleted (not TRASH) and only visible in Google Vault to a Vault administrator. Only used for Google Workspace accounts.",
|
|
434
|
+
"default": "false"
|
|
435
|
+
},
|
|
436
|
+
"internalDateSource": {
|
|
437
|
+
"name": "internalDateSource",
|
|
438
|
+
"type": "string",
|
|
439
|
+
"location": "query",
|
|
440
|
+
"required": false,
|
|
441
|
+
"description": "Source for Gmail's internal date of the message.",
|
|
442
|
+
"default": "dateHeader",
|
|
443
|
+
"enum": [
|
|
444
|
+
"receivedTime",
|
|
445
|
+
"dateHeader"
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
"neverMarkSpam": {
|
|
449
|
+
"name": "neverMarkSpam",
|
|
450
|
+
"type": "boolean",
|
|
451
|
+
"location": "query",
|
|
452
|
+
"required": false,
|
|
453
|
+
"description": "Ignore the Gmail spam classifier decision and never mark this email as SPAM in the mailbox.",
|
|
454
|
+
"default": "false"
|
|
455
|
+
},
|
|
456
|
+
"processForCalendar": {
|
|
457
|
+
"name": "processForCalendar",
|
|
458
|
+
"type": "boolean",
|
|
459
|
+
"location": "query",
|
|
460
|
+
"required": false,
|
|
461
|
+
"description": "Process calendar invites in the email and add any extracted meetings to the Google Calendar for this user.",
|
|
462
|
+
"default": "false"
|
|
463
|
+
},
|
|
464
|
+
"userId": {
|
|
465
|
+
"name": "userId",
|
|
466
|
+
"type": "string",
|
|
467
|
+
"location": "path",
|
|
468
|
+
"required": true,
|
|
469
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
470
|
+
"default": "me"
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
"parameterOrder": [
|
|
474
|
+
"userId"
|
|
475
|
+
],
|
|
476
|
+
"parameterPolicy": {
|
|
477
|
+
"deleted": {
|
|
478
|
+
"classification": "named_unsupported_when_true",
|
|
479
|
+
"note": "Absent/false accepted where Gmail permits; true returns loud 501 and no side effects."
|
|
480
|
+
},
|
|
481
|
+
"internalDateSource": {
|
|
482
|
+
"classification": "semantic"
|
|
483
|
+
},
|
|
484
|
+
"neverMarkSpam": {
|
|
485
|
+
"classification": "semantic"
|
|
486
|
+
},
|
|
487
|
+
"processForCalendar": {
|
|
488
|
+
"classification": "named_unsupported_when_true",
|
|
489
|
+
"note": "Absent/false accepted where Gmail permits; true returns loud 501 and no side effects."
|
|
490
|
+
},
|
|
491
|
+
"userId": {
|
|
492
|
+
"classification": "semantic"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
"request": {
|
|
496
|
+
"$ref": "Message"
|
|
497
|
+
},
|
|
498
|
+
"response": {
|
|
499
|
+
"$ref": "Message"
|
|
500
|
+
},
|
|
501
|
+
"supportsMediaUpload": true,
|
|
502
|
+
"supportsMediaDownload": false,
|
|
503
|
+
"mediaUpload": {
|
|
504
|
+
"accept": [
|
|
505
|
+
"message/*"
|
|
506
|
+
],
|
|
507
|
+
"maxSize": "157286400",
|
|
508
|
+
"protocols": {
|
|
509
|
+
"simple": {
|
|
510
|
+
"path": "/upload/gmail/v1/users/{userId}/messages/import",
|
|
511
|
+
"multipart": true,
|
|
512
|
+
"supported": true,
|
|
513
|
+
"launchStatus": "supported"
|
|
514
|
+
},
|
|
515
|
+
"resumable": {
|
|
516
|
+
"path": "/resumable/upload/gmail/v1/users/{userId}/messages/import",
|
|
517
|
+
"multipart": true,
|
|
518
|
+
"supported": false,
|
|
519
|
+
"launchStatus": "unsupported_501"
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
"launchStatus": "in_scope",
|
|
524
|
+
"successStatus": 200,
|
|
525
|
+
"emptyBodyOnSuccess": false
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"id": "users.messages.modify",
|
|
529
|
+
"discoveryId": "gmail.users.messages.modify",
|
|
530
|
+
"httpMethod": "POST",
|
|
531
|
+
"path": "gmail/v1/users/{userId}/messages/{id}/modify",
|
|
532
|
+
"flatPath": "gmail/v1/users/{userId}/messages/{id}/modify",
|
|
533
|
+
"description": "Modifies the labels and the Classification Label values on the specified message. For administrators modifying message for users in their organization, requests require authorization with a [service account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount) that has [domain-wide delegation authority](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#delegatingauthority) to impersonate users with the `https://www.googleapis.com/auth/gmail.modify.restricted` scope.",
|
|
534
|
+
"scopes": [
|
|
535
|
+
"https://mail.google.com/",
|
|
536
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
537
|
+
],
|
|
538
|
+
"parameters": {
|
|
539
|
+
"id": {
|
|
540
|
+
"name": "id",
|
|
541
|
+
"type": "string",
|
|
542
|
+
"location": "path",
|
|
543
|
+
"required": true,
|
|
544
|
+
"description": "The ID of the message to modify."
|
|
545
|
+
},
|
|
546
|
+
"userId": {
|
|
547
|
+
"name": "userId",
|
|
548
|
+
"type": "string",
|
|
549
|
+
"location": "path",
|
|
550
|
+
"required": true,
|
|
551
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
552
|
+
"default": "me"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
"parameterOrder": [
|
|
556
|
+
"userId",
|
|
557
|
+
"id"
|
|
558
|
+
],
|
|
559
|
+
"parameterPolicy": {
|
|
560
|
+
"id": {
|
|
561
|
+
"classification": "semantic"
|
|
562
|
+
},
|
|
563
|
+
"userId": {
|
|
564
|
+
"classification": "semantic"
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
"request": {
|
|
568
|
+
"$ref": "ModifyMessageRequest"
|
|
569
|
+
},
|
|
570
|
+
"response": {
|
|
571
|
+
"$ref": "Message"
|
|
572
|
+
},
|
|
573
|
+
"supportsMediaUpload": false,
|
|
574
|
+
"supportsMediaDownload": false,
|
|
575
|
+
"mediaUpload": null,
|
|
576
|
+
"launchStatus": "in_scope",
|
|
577
|
+
"successStatus": 200,
|
|
578
|
+
"emptyBodyOnSuccess": false
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"id": "users.messages.batchModify",
|
|
582
|
+
"discoveryId": "gmail.users.messages.batchModify",
|
|
583
|
+
"httpMethod": "POST",
|
|
584
|
+
"path": "gmail/v1/users/{userId}/messages/batchModify",
|
|
585
|
+
"flatPath": "gmail/v1/users/{userId}/messages/batchModify",
|
|
586
|
+
"description": "Modifies the labels and the Classification Label values on the specified messages. For administrators modifying messages for users in their organization, requests require authorization with a [service account](https://developers.google.com/identity/protocols/OAuth2ServiceAccount) that has [domain-wide delegation authority](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#delegatingauthority) to impersonate users with the `https://www.googleapis.com/auth/gmail.modify.restricted` scope.",
|
|
587
|
+
"scopes": [
|
|
588
|
+
"https://mail.google.com/",
|
|
589
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
590
|
+
],
|
|
591
|
+
"parameters": {
|
|
592
|
+
"userId": {
|
|
593
|
+
"name": "userId",
|
|
594
|
+
"type": "string",
|
|
595
|
+
"location": "path",
|
|
596
|
+
"required": true,
|
|
597
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
598
|
+
"default": "me"
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
"parameterOrder": [
|
|
602
|
+
"userId"
|
|
603
|
+
],
|
|
604
|
+
"parameterPolicy": {
|
|
605
|
+
"userId": {
|
|
606
|
+
"classification": "semantic"
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
"request": {
|
|
610
|
+
"$ref": "BatchModifyMessagesRequest"
|
|
611
|
+
},
|
|
612
|
+
"response": null,
|
|
613
|
+
"supportsMediaUpload": false,
|
|
614
|
+
"supportsMediaDownload": false,
|
|
615
|
+
"mediaUpload": null,
|
|
616
|
+
"launchStatus": "in_scope",
|
|
617
|
+
"successStatus": 200,
|
|
618
|
+
"emptyBodyOnSuccess": false
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"id": "users.messages.batchDelete",
|
|
622
|
+
"discoveryId": "gmail.users.messages.batchDelete",
|
|
623
|
+
"httpMethod": "POST",
|
|
624
|
+
"path": "gmail/v1/users/{userId}/messages/batchDelete",
|
|
625
|
+
"flatPath": "gmail/v1/users/{userId}/messages/batchDelete",
|
|
626
|
+
"description": "Deletes many messages by message ID. Provides no guarantees that messages were not already deleted or even existed at all.",
|
|
627
|
+
"scopes": [
|
|
628
|
+
"https://mail.google.com/"
|
|
629
|
+
],
|
|
630
|
+
"parameters": {
|
|
631
|
+
"userId": {
|
|
632
|
+
"name": "userId",
|
|
633
|
+
"type": "string",
|
|
634
|
+
"location": "path",
|
|
635
|
+
"required": true,
|
|
636
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
637
|
+
"default": "me"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"parameterOrder": [
|
|
641
|
+
"userId"
|
|
642
|
+
],
|
|
643
|
+
"parameterPolicy": {
|
|
644
|
+
"userId": {
|
|
645
|
+
"classification": "semantic"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
"request": {
|
|
649
|
+
"$ref": "BatchDeleteMessagesRequest"
|
|
650
|
+
},
|
|
651
|
+
"response": null,
|
|
652
|
+
"supportsMediaUpload": false,
|
|
653
|
+
"supportsMediaDownload": false,
|
|
654
|
+
"mediaUpload": null,
|
|
655
|
+
"launchStatus": "in_scope",
|
|
656
|
+
"successStatus": 204,
|
|
657
|
+
"emptyBodyOnSuccess": true
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"id": "users.messages.trash",
|
|
661
|
+
"discoveryId": "gmail.users.messages.trash",
|
|
662
|
+
"httpMethod": "POST",
|
|
663
|
+
"path": "gmail/v1/users/{userId}/messages/{id}/trash",
|
|
664
|
+
"flatPath": "gmail/v1/users/{userId}/messages/{id}/trash",
|
|
665
|
+
"description": "Moves the specified message to the trash.",
|
|
666
|
+
"scopes": [
|
|
667
|
+
"https://mail.google.com/",
|
|
668
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
669
|
+
],
|
|
670
|
+
"parameters": {
|
|
671
|
+
"id": {
|
|
672
|
+
"name": "id",
|
|
673
|
+
"type": "string",
|
|
674
|
+
"location": "path",
|
|
675
|
+
"required": true,
|
|
676
|
+
"description": "The ID of the message to Trash."
|
|
677
|
+
},
|
|
678
|
+
"userId": {
|
|
679
|
+
"name": "userId",
|
|
680
|
+
"type": "string",
|
|
681
|
+
"location": "path",
|
|
682
|
+
"required": true,
|
|
683
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
684
|
+
"default": "me"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"parameterOrder": [
|
|
688
|
+
"userId",
|
|
689
|
+
"id"
|
|
690
|
+
],
|
|
691
|
+
"parameterPolicy": {
|
|
692
|
+
"id": {
|
|
693
|
+
"classification": "semantic"
|
|
694
|
+
},
|
|
695
|
+
"userId": {
|
|
696
|
+
"classification": "semantic"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
"request": null,
|
|
700
|
+
"response": {
|
|
701
|
+
"$ref": "Message"
|
|
702
|
+
},
|
|
703
|
+
"supportsMediaUpload": false,
|
|
704
|
+
"supportsMediaDownload": false,
|
|
705
|
+
"mediaUpload": null,
|
|
706
|
+
"launchStatus": "in_scope",
|
|
707
|
+
"successStatus": 200,
|
|
708
|
+
"emptyBodyOnSuccess": false
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"id": "users.messages.untrash",
|
|
712
|
+
"discoveryId": "gmail.users.messages.untrash",
|
|
713
|
+
"httpMethod": "POST",
|
|
714
|
+
"path": "gmail/v1/users/{userId}/messages/{id}/untrash",
|
|
715
|
+
"flatPath": "gmail/v1/users/{userId}/messages/{id}/untrash",
|
|
716
|
+
"description": "Removes the specified message from the trash.",
|
|
717
|
+
"scopes": [
|
|
718
|
+
"https://mail.google.com/",
|
|
719
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
720
|
+
],
|
|
721
|
+
"parameters": {
|
|
722
|
+
"id": {
|
|
723
|
+
"name": "id",
|
|
724
|
+
"type": "string",
|
|
725
|
+
"location": "path",
|
|
726
|
+
"required": true,
|
|
727
|
+
"description": "The ID of the message to remove from Trash."
|
|
728
|
+
},
|
|
729
|
+
"userId": {
|
|
730
|
+
"name": "userId",
|
|
731
|
+
"type": "string",
|
|
732
|
+
"location": "path",
|
|
733
|
+
"required": true,
|
|
734
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
735
|
+
"default": "me"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"parameterOrder": [
|
|
739
|
+
"userId",
|
|
740
|
+
"id"
|
|
741
|
+
],
|
|
742
|
+
"parameterPolicy": {
|
|
743
|
+
"id": {
|
|
744
|
+
"classification": "semantic"
|
|
745
|
+
},
|
|
746
|
+
"userId": {
|
|
747
|
+
"classification": "semantic"
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"request": null,
|
|
751
|
+
"response": {
|
|
752
|
+
"$ref": "Message"
|
|
753
|
+
},
|
|
754
|
+
"supportsMediaUpload": false,
|
|
755
|
+
"supportsMediaDownload": false,
|
|
756
|
+
"mediaUpload": null,
|
|
757
|
+
"launchStatus": "in_scope",
|
|
758
|
+
"successStatus": 200,
|
|
759
|
+
"emptyBodyOnSuccess": false
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"id": "users.messages.delete",
|
|
763
|
+
"discoveryId": "gmail.users.messages.delete",
|
|
764
|
+
"httpMethod": "DELETE",
|
|
765
|
+
"path": "gmail/v1/users/{userId}/messages/{id}",
|
|
766
|
+
"flatPath": "gmail/v1/users/{userId}/messages/{id}",
|
|
767
|
+
"description": "Immediately and permanently deletes the specified message. This operation cannot be undone. Prefer `messages.trash` instead.",
|
|
768
|
+
"scopes": [
|
|
769
|
+
"https://mail.google.com/"
|
|
770
|
+
],
|
|
771
|
+
"parameters": {
|
|
772
|
+
"id": {
|
|
773
|
+
"name": "id",
|
|
774
|
+
"type": "string",
|
|
775
|
+
"location": "path",
|
|
776
|
+
"required": true,
|
|
777
|
+
"description": "The ID of the message to delete."
|
|
778
|
+
},
|
|
779
|
+
"userId": {
|
|
780
|
+
"name": "userId",
|
|
781
|
+
"type": "string",
|
|
782
|
+
"location": "path",
|
|
783
|
+
"required": true,
|
|
784
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
785
|
+
"default": "me"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
"parameterOrder": [
|
|
789
|
+
"userId",
|
|
790
|
+
"id"
|
|
791
|
+
],
|
|
792
|
+
"parameterPolicy": {
|
|
793
|
+
"id": {
|
|
794
|
+
"classification": "semantic"
|
|
795
|
+
},
|
|
796
|
+
"userId": {
|
|
797
|
+
"classification": "semantic"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
"request": null,
|
|
801
|
+
"response": null,
|
|
802
|
+
"supportsMediaUpload": false,
|
|
803
|
+
"supportsMediaDownload": false,
|
|
804
|
+
"mediaUpload": null,
|
|
805
|
+
"launchStatus": "in_scope",
|
|
806
|
+
"successStatus": 204,
|
|
807
|
+
"emptyBodyOnSuccess": true
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
"id": "users.messages.attachments.get",
|
|
811
|
+
"discoveryId": "gmail.users.messages.attachments.get",
|
|
812
|
+
"httpMethod": "GET",
|
|
813
|
+
"path": "gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}",
|
|
814
|
+
"flatPath": "gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}",
|
|
815
|
+
"description": "Gets the specified message attachment.",
|
|
816
|
+
"scopes": [
|
|
817
|
+
"https://mail.google.com/",
|
|
818
|
+
"https://www.googleapis.com/auth/gmail.addons.current.message.action",
|
|
819
|
+
"https://www.googleapis.com/auth/gmail.addons.current.message.readonly",
|
|
820
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
821
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
822
|
+
],
|
|
823
|
+
"parameters": {
|
|
824
|
+
"id": {
|
|
825
|
+
"name": "id",
|
|
826
|
+
"type": "string",
|
|
827
|
+
"location": "path",
|
|
828
|
+
"required": true,
|
|
829
|
+
"description": "The ID of the attachment."
|
|
830
|
+
},
|
|
831
|
+
"messageId": {
|
|
832
|
+
"name": "messageId",
|
|
833
|
+
"type": "string",
|
|
834
|
+
"location": "path",
|
|
835
|
+
"required": true,
|
|
836
|
+
"description": "The ID of the message containing the attachment."
|
|
837
|
+
},
|
|
838
|
+
"userId": {
|
|
839
|
+
"name": "userId",
|
|
840
|
+
"type": "string",
|
|
841
|
+
"location": "path",
|
|
842
|
+
"required": true,
|
|
843
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
844
|
+
"default": "me"
|
|
845
|
+
}
|
|
846
|
+
},
|
|
847
|
+
"parameterOrder": [
|
|
848
|
+
"userId",
|
|
849
|
+
"messageId",
|
|
850
|
+
"id"
|
|
851
|
+
],
|
|
852
|
+
"parameterPolicy": {
|
|
853
|
+
"id": {
|
|
854
|
+
"classification": "semantic"
|
|
855
|
+
},
|
|
856
|
+
"messageId": {
|
|
857
|
+
"classification": "semantic"
|
|
858
|
+
},
|
|
859
|
+
"userId": {
|
|
860
|
+
"classification": "semantic"
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"request": null,
|
|
864
|
+
"response": {
|
|
865
|
+
"$ref": "MessagePartBody"
|
|
866
|
+
},
|
|
867
|
+
"supportsMediaUpload": false,
|
|
868
|
+
"supportsMediaDownload": false,
|
|
869
|
+
"mediaUpload": null,
|
|
870
|
+
"launchStatus": "in_scope",
|
|
871
|
+
"successStatus": 200,
|
|
872
|
+
"emptyBodyOnSuccess": false
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"id": "users.drafts.list",
|
|
876
|
+
"discoveryId": "gmail.users.drafts.list",
|
|
877
|
+
"httpMethod": "GET",
|
|
878
|
+
"path": "gmail/v1/users/{userId}/drafts",
|
|
879
|
+
"flatPath": "gmail/v1/users/{userId}/drafts",
|
|
880
|
+
"description": "Lists the drafts in the user's mailbox. For more information, see [Create and send draft emails](https://developers.google.com/workspace/gmail/api/guides/drafts).",
|
|
881
|
+
"scopes": [
|
|
882
|
+
"https://mail.google.com/",
|
|
883
|
+
"https://www.googleapis.com/auth/gmail.compose",
|
|
884
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
885
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
886
|
+
],
|
|
887
|
+
"parameters": {
|
|
888
|
+
"includeSpamTrash": {
|
|
889
|
+
"name": "includeSpamTrash",
|
|
890
|
+
"type": "boolean",
|
|
891
|
+
"location": "query",
|
|
892
|
+
"required": false,
|
|
893
|
+
"description": "Include drafts from `SPAM` and `TRASH` in the results.",
|
|
894
|
+
"default": "false"
|
|
895
|
+
},
|
|
896
|
+
"maxResults": {
|
|
897
|
+
"name": "maxResults",
|
|
898
|
+
"type": "integer",
|
|
899
|
+
"location": "query",
|
|
900
|
+
"required": false,
|
|
901
|
+
"description": "Maximum number of drafts to return. This field defaults to 100. The maximum allowed value for this field is 500.",
|
|
902
|
+
"default": "100",
|
|
903
|
+
"format": "uint32"
|
|
904
|
+
},
|
|
905
|
+
"pageToken": {
|
|
906
|
+
"name": "pageToken",
|
|
907
|
+
"type": "string",
|
|
908
|
+
"location": "query",
|
|
909
|
+
"required": false,
|
|
910
|
+
"description": "Page token to retrieve a specific page of results in the list."
|
|
911
|
+
},
|
|
912
|
+
"q": {
|
|
913
|
+
"name": "q",
|
|
914
|
+
"type": "string",
|
|
915
|
+
"location": "query",
|
|
916
|
+
"required": false,
|
|
917
|
+
"description": "Only return draft messages matching the specified query. Supports the same query format as the Gmail search box. For example, `\"from:someuser@example.com rfc822msgid: is:unread\"`."
|
|
918
|
+
},
|
|
919
|
+
"userId": {
|
|
920
|
+
"name": "userId",
|
|
921
|
+
"type": "string",
|
|
922
|
+
"location": "path",
|
|
923
|
+
"required": true,
|
|
924
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
925
|
+
"default": "me"
|
|
926
|
+
}
|
|
927
|
+
},
|
|
928
|
+
"parameterOrder": [
|
|
929
|
+
"userId"
|
|
930
|
+
],
|
|
931
|
+
"parameterPolicy": {
|
|
932
|
+
"includeSpamTrash": {
|
|
933
|
+
"classification": "semantic"
|
|
934
|
+
},
|
|
935
|
+
"maxResults": {
|
|
936
|
+
"classification": "semantic"
|
|
937
|
+
},
|
|
938
|
+
"pageToken": {
|
|
939
|
+
"classification": "semantic"
|
|
940
|
+
},
|
|
941
|
+
"q": {
|
|
942
|
+
"classification": "semantic"
|
|
943
|
+
},
|
|
944
|
+
"userId": {
|
|
945
|
+
"classification": "semantic"
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
"request": null,
|
|
949
|
+
"response": {
|
|
950
|
+
"$ref": "ListDraftsResponse"
|
|
951
|
+
},
|
|
952
|
+
"supportsMediaUpload": false,
|
|
953
|
+
"supportsMediaDownload": false,
|
|
954
|
+
"mediaUpload": null,
|
|
955
|
+
"launchStatus": "in_scope",
|
|
956
|
+
"successStatus": 200,
|
|
957
|
+
"emptyBodyOnSuccess": false
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"id": "users.drafts.get",
|
|
961
|
+
"discoveryId": "gmail.users.drafts.get",
|
|
962
|
+
"httpMethod": "GET",
|
|
963
|
+
"path": "gmail/v1/users/{userId}/drafts/{id}",
|
|
964
|
+
"flatPath": "gmail/v1/users/{userId}/drafts/{id}",
|
|
965
|
+
"description": "Gets the specified draft. For more information, see [Create and send draft emails](https://developers.google.com/workspace/gmail/api/guides/drafts).",
|
|
966
|
+
"scopes": [
|
|
967
|
+
"https://mail.google.com/",
|
|
968
|
+
"https://www.googleapis.com/auth/gmail.compose",
|
|
969
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
970
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
971
|
+
],
|
|
972
|
+
"parameters": {
|
|
973
|
+
"format": {
|
|
974
|
+
"name": "format",
|
|
975
|
+
"type": "string",
|
|
976
|
+
"location": "query",
|
|
977
|
+
"required": false,
|
|
978
|
+
"description": "The format to return the draft in.",
|
|
979
|
+
"default": "full",
|
|
980
|
+
"enum": [
|
|
981
|
+
"minimal",
|
|
982
|
+
"full",
|
|
983
|
+
"raw",
|
|
984
|
+
"metadata"
|
|
985
|
+
]
|
|
986
|
+
},
|
|
987
|
+
"id": {
|
|
988
|
+
"name": "id",
|
|
989
|
+
"type": "string",
|
|
990
|
+
"location": "path",
|
|
991
|
+
"required": true,
|
|
992
|
+
"description": "The ID of the draft to retrieve."
|
|
993
|
+
},
|
|
994
|
+
"userId": {
|
|
995
|
+
"name": "userId",
|
|
996
|
+
"type": "string",
|
|
997
|
+
"location": "path",
|
|
998
|
+
"required": true,
|
|
999
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1000
|
+
"default": "me"
|
|
1001
|
+
}
|
|
1002
|
+
},
|
|
1003
|
+
"parameterOrder": [
|
|
1004
|
+
"userId",
|
|
1005
|
+
"id"
|
|
1006
|
+
],
|
|
1007
|
+
"parameterPolicy": {
|
|
1008
|
+
"format": {
|
|
1009
|
+
"classification": "semantic"
|
|
1010
|
+
},
|
|
1011
|
+
"id": {
|
|
1012
|
+
"classification": "semantic"
|
|
1013
|
+
},
|
|
1014
|
+
"userId": {
|
|
1015
|
+
"classification": "semantic"
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
"request": null,
|
|
1019
|
+
"response": {
|
|
1020
|
+
"$ref": "Draft"
|
|
1021
|
+
},
|
|
1022
|
+
"supportsMediaUpload": false,
|
|
1023
|
+
"supportsMediaDownload": false,
|
|
1024
|
+
"mediaUpload": null,
|
|
1025
|
+
"launchStatus": "in_scope",
|
|
1026
|
+
"successStatus": 200,
|
|
1027
|
+
"emptyBodyOnSuccess": false
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"id": "users.drafts.create",
|
|
1031
|
+
"discoveryId": "gmail.users.drafts.create",
|
|
1032
|
+
"httpMethod": "POST",
|
|
1033
|
+
"path": "gmail/v1/users/{userId}/drafts",
|
|
1034
|
+
"flatPath": "gmail/v1/users/{userId}/drafts",
|
|
1035
|
+
"description": "Creates a draft with the `DRAFT` label. For more information, see [Create and send draft emails](https://developers.google.com/workspace/gmail/api/guides/drafts).",
|
|
1036
|
+
"scopes": [
|
|
1037
|
+
"https://mail.google.com/",
|
|
1038
|
+
"https://www.googleapis.com/auth/gmail.addons.current.action.compose",
|
|
1039
|
+
"https://www.googleapis.com/auth/gmail.compose",
|
|
1040
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
1041
|
+
],
|
|
1042
|
+
"parameters": {
|
|
1043
|
+
"userId": {
|
|
1044
|
+
"name": "userId",
|
|
1045
|
+
"type": "string",
|
|
1046
|
+
"location": "path",
|
|
1047
|
+
"required": true,
|
|
1048
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1049
|
+
"default": "me"
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
"parameterOrder": [
|
|
1053
|
+
"userId"
|
|
1054
|
+
],
|
|
1055
|
+
"parameterPolicy": {
|
|
1056
|
+
"userId": {
|
|
1057
|
+
"classification": "semantic"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
"request": {
|
|
1061
|
+
"$ref": "Draft"
|
|
1062
|
+
},
|
|
1063
|
+
"response": {
|
|
1064
|
+
"$ref": "Draft"
|
|
1065
|
+
},
|
|
1066
|
+
"supportsMediaUpload": true,
|
|
1067
|
+
"supportsMediaDownload": false,
|
|
1068
|
+
"mediaUpload": {
|
|
1069
|
+
"accept": [
|
|
1070
|
+
"message/*"
|
|
1071
|
+
],
|
|
1072
|
+
"maxSize": "36700160",
|
|
1073
|
+
"protocols": {
|
|
1074
|
+
"simple": {
|
|
1075
|
+
"path": "/upload/gmail/v1/users/{userId}/drafts",
|
|
1076
|
+
"multipart": true,
|
|
1077
|
+
"supported": true,
|
|
1078
|
+
"launchStatus": "supported"
|
|
1079
|
+
},
|
|
1080
|
+
"resumable": {
|
|
1081
|
+
"path": "/resumable/upload/gmail/v1/users/{userId}/drafts",
|
|
1082
|
+
"multipart": true,
|
|
1083
|
+
"supported": false,
|
|
1084
|
+
"launchStatus": "unsupported_501"
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
},
|
|
1088
|
+
"launchStatus": "in_scope",
|
|
1089
|
+
"successStatus": 200,
|
|
1090
|
+
"emptyBodyOnSuccess": false
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"id": "users.drafts.update",
|
|
1094
|
+
"discoveryId": "gmail.users.drafts.update",
|
|
1095
|
+
"httpMethod": "PUT",
|
|
1096
|
+
"path": "gmail/v1/users/{userId}/drafts/{id}",
|
|
1097
|
+
"flatPath": "gmail/v1/users/{userId}/drafts/{id}",
|
|
1098
|
+
"description": "Replaces a draft's content. For more information, see [Create and send draft emails](https://developers.google.com/workspace/gmail/api/guides/drafts).",
|
|
1099
|
+
"scopes": [
|
|
1100
|
+
"https://mail.google.com/",
|
|
1101
|
+
"https://www.googleapis.com/auth/gmail.addons.current.action.compose",
|
|
1102
|
+
"https://www.googleapis.com/auth/gmail.compose",
|
|
1103
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
1104
|
+
],
|
|
1105
|
+
"parameters": {
|
|
1106
|
+
"id": {
|
|
1107
|
+
"name": "id",
|
|
1108
|
+
"type": "string",
|
|
1109
|
+
"location": "path",
|
|
1110
|
+
"required": true,
|
|
1111
|
+
"description": "The ID of the draft to update."
|
|
1112
|
+
},
|
|
1113
|
+
"userId": {
|
|
1114
|
+
"name": "userId",
|
|
1115
|
+
"type": "string",
|
|
1116
|
+
"location": "path",
|
|
1117
|
+
"required": true,
|
|
1118
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1119
|
+
"default": "me"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
"parameterOrder": [
|
|
1123
|
+
"userId",
|
|
1124
|
+
"id"
|
|
1125
|
+
],
|
|
1126
|
+
"parameterPolicy": {
|
|
1127
|
+
"id": {
|
|
1128
|
+
"classification": "semantic"
|
|
1129
|
+
},
|
|
1130
|
+
"userId": {
|
|
1131
|
+
"classification": "semantic"
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
"request": {
|
|
1135
|
+
"$ref": "Draft"
|
|
1136
|
+
},
|
|
1137
|
+
"response": {
|
|
1138
|
+
"$ref": "Draft"
|
|
1139
|
+
},
|
|
1140
|
+
"supportsMediaUpload": true,
|
|
1141
|
+
"supportsMediaDownload": false,
|
|
1142
|
+
"mediaUpload": {
|
|
1143
|
+
"accept": [
|
|
1144
|
+
"message/*"
|
|
1145
|
+
],
|
|
1146
|
+
"maxSize": "36700160",
|
|
1147
|
+
"protocols": {
|
|
1148
|
+
"resumable": {
|
|
1149
|
+
"path": "/resumable/upload/gmail/v1/users/{userId}/drafts/{id}",
|
|
1150
|
+
"multipart": true,
|
|
1151
|
+
"supported": false,
|
|
1152
|
+
"launchStatus": "unsupported_501"
|
|
1153
|
+
},
|
|
1154
|
+
"simple": {
|
|
1155
|
+
"path": "/upload/gmail/v1/users/{userId}/drafts/{id}",
|
|
1156
|
+
"multipart": true,
|
|
1157
|
+
"supported": true,
|
|
1158
|
+
"launchStatus": "supported"
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
"launchStatus": "in_scope",
|
|
1163
|
+
"successStatus": 200,
|
|
1164
|
+
"emptyBodyOnSuccess": false
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"id": "users.drafts.send",
|
|
1168
|
+
"discoveryId": "gmail.users.drafts.send",
|
|
1169
|
+
"httpMethod": "POST",
|
|
1170
|
+
"path": "gmail/v1/users/{userId}/drafts/send",
|
|
1171
|
+
"flatPath": "gmail/v1/users/{userId}/drafts/send",
|
|
1172
|
+
"description": "Sends the specified, existing draft to the recipients in the `To`, `Cc`, and `Bcc` headers. For more information, see [Create and send draft emails](https://developers.google.com/workspace/gmail/api/guides/drafts).",
|
|
1173
|
+
"scopes": [
|
|
1174
|
+
"https://mail.google.com/",
|
|
1175
|
+
"https://www.googleapis.com/auth/gmail.addons.current.action.compose",
|
|
1176
|
+
"https://www.googleapis.com/auth/gmail.compose",
|
|
1177
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
1178
|
+
],
|
|
1179
|
+
"parameters": {
|
|
1180
|
+
"userId": {
|
|
1181
|
+
"name": "userId",
|
|
1182
|
+
"type": "string",
|
|
1183
|
+
"location": "path",
|
|
1184
|
+
"required": true,
|
|
1185
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1186
|
+
"default": "me"
|
|
1187
|
+
}
|
|
1188
|
+
},
|
|
1189
|
+
"parameterOrder": [
|
|
1190
|
+
"userId"
|
|
1191
|
+
],
|
|
1192
|
+
"parameterPolicy": {
|
|
1193
|
+
"userId": {
|
|
1194
|
+
"classification": "semantic"
|
|
1195
|
+
}
|
|
1196
|
+
},
|
|
1197
|
+
"request": {
|
|
1198
|
+
"$ref": "Draft"
|
|
1199
|
+
},
|
|
1200
|
+
"response": {
|
|
1201
|
+
"$ref": "Message"
|
|
1202
|
+
},
|
|
1203
|
+
"supportsMediaUpload": true,
|
|
1204
|
+
"supportsMediaDownload": false,
|
|
1205
|
+
"mediaUpload": {
|
|
1206
|
+
"accept": [
|
|
1207
|
+
"message/*"
|
|
1208
|
+
],
|
|
1209
|
+
"maxSize": "36700160",
|
|
1210
|
+
"protocols": {
|
|
1211
|
+
"simple": {
|
|
1212
|
+
"path": "/upload/gmail/v1/users/{userId}/drafts/send",
|
|
1213
|
+
"multipart": true,
|
|
1214
|
+
"supported": true,
|
|
1215
|
+
"launchStatus": "supported"
|
|
1216
|
+
},
|
|
1217
|
+
"resumable": {
|
|
1218
|
+
"path": "/resumable/upload/gmail/v1/users/{userId}/drafts/send",
|
|
1219
|
+
"multipart": true,
|
|
1220
|
+
"supported": false,
|
|
1221
|
+
"launchStatus": "unsupported_501"
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
"launchStatus": "in_scope",
|
|
1226
|
+
"successStatus": 200,
|
|
1227
|
+
"emptyBodyOnSuccess": false
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"id": "users.drafts.delete",
|
|
1231
|
+
"discoveryId": "gmail.users.drafts.delete",
|
|
1232
|
+
"httpMethod": "DELETE",
|
|
1233
|
+
"path": "gmail/v1/users/{userId}/drafts/{id}",
|
|
1234
|
+
"flatPath": "gmail/v1/users/{userId}/drafts/{id}",
|
|
1235
|
+
"description": "Immediately and permanently deletes the specified draft. Does not simply trash it. For more information, see [Create and send draft emails](https://developers.google.com/workspace/gmail/api/guides/drafts).",
|
|
1236
|
+
"scopes": [
|
|
1237
|
+
"https://mail.google.com/",
|
|
1238
|
+
"https://www.googleapis.com/auth/gmail.addons.current.action.compose",
|
|
1239
|
+
"https://www.googleapis.com/auth/gmail.compose",
|
|
1240
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
1241
|
+
],
|
|
1242
|
+
"parameters": {
|
|
1243
|
+
"id": {
|
|
1244
|
+
"name": "id",
|
|
1245
|
+
"type": "string",
|
|
1246
|
+
"location": "path",
|
|
1247
|
+
"required": true,
|
|
1248
|
+
"description": "The ID of the draft to delete."
|
|
1249
|
+
},
|
|
1250
|
+
"userId": {
|
|
1251
|
+
"name": "userId",
|
|
1252
|
+
"type": "string",
|
|
1253
|
+
"location": "path",
|
|
1254
|
+
"required": true,
|
|
1255
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1256
|
+
"default": "me"
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"parameterOrder": [
|
|
1260
|
+
"userId",
|
|
1261
|
+
"id"
|
|
1262
|
+
],
|
|
1263
|
+
"parameterPolicy": {
|
|
1264
|
+
"id": {
|
|
1265
|
+
"classification": "semantic"
|
|
1266
|
+
},
|
|
1267
|
+
"userId": {
|
|
1268
|
+
"classification": "semantic"
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"request": null,
|
|
1272
|
+
"response": null,
|
|
1273
|
+
"supportsMediaUpload": false,
|
|
1274
|
+
"supportsMediaDownload": false,
|
|
1275
|
+
"mediaUpload": null,
|
|
1276
|
+
"launchStatus": "in_scope",
|
|
1277
|
+
"successStatus": 204,
|
|
1278
|
+
"emptyBodyOnSuccess": true
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"id": "users.threads.list",
|
|
1282
|
+
"discoveryId": "gmail.users.threads.list",
|
|
1283
|
+
"httpMethod": "GET",
|
|
1284
|
+
"path": "gmail/v1/users/{userId}/threads",
|
|
1285
|
+
"flatPath": "gmail/v1/users/{userId}/threads",
|
|
1286
|
+
"description": "Lists the threads in the user's mailbox. For more information, see [Manage threads](https://developers.google.com/workspace/gmail/api/guides/threads).",
|
|
1287
|
+
"scopes": [
|
|
1288
|
+
"https://mail.google.com/",
|
|
1289
|
+
"https://www.googleapis.com/auth/gmail.metadata",
|
|
1290
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
1291
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
1292
|
+
],
|
|
1293
|
+
"parameters": {
|
|
1294
|
+
"includeSpamTrash": {
|
|
1295
|
+
"name": "includeSpamTrash",
|
|
1296
|
+
"type": "boolean",
|
|
1297
|
+
"location": "query",
|
|
1298
|
+
"required": false,
|
|
1299
|
+
"description": "Include threads from `SPAM` and `TRASH` in the results.",
|
|
1300
|
+
"default": "false"
|
|
1301
|
+
},
|
|
1302
|
+
"labelIds": {
|
|
1303
|
+
"name": "labelIds",
|
|
1304
|
+
"type": "string",
|
|
1305
|
+
"location": "query",
|
|
1306
|
+
"required": false,
|
|
1307
|
+
"description": "Only return threads with labels that match all of the specified label IDs.",
|
|
1308
|
+
"repeated": true
|
|
1309
|
+
},
|
|
1310
|
+
"maxResults": {
|
|
1311
|
+
"name": "maxResults",
|
|
1312
|
+
"type": "integer",
|
|
1313
|
+
"location": "query",
|
|
1314
|
+
"required": false,
|
|
1315
|
+
"description": "Maximum number of threads to return. This field defaults to 100. The maximum allowed value for this field is 500.",
|
|
1316
|
+
"default": "100",
|
|
1317
|
+
"format": "uint32"
|
|
1318
|
+
},
|
|
1319
|
+
"pageToken": {
|
|
1320
|
+
"name": "pageToken",
|
|
1321
|
+
"type": "string",
|
|
1322
|
+
"location": "query",
|
|
1323
|
+
"required": false,
|
|
1324
|
+
"description": "Page token to retrieve a specific page of results in the list."
|
|
1325
|
+
},
|
|
1326
|
+
"q": {
|
|
1327
|
+
"name": "q",
|
|
1328
|
+
"type": "string",
|
|
1329
|
+
"location": "query",
|
|
1330
|
+
"required": false,
|
|
1331
|
+
"description": "Only return threads matching the specified query. Supports the same query format as the Gmail search box. For example, `\"from:someuser@example.com rfc822msgid: is:unread\"`. Parameter cannot be used when accessing the api using the gmail.metadata scope."
|
|
1332
|
+
},
|
|
1333
|
+
"userId": {
|
|
1334
|
+
"name": "userId",
|
|
1335
|
+
"type": "string",
|
|
1336
|
+
"location": "path",
|
|
1337
|
+
"required": true,
|
|
1338
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1339
|
+
"default": "me"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"parameterOrder": [
|
|
1343
|
+
"userId"
|
|
1344
|
+
],
|
|
1345
|
+
"parameterPolicy": {
|
|
1346
|
+
"includeSpamTrash": {
|
|
1347
|
+
"classification": "semantic"
|
|
1348
|
+
},
|
|
1349
|
+
"labelIds": {
|
|
1350
|
+
"classification": "semantic"
|
|
1351
|
+
},
|
|
1352
|
+
"maxResults": {
|
|
1353
|
+
"classification": "semantic"
|
|
1354
|
+
},
|
|
1355
|
+
"pageToken": {
|
|
1356
|
+
"classification": "semantic"
|
|
1357
|
+
},
|
|
1358
|
+
"q": {
|
|
1359
|
+
"classification": "semantic"
|
|
1360
|
+
},
|
|
1361
|
+
"userId": {
|
|
1362
|
+
"classification": "semantic"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
"request": null,
|
|
1366
|
+
"response": {
|
|
1367
|
+
"$ref": "ListThreadsResponse"
|
|
1368
|
+
},
|
|
1369
|
+
"supportsMediaUpload": false,
|
|
1370
|
+
"supportsMediaDownload": false,
|
|
1371
|
+
"mediaUpload": null,
|
|
1372
|
+
"launchStatus": "in_scope",
|
|
1373
|
+
"successStatus": 200,
|
|
1374
|
+
"emptyBodyOnSuccess": false
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"id": "users.threads.get",
|
|
1378
|
+
"discoveryId": "gmail.users.threads.get",
|
|
1379
|
+
"httpMethod": "GET",
|
|
1380
|
+
"path": "gmail/v1/users/{userId}/threads/{id}",
|
|
1381
|
+
"flatPath": "gmail/v1/users/{userId}/threads/{id}",
|
|
1382
|
+
"description": "Gets the specified thread. For more information, see [Manage threads](https://developers.google.com/workspace/gmail/api/guides/threads).",
|
|
1383
|
+
"scopes": [
|
|
1384
|
+
"https://mail.google.com/",
|
|
1385
|
+
"https://www.googleapis.com/auth/gmail.addons.current.message.action",
|
|
1386
|
+
"https://www.googleapis.com/auth/gmail.addons.current.message.metadata",
|
|
1387
|
+
"https://www.googleapis.com/auth/gmail.addons.current.message.readonly",
|
|
1388
|
+
"https://www.googleapis.com/auth/gmail.metadata",
|
|
1389
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
1390
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
1391
|
+
],
|
|
1392
|
+
"parameters": {
|
|
1393
|
+
"format": {
|
|
1394
|
+
"name": "format",
|
|
1395
|
+
"type": "string",
|
|
1396
|
+
"location": "query",
|
|
1397
|
+
"required": false,
|
|
1398
|
+
"description": "The format to return the messages in.",
|
|
1399
|
+
"default": "full",
|
|
1400
|
+
"enum": [
|
|
1401
|
+
"full",
|
|
1402
|
+
"metadata",
|
|
1403
|
+
"minimal"
|
|
1404
|
+
]
|
|
1405
|
+
},
|
|
1406
|
+
"id": {
|
|
1407
|
+
"name": "id",
|
|
1408
|
+
"type": "string",
|
|
1409
|
+
"location": "path",
|
|
1410
|
+
"required": true,
|
|
1411
|
+
"description": "The ID of the thread to retrieve."
|
|
1412
|
+
},
|
|
1413
|
+
"metadataHeaders": {
|
|
1414
|
+
"name": "metadataHeaders",
|
|
1415
|
+
"type": "string",
|
|
1416
|
+
"location": "query",
|
|
1417
|
+
"required": false,
|
|
1418
|
+
"description": "When given and format is METADATA, only include headers specified.",
|
|
1419
|
+
"repeated": true
|
|
1420
|
+
},
|
|
1421
|
+
"userId": {
|
|
1422
|
+
"name": "userId",
|
|
1423
|
+
"type": "string",
|
|
1424
|
+
"location": "path",
|
|
1425
|
+
"required": true,
|
|
1426
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1427
|
+
"default": "me"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
"parameterOrder": [
|
|
1431
|
+
"userId",
|
|
1432
|
+
"id"
|
|
1433
|
+
],
|
|
1434
|
+
"parameterPolicy": {
|
|
1435
|
+
"format": {
|
|
1436
|
+
"classification": "semantic"
|
|
1437
|
+
},
|
|
1438
|
+
"id": {
|
|
1439
|
+
"classification": "semantic"
|
|
1440
|
+
},
|
|
1441
|
+
"metadataHeaders": {
|
|
1442
|
+
"classification": "semantic"
|
|
1443
|
+
},
|
|
1444
|
+
"userId": {
|
|
1445
|
+
"classification": "semantic"
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
"request": null,
|
|
1449
|
+
"response": {
|
|
1450
|
+
"$ref": "Thread"
|
|
1451
|
+
},
|
|
1452
|
+
"supportsMediaUpload": false,
|
|
1453
|
+
"supportsMediaDownload": false,
|
|
1454
|
+
"mediaUpload": null,
|
|
1455
|
+
"launchStatus": "in_scope",
|
|
1456
|
+
"successStatus": 200,
|
|
1457
|
+
"emptyBodyOnSuccess": false
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"id": "users.threads.modify",
|
|
1461
|
+
"discoveryId": "gmail.users.threads.modify",
|
|
1462
|
+
"httpMethod": "POST",
|
|
1463
|
+
"path": "gmail/v1/users/{userId}/threads/{id}/modify",
|
|
1464
|
+
"flatPath": "gmail/v1/users/{userId}/threads/{id}/modify",
|
|
1465
|
+
"description": "Modifies the labels applied to the thread. This applies to all messages in the thread. For more information, see [Manage threads](https://developers.google.com/workspace/gmail/api/guides/threads).",
|
|
1466
|
+
"scopes": [
|
|
1467
|
+
"https://mail.google.com/",
|
|
1468
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
1469
|
+
],
|
|
1470
|
+
"parameters": {
|
|
1471
|
+
"id": {
|
|
1472
|
+
"name": "id",
|
|
1473
|
+
"type": "string",
|
|
1474
|
+
"location": "path",
|
|
1475
|
+
"required": true,
|
|
1476
|
+
"description": "The ID of the thread to modify."
|
|
1477
|
+
},
|
|
1478
|
+
"userId": {
|
|
1479
|
+
"name": "userId",
|
|
1480
|
+
"type": "string",
|
|
1481
|
+
"location": "path",
|
|
1482
|
+
"required": true,
|
|
1483
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1484
|
+
"default": "me"
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
"parameterOrder": [
|
|
1488
|
+
"userId",
|
|
1489
|
+
"id"
|
|
1490
|
+
],
|
|
1491
|
+
"parameterPolicy": {
|
|
1492
|
+
"id": {
|
|
1493
|
+
"classification": "semantic"
|
|
1494
|
+
},
|
|
1495
|
+
"userId": {
|
|
1496
|
+
"classification": "semantic"
|
|
1497
|
+
}
|
|
1498
|
+
},
|
|
1499
|
+
"request": {
|
|
1500
|
+
"$ref": "ModifyThreadRequest"
|
|
1501
|
+
},
|
|
1502
|
+
"response": {
|
|
1503
|
+
"$ref": "Thread"
|
|
1504
|
+
},
|
|
1505
|
+
"supportsMediaUpload": false,
|
|
1506
|
+
"supportsMediaDownload": false,
|
|
1507
|
+
"mediaUpload": null,
|
|
1508
|
+
"launchStatus": "in_scope",
|
|
1509
|
+
"successStatus": 200,
|
|
1510
|
+
"emptyBodyOnSuccess": false
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"id": "users.threads.trash",
|
|
1514
|
+
"discoveryId": "gmail.users.threads.trash",
|
|
1515
|
+
"httpMethod": "POST",
|
|
1516
|
+
"path": "gmail/v1/users/{userId}/threads/{id}/trash",
|
|
1517
|
+
"flatPath": "gmail/v1/users/{userId}/threads/{id}/trash",
|
|
1518
|
+
"description": "Moves the specified thread to the trash. Any messages that belong to the thread are also moved to the trash. For more information, see [Manage threads](https://developers.google.com/workspace/gmail/api/guides/threads).",
|
|
1519
|
+
"scopes": [
|
|
1520
|
+
"https://mail.google.com/",
|
|
1521
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
1522
|
+
],
|
|
1523
|
+
"parameters": {
|
|
1524
|
+
"id": {
|
|
1525
|
+
"name": "id",
|
|
1526
|
+
"type": "string",
|
|
1527
|
+
"location": "path",
|
|
1528
|
+
"required": true,
|
|
1529
|
+
"description": "The ID of the thread to Trash."
|
|
1530
|
+
},
|
|
1531
|
+
"userId": {
|
|
1532
|
+
"name": "userId",
|
|
1533
|
+
"type": "string",
|
|
1534
|
+
"location": "path",
|
|
1535
|
+
"required": true,
|
|
1536
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1537
|
+
"default": "me"
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
"parameterOrder": [
|
|
1541
|
+
"userId",
|
|
1542
|
+
"id"
|
|
1543
|
+
],
|
|
1544
|
+
"parameterPolicy": {
|
|
1545
|
+
"id": {
|
|
1546
|
+
"classification": "semantic"
|
|
1547
|
+
},
|
|
1548
|
+
"userId": {
|
|
1549
|
+
"classification": "semantic"
|
|
1550
|
+
}
|
|
1551
|
+
},
|
|
1552
|
+
"request": null,
|
|
1553
|
+
"response": {
|
|
1554
|
+
"$ref": "Thread"
|
|
1555
|
+
},
|
|
1556
|
+
"supportsMediaUpload": false,
|
|
1557
|
+
"supportsMediaDownload": false,
|
|
1558
|
+
"mediaUpload": null,
|
|
1559
|
+
"launchStatus": "in_scope",
|
|
1560
|
+
"successStatus": 200,
|
|
1561
|
+
"emptyBodyOnSuccess": false
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"id": "users.threads.untrash",
|
|
1565
|
+
"discoveryId": "gmail.users.threads.untrash",
|
|
1566
|
+
"httpMethod": "POST",
|
|
1567
|
+
"path": "gmail/v1/users/{userId}/threads/{id}/untrash",
|
|
1568
|
+
"flatPath": "gmail/v1/users/{userId}/threads/{id}/untrash",
|
|
1569
|
+
"description": "Removes the specified thread from the trash. Any messages that belong to the thread are also removed from the trash. For more information, see [Manage threads](https://developers.google.com/workspace/gmail/api/guides/threads).",
|
|
1570
|
+
"scopes": [
|
|
1571
|
+
"https://mail.google.com/",
|
|
1572
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
1573
|
+
],
|
|
1574
|
+
"parameters": {
|
|
1575
|
+
"id": {
|
|
1576
|
+
"name": "id",
|
|
1577
|
+
"type": "string",
|
|
1578
|
+
"location": "path",
|
|
1579
|
+
"required": true,
|
|
1580
|
+
"description": "The ID of the thread to remove from Trash."
|
|
1581
|
+
},
|
|
1582
|
+
"userId": {
|
|
1583
|
+
"name": "userId",
|
|
1584
|
+
"type": "string",
|
|
1585
|
+
"location": "path",
|
|
1586
|
+
"required": true,
|
|
1587
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1588
|
+
"default": "me"
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
"parameterOrder": [
|
|
1592
|
+
"userId",
|
|
1593
|
+
"id"
|
|
1594
|
+
],
|
|
1595
|
+
"parameterPolicy": {
|
|
1596
|
+
"id": {
|
|
1597
|
+
"classification": "semantic"
|
|
1598
|
+
},
|
|
1599
|
+
"userId": {
|
|
1600
|
+
"classification": "semantic"
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
"request": null,
|
|
1604
|
+
"response": {
|
|
1605
|
+
"$ref": "Thread"
|
|
1606
|
+
},
|
|
1607
|
+
"supportsMediaUpload": false,
|
|
1608
|
+
"supportsMediaDownload": false,
|
|
1609
|
+
"mediaUpload": null,
|
|
1610
|
+
"launchStatus": "in_scope",
|
|
1611
|
+
"successStatus": 200,
|
|
1612
|
+
"emptyBodyOnSuccess": false
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"id": "users.threads.delete",
|
|
1616
|
+
"discoveryId": "gmail.users.threads.delete",
|
|
1617
|
+
"httpMethod": "DELETE",
|
|
1618
|
+
"path": "gmail/v1/users/{userId}/threads/{id}",
|
|
1619
|
+
"flatPath": "gmail/v1/users/{userId}/threads/{id}",
|
|
1620
|
+
"description": "Immediately and permanently deletes the specified thread. Any messages that belong to the thread are also deleted. This operation cannot be undone. Prefer `threads.trash` instead. For more information, see [Manage threads](https://developers.google.com/workspace/gmail/api/guides/threads).",
|
|
1621
|
+
"scopes": [
|
|
1622
|
+
"https://mail.google.com/"
|
|
1623
|
+
],
|
|
1624
|
+
"parameters": {
|
|
1625
|
+
"id": {
|
|
1626
|
+
"name": "id",
|
|
1627
|
+
"type": "string",
|
|
1628
|
+
"location": "path",
|
|
1629
|
+
"required": true,
|
|
1630
|
+
"description": "ID of the Thread to delete."
|
|
1631
|
+
},
|
|
1632
|
+
"userId": {
|
|
1633
|
+
"name": "userId",
|
|
1634
|
+
"type": "string",
|
|
1635
|
+
"location": "path",
|
|
1636
|
+
"required": true,
|
|
1637
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1638
|
+
"default": "me"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"parameterOrder": [
|
|
1642
|
+
"userId",
|
|
1643
|
+
"id"
|
|
1644
|
+
],
|
|
1645
|
+
"parameterPolicy": {
|
|
1646
|
+
"id": {
|
|
1647
|
+
"classification": "semantic"
|
|
1648
|
+
},
|
|
1649
|
+
"userId": {
|
|
1650
|
+
"classification": "semantic"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
"request": null,
|
|
1654
|
+
"response": null,
|
|
1655
|
+
"supportsMediaUpload": false,
|
|
1656
|
+
"supportsMediaDownload": false,
|
|
1657
|
+
"mediaUpload": null,
|
|
1658
|
+
"launchStatus": "in_scope",
|
|
1659
|
+
"successStatus": 204,
|
|
1660
|
+
"emptyBodyOnSuccess": true
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"id": "users.labels.list",
|
|
1664
|
+
"discoveryId": "gmail.users.labels.list",
|
|
1665
|
+
"httpMethod": "GET",
|
|
1666
|
+
"path": "gmail/v1/users/{userId}/labels",
|
|
1667
|
+
"flatPath": "gmail/v1/users/{userId}/labels",
|
|
1668
|
+
"description": "Lists all labels in the user's mailbox. For more information, see [Manage labels](https://developers.google.com/workspace/gmail/api/guides/labels).",
|
|
1669
|
+
"scopes": [
|
|
1670
|
+
"https://mail.google.com/",
|
|
1671
|
+
"https://www.googleapis.com/auth/gmail.labels",
|
|
1672
|
+
"https://www.googleapis.com/auth/gmail.metadata",
|
|
1673
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
1674
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
1675
|
+
],
|
|
1676
|
+
"parameters": {
|
|
1677
|
+
"userId": {
|
|
1678
|
+
"name": "userId",
|
|
1679
|
+
"type": "string",
|
|
1680
|
+
"location": "path",
|
|
1681
|
+
"required": true,
|
|
1682
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1683
|
+
"default": "me"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
"parameterOrder": [
|
|
1687
|
+
"userId"
|
|
1688
|
+
],
|
|
1689
|
+
"parameterPolicy": {
|
|
1690
|
+
"userId": {
|
|
1691
|
+
"classification": "semantic"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"request": null,
|
|
1695
|
+
"response": {
|
|
1696
|
+
"$ref": "ListLabelsResponse"
|
|
1697
|
+
},
|
|
1698
|
+
"supportsMediaUpload": false,
|
|
1699
|
+
"supportsMediaDownload": false,
|
|
1700
|
+
"mediaUpload": null,
|
|
1701
|
+
"launchStatus": "in_scope",
|
|
1702
|
+
"successStatus": 200,
|
|
1703
|
+
"emptyBodyOnSuccess": false
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"id": "users.labels.get",
|
|
1707
|
+
"discoveryId": "gmail.users.labels.get",
|
|
1708
|
+
"httpMethod": "GET",
|
|
1709
|
+
"path": "gmail/v1/users/{userId}/labels/{id}",
|
|
1710
|
+
"flatPath": "gmail/v1/users/{userId}/labels/{id}",
|
|
1711
|
+
"description": "Gets the specified label. For more information, see [Manage labels](https://developers.google.com/workspace/gmail/api/guides/labels).",
|
|
1712
|
+
"scopes": [
|
|
1713
|
+
"https://mail.google.com/",
|
|
1714
|
+
"https://www.googleapis.com/auth/gmail.labels",
|
|
1715
|
+
"https://www.googleapis.com/auth/gmail.metadata",
|
|
1716
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
1717
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
1718
|
+
],
|
|
1719
|
+
"parameters": {
|
|
1720
|
+
"id": {
|
|
1721
|
+
"name": "id",
|
|
1722
|
+
"type": "string",
|
|
1723
|
+
"location": "path",
|
|
1724
|
+
"required": true,
|
|
1725
|
+
"description": "The ID of the label to retrieve."
|
|
1726
|
+
},
|
|
1727
|
+
"userId": {
|
|
1728
|
+
"name": "userId",
|
|
1729
|
+
"type": "string",
|
|
1730
|
+
"location": "path",
|
|
1731
|
+
"required": true,
|
|
1732
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1733
|
+
"default": "me"
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
"parameterOrder": [
|
|
1737
|
+
"userId",
|
|
1738
|
+
"id"
|
|
1739
|
+
],
|
|
1740
|
+
"parameterPolicy": {
|
|
1741
|
+
"id": {
|
|
1742
|
+
"classification": "semantic"
|
|
1743
|
+
},
|
|
1744
|
+
"userId": {
|
|
1745
|
+
"classification": "semantic"
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
"request": null,
|
|
1749
|
+
"response": {
|
|
1750
|
+
"$ref": "Label"
|
|
1751
|
+
},
|
|
1752
|
+
"supportsMediaUpload": false,
|
|
1753
|
+
"supportsMediaDownload": false,
|
|
1754
|
+
"mediaUpload": null,
|
|
1755
|
+
"launchStatus": "in_scope",
|
|
1756
|
+
"successStatus": 200,
|
|
1757
|
+
"emptyBodyOnSuccess": false
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"id": "users.labels.create",
|
|
1761
|
+
"discoveryId": "gmail.users.labels.create",
|
|
1762
|
+
"httpMethod": "POST",
|
|
1763
|
+
"path": "gmail/v1/users/{userId}/labels",
|
|
1764
|
+
"flatPath": "gmail/v1/users/{userId}/labels",
|
|
1765
|
+
"description": "Creates a label. For more information, see [Manage labels](https://developers.google.com/workspace/gmail/api/guides/labels).",
|
|
1766
|
+
"scopes": [
|
|
1767
|
+
"https://mail.google.com/",
|
|
1768
|
+
"https://www.googleapis.com/auth/gmail.labels",
|
|
1769
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
1770
|
+
],
|
|
1771
|
+
"parameters": {
|
|
1772
|
+
"userId": {
|
|
1773
|
+
"name": "userId",
|
|
1774
|
+
"type": "string",
|
|
1775
|
+
"location": "path",
|
|
1776
|
+
"required": true,
|
|
1777
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1778
|
+
"default": "me"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1781
|
+
"parameterOrder": [
|
|
1782
|
+
"userId"
|
|
1783
|
+
],
|
|
1784
|
+
"parameterPolicy": {
|
|
1785
|
+
"userId": {
|
|
1786
|
+
"classification": "semantic"
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
"request": {
|
|
1790
|
+
"$ref": "Label"
|
|
1791
|
+
},
|
|
1792
|
+
"response": {
|
|
1793
|
+
"$ref": "Label"
|
|
1794
|
+
},
|
|
1795
|
+
"supportsMediaUpload": false,
|
|
1796
|
+
"supportsMediaDownload": false,
|
|
1797
|
+
"mediaUpload": null,
|
|
1798
|
+
"launchStatus": "in_scope",
|
|
1799
|
+
"successStatus": 200,
|
|
1800
|
+
"emptyBodyOnSuccess": false
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"id": "users.labels.update",
|
|
1804
|
+
"discoveryId": "gmail.users.labels.update",
|
|
1805
|
+
"httpMethod": "PUT",
|
|
1806
|
+
"path": "gmail/v1/users/{userId}/labels/{id}",
|
|
1807
|
+
"flatPath": "gmail/v1/users/{userId}/labels/{id}",
|
|
1808
|
+
"description": "Updates the specified label. For more information, see [Manage labels](https://developers.google.com/workspace/gmail/api/guides/labels).",
|
|
1809
|
+
"scopes": [
|
|
1810
|
+
"https://mail.google.com/",
|
|
1811
|
+
"https://www.googleapis.com/auth/gmail.labels",
|
|
1812
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
1813
|
+
],
|
|
1814
|
+
"parameters": {
|
|
1815
|
+
"id": {
|
|
1816
|
+
"name": "id",
|
|
1817
|
+
"type": "string",
|
|
1818
|
+
"location": "path",
|
|
1819
|
+
"required": true,
|
|
1820
|
+
"description": "The ID of the label to update."
|
|
1821
|
+
},
|
|
1822
|
+
"userId": {
|
|
1823
|
+
"name": "userId",
|
|
1824
|
+
"type": "string",
|
|
1825
|
+
"location": "path",
|
|
1826
|
+
"required": true,
|
|
1827
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1828
|
+
"default": "me"
|
|
1829
|
+
}
|
|
1830
|
+
},
|
|
1831
|
+
"parameterOrder": [
|
|
1832
|
+
"userId",
|
|
1833
|
+
"id"
|
|
1834
|
+
],
|
|
1835
|
+
"parameterPolicy": {
|
|
1836
|
+
"id": {
|
|
1837
|
+
"classification": "semantic"
|
|
1838
|
+
},
|
|
1839
|
+
"userId": {
|
|
1840
|
+
"classification": "semantic"
|
|
1841
|
+
}
|
|
1842
|
+
},
|
|
1843
|
+
"request": {
|
|
1844
|
+
"$ref": "Label"
|
|
1845
|
+
},
|
|
1846
|
+
"response": {
|
|
1847
|
+
"$ref": "Label"
|
|
1848
|
+
},
|
|
1849
|
+
"supportsMediaUpload": false,
|
|
1850
|
+
"supportsMediaDownload": false,
|
|
1851
|
+
"mediaUpload": null,
|
|
1852
|
+
"launchStatus": "in_scope",
|
|
1853
|
+
"successStatus": 200,
|
|
1854
|
+
"emptyBodyOnSuccess": false
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"id": "users.labels.patch",
|
|
1858
|
+
"discoveryId": "gmail.users.labels.patch",
|
|
1859
|
+
"httpMethod": "PATCH",
|
|
1860
|
+
"path": "gmail/v1/users/{userId}/labels/{id}",
|
|
1861
|
+
"flatPath": "gmail/v1/users/{userId}/labels/{id}",
|
|
1862
|
+
"description": "Patch the specified label. For more information, see [Manage labels](https://developers.google.com/workspace/gmail/api/guides/labels).",
|
|
1863
|
+
"scopes": [
|
|
1864
|
+
"https://mail.google.com/",
|
|
1865
|
+
"https://www.googleapis.com/auth/gmail.labels",
|
|
1866
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
1867
|
+
],
|
|
1868
|
+
"parameters": {
|
|
1869
|
+
"id": {
|
|
1870
|
+
"name": "id",
|
|
1871
|
+
"type": "string",
|
|
1872
|
+
"location": "path",
|
|
1873
|
+
"required": true,
|
|
1874
|
+
"description": "The ID of the label to update."
|
|
1875
|
+
},
|
|
1876
|
+
"userId": {
|
|
1877
|
+
"name": "userId",
|
|
1878
|
+
"type": "string",
|
|
1879
|
+
"location": "path",
|
|
1880
|
+
"required": true,
|
|
1881
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1882
|
+
"default": "me"
|
|
1883
|
+
}
|
|
1884
|
+
},
|
|
1885
|
+
"parameterOrder": [
|
|
1886
|
+
"userId",
|
|
1887
|
+
"id"
|
|
1888
|
+
],
|
|
1889
|
+
"parameterPolicy": {
|
|
1890
|
+
"id": {
|
|
1891
|
+
"classification": "semantic"
|
|
1892
|
+
},
|
|
1893
|
+
"userId": {
|
|
1894
|
+
"classification": "semantic"
|
|
1895
|
+
}
|
|
1896
|
+
},
|
|
1897
|
+
"request": {
|
|
1898
|
+
"$ref": "Label"
|
|
1899
|
+
},
|
|
1900
|
+
"response": {
|
|
1901
|
+
"$ref": "Label"
|
|
1902
|
+
},
|
|
1903
|
+
"supportsMediaUpload": false,
|
|
1904
|
+
"supportsMediaDownload": false,
|
|
1905
|
+
"mediaUpload": null,
|
|
1906
|
+
"launchStatus": "in_scope",
|
|
1907
|
+
"successStatus": 200,
|
|
1908
|
+
"emptyBodyOnSuccess": false
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"id": "users.labels.delete",
|
|
1912
|
+
"discoveryId": "gmail.users.labels.delete",
|
|
1913
|
+
"httpMethod": "DELETE",
|
|
1914
|
+
"path": "gmail/v1/users/{userId}/labels/{id}",
|
|
1915
|
+
"flatPath": "gmail/v1/users/{userId}/labels/{id}",
|
|
1916
|
+
"description": "Immediately and permanently deletes the specified label and removes it from any messages and threads that it's applied to. For more information, see [Manage labels](https://developers.google.com/workspace/gmail/api/guides/labels).",
|
|
1917
|
+
"scopes": [
|
|
1918
|
+
"https://mail.google.com/",
|
|
1919
|
+
"https://www.googleapis.com/auth/gmail.labels",
|
|
1920
|
+
"https://www.googleapis.com/auth/gmail.modify"
|
|
1921
|
+
],
|
|
1922
|
+
"parameters": {
|
|
1923
|
+
"id": {
|
|
1924
|
+
"name": "id",
|
|
1925
|
+
"type": "string",
|
|
1926
|
+
"location": "path",
|
|
1927
|
+
"required": true,
|
|
1928
|
+
"description": "The ID of the label to delete."
|
|
1929
|
+
},
|
|
1930
|
+
"userId": {
|
|
1931
|
+
"name": "userId",
|
|
1932
|
+
"type": "string",
|
|
1933
|
+
"location": "path",
|
|
1934
|
+
"required": true,
|
|
1935
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
1936
|
+
"default": "me"
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"parameterOrder": [
|
|
1940
|
+
"userId",
|
|
1941
|
+
"id"
|
|
1942
|
+
],
|
|
1943
|
+
"parameterPolicy": {
|
|
1944
|
+
"id": {
|
|
1945
|
+
"classification": "semantic"
|
|
1946
|
+
},
|
|
1947
|
+
"userId": {
|
|
1948
|
+
"classification": "semantic"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
"request": null,
|
|
1952
|
+
"response": null,
|
|
1953
|
+
"supportsMediaUpload": false,
|
|
1954
|
+
"supportsMediaDownload": false,
|
|
1955
|
+
"mediaUpload": null,
|
|
1956
|
+
"launchStatus": "in_scope",
|
|
1957
|
+
"successStatus": 204,
|
|
1958
|
+
"emptyBodyOnSuccess": true
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"id": "users.history.list",
|
|
1962
|
+
"discoveryId": "gmail.users.history.list",
|
|
1963
|
+
"httpMethod": "GET",
|
|
1964
|
+
"path": "gmail/v1/users/{userId}/history",
|
|
1965
|
+
"flatPath": "gmail/v1/users/{userId}/history",
|
|
1966
|
+
"description": "Lists the history of all changes to the given mailbox. History results are returned in chronological order (increasing `historyId`). For more information, see [Synchronize clients with Gmail](https://developers.google.com/workspace/gmail/api/guides/sync).",
|
|
1967
|
+
"scopes": [
|
|
1968
|
+
"https://mail.google.com/",
|
|
1969
|
+
"https://www.googleapis.com/auth/gmail.metadata",
|
|
1970
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
1971
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
1972
|
+
],
|
|
1973
|
+
"parameters": {
|
|
1974
|
+
"historyTypes": {
|
|
1975
|
+
"name": "historyTypes",
|
|
1976
|
+
"type": "string",
|
|
1977
|
+
"location": "query",
|
|
1978
|
+
"required": false,
|
|
1979
|
+
"description": "History types to be returned by the function",
|
|
1980
|
+
"enum": [
|
|
1981
|
+
"messageAdded",
|
|
1982
|
+
"messageDeleted",
|
|
1983
|
+
"labelAdded",
|
|
1984
|
+
"labelRemoved"
|
|
1985
|
+
],
|
|
1986
|
+
"repeated": true
|
|
1987
|
+
},
|
|
1988
|
+
"labelId": {
|
|
1989
|
+
"name": "labelId",
|
|
1990
|
+
"type": "string",
|
|
1991
|
+
"location": "query",
|
|
1992
|
+
"required": false,
|
|
1993
|
+
"description": "Only return messages with a label matching the ID."
|
|
1994
|
+
},
|
|
1995
|
+
"maxResults": {
|
|
1996
|
+
"name": "maxResults",
|
|
1997
|
+
"type": "integer",
|
|
1998
|
+
"location": "query",
|
|
1999
|
+
"required": false,
|
|
2000
|
+
"description": "Maximum number of history records to return. This field defaults to 100. The maximum allowed value for this field is 500.",
|
|
2001
|
+
"default": "100",
|
|
2002
|
+
"format": "uint32"
|
|
2003
|
+
},
|
|
2004
|
+
"pageToken": {
|
|
2005
|
+
"name": "pageToken",
|
|
2006
|
+
"type": "string",
|
|
2007
|
+
"location": "query",
|
|
2008
|
+
"required": false,
|
|
2009
|
+
"description": "Page token to retrieve a specific page of results in the list."
|
|
2010
|
+
},
|
|
2011
|
+
"startHistoryId": {
|
|
2012
|
+
"name": "startHistoryId",
|
|
2013
|
+
"type": "string",
|
|
2014
|
+
"location": "query",
|
|
2015
|
+
"required": false,
|
|
2016
|
+
"description": "Required. Returns history records after the specified `startHistoryId`. The supplied `startHistoryId` should be obtained from the `historyId` of a message, thread, or previous `list` response. History IDs increase chronologically but are not contiguous with random gaps in between valid IDs. Supplying an invalid or out of date `startHistoryId` typically returns an `HTTP 404` error code. A `historyId` is typically valid for at least a week, but in some rare circumstances may be valid for only a few hours. If you receive an `HTTP 404` error response, your application should perform a full sync. If you receive no `nextPageToken` in the response, there are no updates to retrieve and you can store the returned `historyId` for a future request.",
|
|
2017
|
+
"format": "uint64"
|
|
2018
|
+
},
|
|
2019
|
+
"userId": {
|
|
2020
|
+
"name": "userId",
|
|
2021
|
+
"type": "string",
|
|
2022
|
+
"location": "path",
|
|
2023
|
+
"required": true,
|
|
2024
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
2025
|
+
"default": "me"
|
|
2026
|
+
}
|
|
2027
|
+
},
|
|
2028
|
+
"parameterOrder": [
|
|
2029
|
+
"userId"
|
|
2030
|
+
],
|
|
2031
|
+
"parameterPolicy": {
|
|
2032
|
+
"historyTypes": {
|
|
2033
|
+
"classification": "semantic"
|
|
2034
|
+
},
|
|
2035
|
+
"labelId": {
|
|
2036
|
+
"classification": "semantic"
|
|
2037
|
+
},
|
|
2038
|
+
"maxResults": {
|
|
2039
|
+
"classification": "semantic"
|
|
2040
|
+
},
|
|
2041
|
+
"pageToken": {
|
|
2042
|
+
"classification": "semantic"
|
|
2043
|
+
},
|
|
2044
|
+
"startHistoryId": {
|
|
2045
|
+
"classification": "semantic"
|
|
2046
|
+
},
|
|
2047
|
+
"userId": {
|
|
2048
|
+
"classification": "semantic"
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
"request": null,
|
|
2052
|
+
"response": {
|
|
2053
|
+
"$ref": "ListHistoryResponse"
|
|
2054
|
+
},
|
|
2055
|
+
"supportsMediaUpload": false,
|
|
2056
|
+
"supportsMediaDownload": false,
|
|
2057
|
+
"mediaUpload": null,
|
|
2058
|
+
"launchStatus": "in_scope",
|
|
2059
|
+
"successStatus": 200,
|
|
2060
|
+
"emptyBodyOnSuccess": false
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"id": "users.settings.filters.list",
|
|
2064
|
+
"discoveryId": "gmail.users.settings.filters.list",
|
|
2065
|
+
"httpMethod": "GET",
|
|
2066
|
+
"path": "gmail/v1/users/{userId}/settings/filters",
|
|
2067
|
+
"flatPath": "gmail/v1/users/{userId}/settings/filters",
|
|
2068
|
+
"description": "Lists the message filters of a Gmail user. For more information, see [Manage Gmail filters](https://developers.google.com/workspace/gmail/api/guides/filter_settings).",
|
|
2069
|
+
"scopes": [
|
|
2070
|
+
"https://mail.google.com/",
|
|
2071
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
2072
|
+
"https://www.googleapis.com/auth/gmail.readonly",
|
|
2073
|
+
"https://www.googleapis.com/auth/gmail.settings.basic"
|
|
2074
|
+
],
|
|
2075
|
+
"parameters": {
|
|
2076
|
+
"userId": {
|
|
2077
|
+
"name": "userId",
|
|
2078
|
+
"type": "string",
|
|
2079
|
+
"location": "path",
|
|
2080
|
+
"required": true,
|
|
2081
|
+
"description": "User's email address. The special value \"me\" can be used to indicate the authenticated user.",
|
|
2082
|
+
"default": "me"
|
|
2083
|
+
}
|
|
2084
|
+
},
|
|
2085
|
+
"parameterOrder": [
|
|
2086
|
+
"userId"
|
|
2087
|
+
],
|
|
2088
|
+
"parameterPolicy": {
|
|
2089
|
+
"userId": {
|
|
2090
|
+
"classification": "semantic"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"request": null,
|
|
2094
|
+
"response": {
|
|
2095
|
+
"$ref": "ListFiltersResponse"
|
|
2096
|
+
},
|
|
2097
|
+
"supportsMediaUpload": false,
|
|
2098
|
+
"supportsMediaDownload": false,
|
|
2099
|
+
"mediaUpload": null,
|
|
2100
|
+
"launchStatus": "in_scope",
|
|
2101
|
+
"successStatus": 200,
|
|
2102
|
+
"emptyBodyOnSuccess": false
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"id": "users.settings.filters.get",
|
|
2106
|
+
"discoveryId": "gmail.users.settings.filters.get",
|
|
2107
|
+
"httpMethod": "GET",
|
|
2108
|
+
"path": "gmail/v1/users/{userId}/settings/filters/{id}",
|
|
2109
|
+
"flatPath": "gmail/v1/users/{userId}/settings/filters/{id}",
|
|
2110
|
+
"description": "Gets a filter. For more information, see [Manage Gmail filters](https://developers.google.com/workspace/gmail/api/guides/filter_settings).",
|
|
2111
|
+
"scopes": [
|
|
2112
|
+
"https://mail.google.com/",
|
|
2113
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
2114
|
+
"https://www.googleapis.com/auth/gmail.readonly",
|
|
2115
|
+
"https://www.googleapis.com/auth/gmail.settings.basic"
|
|
2116
|
+
],
|
|
2117
|
+
"parameters": {
|
|
2118
|
+
"id": {
|
|
2119
|
+
"name": "id",
|
|
2120
|
+
"type": "string",
|
|
2121
|
+
"location": "path",
|
|
2122
|
+
"required": true,
|
|
2123
|
+
"description": "The ID of the filter to be fetched."
|
|
2124
|
+
},
|
|
2125
|
+
"userId": {
|
|
2126
|
+
"name": "userId",
|
|
2127
|
+
"type": "string",
|
|
2128
|
+
"location": "path",
|
|
2129
|
+
"required": true,
|
|
2130
|
+
"description": "User's email address. The special value \"me\" can be used to indicate the authenticated user.",
|
|
2131
|
+
"default": "me"
|
|
2132
|
+
}
|
|
2133
|
+
},
|
|
2134
|
+
"parameterOrder": [
|
|
2135
|
+
"userId",
|
|
2136
|
+
"id"
|
|
2137
|
+
],
|
|
2138
|
+
"parameterPolicy": {
|
|
2139
|
+
"id": {
|
|
2140
|
+
"classification": "semantic"
|
|
2141
|
+
},
|
|
2142
|
+
"userId": {
|
|
2143
|
+
"classification": "semantic"
|
|
2144
|
+
}
|
|
2145
|
+
},
|
|
2146
|
+
"request": null,
|
|
2147
|
+
"response": {
|
|
2148
|
+
"$ref": "Filter"
|
|
2149
|
+
},
|
|
2150
|
+
"supportsMediaUpload": false,
|
|
2151
|
+
"supportsMediaDownload": false,
|
|
2152
|
+
"mediaUpload": null,
|
|
2153
|
+
"launchStatus": "in_scope",
|
|
2154
|
+
"successStatus": 200,
|
|
2155
|
+
"emptyBodyOnSuccess": false
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"id": "users.settings.filters.create",
|
|
2159
|
+
"discoveryId": "gmail.users.settings.filters.create",
|
|
2160
|
+
"httpMethod": "POST",
|
|
2161
|
+
"path": "gmail/v1/users/{userId}/settings/filters",
|
|
2162
|
+
"flatPath": "gmail/v1/users/{userId}/settings/filters",
|
|
2163
|
+
"description": "Creates a filter. Note: you can only create a maximum of 1,000 filters. For more information, see [Manage Gmail filters](https://developers.google.com/workspace/gmail/api/guides/filter_settings).",
|
|
2164
|
+
"scopes": [
|
|
2165
|
+
"https://www.googleapis.com/auth/gmail.settings.basic"
|
|
2166
|
+
],
|
|
2167
|
+
"parameters": {
|
|
2168
|
+
"userId": {
|
|
2169
|
+
"name": "userId",
|
|
2170
|
+
"type": "string",
|
|
2171
|
+
"location": "path",
|
|
2172
|
+
"required": true,
|
|
2173
|
+
"description": "User's email address. The special value \"me\" can be used to indicate the authenticated user.",
|
|
2174
|
+
"default": "me"
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
"parameterOrder": [
|
|
2178
|
+
"userId"
|
|
2179
|
+
],
|
|
2180
|
+
"parameterPolicy": {
|
|
2181
|
+
"userId": {
|
|
2182
|
+
"classification": "semantic"
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2185
|
+
"request": {
|
|
2186
|
+
"$ref": "Filter"
|
|
2187
|
+
},
|
|
2188
|
+
"response": {
|
|
2189
|
+
"$ref": "Filter"
|
|
2190
|
+
},
|
|
2191
|
+
"supportsMediaUpload": false,
|
|
2192
|
+
"supportsMediaDownload": false,
|
|
2193
|
+
"mediaUpload": null,
|
|
2194
|
+
"launchStatus": "in_scope",
|
|
2195
|
+
"successStatus": 200,
|
|
2196
|
+
"emptyBodyOnSuccess": false
|
|
2197
|
+
},
|
|
2198
|
+
{
|
|
2199
|
+
"id": "users.settings.filters.delete",
|
|
2200
|
+
"discoveryId": "gmail.users.settings.filters.delete",
|
|
2201
|
+
"httpMethod": "DELETE",
|
|
2202
|
+
"path": "gmail/v1/users/{userId}/settings/filters/{id}",
|
|
2203
|
+
"flatPath": "gmail/v1/users/{userId}/settings/filters/{id}",
|
|
2204
|
+
"description": "Immediately and permanently deletes the specified filter. For more information, see [Manage Gmail filters](https://developers.google.com/workspace/gmail/api/guides/filter_settings).",
|
|
2205
|
+
"scopes": [
|
|
2206
|
+
"https://www.googleapis.com/auth/gmail.settings.basic"
|
|
2207
|
+
],
|
|
2208
|
+
"parameters": {
|
|
2209
|
+
"id": {
|
|
2210
|
+
"name": "id",
|
|
2211
|
+
"type": "string",
|
|
2212
|
+
"location": "path",
|
|
2213
|
+
"required": true,
|
|
2214
|
+
"description": "The ID of the filter to be deleted."
|
|
2215
|
+
},
|
|
2216
|
+
"userId": {
|
|
2217
|
+
"name": "userId",
|
|
2218
|
+
"type": "string",
|
|
2219
|
+
"location": "path",
|
|
2220
|
+
"required": true,
|
|
2221
|
+
"description": "User's email address. The special value \"me\" can be used to indicate the authenticated user.",
|
|
2222
|
+
"default": "me"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
"parameterOrder": [
|
|
2226
|
+
"userId",
|
|
2227
|
+
"id"
|
|
2228
|
+
],
|
|
2229
|
+
"parameterPolicy": {
|
|
2230
|
+
"id": {
|
|
2231
|
+
"classification": "semantic"
|
|
2232
|
+
},
|
|
2233
|
+
"userId": {
|
|
2234
|
+
"classification": "semantic"
|
|
2235
|
+
}
|
|
2236
|
+
},
|
|
2237
|
+
"request": null,
|
|
2238
|
+
"response": null,
|
|
2239
|
+
"supportsMediaUpload": false,
|
|
2240
|
+
"supportsMediaDownload": false,
|
|
2241
|
+
"mediaUpload": null,
|
|
2242
|
+
"launchStatus": "in_scope",
|
|
2243
|
+
"successStatus": 204,
|
|
2244
|
+
"emptyBodyOnSuccess": true
|
|
2245
|
+
},
|
|
2246
|
+
{
|
|
2247
|
+
"id": "users.settings.forwardingAddresses.list",
|
|
2248
|
+
"discoveryId": "gmail.users.settings.forwardingAddresses.list",
|
|
2249
|
+
"httpMethod": "GET",
|
|
2250
|
+
"path": "gmail/v1/users/{userId}/settings/forwardingAddresses",
|
|
2251
|
+
"flatPath": "gmail/v1/users/{userId}/settings/forwardingAddresses",
|
|
2252
|
+
"description": "Lists the forwarding addresses for the specified account. For more information, see [Manage email forwarding](https://developers.google.com/workspace/gmail/api/guides/forwarding_settings).",
|
|
2253
|
+
"scopes": [
|
|
2254
|
+
"https://mail.google.com/",
|
|
2255
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
2256
|
+
"https://www.googleapis.com/auth/gmail.readonly",
|
|
2257
|
+
"https://www.googleapis.com/auth/gmail.settings.basic"
|
|
2258
|
+
],
|
|
2259
|
+
"parameters": {
|
|
2260
|
+
"userId": {
|
|
2261
|
+
"name": "userId",
|
|
2262
|
+
"type": "string",
|
|
2263
|
+
"location": "path",
|
|
2264
|
+
"required": true,
|
|
2265
|
+
"description": "User's email address. The special value \"me\" can be used to indicate the authenticated user.",
|
|
2266
|
+
"default": "me"
|
|
2267
|
+
}
|
|
2268
|
+
},
|
|
2269
|
+
"parameterOrder": [
|
|
2270
|
+
"userId"
|
|
2271
|
+
],
|
|
2272
|
+
"parameterPolicy": {
|
|
2273
|
+
"userId": {
|
|
2274
|
+
"classification": "semantic"
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2277
|
+
"request": null,
|
|
2278
|
+
"response": {
|
|
2279
|
+
"$ref": "ListForwardingAddressesResponse"
|
|
2280
|
+
},
|
|
2281
|
+
"supportsMediaUpload": false,
|
|
2282
|
+
"supportsMediaDownload": false,
|
|
2283
|
+
"mediaUpload": null,
|
|
2284
|
+
"launchStatus": "in_scope",
|
|
2285
|
+
"successStatus": 200,
|
|
2286
|
+
"emptyBodyOnSuccess": false
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"id": "users.settings.forwardingAddresses.get",
|
|
2290
|
+
"discoveryId": "gmail.users.settings.forwardingAddresses.get",
|
|
2291
|
+
"httpMethod": "GET",
|
|
2292
|
+
"path": "gmail/v1/users/{userId}/settings/forwardingAddresses/{forwardingEmail}",
|
|
2293
|
+
"flatPath": "gmail/v1/users/{userId}/settings/forwardingAddresses/{forwardingEmail}",
|
|
2294
|
+
"description": "Gets the specified forwarding address. For more information, see [Manage email forwarding](https://developers.google.com/workspace/gmail/api/guides/forwarding_settings).",
|
|
2295
|
+
"scopes": [
|
|
2296
|
+
"https://mail.google.com/",
|
|
2297
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
2298
|
+
"https://www.googleapis.com/auth/gmail.readonly",
|
|
2299
|
+
"https://www.googleapis.com/auth/gmail.settings.basic"
|
|
2300
|
+
],
|
|
2301
|
+
"parameters": {
|
|
2302
|
+
"forwardingEmail": {
|
|
2303
|
+
"name": "forwardingEmail",
|
|
2304
|
+
"type": "string",
|
|
2305
|
+
"location": "path",
|
|
2306
|
+
"required": true,
|
|
2307
|
+
"description": "The forwarding address to be retrieved."
|
|
2308
|
+
},
|
|
2309
|
+
"userId": {
|
|
2310
|
+
"name": "userId",
|
|
2311
|
+
"type": "string",
|
|
2312
|
+
"location": "path",
|
|
2313
|
+
"required": true,
|
|
2314
|
+
"description": "User's email address. The special value \"me\" can be used to indicate the authenticated user.",
|
|
2315
|
+
"default": "me"
|
|
2316
|
+
}
|
|
2317
|
+
},
|
|
2318
|
+
"parameterOrder": [
|
|
2319
|
+
"userId",
|
|
2320
|
+
"forwardingEmail"
|
|
2321
|
+
],
|
|
2322
|
+
"parameterPolicy": {
|
|
2323
|
+
"forwardingEmail": {
|
|
2324
|
+
"classification": "semantic"
|
|
2325
|
+
},
|
|
2326
|
+
"userId": {
|
|
2327
|
+
"classification": "semantic"
|
|
2328
|
+
}
|
|
2329
|
+
},
|
|
2330
|
+
"request": null,
|
|
2331
|
+
"response": {
|
|
2332
|
+
"$ref": "ForwardingAddress"
|
|
2333
|
+
},
|
|
2334
|
+
"supportsMediaUpload": false,
|
|
2335
|
+
"supportsMediaDownload": false,
|
|
2336
|
+
"mediaUpload": null,
|
|
2337
|
+
"launchStatus": "in_scope",
|
|
2338
|
+
"successStatus": 200,
|
|
2339
|
+
"emptyBodyOnSuccess": false
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
"id": "users.settings.sendAs.list",
|
|
2343
|
+
"discoveryId": "gmail.users.settings.sendAs.list",
|
|
2344
|
+
"httpMethod": "GET",
|
|
2345
|
+
"path": "gmail/v1/users/{userId}/settings/sendAs",
|
|
2346
|
+
"flatPath": "gmail/v1/users/{userId}/settings/sendAs",
|
|
2347
|
+
"description": "Lists the send-as aliases for the specified account. The result includes the primary send-as address associated with the account as well as any custom \"from\" aliases. For more information, see [Manage aliases and signatures with the Gmail API](https://developers.google.com/workspace/gmail/api/guides/alias_and_signature_settings).",
|
|
2348
|
+
"scopes": [
|
|
2349
|
+
"https://mail.google.com/",
|
|
2350
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
2351
|
+
"https://www.googleapis.com/auth/gmail.readonly",
|
|
2352
|
+
"https://www.googleapis.com/auth/gmail.settings.basic"
|
|
2353
|
+
],
|
|
2354
|
+
"parameters": {
|
|
2355
|
+
"userId": {
|
|
2356
|
+
"name": "userId",
|
|
2357
|
+
"type": "string",
|
|
2358
|
+
"location": "path",
|
|
2359
|
+
"required": true,
|
|
2360
|
+
"description": "User's email address. The special value \"me\" can be used to indicate the authenticated user.",
|
|
2361
|
+
"default": "me"
|
|
2362
|
+
}
|
|
2363
|
+
},
|
|
2364
|
+
"parameterOrder": [
|
|
2365
|
+
"userId"
|
|
2366
|
+
],
|
|
2367
|
+
"parameterPolicy": {
|
|
2368
|
+
"userId": {
|
|
2369
|
+
"classification": "semantic"
|
|
2370
|
+
}
|
|
2371
|
+
},
|
|
2372
|
+
"request": null,
|
|
2373
|
+
"response": {
|
|
2374
|
+
"$ref": "ListSendAsResponse"
|
|
2375
|
+
},
|
|
2376
|
+
"supportsMediaUpload": false,
|
|
2377
|
+
"supportsMediaDownload": false,
|
|
2378
|
+
"mediaUpload": null,
|
|
2379
|
+
"launchStatus": "in_scope",
|
|
2380
|
+
"successStatus": 200,
|
|
2381
|
+
"emptyBodyOnSuccess": false
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"id": "users.settings.sendAs.get",
|
|
2385
|
+
"discoveryId": "gmail.users.settings.sendAs.get",
|
|
2386
|
+
"httpMethod": "GET",
|
|
2387
|
+
"path": "gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}",
|
|
2388
|
+
"flatPath": "gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}",
|
|
2389
|
+
"description": "Gets the specified send-as alias. Fails with an HTTP 404 error if the specified address is not a member of the collection. For more information, see [Manage aliases and signatures with the Gmail API](https://developers.google.com/workspace/gmail/api/guides/alias_and_signature_settings).",
|
|
2390
|
+
"scopes": [
|
|
2391
|
+
"https://mail.google.com/",
|
|
2392
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
2393
|
+
"https://www.googleapis.com/auth/gmail.readonly",
|
|
2394
|
+
"https://www.googleapis.com/auth/gmail.settings.basic"
|
|
2395
|
+
],
|
|
2396
|
+
"parameters": {
|
|
2397
|
+
"sendAsEmail": {
|
|
2398
|
+
"name": "sendAsEmail",
|
|
2399
|
+
"type": "string",
|
|
2400
|
+
"location": "path",
|
|
2401
|
+
"required": true,
|
|
2402
|
+
"description": "The send-as alias to be retrieved."
|
|
2403
|
+
},
|
|
2404
|
+
"userId": {
|
|
2405
|
+
"name": "userId",
|
|
2406
|
+
"type": "string",
|
|
2407
|
+
"location": "path",
|
|
2408
|
+
"required": true,
|
|
2409
|
+
"description": "User's email address. The special value \"me\" can be used to indicate the authenticated user.",
|
|
2410
|
+
"default": "me"
|
|
2411
|
+
}
|
|
2412
|
+
},
|
|
2413
|
+
"parameterOrder": [
|
|
2414
|
+
"userId",
|
|
2415
|
+
"sendAsEmail"
|
|
2416
|
+
],
|
|
2417
|
+
"parameterPolicy": {
|
|
2418
|
+
"sendAsEmail": {
|
|
2419
|
+
"classification": "semantic"
|
|
2420
|
+
},
|
|
2421
|
+
"userId": {
|
|
2422
|
+
"classification": "semantic"
|
|
2423
|
+
}
|
|
2424
|
+
},
|
|
2425
|
+
"request": null,
|
|
2426
|
+
"response": {
|
|
2427
|
+
"$ref": "SendAs"
|
|
2428
|
+
},
|
|
2429
|
+
"supportsMediaUpload": false,
|
|
2430
|
+
"supportsMediaDownload": false,
|
|
2431
|
+
"mediaUpload": null,
|
|
2432
|
+
"launchStatus": "in_scope",
|
|
2433
|
+
"successStatus": 200,
|
|
2434
|
+
"emptyBodyOnSuccess": false
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
"id": "users.watch",
|
|
2438
|
+
"discoveryId": "gmail.users.watch",
|
|
2439
|
+
"httpMethod": "POST",
|
|
2440
|
+
"path": "gmail/v1/users/{userId}/watch",
|
|
2441
|
+
"flatPath": "gmail/v1/users/{userId}/watch",
|
|
2442
|
+
"description": "Set up or update a push notification watch on the given user mailbox. For more information, see [Configure push notifications in Gmail API](https://developers.google.com/workspace/gmail/api/guides/push).",
|
|
2443
|
+
"scopes": [
|
|
2444
|
+
"https://mail.google.com/",
|
|
2445
|
+
"https://www.googleapis.com/auth/gmail.metadata",
|
|
2446
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
2447
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
2448
|
+
],
|
|
2449
|
+
"parameters": {
|
|
2450
|
+
"userId": {
|
|
2451
|
+
"name": "userId",
|
|
2452
|
+
"type": "string",
|
|
2453
|
+
"location": "path",
|
|
2454
|
+
"required": true,
|
|
2455
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
2456
|
+
"default": "me"
|
|
2457
|
+
}
|
|
2458
|
+
},
|
|
2459
|
+
"parameterOrder": [
|
|
2460
|
+
"userId"
|
|
2461
|
+
],
|
|
2462
|
+
"parameterPolicy": {
|
|
2463
|
+
"userId": {
|
|
2464
|
+
"classification": "semantic"
|
|
2465
|
+
}
|
|
2466
|
+
},
|
|
2467
|
+
"request": {
|
|
2468
|
+
"$ref": "WatchRequest"
|
|
2469
|
+
},
|
|
2470
|
+
"response": {
|
|
2471
|
+
"$ref": "WatchResponse"
|
|
2472
|
+
},
|
|
2473
|
+
"supportsMediaUpload": false,
|
|
2474
|
+
"supportsMediaDownload": false,
|
|
2475
|
+
"mediaUpload": null,
|
|
2476
|
+
"launchStatus": "named_gap_501",
|
|
2477
|
+
"successStatus": 200,
|
|
2478
|
+
"emptyBodyOnSuccess": false
|
|
2479
|
+
},
|
|
2480
|
+
{
|
|
2481
|
+
"id": "users.stop",
|
|
2482
|
+
"discoveryId": "gmail.users.stop",
|
|
2483
|
+
"httpMethod": "POST",
|
|
2484
|
+
"path": "gmail/v1/users/{userId}/stop",
|
|
2485
|
+
"flatPath": "gmail/v1/users/{userId}/stop",
|
|
2486
|
+
"description": "Turn off push notification delivery for the given user mailbox. For more information, see [Configure push notifications in Gmail API](https://developers.google.com/workspace/gmail/api/guides/push).",
|
|
2487
|
+
"scopes": [
|
|
2488
|
+
"https://mail.google.com/",
|
|
2489
|
+
"https://www.googleapis.com/auth/gmail.metadata",
|
|
2490
|
+
"https://www.googleapis.com/auth/gmail.modify",
|
|
2491
|
+
"https://www.googleapis.com/auth/gmail.readonly"
|
|
2492
|
+
],
|
|
2493
|
+
"parameters": {
|
|
2494
|
+
"userId": {
|
|
2495
|
+
"name": "userId",
|
|
2496
|
+
"type": "string",
|
|
2497
|
+
"location": "path",
|
|
2498
|
+
"required": true,
|
|
2499
|
+
"description": "The user's email address. The special value `me` can be used to indicate the authenticated user.",
|
|
2500
|
+
"default": "me"
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2503
|
+
"parameterOrder": [
|
|
2504
|
+
"userId"
|
|
2505
|
+
],
|
|
2506
|
+
"parameterPolicy": {
|
|
2507
|
+
"userId": {
|
|
2508
|
+
"classification": "semantic"
|
|
2509
|
+
}
|
|
2510
|
+
},
|
|
2511
|
+
"request": null,
|
|
2512
|
+
"response": null,
|
|
2513
|
+
"supportsMediaUpload": false,
|
|
2514
|
+
"supportsMediaDownload": false,
|
|
2515
|
+
"mediaUpload": null,
|
|
2516
|
+
"launchStatus": "named_gap_501",
|
|
2517
|
+
"successStatus": 200,
|
|
2518
|
+
"emptyBodyOnSuccess": false
|
|
2519
|
+
}
|
|
2520
|
+
],
|
|
2521
|
+
"schemas": {
|
|
2522
|
+
"BatchDeleteMessagesRequest": {
|
|
2523
|
+
"properties": {
|
|
2524
|
+
"ids": {
|
|
2525
|
+
"type": "array",
|
|
2526
|
+
"items": {
|
|
2527
|
+
"type": "string"
|
|
2528
|
+
},
|
|
2529
|
+
"description": "The IDs of the messages to delete."
|
|
2530
|
+
}
|
|
2531
|
+
},
|
|
2532
|
+
"type": "object",
|
|
2533
|
+
"id": "BatchDeleteMessagesRequest"
|
|
2534
|
+
},
|
|
2535
|
+
"BatchModifyMessagesRequest": {
|
|
2536
|
+
"id": "BatchModifyMessagesRequest",
|
|
2537
|
+
"type": "object",
|
|
2538
|
+
"properties": {
|
|
2539
|
+
"ids": {
|
|
2540
|
+
"description": "The IDs of the messages to modify. There is a limit of 1000 ids per request.",
|
|
2541
|
+
"type": "array",
|
|
2542
|
+
"items": {
|
|
2543
|
+
"type": "string"
|
|
2544
|
+
}
|
|
2545
|
+
},
|
|
2546
|
+
"removeLabelIds": {
|
|
2547
|
+
"description": "A list of label IDs to remove from messages.",
|
|
2548
|
+
"type": "array",
|
|
2549
|
+
"items": {
|
|
2550
|
+
"type": "string"
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2553
|
+
"addLabelIds": {
|
|
2554
|
+
"description": "A list of label IDs to add to messages.",
|
|
2555
|
+
"type": "array",
|
|
2556
|
+
"items": {
|
|
2557
|
+
"type": "string"
|
|
2558
|
+
}
|
|
2559
|
+
},
|
|
2560
|
+
"addClassificationLabels": {
|
|
2561
|
+
"description": "A list of Classification Label values to add. If a Classification Label with the same label ID is already applied to the message, fields with existing field IDs will be updated and fields with new field IDs will be added. There's a limit of 20 Classification Label values per request. If the message is already classified and the final total number of Classification Label values exceeds the maximum allowed number of Classification Label values per message, the modification fails.",
|
|
2562
|
+
"type": "array",
|
|
2563
|
+
"items": {
|
|
2564
|
+
"$ref": "ClassificationLabelValue"
|
|
2565
|
+
}
|
|
2566
|
+
},
|
|
2567
|
+
"removeClassificationLabelIds": {
|
|
2568
|
+
"type": "array",
|
|
2569
|
+
"items": {
|
|
2570
|
+
"type": "string"
|
|
2571
|
+
},
|
|
2572
|
+
"description": "A list of Classification Label values to remove from messages."
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
},
|
|
2576
|
+
"ClassificationLabelFieldValue": {
|
|
2577
|
+
"properties": {
|
|
2578
|
+
"fieldId": {
|
|
2579
|
+
"type": "string",
|
|
2580
|
+
"description": "Required. The field ID for the Classification Label Value. Maps to the ID field of the Google Drive `Label.Field` object."
|
|
2581
|
+
},
|
|
2582
|
+
"selection": {
|
|
2583
|
+
"type": "string",
|
|
2584
|
+
"description": "Selection choice ID for the selection option. Should only be set if the field type is `SELECTION` in the Google Drive `Label.Field` object. Maps to the id field of the Google Drive `Label.Field.SelectionOptions` resource."
|
|
2585
|
+
}
|
|
2586
|
+
},
|
|
2587
|
+
"type": "object",
|
|
2588
|
+
"id": "ClassificationLabelFieldValue",
|
|
2589
|
+
"description": "Field values for a classification label."
|
|
2590
|
+
},
|
|
2591
|
+
"ClassificationLabelValue": {
|
|
2592
|
+
"id": "ClassificationLabelValue",
|
|
2593
|
+
"description": "Classification Labels applied to the email message. Classification Labels are different from Gmail inbox labels. Only used for Google Workspace accounts. [Learn more about classification labels](https://support.google.com/a/answer/9292382).",
|
|
2594
|
+
"type": "object",
|
|
2595
|
+
"properties": {
|
|
2596
|
+
"fields": {
|
|
2597
|
+
"description": "Field values for the given classification label ID.",
|
|
2598
|
+
"type": "array",
|
|
2599
|
+
"items": {
|
|
2600
|
+
"$ref": "ClassificationLabelFieldValue"
|
|
2601
|
+
}
|
|
2602
|
+
},
|
|
2603
|
+
"labelId": {
|
|
2604
|
+
"type": "string",
|
|
2605
|
+
"description": "Required. The canonical or raw alphanumeric classification label ID. Maps to the ID field of the Google Drive Label resource."
|
|
2606
|
+
}
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
"Draft": {
|
|
2610
|
+
"type": "object",
|
|
2611
|
+
"properties": {
|
|
2612
|
+
"id": {
|
|
2613
|
+
"description": "The immutable ID of the draft.",
|
|
2614
|
+
"annotations": {
|
|
2615
|
+
"required": [
|
|
2616
|
+
"gmail.users.drafts.send"
|
|
2617
|
+
]
|
|
2618
|
+
},
|
|
2619
|
+
"type": "string"
|
|
2620
|
+
},
|
|
2621
|
+
"message": {
|
|
2622
|
+
"description": "The message content of the draft.",
|
|
2623
|
+
"$ref": "Message"
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2626
|
+
"id": "Draft",
|
|
2627
|
+
"description": "A draft email in the user's mailbox."
|
|
2628
|
+
},
|
|
2629
|
+
"Filter": {
|
|
2630
|
+
"properties": {
|
|
2631
|
+
"criteria": {
|
|
2632
|
+
"$ref": "FilterCriteria",
|
|
2633
|
+
"description": "Matching criteria for the filter."
|
|
2634
|
+
},
|
|
2635
|
+
"id": {
|
|
2636
|
+
"type": "string",
|
|
2637
|
+
"description": "The server assigned ID of the filter."
|
|
2638
|
+
},
|
|
2639
|
+
"action": {
|
|
2640
|
+
"$ref": "FilterAction",
|
|
2641
|
+
"description": "Action that the filter performs."
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
"type": "object",
|
|
2645
|
+
"id": "Filter",
|
|
2646
|
+
"description": "Resource definition for Gmail filters. Filters apply to specific messages instead of an entire email thread."
|
|
2647
|
+
},
|
|
2648
|
+
"FilterAction": {
|
|
2649
|
+
"id": "FilterAction",
|
|
2650
|
+
"description": "A set of actions to perform on a message.",
|
|
2651
|
+
"type": "object",
|
|
2652
|
+
"properties": {
|
|
2653
|
+
"addLabelIds": {
|
|
2654
|
+
"description": "List of labels to add to the message.",
|
|
2655
|
+
"type": "array",
|
|
2656
|
+
"items": {
|
|
2657
|
+
"type": "string"
|
|
2658
|
+
}
|
|
2659
|
+
},
|
|
2660
|
+
"forward": {
|
|
2661
|
+
"description": "Email address that the message should be forwarded to. This effectively redirects the message to the address specified in this field, maintaining the original sender in the \"From\" field.",
|
|
2662
|
+
"type": "string"
|
|
2663
|
+
},
|
|
2664
|
+
"removeLabelIds": {
|
|
2665
|
+
"description": "List of labels to remove from the message.",
|
|
2666
|
+
"type": "array",
|
|
2667
|
+
"items": {
|
|
2668
|
+
"type": "string"
|
|
2669
|
+
}
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
2672
|
+
},
|
|
2673
|
+
"FilterCriteria": {
|
|
2674
|
+
"type": "object",
|
|
2675
|
+
"properties": {
|
|
2676
|
+
"subject": {
|
|
2677
|
+
"type": "string",
|
|
2678
|
+
"description": "Case-insensitive phrase found in the message's subject. Trailing and leading whitespace are be trimmed and adjacent spaces are collapsed."
|
|
2679
|
+
},
|
|
2680
|
+
"from": {
|
|
2681
|
+
"description": "The sender's display name or email address.",
|
|
2682
|
+
"type": "string"
|
|
2683
|
+
},
|
|
2684
|
+
"to": {
|
|
2685
|
+
"description": "The recipient's display name or email address. Includes recipients in the \"to\", \"cc\", and \"bcc\" header fields. You can use simply the local part of the email address. For example, \"example\" and \"example@\" both match \"example@gmail.com\". This field is case-insensitive.",
|
|
2686
|
+
"type": "string"
|
|
2687
|
+
},
|
|
2688
|
+
"size": {
|
|
2689
|
+
"type": "integer",
|
|
2690
|
+
"format": "int32",
|
|
2691
|
+
"description": "The size of the entire RFC822 message in bytes, including all headers and attachments."
|
|
2692
|
+
},
|
|
2693
|
+
"query": {
|
|
2694
|
+
"description": "Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, `\"from:someuser@example.com rfc822msgid: is:unread\"`.",
|
|
2695
|
+
"type": "string"
|
|
2696
|
+
},
|
|
2697
|
+
"sizeComparison": {
|
|
2698
|
+
"description": "How the message size in bytes should be in relation to the size field.",
|
|
2699
|
+
"enumDescriptions": [
|
|
2700
|
+
"",
|
|
2701
|
+
"Find messages smaller than the given size.",
|
|
2702
|
+
"Find messages larger than the given size."
|
|
2703
|
+
],
|
|
2704
|
+
"type": "string",
|
|
2705
|
+
"enum": [
|
|
2706
|
+
"unspecified",
|
|
2707
|
+
"smaller",
|
|
2708
|
+
"larger"
|
|
2709
|
+
]
|
|
2710
|
+
},
|
|
2711
|
+
"negatedQuery": {
|
|
2712
|
+
"type": "string",
|
|
2713
|
+
"description": "Only return messages not matching the specified query. Supports the same query format as the Gmail search box. For example, `\"from:someuser@example.com rfc822msgid: is:unread\"`."
|
|
2714
|
+
},
|
|
2715
|
+
"hasAttachment": {
|
|
2716
|
+
"description": "Whether the message has any attachment.",
|
|
2717
|
+
"type": "boolean"
|
|
2718
|
+
},
|
|
2719
|
+
"excludeChats": {
|
|
2720
|
+
"description": "Whether the response should exclude chats.",
|
|
2721
|
+
"type": "boolean"
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
"id": "FilterCriteria",
|
|
2725
|
+
"description": "Message matching criteria."
|
|
2726
|
+
},
|
|
2727
|
+
"ForwardingAddress": {
|
|
2728
|
+
"id": "ForwardingAddress",
|
|
2729
|
+
"description": "Settings for a forwarding address.",
|
|
2730
|
+
"properties": {
|
|
2731
|
+
"forwardingEmail": {
|
|
2732
|
+
"description": "An email address to which messages can be forwarded.",
|
|
2733
|
+
"type": "string"
|
|
2734
|
+
},
|
|
2735
|
+
"verificationStatus": {
|
|
2736
|
+
"description": "Indicates whether this address has been verified and is usable for forwarding. Read-only.",
|
|
2737
|
+
"enumDescriptions": [
|
|
2738
|
+
"Unspecified verification status.",
|
|
2739
|
+
"The address is ready to use for forwarding.",
|
|
2740
|
+
"The address is awaiting verification by the owner."
|
|
2741
|
+
],
|
|
2742
|
+
"type": "string",
|
|
2743
|
+
"enum": [
|
|
2744
|
+
"verificationStatusUnspecified",
|
|
2745
|
+
"accepted",
|
|
2746
|
+
"pending"
|
|
2747
|
+
]
|
|
2748
|
+
}
|
|
2749
|
+
},
|
|
2750
|
+
"type": "object"
|
|
2751
|
+
},
|
|
2752
|
+
"History": {
|
|
2753
|
+
"properties": {
|
|
2754
|
+
"messages": {
|
|
2755
|
+
"type": "array",
|
|
2756
|
+
"items": {
|
|
2757
|
+
"$ref": "Message"
|
|
2758
|
+
},
|
|
2759
|
+
"description": "List of messages changed in this history record. The fields for specific change types, such as `messagesAdded` may duplicate messages in this field. We recommend using the specific change-type fields instead of this."
|
|
2760
|
+
},
|
|
2761
|
+
"labelsRemoved": {
|
|
2762
|
+
"type": "array",
|
|
2763
|
+
"items": {
|
|
2764
|
+
"$ref": "HistoryLabelRemoved"
|
|
2765
|
+
},
|
|
2766
|
+
"description": "Labels removed from messages in this history record."
|
|
2767
|
+
},
|
|
2768
|
+
"id": {
|
|
2769
|
+
"description": "The mailbox sequence ID.",
|
|
2770
|
+
"type": "string",
|
|
2771
|
+
"format": "uint64"
|
|
2772
|
+
},
|
|
2773
|
+
"messagesAdded": {
|
|
2774
|
+
"description": "Messages added to the mailbox in this history record.",
|
|
2775
|
+
"type": "array",
|
|
2776
|
+
"items": {
|
|
2777
|
+
"$ref": "HistoryMessageAdded"
|
|
2778
|
+
}
|
|
2779
|
+
},
|
|
2780
|
+
"labelsAdded": {
|
|
2781
|
+
"type": "array",
|
|
2782
|
+
"items": {
|
|
2783
|
+
"$ref": "HistoryLabelAdded"
|
|
2784
|
+
},
|
|
2785
|
+
"description": "Labels added to messages in this history record."
|
|
2786
|
+
},
|
|
2787
|
+
"messagesDeleted": {
|
|
2788
|
+
"type": "array",
|
|
2789
|
+
"items": {
|
|
2790
|
+
"$ref": "HistoryMessageDeleted"
|
|
2791
|
+
},
|
|
2792
|
+
"description": "Messages deleted (not Trashed) from the mailbox in this history record."
|
|
2793
|
+
}
|
|
2794
|
+
},
|
|
2795
|
+
"type": "object",
|
|
2796
|
+
"id": "History",
|
|
2797
|
+
"description": "A record of a change to the user's mailbox. Each history change may affect multiple messages in multiple ways."
|
|
2798
|
+
},
|
|
2799
|
+
"HistoryLabelAdded": {
|
|
2800
|
+
"type": "object",
|
|
2801
|
+
"properties": {
|
|
2802
|
+
"labelIds": {
|
|
2803
|
+
"type": "array",
|
|
2804
|
+
"items": {
|
|
2805
|
+
"type": "string"
|
|
2806
|
+
},
|
|
2807
|
+
"description": "Label IDs added to the message."
|
|
2808
|
+
},
|
|
2809
|
+
"message": {
|
|
2810
|
+
"$ref": "Message"
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
"id": "HistoryLabelAdded"
|
|
2814
|
+
},
|
|
2815
|
+
"HistoryLabelRemoved": {
|
|
2816
|
+
"type": "object",
|
|
2817
|
+
"properties": {
|
|
2818
|
+
"message": {
|
|
2819
|
+
"$ref": "Message"
|
|
2820
|
+
},
|
|
2821
|
+
"labelIds": {
|
|
2822
|
+
"type": "array",
|
|
2823
|
+
"items": {
|
|
2824
|
+
"type": "string"
|
|
2825
|
+
},
|
|
2826
|
+
"description": "Label IDs removed from the message."
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
"id": "HistoryLabelRemoved"
|
|
2830
|
+
},
|
|
2831
|
+
"HistoryMessageAdded": {
|
|
2832
|
+
"type": "object",
|
|
2833
|
+
"properties": {
|
|
2834
|
+
"message": {
|
|
2835
|
+
"$ref": "Message"
|
|
2836
|
+
}
|
|
2837
|
+
},
|
|
2838
|
+
"id": "HistoryMessageAdded"
|
|
2839
|
+
},
|
|
2840
|
+
"HistoryMessageDeleted": {
|
|
2841
|
+
"properties": {
|
|
2842
|
+
"message": {
|
|
2843
|
+
"$ref": "Message"
|
|
2844
|
+
}
|
|
2845
|
+
},
|
|
2846
|
+
"type": "object",
|
|
2847
|
+
"id": "HistoryMessageDeleted"
|
|
2848
|
+
},
|
|
2849
|
+
"Label": {
|
|
2850
|
+
"properties": {
|
|
2851
|
+
"threadsTotal": {
|
|
2852
|
+
"description": "The total number of threads with the label.",
|
|
2853
|
+
"type": "integer",
|
|
2854
|
+
"format": "int32"
|
|
2855
|
+
},
|
|
2856
|
+
"threadsUnread": {
|
|
2857
|
+
"type": "integer",
|
|
2858
|
+
"format": "int32",
|
|
2859
|
+
"description": "The number of unread threads with the label."
|
|
2860
|
+
},
|
|
2861
|
+
"name": {
|
|
2862
|
+
"description": "The display name of the label.",
|
|
2863
|
+
"type": "string",
|
|
2864
|
+
"annotations": {
|
|
2865
|
+
"required": [
|
|
2866
|
+
"gmail.users.labels.create",
|
|
2867
|
+
"gmail.users.labels.update"
|
|
2868
|
+
]
|
|
2869
|
+
}
|
|
2870
|
+
},
|
|
2871
|
+
"type": {
|
|
2872
|
+
"description": "The owner type for the label. User labels are created by the user and can be modified and deleted by the user and can be applied to any message or thread. System labels are internally created and cannot be added, modified, or deleted. System labels may be able to be applied to or removed from messages and threads under some circumstances but this is not guaranteed. For example, users can apply and remove the `INBOX` and `UNREAD` labels from messages and threads, but cannot apply or remove the `DRAFTS` or `SENT` labels from messages or threads.",
|
|
2873
|
+
"enumDescriptions": [
|
|
2874
|
+
"Labels created by Gmail.",
|
|
2875
|
+
"Custom labels created by the user or application."
|
|
2876
|
+
],
|
|
2877
|
+
"type": "string",
|
|
2878
|
+
"enum": [
|
|
2879
|
+
"system",
|
|
2880
|
+
"user"
|
|
2881
|
+
]
|
|
2882
|
+
},
|
|
2883
|
+
"messageListVisibility": {
|
|
2884
|
+
"description": "The visibility of messages with this label in the message list in the Gmail web interface.",
|
|
2885
|
+
"type": "string",
|
|
2886
|
+
"enumDescriptions": [
|
|
2887
|
+
"Show the label in the message list.",
|
|
2888
|
+
"Do not show the label in the message list."
|
|
2889
|
+
],
|
|
2890
|
+
"enum": [
|
|
2891
|
+
"show",
|
|
2892
|
+
"hide"
|
|
2893
|
+
],
|
|
2894
|
+
"annotations": {
|
|
2895
|
+
"required": [
|
|
2896
|
+
"gmail.users.labels.create",
|
|
2897
|
+
"gmail.users.labels.update"
|
|
2898
|
+
]
|
|
2899
|
+
}
|
|
2900
|
+
},
|
|
2901
|
+
"labelListVisibility": {
|
|
2902
|
+
"enum": [
|
|
2903
|
+
"labelShow",
|
|
2904
|
+
"labelShowIfUnread",
|
|
2905
|
+
"labelHide"
|
|
2906
|
+
],
|
|
2907
|
+
"annotations": {
|
|
2908
|
+
"required": [
|
|
2909
|
+
"gmail.users.labels.create",
|
|
2910
|
+
"gmail.users.labels.update"
|
|
2911
|
+
]
|
|
2912
|
+
},
|
|
2913
|
+
"type": "string",
|
|
2914
|
+
"enumDescriptions": [
|
|
2915
|
+
"Show the label in the label list.",
|
|
2916
|
+
"Show the label if there are any unread messages with that label.",
|
|
2917
|
+
"Do not show the label in the label list."
|
|
2918
|
+
],
|
|
2919
|
+
"description": "The visibility of the label in the label list in the Gmail web interface."
|
|
2920
|
+
},
|
|
2921
|
+
"color": {
|
|
2922
|
+
"description": "The color to assign to the label. Color is only available for labels that have their `type` set to `user`.",
|
|
2923
|
+
"$ref": "LabelColor"
|
|
2924
|
+
},
|
|
2925
|
+
"messagesTotal": {
|
|
2926
|
+
"description": "The total number of messages with the label.",
|
|
2927
|
+
"type": "integer",
|
|
2928
|
+
"format": "int32"
|
|
2929
|
+
},
|
|
2930
|
+
"id": {
|
|
2931
|
+
"type": "string",
|
|
2932
|
+
"annotations": {
|
|
2933
|
+
"required": [
|
|
2934
|
+
"gmail.users.labels.update"
|
|
2935
|
+
]
|
|
2936
|
+
},
|
|
2937
|
+
"description": "The immutable ID of the label."
|
|
2938
|
+
},
|
|
2939
|
+
"messagesUnread": {
|
|
2940
|
+
"description": "The number of unread messages with the label.",
|
|
2941
|
+
"type": "integer",
|
|
2942
|
+
"format": "int32"
|
|
2943
|
+
}
|
|
2944
|
+
},
|
|
2945
|
+
"type": "object",
|
|
2946
|
+
"id": "Label",
|
|
2947
|
+
"description": "Labels are used to categorize messages and threads within the user's mailbox. The maximum number of labels supported for a user's mailbox is 10,000."
|
|
2948
|
+
},
|
|
2949
|
+
"LabelColor": {
|
|
2950
|
+
"properties": {
|
|
2951
|
+
"textColor": {
|
|
2952
|
+
"type": "string",
|
|
2953
|
+
"description": "The text color of the label, represented as hex string. This field is required in order to set the color of a label. Only the following predefined set of color values are allowed: \\#000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, \\#fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, \\#f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, \\#efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, \\#e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, \\#cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, \\#ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, \\#822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c, \\#464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, \\#711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, \\#594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, \\#c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, \\#662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765, #757575, #1e53b8, \\#007286, #7858c3, #c2185b, #d93025, #54240e, #633e04, #521d28, #202124, \\#083018"
|
|
2954
|
+
},
|
|
2955
|
+
"backgroundColor": {
|
|
2956
|
+
"type": "string",
|
|
2957
|
+
"description": "The background color represented as hex string #RRGGBB (ex #000000). This field is required in order to set the color of a label. Only the following predefined set of color values are allowed: \\#000000, #434343, #666666, #999999, #cccccc, #efefef, #f3f3f3, #ffffff, \\#fb4c2f, #ffad47, #fad165, #16a766, #43d692, #4a86e8, #a479e2, #f691b3, \\#f6c5be, #ffe6c7, #fef1d1, #b9e4d0, #c6f3de, #c9daf8, #e4d7f5, #fcdee8, \\#efa093, #ffd6a2, #fce8b3, #89d3b2, #a0eac9, #a4c2f4, #d0bcf1, #fbc8d9, \\#e66550, #ffbc6b, #fcda83, #44b984, #68dfa9, #6d9eeb, #b694e8, #f7a7c0, \\#cc3a21, #eaa041, #f2c960, #149e60, #3dc789, #3c78d8, #8e63ce, #e07798, \\#ac2b16, #cf8933, #d5ae49, #0b804b, #2a9c68, #285bac, #653e9b, #b65775, \\#822111, #a46a21, #aa8831, #076239, #1a764d, #1c4587, #41236d, #83334c, \\#464646, #e7e7e7, #0d3472, #b6cff5, #0d3b44, #98d7e4, #3d188e, #e3d7ff, \\#711a36, #fbd3e0, #8a1c0a, #f2b2a8, #7a2e0b, #ffc8af, #7a4706, #ffdeb5, \\#594c05, #fbe983, #684e07, #fdedc1, #0b4f30, #b3efd3, #04502e, #a2dcc1, \\#c2c2c2, #4986e7, #2da2bb, #b99aff, #994a64, #f691b2, #ff7537, #ffad46, \\#662e37, #ebdbde, #cca6ac, #094228, #42d692, #16a765, #757575, #1e53b8, \\#007286, #7858c3, #c2185b, #d93025, #54240e, #633e04, #521d28, #202124, \\#083018"
|
|
2958
|
+
}
|
|
2959
|
+
},
|
|
2960
|
+
"type": "object",
|
|
2961
|
+
"id": "LabelColor"
|
|
2962
|
+
},
|
|
2963
|
+
"ListDraftsResponse": {
|
|
2964
|
+
"type": "object",
|
|
2965
|
+
"properties": {
|
|
2966
|
+
"resultSizeEstimate": {
|
|
2967
|
+
"description": "Estimated total number of results.",
|
|
2968
|
+
"type": "integer",
|
|
2969
|
+
"format": "uint32"
|
|
2970
|
+
},
|
|
2971
|
+
"nextPageToken": {
|
|
2972
|
+
"type": "string",
|
|
2973
|
+
"description": "Token to retrieve the next page of results in the list."
|
|
2974
|
+
},
|
|
2975
|
+
"drafts": {
|
|
2976
|
+
"description": "List of drafts. Note that the `Message` property in each `Draft` resource only contains an `id` and a `threadId`. The [`messages.get`](https://developers.google.com/workspace/gmail/api/v1/reference/users/messages/get) method can fetch additional message details.",
|
|
2977
|
+
"type": "array",
|
|
2978
|
+
"items": {
|
|
2979
|
+
"$ref": "Draft"
|
|
2980
|
+
}
|
|
2981
|
+
}
|
|
2982
|
+
},
|
|
2983
|
+
"id": "ListDraftsResponse"
|
|
2984
|
+
},
|
|
2985
|
+
"ListFiltersResponse": {
|
|
2986
|
+
"properties": {
|
|
2987
|
+
"filter": {
|
|
2988
|
+
"description": "List of a user's filters.",
|
|
2989
|
+
"type": "array",
|
|
2990
|
+
"items": {
|
|
2991
|
+
"$ref": "Filter"
|
|
2992
|
+
}
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2995
|
+
"type": "object",
|
|
2996
|
+
"id": "ListFiltersResponse",
|
|
2997
|
+
"description": "Response for the ListFilters method."
|
|
2998
|
+
},
|
|
2999
|
+
"ListForwardingAddressesResponse": {
|
|
3000
|
+
"type": "object",
|
|
3001
|
+
"properties": {
|
|
3002
|
+
"forwardingAddresses": {
|
|
3003
|
+
"description": "List of addresses that may be used for forwarding.",
|
|
3004
|
+
"type": "array",
|
|
3005
|
+
"items": {
|
|
3006
|
+
"$ref": "ForwardingAddress"
|
|
3007
|
+
}
|
|
3008
|
+
}
|
|
3009
|
+
},
|
|
3010
|
+
"id": "ListForwardingAddressesResponse",
|
|
3011
|
+
"description": "Response for the ListForwardingAddresses method."
|
|
3012
|
+
},
|
|
3013
|
+
"ListHistoryResponse": {
|
|
3014
|
+
"properties": {
|
|
3015
|
+
"nextPageToken": {
|
|
3016
|
+
"type": "string",
|
|
3017
|
+
"description": "Page token to retrieve the next page of results in the list."
|
|
3018
|
+
},
|
|
3019
|
+
"history": {
|
|
3020
|
+
"type": "array",
|
|
3021
|
+
"items": {
|
|
3022
|
+
"$ref": "History"
|
|
3023
|
+
},
|
|
3024
|
+
"description": "List of history records. Any `messages` contained in the response will typically only have `id` and `threadId` fields populated."
|
|
3025
|
+
},
|
|
3026
|
+
"historyId": {
|
|
3027
|
+
"type": "string",
|
|
3028
|
+
"format": "uint64",
|
|
3029
|
+
"description": "The ID of the mailbox's current history record."
|
|
3030
|
+
}
|
|
3031
|
+
},
|
|
3032
|
+
"type": "object",
|
|
3033
|
+
"id": "ListHistoryResponse"
|
|
3034
|
+
},
|
|
3035
|
+
"ListLabelsResponse": {
|
|
3036
|
+
"properties": {
|
|
3037
|
+
"labels": {
|
|
3038
|
+
"description": "List of labels. Note that each label resource only contains an `id`, `name`, `messageListVisibility`, `labelListVisibility`, and `type`. The [`labels.get`](https://developers.google.com/workspace/gmail/api/v1/reference/users/labels/get) method can fetch additional label details.",
|
|
3039
|
+
"type": "array",
|
|
3040
|
+
"items": {
|
|
3041
|
+
"$ref": "Label"
|
|
3042
|
+
}
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
"type": "object",
|
|
3046
|
+
"id": "ListLabelsResponse"
|
|
3047
|
+
},
|
|
3048
|
+
"ListMessagesResponse": {
|
|
3049
|
+
"type": "object",
|
|
3050
|
+
"properties": {
|
|
3051
|
+
"resultSizeEstimate": {
|
|
3052
|
+
"description": "Estimated total number of results.",
|
|
3053
|
+
"type": "integer",
|
|
3054
|
+
"format": "uint32"
|
|
3055
|
+
},
|
|
3056
|
+
"messages": {
|
|
3057
|
+
"description": "List of messages. Note that each message resource contains only an `id` and a `threadId`. Additional message details can be fetched using the messages.get method.",
|
|
3058
|
+
"type": "array",
|
|
3059
|
+
"items": {
|
|
3060
|
+
"$ref": "Message"
|
|
3061
|
+
}
|
|
3062
|
+
},
|
|
3063
|
+
"nextPageToken": {
|
|
3064
|
+
"type": "string",
|
|
3065
|
+
"description": "Token to retrieve the next page of results in the list."
|
|
3066
|
+
}
|
|
3067
|
+
},
|
|
3068
|
+
"id": "ListMessagesResponse"
|
|
3069
|
+
},
|
|
3070
|
+
"ListSendAsResponse": {
|
|
3071
|
+
"type": "object",
|
|
3072
|
+
"properties": {
|
|
3073
|
+
"sendAs": {
|
|
3074
|
+
"type": "array",
|
|
3075
|
+
"items": {
|
|
3076
|
+
"$ref": "SendAs"
|
|
3077
|
+
},
|
|
3078
|
+
"description": "List of send-as aliases."
|
|
3079
|
+
}
|
|
3080
|
+
},
|
|
3081
|
+
"id": "ListSendAsResponse",
|
|
3082
|
+
"description": "Response for the ListSendAs method."
|
|
3083
|
+
},
|
|
3084
|
+
"ListThreadsResponse": {
|
|
3085
|
+
"type": "object",
|
|
3086
|
+
"properties": {
|
|
3087
|
+
"resultSizeEstimate": {
|
|
3088
|
+
"type": "integer",
|
|
3089
|
+
"format": "uint32",
|
|
3090
|
+
"description": "Estimated total number of results."
|
|
3091
|
+
},
|
|
3092
|
+
"nextPageToken": {
|
|
3093
|
+
"type": "string",
|
|
3094
|
+
"description": "Page token to retrieve the next page of results in the list."
|
|
3095
|
+
},
|
|
3096
|
+
"threads": {
|
|
3097
|
+
"description": "List of threads. Note that each thread resource does not contain a list of `messages`. The list of `messages` for a given thread can be fetched using the [`threads.get`](https://developers.google.com/workspace/gmail/api/v1/reference/users/threads/get) method.",
|
|
3098
|
+
"type": "array",
|
|
3099
|
+
"items": {
|
|
3100
|
+
"$ref": "Thread"
|
|
3101
|
+
}
|
|
3102
|
+
}
|
|
3103
|
+
},
|
|
3104
|
+
"id": "ListThreadsResponse"
|
|
3105
|
+
},
|
|
3106
|
+
"Message": {
|
|
3107
|
+
"id": "Message",
|
|
3108
|
+
"description": "An email message.",
|
|
3109
|
+
"type": "object",
|
|
3110
|
+
"properties": {
|
|
3111
|
+
"snippet": {
|
|
3112
|
+
"type": "string",
|
|
3113
|
+
"description": "A short part of the message text."
|
|
3114
|
+
},
|
|
3115
|
+
"sizeEstimate": {
|
|
3116
|
+
"description": "Estimated size in bytes of the message.",
|
|
3117
|
+
"type": "integer",
|
|
3118
|
+
"format": "int32"
|
|
3119
|
+
},
|
|
3120
|
+
"id": {
|
|
3121
|
+
"type": "string",
|
|
3122
|
+
"description": "The immutable ID of the message."
|
|
3123
|
+
},
|
|
3124
|
+
"internalDate": {
|
|
3125
|
+
"type": "string",
|
|
3126
|
+
"format": "int64",
|
|
3127
|
+
"description": "The internal message creation timestamp (epoch ms), which determines ordering in the inbox. For normal SMTP-received email, this represents the time the message was originally accepted by Google, which is more reliable than the `Date` header. However, for API-migrated mail, it can be configured by client to be based on the `Date` header."
|
|
3128
|
+
},
|
|
3129
|
+
"raw": {
|
|
3130
|
+
"annotations": {
|
|
3131
|
+
"required": [
|
|
3132
|
+
"gmail.users.messages.insert",
|
|
3133
|
+
"gmail.users.messages.send"
|
|
3134
|
+
]
|
|
3135
|
+
},
|
|
3136
|
+
"type": "string",
|
|
3137
|
+
"format": "byte",
|
|
3138
|
+
"description": "The entire email message in an RFC 2822 formatted and base64url encoded string. Returned in `messages.get` and `drafts.get` responses when the `format=RAW` parameter is supplied. @required gmail.users.drafts.create gmail.users.drafts.update"
|
|
3139
|
+
},
|
|
3140
|
+
"classificationLabelValues": {
|
|
3141
|
+
"type": "array",
|
|
3142
|
+
"items": {
|
|
3143
|
+
"$ref": "ClassificationLabelValue"
|
|
3144
|
+
},
|
|
3145
|
+
"description": "Classification Label values on the message. Available Classification Label schemas can be queried using the Google Drive Labels API. Each classification label ID must be unique. If duplicate IDs are provided, only one will be retained, and the selection is arbitrary. Only used for Google Workspace accounts. There's a limit of 20 Classification Label values per request. If the Classification Label values exceeds the maximum allowed number, the request fails."
|
|
3146
|
+
},
|
|
3147
|
+
"threadId": {
|
|
3148
|
+
"type": "string",
|
|
3149
|
+
"description": "The ID of the thread the message belongs to. To add a message or draft to a thread, the following criteria must be met: 1. The requested `threadId` must be specified on the `Message` or `Draft.Message` you supply with your request. 2. The `References` and `In-Reply-To` headers must be set in compliance with the [RFC 2822](https://tools.ietf.org/html/rfc2822) standard. 3. The `Subject` headers must match. "
|
|
3150
|
+
},
|
|
3151
|
+
"payload": {
|
|
3152
|
+
"$ref": "MessagePart",
|
|
3153
|
+
"description": "The parsed email structure in the message parts."
|
|
3154
|
+
},
|
|
3155
|
+
"labelIds": {
|
|
3156
|
+
"type": "array",
|
|
3157
|
+
"items": {
|
|
3158
|
+
"type": "string"
|
|
3159
|
+
},
|
|
3160
|
+
"description": "List of IDs of labels applied to this message."
|
|
3161
|
+
},
|
|
3162
|
+
"historyId": {
|
|
3163
|
+
"type": "string",
|
|
3164
|
+
"format": "uint64",
|
|
3165
|
+
"description": "The ID of the last history record that modified this message."
|
|
3166
|
+
}
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
3169
|
+
"MessagePart": {
|
|
3170
|
+
"type": "object",
|
|
3171
|
+
"properties": {
|
|
3172
|
+
"mimeType": {
|
|
3173
|
+
"type": "string",
|
|
3174
|
+
"description": "The MIME type of the message part."
|
|
3175
|
+
},
|
|
3176
|
+
"body": {
|
|
3177
|
+
"description": "The message part body for this part, which may be empty for container MIME message parts.",
|
|
3178
|
+
"$ref": "MessagePartBody"
|
|
3179
|
+
},
|
|
3180
|
+
"filename": {
|
|
3181
|
+
"description": "The filename of the attachment. Only present if this message part represents an attachment.",
|
|
3182
|
+
"type": "string"
|
|
3183
|
+
},
|
|
3184
|
+
"parts": {
|
|
3185
|
+
"description": "The child MIME message parts of this part. This only applies to container MIME message parts, for example `multipart/*`. For non- container MIME message part types, such as `text/plain`, this field is empty. For more information, see RFC 1521.",
|
|
3186
|
+
"type": "array",
|
|
3187
|
+
"items": {
|
|
3188
|
+
"$ref": "MessagePart"
|
|
3189
|
+
}
|
|
3190
|
+
},
|
|
3191
|
+
"partId": {
|
|
3192
|
+
"description": "The immutable ID of the message part.",
|
|
3193
|
+
"type": "string"
|
|
3194
|
+
},
|
|
3195
|
+
"headers": {
|
|
3196
|
+
"description": "List of headers on this message part. For the top-level message part, representing the entire message payload, it will contain the standard RFC 2822 email headers such as `To`, `From`, and `Subject`.",
|
|
3197
|
+
"type": "array",
|
|
3198
|
+
"items": {
|
|
3199
|
+
"$ref": "MessagePartHeader"
|
|
3200
|
+
}
|
|
3201
|
+
}
|
|
3202
|
+
},
|
|
3203
|
+
"id": "MessagePart",
|
|
3204
|
+
"description": "A single MIME message part."
|
|
3205
|
+
},
|
|
3206
|
+
"MessagePartBody": {
|
|
3207
|
+
"type": "object",
|
|
3208
|
+
"properties": {
|
|
3209
|
+
"data": {
|
|
3210
|
+
"description": "The body data of a MIME message part as a base64url encoded string. May be empty for MIME container types that have no message body or when the body data is sent as a separate attachment. An attachment ID is present if the body data is contained in a separate attachment.",
|
|
3211
|
+
"type": "string",
|
|
3212
|
+
"format": "byte"
|
|
3213
|
+
},
|
|
3214
|
+
"size": {
|
|
3215
|
+
"type": "integer",
|
|
3216
|
+
"format": "int32",
|
|
3217
|
+
"description": "Number of bytes for the message part data (encoding notwithstanding)."
|
|
3218
|
+
},
|
|
3219
|
+
"attachmentId": {
|
|
3220
|
+
"description": "When present, contains the ID of an external attachment that can be retrieved in a separate `messages.attachments.get` request. When not present, the entire content of the message part body is contained in the data field.",
|
|
3221
|
+
"type": "string"
|
|
3222
|
+
}
|
|
3223
|
+
},
|
|
3224
|
+
"id": "MessagePartBody",
|
|
3225
|
+
"description": "The body of a single MIME message part."
|
|
3226
|
+
},
|
|
3227
|
+
"MessagePartHeader": {
|
|
3228
|
+
"properties": {
|
|
3229
|
+
"value": {
|
|
3230
|
+
"type": "string",
|
|
3231
|
+
"description": "The value of the header after the `:` separator. For example, `someuser@example.com`."
|
|
3232
|
+
},
|
|
3233
|
+
"name": {
|
|
3234
|
+
"type": "string",
|
|
3235
|
+
"description": "The name of the header before the `:` separator. For example, `To`."
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
"type": "object",
|
|
3239
|
+
"id": "MessagePartHeader"
|
|
3240
|
+
},
|
|
3241
|
+
"ModifyMessageRequest": {
|
|
3242
|
+
"id": "ModifyMessageRequest",
|
|
3243
|
+
"type": "object",
|
|
3244
|
+
"properties": {
|
|
3245
|
+
"removeLabelIds": {
|
|
3246
|
+
"type": "array",
|
|
3247
|
+
"items": {
|
|
3248
|
+
"type": "string"
|
|
3249
|
+
},
|
|
3250
|
+
"description": "A list IDs of labels to remove from this message. You can remove up to 100 labels with each update."
|
|
3251
|
+
},
|
|
3252
|
+
"addClassificationLabels": {
|
|
3253
|
+
"type": "array",
|
|
3254
|
+
"items": {
|
|
3255
|
+
"$ref": "ClassificationLabelValue"
|
|
3256
|
+
},
|
|
3257
|
+
"description": "A list of classification label values to add. If a Classification Label with the same label ID is already applied to the message, fields with existing field IDs will be updated and fields with new field IDs will be added. There's a limit of 20 Classification Label values per request. If the message is already classified and the final total number of Classification Label values exceeds the maximum allowed number of Classification Label values per message, the modification fails."
|
|
3258
|
+
},
|
|
3259
|
+
"addLabelIds": {
|
|
3260
|
+
"type": "array",
|
|
3261
|
+
"items": {
|
|
3262
|
+
"type": "string"
|
|
3263
|
+
},
|
|
3264
|
+
"description": "A list of IDs of labels to add to this message. You can add up to 100 labels with each update."
|
|
3265
|
+
},
|
|
3266
|
+
"removeClassificationLabelIds": {
|
|
3267
|
+
"description": "A list of Classification Label values to remove from this message.",
|
|
3268
|
+
"type": "array",
|
|
3269
|
+
"items": {
|
|
3270
|
+
"type": "string"
|
|
3271
|
+
}
|
|
3272
|
+
}
|
|
3273
|
+
}
|
|
3274
|
+
},
|
|
3275
|
+
"ModifyThreadRequest": {
|
|
3276
|
+
"properties": {
|
|
3277
|
+
"addLabelIds": {
|
|
3278
|
+
"type": "array",
|
|
3279
|
+
"items": {
|
|
3280
|
+
"type": "string"
|
|
3281
|
+
},
|
|
3282
|
+
"description": "A list of IDs of labels to add to this thread. You can add up to 100 labels with each update."
|
|
3283
|
+
},
|
|
3284
|
+
"removeLabelIds": {
|
|
3285
|
+
"type": "array",
|
|
3286
|
+
"items": {
|
|
3287
|
+
"type": "string"
|
|
3288
|
+
},
|
|
3289
|
+
"description": "A list of IDs of labels to remove from this thread. You can remove up to 100 labels with each update."
|
|
3290
|
+
}
|
|
3291
|
+
},
|
|
3292
|
+
"type": "object",
|
|
3293
|
+
"id": "ModifyThreadRequest"
|
|
3294
|
+
},
|
|
3295
|
+
"Profile": {
|
|
3296
|
+
"properties": {
|
|
3297
|
+
"emailAddress": {
|
|
3298
|
+
"type": "string",
|
|
3299
|
+
"description": "The user's email address."
|
|
3300
|
+
},
|
|
3301
|
+
"messagesTotal": {
|
|
3302
|
+
"description": "The total number of messages in the mailbox.",
|
|
3303
|
+
"type": "integer",
|
|
3304
|
+
"format": "int32"
|
|
3305
|
+
},
|
|
3306
|
+
"historyId": {
|
|
3307
|
+
"description": "The ID of the mailbox's current history record.",
|
|
3308
|
+
"type": "string",
|
|
3309
|
+
"format": "uint64"
|
|
3310
|
+
},
|
|
3311
|
+
"threadsTotal": {
|
|
3312
|
+
"description": "The total number of threads in the mailbox.",
|
|
3313
|
+
"type": "integer",
|
|
3314
|
+
"format": "int32"
|
|
3315
|
+
}
|
|
3316
|
+
},
|
|
3317
|
+
"type": "object",
|
|
3318
|
+
"id": "Profile",
|
|
3319
|
+
"description": "Profile for a Gmail user."
|
|
3320
|
+
},
|
|
3321
|
+
"SendAs": {
|
|
3322
|
+
"id": "SendAs",
|
|
3323
|
+
"description": "Settings associated with a send-as alias, which can be either the primary login address associated with the account or a custom \"from\" address. Send-as aliases correspond to the \"Send Mail As\" feature in the web interface. The send-as alias must be a valid email address.",
|
|
3324
|
+
"type": "object",
|
|
3325
|
+
"properties": {
|
|
3326
|
+
"verificationStatus": {
|
|
3327
|
+
"description": "Indicates whether this address has been verified for use as a send-as alias. Read-only. This setting only applies to custom \"from\" aliases.",
|
|
3328
|
+
"type": "string",
|
|
3329
|
+
"enum": [
|
|
3330
|
+
"verificationStatusUnspecified",
|
|
3331
|
+
"accepted",
|
|
3332
|
+
"pending"
|
|
3333
|
+
],
|
|
3334
|
+
"enumDescriptions": [
|
|
3335
|
+
"Unspecified verification status.",
|
|
3336
|
+
"The address is ready to use as a send-as alias.",
|
|
3337
|
+
"The address is awaiting verification by the owner."
|
|
3338
|
+
]
|
|
3339
|
+
},
|
|
3340
|
+
"smtpMsa": {
|
|
3341
|
+
"description": "An optional SMTP service that will be used as an outbound relay for mail sent using this alias. If this is empty, outbound mail will be sent directly from Gmail's servers to the destination SMTP service. This setting only applies to custom \"from\" aliases.",
|
|
3342
|
+
"$ref": "SmtpMsa"
|
|
3343
|
+
},
|
|
3344
|
+
"replyToAddress": {
|
|
3345
|
+
"description": "An optional email address that is included in a \"Reply-To:\" header for mail sent using this alias. If this is empty, Gmail will not generate a \"Reply-To:\" header.",
|
|
3346
|
+
"type": "string"
|
|
3347
|
+
},
|
|
3348
|
+
"isPrimary": {
|
|
3349
|
+
"description": "Whether this address is the primary address used to login to the account. Every Gmail account has exactly one primary address, and it cannot be deleted from the collection of send-as aliases. This field is read-only.",
|
|
3350
|
+
"type": "boolean"
|
|
3351
|
+
},
|
|
3352
|
+
"sendAsEmail": {
|
|
3353
|
+
"type": "string",
|
|
3354
|
+
"description": "The email address that appears in the \"From:\" header for mail sent using this alias. This is read-only for all operations except create."
|
|
3355
|
+
},
|
|
3356
|
+
"isDefault": {
|
|
3357
|
+
"description": "Whether this address is selected as the default \"From:\" address in situations such as composing a new message or sending a vacation auto-reply. Every Gmail account has exactly one default send-as address, so the only legal value that clients may write to this field is `true`. Changing this from `false` to `true` for an address will result in this field becoming `false` for the other previous default address.",
|
|
3358
|
+
"type": "boolean"
|
|
3359
|
+
},
|
|
3360
|
+
"displayName": {
|
|
3361
|
+
"description": "A name that appears in the \"From:\" header for mail sent using this alias. For custom \"from\" addresses, when this is empty, Gmail will populate the \"From:\" header with the name that is used for the primary address associated with the account. If the admin has disabled the ability for users to update their name format, requests to update this field for the primary login will silently fail.",
|
|
3362
|
+
"type": "string"
|
|
3363
|
+
},
|
|
3364
|
+
"signature": {
|
|
3365
|
+
"description": "An optional HTML signature that is included in messages composed with this alias in the Gmail web UI. This signature is added to new emails only.",
|
|
3366
|
+
"type": "string"
|
|
3367
|
+
},
|
|
3368
|
+
"treatAsAlias": {
|
|
3369
|
+
"type": "boolean",
|
|
3370
|
+
"description": "Whether Gmail should treat this address as an alias for the user's primary email address. This setting only applies to custom \"from\" aliases."
|
|
3371
|
+
}
|
|
3372
|
+
}
|
|
3373
|
+
},
|
|
3374
|
+
"SmtpMsa": {
|
|
3375
|
+
"properties": {
|
|
3376
|
+
"password": {
|
|
3377
|
+
"description": "The password that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses.",
|
|
3378
|
+
"type": "string"
|
|
3379
|
+
},
|
|
3380
|
+
"host": {
|
|
3381
|
+
"description": "The hostname of the SMTP service. Required.",
|
|
3382
|
+
"type": "string"
|
|
3383
|
+
},
|
|
3384
|
+
"username": {
|
|
3385
|
+
"type": "string",
|
|
3386
|
+
"description": "The username that will be used for authentication with the SMTP service. This is a write-only field that can be specified in requests to create or update SendAs settings; it is never populated in responses."
|
|
3387
|
+
},
|
|
3388
|
+
"port": {
|
|
3389
|
+
"description": "The port of the SMTP service. Required.",
|
|
3390
|
+
"type": "integer",
|
|
3391
|
+
"format": "int32"
|
|
3392
|
+
},
|
|
3393
|
+
"securityMode": {
|
|
3394
|
+
"description": "The protocol that will be used to secure communication with the SMTP service. Required.",
|
|
3395
|
+
"enumDescriptions": [
|
|
3396
|
+
"Unspecified security mode.",
|
|
3397
|
+
"Communication with the remote SMTP service is unsecured. Requires port 25.",
|
|
3398
|
+
"Communication with the remote SMTP service is secured using SSL.",
|
|
3399
|
+
"Communication with the remote SMTP service is secured using STARTTLS."
|
|
3400
|
+
],
|
|
3401
|
+
"type": "string",
|
|
3402
|
+
"enum": [
|
|
3403
|
+
"securityModeUnspecified",
|
|
3404
|
+
"none",
|
|
3405
|
+
"ssl",
|
|
3406
|
+
"starttls"
|
|
3407
|
+
]
|
|
3408
|
+
}
|
|
3409
|
+
},
|
|
3410
|
+
"type": "object",
|
|
3411
|
+
"id": "SmtpMsa",
|
|
3412
|
+
"description": "Configuration for communication with an SMTP service."
|
|
3413
|
+
},
|
|
3414
|
+
"Thread": {
|
|
3415
|
+
"properties": {
|
|
3416
|
+
"historyId": {
|
|
3417
|
+
"description": "The ID of the last history record that modified this thread.",
|
|
3418
|
+
"type": "string",
|
|
3419
|
+
"format": "uint64"
|
|
3420
|
+
},
|
|
3421
|
+
"id": {
|
|
3422
|
+
"type": "string",
|
|
3423
|
+
"description": "The unique ID of the thread."
|
|
3424
|
+
},
|
|
3425
|
+
"messages": {
|
|
3426
|
+
"type": "array",
|
|
3427
|
+
"items": {
|
|
3428
|
+
"$ref": "Message"
|
|
3429
|
+
},
|
|
3430
|
+
"description": "The list of messages in the thread."
|
|
3431
|
+
},
|
|
3432
|
+
"snippet": {
|
|
3433
|
+
"description": "A short part of the message text.",
|
|
3434
|
+
"type": "string"
|
|
3435
|
+
}
|
|
3436
|
+
},
|
|
3437
|
+
"type": "object",
|
|
3438
|
+
"id": "Thread",
|
|
3439
|
+
"description": "A collection of messages representing a conversation."
|
|
3440
|
+
},
|
|
3441
|
+
"WatchRequest": {
|
|
3442
|
+
"id": "WatchRequest",
|
|
3443
|
+
"description": "Set up or update a new push notification watch on this user's mailbox.",
|
|
3444
|
+
"type": "object",
|
|
3445
|
+
"properties": {
|
|
3446
|
+
"topicName": {
|
|
3447
|
+
"description": "A fully qualified Google Cloud Pub/Sub API topic name to publish the events to. This topic name **must** already exist in Cloud Pub/Sub and you **must** have already granted gmail \"publish\" permission on it. For example, \"projects/my-project-identifier/topics/my-topic-name\" (using the Cloud Pub/Sub \"v1\" topic naming format). Note that the \"my-project-identifier\" portion must exactly match your Google developer project id (the one executing this watch request).",
|
|
3448
|
+
"type": "string"
|
|
3449
|
+
},
|
|
3450
|
+
"labelIds": {
|
|
3451
|
+
"type": "array",
|
|
3452
|
+
"items": {
|
|
3453
|
+
"type": "string"
|
|
3454
|
+
},
|
|
3455
|
+
"description": "List of label_ids to restrict notifications about. By default, if unspecified, all changes are pushed out. If specified then dictates which labels are required for a push notification to be generated."
|
|
3456
|
+
},
|
|
3457
|
+
"labelFilterBehavior": {
|
|
3458
|
+
"type": "string",
|
|
3459
|
+
"enum": [
|
|
3460
|
+
"include",
|
|
3461
|
+
"exclude"
|
|
3462
|
+
],
|
|
3463
|
+
"enumDescriptions": [
|
|
3464
|
+
"Only get push notifications for message changes relating to labelIds specified.",
|
|
3465
|
+
"Get push notifications for all message changes except those relating to labelIds specified."
|
|
3466
|
+
],
|
|
3467
|
+
"description": "Filtering behavior of `labelIds list` specified. This field replaces `label_filter_action`; if set, `label_filter_action` is ignored."
|
|
3468
|
+
},
|
|
3469
|
+
"labelFilterAction": {
|
|
3470
|
+
"enum": [
|
|
3471
|
+
"include",
|
|
3472
|
+
"exclude"
|
|
3473
|
+
],
|
|
3474
|
+
"deprecated": true,
|
|
3475
|
+
"enumDescriptions": [
|
|
3476
|
+
"Only get push notifications for message changes relating to labelIds specified.",
|
|
3477
|
+
"Get push notifications for all message changes except those relating to labelIds specified."
|
|
3478
|
+
],
|
|
3479
|
+
"type": "string",
|
|
3480
|
+
"description": "Filtering behavior of `labelIds list` specified. This field is deprecated because it caused incorrect behavior in some cases; use `label_filter_behavior` instead."
|
|
3481
|
+
}
|
|
3482
|
+
}
|
|
3483
|
+
},
|
|
3484
|
+
"WatchResponse": {
|
|
3485
|
+
"properties": {
|
|
3486
|
+
"historyId": {
|
|
3487
|
+
"type": "string",
|
|
3488
|
+
"format": "uint64",
|
|
3489
|
+
"description": "The ID of the mailbox's current history record."
|
|
3490
|
+
},
|
|
3491
|
+
"expiration": {
|
|
3492
|
+
"type": "string",
|
|
3493
|
+
"format": "int64",
|
|
3494
|
+
"description": "When Gmail will stop sending notifications for mailbox updates (epoch millis). Call `watch` again before this time to renew the watch."
|
|
3495
|
+
}
|
|
3496
|
+
},
|
|
3497
|
+
"type": "object",
|
|
3498
|
+
"id": "WatchResponse",
|
|
3499
|
+
"description": "Push notification watch response."
|
|
3500
|
+
}
|
|
3501
|
+
}
|
|
3502
|
+
}
|