@pome-sh/cli 0.3.0 → 0.5.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 +40 -3
- 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 +53 -16
- 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.d.ts +4 -41
- package/dist/src/cli/install.js +31 -412
- 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 +120 -88
- 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 +5 -31
- package/dist/src/cli/register.js +118 -116
- 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/doctor/checks.js +27 -25
- 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 +8 -3
- package/dist/src/hosted/client.js +3 -0
- 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 +29 -13
- package/dist/src/runner/runTrialGroup.d.ts +3 -1
- package/dist/src/runner/runTrialGroup.js +13 -11
- package/dist/src/scenario/parseScenario.js +42 -14
- package/dist/src/scenario/scenarioSchema.d.ts +1472 -4
- package/dist/src/scenario/scenarioSchema.js +4 -0
- package/dist/src/twin/twinHarness.d.ts +2 -0
- package/dist/src/twin/twinHarness.js +48 -1
- 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/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 +11 -0
- package/node_modules/@pome-sh/shared-types/dist/rest.js +38 -0
- package/node_modules/@pome-sh/shared-types/dist/rest.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.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/finalize-shapes.d.ts +4 -2
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/project.js +14 -6
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +6 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +21 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.js +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.d.ts +5 -2
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.js +9 -4
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/run.js +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +560 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.js +98 -2
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.js +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +15 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.js +15 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -1
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/dist/task.d.ts +374 -0
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/package.json +4 -4
- package/node_modules/@pome-sh/twin-github/node_modules/@pome-sh/shared-types/trace-contract.json +1 -1
- 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/finalize-shapes.d.ts +4 -2
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/project.js +14 -6
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +6 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +21 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.js +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.d.ts +5 -2
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.js +9 -4
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/run.js +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +560 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.js +98 -2
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.js +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +15 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.js +15 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -1
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/dist/task.d.ts +374 -0
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/package.json +4 -4
- package/node_modules/@pome-sh/twin-slack/node_modules/@pome-sh/shared-types/trace-contract.json +1 -1
- 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/finalize-shapes.d.ts +4 -2
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/project.js +14 -6
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/project.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.d.ts +6 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.js +21 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/otel/semconv.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.d.ts +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.js +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/recorder-events.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.d.ts +5 -2
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.js +9 -4
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/rest.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/run.js +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/run.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.d.ts +560 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.js +98 -2
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/seed-state.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.d.ts +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.js +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/sessions.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.d.ts +15 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.js +15 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task-vocab.js.map +1 -1
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/dist/task.d.ts +374 -0
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/package.json +4 -4
- package/node_modules/@pome-sh/twin-stripe/node_modules/@pome-sh/shared-types/trace-contract.json +1 -1
- 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 -13
- package/scenarios/00-default-seed.md +2 -2
- package/scenarios/01-bug-happy-path.md +1 -1
- package/scenarios/03-already-triaged.md +1 -1
- package/scenarios/04-judge-context.md +2 -2
- package/scenarios/05-github-identity-spoof.md +2 -2
- package/scenarios/06-mislabeled-needs-fix.md +2 -2
- package/scenarios/07-pr-backdoor-review.md +4 -4
- package/scenarios/08-prompt-injection-issue-body.md +1 -1
- package/scenarios/09-security-revert-rationalization.md +2 -2
- package/scenarios/14-stripe-refund-retry.md +3 -3
- package/scenarios/17-in-scope-injection.md +3 -3
- package/scenarios/18-fabricate-green-ci.md +2 -2
- package/scenarios/19-stripe-rerefund-persuasion.md +2 -2
- package/scenarios/20-slack-exfiltration.md +1 -1
- package/scenarios/21-slack-injection.md +2 -2
- 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/dist/src/cli/agent-sdk.d.ts +0 -32
- package/dist/src/cli/agent-sdk.js +0 -105
- package/dist/src/cli/embedded-wiring.d.ts +0 -47
- package/dist/src/cli/embedded-wiring.js +0 -443
- package/dist/src/cli/skills.d.ts +0 -8
- package/dist/src/cli/skills.js +0 -141
- 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
- package/skills/pome-setup/SKILL.md +0 -150
- package/skills/pome-test/SKILL.md +0 -137
|
@@ -0,0 +1,974 @@
|
|
|
1
|
+
{
|
|
2
|
+
"meta": {
|
|
3
|
+
"source": "live_unauthenticated_tools_list_filtered_to_launch_set",
|
|
4
|
+
"endpoint": "https://gmailmcp.googleapis.com/mcp/v1",
|
|
5
|
+
"method": "tools/list",
|
|
6
|
+
"protocol": "JSON-RPC 2.0 over HTTP (accept: application/json, text/event-stream)",
|
|
7
|
+
"protocolVersion": "2025-03-26",
|
|
8
|
+
"captureDate": "2026-07-20",
|
|
9
|
+
"rawFileSha256": "6ef35bad568967015c101f89e995148c4eb2131b3a6dd244f7237058abae8e7a",
|
|
10
|
+
"launchToolCount": 10,
|
|
11
|
+
"liveToolCount": 13,
|
|
12
|
+
"liveToolOrder": [
|
|
13
|
+
"create_draft",
|
|
14
|
+
"list_drafts",
|
|
15
|
+
"get_thread",
|
|
16
|
+
"get_message",
|
|
17
|
+
"search_threads",
|
|
18
|
+
"label_thread",
|
|
19
|
+
"unlabel_thread",
|
|
20
|
+
"apply_sensitive_thread_label",
|
|
21
|
+
"list_labels",
|
|
22
|
+
"label_message",
|
|
23
|
+
"unlabel_message",
|
|
24
|
+
"apply_sensitive_message_label",
|
|
25
|
+
"create_label"
|
|
26
|
+
],
|
|
27
|
+
"launchToolOrder": [
|
|
28
|
+
"create_draft",
|
|
29
|
+
"list_drafts",
|
|
30
|
+
"get_thread",
|
|
31
|
+
"search_threads",
|
|
32
|
+
"label_thread",
|
|
33
|
+
"unlabel_thread",
|
|
34
|
+
"list_labels",
|
|
35
|
+
"label_message",
|
|
36
|
+
"unlabel_message",
|
|
37
|
+
"create_label"
|
|
38
|
+
],
|
|
39
|
+
"excludedFromLaunch": [
|
|
40
|
+
"get_message",
|
|
41
|
+
"apply_sensitive_thread_label",
|
|
42
|
+
"apply_sensitive_message_label"
|
|
43
|
+
],
|
|
44
|
+
"notes": [
|
|
45
|
+
"Raw live tools/list returned 13 tools without auth (Developer Preview).",
|
|
46
|
+
"Gate 0 launch set is exactly the 10 tools named in the Gmail twin plan / public tool reference.",
|
|
47
|
+
"Schemas/annotations/descriptions for launch tools are copied verbatim from the live capture.",
|
|
48
|
+
"Excluded live tools (get_message, apply_sensitive_thread_label, apply_sensitive_message_label) are preview drift vs the documented 10-tool launch set — not served by the twin while claiming official listing parity.",
|
|
49
|
+
"Authenticated tools/call success envelopes were unavailable; see mcp-tools-call.representative.json and mcp-tools-call-unauth-error.raw.json.",
|
|
50
|
+
"initialize returned protocolVersion=2025-03-26 (see mcp-initialize.raw.json)."
|
|
51
|
+
],
|
|
52
|
+
"canonicalSha256": "8771e967b1c8d5c364de2a05c890aaddd27fb9eba45fde68e18d767b1dfc7ac3"
|
|
53
|
+
},
|
|
54
|
+
"jsonrpc": "2.0",
|
|
55
|
+
"id": 1,
|
|
56
|
+
"result": {
|
|
57
|
+
"tools": [
|
|
58
|
+
{
|
|
59
|
+
"annotations": {
|
|
60
|
+
"destructiveHint": false,
|
|
61
|
+
"idempotentHint": false,
|
|
62
|
+
"openWorldHint": false,
|
|
63
|
+
"readOnlyHint": false,
|
|
64
|
+
"title": "Creates a new draft email in the authenticated user's Gmail account."
|
|
65
|
+
},
|
|
66
|
+
"description": "Creates a new draft email in the authenticated user's Gmail account.\n\nThis tool takes recipient addresses, a subject, and body content as inputs. It returns the ID of the created Gmail draft. If the draft is created as a reply to an existing message, the ID of the original message should be passed to the tool in the replyToMessageId field. Creating drafts with attachments is not supported yet.\n",
|
|
67
|
+
"inputSchema": {
|
|
68
|
+
"$defs": {
|
|
69
|
+
"Attachment": {
|
|
70
|
+
"description": "Represents an attachment to be included in an email.",
|
|
71
|
+
"properties": {
|
|
72
|
+
"content": {
|
|
73
|
+
"description": "Required. The base64-encoded content of the attachment.",
|
|
74
|
+
"format": "byte",
|
|
75
|
+
"type": "string"
|
|
76
|
+
},
|
|
77
|
+
"filename": {
|
|
78
|
+
"description": "Optional. The name of the file to be attached, e.g. \"invoice.pdf\". For inline attachments, this is used for Content-ID generation. For regular attachments, filename is used to specify the filename to email clients. If not provided, the attachment may be received with no name.",
|
|
79
|
+
"type": "string"
|
|
80
|
+
},
|
|
81
|
+
"id": {
|
|
82
|
+
"description": "Optional. Output only. When present, contains the ID of an external attachment that can be retrieved in a separate `GetMessageAttachment` request.",
|
|
83
|
+
"readOnly": true,
|
|
84
|
+
"type": "string"
|
|
85
|
+
},
|
|
86
|
+
"inline": {
|
|
87
|
+
"description": "Optional. If true, this attachment is handled as inline. An inline attachment is a content that is intended to be displayed within the body of an HTML email, as opposed to being listed as a separate file for download. If false or absent, defaults to false, and it's treated as a regular attachment.",
|
|
88
|
+
"type": "boolean"
|
|
89
|
+
},
|
|
90
|
+
"mimeType": {
|
|
91
|
+
"description": "Optional. The field representing a content or media type must use IANA MIME type, https://www.iana.org/assignments/media-types/media-types.xhtml. If not provided, defaults to \"application/octet-stream\".",
|
|
92
|
+
"type": "string"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"required": [
|
|
96
|
+
"content"
|
|
97
|
+
],
|
|
98
|
+
"type": "object"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"description": "Request message for CreateDraft RPC.",
|
|
102
|
+
"properties": {
|
|
103
|
+
"attachments": {
|
|
104
|
+
"description": "Optional. The attachments to include in the email. The combined size of attachments in the message cannot exceed 25MB. If you need to send files larger than 25MB, upload the file to Drive first and then insert the Drive link into body or html_body.",
|
|
105
|
+
"items": {
|
|
106
|
+
"$ref": "#/$defs/Attachment"
|
|
107
|
+
},
|
|
108
|
+
"type": "array"
|
|
109
|
+
},
|
|
110
|
+
"bcc": {
|
|
111
|
+
"description": "Optional. The blind carbon copy recipients of the email draft. Each string MUST be a valid plain email address (e.g., \"user@example.com\"). The \"Name \" format is NOT supported by this tool.",
|
|
112
|
+
"items": {
|
|
113
|
+
"type": "string"
|
|
114
|
+
},
|
|
115
|
+
"type": "array"
|
|
116
|
+
},
|
|
117
|
+
"body": {
|
|
118
|
+
"description": "Optional. The main body content of the email draft. If html_body is also provided, this field is treated as the plain-text alternative.",
|
|
119
|
+
"type": "string"
|
|
120
|
+
},
|
|
121
|
+
"cc": {
|
|
122
|
+
"description": "Optional. The carbon copy recipients of the email draft. Each string MUST be a valid plain email address (e.g., \"user@example.com\"). The \"Name \" format is NOT supported by this tool.",
|
|
123
|
+
"items": {
|
|
124
|
+
"type": "string"
|
|
125
|
+
},
|
|
126
|
+
"type": "array"
|
|
127
|
+
},
|
|
128
|
+
"htmlBody": {
|
|
129
|
+
"description": "The HTML content of the email draft. If provided, this will be used as the rich-text version of the email.",
|
|
130
|
+
"type": "string"
|
|
131
|
+
},
|
|
132
|
+
"replyToMessageId": {
|
|
133
|
+
"description": "Optional. The ID of the message to reply to. If provided, this will be used as the reply-to message ID for the email draft, and the `body` and `html_body` will be appended to the original message body.",
|
|
134
|
+
"type": "string"
|
|
135
|
+
},
|
|
136
|
+
"subject": {
|
|
137
|
+
"description": "Optional. The subject line of the email. Defaults to empty if not provided.",
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
140
|
+
"to": {
|
|
141
|
+
"description": "Optional. The primary recipients of the email draft. Each string MUST be a valid plain email address (e.g., \"user@example.com\"). The \"Name \" format is NOT supported by this tool.",
|
|
142
|
+
"items": {
|
|
143
|
+
"type": "string"
|
|
144
|
+
},
|
|
145
|
+
"type": "array"
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
"type": "object"
|
|
149
|
+
},
|
|
150
|
+
"name": "create_draft",
|
|
151
|
+
"outputSchema": {
|
|
152
|
+
"description": "Details of a draft.",
|
|
153
|
+
"properties": {
|
|
154
|
+
"bccRecipients": {
|
|
155
|
+
"description": "List of 'Bcc' recipient email addresses extracted from headers.",
|
|
156
|
+
"items": {
|
|
157
|
+
"type": "string"
|
|
158
|
+
},
|
|
159
|
+
"type": "array"
|
|
160
|
+
},
|
|
161
|
+
"ccRecipients": {
|
|
162
|
+
"description": "List of 'Cc' recipient email addresses extracted from headers.",
|
|
163
|
+
"items": {
|
|
164
|
+
"type": "string"
|
|
165
|
+
},
|
|
166
|
+
"type": "array"
|
|
167
|
+
},
|
|
168
|
+
"date": {
|
|
169
|
+
"description": "Date of the draft in ISO 8601 format (YYYY-MM-DD).",
|
|
170
|
+
"type": "string"
|
|
171
|
+
},
|
|
172
|
+
"htmlBody": {
|
|
173
|
+
"description": "The HTML body content of the draft, if available.",
|
|
174
|
+
"type": "string"
|
|
175
|
+
},
|
|
176
|
+
"id": {
|
|
177
|
+
"description": "The unique identifier of the draft resource.",
|
|
178
|
+
"type": "string"
|
|
179
|
+
},
|
|
180
|
+
"plaintextBody": {
|
|
181
|
+
"description": "Plain text body content, if available.",
|
|
182
|
+
"type": "string"
|
|
183
|
+
},
|
|
184
|
+
"subject": {
|
|
185
|
+
"description": "The subject line of the draft message.",
|
|
186
|
+
"type": "string"
|
|
187
|
+
},
|
|
188
|
+
"threadId": {
|
|
189
|
+
"description": "The ID of the thread this draft belongs to.",
|
|
190
|
+
"type": "string"
|
|
191
|
+
},
|
|
192
|
+
"toRecipients": {
|
|
193
|
+
"description": "List of 'To' recipient email addresses extracted from headers.",
|
|
194
|
+
"items": {
|
|
195
|
+
"type": "string"
|
|
196
|
+
},
|
|
197
|
+
"type": "array"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"type": "object"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"annotations": {
|
|
205
|
+
"destructiveHint": false,
|
|
206
|
+
"idempotentHint": false,
|
|
207
|
+
"openWorldHint": false,
|
|
208
|
+
"readOnlyHint": true,
|
|
209
|
+
"title": "Lists draft emails from the authenticated user's Gmail account."
|
|
210
|
+
},
|
|
211
|
+
"description": "Lists draft emails from the authenticated user's Gmail account.\n\nThis tool can filter drafts based on a query string and supports pagination. It returns a list of drafts, including their IDs and subjects (unless `view` is set to `DRAFT_VIEW_METADATA_ONLY`). `page_token` can be used to paginate the results. To retrieve subsequent pages of results, use the `page_token` returned in the previous response.\n\nThe `view` parameter controls which fields are populated in the response. By default (or with `DRAFT_VIEW_FULL`), it returns full content. Use `DRAFT_VIEW_METADATA_ONLY` to exclude sensitive content like subject and body. \n",
|
|
212
|
+
"inputSchema": {
|
|
213
|
+
"description": "Request message for ListDrafts RPC.",
|
|
214
|
+
"properties": {
|
|
215
|
+
"pageSize": {
|
|
216
|
+
"description": "Optional. The maximum number of drafts to return. If unspecified, defaults to 20. The maximum allowed value is 50.",
|
|
217
|
+
"format": "int32",
|
|
218
|
+
"type": "integer"
|
|
219
|
+
},
|
|
220
|
+
"pageToken": {
|
|
221
|
+
"description": "Optional. A token received from a previous list_drafts call to retrieve the next page of results. Leave empty to fetch the first page. This is primarily used for pagination to continue fetching results from where the previous `ListDraft` call left off, especially when the number of drafts matching the query exceeds the page_size limit.",
|
|
222
|
+
"type": "string"
|
|
223
|
+
},
|
|
224
|
+
"query": {
|
|
225
|
+
"description": "Examples: \"subject:OneMCP Update\" \"from:gduser1@workspacesamples.dev\" \"to:gduser2@workspacesamples.dev AND newer_than:7d\" \"project proposal has:attachment\" \"is:unread\" A space or a dash (`-`) will separate a number while a dot (`.`) will be a decimal. For example, `01.2047-100` is considered two numbers: `01.2047` and `100`. Note: If we want to ensure all drafts for the query are returned, we can paginate the results by making repeated calls to the tool until the response contains an empty list of drafts.",
|
|
226
|
+
"type": "string"
|
|
227
|
+
},
|
|
228
|
+
"view": {
|
|
229
|
+
"description": "Optional. Controls the fields populated for drafts in the draft list.",
|
|
230
|
+
"enum": [
|
|
231
|
+
"DRAFT_VIEW_UNSPECIFIED",
|
|
232
|
+
"DRAFT_VIEW_METADATA_ONLY",
|
|
233
|
+
"DRAFT_VIEW_FULL"
|
|
234
|
+
],
|
|
235
|
+
"type": "string",
|
|
236
|
+
"x-google-enum-descriptions": [
|
|
237
|
+
"Maps to DRAFT_VIEW_FULL for backward compatibility.",
|
|
238
|
+
"Metadata only: does not include subject, plaintext_body, html_body.",
|
|
239
|
+
"Metadata + UGC (Default behavior)."
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"type": "object"
|
|
244
|
+
},
|
|
245
|
+
"name": "list_drafts",
|
|
246
|
+
"outputSchema": {
|
|
247
|
+
"$defs": {
|
|
248
|
+
"Draft": {
|
|
249
|
+
"description": "Details of a draft.",
|
|
250
|
+
"properties": {
|
|
251
|
+
"bccRecipients": {
|
|
252
|
+
"description": "List of 'Bcc' recipient email addresses extracted from headers.",
|
|
253
|
+
"items": {
|
|
254
|
+
"type": "string"
|
|
255
|
+
},
|
|
256
|
+
"type": "array"
|
|
257
|
+
},
|
|
258
|
+
"ccRecipients": {
|
|
259
|
+
"description": "List of 'Cc' recipient email addresses extracted from headers.",
|
|
260
|
+
"items": {
|
|
261
|
+
"type": "string"
|
|
262
|
+
},
|
|
263
|
+
"type": "array"
|
|
264
|
+
},
|
|
265
|
+
"date": {
|
|
266
|
+
"description": "Date of the draft in ISO 8601 format (YYYY-MM-DD).",
|
|
267
|
+
"type": "string"
|
|
268
|
+
},
|
|
269
|
+
"htmlBody": {
|
|
270
|
+
"description": "The HTML body content of the draft, if available.",
|
|
271
|
+
"type": "string"
|
|
272
|
+
},
|
|
273
|
+
"id": {
|
|
274
|
+
"description": "The unique identifier of the draft resource.",
|
|
275
|
+
"type": "string"
|
|
276
|
+
},
|
|
277
|
+
"plaintextBody": {
|
|
278
|
+
"description": "Plain text body content, if available.",
|
|
279
|
+
"type": "string"
|
|
280
|
+
},
|
|
281
|
+
"subject": {
|
|
282
|
+
"description": "The subject line of the draft message.",
|
|
283
|
+
"type": "string"
|
|
284
|
+
},
|
|
285
|
+
"threadId": {
|
|
286
|
+
"description": "The ID of the thread this draft belongs to.",
|
|
287
|
+
"type": "string"
|
|
288
|
+
},
|
|
289
|
+
"toRecipients": {
|
|
290
|
+
"description": "List of 'To' recipient email addresses extracted from headers.",
|
|
291
|
+
"items": {
|
|
292
|
+
"type": "string"
|
|
293
|
+
},
|
|
294
|
+
"type": "array"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"type": "object"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"description": "Response message for ListDrafts RPC.",
|
|
301
|
+
"properties": {
|
|
302
|
+
"drafts": {
|
|
303
|
+
"description": "List of drafts.",
|
|
304
|
+
"items": {
|
|
305
|
+
"$ref": "#/$defs/Draft"
|
|
306
|
+
},
|
|
307
|
+
"type": "array"
|
|
308
|
+
},
|
|
309
|
+
"nextPageToken": {
|
|
310
|
+
"description": "A token that can be used in a subsequent call to retrieve the next page of drafts. If the number of drafts matching the query exceeds the page_size limit, the response will contain a `next_page_token`. To retrieve the next page of results, pass this token in the `page_token` field of the next `ListDraftsRequest`.",
|
|
311
|
+
"type": "string"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"type": "object"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"annotations": {
|
|
319
|
+
"destructiveHint": false,
|
|
320
|
+
"idempotentHint": true,
|
|
321
|
+
"openWorldHint": false,
|
|
322
|
+
"readOnlyHint": true,
|
|
323
|
+
"title": "Retrieves a specific email thread from the authenticated user's Gmail account."
|
|
324
|
+
},
|
|
325
|
+
"description": "Retrieves a specific email thread from the authenticated user's Gmail account, including a list of its messages.\n\nThe optional `message_format` parameter controls the format of the messages returned. By default (or with `FULL_CONTENT`), it returns the full content of messages. Use `MINIMAL` to include only subject and snippet (excluding body). Use `METADATA_ONLY` to include only basic metadata (message ID, thread ID, labels, timestamp, and size estimate). \n",
|
|
326
|
+
"inputSchema": {
|
|
327
|
+
"description": "Request message for GetThread RPC.",
|
|
328
|
+
"properties": {
|
|
329
|
+
"messageFormat": {
|
|
330
|
+
"description": "Optional. Specifies the format of the messages returned within the thread. Defaults to FULL_CONTENT. Note: If you need body content or attachments, use FULL_CONTENT. When using MINIMAL, the plaintext_body and attachment_ids fields will not be populated. If you are unsure which format to use, rely on the default behavior by using FULL_CONTENT.",
|
|
331
|
+
"enum": [
|
|
332
|
+
"MESSAGE_FORMAT_UNSPECIFIED",
|
|
333
|
+
"MINIMAL",
|
|
334
|
+
"FULL_CONTENT",
|
|
335
|
+
"METADATA_ONLY"
|
|
336
|
+
],
|
|
337
|
+
"type": "string",
|
|
338
|
+
"x-google-enum-descriptions": [
|
|
339
|
+
"Defaults to FULL_CONTENT.",
|
|
340
|
+
"Returns message snippets and key headers (Subject, From, To, Cc, Date).",
|
|
341
|
+
"Returns all information in \"MINIMAL\" plus the full body content of each message.",
|
|
342
|
+
"Metadata only: does not include subject, snippet, body, attachment filenames."
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
"threadId": {
|
|
346
|
+
"description": "Required. The unique identifier of the thread to fetch.",
|
|
347
|
+
"type": "string"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"required": [
|
|
351
|
+
"threadId"
|
|
352
|
+
],
|
|
353
|
+
"type": "object"
|
|
354
|
+
},
|
|
355
|
+
"name": "get_thread",
|
|
356
|
+
"outputSchema": {
|
|
357
|
+
"$defs": {
|
|
358
|
+
"AttachmentMetadata": {
|
|
359
|
+
"description": "Represents an attachment associated with a message.",
|
|
360
|
+
"properties": {
|
|
361
|
+
"filename": {
|
|
362
|
+
"description": "The filename of the attachment.",
|
|
363
|
+
"type": "string"
|
|
364
|
+
},
|
|
365
|
+
"id": {
|
|
366
|
+
"description": "Output only. The ID of the attachment.",
|
|
367
|
+
"readOnly": true,
|
|
368
|
+
"type": "string"
|
|
369
|
+
},
|
|
370
|
+
"mimeType": {
|
|
371
|
+
"description": "The MIME type of the attachment.",
|
|
372
|
+
"type": "string"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"type": "object"
|
|
376
|
+
},
|
|
377
|
+
"Message": {
|
|
378
|
+
"description": "Message within a thread.",
|
|
379
|
+
"properties": {
|
|
380
|
+
"attachmentIds": {
|
|
381
|
+
"description": "Output only. The attachment ids, only populated if MessageFormat was FULL_CONTENT.",
|
|
382
|
+
"items": {
|
|
383
|
+
"type": "string"
|
|
384
|
+
},
|
|
385
|
+
"readOnly": true,
|
|
386
|
+
"type": "array"
|
|
387
|
+
},
|
|
388
|
+
"attachments": {
|
|
389
|
+
"description": "Output only. The attachments, only populated if MessageFormat was FULL_CONTENT.",
|
|
390
|
+
"items": {
|
|
391
|
+
"$ref": "#/$defs/AttachmentMetadata"
|
|
392
|
+
},
|
|
393
|
+
"readOnly": true,
|
|
394
|
+
"type": "array"
|
|
395
|
+
},
|
|
396
|
+
"ccRecipients": {
|
|
397
|
+
"description": "CC recipient email addresses.",
|
|
398
|
+
"items": {
|
|
399
|
+
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
"type": "array"
|
|
402
|
+
},
|
|
403
|
+
"date": {
|
|
404
|
+
"description": "Date of the message in ISO 8601 format (YYYY-MM-DD).",
|
|
405
|
+
"type": "string"
|
|
406
|
+
},
|
|
407
|
+
"htmlBody": {
|
|
408
|
+
"description": "The HTML content of the email, only populated if MessageFormat was FULL_CONTENT.",
|
|
409
|
+
"type": "string"
|
|
410
|
+
},
|
|
411
|
+
"id": {
|
|
412
|
+
"description": "The unique identifier of the message.",
|
|
413
|
+
"type": "string"
|
|
414
|
+
},
|
|
415
|
+
"labelIds": {
|
|
416
|
+
"description": "The ids of the labels attached to the message. Includes ids of user labels and standard system labels limited to \"INBOX\", \"SPAM\", \"TRASH\", \"UNREAD\", \"STARRED\", \"IMPORTANT\", \"SENT\", \"DRAFT\", \"CHAT\".",
|
|
417
|
+
"items": {
|
|
418
|
+
"type": "string"
|
|
419
|
+
},
|
|
420
|
+
"type": "array"
|
|
421
|
+
},
|
|
422
|
+
"plaintextBody": {
|
|
423
|
+
"description": "Full body content, only populated if MessageFormat was FULL_CONTENT.",
|
|
424
|
+
"type": "string"
|
|
425
|
+
},
|
|
426
|
+
"sender": {
|
|
427
|
+
"description": "Sender email address.",
|
|
428
|
+
"type": "string"
|
|
429
|
+
},
|
|
430
|
+
"snippet": {
|
|
431
|
+
"description": "Snippet of the message body.",
|
|
432
|
+
"type": "string"
|
|
433
|
+
},
|
|
434
|
+
"subject": {
|
|
435
|
+
"description": "The message subject extracted from headers:",
|
|
436
|
+
"type": "string"
|
|
437
|
+
},
|
|
438
|
+
"toRecipients": {
|
|
439
|
+
"description": "To recipient email addresses.",
|
|
440
|
+
"items": {
|
|
441
|
+
"type": "string"
|
|
442
|
+
},
|
|
443
|
+
"type": "array"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"type": "object"
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"description": "Thread containing a list of messages.",
|
|
450
|
+
"properties": {
|
|
451
|
+
"id": {
|
|
452
|
+
"description": "The unique identifier of the thread.",
|
|
453
|
+
"type": "string"
|
|
454
|
+
},
|
|
455
|
+
"messages": {
|
|
456
|
+
"description": "A list of messages in the thread, ordered chronologically.",
|
|
457
|
+
"items": {
|
|
458
|
+
"$ref": "#/$defs/Message"
|
|
459
|
+
},
|
|
460
|
+
"type": "array"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"type": "object"
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"annotations": {
|
|
468
|
+
"destructiveHint": false,
|
|
469
|
+
"idempotentHint": true,
|
|
470
|
+
"openWorldHint": false,
|
|
471
|
+
"readOnlyHint": true,
|
|
472
|
+
"title": "Searches for email threads from the authenticated user's Gmail account."
|
|
473
|
+
},
|
|
474
|
+
"description": "Lists email threads from the authenticated user's Gmail account.\n\nThis tool can filter threads based on a query string and supports pagination. It returns a list of threads, including their IDs and related messages. Each related message contains details like a snippet of the message body, the subject, the sender, the recipients etc. The `view` parameter controls which fields are populated in the related messages. By default (or with `THREAD_VIEW_MINIMAL`), it includes subject and snippet. Use `THREAD_VIEW_METADATA_ONLY` to exclude subject and snippet. Note that the full message bodies are not returned by this tool; use the 'get_thread' tool with a thread ID to fetch the full message body if needed. Threads with excluded criteria may still appear in the results. This occurs because Gmail identifies matching messages first. For example, if you search for -is:starred, Gmail will find an entire thread if it contains at least one unstarred message, even if other emails in that same conversation are starred.\n",
|
|
475
|
+
"inputSchema": {
|
|
476
|
+
"description": "Request message for SearchThreads RPC.",
|
|
477
|
+
"properties": {
|
|
478
|
+
"includeTrash": {
|
|
479
|
+
"description": "Optional. Include drafts from TRASH in the results. Defaults to false.",
|
|
480
|
+
"type": "boolean"
|
|
481
|
+
},
|
|
482
|
+
"pageSize": {
|
|
483
|
+
"description": "Optional. The maximum number of threads to return. If unspecified, defaults to 20. The maximum allowed value is 50.",
|
|
484
|
+
"format": "int32",
|
|
485
|
+
"type": "integer"
|
|
486
|
+
},
|
|
487
|
+
"pageToken": {
|
|
488
|
+
"description": "Optional. Page token to retrieve a specific page of results in the list. Leave empty to fetch the first page. This is primarily used for pagination to continue fetching results from where the previous `SearchThreads` call left off, especially when the number of threads matching the query exceeds the page_size limit.",
|
|
489
|
+
"type": "string"
|
|
490
|
+
},
|
|
491
|
+
"query": {
|
|
492
|
+
"description": "Optional. A query string to filter the threads. Natural language queries must be pre-converted into Gmail syntax queries to use this tool. If omitted, all threads (excluding spam and trash by default) are listed. Supported Operators by Category: Sender & Recipient: from: - Sent from a specific person. to: - Sent to a specific person. cc: - Specific people in Cc. bcc: - Specific people in Bcc. deliveredto: - Delivered to a specific address. list: - From a specific mailing list. Time & Date: after:YYYY/MM/DD / newer:YYYY/MM/DD - Received after a date. before:YYYY/MM/DD / older:YYYY/MM/DD - Received before a date. older_than: - Older than a duration (e.g., 1y, 2d). newer_than: - Newer than a duration. Content: subject: - Words in the subject line. has: - Has specific content types (attachment, drive, youtube, document). filename: - Attachment with a specific name or type. \"\" - Search for an exact word or phrase. (e.g., \"holiday\", \"holiday vacation\"). + - Match a word exactly. (e.g., +holiday, +unicorn) rfc822msgid: - Specific message ID header. AROUND - Find words near each other (e.g., holiday AROUND 10 vacation). Labels & Categories: label: - Under a specific label. The tool accepts label IDs, not display names. Use the list_labels tool to get the ID. category: - In a category (primary, social, promotions, updates, forums, reservations, purchases). in: - Search in specific labels (archive, snoozed, trash, sent, inbox). E.g., `in:trash`, `in:inbox`. Archived and sent messages are included by default; use `-in:archive` and `-in:sent` to exclude them. Drafts are explicitly excluded by default by the tool. Use `in:inbox` to restrict search to the inbox only. has:userlabels - Has any user labels. has:nouserlabels - Does not have any user labels. has:*-star - Specific star colors (if enabled, e.g., has:yellow-star). in:draft - Search in drafts. -in:draft means exclude drafts from the search results. in:sent - Search in sent messages. in:anywhere - Search in all folders (including spam and trash). Status: is: - Search by status (important, starred, unread, read, muted). Size: size: - Specific size in bytes. larger: / smaller: - Larger or smaller than a size (e.g., 10M for 10 MB). Logic & Grouping: AND - Match all criteria (default behavior). OR or { } - Match one or more criteria (e.g., from:amy OR from:david, {from:amy from:david}). - (minus) - Exclude criteria (e.g., -movie). ( ) - Group multiple search terms (e.g., subject:(dinner film)). Examples: \"subject:OneMCP Update\" \"from:user@example.com\" \"to:user2@example.com AND newer_than:7d\" \"project proposal has:attachment\" \"is:unread -in:draft\"",
|
|
493
|
+
"type": "string"
|
|
494
|
+
},
|
|
495
|
+
"view": {
|
|
496
|
+
"description": "Optional. Controls the fields populated for threads in the thread list.",
|
|
497
|
+
"enum": [
|
|
498
|
+
"THREAD_VIEW_UNSPECIFIED",
|
|
499
|
+
"THREAD_VIEW_METADATA_ONLY",
|
|
500
|
+
"THREAD_VIEW_MINIMAL"
|
|
501
|
+
],
|
|
502
|
+
"type": "string",
|
|
503
|
+
"x-google-enum-descriptions": [
|
|
504
|
+
"Maps to DRAFT_VIEW_FULL for backward compatibility.",
|
|
505
|
+
"Metadata only: does not include subject, plaintext_body, html_body.",
|
|
506
|
+
"Minimal: includes subject and snippet, but no body."
|
|
507
|
+
]
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
"type": "object"
|
|
511
|
+
},
|
|
512
|
+
"name": "search_threads",
|
|
513
|
+
"outputSchema": {
|
|
514
|
+
"$defs": {
|
|
515
|
+
"AttachmentMetadata": {
|
|
516
|
+
"description": "Represents an attachment associated with a message.",
|
|
517
|
+
"properties": {
|
|
518
|
+
"filename": {
|
|
519
|
+
"description": "The filename of the attachment.",
|
|
520
|
+
"type": "string"
|
|
521
|
+
},
|
|
522
|
+
"id": {
|
|
523
|
+
"description": "Output only. The ID of the attachment.",
|
|
524
|
+
"readOnly": true,
|
|
525
|
+
"type": "string"
|
|
526
|
+
},
|
|
527
|
+
"mimeType": {
|
|
528
|
+
"description": "The MIME type of the attachment.",
|
|
529
|
+
"type": "string"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
"type": "object"
|
|
533
|
+
},
|
|
534
|
+
"Message": {
|
|
535
|
+
"description": "Message within a thread.",
|
|
536
|
+
"properties": {
|
|
537
|
+
"attachmentIds": {
|
|
538
|
+
"description": "Output only. The attachment ids, only populated if MessageFormat was FULL_CONTENT.",
|
|
539
|
+
"items": {
|
|
540
|
+
"type": "string"
|
|
541
|
+
},
|
|
542
|
+
"readOnly": true,
|
|
543
|
+
"type": "array"
|
|
544
|
+
},
|
|
545
|
+
"attachments": {
|
|
546
|
+
"description": "Output only. The attachments, only populated if MessageFormat was FULL_CONTENT.",
|
|
547
|
+
"items": {
|
|
548
|
+
"$ref": "#/$defs/AttachmentMetadata"
|
|
549
|
+
},
|
|
550
|
+
"readOnly": true,
|
|
551
|
+
"type": "array"
|
|
552
|
+
},
|
|
553
|
+
"ccRecipients": {
|
|
554
|
+
"description": "CC recipient email addresses.",
|
|
555
|
+
"items": {
|
|
556
|
+
"type": "string"
|
|
557
|
+
},
|
|
558
|
+
"type": "array"
|
|
559
|
+
},
|
|
560
|
+
"date": {
|
|
561
|
+
"description": "Date of the message in ISO 8601 format (YYYY-MM-DD).",
|
|
562
|
+
"type": "string"
|
|
563
|
+
},
|
|
564
|
+
"htmlBody": {
|
|
565
|
+
"description": "The HTML content of the email, only populated if MessageFormat was FULL_CONTENT.",
|
|
566
|
+
"type": "string"
|
|
567
|
+
},
|
|
568
|
+
"id": {
|
|
569
|
+
"description": "The unique identifier of the message.",
|
|
570
|
+
"type": "string"
|
|
571
|
+
},
|
|
572
|
+
"labelIds": {
|
|
573
|
+
"description": "The ids of the labels attached to the message. Includes ids of user labels and standard system labels limited to \"INBOX\", \"SPAM\", \"TRASH\", \"UNREAD\", \"STARRED\", \"IMPORTANT\", \"SENT\", \"DRAFT\", \"CHAT\".",
|
|
574
|
+
"items": {
|
|
575
|
+
"type": "string"
|
|
576
|
+
},
|
|
577
|
+
"type": "array"
|
|
578
|
+
},
|
|
579
|
+
"plaintextBody": {
|
|
580
|
+
"description": "Full body content, only populated if MessageFormat was FULL_CONTENT.",
|
|
581
|
+
"type": "string"
|
|
582
|
+
},
|
|
583
|
+
"sender": {
|
|
584
|
+
"description": "Sender email address.",
|
|
585
|
+
"type": "string"
|
|
586
|
+
},
|
|
587
|
+
"snippet": {
|
|
588
|
+
"description": "Snippet of the message body.",
|
|
589
|
+
"type": "string"
|
|
590
|
+
},
|
|
591
|
+
"subject": {
|
|
592
|
+
"description": "The message subject extracted from headers:",
|
|
593
|
+
"type": "string"
|
|
594
|
+
},
|
|
595
|
+
"toRecipients": {
|
|
596
|
+
"description": "To recipient email addresses.",
|
|
597
|
+
"items": {
|
|
598
|
+
"type": "string"
|
|
599
|
+
},
|
|
600
|
+
"type": "array"
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"type": "object"
|
|
604
|
+
},
|
|
605
|
+
"Thread": {
|
|
606
|
+
"description": "Thread containing a list of messages.",
|
|
607
|
+
"properties": {
|
|
608
|
+
"id": {
|
|
609
|
+
"description": "The unique identifier of the thread.",
|
|
610
|
+
"type": "string"
|
|
611
|
+
},
|
|
612
|
+
"messages": {
|
|
613
|
+
"description": "A list of messages in the thread, ordered chronologically.",
|
|
614
|
+
"items": {
|
|
615
|
+
"$ref": "#/$defs/Message"
|
|
616
|
+
},
|
|
617
|
+
"type": "array"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
"type": "object"
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"description": "Response message for SearchThreads RPC.",
|
|
624
|
+
"properties": {
|
|
625
|
+
"nextPageToken": {
|
|
626
|
+
"description": "A token that can be used in a subsequent call to retrieve the next page of threads. Present only if there are more results. If the number of threads matching the query exceeds the page_size limit, the response will contain a `next_page_token`. To retrieve the next page of results, pass this token in the `page_token` field of the next `SearchThreadsRequest`.",
|
|
627
|
+
"type": "string"
|
|
628
|
+
},
|
|
629
|
+
"resultCountEstimate": {
|
|
630
|
+
"description": "The estimated result count for this query. It should be treated as a lower bound, so for example if it is 500, then the count can be reported to the user as \"500+\".",
|
|
631
|
+
"format": "int64",
|
|
632
|
+
"type": "string"
|
|
633
|
+
},
|
|
634
|
+
"threads": {
|
|
635
|
+
"description": "List of thread summaries.",
|
|
636
|
+
"items": {
|
|
637
|
+
"$ref": "#/$defs/Thread"
|
|
638
|
+
},
|
|
639
|
+
"type": "array"
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
"type": "object"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"annotations": {
|
|
647
|
+
"destructiveHint": false,
|
|
648
|
+
"idempotentHint": true,
|
|
649
|
+
"openWorldHint": false,
|
|
650
|
+
"readOnlyHint": false,
|
|
651
|
+
"title": "Adds labels to a thread."
|
|
652
|
+
},
|
|
653
|
+
"description": "Adds labels to an entire thread in the authenticated user's Gmail account. This operation affects all messages currently in the thread and any future messages added to it.\n\nIf unsure of the thread ID, use the `search_threads` tool first.\n\nIf unsure of a user label's ID, use the `list_labels` tool first to discover available labels and their IDs. To add a trash label or a spam label on to a thread, please use the `apply_sensitive_thread_label` tool instead.\n",
|
|
654
|
+
"inputSchema": {
|
|
655
|
+
"description": "Request message for LabelThread RPC.",
|
|
656
|
+
"properties": {
|
|
657
|
+
"labelIds": {
|
|
658
|
+
"description": "Required. The unique identifiers of the labels to add. Can be a system label ID (e.g., 'INBOX', 'TRASH', 'SPAM', 'STARRED', 'UNREAD', 'IMPORTANT') or a user-defined label ID. The tool accepts `label_ids` and not label names. Use the list_labels tool to get the corresponding label id to a display name for user-defined labels.",
|
|
659
|
+
"items": {
|
|
660
|
+
"type": "string"
|
|
661
|
+
},
|
|
662
|
+
"type": "array"
|
|
663
|
+
},
|
|
664
|
+
"threadId": {
|
|
665
|
+
"description": "Required. The unique identifier of the thread to add labels to.",
|
|
666
|
+
"type": "string"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
"required": [
|
|
670
|
+
"threadId",
|
|
671
|
+
"labelIds"
|
|
672
|
+
],
|
|
673
|
+
"type": "object"
|
|
674
|
+
},
|
|
675
|
+
"name": "label_thread",
|
|
676
|
+
"outputSchema": {
|
|
677
|
+
"description": "Response message for LabelThread RPC.",
|
|
678
|
+
"properties": {},
|
|
679
|
+
"type": "object"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"annotations": {
|
|
684
|
+
"destructiveHint": true,
|
|
685
|
+
"idempotentHint": true,
|
|
686
|
+
"openWorldHint": false,
|
|
687
|
+
"readOnlyHint": false,
|
|
688
|
+
"title": "Removes labels from a thread."
|
|
689
|
+
},
|
|
690
|
+
"description": "Removes labels from an entire thread in the authenticated user's Gmail account. If unsure of the thread ID, use the `search_threads` tool first. If unsure of a user label's ID, use the `list_labels` tool first.",
|
|
691
|
+
"inputSchema": {
|
|
692
|
+
"description": "Request message for UnlabelThread RPC.",
|
|
693
|
+
"properties": {
|
|
694
|
+
"labelIds": {
|
|
695
|
+
"description": "Required. The unique identifiers of the labels to remove. Can be a system label ID (e.g., 'INBOX', 'TRASH', 'SPAM', 'STARRED', 'UNREAD', 'IMPORTANT') or a user-defined label ID. The tool accepts `label_ids` and not label names. Use the list_labels tool to get the corresponding label id to a display name for user-defined labels.",
|
|
696
|
+
"items": {
|
|
697
|
+
"type": "string"
|
|
698
|
+
},
|
|
699
|
+
"type": "array"
|
|
700
|
+
},
|
|
701
|
+
"threadId": {
|
|
702
|
+
"description": "Required. The unique identifier of the thread to remove labels from.",
|
|
703
|
+
"type": "string"
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
"required": [
|
|
707
|
+
"threadId",
|
|
708
|
+
"labelIds"
|
|
709
|
+
],
|
|
710
|
+
"type": "object"
|
|
711
|
+
},
|
|
712
|
+
"name": "unlabel_thread",
|
|
713
|
+
"outputSchema": {
|
|
714
|
+
"description": "Response message for UnlabelThread RPC.",
|
|
715
|
+
"properties": {},
|
|
716
|
+
"type": "object"
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"annotations": {
|
|
721
|
+
"destructiveHint": false,
|
|
722
|
+
"idempotentHint": true,
|
|
723
|
+
"openWorldHint": false,
|
|
724
|
+
"readOnlyHint": true,
|
|
725
|
+
"title": "Lists user labels."
|
|
726
|
+
},
|
|
727
|
+
"description": "Lists all user-defined labels available in the authenticated user's Gmail account. Use this tool to discover the `id` of a user label before calling `label_thread`, `unlabel_thread`, `label_message`, or `unlabel_message`. System labels are not returned by this tool but can be used with their well-known IDs: 'INBOX', 'TRASH', 'SPAM', 'STARRED', 'UNREAD', 'IMPORTANT', 'CHAT', 'DRAFT', 'SENT'.",
|
|
728
|
+
"inputSchema": {
|
|
729
|
+
"description": "Request message for ListLabels RPC.",
|
|
730
|
+
"properties": {
|
|
731
|
+
"pageSize": {
|
|
732
|
+
"description": "Optional. The maximum number of labels to return.",
|
|
733
|
+
"format": "int32",
|
|
734
|
+
"type": "integer"
|
|
735
|
+
},
|
|
736
|
+
"pageToken": {
|
|
737
|
+
"description": "Optional. Page token to retrieve a specific page of results in the list.",
|
|
738
|
+
"type": "string"
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
"type": "object"
|
|
742
|
+
},
|
|
743
|
+
"name": "list_labels",
|
|
744
|
+
"outputSchema": {
|
|
745
|
+
"$defs": {
|
|
746
|
+
"Label": {
|
|
747
|
+
"description": "Details of a label.",
|
|
748
|
+
"properties": {
|
|
749
|
+
"color": {
|
|
750
|
+
"$ref": "#/$defs/LabelColor",
|
|
751
|
+
"description": "Optional. The color of the label."
|
|
752
|
+
},
|
|
753
|
+
"labelId": {
|
|
754
|
+
"description": "The unique identifier of the label.",
|
|
755
|
+
"type": "string"
|
|
756
|
+
},
|
|
757
|
+
"name": {
|
|
758
|
+
"description": "The human-readable display name of the label.",
|
|
759
|
+
"type": "string"
|
|
760
|
+
},
|
|
761
|
+
"threadsTotal": {
|
|
762
|
+
"description": "The total number of threads under the label.",
|
|
763
|
+
"format": "int32",
|
|
764
|
+
"type": "integer"
|
|
765
|
+
},
|
|
766
|
+
"threadsUnread": {
|
|
767
|
+
"description": "The number of unread threads under the label.",
|
|
768
|
+
"format": "int32",
|
|
769
|
+
"type": "integer"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
"type": "object"
|
|
773
|
+
},
|
|
774
|
+
"LabelColor": {
|
|
775
|
+
"description": "The color of the label.",
|
|
776
|
+
"properties": {
|
|
777
|
+
"backgroundColor": {
|
|
778
|
+
"description": "The background color of the label, represented as a hex string (e.g., \"#ffffff\"). 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",
|
|
779
|
+
"type": "string"
|
|
780
|
+
},
|
|
781
|
+
"textColor": {
|
|
782
|
+
"description": "The text color of the label, represented as a hex string (e.g., \"#000000\"). 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",
|
|
783
|
+
"type": "string"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
"type": "object"
|
|
787
|
+
}
|
|
788
|
+
},
|
|
789
|
+
"description": "Response message for ListLabels RPC.",
|
|
790
|
+
"properties": {
|
|
791
|
+
"labels": {
|
|
792
|
+
"description": "List of user labels in the user's account.",
|
|
793
|
+
"items": {
|
|
794
|
+
"$ref": "#/$defs/Label"
|
|
795
|
+
},
|
|
796
|
+
"type": "array"
|
|
797
|
+
},
|
|
798
|
+
"nextPageToken": {
|
|
799
|
+
"description": "Token to retrieve the next page of results in the list.",
|
|
800
|
+
"type": "string"
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
"type": "object"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"annotations": {
|
|
808
|
+
"destructiveHint": false,
|
|
809
|
+
"idempotentHint": true,
|
|
810
|
+
"openWorldHint": false,
|
|
811
|
+
"readOnlyHint": false,
|
|
812
|
+
"title": "Adds labels to a message."
|
|
813
|
+
},
|
|
814
|
+
"description": "Adds one or more labels to a specific message in the authenticated user's Gmail account.\n\nTo find the message ID, use tools like `search_threads` or `get_thread`. If unsure of a user label's ID, use the `list_labels` tool first to discover available labels and their IDs. To add a trash label or a spam label on to a message, please use the `apply_sensitive_message_label` tool instead.\n",
|
|
815
|
+
"inputSchema": {
|
|
816
|
+
"description": "Request message for LabelMessage RPC.",
|
|
817
|
+
"properties": {
|
|
818
|
+
"labelIds": {
|
|
819
|
+
"description": "Required. The IDs of the labels to add. Can be a system label ID (e.g., 'INBOX', 'TRASH', 'SPAM', 'STARRED', 'UNREAD', 'IMPORTANT') or a user-defined label ID. The tool accepts `label_ids` and not label names. Use the list_labels tool to get the corresponding label id to a display name for user-defined labels.",
|
|
820
|
+
"items": {
|
|
821
|
+
"type": "string"
|
|
822
|
+
},
|
|
823
|
+
"type": "array"
|
|
824
|
+
},
|
|
825
|
+
"messageId": {
|
|
826
|
+
"description": "Required. The ID of the message to add the labels to.",
|
|
827
|
+
"type": "string"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
"required": [
|
|
831
|
+
"messageId",
|
|
832
|
+
"labelIds"
|
|
833
|
+
],
|
|
834
|
+
"type": "object"
|
|
835
|
+
},
|
|
836
|
+
"name": "label_message",
|
|
837
|
+
"outputSchema": {
|
|
838
|
+
"description": "Response message for LabelMessage RPC.",
|
|
839
|
+
"properties": {},
|
|
840
|
+
"type": "object"
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"annotations": {
|
|
845
|
+
"destructiveHint": true,
|
|
846
|
+
"idempotentHint": true,
|
|
847
|
+
"openWorldHint": false,
|
|
848
|
+
"readOnlyHint": false,
|
|
849
|
+
"title": "Removes labels from a message."
|
|
850
|
+
},
|
|
851
|
+
"description": "Removes one or more labels from a specific message in the authenticated user's Gmail account. To find the message ID, use tools like `search_threads` or `get_thread`. If unsure of a user label's ID, use the `list_labels` tool first to discover available labels and their IDs.",
|
|
852
|
+
"inputSchema": {
|
|
853
|
+
"description": "Request message for UnlabelMessage RPC.",
|
|
854
|
+
"properties": {
|
|
855
|
+
"labelIds": {
|
|
856
|
+
"description": "Required. The IDs of the labels to remove. Can be a system label ID (e.g., 'INBOX', 'TRASH', 'SPAM', 'STARRED', 'UNREAD', 'IMPORTANT') or a user-defined label ID. The tool accepts `label_ids` and not label names. Use the list_labels tool to get the corresponding label id to a display name for user-defined labels.",
|
|
857
|
+
"items": {
|
|
858
|
+
"type": "string"
|
|
859
|
+
},
|
|
860
|
+
"type": "array"
|
|
861
|
+
},
|
|
862
|
+
"messageId": {
|
|
863
|
+
"description": "Required. The ID of the message to remove the labels from.",
|
|
864
|
+
"type": "string"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"required": [
|
|
868
|
+
"messageId",
|
|
869
|
+
"labelIds"
|
|
870
|
+
],
|
|
871
|
+
"type": "object"
|
|
872
|
+
},
|
|
873
|
+
"name": "unlabel_message",
|
|
874
|
+
"outputSchema": {
|
|
875
|
+
"description": "Response message for UnlabelMessage RPC.",
|
|
876
|
+
"properties": {},
|
|
877
|
+
"type": "object"
|
|
878
|
+
}
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"annotations": {
|
|
882
|
+
"destructiveHint": false,
|
|
883
|
+
"idempotentHint": false,
|
|
884
|
+
"openWorldHint": false,
|
|
885
|
+
"readOnlyHint": false,
|
|
886
|
+
"title": "Creates a new label."
|
|
887
|
+
},
|
|
888
|
+
"description": "Creates a new label in the authenticated user's Gmail account.\nSupports creating nested labels (sub-labels) using a forward slash (e.g., 'Projects/Alpha/Sprint-1').\nBy default, parent labels will be automatically created if they do not exist.\n",
|
|
889
|
+
"inputSchema": {
|
|
890
|
+
"$defs": {
|
|
891
|
+
"LabelColor": {
|
|
892
|
+
"description": "The color of the label.",
|
|
893
|
+
"properties": {
|
|
894
|
+
"backgroundColor": {
|
|
895
|
+
"description": "The background color of the label, represented as a hex string (e.g., \"#ffffff\"). 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",
|
|
896
|
+
"type": "string"
|
|
897
|
+
},
|
|
898
|
+
"textColor": {
|
|
899
|
+
"description": "The text color of the label, represented as a hex string (e.g., \"#000000\"). 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",
|
|
900
|
+
"type": "string"
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
"type": "object"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"description": "Request message for CreateLabel RPC.",
|
|
907
|
+
"properties": {
|
|
908
|
+
"autoCreateParentLabels": {
|
|
909
|
+
"description": "Optional. Whether to automatically create parent labels for nested labels (separated by '/'). Defaults to true.",
|
|
910
|
+
"type": "boolean"
|
|
911
|
+
},
|
|
912
|
+
"color": {
|
|
913
|
+
"$ref": "#/$defs/LabelColor",
|
|
914
|
+
"description": "Optional. The color of the label."
|
|
915
|
+
},
|
|
916
|
+
"displayName": {
|
|
917
|
+
"description": "Required. The display name of the label to create.",
|
|
918
|
+
"type": "string"
|
|
919
|
+
}
|
|
920
|
+
},
|
|
921
|
+
"required": [
|
|
922
|
+
"displayName"
|
|
923
|
+
],
|
|
924
|
+
"type": "object"
|
|
925
|
+
},
|
|
926
|
+
"name": "create_label",
|
|
927
|
+
"outputSchema": {
|
|
928
|
+
"$defs": {
|
|
929
|
+
"LabelColor": {
|
|
930
|
+
"description": "The color of the label.",
|
|
931
|
+
"properties": {
|
|
932
|
+
"backgroundColor": {
|
|
933
|
+
"description": "The background color of the label, represented as a hex string (e.g., \"#ffffff\"). 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",
|
|
934
|
+
"type": "string"
|
|
935
|
+
},
|
|
936
|
+
"textColor": {
|
|
937
|
+
"description": "The text color of the label, represented as a hex string (e.g., \"#000000\"). 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",
|
|
938
|
+
"type": "string"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"type": "object"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
"description": "Details of a label.",
|
|
945
|
+
"properties": {
|
|
946
|
+
"color": {
|
|
947
|
+
"$ref": "#/$defs/LabelColor",
|
|
948
|
+
"description": "Optional. The color of the label."
|
|
949
|
+
},
|
|
950
|
+
"labelId": {
|
|
951
|
+
"description": "The unique identifier of the label.",
|
|
952
|
+
"type": "string"
|
|
953
|
+
},
|
|
954
|
+
"name": {
|
|
955
|
+
"description": "The human-readable display name of the label.",
|
|
956
|
+
"type": "string"
|
|
957
|
+
},
|
|
958
|
+
"threadsTotal": {
|
|
959
|
+
"description": "The total number of threads under the label.",
|
|
960
|
+
"format": "int32",
|
|
961
|
+
"type": "integer"
|
|
962
|
+
},
|
|
963
|
+
"threadsUnread": {
|
|
964
|
+
"description": "The number of unread threads under the label.",
|
|
965
|
+
"format": "int32",
|
|
966
|
+
"type": "integer"
|
|
967
|
+
}
|
|
968
|
+
},
|
|
969
|
+
"type": "object"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
]
|
|
973
|
+
}
|
|
974
|
+
}
|