@oneie/claude 0.8.0 → 0.9.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/agents/abm-strategist.md +16 -1
- package/agents/ads-meta.md +16 -1
- package/agents/analyst.md +16 -1
- package/agents/architect.md +199 -20
- package/agents/brand-guardian.md +16 -1
- package/agents/brand-strategist.md +16 -1
- package/agents/campaign-content.md +16 -1
- package/agents/campaign-email.md +16 -1
- package/agents/campaign-sms.md +16 -1
- package/agents/campaign-social.md +16 -1
- package/agents/cco.md +16 -1
- package/agents/ceo.md +17 -2
- package/agents/chairman.md +120 -0
- package/agents/cmo.md +16 -1
- package/agents/community-greeter.md +16 -1
- package/agents/community-moderator.md +16 -1
- package/agents/compliance.md +16 -1
- package/agents/copywriter.md +16 -1
- package/agents/creative-strategist.md +16 -1
- package/agents/cro.md +16 -1
- package/agents/cto.md +197 -28
- package/agents/customer-interviewer.md +16 -1
- package/agents/customer-researcher.md +16 -1
- package/agents/customer-success-manager.md +16 -1
- package/agents/customer-trainer.md +16 -1
- package/agents/cxo.md +16 -1
- package/agents/demand-creator.md +16 -1
- package/agents/demo-mover.md +16 -1
- package/agents/demo-specialist.md +16 -1
- package/agents/demo-thai-family-law.md +16 -1
- package/agents/designer.md +16 -1
- package/agents/discovery-caller.md +16 -1
- package/agents/doctor.md +139 -0
- package/agents/educate-coach.md +16 -1
- package/agents/elevate-tutor.md +16 -1
- package/agents/email-lifecycle-marketer.md +16 -1
- package/agents/engage-specialist.md +16 -1
- package/agents/events-coordinator.md +16 -1
- package/agents/foundation-builder.md +16 -1
- package/agents/funnel-architect.md +16 -1
- package/agents/gift-creator.md +16 -1
- package/agents/google-ads.md +16 -1
- package/agents/guide.md +16 -1
- package/agents/helpdesk-dispatcher.md +16 -1
- package/agents/hook-specialist.md +16 -1
- package/agents/identify-optimizer.md +16 -1
- package/agents/implementer.md +238 -45
- package/agents/incident-commander.md +16 -1
- package/agents/insights-lead.md +16 -1
- package/agents/journey-runner.md +16 -1
- package/agents/linkedin-ads.md +16 -1
- package/agents/live-sales-chat.md +16 -1
- package/agents/market-researcher.md +16 -1
- package/agents/media-buyer.md +16 -1
- package/agents/movers-customer-researcher.md +16 -1
- package/agents/movers-foundation-builder.md +16 -1
- package/agents/movers-market-researcher.md +16 -1
- package/agents/movers-pricing-strategist.md +16 -1
- package/agents/nurture-architect.md +16 -1
- package/agents/offer-architect.md +16 -1
- package/agents/onboarder.md +16 -1
- package/agents/onboarding-specialist.md +16 -1
- package/agents/operations-dashboard.md +16 -1
- package/agents/perf-engineer.md +282 -37
- package/agents/playbook-writer.md +16 -1
- package/agents/plg-strategist.md +16 -1
- package/agents/positioning-architect.md +16 -1
- package/agents/press-officer.md +16 -1
- package/agents/pricing-strategist.md +16 -1
- package/agents/privacy-officer.md +16 -1
- package/agents/referral-manager.md +16 -1
- package/agents/refine-analyst.md +16 -1
- package/agents/release-manager.md +175 -20
- package/agents/renewals-upsell-rep.md +16 -1
- package/agents/review-engineer.md +263 -45
- package/agents/rewards-steward.md +16 -1
- package/agents/sales-call-coach.md +16 -1
- package/agents/sales-closer.md +16 -1
- package/agents/security-auditor.md +257 -48
- package/agents/sell-closer.md +16 -1
- package/agents/share-amplifier.md +16 -1
- package/agents/social-media-manager.md +16 -1
- package/agents/storyteller.md +250 -0
- package/agents/strategist.md +16 -1
- package/agents/strategy-aligner.md +16 -1
- package/agents/support-agent.md +16 -1
- package/agents/tagger.md +245 -0
- package/agents/tech-writer.md +145 -23
- package/agents/test-engineer.md +170 -28
- package/agents/tiktok-ads.md +16 -1
- package/agents/tracking-engineer.md +16 -1
- package/agents/upsell-strategist.md +16 -1
- package/agents/voice.md +16 -1
- package/agents/workflow-optimiser.md +16 -1
- package/commands/close.md +814 -160
- package/commands/deploy.md +45 -32
- package/commands/tasks.md +222 -0
- package/hooks/scripts/git-add-guard.sh +37 -2
- package/hooks/scripts/session-start.sh +15 -2
- package/package.json +1 -1
- package/scripts/__pycache__/do-rank.cpython-313.pyc +0 -0
- package/scripts/ad-copy-lint.sh +656 -0
- package/scripts/blocks-manifest-cached.sh +100 -0
- package/scripts/chat-context-check.sh +89 -0
- package/scripts/close-metrics.sh +558 -0
- package/scripts/close-owner.sh +268 -0
- package/scripts/db-sync-lock-check.sh +116 -0
- package/scripts/deploy-emit.sh +298 -0
- package/scripts/deploy-ready.sh +78 -0
- package/scripts/deploy-record.sh +605 -0
- package/scripts/deploy.sh +237 -1
- package/scripts/do-auto.sh +114 -26
- package/scripts/do-close.sh +1137 -0
- package/scripts/do-consumer-sweep.sh +18 -1
- package/scripts/do-decide.sh +476 -0
- package/scripts/do-fleet.sh +1 -1
- package/scripts/do-plan-json.mjs +45 -6
- package/scripts/do-prove-selftest.sh +108 -0
- package/scripts/do-prove.sh +86 -10
- package/scripts/do-reconcile.sh +13 -2
- package/scripts/do-signal.sh +82 -3
- package/scripts/do-smoke.sh +18 -1
- package/scripts/do-w4-gates.sh +11 -1
- package/scripts/factory-brief-check.sh +330 -0
- package/scripts/factory-check.sh +18 -1
- package/scripts/factory-close-check.sh +257 -0
- package/scripts/factory-emit.sh +211 -0
- package/scripts/factory-executor-check.mjs +353 -0
- package/scripts/factory-peak.sh +301 -0
- package/scripts/factory-repo.sh +20 -0
- package/scripts/factory-review-check.mjs +61 -0
- package/scripts/factory-tasks-check.sh +18 -1
- package/scripts/fixtures/factory-brief-real.md +44 -0
- package/scripts/gate-reaper-check.sh +98 -0
- package/scripts/gate-reaper.sh +9 -0
- package/scripts/gc-content-check.sh +140 -0
- package/scripts/governor-doors-check.sh +86 -5
- package/scripts/health.sh +413 -0
- package/scripts/id-inventory.mjs +418 -0
- package/scripts/land.sh +397 -39
- package/scripts/lib/gc-finished.sh +77 -0
- package/scripts/livekit-ratchet.sh +18 -1
- package/scripts/machine-check.sh +1 -1
- package/scripts/node_modules/@anthropic-ai/sdk/.github/logo.svg +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/CHANGELOG.md +2634 -0
- package/scripts/node_modules/@anthropic-ai/sdk/LICENSE +8 -0
- package/scripts/node_modules/@anthropic-ai/sdk/README.md +45 -0
- package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.js +226 -0
- package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.mjs +223 -0
- package/scripts/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/api-promise.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/api-promise.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/api-promise.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/api-promise.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/api-promise.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/bin/cli +53 -0
- package/scripts/node_modules/@anthropic-ai/sdk/bin/migration-config.json +933 -0
- package/scripts/node_modules/@anthropic-ai/sdk/client.d.mts +323 -0
- package/scripts/node_modules/@anthropic-ai/sdk/client.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/client.d.ts +323 -0
- package/scripts/node_modules/@anthropic-ai/sdk/client.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/client.js +823 -0
- package/scripts/node_modules/@anthropic-ai/sdk/client.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/client.mjs +818 -0
- package/scripts/node_modules/@anthropic-ai/sdk/client.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.mts +49 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.ts +49 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.js +76 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.mjs +72 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/api-promise.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.mts +131 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.ts +131 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.js +317 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.mjs +277 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/credentials.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.mts +50 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.ts +50 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/error.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/error.js +116 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/error.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/error.mjs +100 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/error.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.mts +102 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.ts +102 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.js +178 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.mjs +170 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/pagination.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.mts +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.ts +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/resource.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/resource.js +11 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/resource.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/resource.mjs +7 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/resource.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.mts +33 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.ts +33 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.js +327 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.mjs +322 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/streaming.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.mjs +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/core/uploads.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/error.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/error.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/error.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/error.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/error.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/error.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/error.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/error.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.mts +22 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.ts +22 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.js +30 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.mjs +22 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/environments.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.mts +37 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.ts +37 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.js +57 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.mjs +53 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.mts +303 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.ts +303 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.js +419 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.mjs +406 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/mcp.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.mts +11 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.ts +11 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.js +18 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.mjs +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/memory.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.mts +33 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.ts +33 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.js +58 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.mjs +53 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/beta/zod.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.js +8 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.mts +18 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.ts +18 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.js +37 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.mjs +34 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/json-schema.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.mts +13 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.ts +13 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.js +47 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.mjs +43 -0
- package/scripts/node_modules/@anthropic-ai/sdk/helpers/zod.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/index.d.mts +8 -0
- package/scripts/node_modules/@anthropic-ai/sdk/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/index.d.ts +8 -0
- package/scripts/node_modules/@anthropic-ai/sdk/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/index.js +35 -0
- package/scripts/node_modules/@anthropic-ai/sdk/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/index.mjs +8 -0
- package/scripts/node_modules/@anthropic-ai/sdk/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.mts +73 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.ts +73 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.js +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/builtin-types.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.mts +5 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.ts +5 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.js +18 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.mjs +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/constants.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.mts +10 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.ts +10 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.js +39 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.mjs +35 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.mts +17 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.ts +17 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.js +113 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.mjs +108 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/decoders/line.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.mts +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.ts +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.js +162 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs +157 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/detect-platform.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.js +41 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.mjs +36 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/errors.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.mts +22 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.ts +22 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.js +79 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.mjs +74 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/headers.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.mts +17 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.ts +17 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.js +60 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.mjs +56 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/parse.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.mts +7 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.ts +7 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.js +13 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.mjs +9 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/formats.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.mts +10 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.ts +10 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.js +14 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.mjs +10 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.js +277 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.mjs +274 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/stringify.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.mts +57 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.ts +57 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.js +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.mjs +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/types.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.mts +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.ts +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.js +230 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.mjs +217 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/qs/utils.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.mts +77 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.ts +77 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.js +14 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.mjs +10 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/request-options.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.mts +17 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.ts +17 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.js +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shim-types.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.mts +26 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.ts +26 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.js +92 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.mjs +85 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/shims.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.mts +8 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.ts +8 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.js +38 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.mjs +35 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/stream-utils.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.mts +45 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.ts +45 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.js +96 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.mjs +93 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/to-file.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/tslib.js +81 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/tslib.mjs +17 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.mts +69 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.ts +69 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/types.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/types.js +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/types.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/types.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/types.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.mts +42 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.ts +42 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.js +145 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.mjs +135 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/uploads.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.mts +13 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.ts +13 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.js +26 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.mjs +23 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/abort.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.mts +31 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.ts +31 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.js +75 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.mjs +71 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/async-queue.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.mts +23 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.ts +23 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.js +44 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.mjs +36 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/backoff.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.js +38 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.mjs +33 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/base64.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.mts +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.ts +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.js +31 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.mjs +26 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/bytes.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.mts +9 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.ts +9 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.js +22 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.mjs +18 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/env.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.mts +37 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.ts +37 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.js +87 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.mjs +81 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/log.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.mts +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.ts +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.js +79 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.mjs +74 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/path.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.mts +11 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.ts +11 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.js +18 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.mjs +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/promise.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.js +10 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.mjs +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/query.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.mts +10 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.ts +10 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.js +28 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.mjs +24 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/sleep.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.js +8 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.mjs +5 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/time.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.mts +5 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.ts +5 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.js +19 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.mjs +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/uuid.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.mts +19 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.ts +19 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.js +119 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.mjs +100 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils/values.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.mts +8 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.ts +8 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.js +12 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.mjs +9 -0
- package/scripts/node_modules/@anthropic-ai/sdk/internal/utils.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.mts +122 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.ts +122 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.js +621 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.mjs +617 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.mts +121 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts +121 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.js +598 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs +594 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/MessageStream.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.mts +37 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.ts +37 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.js +79 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.mjs +75 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/beta-parser.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.mts +39 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.ts +39 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.js +245 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.mjs +208 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/credential-chain.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.mts +11 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.ts +11 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.js +72 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.mjs +35 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/identity-token.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.mts +40 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.ts +40 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.js +82 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.mjs +79 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/oidc-federation.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.mts +54 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.ts +54 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.js +112 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.mjs +108 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/token-cache.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.mts +96 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.ts +96 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.js +266 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.mjs +224 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/types.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.mts +21 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.ts +21 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.js +130 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.mjs +94 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials/user-oauth.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.mts +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.ts +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.js +8 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/credentials.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.mts +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.ts +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.js +18 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.mjs +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.mts +89 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.ts +89 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.js +181 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.mjs +172 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/poller.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.mts +146 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.ts +146 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.js +267 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.mjs +263 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/environments/worker.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.mts +49 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.ts +49 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.js +57 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.mjs +54 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/helper-client.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.mts +32 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.ts +32 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.js +66 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.mjs +62 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/parser.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.mts +34 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.ts +34 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.js +70 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.mjs +63 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.mts +68 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.ts +68 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.js +40 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.mjs +35 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaRunnableTool.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.mts +161 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.ts +161 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.js +386 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.mjs +382 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.mts +30 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.ts +30 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.js +28 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.mjs +25 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.mts +146 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.ts +146 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.js +471 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.mjs +467 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/SessionToolRunner.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.mts +33 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.ts +33 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.js +42 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.mjs +38 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.mts +132 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.ts +132 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.js +294 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.mjs +290 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/tools/ToolRunner.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.js +114 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.mjs +111 -0
- package/scripts/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/package.json +233 -0
- package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/pagination.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/pagination.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/pagination.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/pagination.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/pagination.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resource.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resource.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resource.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resource.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resource.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resource.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resource.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resource.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.mts +775 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.ts +775 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.js +131 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.mjs +126 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.js +9 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.mjs +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.mts +33 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.ts +33 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.js +36 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.mjs +32 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/agents.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.mts +94 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts +94 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.js +57 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs +52 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/beta.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.mts +425 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.ts +425 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.js +150 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.mjs +145 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/environments.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.js +9 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.mjs +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.mts +496 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.ts +496 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.js +274 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.mjs +268 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments/work.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/environments.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.mts +171 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.ts +171 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.js +124 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.mjs +120 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/files.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.mts +13 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts +13 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.js +29 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs +14 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.mts +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.ts +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.js +11 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.mjs +5 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.mts +347 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.ts +347 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.js +130 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.mjs +126 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.mts +231 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.ts +231 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.js +145 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.mjs +140 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.mts +235 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.ts +235 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.js +81 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.mjs +77 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.mts +645 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.ts +645 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.js +204 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.mjs +200 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.mts +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.ts +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.js +12 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.mjs +5 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.mts +3380 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.ts +3380 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.js +163 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.mjs +156 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/messages.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.mts +212 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.ts +212 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.js +60 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.mjs +56 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/models.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.mts +1409 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.ts +1409 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.js +119 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.mjs +114 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.mts +5 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.ts +5 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.js +13 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.mjs +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.mts +228 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.ts +228 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.js +132 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.mjs +128 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.mts +613 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.ts +613 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.js +158 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.mjs +153 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.mts +64 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.ts +64 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.js +60 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.mjs +56 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/events.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.js +9 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.mjs +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.mts +183 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.ts +183 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.js +88 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.mjs +83 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads/threads.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions/threads.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/sessions.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.js +9 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.mjs +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.mts +249 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.ts +249 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.js +98 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.mjs +93 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.mts +284 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.ts +284 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.js +128 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.mjs +124 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/skills.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.mts +223 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.ts +223 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.js +118 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.mjs +114 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.mts +572 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.ts +572 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.js +177 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.mjs +173 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.js +9 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.mjs +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.mts +192 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.ts +192 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.js +149 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.mjs +144 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/vaults.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.mts +256 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.ts +256 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.js +20 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.mjs +16 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta/webhooks.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/beta.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.mts +168 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.ts +168 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.js +23 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.mjs +19 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/completions.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.mts +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.ts +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/index.js +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/index.mjs +7 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.mts +304 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.ts +304 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.js +153 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.mjs +149 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/batches.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.js +9 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.mjs +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/index.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.mts +2414 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.ts +2414 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.js +132 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.mjs +127 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages/messages.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/messages.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.mts +197 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.ts +197 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/models.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/models.js +45 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/models.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/models.mjs +41 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/models.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.mts +44 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.ts +44 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.js +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/shared.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.js +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources/top-level.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources.js +5 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources.mjs +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/resources.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/_vendor/partial-json-parser/README.md +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/_vendor/partial-json-parser/parser.ts +264 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/api-promise.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/client.ts +1678 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/core/README.md +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/core/api-promise.ts +101 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/core/credentials.ts +379 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/core/error.ts +145 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/core/pagination.ts +318 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/core/resource.ts +11 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/core/streaming.ts +385 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/core/uploads.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/error.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/environments.ts +33 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/json-schema.ts +85 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/mcp.ts +624 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/memory.ts +28 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/beta/zod.ts +81 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/index.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/json-schema.ts +48 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/helpers/zod.ts +57 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/index.ts +31 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/README.md +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/builtin-types.ts +93 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/constants.ts +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/decoders/jsonl.ts +48 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/decoders/line.ts +135 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/detect-platform.ts +196 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/errors.ts +33 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/headers.ts +99 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/parse.ts +90 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/LICENSE.md +13 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/README.md +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/formats.ts +10 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/index.ts +13 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/stringify.ts +385 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/types.ts +71 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/qs/utils.ts +265 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/request-options.ts +93 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/shim-types.ts +26 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/shims.ts +107 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/stream-utils.ts +32 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/to-file.ts +159 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/types.ts +93 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/uploads.ts +204 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/abort.ts +21 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/async-queue.ts +66 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/backoff.ts +41 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/base64.ts +40 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/bytes.ts +32 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/env.ts +18 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/log.ts +128 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/path.ts +88 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/promise.ts +18 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/query.ts +7 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/sleep.ts +26 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/time.ts +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/uuid.ts +17 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils/values.ts +112 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/internal/utils.ts +9 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/.keep +4 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/BetaMessageStream.ts +765 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/MessageStream.ts +746 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/beta-parser.ts +148 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/credential-chain.ts +292 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/identity-token.ts +37 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/oidc-federation.ts +140 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/token-cache.ts +130 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/types.ts +295 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials/user-oauth.ts +144 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/credentials.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/environments/index.ts +23 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/environments/poller.ts +253 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/environments/worker.ts +400 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/helper-client.ts +89 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/parser.ts +125 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/stainless-helper-header.ts +80 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/BetaRunnableTool.ts +130 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/BetaToolRunner.ts +524 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/CompactionControl.ts +57 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/SessionToolRunner.ts +610 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/ToolError.ts +47 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/tools/ToolRunner.ts +381 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/lib/transform-json-schema.ts +124 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/pagination.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resource.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents/agents.ts +1063 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents/index.ts +51 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents/versions.ts +58 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/agents.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/beta.ts +1006 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments/environments.ts +625 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments/index.ts +42 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments/work.ts +697 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/environments.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/files.ts +286 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/index.ts +445 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/index.ts +47 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/memories.ts +514 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/memory-stores.ts +418 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores/memory-versions.ts +342 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/memory-stores.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/batches.ts +828 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/index.ts +251 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages/messages.ts +4881 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/messages.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/models.ts +289 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/events.ts +1958 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/index.ts +139 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/resources.ts +370 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/sessions.ts +1066 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads/events.ts +107 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads/index.ts +15 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads/threads.ts +311 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions/threads.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/sessions.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/index.ts +27 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/skills.ts +386 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills/versions.ts +419 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/skills.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/user-profiles.ts +325 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults/credentials.ts +813 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults/index.ts +49 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults/vaults.ts +375 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/vaults.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta/webhooks.ts +417 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/beta.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/completions.ts +216 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/index.ts +208 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages/batches.ts +396 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages/index.ts +191 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages/messages.ts +3506 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/messages.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/models.ts +274 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/shared.ts +85 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources/top-level.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/resources.ts +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/streaming.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/tools/agent-toolset/fs-util.ts +154 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/tools/agent-toolset/node.ts +800 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/tools/agent-toolset/skills.ts +256 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/tools/memory/node.ts +400 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/tsconfig.json +11 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/uploads.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/src/version.ts +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/streaming.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/streaming.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/streaming.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/streaming.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/streaming.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.mts +49 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.ts +49 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.js +159 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.mjs +151 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.mts +148 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.ts +148 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.js +749 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.mjs +734 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.mts +50 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.ts +50 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.js +249 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.mjs +243 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.mts +18 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.ts +18 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.js +331 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.mjs +325 -0
- package/scripts/node_modules/@anthropic-ai/sdk/tools/memory/node.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.mts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.ts +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/uploads.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/uploads.js +6 -0
- package/scripts/node_modules/@anthropic-ai/sdk/uploads.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/uploads.mjs +3 -0
- package/scripts/node_modules/@anthropic-ai/sdk/uploads.mjs.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/version.d.mts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/version.d.mts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/version.d.ts +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/version.d.ts.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/version.js +5 -0
- package/scripts/node_modules/@anthropic-ai/sdk/version.js.map +1 -0
- package/scripts/node_modules/@anthropic-ai/sdk/version.mjs +2 -0
- package/scripts/node_modules/@anthropic-ai/sdk/version.mjs.map +1 -0
- package/scripts/node_modules/@babel/runtime/LICENSE +22 -0
- package/scripts/node_modules/@babel/runtime/README.md +19 -0
- package/scripts/node_modules/@babel/runtime/helpers/AwaitValue.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/OverloadYield.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/applyDecs.js +236 -0
- package/scripts/node_modules/@babel/runtime/helpers/applyDecs2203.js +184 -0
- package/scripts/node_modules/@babel/runtime/helpers/applyDecs2203R.js +191 -0
- package/scripts/node_modules/@babel/runtime/helpers/applyDecs2301.js +222 -0
- package/scripts/node_modules/@babel/runtime/helpers/applyDecs2305.js +133 -0
- package/scripts/node_modules/@babel/runtime/helpers/applyDecs2311.js +124 -0
- package/scripts/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/arrayWithHoles.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/assertClassBrand.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/assertThisInitialized.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +24 -0
- package/scripts/node_modules/@babel/runtime/helpers/asyncIterator.js +45 -0
- package/scripts/node_modules/@babel/runtime/helpers/asyncToGenerator.js +26 -0
- package/scripts/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/callSuper.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/checkInRHS.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/classCallCheck.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classNameTDZError.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateGetter.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/classPrivateSetter.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/construct.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/createClass.js +13 -0
- package/scripts/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +50 -0
- package/scripts/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +19 -0
- package/scripts/node_modules/@babel/runtime/helpers/createSuper.js +16 -0
- package/scripts/node_modules/@babel/runtime/helpers/decorate.js +250 -0
- package/scripts/node_modules/@babel/runtime/helpers/defaults.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/defineAccessor.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +12 -0
- package/scripts/node_modules/@babel/runtime/helpers/defineProperty.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/dispose.js +28 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs.js +236 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +184 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +191 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +222 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +133 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +124 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +24 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +45 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +26 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/callSuper.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/construct.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/createClass.js +13 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +50 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +19 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/createSuper.js +16 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/decorate.js +250 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/defaults.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +12 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/defineProperty.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/dispose.js +28 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/extends.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/get.js +11 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/identity.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +27 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/inherits.js +14 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/instanceof.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +22 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +28 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/jsx.js +22 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/objectSpread.js +14 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +23 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +13 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/package.json +3 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/regenerator.js +89 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js +33 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js +22 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +77 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js +19 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/set.js +22 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/setFunctionName.js +12 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/superPropBase.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/superPropGet.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/superPropSet.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/tdz.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/temporalRef.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +2 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/toArray.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +12 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/toSetter.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/typeof.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/using.js +12 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/usingCtx.js +59 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +56 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +27 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +52 -0
- package/scripts/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/extends.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/get.js +11 -0
- package/scripts/node_modules/@babel/runtime/helpers/getPrototypeOf.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/identity.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/importDeferProxy.js +27 -0
- package/scripts/node_modules/@babel/runtime/helpers/inherits.js +14 -0
- package/scripts/node_modules/@babel/runtime/helpers/inheritsLoose.js +5 -0
- package/scripts/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/instanceof.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/interopRequireDefault.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +22 -0
- package/scripts/node_modules/@babel/runtime/helpers/isNativeFunction.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/iterableToArray.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +28 -0
- package/scripts/node_modules/@babel/runtime/helpers/jsx.js +22 -0
- package/scripts/node_modules/@babel/runtime/helpers/maybeArrayLike.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/newArrowCheck.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/nonIterableRest.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/nonIterableSpread.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/nullishReceiverError.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/objectSpread.js +14 -0
- package/scripts/node_modules/@babel/runtime/helpers/objectSpread2.js +23 -0
- package/scripts/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +13 -0
- package/scripts/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/readOnlyError.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/regenerator.js +89 -0
- package/scripts/node_modules/@babel/runtime/helpers/regeneratorAsync.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js +33 -0
- package/scripts/node_modules/@babel/runtime/helpers/regeneratorDefine.js +22 -0
- package/scripts/node_modules/@babel/runtime/helpers/regeneratorKeys.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +77 -0
- package/scripts/node_modules/@babel/runtime/helpers/regeneratorValues.js +19 -0
- package/scripts/node_modules/@babel/runtime/helpers/set.js +22 -0
- package/scripts/node_modules/@babel/runtime/helpers/setFunctionName.js +12 -0
- package/scripts/node_modules/@babel/runtime/helpers/setPrototypeOf.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/slicedToArray.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/superPropBase.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/superPropGet.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/superPropSet.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/tdz.js +4 -0
- package/scripts/node_modules/@babel/runtime/helpers/temporalRef.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/temporalUndefined.js +2 -0
- package/scripts/node_modules/@babel/runtime/helpers/toArray.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/toConsumableArray.js +8 -0
- package/scripts/node_modules/@babel/runtime/helpers/toPrimitive.js +12 -0
- package/scripts/node_modules/@babel/runtime/helpers/toPropertyKey.js +7 -0
- package/scripts/node_modules/@babel/runtime/helpers/toSetter.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js +6 -0
- package/scripts/node_modules/@babel/runtime/helpers/typeof.js +10 -0
- package/scripts/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +9 -0
- package/scripts/node_modules/@babel/runtime/helpers/using.js +12 -0
- package/scripts/node_modules/@babel/runtime/helpers/usingCtx.js +59 -0
- package/scripts/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +56 -0
- package/scripts/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +27 -0
- package/scripts/node_modules/@babel/runtime/helpers/wrapRegExp.js +52 -0
- package/scripts/node_modules/@babel/runtime/helpers/writeOnlyError.js +4 -0
- package/scripts/node_modules/@babel/runtime/package.json +1107 -0
- package/scripts/node_modules/@babel/runtime/regenerator/index.js +15 -0
- package/scripts/node_modules/@stablelib/base64/LICENSE +21 -0
- package/scripts/node_modules/@stablelib/base64/base64.bench.ts +25 -0
- package/scripts/node_modules/@stablelib/base64/base64.test.ts +85 -0
- package/scripts/node_modules/@stablelib/base64/base64.ts +283 -0
- package/scripts/node_modules/@stablelib/base64/lib/base64.bench.d.ts +1 -0
- package/scripts/node_modules/@stablelib/base64/lib/base64.bench.js +23 -0
- package/scripts/node_modules/@stablelib/base64/lib/base64.bench.js.map +1 -0
- package/scripts/node_modules/@stablelib/base64/lib/base64.d.ts +34 -0
- package/scripts/node_modules/@stablelib/base64/lib/base64.js +282 -0
- package/scripts/node_modules/@stablelib/base64/lib/base64.js.map +1 -0
- package/scripts/node_modules/@stablelib/base64/lib/base64.test.d.ts +1 -0
- package/scripts/node_modules/@stablelib/base64/lib/base64.test.js +82 -0
- package/scripts/node_modules/@stablelib/base64/lib/base64.test.js.map +1 -0
- package/scripts/node_modules/@stablelib/base64/package.json +25 -0
- package/scripts/node_modules/@stablelib/base64/tsconfig.json +27 -0
- package/scripts/node_modules/fast-sha256/LICENSE +24 -0
- package/scripts/node_modules/fast-sha256/README.md +127 -0
- package/scripts/node_modules/fast-sha256/package.json +42 -0
- package/scripts/node_modules/fast-sha256/sha256.d.ts +39 -0
- package/scripts/node_modules/fast-sha256/sha256.js +427 -0
- package/scripts/node_modules/fast-sha256/sha256.min.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/LICENSE +21 -0
- package/scripts/node_modules/json-schema-to-ts/README.md +1046 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/deserializationPattern.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/deserializationPattern.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/extendedJsonSchema.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/extendedJsonSchema.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/fromSchemaOptions.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/fromSchemaOptions.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/index.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/jsonSchema.js +25 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/definitions/jsonSchema.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/index.js +26 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-options.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-options.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/allOf.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/allOf.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/anyOf.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/anyOf.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/array.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/array.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/const.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/const.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/deserialize.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/deserialize.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/enum.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/enum.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/ifThenElse.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/ifThenElse.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/index.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/multipleTypes.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/multipleTypes.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/not.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/not.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/nullable.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/nullable.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/object.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/object.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/oneOf.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/oneOf.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/external.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/external.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/index.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/internal.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/internal.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/utils.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/references/utils.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/singleType.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/singleType.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/utils.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/parse-schema/utils.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/and.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/and.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/extends.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/extends.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/get.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/get.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/if.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/if.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/index.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/join.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/join.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/key.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/key.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/narrow.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/narrow.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/not.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/not.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/pop.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/pop.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/split.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/split.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/tail.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/tail.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/writable.js +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/type-utils/writable.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/asConst.js +26 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/asConst.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/index.js +28 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/compiler.js +52 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/compiler.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/index.js +22 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/validator.js +46 -0
- package/scripts/node_modules/json-schema-to-ts/lib/cjs/utils/type-guards/validator.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/deserializationPattern.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/deserializationPattern.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/extendedJsonSchema.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/extendedJsonSchema.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/fromSchemaOptions.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/fromSchemaOptions.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/index.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/jsonSchema.js +17 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/definitions/jsonSchema.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/index.js +11 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-options.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-options.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/allOf.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/allOf.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/anyOf.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/anyOf.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/array.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/array.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/const.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/const.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/deserialize.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/deserialize.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/enum.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/enum.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/ifThenElse.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/ifThenElse.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/index.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/multipleTypes.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/multipleTypes.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/not.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/not.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/nullable.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/nullable.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/object.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/object.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/oneOf.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/oneOf.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/external.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/external.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/index.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/internal.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/internal.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/utils.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/references/utils.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/singleType.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/singleType.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/utils.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/parse-schema/utils.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/and.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/and.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/extends.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/extends.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/get.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/get.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/if.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/if.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/index.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/join.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/join.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/key.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/key.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/narrow.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/narrow.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/not.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/not.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/pop.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/pop.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/split.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/split.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/tail.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/tail.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/writable.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/type-utils/writable.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/asConst.js +17 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/asConst.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/index.js +3 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/compiler.js +43 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/compiler.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/index.js +3 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/index.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/validator.js +37 -0
- package/scripts/node_modules/json-schema-to-ts/lib/esm/utils/type-guards/validator.js.map +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/deserializationPattern.d.ts +4 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/deserializationPattern.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/extendedJsonSchema.d.ts +75 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/extendedJsonSchema.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/fromSchemaOptions.d.ts +24 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/fromSchemaOptions.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/index.d.ts +4 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/index.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/jsonSchema.d.ts +57 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/definitions/jsonSchema.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/index.d.ts +9 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/index.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-options.d.ts +12 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-options.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/allOf.d.ts +13 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/allOf.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/anyOf.d.ts +13 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/anyOf.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/array.d.ts +57 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/array.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/const.d.ts +10 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/const.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/deserialize.d.ts +11 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/deserialize.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/enum.d.ts +10 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/enum.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/ifThenElse.d.ts +14 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/ifThenElse.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/index.d.ts +26 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/index.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/multipleTypes.d.ts +11 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/multipleTypes.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/not.d.ts +10 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/not.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/nullable.d.ts +9 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/nullable.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/object.d.ts +37 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/object.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/oneOf.d.ts +13 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/oneOf.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/external.d.ts +22 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/external.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/index.d.ts +9 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/index.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/internal.d.ts +4 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/internal.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/utils.d.ts +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/references/utils.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/singleType.d.ts +19 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/singleType.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/utils.d.ts +17 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/parse-schema/utils.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/and.d.ts +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/and.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/extends.d.ts +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/extends.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/get.d.ts +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/get.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/if.d.ts +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/if.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/index.d.ts +12 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/index.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/join.d.ts +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/join.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/key.d.ts +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/key.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/narrow.d.ts +3 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/narrow.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/not.d.ts +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/not.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/pop.d.ts +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/pop.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/split.d.ts +4 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/split.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/tail.d.ts +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/tail.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/writable.d.ts +5 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/type-utils/writable.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/utils/asConst.d.ts +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/utils/asConst.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/utils/index.d.ts +3 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/utils/index.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/compiler.d.ts +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/compiler.js +4 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/index.d.ts +4 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/index.js +2 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/validator.d.ts +6 -0
- package/scripts/node_modules/json-schema-to-ts/lib/types/utils/type-guards/validator.js +1 -0
- package/scripts/node_modules/json-schema-to-ts/package.json +89 -0
- package/scripts/node_modules/standardwebhooks/README.md +41 -0
- package/scripts/node_modules/standardwebhooks/dist/index.d.ts +24 -0
- package/scripts/node_modules/standardwebhooks/dist/index.js +106 -0
- package/scripts/node_modules/standardwebhooks/dist/index.js.map +1 -0
- package/scripts/node_modules/standardwebhooks/dist/timing_safe_equal.d.ts +1 -0
- package/scripts/node_modules/standardwebhooks/dist/timing_safe_equal.js +30 -0
- package/scripts/node_modules/standardwebhooks/dist/timing_safe_equal.js.map +1 -0
- package/scripts/node_modules/standardwebhooks/package.json +45 -0
- package/scripts/node_modules/ts-algebra/.eslintignore +3 -0
- package/scripts/node_modules/ts-algebra/.eslintrc.js +153 -0
- package/scripts/node_modules/ts-algebra/.nvmrc +1 -0
- package/scripts/node_modules/ts-algebra/.prettierignore +4 -0
- package/scripts/node_modules/ts-algebra/.prettierrc +9 -0
- package/scripts/node_modules/ts-algebra/LICENSE +21 -0
- package/scripts/node_modules/ts-algebra/README.md +737 -0
- package/scripts/node_modules/ts-algebra/lib/index.d.ts +2 -0
- package/scripts/node_modules/ts-algebra/lib/index.js +4 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/any.d.ts +15 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/any.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/array.d.ts +22 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/array.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/const.d.ts +19 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/const.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/enum.d.ts +19 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/enum.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/any.d.ts +12 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/any.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/array.d.ts +16 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/array.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/const.d.ts +27 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/const.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/enum.d.ts +20 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/enum.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/index.d.ts +20 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/index.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/object.d.ts +51 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/object.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/primitive.d.ts +12 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/primitive.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/tuple.d.ts +87 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/tuple.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/union.d.ts +8 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/union.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/utils.d.ts +31 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/exclusion/utils.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/index.d.ts +14 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/index.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/any.d.ts +19 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/any.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/array.d.ts +21 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/array.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/const.d.ts +33 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/const.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/enum.d.ts +23 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/enum.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/index.d.ts +20 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/index.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/object.d.ts +26 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/object.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/primitive.d.ts +17 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/primitive.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/tuple.d.ts +44 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/tuple.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/union.d.ts +13 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/union.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/utils.d.ts +5 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/intersection/utils.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/never.d.ts +6 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/never.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/object.d.ts +47 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/object.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/primitive.d.ts +20 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/primitive.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/resolve.d.ts +18 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/resolve.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/tuple.d.ts +39 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/tuple.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/type.d.ts +14 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/type.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/typeId.d.ts +10 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/typeId.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/union.d.ts +18 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/union.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/utils.d.ts +3 -0
- package/scripts/node_modules/ts-algebra/lib/meta-types/utils.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/and.d.ts +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/and.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/extends.d.ts +5 -0
- package/scripts/node_modules/ts-algebra/lib/utils/extends.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/if.d.ts +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/if.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/index.d.ts +12 -0
- package/scripts/node_modules/ts-algebra/lib/utils/index.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/intersectUnion.d.ts +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/intersectUnion.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/isNever.d.ts +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/isNever.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/merge.d.ts +7 -0
- package/scripts/node_modules/ts-algebra/lib/utils/merge.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/not.d.ts +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/not.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/or.d.ts +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/or.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/prettify.d.ts +4 -0
- package/scripts/node_modules/ts-algebra/lib/utils/prettify.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/tail.d.ts +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/tail.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/unionLast.d.ts +2 -0
- package/scripts/node_modules/ts-algebra/lib/utils/unionLast.js +1 -0
- package/scripts/node_modules/ts-algebra/lib/utils/unionPop.d.ts +2 -0
- package/scripts/node_modules/ts-algebra/lib/utils/unionPop.js +1 -0
- package/scripts/node_modules/ts-algebra/package.json +59 -0
- package/scripts/one-agents.mjs +24 -3
- package/scripts/pr-body.sh +335 -0
- package/scripts/preview-fd-check.sh +289 -0
- package/scripts/signal-watch.sh +63 -6
- package/scripts/speed-cache-check.sh +12 -2
- package/scripts/test-cached.sh +47 -10
- package/scripts/test-lanes.sh +14 -0
- package/scripts/triage-shape-check.sh +149 -0
- package/scripts/tsc-cached.sh +17 -2
- package/scripts/typedb-flake-check.sh +3 -1
- package/scripts/verify-fast.sh +137 -6
- package/scripts/worktree-up.sh +6 -2
- package/skills/shadcn/SKILL.md +1 -1
- package/skills/voice/SKILL.md +94 -6
- package/skills/voice/corpus-check.sh +87 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { And, If } from "../utils";
|
|
2
|
+
import type { ResolveOptions } from "./resolve";
|
|
3
|
+
import type { Deserialized, IsSerialized } from "./utils";
|
|
4
|
+
export declare type AnyTypeId = "any";
|
|
5
|
+
export declare type Any<IS_SERIALIZED extends boolean = false, DESERIALIZED = never> = {
|
|
6
|
+
type: AnyTypeId;
|
|
7
|
+
isSerialized: IS_SERIALIZED;
|
|
8
|
+
deserialized: DESERIALIZED;
|
|
9
|
+
};
|
|
10
|
+
export declare type AnyType = {
|
|
11
|
+
type: AnyTypeId;
|
|
12
|
+
isSerialized: boolean;
|
|
13
|
+
deserialized: unknown;
|
|
14
|
+
};
|
|
15
|
+
export declare type ResolveAny<META_ANY extends AnyType, OPTIONS extends ResolveOptions> = If<And<OPTIONS["deserialize"], IsSerialized<META_ANY>>, Deserialized<META_ANY>, unknown>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { And, If, Prettify } from "../utils";
|
|
2
|
+
import type { Any } from "./any";
|
|
3
|
+
import type { NeverType } from "./never";
|
|
4
|
+
import type { Resolve, ResolveOptions } from "./resolve";
|
|
5
|
+
import type { Type } from "./type";
|
|
6
|
+
import type { Deserialized, IsSerialized } from "./utils";
|
|
7
|
+
export declare type ArrayTypeId = "array";
|
|
8
|
+
export declare type _Array<VALUES extends Type = Any, IS_SERIALIZED extends boolean = false, DESERIALIZED = never> = _$Array<VALUES, IS_SERIALIZED, DESERIALIZED>;
|
|
9
|
+
export declare type _$Array<VALUES = Any, IS_SERIALIZED = false, DESERIALIZED = never> = {
|
|
10
|
+
type: ArrayTypeId;
|
|
11
|
+
values: VALUES;
|
|
12
|
+
isSerialized: IS_SERIALIZED;
|
|
13
|
+
deserialized: DESERIALIZED;
|
|
14
|
+
};
|
|
15
|
+
export declare type ArrayType = {
|
|
16
|
+
type: ArrayTypeId;
|
|
17
|
+
values: Type;
|
|
18
|
+
isSerialized: boolean;
|
|
19
|
+
deserialized: unknown;
|
|
20
|
+
};
|
|
21
|
+
export declare type ArrayValues<META_ARRAY extends ArrayType> = META_ARRAY["values"];
|
|
22
|
+
export declare type ResolveArray<META_ARRAY extends ArrayType, OPTIONS extends ResolveOptions> = If<And<OPTIONS["deserialize"], IsSerialized<META_ARRAY>>, Deserialized<META_ARRAY>, ArrayValues<META_ARRAY> extends NeverType ? [] : Prettify<Resolve<ArrayValues<META_ARRAY>, OPTIONS>[]>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { And, If, IsNever } from "../utils";
|
|
2
|
+
import type { Never } from "./never";
|
|
3
|
+
import type { ResolveOptions } from "./resolve";
|
|
4
|
+
import type { Deserialized, IsSerialized } from "./utils";
|
|
5
|
+
export declare type ConstTypeId = "const";
|
|
6
|
+
export declare type Const<VALUE, IS_SERIALIZED extends boolean = false, DESERIALIZED = never> = If<IsNever<VALUE>, Never, {
|
|
7
|
+
type: ConstTypeId;
|
|
8
|
+
value: VALUE;
|
|
9
|
+
isSerialized: IS_SERIALIZED;
|
|
10
|
+
deserialized: DESERIALIZED;
|
|
11
|
+
}>;
|
|
12
|
+
export declare type ConstType = {
|
|
13
|
+
type: ConstTypeId;
|
|
14
|
+
value: unknown;
|
|
15
|
+
isSerialized: boolean;
|
|
16
|
+
deserialized: unknown;
|
|
17
|
+
};
|
|
18
|
+
export declare type ConstValue<META_CONST extends ConstType> = META_CONST["value"];
|
|
19
|
+
export declare type ResolveConst<META_CONST extends ConstType, OPTIONS extends ResolveOptions> = If<And<OPTIONS["deserialize"], IsSerialized<META_CONST>>, Deserialized<META_CONST>, ConstValue<META_CONST>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { And, If, IsNever } from "../utils";
|
|
2
|
+
import type { Never } from "./never";
|
|
3
|
+
import type { ResolveOptions } from "./resolve";
|
|
4
|
+
import type { Deserialized, IsSerialized } from "./utils";
|
|
5
|
+
export declare type EnumTypeId = "enum";
|
|
6
|
+
export declare type Enum<VALUES, IS_SERIALIZED extends boolean = false, DESERIALIZED = never> = If<IsNever<VALUES>, Never, {
|
|
7
|
+
type: EnumTypeId;
|
|
8
|
+
values: VALUES;
|
|
9
|
+
isSerialized: IS_SERIALIZED;
|
|
10
|
+
deserialized: DESERIALIZED;
|
|
11
|
+
}>;
|
|
12
|
+
export declare type EnumType = {
|
|
13
|
+
type: EnumTypeId;
|
|
14
|
+
values: unknown;
|
|
15
|
+
isSerialized: boolean;
|
|
16
|
+
deserialized: unknown;
|
|
17
|
+
};
|
|
18
|
+
export declare type EnumValues<META_ENUM extends EnumType> = META_ENUM["values"];
|
|
19
|
+
export declare type ResolveEnum<META_ENUM extends EnumType, OPTIONS extends ResolveOptions> = If<And<OPTIONS["deserialize"], IsSerialized<META_ENUM>>, Deserialized<META_ENUM>, EnumValues<META_ENUM>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { AnyType } from "../any";
|
|
2
|
+
import type { ArrayType } from "../array";
|
|
3
|
+
import type { ConstType } from "../const";
|
|
4
|
+
import type { EnumType } from "../enum";
|
|
5
|
+
import type { Never, NeverType } from "../never";
|
|
6
|
+
import type { ObjectType } from "../object";
|
|
7
|
+
import type { PrimitiveType } from "../primitive";
|
|
8
|
+
import type { TupleType } from "../tuple";
|
|
9
|
+
import type { Type } from "../type";
|
|
10
|
+
import type { UnionType } from "../union";
|
|
11
|
+
import type { ExcludeUnion } from "./union";
|
|
12
|
+
export declare type ExcludeFromAny<META_ANY extends AnyType, META_TYPE> = META_TYPE extends Type ? META_TYPE extends NeverType ? META_ANY : META_TYPE extends AnyType ? Never : META_TYPE extends ConstType ? META_ANY : META_TYPE extends EnumType ? META_ANY : META_TYPE extends PrimitiveType ? META_ANY : META_TYPE extends ArrayType ? META_ANY : META_TYPE extends TupleType ? META_ANY : META_TYPE extends ObjectType ? META_ANY : META_TYPE extends UnionType ? ExcludeUnion<META_ANY, META_TYPE> : Never : Never;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { And, DoesExtend } from "../../utils";
|
|
2
|
+
import type { AnyType } from "../any";
|
|
3
|
+
import type { _Array, ArrayType, ArrayValues } from "../array";
|
|
4
|
+
import type { ConstType } from "../const";
|
|
5
|
+
import type { EnumType } from "../enum";
|
|
6
|
+
import type { Never, NeverType } from "../never";
|
|
7
|
+
import type { ObjectType } from "../object";
|
|
8
|
+
import type { PrimitiveType } from "../primitive";
|
|
9
|
+
import type { IsTupleOpen, TupleOpenProps, TupleType, TupleValues } from "../tuple";
|
|
10
|
+
import type { Type } from "../type";
|
|
11
|
+
import type { UnionType } from "../union";
|
|
12
|
+
import type { _Exclude } from "./index";
|
|
13
|
+
import type { ExcludeUnion } from "./union";
|
|
14
|
+
export declare type ExcludeFromArray<META_ARRAY extends ArrayType, META_TYPE> = META_TYPE extends Type ? META_TYPE extends NeverType ? META_ARRAY : META_TYPE extends AnyType ? Never : META_TYPE extends ConstType ? META_ARRAY : META_TYPE extends EnumType ? META_ARRAY : META_TYPE extends PrimitiveType ? META_ARRAY : META_TYPE extends ArrayType ? ExcludeArrays<META_ARRAY, META_TYPE> : META_TYPE extends TupleType ? And<DoesExtend<TupleValues<META_TYPE>, []>, IsTupleOpen<META_TYPE>> extends true ? ExcludeArrays<META_ARRAY, _Array<TupleOpenProps<META_TYPE>>> : META_ARRAY : META_TYPE extends ObjectType ? META_ARRAY : META_TYPE extends UnionType ? ExcludeUnion<META_ARRAY, META_TYPE> : Never : Never;
|
|
15
|
+
declare type ExcludeArrays<META_ARRAY_A extends ArrayType, META_ARRAY_B extends ArrayType> = _Exclude<ArrayValues<META_ARRAY_A>, ArrayValues<META_ARRAY_B>> extends NeverType ? NeverType : META_ARRAY_A;
|
|
16
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { If, IsNever, IsObject } from "../../utils";
|
|
2
|
+
import type { AnyType } from "../any";
|
|
3
|
+
import type { ArrayType } from "../array";
|
|
4
|
+
import type { Const, ConstType, ConstValue } from "../const";
|
|
5
|
+
import type { EnumType } from "../enum";
|
|
6
|
+
import type { Never, NeverType } from "../never";
|
|
7
|
+
import type { IsObjectOpen, ObjectOpenProps, ObjectRequiredKeys, ObjectType, ObjectValues } from "../object";
|
|
8
|
+
import type { PrimitiveType } from "../primitive";
|
|
9
|
+
import type { Resolve } from "../resolve";
|
|
10
|
+
import type { TupleType } from "../tuple";
|
|
11
|
+
import type { Type } from "../type";
|
|
12
|
+
import type { UnionType } from "../union";
|
|
13
|
+
import type { _Exclude } from "./index";
|
|
14
|
+
import type { ExcludeUnion } from "./union";
|
|
15
|
+
export declare type ExcludeFromConst<META_CONST extends ConstType, META_TYPE> = META_TYPE extends Type ? META_TYPE extends NeverType ? META_CONST : META_TYPE extends AnyType ? Never : META_TYPE extends ConstType ? CheckNotExtendsResolved<META_CONST, META_TYPE> : META_TYPE extends EnumType ? CheckNotExtendsResolved<META_CONST, META_TYPE> : META_TYPE extends PrimitiveType ? CheckNotExtendsResolved<META_CONST, META_TYPE> : META_TYPE extends ArrayType ? CheckNotExtendsResolved<META_CONST, META_TYPE> : META_TYPE extends TupleType ? CheckNotExtendsResolved<META_CONST, META_TYPE> : META_TYPE extends ObjectType ? ExcludeObject<META_CONST, META_TYPE> : META_TYPE extends UnionType ? ExcludeUnion<META_CONST, META_TYPE> : Never : Never;
|
|
16
|
+
declare type CheckNotExtendsResolved<META_CONST extends ConstType, META_TYPE extends Type> = ConstValue<META_CONST> extends Resolve<META_TYPE, {
|
|
17
|
+
deserialize: false;
|
|
18
|
+
}> ? Never : META_CONST;
|
|
19
|
+
declare type ExcludeObject<META_CONST extends ConstType, META_OBJECT extends ObjectType> = If<IsObject<ConstValue<META_CONST>>, ObjectRequiredKeys<META_OBJECT> extends keyof ConstValue<META_CONST> ? ExcludeObjectFromConst<META_CONST, META_OBJECT> : META_CONST, META_CONST>;
|
|
20
|
+
declare type ExcludeObjectFromConst<META_CONST extends ConstType, META_OBJECT extends ObjectType, EXCLUDED_CONST_VALUES = ExcludeConstValues<ConstValue<META_CONST>, META_OBJECT>> = If<IsNever<RepresentableKeys<EXCLUDED_CONST_VALUES>>, Never, META_CONST>;
|
|
21
|
+
declare type ExcludeConstValues<VALUE, META_OBJECT extends ObjectType> = {
|
|
22
|
+
[KEY in keyof VALUE]: KEY extends keyof ObjectValues<META_OBJECT> ? _Exclude<Const<VALUE[KEY]>, ObjectValues<META_OBJECT>[KEY]> : IsObjectOpen<META_OBJECT> extends true ? _Exclude<Const<VALUE[KEY]>, ObjectOpenProps<META_OBJECT>> : Const<VALUE[KEY]>;
|
|
23
|
+
};
|
|
24
|
+
declare type RepresentableKeys<VALUES> = {
|
|
25
|
+
[KEY in keyof VALUES]: VALUES[KEY] extends Never ? never : KEY;
|
|
26
|
+
}[keyof VALUES];
|
|
27
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { UnionLast } from "../../utils/unionLast";
|
|
2
|
+
import type { AnyType } from "../any";
|
|
3
|
+
import type { ArrayType } from "../array";
|
|
4
|
+
import type { Const, ConstType } from "../const";
|
|
5
|
+
import type { Enum, EnumType, EnumValues } from "../enum";
|
|
6
|
+
import type { $Intersect } from "../intersection";
|
|
7
|
+
import type { Never, NeverType } from "../never";
|
|
8
|
+
import type { ObjectType } from "../object";
|
|
9
|
+
import type { PrimitiveType } from "../primitive";
|
|
10
|
+
import type { TupleType } from "../tuple";
|
|
11
|
+
import type { Type } from "../type";
|
|
12
|
+
import type { UnionType } from "../union";
|
|
13
|
+
import type { _Exclude } from "./index";
|
|
14
|
+
import type { ExcludeUnion } from "./union";
|
|
15
|
+
export declare type ExcludeFromEnum<META_ENUM extends EnumType, META_TYPE> = META_TYPE extends Type ? META_TYPE extends NeverType ? META_ENUM : META_TYPE extends AnyType ? Never : META_TYPE extends ConstType ? FilterEnumExcluded<META_ENUM, META_TYPE> : META_TYPE extends EnumType ? FilterEnumExcluded<META_ENUM, META_TYPE> : META_TYPE extends PrimitiveType ? FilterEnumExcluded<META_ENUM, META_TYPE> : META_TYPE extends ArrayType ? FilterEnumExcluded<META_ENUM, META_TYPE> : META_TYPE extends TupleType ? FilterEnumExcluded<META_ENUM, META_TYPE> : META_TYPE extends ObjectType ? FilterEnumExcluded<META_ENUM, META_TYPE> : META_TYPE extends UnionType ? ExcludeUnion<META_ENUM, META_TYPE> : Never : Never;
|
|
16
|
+
declare type FilterEnumExcluded<META_ENUM extends EnumType, META_TYPE extends Type> = Enum<FilterEnumExcludedValues<EnumValues<META_ENUM>, META_TYPE>>;
|
|
17
|
+
declare type FilterEnumExcludedValues<ENUM_VALUES, META_TYPE extends Type> = ENUM_VALUES extends infer ENUM_VALUE ? _Exclude<Const<ENUM_VALUE>, META_TYPE> extends NeverType ? never : ENUM_VALUE : never;
|
|
18
|
+
export declare type ExcludeEnum<META_TYPE extends Type, ENUM_TYPE extends EnumType, ENUM_VALUES = EnumValues<ENUM_TYPE>> = ExcludeEnumValue<META_TYPE, UnionLast<ENUM_VALUES>, ENUM_VALUES>;
|
|
19
|
+
declare type ExcludeEnumValue<META_TYPE extends Type, LAST_ENUM_VALUE, ENUM_VALUES> = $Intersect<_Exclude<META_TYPE, Const<LAST_ENUM_VALUE>>, _Exclude<META_TYPE, Enum<Exclude<ENUM_VALUES, LAST_ENUM_VALUE>>>>;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { AnyType } from "../any";
|
|
2
|
+
import type { ArrayType } from "../array";
|
|
3
|
+
import type { ConstType } from "../const";
|
|
4
|
+
import type { EnumType } from "../enum";
|
|
5
|
+
import type { Never, NeverType } from "../never";
|
|
6
|
+
import type { ObjectType } from "../object";
|
|
7
|
+
import type { PrimitiveType } from "../primitive";
|
|
8
|
+
import type { TupleType } from "../tuple";
|
|
9
|
+
import type { Type } from "../type";
|
|
10
|
+
import type { UnionType } from "../union";
|
|
11
|
+
import type { ExcludeFromAny } from "./any";
|
|
12
|
+
import type { ExcludeFromArray } from "./array";
|
|
13
|
+
import type { ExcludeFromConst } from "./const";
|
|
14
|
+
import type { ExcludeFromEnum } from "./enum";
|
|
15
|
+
import type { ExcludeFromObject } from "./object";
|
|
16
|
+
import type { ExcludeFromPrimitive } from "./primitive";
|
|
17
|
+
import type { ExcludeFromTuple } from "./tuple";
|
|
18
|
+
import type { ExcludeFromUnion } from "./union";
|
|
19
|
+
export declare type _Exclude<META_TYPE_A extends Type, META_TYPE_B extends Type> = _$Exclude<META_TYPE_A, META_TYPE_B>;
|
|
20
|
+
export declare type _$Exclude<META_TYPE_A, META_TYPE_B> = META_TYPE_A extends NeverType ? META_TYPE_A : META_TYPE_A extends AnyType ? ExcludeFromAny<META_TYPE_A, META_TYPE_B> : META_TYPE_A extends ConstType ? ExcludeFromConst<META_TYPE_A, META_TYPE_B> : META_TYPE_A extends EnumType ? ExcludeFromEnum<META_TYPE_A, META_TYPE_B> : META_TYPE_A extends PrimitiveType ? ExcludeFromPrimitive<META_TYPE_A, META_TYPE_B> : META_TYPE_A extends ArrayType ? ExcludeFromArray<META_TYPE_A, META_TYPE_B> : META_TYPE_A extends TupleType ? ExcludeFromTuple<META_TYPE_A, META_TYPE_B> : META_TYPE_A extends ObjectType ? ExcludeFromObject<META_TYPE_A, META_TYPE_B> : META_TYPE_A extends UnionType ? ExcludeFromUnion<META_TYPE_A, META_TYPE_B> : Never;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { And, DoesExtend, If, IsNever, IsObject, Not, Or, UnionPop } from "../../utils";
|
|
2
|
+
import type { AnyType } from "../any";
|
|
3
|
+
import type { ArrayType } from "../array";
|
|
4
|
+
import type { Const, ConstType, ConstValue } from "../const";
|
|
5
|
+
import type { EnumType } from "../enum";
|
|
6
|
+
import type { Never, NeverType } from "../never";
|
|
7
|
+
import type { _Object, IsObjectClosedOnResolve, IsObjectOpen, ObjectOpenProps, ObjectRequiredKeys, ObjectType, ObjectValue, ObjectValues } from "../object";
|
|
8
|
+
import type { PrimitiveType } from "../primitive";
|
|
9
|
+
import type { TupleType } from "../tuple";
|
|
10
|
+
import type { Type } from "../type";
|
|
11
|
+
import type { UnionType } from "../union";
|
|
12
|
+
import type { Deserialized, IsSerialized } from "../utils";
|
|
13
|
+
import type { ExcludeEnum } from "./enum";
|
|
14
|
+
import type { _$Exclude, _Exclude } from "./index";
|
|
15
|
+
import type { ExcludeUnion } from "./union";
|
|
16
|
+
import type { ExclusionResult, IsOmittable, IsOutsideOfExcludedScope, IsOutsideOfSourceScope, PropagateExclusion, SourceValue, ValueExclusionResult, ValueExclusionResultType } from "./utils";
|
|
17
|
+
export declare type ExcludeFromObject<META_OBJECT extends ObjectType, META_TYPE> = META_TYPE extends Type ? META_TYPE extends NeverType ? META_OBJECT : META_TYPE extends AnyType ? Never : META_TYPE extends ConstType ? ExcludeConstFromObject<META_OBJECT, META_TYPE> : META_TYPE extends EnumType ? ExcludeEnum<META_OBJECT, META_TYPE> : META_TYPE extends PrimitiveType ? META_OBJECT : META_TYPE extends ArrayType ? META_OBJECT : META_TYPE extends TupleType ? META_OBJECT : META_TYPE extends ObjectType ? ExcludeObjects<META_OBJECT, META_TYPE> : META_TYPE extends UnionType ? ExcludeUnion<META_OBJECT, META_TYPE> : Never : Never;
|
|
18
|
+
declare type ExcludeObjects<META_OBJECT_A extends ObjectType, META_OBJECT_B extends ObjectType, VALUE_EXCLUSION_RESULTS extends Record<string, ValueExclusionResultType> = ExcludeObjectValues<META_OBJECT_A, META_OBJECT_B>, REPRESENTABLE_KEYS extends string = RepresentableKeys<VALUE_EXCLUSION_RESULTS>, OPEN_PROPS_EXCLUSION = _Exclude<ObjectOpenProps<META_OBJECT_A>, ObjectOpenProps<META_OBJECT_B>>> = DoesObjectSizesMatch<META_OBJECT_A, META_OBJECT_B, VALUE_EXCLUSION_RESULTS> extends true ? {
|
|
19
|
+
moreThanTwo: META_OBJECT_A;
|
|
20
|
+
onlyOne: PropagateExclusions<META_OBJECT_A, VALUE_EXCLUSION_RESULTS>;
|
|
21
|
+
none: OmitOmittableKeys<META_OBJECT_A, VALUE_EXCLUSION_RESULTS>;
|
|
22
|
+
}[And<IsObjectOpen<META_OBJECT_A>, Not<DoesExtend<OPEN_PROPS_EXCLUSION, NeverType>>> extends true ? "moreThanTwo" : GetUnionLength<REPRESENTABLE_KEYS>] : META_OBJECT_A;
|
|
23
|
+
declare type ExcludeObjectValues<META_OBJECT_A extends ObjectType, META_OBJECT_B extends ObjectType> = {
|
|
24
|
+
[KEY in Extract<keyof ObjectValues<META_OBJECT_A> | keyof ObjectValues<META_OBJECT_B> | ObjectRequiredKeys<META_OBJECT_A> | ObjectRequiredKeys<META_OBJECT_B>, string>]: ValueExclusionResult<ObjectValue<META_OBJECT_A, KEY>, IsAllowedIn<META_OBJECT_A, KEY>, IsRequiredIn<META_OBJECT_A, KEY>, ObjectValue<META_OBJECT_B, KEY>, IsAllowedIn<META_OBJECT_B, KEY>, IsRequiredIn<META_OBJECT_B, KEY>>;
|
|
25
|
+
};
|
|
26
|
+
declare type GetUnionLength<UNION> = If<IsNever<UNION>, "none", If<IsNever<UnionPop<UNION>>, "onlyOne", "moreThanTwo">>;
|
|
27
|
+
declare type IsAllowedIn<META_OBJECT extends ObjectType, KEY extends string> = Or<DoesExtend<KEY, keyof ObjectValues<META_OBJECT>>, IsObjectOpen<META_OBJECT>>;
|
|
28
|
+
declare type IsRequiredIn<META_OBJECT extends ObjectType, KEY extends string> = DoesExtend<KEY, ObjectRequiredKeys<META_OBJECT>>;
|
|
29
|
+
declare type DoesObjectSizesMatch<META_OBJECT_A extends ObjectType, META_OBJECT_B extends ObjectType, VALUE_EXCLUSION_RESULTS extends Record<string, ValueExclusionResultType>> = If<And<IsObjectOpen<META_OBJECT_A>, Not<IsObjectOpen<META_OBJECT_B>>>, false, And<IsExcludedSmallEnough<VALUE_EXCLUSION_RESULTS>, IsExcludedBigEnough<VALUE_EXCLUSION_RESULTS>>>;
|
|
30
|
+
declare type IsExcludedSmallEnough<VALUE_EXCLUSION_RESULTS extends Record<string, ValueExclusionResultType>> = Not<DoesExtend<true, {
|
|
31
|
+
[KEY in keyof VALUE_EXCLUSION_RESULTS]: IsOutsideOfSourceScope<VALUE_EXCLUSION_RESULTS[KEY]>;
|
|
32
|
+
}[keyof VALUE_EXCLUSION_RESULTS]>>;
|
|
33
|
+
declare type IsExcludedBigEnough<VALUE_EXCLUSION_RESULTS extends Record<string, ValueExclusionResultType>> = Not<DoesExtend<true, {
|
|
34
|
+
[KEY in keyof VALUE_EXCLUSION_RESULTS]: IsOutsideOfExcludedScope<VALUE_EXCLUSION_RESULTS[KEY]>;
|
|
35
|
+
}[keyof VALUE_EXCLUSION_RESULTS]>>;
|
|
36
|
+
declare type RepresentableKeys<VALUE_EXCLUSION_RESULTS extends Record<string, ValueExclusionResultType>> = {
|
|
37
|
+
[KEY in Extract<keyof VALUE_EXCLUSION_RESULTS, string>]: ExclusionResult<VALUE_EXCLUSION_RESULTS[KEY]> extends NeverType ? never : KEY;
|
|
38
|
+
}[Extract<keyof VALUE_EXCLUSION_RESULTS, string>];
|
|
39
|
+
declare type PropagateExclusions<META_OBJECT extends ObjectType, VALUE_EXCLUSION_RESULTS extends Record<string, ValueExclusionResultType>> = _Object<{
|
|
40
|
+
[KEY in keyof VALUE_EXCLUSION_RESULTS]: PropagateExclusion<VALUE_EXCLUSION_RESULTS[KEY]>;
|
|
41
|
+
}, ObjectRequiredKeys<META_OBJECT>, ObjectOpenProps<META_OBJECT>, IsObjectClosedOnResolve<META_OBJECT>, IsSerialized<META_OBJECT>, Deserialized<META_OBJECT>>;
|
|
42
|
+
declare type OmitOmittableKeys<META_OBJECT extends ObjectType, VALUE_EXCLUSION_RESULTS extends Record<string, ValueExclusionResultType>, OMITTABLE_KEYS extends string = OmittableKeys<VALUE_EXCLUSION_RESULTS>, OMITTABLE_KEYS_COUNT extends string = GetUnionLength<OMITTABLE_KEYS>> = OMITTABLE_KEYS_COUNT extends "moreThanTwo" ? META_OBJECT : OMITTABLE_KEYS_COUNT extends "onlyOne" ? _Object<{
|
|
43
|
+
[KEY in keyof VALUE_EXCLUSION_RESULTS]: KEY extends OMITTABLE_KEYS ? Never : SourceValue<VALUE_EXCLUSION_RESULTS[KEY]>;
|
|
44
|
+
}, ObjectRequiredKeys<META_OBJECT>, ObjectOpenProps<META_OBJECT>, IsObjectClosedOnResolve<META_OBJECT>, IsSerialized<META_OBJECT>, Deserialized<META_OBJECT>> : Never;
|
|
45
|
+
declare type OmittableKeys<VALUE_EXCLUSION_RESULTS extends Record<string, ValueExclusionResultType>> = {
|
|
46
|
+
[KEY in Extract<keyof VALUE_EXCLUSION_RESULTS, string>]: IsOmittable<VALUE_EXCLUSION_RESULTS[KEY]> extends true ? KEY : never;
|
|
47
|
+
}[Extract<keyof VALUE_EXCLUSION_RESULTS, string>];
|
|
48
|
+
declare type ExcludeConstFromObject<META_OBJECT extends ObjectType, META_CONST extends ConstType, CONST_VALUE = ConstValue<META_CONST>> = If<IsObject<CONST_VALUE>, _$Exclude<META_OBJECT, _Object<{
|
|
49
|
+
[KEY in Extract<keyof CONST_VALUE, string>]: Const<CONST_VALUE[KEY]>;
|
|
50
|
+
}, Extract<keyof CONST_VALUE, string>, Never, IsObjectClosedOnResolve<META_OBJECT>, IsSerialized<META_CONST>, Deserialized<META_CONST>>>, META_OBJECT>;
|
|
51
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { AnyType } from "../any";
|
|
2
|
+
import type { ArrayType } from "../array";
|
|
3
|
+
import type { ConstType } from "../const";
|
|
4
|
+
import type { EnumType } from "../enum";
|
|
5
|
+
import type { Never, NeverType } from "../never";
|
|
6
|
+
import type { ObjectType } from "../object";
|
|
7
|
+
import type { PrimitiveType, PrimitiveValue } from "../primitive";
|
|
8
|
+
import type { TupleType } from "../tuple";
|
|
9
|
+
import type { Type } from "../type";
|
|
10
|
+
import type { UnionType } from "../union";
|
|
11
|
+
import type { ExcludeUnion } from "./union";
|
|
12
|
+
export declare type ExcludeFromPrimitive<META_PRIMITIVE extends PrimitiveType, META_TYPE> = META_TYPE extends Type ? META_TYPE extends NeverType ? META_PRIMITIVE : META_TYPE extends AnyType ? Never : META_TYPE extends ConstType ? META_PRIMITIVE : META_TYPE extends EnumType ? META_PRIMITIVE : META_TYPE extends PrimitiveType ? PrimitiveValue<META_PRIMITIVE> extends PrimitiveValue<META_TYPE> ? Never : META_PRIMITIVE : META_TYPE extends ArrayType ? META_PRIMITIVE : META_TYPE extends TupleType ? META_PRIMITIVE : META_TYPE extends ObjectType ? META_PRIMITIVE : META_TYPE extends UnionType ? ExcludeUnion<META_PRIMITIVE, META_TYPE> : Never : Never;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import type { And, DoesExtend, If, Not, Tail } from "../../utils";
|
|
2
|
+
import type { AnyType } from "../any";
|
|
3
|
+
import type { ArrayType, ArrayValues } from "../array";
|
|
4
|
+
import type { Const, ConstType, ConstValue } from "../const";
|
|
5
|
+
import type { EnumType } from "../enum";
|
|
6
|
+
import type { Never, NeverType } from "../never";
|
|
7
|
+
import type { ObjectType } from "../object";
|
|
8
|
+
import type { PrimitiveType } from "../primitive";
|
|
9
|
+
import type { $Tuple, IsTupleOpen, Tuple, TupleOpenProps, TupleType, TupleValues } from "../tuple";
|
|
10
|
+
import type { Type } from "../type";
|
|
11
|
+
import type { UnionType } from "../union";
|
|
12
|
+
import type { Deserialized, IsSerialized } from "../utils";
|
|
13
|
+
import type { ExcludeEnum } from "./enum";
|
|
14
|
+
import type { _Exclude } from "./index";
|
|
15
|
+
import type { ExcludeUnion } from "./union";
|
|
16
|
+
import type { ExclusionResult, IsOmittable, IsOutsideOfExcludedScope, IsOutsideOfSourceScope, PropagateExclusion, SourceValue, ValueExclusionResult, ValueExclusionResultType } from "./utils";
|
|
17
|
+
export declare type ExcludeFromTuple<META_TUPLE extends TupleType, META_TYPE> = META_TYPE extends Type ? META_TYPE extends NeverType ? META_TUPLE : META_TYPE extends AnyType ? Never : META_TYPE extends ConstType ? ExcludeConst<META_TUPLE, META_TYPE> : META_TYPE extends EnumType ? ExcludeEnum<META_TUPLE, META_TYPE> : META_TYPE extends PrimitiveType ? META_TUPLE : META_TYPE extends ArrayType ? ExcludeArray<META_TUPLE, META_TYPE> : META_TYPE extends TupleType ? ExcludeTuples<META_TUPLE, META_TYPE> : META_TYPE extends ObjectType ? META_TUPLE : META_TYPE extends UnionType ? ExcludeUnion<META_TUPLE, META_TYPE> : Never : Never;
|
|
18
|
+
declare type ExcludeArray<META_TUPLE extends TupleType, META_ARRAY extends ArrayType> = ExcludeTuples<META_TUPLE, Tuple<[
|
|
19
|
+
], ArrayValues<META_ARRAY>, IsSerialized<META_ARRAY>, Deserialized<META_ARRAY>>>;
|
|
20
|
+
declare type ExcludeTuples<META_TUPLE_A extends TupleType, META_TUPLE_B extends TupleType, VALUE_EXCLUSION_RESULTS extends ValueExclusionResultType[] = ExcludeTupleValues<TupleValues<META_TUPLE_A>, TupleValues<META_TUPLE_B>, IsTupleOpen<META_TUPLE_A>, IsTupleOpen<META_TUPLE_B>, TupleOpenProps<META_TUPLE_A>, TupleOpenProps<META_TUPLE_B>>, REPRESENTABLE_VALUE_EXCLUSION_RESULTS extends ValueExclusionResultType[] = RepresentableExcludedValues<VALUE_EXCLUSION_RESULTS>, EXCLUDED_OPEN_PROPS = _Exclude<TupleOpenProps<META_TUPLE_A>, TupleOpenProps<META_TUPLE_B>>, IS_OPEN_PROPS_EXCLUSION_REPRESENTABLE = Not<DoesExtend<EXCLUDED_OPEN_PROPS, NeverType>>> = If<DoesTupleSizesMatch<META_TUPLE_A, META_TUPLE_B, VALUE_EXCLUSION_RESULTS>, {
|
|
21
|
+
moreThanTwo: META_TUPLE_A;
|
|
22
|
+
onlyOne: $Tuple<PropagateExclusions<VALUE_EXCLUSION_RESULTS>, TupleOpenProps<META_TUPLE_A>, IsSerialized<META_TUPLE_A>, Deserialized<META_TUPLE_A>>;
|
|
23
|
+
none: OmitOmittableExcludedItems<META_TUPLE_A, VALUE_EXCLUSION_RESULTS>;
|
|
24
|
+
}[And<IsTupleOpen<META_TUPLE_A>, IS_OPEN_PROPS_EXCLUSION_REPRESENTABLE> extends true ? "moreThanTwo" : GetTupleLength<REPRESENTABLE_VALUE_EXCLUSION_RESULTS>], META_TUPLE_A>;
|
|
25
|
+
declare type ExcludeTupleValues<META_TUPLE_A_VALUES extends Type[], META_TUPLE_B_VALUES extends Type[], IS_META_TUPLE_A_OPEN extends boolean, IS_META_TUPLE_B_OPEN extends boolean, META_TUPLE_A_OPEN_PROPS extends Type, META_TUPLE_B_OPEN_PROPS extends Type, VALUE_EXCLUSION_RESULTS extends ValueExclusionResultType[] = []> = META_TUPLE_A_VALUES extends [
|
|
26
|
+
infer META_TUPLE_A_VALUES_HEAD,
|
|
27
|
+
...infer META_TUPLE_A_VALUES_TAIL
|
|
28
|
+
] ? META_TUPLE_A_VALUES_HEAD extends Type ? META_TUPLE_A_VALUES_TAIL extends Type[] ? META_TUPLE_B_VALUES extends [
|
|
29
|
+
infer META_TUPLE_B_VALUES_HEAD,
|
|
30
|
+
...infer META_TUPLE_B_VALUES_TAIL
|
|
31
|
+
] ? META_TUPLE_B_VALUES_HEAD extends Type ? META_TUPLE_B_VALUES_TAIL extends Type[] ? ExcludeTupleValues<META_TUPLE_A_VALUES_TAIL, META_TUPLE_B_VALUES_TAIL, IS_META_TUPLE_A_OPEN, IS_META_TUPLE_B_OPEN, META_TUPLE_A_OPEN_PROPS, META_TUPLE_B_OPEN_PROPS, [
|
|
32
|
+
...VALUE_EXCLUSION_RESULTS,
|
|
33
|
+
ValueExclusionResult<META_TUPLE_A_VALUES_HEAD, true, true, META_TUPLE_B_VALUES_HEAD, true, true>
|
|
34
|
+
]> : never : never : ExcludeTupleValues<META_TUPLE_A_VALUES_TAIL, [
|
|
35
|
+
], IS_META_TUPLE_A_OPEN, IS_META_TUPLE_B_OPEN, META_TUPLE_A_OPEN_PROPS, META_TUPLE_B_OPEN_PROPS, [
|
|
36
|
+
...VALUE_EXCLUSION_RESULTS,
|
|
37
|
+
ValueExclusionResult<META_TUPLE_A_VALUES_HEAD, true, true, META_TUPLE_B_OPEN_PROPS, IS_META_TUPLE_B_OPEN, false>
|
|
38
|
+
]> : never : never : META_TUPLE_B_VALUES extends [
|
|
39
|
+
infer META_TUPLE_B_VALUES_HEAD,
|
|
40
|
+
...infer META_TUPLE_B_VALUES_TAIL
|
|
41
|
+
] ? META_TUPLE_B_VALUES_HEAD extends Type ? META_TUPLE_B_VALUES_TAIL extends Type[] ? ExcludeTupleValues<[
|
|
42
|
+
], META_TUPLE_B_VALUES_TAIL, IS_META_TUPLE_A_OPEN, IS_META_TUPLE_B_OPEN, META_TUPLE_A_OPEN_PROPS, META_TUPLE_B_OPEN_PROPS, [
|
|
43
|
+
...VALUE_EXCLUSION_RESULTS,
|
|
44
|
+
ValueExclusionResult<META_TUPLE_A_OPEN_PROPS, IS_META_TUPLE_A_OPEN, false, META_TUPLE_B_VALUES_HEAD, true, true>
|
|
45
|
+
]> : never : never : VALUE_EXCLUSION_RESULTS;
|
|
46
|
+
declare type GetTupleLength<ANY_TUPLE extends unknown[], TAIL extends unknown[] = Tail<ANY_TUPLE>> = If<DoesExtend<ANY_TUPLE, []>, "none", If<DoesExtend<TAIL, []>, "onlyOne", "moreThanTwo">>;
|
|
47
|
+
declare type DoesTupleSizesMatch<META_TUPLE_A extends TupleType, META_TUPLE_B extends TupleType, VALUE_EXCLUSION_RESULTS extends ValueExclusionResultType[]> = If<And<IsTupleOpen<META_TUPLE_A>, Not<IsTupleOpen<META_TUPLE_B>>>, false, And<IsExcludedSmallEnough<VALUE_EXCLUSION_RESULTS>, IsExcludedBigEnough<VALUE_EXCLUSION_RESULTS>>>;
|
|
48
|
+
declare type IsExcludedSmallEnough<VALUE_EXCLUSION_RESULTS extends ValueExclusionResultType[]> = VALUE_EXCLUSION_RESULTS extends [
|
|
49
|
+
infer VALUE_EXCLUSION_RESULTS_HEAD,
|
|
50
|
+
...infer VALUE_EXCLUSION_RESULTS_TAIL
|
|
51
|
+
] ? VALUE_EXCLUSION_RESULTS_HEAD extends ValueExclusionResultType ? VALUE_EXCLUSION_RESULTS_TAIL extends ValueExclusionResultType[] ? If<IsOutsideOfSourceScope<VALUE_EXCLUSION_RESULTS_HEAD>, false, IsExcludedSmallEnough<VALUE_EXCLUSION_RESULTS_TAIL>> : never : never : true;
|
|
52
|
+
declare type IsExcludedBigEnough<VALUE_EXCLUSION_RESULTS extends ValueExclusionResultType[]> = VALUE_EXCLUSION_RESULTS extends [
|
|
53
|
+
infer VALUE_EXCLUSION_RESULTS_HEAD,
|
|
54
|
+
...infer VALUE_EXCLUSION_RESULTS_TAIL
|
|
55
|
+
] ? VALUE_EXCLUSION_RESULTS_HEAD extends ValueExclusionResultType ? VALUE_EXCLUSION_RESULTS_TAIL extends ValueExclusionResultType[] ? If<IsOutsideOfExcludedScope<VALUE_EXCLUSION_RESULTS_HEAD>, false, IsExcludedBigEnough<VALUE_EXCLUSION_RESULTS_TAIL>> : never : never : true;
|
|
56
|
+
declare type RepresentableExcludedValues<VALUE_EXCLUSION_RESULTS extends ValueExclusionResultType[], REPRESENTABLE_VALUE_EXCLUSION_RESULTS extends ValueExclusionResultType[] = []> = VALUE_EXCLUSION_RESULTS extends [
|
|
57
|
+
infer VALUE_EXCLUSION_RESULTS_HEAD,
|
|
58
|
+
...infer VALUE_EXCLUSION_RESULTS_TAIL
|
|
59
|
+
] ? VALUE_EXCLUSION_RESULTS_HEAD extends ValueExclusionResultType ? VALUE_EXCLUSION_RESULTS_TAIL extends ValueExclusionResultType[] ? ExclusionResult<VALUE_EXCLUSION_RESULTS_HEAD> extends NeverType ? RepresentableExcludedValues<VALUE_EXCLUSION_RESULTS_TAIL, REPRESENTABLE_VALUE_EXCLUSION_RESULTS> : RepresentableExcludedValues<VALUE_EXCLUSION_RESULTS_TAIL, [
|
|
60
|
+
...REPRESENTABLE_VALUE_EXCLUSION_RESULTS,
|
|
61
|
+
VALUE_EXCLUSION_RESULTS_HEAD
|
|
62
|
+
]> : never : never : REPRESENTABLE_VALUE_EXCLUSION_RESULTS;
|
|
63
|
+
declare type PropagateExclusions<VALUE_EXCLUSION_RESULTS extends ValueExclusionResultType[], RESULT extends unknown[] = []> = VALUE_EXCLUSION_RESULTS extends [
|
|
64
|
+
infer VALUE_EXCLUSION_RESULTS_HEAD,
|
|
65
|
+
...infer VALUE_EXCLUSION_RESULTS_TAIL
|
|
66
|
+
] ? VALUE_EXCLUSION_RESULTS_HEAD extends ValueExclusionResultType ? VALUE_EXCLUSION_RESULTS_TAIL extends ValueExclusionResultType[] ? PropagateExclusions<VALUE_EXCLUSION_RESULTS_TAIL, [
|
|
67
|
+
...RESULT,
|
|
68
|
+
PropagateExclusion<VALUE_EXCLUSION_RESULTS_HEAD>
|
|
69
|
+
]> : never : never : RESULT;
|
|
70
|
+
declare type OmitOmittableExcludedItems<META_TUPLE extends TupleType, ITEM_EXCLUSION_RESULTS extends ValueExclusionResultType[], OMITTABLE_ITEM_EXCLUSION_RESULTS extends ValueExclusionResultType[] = OmittableExcludedItems<ITEM_EXCLUSION_RESULTS>, OMITTABLE_ITEMS_COUNT extends string = GetTupleLength<OMITTABLE_ITEM_EXCLUSION_RESULTS>> = OMITTABLE_ITEMS_COUNT extends "moreThanTwo" ? META_TUPLE : OMITTABLE_ITEMS_COUNT extends "onlyOne" ? $Tuple<RequiredExcludedItems<ITEM_EXCLUSION_RESULTS>, Never, IsSerialized<META_TUPLE>, Deserialized<META_TUPLE>> : Never;
|
|
71
|
+
declare type OmittableExcludedItems<ITEM_EXCLUSION_RESULTS extends ValueExclusionResultType[], RESULT extends ValueExclusionResultType[] = []> = ITEM_EXCLUSION_RESULTS extends [
|
|
72
|
+
infer VALUE_EXCLUSION_RESULTS_HEAD,
|
|
73
|
+
...infer VALUE_EXCLUSION_RESULTS_TAIL
|
|
74
|
+
] ? VALUE_EXCLUSION_RESULTS_HEAD extends ValueExclusionResultType ? VALUE_EXCLUSION_RESULTS_TAIL extends ValueExclusionResultType[] ? If<IsOmittable<VALUE_EXCLUSION_RESULTS_HEAD>, OmittableExcludedItems<VALUE_EXCLUSION_RESULTS_TAIL, [
|
|
75
|
+
...RESULT,
|
|
76
|
+
VALUE_EXCLUSION_RESULTS_HEAD
|
|
77
|
+
]>, OmittableExcludedItems<VALUE_EXCLUSION_RESULTS_TAIL, RESULT>> : never : never : RESULT;
|
|
78
|
+
declare type RequiredExcludedItems<ITEM_EXCLUSION_RESULTS extends ValueExclusionResultType[], RESULT extends Type[] = []> = ITEM_EXCLUSION_RESULTS extends [
|
|
79
|
+
infer VALUE_EXCLUSION_RESULTS_HEAD,
|
|
80
|
+
...infer VALUE_EXCLUSION_RESULTS_TAIL
|
|
81
|
+
] ? VALUE_EXCLUSION_RESULTS_HEAD extends ValueExclusionResultType ? VALUE_EXCLUSION_RESULTS_TAIL extends ValueExclusionResultType[] ? IsOmittable<VALUE_EXCLUSION_RESULTS_HEAD> extends true ? RESULT : RequiredExcludedItems<VALUE_EXCLUSION_RESULTS_TAIL, [
|
|
82
|
+
...RESULT,
|
|
83
|
+
SourceValue<VALUE_EXCLUSION_RESULTS_HEAD>
|
|
84
|
+
]> : never : never : RESULT;
|
|
85
|
+
declare type ExcludeConst<META_TUPLE extends TupleType, META_CONST extends ConstType, META_CONST_VALUE = ConstValue<META_CONST>> = META_CONST_VALUE extends unknown[] ? _Exclude<META_TUPLE, $Tuple<ExtractConstValues<META_CONST_VALUE>, Never, IsSerialized<META_CONST>, Deserialized<META_CONST>>> : META_TUPLE;
|
|
86
|
+
declare type ExtractConstValues<CONST_VALUES extends unknown[], RESULT extends unknown[] = []> = CONST_VALUES extends [infer CONST_VALUES_HEAD, ...infer CONST_VALUES_TAIL] ? ExtractConstValues<CONST_VALUES_TAIL, [...RESULT, Const<CONST_VALUES_HEAD>]> : RESULT;
|
|
87
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { If, IsNever, UnionLast } from "../../utils";
|
|
2
|
+
import type { $Intersect } from "../intersection";
|
|
3
|
+
import type { $Union, UnionType, UnionValues } from "../union";
|
|
4
|
+
import type { _$Exclude } from "./index";
|
|
5
|
+
export declare type ExcludeFromUnion<META_UNION extends UnionType, META_TYPE> = $Union<UnionValues<META_UNION> extends infer META_UNION_VALUE ? _$Exclude<META_UNION_VALUE, META_TYPE> : never>;
|
|
6
|
+
export declare type ExcludeUnion<META_TYPE, META_UNION extends UnionType> = If<IsNever<UnionValues<META_UNION>>, META_TYPE, RecurseOnUnionValues<META_TYPE, UnionLast<UnionValues<META_UNION>>, META_UNION>>;
|
|
7
|
+
declare type RecurseOnUnionValues<META_TYPE, META_UNION_VALUE, META_UNION extends UnionType> = $Intersect<_$Exclude<META_TYPE, META_UNION_VALUE>, _$Exclude<META_TYPE, $Union<Exclude<UnionValues<META_UNION>, META_UNION_VALUE>>>>;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { And, Not } from "../../utils";
|
|
2
|
+
import type { NeverType } from "../never";
|
|
3
|
+
import type { Type } from "../type";
|
|
4
|
+
import type { _$Exclude } from "./index";
|
|
5
|
+
export declare type ValueExclusionResult<VALUE_A extends Type, IS_ALLOWED_IN_A extends boolean, IS_REQUIRED_IN_A extends boolean, VALUE_B extends Type, IS_ALLOWED_IN_B extends boolean, IS_REQUIRED_IN_B extends boolean> = {
|
|
6
|
+
sourceValue: VALUE_A;
|
|
7
|
+
isAllowedInSource: IS_ALLOWED_IN_A;
|
|
8
|
+
isRequiredInSource: IS_REQUIRED_IN_A;
|
|
9
|
+
isAllowedInExcluded: IS_ALLOWED_IN_B;
|
|
10
|
+
isRequiredInExcluded: IS_REQUIRED_IN_B;
|
|
11
|
+
exclusionResult: _$Exclude<VALUE_A, VALUE_B>;
|
|
12
|
+
};
|
|
13
|
+
export declare type ValueExclusionResultType = {
|
|
14
|
+
sourceValue: Type;
|
|
15
|
+
isAllowedInSource: boolean;
|
|
16
|
+
isRequiredInSource: boolean;
|
|
17
|
+
isAllowedInExcluded: boolean;
|
|
18
|
+
isRequiredInExcluded: boolean;
|
|
19
|
+
exclusionResult: any;
|
|
20
|
+
};
|
|
21
|
+
export declare type SourceValue<VALUE_EXCLUSION_RESULT extends ValueExclusionResultType> = VALUE_EXCLUSION_RESULT["sourceValue"];
|
|
22
|
+
declare type IsAllowedInSource<VALUE_EXCLUSION_RESULT extends ValueExclusionResultType> = VALUE_EXCLUSION_RESULT["isAllowedInSource"];
|
|
23
|
+
declare type IsRequiredInSource<VALUE_EXCLUSION_RESULT extends ValueExclusionResultType> = VALUE_EXCLUSION_RESULT["isRequiredInSource"];
|
|
24
|
+
export declare type ExclusionResult<VALUE_EXCLUSION_RESULT extends ValueExclusionResultType> = VALUE_EXCLUSION_RESULT["exclusionResult"];
|
|
25
|
+
declare type IsAllowedInExcluded<VALUE_EXCLUSION_RESULT extends ValueExclusionResultType> = VALUE_EXCLUSION_RESULT["isAllowedInExcluded"];
|
|
26
|
+
declare type IsRequiredInExcluded<VALUE_EXCLUSION_RESULT extends ValueExclusionResultType> = VALUE_EXCLUSION_RESULT["isRequiredInExcluded"];
|
|
27
|
+
export declare type IsOutsideOfSourceScope<VALUE_EXCLUSION_RESULT extends ValueExclusionResultType> = And<Not<IsAllowedInSource<VALUE_EXCLUSION_RESULT>>, IsRequiredInExcluded<VALUE_EXCLUSION_RESULT>>;
|
|
28
|
+
export declare type IsOutsideOfExcludedScope<VALUE_EXCLUSION_RESULT extends ValueExclusionResultType> = And<IsRequiredInSource<VALUE_EXCLUSION_RESULT>, Not<IsAllowedInExcluded<VALUE_EXCLUSION_RESULT>>>;
|
|
29
|
+
export declare type IsOmittable<VALUE_EXCLUSION_RESULT extends ValueExclusionResultType> = And<Not<IsRequiredInSource<VALUE_EXCLUSION_RESULT>>, IsRequiredInExcluded<VALUE_EXCLUSION_RESULT>>;
|
|
30
|
+
export declare type PropagateExclusion<VALUE_EXCLUSION_RESULT extends ValueExclusionResultType> = ExclusionResult<VALUE_EXCLUSION_RESULT> extends NeverType ? SourceValue<VALUE_EXCLUSION_RESULT> : ExclusionResult<VALUE_EXCLUSION_RESULT>;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Any, AnyType } from "./any";
|
|
2
|
+
import type { _$Array, _Array, ArrayType } from "./array";
|
|
3
|
+
import type { Const, ConstType } from "./const";
|
|
4
|
+
import type { Enum, EnumType } from "./enum";
|
|
5
|
+
import type { _$Exclude, _Exclude } from "./exclusion";
|
|
6
|
+
import type { $Intersect, Intersect } from "./intersection";
|
|
7
|
+
import type { Never, NeverType } from "./never";
|
|
8
|
+
import type { _$Object, _Object, ObjectType } from "./object";
|
|
9
|
+
import type { $Primitive, Primitive, PrimitiveType } from "./primitive";
|
|
10
|
+
import type { $Resolve, Resolve } from "./resolve";
|
|
11
|
+
import type { $Tuple, Tuple, TupleType } from "./tuple";
|
|
12
|
+
import type { Type } from "./type";
|
|
13
|
+
import type { $Union, Union, UnionType } from "./union";
|
|
14
|
+
export type { Never, Any, Const, Enum, Primitive, $Primitive, _Array as Array, _$Array as $Array, Tuple, $Tuple, _Object as Object, _$Object as $Object, Union, $Union, NeverType, AnyType, ConstType, EnumType, PrimitiveType, ArrayType, TupleType, ObjectType, UnionType, Type, $Resolve, Resolve, $Intersect, Intersect, _$Exclude as $Exclude, _Exclude as Exclude, };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Any, AnyType } from "../any";
|
|
2
|
+
import type { ArrayType, ArrayValues } from "../array";
|
|
3
|
+
import type { ConstType } from "../const";
|
|
4
|
+
import type { EnumType, EnumValues } from "../enum";
|
|
5
|
+
import type { Never, NeverType } from "../never";
|
|
6
|
+
import type { IsObjectClosedOnResolve, ObjectOpenProps, ObjectRequiredKeys, ObjectType, ObjectValues } from "../object";
|
|
7
|
+
import type { PrimitiveType } from "../primitive";
|
|
8
|
+
import type { TupleOpenProps, TupleType, TupleValues } from "../tuple";
|
|
9
|
+
import type { Type } from "../type";
|
|
10
|
+
import type { UnionType } from "../union";
|
|
11
|
+
import type { IntersectArraySerializationParams } from "./array";
|
|
12
|
+
import type { IntersectConstSerializationParams } from "./const";
|
|
13
|
+
import type { IntersectEnumSerializationParams } from "./enum";
|
|
14
|
+
import type { IntersectObjectSerializationParams } from "./object";
|
|
15
|
+
import type { IntersectPrimitiveSerializationParams } from "./primitive";
|
|
16
|
+
import type { IntersectTupleSerializationParams } from "./tuple";
|
|
17
|
+
import type { DistributeIntersection } from "./union";
|
|
18
|
+
import type { IntersectDeserialized, IntersectIsSerialized } from "./utils";
|
|
19
|
+
export declare type IntersectAny<META_ANY extends AnyType, META_TYPE> = META_TYPE extends Type ? META_TYPE extends NeverType ? META_TYPE : META_TYPE extends AnyType ? Any<IntersectIsSerialized<META_ANY, META_TYPE>, IntersectDeserialized<META_ANY, META_TYPE>> : META_TYPE extends ConstType ? IntersectConstSerializationParams<META_TYPE, META_ANY> : META_TYPE extends EnumType ? IntersectEnumSerializationParams<EnumValues<META_TYPE>, META_TYPE, META_ANY> : META_TYPE extends PrimitiveType ? IntersectPrimitiveSerializationParams<META_TYPE, META_ANY> : META_TYPE extends ArrayType ? IntersectArraySerializationParams<ArrayValues<META_TYPE>, META_TYPE, META_ANY> : META_TYPE extends TupleType ? IntersectTupleSerializationParams<TupleValues<META_TYPE>, TupleOpenProps<META_TYPE>, META_TYPE, META_ANY> : META_TYPE extends ObjectType ? IntersectObjectSerializationParams<ObjectValues<META_TYPE>, ObjectRequiredKeys<META_TYPE>, ObjectOpenProps<META_TYPE>, IsObjectClosedOnResolve<META_TYPE>, META_TYPE, META_ANY> : META_TYPE extends UnionType ? DistributeIntersection<META_TYPE, META_ANY> : Never : Never;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { AnyType } from "../any";
|
|
2
|
+
import type { _$Array, ArrayType, ArrayValues } from "../array";
|
|
3
|
+
import type { ConstType } from "../const";
|
|
4
|
+
import type { EnumType } from "../enum";
|
|
5
|
+
import type { Never, NeverType } from "../never";
|
|
6
|
+
import type { ObjectType } from "../object";
|
|
7
|
+
import type { PrimitiveType } from "../primitive";
|
|
8
|
+
import type { TupleType } from "../tuple";
|
|
9
|
+
import type { SerializableType, Type } from "../type";
|
|
10
|
+
import type { UnionType } from "../union";
|
|
11
|
+
import type { IntersectConstToArray } from "./const";
|
|
12
|
+
import type { IntersectEnumToArray } from "./enum";
|
|
13
|
+
import type { Intersect } from "./index";
|
|
14
|
+
import type { IntersectTupleToArray } from "./tuple";
|
|
15
|
+
import type { DistributeIntersection } from "./union";
|
|
16
|
+
import type { IntersectDeserialized, IntersectIsSerialized } from "./utils";
|
|
17
|
+
export declare type IntersectArraySerializationParams<VALUES extends Type, META_ARRAY extends ArrayType, SERIALIZABLE_META_TYPE extends SerializableType> = $MergeArrayValuesToSerializable<VALUES, META_ARRAY, SERIALIZABLE_META_TYPE>;
|
|
18
|
+
declare type $MergeArrayValuesToSerializable<VALUES, META_ARRAY extends ArrayType, SERIALIZABLE_META_TYPE extends SerializableType> = _$Array<VALUES, IntersectIsSerialized<META_ARRAY, SERIALIZABLE_META_TYPE>, IntersectDeserialized<META_ARRAY, SERIALIZABLE_META_TYPE>>;
|
|
19
|
+
export declare type IntersectArray<META_ARRAY extends ArrayType, META_TYPE> = META_TYPE extends Type ? META_TYPE extends NeverType ? META_TYPE : META_TYPE extends AnyType ? IntersectArraySerializationParams<ArrayValues<META_ARRAY>, META_ARRAY, META_TYPE> : META_TYPE extends ConstType ? IntersectConstToArray<META_TYPE, META_ARRAY> : META_TYPE extends EnumType ? IntersectEnumToArray<META_TYPE, META_ARRAY> : META_TYPE extends PrimitiveType ? Never : META_TYPE extends ArrayType ? IntersectArrays<META_ARRAY, META_TYPE> : META_TYPE extends TupleType ? IntersectTupleToArray<META_TYPE, META_ARRAY> : META_TYPE extends ObjectType ? Never : META_TYPE extends UnionType ? DistributeIntersection<META_TYPE, META_ARRAY> : Never : Never;
|
|
20
|
+
declare type IntersectArrays<META_ARRAY_A extends ArrayType, META_ARRAY_B extends ArrayType> = $MergeArrayValuesToSerializable<Intersect<ArrayValues<META_ARRAY_A>, ArrayValues<META_ARRAY_B>>, META_ARRAY_A, META_ARRAY_B>;
|
|
21
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { If, IsNever, IsObject } from "../../utils";
|
|
2
|
+
import type { AnyType } from "../any";
|
|
3
|
+
import type { ArrayType } from "../array";
|
|
4
|
+
import type { Const, ConstType, ConstValue } from "../const";
|
|
5
|
+
import type { EnumType } from "../enum";
|
|
6
|
+
import type { Never, NeverType } from "../never";
|
|
7
|
+
import type { ObjectRequiredKeys, ObjectType, ObjectValue } from "../object";
|
|
8
|
+
import type { PrimitiveType } from "../primitive";
|
|
9
|
+
import type { Resolve } from "../resolve";
|
|
10
|
+
import type { TupleType } from "../tuple";
|
|
11
|
+
import type { SerializableType, Type } from "../type";
|
|
12
|
+
import type { UnionType } from "../union";
|
|
13
|
+
import type { Intersect } from "./index";
|
|
14
|
+
import type { DistributeIntersection } from "./union";
|
|
15
|
+
import type { IntersectDeserialized, IntersectIsSerialized } from "./utils";
|
|
16
|
+
export declare type IntersectConstSerializationParams<META_CONST extends ConstType, SERIALIZABLE_META_TYPE extends SerializableType> = Const<ConstValue<META_CONST>, IntersectIsSerialized<META_CONST, SERIALIZABLE_META_TYPE>, IntersectDeserialized<META_CONST, SERIALIZABLE_META_TYPE>>;
|
|
17
|
+
export declare type IntersectConst<META_CONST extends ConstType, META_TYPE> = META_TYPE extends Type ? META_TYPE extends NeverType ? META_TYPE : META_TYPE extends AnyType ? IntersectConstSerializationParams<META_CONST, META_TYPE> : META_TYPE extends ConstType ? CheckExtendsResolved<META_CONST, META_TYPE> : META_TYPE extends EnumType ? IntersectConstToEnum<META_CONST, META_TYPE> : META_TYPE extends PrimitiveType ? IntersectConstToPrimitive<META_CONST, META_TYPE> : META_TYPE extends ArrayType ? IntersectConstToArray<META_CONST, META_TYPE> : META_TYPE extends TupleType ? IntersectConstToTuple<META_CONST, META_TYPE> : META_TYPE extends ObjectType ? IntersectConstToObject<META_CONST, META_TYPE> : META_TYPE extends UnionType ? DistributeIntersection<META_TYPE, META_CONST> : Never : Never;
|
|
18
|
+
declare type CheckExtendsResolved<META_CONST extends ConstType, SERIALIZABLE_META_TYPE extends SerializableType> = ConstValue<META_CONST> extends Resolve<SERIALIZABLE_META_TYPE, {
|
|
19
|
+
deserialize: false;
|
|
20
|
+
}> ? IntersectConstSerializationParams<META_CONST, SERIALIZABLE_META_TYPE> : Never;
|
|
21
|
+
export declare type IntersectConstToEnum<META_CONST extends ConstType, META_ENUM extends EnumType> = CheckExtendsResolved<META_CONST, META_ENUM>;
|
|
22
|
+
export declare type IntersectConstToPrimitive<META_CONST extends ConstType, META_PRIMITIVE extends PrimitiveType> = CheckExtendsResolved<META_CONST, META_PRIMITIVE>;
|
|
23
|
+
export declare type IntersectConstToArray<META_CONST extends ConstType, META_ARRAY extends ArrayType> = CheckExtendsResolved<META_CONST, META_ARRAY>;
|
|
24
|
+
export declare type IntersectConstToTuple<META_CONST extends ConstType, META_TUPLE extends TupleType> = CheckExtendsResolved<META_CONST, META_TUPLE>;
|
|
25
|
+
export declare type IntersectConstToObject<META_CONST extends ConstType, META_OBJECT extends ObjectType> = If<IsObject<ConstValue<META_CONST>>, IntersectObjectConstToObject<META_CONST, META_OBJECT>, Never>;
|
|
26
|
+
declare type IntersectObjectConstToObject<META_CONST extends ConstType, META_OBJECT extends ObjectType, INTERSECTED_META_OBJECT = IntersectConstValuesToObjectValues<ConstValue<META_CONST>, META_OBJECT>> = If<IsNever<NeverKeys<INTERSECTED_META_OBJECT>>, IntersectConstSerializationParams<META_CONST, META_OBJECT>, Never>;
|
|
27
|
+
declare type IntersectConstValuesToObjectValues<CONST_VALUE, META_OBJECT extends ObjectType> = {
|
|
28
|
+
[KEY in Extract<keyof CONST_VALUE | ObjectRequiredKeys<META_OBJECT>, string>]: KEY extends keyof CONST_VALUE ? Intersect<Const<CONST_VALUE[KEY]>, ObjectValue<META_OBJECT, KEY>> : Never;
|
|
29
|
+
};
|
|
30
|
+
declare type NeverKeys<META_OBJECT> = {
|
|
31
|
+
[KEY in keyof META_OBJECT]: META_OBJECT[KEY] extends Never ? KEY : never;
|
|
32
|
+
}[keyof META_OBJECT];
|
|
33
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { AnyType } from "../any";
|
|
2
|
+
import type { ArrayType } from "../array";
|
|
3
|
+
import type { Const, ConstType } from "../const";
|
|
4
|
+
import type { Enum, EnumType, EnumValues } from "../enum";
|
|
5
|
+
import type { Never, NeverType } from "../never";
|
|
6
|
+
import type { ObjectType } from "../object";
|
|
7
|
+
import type { PrimitiveType } from "../primitive";
|
|
8
|
+
import type { TupleType } from "../tuple";
|
|
9
|
+
import type { SerializableType, Type } from "../type";
|
|
10
|
+
import type { UnionType } from "../union";
|
|
11
|
+
import type { IntersectConstToEnum } from "./const";
|
|
12
|
+
import type { $Intersect } from "./index";
|
|
13
|
+
import type { DistributeIntersection } from "./union";
|
|
14
|
+
import type { IntersectDeserialized, IntersectIsSerialized } from "./utils";
|
|
15
|
+
export declare type IntersectEnumSerializationParams<META_ENUM_VALUES, META_ENUM extends EnumType, SERIALIZABLE_META_TYPE extends SerializableType> = Enum<META_ENUM_VALUES, IntersectIsSerialized<META_ENUM, SERIALIZABLE_META_TYPE>, IntersectDeserialized<META_ENUM, SERIALIZABLE_META_TYPE>>;
|
|
16
|
+
export declare type IntersectEnum<META_ENUM extends EnumType, META_TYPE> = META_TYPE extends Type ? META_TYPE extends NeverType ? META_TYPE : META_TYPE extends AnyType ? IntersectEnumSerializationParams<EnumValues<META_ENUM>, META_ENUM, META_TYPE> : META_TYPE extends ConstType ? IntersectConstToEnum<META_TYPE, META_ENUM> : META_TYPE extends EnumType ? FilterEnum<META_ENUM, META_TYPE> : META_TYPE extends PrimitiveType ? IntersectEnumToPrimitive<META_ENUM, META_TYPE> : META_TYPE extends ArrayType ? FilterEnum<META_ENUM, META_TYPE> : META_TYPE extends TupleType ? FilterEnum<META_ENUM, META_TYPE> : META_TYPE extends ObjectType ? FilterEnum<META_ENUM, META_TYPE> : META_TYPE extends UnionType ? DistributeIntersection<META_TYPE, META_ENUM> : Never : Never;
|
|
17
|
+
declare type FilterEnum<META_ENUM extends EnumType, SERIALIZABLE_META_TYPE extends SerializableType> = IntersectEnumSerializationParams<FilterEnumValues<EnumValues<META_ENUM>, SERIALIZABLE_META_TYPE>, META_ENUM, SERIALIZABLE_META_TYPE>;
|
|
18
|
+
declare type FilterEnumValues<ENUM_VALUES, SERIALIZABLE_META_TYPE> = ENUM_VALUES extends infer ENUM_VALUE ? $Intersect<Const<ENUM_VALUE>, SERIALIZABLE_META_TYPE> extends Never ? never : ENUM_VALUE : never;
|
|
19
|
+
export declare type IntersectEnumToPrimitive<META_ENUM extends EnumType, META_PRIMITIVE extends PrimitiveType> = FilterEnum<META_ENUM, META_PRIMITIVE>;
|
|
20
|
+
export declare type IntersectEnumToArray<META_ENUM extends EnumType, META_ARRAY extends ArrayType> = FilterEnum<META_ENUM, META_ARRAY>;
|
|
21
|
+
export declare type IntersectEnumToTuple<META_ENUM extends EnumType, META_TUPLE extends TupleType> = FilterEnum<META_ENUM, META_TUPLE>;
|
|
22
|
+
export declare type IntersectEnumToObject<META_ENUM extends EnumType, META_OBJECT extends ObjectType> = FilterEnum<META_ENUM, META_OBJECT>;
|
|
23
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|