@code-yeongyu/senpi 2026.8.16 → 2026.8.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +74 -0
- package/dist/bun/cli.js +1 -0
- package/dist/bun/cli.js.map +1 -1
- package/dist/bun/register-cursor-agent.d.ts +2 -0
- package/dist/bun/register-cursor-agent.d.ts.map +1 -0
- package/dist/bun/register-cursor-agent.js +4 -0
- package/dist/bun/register-cursor-agent.js.map +1 -0
- package/dist/core/agent-session-services.js +2 -2
- package/dist/core/agent-session-services.js.map +1 -1
- package/dist/core/agent-session.d.ts +48 -5
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +239 -61
- package/dist/core/agent-session.js.map +1 -1
- package/dist/core/cursor-exec-bridge-session.d.ts +11 -0
- package/dist/core/cursor-exec-bridge-session.d.ts.map +1 -0
- package/dist/core/cursor-exec-bridge-session.js +17 -0
- package/dist/core/cursor-exec-bridge-session.js.map +1 -0
- package/dist/core/cursor-exec-bridge.d.ts +52 -0
- package/dist/core/cursor-exec-bridge.d.ts.map +1 -0
- package/dist/core/cursor-exec-bridge.js +196 -0
- package/dist/core/cursor-exec-bridge.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.d.ts +31 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.js +298 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/account-command.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/accounts.d.ts +38 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/accounts.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/accounts.js +75 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/accounts.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/affinity.d.ts +24 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/affinity.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/affinity.js +64 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/affinity.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/diagnostics.d.ts +139 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/diagnostics.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/diagnostics.js +362 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/diagnostics.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/errors.d.ts +19 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/errors.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/errors.js +122 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/errors.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/executable.d.ts +30 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/executable.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/executable.js +117 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/executable.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/failover.d.ts +39 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/failover.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/failover.js +155 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/failover.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/guardrails.d.ts +89 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/guardrails.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/guardrails.js +147 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/guardrails.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/home-store.d.ts +20 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/home-store.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/home-store.js +99 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/home-store.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/index.d.ts +25 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/index.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/index.js +69 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/index.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/models.d.ts +27 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/models.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/models.js +242 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/models.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.d.ts +77 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.js +361 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/oauth-login.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/session-router.d.ts +94 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/session-router.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/session-router.js +248 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/session-router.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/settings.d.ts +37 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/settings.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/settings.js +196 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/settings.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/spawn-args.d.ts +11 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/spawn-args.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/spawn-args.js +17 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/spawn-args.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream-parser.d.ts +104 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream-parser.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream-parser.js +301 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream-parser.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream.d.ts +26 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream.js +587 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/stream.js.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/transport.d.ts +43 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/transport.d.ts.map +1 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/transport.js +196 -0
- package/dist/core/extensions/builtin/cursor-cli-oauth/transport.js.map +1 -0
- package/dist/core/extensions/builtin/goal/channel-state-subscriptions.d.ts +9 -0
- package/dist/core/extensions/builtin/goal/channel-state-subscriptions.d.ts.map +1 -0
- package/dist/core/extensions/builtin/goal/channel-state-subscriptions.js +18 -0
- package/dist/core/extensions/builtin/goal/channel-state-subscriptions.js.map +1 -0
- package/dist/core/extensions/builtin/goal/monitor-continuation.d.ts.map +1 -1
- package/dist/core/extensions/builtin/goal/monitor-continuation.js +10 -9
- package/dist/core/extensions/builtin/goal/monitor-continuation.js.map +1 -1
- package/dist/core/extensions/builtin/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/index.js +5 -2
- package/dist/core/extensions/builtin/index.js.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/detectors.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/detectors.js +21 -3
- package/dist/core/extensions/builtin/loop-guard/detectors.js.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/escalation.d.ts +24 -0
- package/dist/core/extensions/builtin/loop-guard/escalation.d.ts.map +1 -0
- package/dist/core/extensions/builtin/loop-guard/escalation.js +77 -0
- package/dist/core/extensions/builtin/loop-guard/escalation.js.map +1 -0
- package/dist/core/extensions/builtin/loop-guard/index.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/index.js +98 -3
- package/dist/core/extensions/builtin/loop-guard/index.js.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/notice.d.ts +9 -0
- package/dist/core/extensions/builtin/loop-guard/notice.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/notice.js +17 -0
- package/dist/core/extensions/builtin/loop-guard/notice.js.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/policy.d.ts +4 -0
- package/dist/core/extensions/builtin/loop-guard/policy.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/policy.js +4 -0
- package/dist/core/extensions/builtin/loop-guard/policy.js.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/renderer.d.ts +2 -0
- package/dist/core/extensions/builtin/loop-guard/renderer.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/renderer.js +11 -0
- package/dist/core/extensions/builtin/loop-guard/renderer.js.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/tracker.d.ts +1 -1
- package/dist/core/extensions/builtin/loop-guard/tracker.d.ts.map +1 -1
- package/dist/core/extensions/builtin/loop-guard/tracker.js +3 -1
- package/dist/core/extensions/builtin/loop-guard/tracker.js.map +1 -1
- package/dist/core/extensions/builtin/monitor-state-event.d.ts +6 -0
- package/dist/core/extensions/builtin/monitor-state-event.d.ts.map +1 -1
- package/dist/core/extensions/builtin/monitor-state-event.js +10 -0
- package/dist/core/extensions/builtin/monitor-state-event.js.map +1 -1
- package/dist/core/model-resolver.js +1 -1
- package/dist/core/model-resolver.js.map +1 -1
- package/dist/core/model-runtime.d.ts +7 -2
- package/dist/core/model-runtime.d.ts.map +1 -1
- package/dist/core/model-runtime.js +14 -2
- package/dist/core/model-runtime.js.map +1 -1
- package/dist/core/prompt-templates.d.ts +5 -0
- package/dist/core/prompt-templates.d.ts.map +1 -1
- package/dist/core/prompt-templates.js +8 -9
- package/dist/core/prompt-templates.js.map +1 -1
- package/dist/core/provider-display-names.d.ts.map +1 -1
- package/dist/core/provider-display-names.js +1 -0
- package/dist/core/provider-display-names.js.map +1 -1
- package/dist/core/sdk.d.ts.map +1 -1
- package/dist/core/sdk.js +6 -0
- package/dist/core/sdk.js.map +1 -1
- package/dist/modes/interactive/editor-paste-transfer.d.ts +10 -0
- package/dist/modes/interactive/editor-paste-transfer.d.ts.map +1 -1
- package/dist/modes/interactive/editor-paste-transfer.js +16 -0
- package/dist/modes/interactive/editor-paste-transfer.js.map +1 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +13 -7
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/dist/modes/rpc/connection-handler.d.ts.map +1 -1
- package/dist/modes/rpc/connection-handler.js +32 -27
- package/dist/modes/rpc/connection-handler.js.map +1 -1
- package/dist/modes/rpc/jsonl.d.ts +6 -1
- package/dist/modes/rpc/jsonl.d.ts.map +1 -1
- package/dist/modes/rpc/jsonl.js +47 -14
- package/dist/modes/rpc/jsonl.js.map +1 -1
- package/dist/modes/rpc/multi-session-host.d.ts.map +1 -1
- package/dist/modes/rpc/multi-session-host.js +26 -4
- package/dist/modes/rpc/multi-session-host.js.map +1 -1
- package/dist/modes/rpc/rpc-command-invocation.d.ts +5 -0
- package/dist/modes/rpc/rpc-command-invocation.d.ts.map +1 -0
- package/dist/modes/rpc/rpc-command-invocation.js +2 -0
- package/dist/modes/rpc/rpc-command-invocation.js.map +1 -0
- package/dist/modes/rpc/rpc-command-surface.d.ts +49 -0
- package/dist/modes/rpc/rpc-command-surface.d.ts.map +1 -0
- package/dist/modes/rpc/rpc-command-surface.js +40 -0
- package/dist/modes/rpc/rpc-command-surface.js.map +1 -0
- package/dist/modes/rpc/rpc-input-validation.d.ts +4 -0
- package/dist/modes/rpc/rpc-input-validation.d.ts.map +1 -0
- package/dist/modes/rpc/rpc-input-validation.js +20 -0
- package/dist/modes/rpc/rpc-input-validation.js.map +1 -0
- package/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-mode.js +12 -1
- package/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/dist/modes/rpc/rpc-types.d.ts +12 -12
- package/dist/modes/rpc/rpc-types.d.ts.map +1 -1
- package/dist/modes/rpc/rpc-types.js.map +1 -1
- package/docs/providers.md +52 -1
- package/docs/rpc.md +78 -6
- package/docs/skills.md +14 -3
- package/node_modules/@bufbuild/protobuf/README.md +44 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/clone.d.ts +6 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/clone.js +66 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/boot.d.ts +1 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/boot.js +18 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/enum.d.ts +10 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/enum.js +31 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/extension.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/extension.js +28 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/file.d.ts +1 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/file.js +18 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/index.d.ts +10 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/index.js +39 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/message.d.ts +10 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/message.js +24 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/service.d.ts +8 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/service.js +27 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/symbols.d.ts +140 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/symbols.js +43 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/types.d.ts +79 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv1/types.js +15 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/boot.d.ts +63 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/boot.js +105 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/embed.d.ts +43 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/embed.js +244 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/enum.d.ts +29 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/enum.js +58 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/extension.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/extension.js +28 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/file.d.ts +7 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/file.js +35 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/index.d.ts +10 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/index.js +39 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/message.d.ts +15 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/message.js +24 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/restore-json-names.d.ts +5 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/restore-json-names.js +29 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/scalar.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/scalar.js +67 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/service.d.ts +8 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/service.js +27 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/symbols.d.ts +145 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/symbols.js +74 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/types.d.ts +85 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/codegenv2/types.js +15 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/create.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/create.js +259 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/descriptors.d.ts +634 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/descriptors.js +53 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/equals.d.ts +46 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/equals.js +209 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/extensions.d.ts +60 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/extensions.js +168 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/fields.d.ts +23 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/fields.js +45 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/from-binary.d.ts +48 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/from-binary.js +247 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/from-json.d.ts +73 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/from-json.js +739 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/index.d.ts +19 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/index.js +55 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/is-message.d.ts +7 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/is-message.js +33 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/json-value.d.ts +16 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/json-value.js +15 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/merge.d.ts +13 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/merge.js +70 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/package.json +4 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/proto-int64.d.ts +98 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/proto-int64.js +131 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/error.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/error.js +36 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/guard.d.ts +20 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/guard.js +78 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/index.d.ts +8 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/index.js +41 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/names.d.ts +30 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/names.js +115 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/nested-types.d.ts +35 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/nested-types.js +110 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/path.d.ts +107 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/path.js +376 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect-check.d.ts +19 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect-check.js +268 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect-types.d.ts +217 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect-types.js +16 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect.d.ts +43 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/reflect.js +546 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/scalar.d.ts +43 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/scalar.js +129 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/unsafe.d.ts +39 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/reflect/unsafe.js +149 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/registry.d.ts +98 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/registry.js +945 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/to-binary.d.ts +24 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/to-binary.js +199 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/to-json.d.ts +67 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/to-json.js +391 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/from-text.d.ts +35 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/from-text.js +684 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/index.d.ts +4 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/index.js +21 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/is-group-like.d.ts +19 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/is-group-like.js +47 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/reader.d.ts +91 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/reader.js +481 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/to-text.d.ts +34 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/to-text.js +358 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/writer.d.ts +76 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/txtpb/writer.js +220 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/types.d.ts +135 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/types.js +15 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/unknown-enum.d.ts +10 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/unknown-enum.js +26 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/base64-encoding.d.ts +23 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/base64-encoding.js +156 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/binary-encoding.d.ts +268 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/binary-encoding.js +530 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/index.d.ts +5 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/index.js +34 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/size-delimited.d.ts +69 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/size-delimited.js +191 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/text-encoding.d.ts +28 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/text-encoding.js +61 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/text-format.d.ts +13 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/text-format.js +199 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/varint.d.ts +70 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wire/varint.js +322 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/any.d.ts +38 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/any.js +75 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/duration.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/duration.js +39 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/any_pb.d.ts +238 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/any_pb.js +27 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/api_pb.d.ts +537 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/api_pb.js +39 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts +490 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/compiler/plugin_pb.js +68 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/cpp_features_pb.d.ts +91 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/cpp_features_pb.js +60 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/descriptor_pb.d.ts +4143 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/descriptor_pb.js +892 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/duration_pb.d.ts +161 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/duration_pb.js +27 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/empty_pb.d.ts +39 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/empty_pb.js +27 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/field_mask_pb.d.ts +424 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/field_mask_pb.js +27 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/go_features_pb.d.ts +189 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/go_features_pb.js +126 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/java_features_pb.d.ts +194 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/java_features_pb.js +106 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/source_context_pb.d.ts +43 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/source_context_pb.js +27 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/struct_pb.d.ts +195 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/struct_pb.js +59 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/timestamp_pb.d.ts +222 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/timestamp_pb.js +27 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/type_pb.d.ts +722 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/type_pb.js +242 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/wrappers_pb.d.ts +330 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/gen/google/protobuf/wrappers_pb.js +67 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/index.d.ts +19 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/index.js +48 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/timestamp.d.ts +21 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/timestamp.js +57 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/wrappers.d.ts +25 -0
- package/node_modules/@bufbuild/protobuf/dist/commonjs/wkt/wrappers.js +66 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/clone.d.ts +6 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/clone.js +63 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/boot.d.ts +1 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/boot.js +14 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.d.ts +10 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.js +26 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.js +25 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.d.ts +1 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.js +14 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.d.ts +10 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.js +23 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.d.ts +10 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.js +21 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.d.ts +8 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.js +24 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.d.ts +140 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.js +40 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.d.ts +79 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.js +14 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.d.ts +63 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.js +101 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.d.ts +43 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.js +239 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.d.ts +29 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.js +53 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.js +25 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.d.ts +7 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.js +32 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.d.ts +10 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.js +23 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.d.ts +15 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.js +21 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.d.ts +5 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.js +26 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.js +63 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.d.ts +8 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.js +24 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.d.ts +145 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.js +71 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.d.ts +85 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.js +14 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/create.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/create.js +256 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/descriptors.d.ts +634 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/descriptors.js +50 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/equals.d.ts +46 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/equals.js +206 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/extensions.d.ts +60 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/extensions.js +159 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/fields.d.ts +23 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/fields.js +41 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/from-binary.d.ts +48 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js +241 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/from-json.d.ts +73 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/from-json.js +731 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/index.d.ts +19 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/index.js +29 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/is-message.d.ts +7 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/is-message.js +30 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/json-value.d.ts +16 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/json-value.js +14 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/merge.d.ts +13 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/merge.js +67 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/package.json +4 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.d.ts +98 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.js +128 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.js +31 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.d.ts +20 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.js +71 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.d.ts +8 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.js +21 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.d.ts +30 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.js +109 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.d.ts +35 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.js +105 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.d.ts +107 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.js +369 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.d.ts +19 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.js +262 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.d.ts +217 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.js +14 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.d.ts +43 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.js +541 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.d.ts +43 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.js +124 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.d.ts +39 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.js +140 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/registry.d.ts +98 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/registry.js +939 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/to-binary.d.ts +24 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/to-binary.js +195 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/to-json.d.ts +67 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/to-json.js +386 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/from-text.d.ts +35 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/from-text.js +680 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/index.d.ts +4 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/index.js +15 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/is-group-like.d.ts +19 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/is-group-like.js +44 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/reader.d.ts +91 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/reader.js +477 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/to-text.d.ts +34 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/to-text.js +355 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/writer.d.ts +76 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/txtpb/writer.js +214 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/types.d.ts +135 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/types.js +14 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/unknown-enum.d.ts +10 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/unknown-enum.js +23 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.d.ts +23 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.js +152 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.d.ts +268 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.js +525 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/index.d.ts +5 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/index.js +18 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.d.ts +69 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.js +186 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.d.ts +28 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js +57 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.d.ts +13 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.js +195 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.d.ts +70 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.js +313 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.d.ts +38 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.js +69 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.d.ts +9 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.js +35 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.d.ts +238 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.js +24 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.d.ts +537 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.js +36 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts +490 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.js +65 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.d.ts +91 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.js +57 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.d.ts +4143 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.js +888 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.d.ts +161 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.js +24 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.d.ts +39 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.js +24 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.d.ts +424 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.js +24 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.d.ts +189 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.js +123 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.d.ts +194 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.js +103 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.d.ts +43 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.js +24 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.d.ts +195 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.js +56 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.d.ts +222 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.js +24 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.d.ts +722 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.js +239 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.d.ts +330 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.js +64 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.d.ts +19 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.js +32 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.d.ts +21 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.js +50 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.d.ts +25 -0
- package/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.js +61 -0
- package/node_modules/@bufbuild/protobuf/package.json +147 -0
- package/node_modules/@code-yeongyu/senpi-codemode/CHANGELOG.md +26 -0
- package/node_modules/@code-yeongyu/senpi-codemode/package.json +4 -4
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/cell-runtime.ts +2 -0
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/render.ts +43 -6
- package/node_modules/@code-yeongyu/senpi-codemode/src/tool/types.ts +4 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +59 -17
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts +14 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +14 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +12 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +3 -3
- package/node_modules/@earendil-works/pi-ai/README.md +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/deterministic-id.d.ts +17 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/deterministic-id.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/deterministic-id.js +14 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/deterministic-id.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/exec-lifecycle.d.ts +13 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/exec-lifecycle.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/exec-lifecycle.js +33 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/exec-lifecycle.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/exec-modern.d.ts +79 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/exec-modern.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/exec-modern.js +360 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/exec-modern.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/gen/agent_pb.d.ts +16797 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/gen/agent_pb.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/gen/agent_pb.js +3828 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/gen/agent_pb.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/pi-args.d.ts +55 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/pi-args.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/pi-args.js +76 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/pi-args.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/types.d.ts +116 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/types.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/types.js +16 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent/types.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.d.ts +191 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.js +3316 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.lazy.d.ts +29 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.lazy.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.lazy.js +33 -0
- package/node_modules/@earendil-works/pi-ai/dist/api/cursor-agent.lazy.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/compat.d.ts +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/compat.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/compat.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/compat.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/cursor-agent-provider.d.ts +11 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor-agent-provider.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor-agent-provider.js +11 -0
- package/node_modules/@earendil-works/pi-ai/dist/cursor-agent-provider.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/index.js +2 -0
- package/node_modules/@earendil-works/pi-ai/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/model.d.ts +6 -1
- package/node_modules/@earendil-works/pi-ai/dist/model.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/model.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.d.ts +6 -9
- package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.js +42 -9
- package/node_modules/@earendil-works/pi-ai/dist/providers/cursor.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/.manifest.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/amazon-bedrock.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/baseten.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/cerebras.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/cloudflare-ai-gateway.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/cloudflare-workers-ai.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/huggingface.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openai-codex.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/openrouter.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/together.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/vercel-ai-gateway.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/data/xai.json +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +3 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/block-symbols.d.ts +57 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/block-symbols.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/block-symbols.js +57 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/block-symbols.js.map +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.d.ts +10 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js +22 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +3 -2
- package/node_modules/@earendil-works/pi-pty/package.json +1 -1
- package/node_modules/@earendil-works/pi-telemetry/package.json +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js +21 -0
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/dollar-invocation-autocomplete.d.ts +9 -0
- package/node_modules/@earendil-works/pi-tui/dist/dollar-invocation-autocomplete.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/dollar-invocation-autocomplete.js +82 -0
- package/node_modules/@earendil-works/pi-tui/dist/dollar-invocation-autocomplete.js.map +1 -0
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/package.json +11 -8
|
@@ -0,0 +1,722 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage } from "../../../../codegenv2/types.js";
|
|
2
|
+
import type { Any, AnyJson } from "./any_pb.js";
|
|
3
|
+
import type { SourceContext, SourceContextJson } from "./source_context_pb.js";
|
|
4
|
+
import type { Message } from "../../../../types.js";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file google/protobuf/type.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_google_protobuf_type: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* A protocol buffer message type.
|
|
11
|
+
*
|
|
12
|
+
* New usages of this message as an alternative to DescriptorProto are strongly
|
|
13
|
+
* discouraged. This message does not reliability preserve all information
|
|
14
|
+
* necessary to model the schema and preserve semantics. Instead make use of
|
|
15
|
+
* FileDescriptorSet which preserves the necessary information.
|
|
16
|
+
*
|
|
17
|
+
* @generated from message google.protobuf.Type
|
|
18
|
+
*/
|
|
19
|
+
export type Type = Message<"google.protobuf.Type"> & {
|
|
20
|
+
/**
|
|
21
|
+
* The fully qualified message name.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: string name = 1;
|
|
24
|
+
*/
|
|
25
|
+
name: string;
|
|
26
|
+
/**
|
|
27
|
+
* The list of fields.
|
|
28
|
+
*
|
|
29
|
+
* @generated from field: repeated google.protobuf.Field fields = 2;
|
|
30
|
+
*/
|
|
31
|
+
fields: Field[];
|
|
32
|
+
/**
|
|
33
|
+
* The list of types appearing in `oneof` definitions in this type.
|
|
34
|
+
*
|
|
35
|
+
* @generated from field: repeated string oneofs = 3;
|
|
36
|
+
*/
|
|
37
|
+
oneofs: string[];
|
|
38
|
+
/**
|
|
39
|
+
* The protocol buffer options.
|
|
40
|
+
*
|
|
41
|
+
* @generated from field: repeated google.protobuf.Option options = 4;
|
|
42
|
+
*/
|
|
43
|
+
options: Option[];
|
|
44
|
+
/**
|
|
45
|
+
* The source context.
|
|
46
|
+
*
|
|
47
|
+
* @generated from field: google.protobuf.SourceContext source_context = 5;
|
|
48
|
+
*/
|
|
49
|
+
sourceContext?: SourceContext | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* The source syntax.
|
|
52
|
+
*
|
|
53
|
+
* @generated from field: google.protobuf.Syntax syntax = 6;
|
|
54
|
+
*/
|
|
55
|
+
syntax: Syntax;
|
|
56
|
+
/**
|
|
57
|
+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
|
58
|
+
*
|
|
59
|
+
* @generated from field: string edition = 7;
|
|
60
|
+
*/
|
|
61
|
+
edition: string;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* A protocol buffer message type.
|
|
65
|
+
*
|
|
66
|
+
* New usages of this message as an alternative to DescriptorProto are strongly
|
|
67
|
+
* discouraged. This message does not reliability preserve all information
|
|
68
|
+
* necessary to model the schema and preserve semantics. Instead make use of
|
|
69
|
+
* FileDescriptorSet which preserves the necessary information.
|
|
70
|
+
*
|
|
71
|
+
* @generated from message google.protobuf.Type
|
|
72
|
+
*/
|
|
73
|
+
export type TypeJson = {
|
|
74
|
+
/**
|
|
75
|
+
* The fully qualified message name.
|
|
76
|
+
*
|
|
77
|
+
* @generated from field: string name = 1;
|
|
78
|
+
*/
|
|
79
|
+
name?: string;
|
|
80
|
+
/**
|
|
81
|
+
* The list of fields.
|
|
82
|
+
*
|
|
83
|
+
* @generated from field: repeated google.protobuf.Field fields = 2;
|
|
84
|
+
*/
|
|
85
|
+
fields?: FieldJson[];
|
|
86
|
+
/**
|
|
87
|
+
* The list of types appearing in `oneof` definitions in this type.
|
|
88
|
+
*
|
|
89
|
+
* @generated from field: repeated string oneofs = 3;
|
|
90
|
+
*/
|
|
91
|
+
oneofs?: string[];
|
|
92
|
+
/**
|
|
93
|
+
* The protocol buffer options.
|
|
94
|
+
*
|
|
95
|
+
* @generated from field: repeated google.protobuf.Option options = 4;
|
|
96
|
+
*/
|
|
97
|
+
options?: OptionJson[];
|
|
98
|
+
/**
|
|
99
|
+
* The source context.
|
|
100
|
+
*
|
|
101
|
+
* @generated from field: google.protobuf.SourceContext source_context = 5;
|
|
102
|
+
*/
|
|
103
|
+
sourceContext?: SourceContextJson;
|
|
104
|
+
/**
|
|
105
|
+
* The source syntax.
|
|
106
|
+
*
|
|
107
|
+
* @generated from field: google.protobuf.Syntax syntax = 6;
|
|
108
|
+
*/
|
|
109
|
+
syntax?: SyntaxJson;
|
|
110
|
+
/**
|
|
111
|
+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
|
112
|
+
*
|
|
113
|
+
* @generated from field: string edition = 7;
|
|
114
|
+
*/
|
|
115
|
+
edition?: string;
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* Describes the message google.protobuf.Type.
|
|
119
|
+
* Use `create(TypeSchema)` to create a new message.
|
|
120
|
+
*/
|
|
121
|
+
export declare const TypeSchema: GenMessage<Type, {
|
|
122
|
+
jsonType: TypeJson;
|
|
123
|
+
}>;
|
|
124
|
+
/**
|
|
125
|
+
* A single field of a message type.
|
|
126
|
+
*
|
|
127
|
+
* New usages of this message as an alternative to FieldDescriptorProto are
|
|
128
|
+
* strongly discouraged. This message does not reliability preserve all
|
|
129
|
+
* information necessary to model the schema and preserve semantics. Instead
|
|
130
|
+
* make use of FileDescriptorSet which preserves the necessary information.
|
|
131
|
+
*
|
|
132
|
+
* @generated from message google.protobuf.Field
|
|
133
|
+
*/
|
|
134
|
+
export type Field = Message<"google.protobuf.Field"> & {
|
|
135
|
+
/**
|
|
136
|
+
* The field type.
|
|
137
|
+
*
|
|
138
|
+
* @generated from field: google.protobuf.Field.Kind kind = 1;
|
|
139
|
+
*/
|
|
140
|
+
kind: Field_Kind;
|
|
141
|
+
/**
|
|
142
|
+
* The field cardinality.
|
|
143
|
+
*
|
|
144
|
+
* @generated from field: google.protobuf.Field.Cardinality cardinality = 2;
|
|
145
|
+
*/
|
|
146
|
+
cardinality: Field_Cardinality;
|
|
147
|
+
/**
|
|
148
|
+
* The field number.
|
|
149
|
+
*
|
|
150
|
+
* @generated from field: int32 number = 3;
|
|
151
|
+
*/
|
|
152
|
+
number: number;
|
|
153
|
+
/**
|
|
154
|
+
* The field name.
|
|
155
|
+
*
|
|
156
|
+
* @generated from field: string name = 4;
|
|
157
|
+
*/
|
|
158
|
+
name: string;
|
|
159
|
+
/**
|
|
160
|
+
* The field type URL, without the scheme, for message or enumeration
|
|
161
|
+
* types. Example: `"type.googleapis.com/google.protobuf.Timestamp"`.
|
|
162
|
+
*
|
|
163
|
+
* @generated from field: string type_url = 6;
|
|
164
|
+
*/
|
|
165
|
+
typeUrl: string;
|
|
166
|
+
/**
|
|
167
|
+
* The index of the field type in `Type.oneofs`, for message or enumeration
|
|
168
|
+
* types. The first type has index 1; zero means the type is not in the list.
|
|
169
|
+
*
|
|
170
|
+
* @generated from field: int32 oneof_index = 7;
|
|
171
|
+
*/
|
|
172
|
+
oneofIndex: number;
|
|
173
|
+
/**
|
|
174
|
+
* Whether to use alternative packed wire representation.
|
|
175
|
+
*
|
|
176
|
+
* @generated from field: bool packed = 8;
|
|
177
|
+
*/
|
|
178
|
+
packed: boolean;
|
|
179
|
+
/**
|
|
180
|
+
* The protocol buffer options.
|
|
181
|
+
*
|
|
182
|
+
* @generated from field: repeated google.protobuf.Option options = 9;
|
|
183
|
+
*/
|
|
184
|
+
options: Option[];
|
|
185
|
+
/**
|
|
186
|
+
* The field JSON name.
|
|
187
|
+
*
|
|
188
|
+
* @generated from field: string json_name = 10;
|
|
189
|
+
*/
|
|
190
|
+
jsonName: string;
|
|
191
|
+
/**
|
|
192
|
+
* The string value of the default value of this field. Proto2 syntax only.
|
|
193
|
+
*
|
|
194
|
+
* @generated from field: string default_value = 11;
|
|
195
|
+
*/
|
|
196
|
+
defaultValue: string;
|
|
197
|
+
};
|
|
198
|
+
/**
|
|
199
|
+
* A single field of a message type.
|
|
200
|
+
*
|
|
201
|
+
* New usages of this message as an alternative to FieldDescriptorProto are
|
|
202
|
+
* strongly discouraged. This message does not reliability preserve all
|
|
203
|
+
* information necessary to model the schema and preserve semantics. Instead
|
|
204
|
+
* make use of FileDescriptorSet which preserves the necessary information.
|
|
205
|
+
*
|
|
206
|
+
* @generated from message google.protobuf.Field
|
|
207
|
+
*/
|
|
208
|
+
export type FieldJson = {
|
|
209
|
+
/**
|
|
210
|
+
* The field type.
|
|
211
|
+
*
|
|
212
|
+
* @generated from field: google.protobuf.Field.Kind kind = 1;
|
|
213
|
+
*/
|
|
214
|
+
kind?: Field_KindJson;
|
|
215
|
+
/**
|
|
216
|
+
* The field cardinality.
|
|
217
|
+
*
|
|
218
|
+
* @generated from field: google.protobuf.Field.Cardinality cardinality = 2;
|
|
219
|
+
*/
|
|
220
|
+
cardinality?: Field_CardinalityJson;
|
|
221
|
+
/**
|
|
222
|
+
* The field number.
|
|
223
|
+
*
|
|
224
|
+
* @generated from field: int32 number = 3;
|
|
225
|
+
*/
|
|
226
|
+
number?: number;
|
|
227
|
+
/**
|
|
228
|
+
* The field name.
|
|
229
|
+
*
|
|
230
|
+
* @generated from field: string name = 4;
|
|
231
|
+
*/
|
|
232
|
+
name?: string;
|
|
233
|
+
/**
|
|
234
|
+
* The field type URL, without the scheme, for message or enumeration
|
|
235
|
+
* types. Example: `"type.googleapis.com/google.protobuf.Timestamp"`.
|
|
236
|
+
*
|
|
237
|
+
* @generated from field: string type_url = 6;
|
|
238
|
+
*/
|
|
239
|
+
typeUrl?: string;
|
|
240
|
+
/**
|
|
241
|
+
* The index of the field type in `Type.oneofs`, for message or enumeration
|
|
242
|
+
* types. The first type has index 1; zero means the type is not in the list.
|
|
243
|
+
*
|
|
244
|
+
* @generated from field: int32 oneof_index = 7;
|
|
245
|
+
*/
|
|
246
|
+
oneofIndex?: number;
|
|
247
|
+
/**
|
|
248
|
+
* Whether to use alternative packed wire representation.
|
|
249
|
+
*
|
|
250
|
+
* @generated from field: bool packed = 8;
|
|
251
|
+
*/
|
|
252
|
+
packed?: boolean;
|
|
253
|
+
/**
|
|
254
|
+
* The protocol buffer options.
|
|
255
|
+
*
|
|
256
|
+
* @generated from field: repeated google.protobuf.Option options = 9;
|
|
257
|
+
*/
|
|
258
|
+
options?: OptionJson[];
|
|
259
|
+
/**
|
|
260
|
+
* The field JSON name.
|
|
261
|
+
*
|
|
262
|
+
* @generated from field: string json_name = 10;
|
|
263
|
+
*/
|
|
264
|
+
jsonName?: string;
|
|
265
|
+
/**
|
|
266
|
+
* The string value of the default value of this field. Proto2 syntax only.
|
|
267
|
+
*
|
|
268
|
+
* @generated from field: string default_value = 11;
|
|
269
|
+
*/
|
|
270
|
+
defaultValue?: string;
|
|
271
|
+
};
|
|
272
|
+
/**
|
|
273
|
+
* Describes the message google.protobuf.Field.
|
|
274
|
+
* Use `create(FieldSchema)` to create a new message.
|
|
275
|
+
*/
|
|
276
|
+
export declare const FieldSchema: GenMessage<Field, {
|
|
277
|
+
jsonType: FieldJson;
|
|
278
|
+
}>;
|
|
279
|
+
/**
|
|
280
|
+
* Basic field types.
|
|
281
|
+
*
|
|
282
|
+
* @generated from enum google.protobuf.Field.Kind
|
|
283
|
+
*/
|
|
284
|
+
export declare enum Field_Kind {
|
|
285
|
+
/**
|
|
286
|
+
* Field type unknown.
|
|
287
|
+
*
|
|
288
|
+
* @generated from enum value: TYPE_UNKNOWN = 0;
|
|
289
|
+
*/
|
|
290
|
+
TYPE_UNKNOWN = 0,
|
|
291
|
+
/**
|
|
292
|
+
* Field type double.
|
|
293
|
+
*
|
|
294
|
+
* @generated from enum value: TYPE_DOUBLE = 1;
|
|
295
|
+
*/
|
|
296
|
+
TYPE_DOUBLE = 1,
|
|
297
|
+
/**
|
|
298
|
+
* Field type float.
|
|
299
|
+
*
|
|
300
|
+
* @generated from enum value: TYPE_FLOAT = 2;
|
|
301
|
+
*/
|
|
302
|
+
TYPE_FLOAT = 2,
|
|
303
|
+
/**
|
|
304
|
+
* Field type int64.
|
|
305
|
+
*
|
|
306
|
+
* @generated from enum value: TYPE_INT64 = 3;
|
|
307
|
+
*/
|
|
308
|
+
TYPE_INT64 = 3,
|
|
309
|
+
/**
|
|
310
|
+
* Field type uint64.
|
|
311
|
+
*
|
|
312
|
+
* @generated from enum value: TYPE_UINT64 = 4;
|
|
313
|
+
*/
|
|
314
|
+
TYPE_UINT64 = 4,
|
|
315
|
+
/**
|
|
316
|
+
* Field type int32.
|
|
317
|
+
*
|
|
318
|
+
* @generated from enum value: TYPE_INT32 = 5;
|
|
319
|
+
*/
|
|
320
|
+
TYPE_INT32 = 5,
|
|
321
|
+
/**
|
|
322
|
+
* Field type fixed64.
|
|
323
|
+
*
|
|
324
|
+
* @generated from enum value: TYPE_FIXED64 = 6;
|
|
325
|
+
*/
|
|
326
|
+
TYPE_FIXED64 = 6,
|
|
327
|
+
/**
|
|
328
|
+
* Field type fixed32.
|
|
329
|
+
*
|
|
330
|
+
* @generated from enum value: TYPE_FIXED32 = 7;
|
|
331
|
+
*/
|
|
332
|
+
TYPE_FIXED32 = 7,
|
|
333
|
+
/**
|
|
334
|
+
* Field type bool.
|
|
335
|
+
*
|
|
336
|
+
* @generated from enum value: TYPE_BOOL = 8;
|
|
337
|
+
*/
|
|
338
|
+
TYPE_BOOL = 8,
|
|
339
|
+
/**
|
|
340
|
+
* Field type string.
|
|
341
|
+
*
|
|
342
|
+
* @generated from enum value: TYPE_STRING = 9;
|
|
343
|
+
*/
|
|
344
|
+
TYPE_STRING = 9,
|
|
345
|
+
/**
|
|
346
|
+
* Field type group. Proto2 syntax only, and deprecated.
|
|
347
|
+
*
|
|
348
|
+
* @generated from enum value: TYPE_GROUP = 10;
|
|
349
|
+
*/
|
|
350
|
+
TYPE_GROUP = 10,
|
|
351
|
+
/**
|
|
352
|
+
* Field type message.
|
|
353
|
+
*
|
|
354
|
+
* @generated from enum value: TYPE_MESSAGE = 11;
|
|
355
|
+
*/
|
|
356
|
+
TYPE_MESSAGE = 11,
|
|
357
|
+
/**
|
|
358
|
+
* Field type bytes.
|
|
359
|
+
*
|
|
360
|
+
* @generated from enum value: TYPE_BYTES = 12;
|
|
361
|
+
*/
|
|
362
|
+
TYPE_BYTES = 12,
|
|
363
|
+
/**
|
|
364
|
+
* Field type uint32.
|
|
365
|
+
*
|
|
366
|
+
* @generated from enum value: TYPE_UINT32 = 13;
|
|
367
|
+
*/
|
|
368
|
+
TYPE_UINT32 = 13,
|
|
369
|
+
/**
|
|
370
|
+
* Field type enum.
|
|
371
|
+
*
|
|
372
|
+
* @generated from enum value: TYPE_ENUM = 14;
|
|
373
|
+
*/
|
|
374
|
+
TYPE_ENUM = 14,
|
|
375
|
+
/**
|
|
376
|
+
* Field type sfixed32.
|
|
377
|
+
*
|
|
378
|
+
* @generated from enum value: TYPE_SFIXED32 = 15;
|
|
379
|
+
*/
|
|
380
|
+
TYPE_SFIXED32 = 15,
|
|
381
|
+
/**
|
|
382
|
+
* Field type sfixed64.
|
|
383
|
+
*
|
|
384
|
+
* @generated from enum value: TYPE_SFIXED64 = 16;
|
|
385
|
+
*/
|
|
386
|
+
TYPE_SFIXED64 = 16,
|
|
387
|
+
/**
|
|
388
|
+
* Field type sint32.
|
|
389
|
+
*
|
|
390
|
+
* @generated from enum value: TYPE_SINT32 = 17;
|
|
391
|
+
*/
|
|
392
|
+
TYPE_SINT32 = 17,
|
|
393
|
+
/**
|
|
394
|
+
* Field type sint64.
|
|
395
|
+
*
|
|
396
|
+
* @generated from enum value: TYPE_SINT64 = 18;
|
|
397
|
+
*/
|
|
398
|
+
TYPE_SINT64 = 18
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* Basic field types.
|
|
402
|
+
*
|
|
403
|
+
* @generated from enum google.protobuf.Field.Kind
|
|
404
|
+
*/
|
|
405
|
+
export type Field_KindJson = "TYPE_UNKNOWN" | "TYPE_DOUBLE" | "TYPE_FLOAT" | "TYPE_INT64" | "TYPE_UINT64" | "TYPE_INT32" | "TYPE_FIXED64" | "TYPE_FIXED32" | "TYPE_BOOL" | "TYPE_STRING" | "TYPE_GROUP" | "TYPE_MESSAGE" | "TYPE_BYTES" | "TYPE_UINT32" | "TYPE_ENUM" | "TYPE_SFIXED32" | "TYPE_SFIXED64" | "TYPE_SINT32" | "TYPE_SINT64";
|
|
406
|
+
/**
|
|
407
|
+
* Describes the enum google.protobuf.Field.Kind.
|
|
408
|
+
*/
|
|
409
|
+
export declare const Field_KindSchema: GenEnum<Field_Kind, Field_KindJson>;
|
|
410
|
+
/**
|
|
411
|
+
* Whether a field is optional, required, or repeated.
|
|
412
|
+
*
|
|
413
|
+
* @generated from enum google.protobuf.Field.Cardinality
|
|
414
|
+
*/
|
|
415
|
+
export declare enum Field_Cardinality {
|
|
416
|
+
/**
|
|
417
|
+
* For fields with unknown cardinality.
|
|
418
|
+
*
|
|
419
|
+
* @generated from enum value: CARDINALITY_UNKNOWN = 0;
|
|
420
|
+
*/
|
|
421
|
+
UNKNOWN = 0,
|
|
422
|
+
/**
|
|
423
|
+
* For optional fields.
|
|
424
|
+
*
|
|
425
|
+
* @generated from enum value: CARDINALITY_OPTIONAL = 1;
|
|
426
|
+
*/
|
|
427
|
+
OPTIONAL = 1,
|
|
428
|
+
/**
|
|
429
|
+
* For required fields. Proto2 syntax only.
|
|
430
|
+
*
|
|
431
|
+
* @generated from enum value: CARDINALITY_REQUIRED = 2;
|
|
432
|
+
*/
|
|
433
|
+
REQUIRED = 2,
|
|
434
|
+
/**
|
|
435
|
+
* For repeated fields.
|
|
436
|
+
*
|
|
437
|
+
* @generated from enum value: CARDINALITY_REPEATED = 3;
|
|
438
|
+
*/
|
|
439
|
+
REPEATED = 3
|
|
440
|
+
}
|
|
441
|
+
/**
|
|
442
|
+
* Whether a field is optional, required, or repeated.
|
|
443
|
+
*
|
|
444
|
+
* @generated from enum google.protobuf.Field.Cardinality
|
|
445
|
+
*/
|
|
446
|
+
export type Field_CardinalityJson = "CARDINALITY_UNKNOWN" | "CARDINALITY_OPTIONAL" | "CARDINALITY_REQUIRED" | "CARDINALITY_REPEATED";
|
|
447
|
+
/**
|
|
448
|
+
* Describes the enum google.protobuf.Field.Cardinality.
|
|
449
|
+
*/
|
|
450
|
+
export declare const Field_CardinalitySchema: GenEnum<Field_Cardinality, Field_CardinalityJson>;
|
|
451
|
+
/**
|
|
452
|
+
* Enum type definition.
|
|
453
|
+
*
|
|
454
|
+
* New usages of this message as an alternative to EnumDescriptorProto are
|
|
455
|
+
* strongly discouraged. This message does not reliability preserve all
|
|
456
|
+
* information necessary to model the schema and preserve semantics. Instead
|
|
457
|
+
* make use of FileDescriptorSet which preserves the necessary information.
|
|
458
|
+
*
|
|
459
|
+
* @generated from message google.protobuf.Enum
|
|
460
|
+
*/
|
|
461
|
+
export type Enum = Message<"google.protobuf.Enum"> & {
|
|
462
|
+
/**
|
|
463
|
+
* Enum type name.
|
|
464
|
+
*
|
|
465
|
+
* @generated from field: string name = 1;
|
|
466
|
+
*/
|
|
467
|
+
name: string;
|
|
468
|
+
/**
|
|
469
|
+
* Enum value definitions.
|
|
470
|
+
*
|
|
471
|
+
* @generated from field: repeated google.protobuf.EnumValue enumvalue = 2;
|
|
472
|
+
*/
|
|
473
|
+
enumvalue: EnumValue[];
|
|
474
|
+
/**
|
|
475
|
+
* Protocol buffer options.
|
|
476
|
+
*
|
|
477
|
+
* @generated from field: repeated google.protobuf.Option options = 3;
|
|
478
|
+
*/
|
|
479
|
+
options: Option[];
|
|
480
|
+
/**
|
|
481
|
+
* The source context.
|
|
482
|
+
*
|
|
483
|
+
* @generated from field: google.protobuf.SourceContext source_context = 4;
|
|
484
|
+
*/
|
|
485
|
+
sourceContext?: SourceContext | undefined;
|
|
486
|
+
/**
|
|
487
|
+
* The source syntax.
|
|
488
|
+
*
|
|
489
|
+
* @generated from field: google.protobuf.Syntax syntax = 5;
|
|
490
|
+
*/
|
|
491
|
+
syntax: Syntax;
|
|
492
|
+
/**
|
|
493
|
+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
|
494
|
+
*
|
|
495
|
+
* @generated from field: string edition = 6;
|
|
496
|
+
*/
|
|
497
|
+
edition: string;
|
|
498
|
+
};
|
|
499
|
+
/**
|
|
500
|
+
* Enum type definition.
|
|
501
|
+
*
|
|
502
|
+
* New usages of this message as an alternative to EnumDescriptorProto are
|
|
503
|
+
* strongly discouraged. This message does not reliability preserve all
|
|
504
|
+
* information necessary to model the schema and preserve semantics. Instead
|
|
505
|
+
* make use of FileDescriptorSet which preserves the necessary information.
|
|
506
|
+
*
|
|
507
|
+
* @generated from message google.protobuf.Enum
|
|
508
|
+
*/
|
|
509
|
+
export type EnumJson = {
|
|
510
|
+
/**
|
|
511
|
+
* Enum type name.
|
|
512
|
+
*
|
|
513
|
+
* @generated from field: string name = 1;
|
|
514
|
+
*/
|
|
515
|
+
name?: string;
|
|
516
|
+
/**
|
|
517
|
+
* Enum value definitions.
|
|
518
|
+
*
|
|
519
|
+
* @generated from field: repeated google.protobuf.EnumValue enumvalue = 2;
|
|
520
|
+
*/
|
|
521
|
+
enumvalue?: EnumValueJson[];
|
|
522
|
+
/**
|
|
523
|
+
* Protocol buffer options.
|
|
524
|
+
*
|
|
525
|
+
* @generated from field: repeated google.protobuf.Option options = 3;
|
|
526
|
+
*/
|
|
527
|
+
options?: OptionJson[];
|
|
528
|
+
/**
|
|
529
|
+
* The source context.
|
|
530
|
+
*
|
|
531
|
+
* @generated from field: google.protobuf.SourceContext source_context = 4;
|
|
532
|
+
*/
|
|
533
|
+
sourceContext?: SourceContextJson;
|
|
534
|
+
/**
|
|
535
|
+
* The source syntax.
|
|
536
|
+
*
|
|
537
|
+
* @generated from field: google.protobuf.Syntax syntax = 5;
|
|
538
|
+
*/
|
|
539
|
+
syntax?: SyntaxJson;
|
|
540
|
+
/**
|
|
541
|
+
* The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
|
542
|
+
*
|
|
543
|
+
* @generated from field: string edition = 6;
|
|
544
|
+
*/
|
|
545
|
+
edition?: string;
|
|
546
|
+
};
|
|
547
|
+
/**
|
|
548
|
+
* Describes the message google.protobuf.Enum.
|
|
549
|
+
* Use `create(EnumSchema)` to create a new message.
|
|
550
|
+
*/
|
|
551
|
+
export declare const EnumSchema: GenMessage<Enum, {
|
|
552
|
+
jsonType: EnumJson;
|
|
553
|
+
}>;
|
|
554
|
+
/**
|
|
555
|
+
* Enum value definition.
|
|
556
|
+
*
|
|
557
|
+
* New usages of this message as an alternative to EnumValueDescriptorProto are
|
|
558
|
+
* strongly discouraged. This message does not reliability preserve all
|
|
559
|
+
* information necessary to model the schema and preserve semantics. Instead
|
|
560
|
+
* make use of FileDescriptorSet which preserves the necessary information.
|
|
561
|
+
*
|
|
562
|
+
* @generated from message google.protobuf.EnumValue
|
|
563
|
+
*/
|
|
564
|
+
export type EnumValue = Message<"google.protobuf.EnumValue"> & {
|
|
565
|
+
/**
|
|
566
|
+
* Enum value name.
|
|
567
|
+
*
|
|
568
|
+
* @generated from field: string name = 1;
|
|
569
|
+
*/
|
|
570
|
+
name: string;
|
|
571
|
+
/**
|
|
572
|
+
* Enum value number.
|
|
573
|
+
*
|
|
574
|
+
* @generated from field: int32 number = 2;
|
|
575
|
+
*/
|
|
576
|
+
number: number;
|
|
577
|
+
/**
|
|
578
|
+
* Protocol buffer options.
|
|
579
|
+
*
|
|
580
|
+
* @generated from field: repeated google.protobuf.Option options = 3;
|
|
581
|
+
*/
|
|
582
|
+
options: Option[];
|
|
583
|
+
};
|
|
584
|
+
/**
|
|
585
|
+
* Enum value definition.
|
|
586
|
+
*
|
|
587
|
+
* New usages of this message as an alternative to EnumValueDescriptorProto are
|
|
588
|
+
* strongly discouraged. This message does not reliability preserve all
|
|
589
|
+
* information necessary to model the schema and preserve semantics. Instead
|
|
590
|
+
* make use of FileDescriptorSet which preserves the necessary information.
|
|
591
|
+
*
|
|
592
|
+
* @generated from message google.protobuf.EnumValue
|
|
593
|
+
*/
|
|
594
|
+
export type EnumValueJson = {
|
|
595
|
+
/**
|
|
596
|
+
* Enum value name.
|
|
597
|
+
*
|
|
598
|
+
* @generated from field: string name = 1;
|
|
599
|
+
*/
|
|
600
|
+
name?: string;
|
|
601
|
+
/**
|
|
602
|
+
* Enum value number.
|
|
603
|
+
*
|
|
604
|
+
* @generated from field: int32 number = 2;
|
|
605
|
+
*/
|
|
606
|
+
number?: number;
|
|
607
|
+
/**
|
|
608
|
+
* Protocol buffer options.
|
|
609
|
+
*
|
|
610
|
+
* @generated from field: repeated google.protobuf.Option options = 3;
|
|
611
|
+
*/
|
|
612
|
+
options?: OptionJson[];
|
|
613
|
+
};
|
|
614
|
+
/**
|
|
615
|
+
* Describes the message google.protobuf.EnumValue.
|
|
616
|
+
* Use `create(EnumValueSchema)` to create a new message.
|
|
617
|
+
*/
|
|
618
|
+
export declare const EnumValueSchema: GenMessage<EnumValue, {
|
|
619
|
+
jsonType: EnumValueJson;
|
|
620
|
+
}>;
|
|
621
|
+
/**
|
|
622
|
+
* A protocol buffer option, which can be attached to a message, field,
|
|
623
|
+
* enumeration, etc.
|
|
624
|
+
*
|
|
625
|
+
* New usages of this message as an alternative to FileOptions, MessageOptions,
|
|
626
|
+
* FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions, or MethodOptions
|
|
627
|
+
* are strongly discouraged.
|
|
628
|
+
*
|
|
629
|
+
* @generated from message google.protobuf.Option
|
|
630
|
+
*/
|
|
631
|
+
export type Option = Message<"google.protobuf.Option"> & {
|
|
632
|
+
/**
|
|
633
|
+
* The option's name. For protobuf built-in options (options defined in
|
|
634
|
+
* descriptor.proto), this is the short name. For example, `"map_entry"`.
|
|
635
|
+
* For custom options, it should be the fully-qualified name. For example,
|
|
636
|
+
* `"google.api.http"`.
|
|
637
|
+
*
|
|
638
|
+
* @generated from field: string name = 1;
|
|
639
|
+
*/
|
|
640
|
+
name: string;
|
|
641
|
+
/**
|
|
642
|
+
* The option's value packed in an Any message. If the value is a primitive,
|
|
643
|
+
* the corresponding wrapper type defined in google/protobuf/wrappers.proto
|
|
644
|
+
* should be used. If the value is an enum, it should be stored as an int32
|
|
645
|
+
* value using the google.protobuf.Int32Value type.
|
|
646
|
+
*
|
|
647
|
+
* @generated from field: google.protobuf.Any value = 2;
|
|
648
|
+
*/
|
|
649
|
+
value?: Any | undefined;
|
|
650
|
+
};
|
|
651
|
+
/**
|
|
652
|
+
* A protocol buffer option, which can be attached to a message, field,
|
|
653
|
+
* enumeration, etc.
|
|
654
|
+
*
|
|
655
|
+
* New usages of this message as an alternative to FileOptions, MessageOptions,
|
|
656
|
+
* FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions, or MethodOptions
|
|
657
|
+
* are strongly discouraged.
|
|
658
|
+
*
|
|
659
|
+
* @generated from message google.protobuf.Option
|
|
660
|
+
*/
|
|
661
|
+
export type OptionJson = {
|
|
662
|
+
/**
|
|
663
|
+
* The option's name. For protobuf built-in options (options defined in
|
|
664
|
+
* descriptor.proto), this is the short name. For example, `"map_entry"`.
|
|
665
|
+
* For custom options, it should be the fully-qualified name. For example,
|
|
666
|
+
* `"google.api.http"`.
|
|
667
|
+
*
|
|
668
|
+
* @generated from field: string name = 1;
|
|
669
|
+
*/
|
|
670
|
+
name?: string;
|
|
671
|
+
/**
|
|
672
|
+
* The option's value packed in an Any message. If the value is a primitive,
|
|
673
|
+
* the corresponding wrapper type defined in google/protobuf/wrappers.proto
|
|
674
|
+
* should be used. If the value is an enum, it should be stored as an int32
|
|
675
|
+
* value using the google.protobuf.Int32Value type.
|
|
676
|
+
*
|
|
677
|
+
* @generated from field: google.protobuf.Any value = 2;
|
|
678
|
+
*/
|
|
679
|
+
value?: AnyJson;
|
|
680
|
+
};
|
|
681
|
+
/**
|
|
682
|
+
* Describes the message google.protobuf.Option.
|
|
683
|
+
* Use `create(OptionSchema)` to create a new message.
|
|
684
|
+
*/
|
|
685
|
+
export declare const OptionSchema: GenMessage<Option, {
|
|
686
|
+
jsonType: OptionJson;
|
|
687
|
+
}>;
|
|
688
|
+
/**
|
|
689
|
+
* The syntax in which a protocol buffer element is defined.
|
|
690
|
+
*
|
|
691
|
+
* @generated from enum google.protobuf.Syntax
|
|
692
|
+
*/
|
|
693
|
+
export declare enum Syntax {
|
|
694
|
+
/**
|
|
695
|
+
* Syntax `proto2`.
|
|
696
|
+
*
|
|
697
|
+
* @generated from enum value: SYNTAX_PROTO2 = 0;
|
|
698
|
+
*/
|
|
699
|
+
PROTO2 = 0,
|
|
700
|
+
/**
|
|
701
|
+
* Syntax `proto3`.
|
|
702
|
+
*
|
|
703
|
+
* @generated from enum value: SYNTAX_PROTO3 = 1;
|
|
704
|
+
*/
|
|
705
|
+
PROTO3 = 1,
|
|
706
|
+
/**
|
|
707
|
+
* Syntax `editions`.
|
|
708
|
+
*
|
|
709
|
+
* @generated from enum value: SYNTAX_EDITIONS = 2;
|
|
710
|
+
*/
|
|
711
|
+
EDITIONS = 2
|
|
712
|
+
}
|
|
713
|
+
/**
|
|
714
|
+
* The syntax in which a protocol buffer element is defined.
|
|
715
|
+
*
|
|
716
|
+
* @generated from enum google.protobuf.Syntax
|
|
717
|
+
*/
|
|
718
|
+
export type SyntaxJson = "SYNTAX_PROTO2" | "SYNTAX_PROTO3" | "SYNTAX_EDITIONS";
|
|
719
|
+
/**
|
|
720
|
+
* Describes the enum google.protobuf.Syntax.
|
|
721
|
+
*/
|
|
722
|
+
export declare const SyntaxSchema: GenEnum<Syntax, SyntaxJson>;
|