@code-yeongyu/senpi 2026.8.16 → 2026.8.17
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 +51 -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 +28 -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 +278 -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 +67 -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 +73 -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 +330 -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 +35 -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 +186 -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.js +2 -2
- 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 +50 -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 +14 -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/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/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
package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts
ADDED
|
@@ -0,0 +1,490 @@
|
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage } from "../../../../../codegenv2/types.js";
|
|
2
|
+
import type { FileDescriptorProto, FileDescriptorProtoJson, GeneratedCodeInfo, GeneratedCodeInfoJson } from "../descriptor_pb.js";
|
|
3
|
+
import type { Message } from "../../../../../types.js";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file google/protobuf/compiler/plugin.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_google_protobuf_compiler_plugin: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* The version number of protocol compiler.
|
|
10
|
+
*
|
|
11
|
+
* @generated from message google.protobuf.compiler.Version
|
|
12
|
+
*/
|
|
13
|
+
export type Version = Message<"google.protobuf.compiler.Version"> & {
|
|
14
|
+
/**
|
|
15
|
+
* @generated from field: optional int32 major = 1;
|
|
16
|
+
*/
|
|
17
|
+
major: number;
|
|
18
|
+
/**
|
|
19
|
+
* @generated from field: optional int32 minor = 2;
|
|
20
|
+
*/
|
|
21
|
+
minor: number;
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: optional int32 patch = 3;
|
|
24
|
+
*/
|
|
25
|
+
patch: number;
|
|
26
|
+
/**
|
|
27
|
+
* A suffix for alpha, beta or rc release, e.g., "alpha-1", "rc2". It should
|
|
28
|
+
* be empty for mainline stable releases.
|
|
29
|
+
*
|
|
30
|
+
* @generated from field: optional string suffix = 4;
|
|
31
|
+
*/
|
|
32
|
+
suffix: string;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* The version number of protocol compiler.
|
|
36
|
+
*
|
|
37
|
+
* @generated from message google.protobuf.compiler.Version
|
|
38
|
+
*/
|
|
39
|
+
export type VersionJson = {
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: optional int32 major = 1;
|
|
42
|
+
*/
|
|
43
|
+
major?: number;
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: optional int32 minor = 2;
|
|
46
|
+
*/
|
|
47
|
+
minor?: number;
|
|
48
|
+
/**
|
|
49
|
+
* @generated from field: optional int32 patch = 3;
|
|
50
|
+
*/
|
|
51
|
+
patch?: number;
|
|
52
|
+
/**
|
|
53
|
+
* A suffix for alpha, beta or rc release, e.g., "alpha-1", "rc2". It should
|
|
54
|
+
* be empty for mainline stable releases.
|
|
55
|
+
*
|
|
56
|
+
* @generated from field: optional string suffix = 4;
|
|
57
|
+
*/
|
|
58
|
+
suffix?: string;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message google.protobuf.compiler.Version.
|
|
62
|
+
* Use `create(VersionSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
export declare const VersionSchema: GenMessage<Version, {
|
|
65
|
+
jsonType: VersionJson;
|
|
66
|
+
}>;
|
|
67
|
+
/**
|
|
68
|
+
* An encoded CodeGeneratorRequest is written to the plugin's stdin.
|
|
69
|
+
*
|
|
70
|
+
* @generated from message google.protobuf.compiler.CodeGeneratorRequest
|
|
71
|
+
*/
|
|
72
|
+
export type CodeGeneratorRequest = Message<"google.protobuf.compiler.CodeGeneratorRequest"> & {
|
|
73
|
+
/**
|
|
74
|
+
* The .proto files that were explicitly listed on the command-line. The
|
|
75
|
+
* code generator should generate code only for these files. Each file's
|
|
76
|
+
* descriptor will be included in proto_file, below.
|
|
77
|
+
*
|
|
78
|
+
* @generated from field: repeated string file_to_generate = 1;
|
|
79
|
+
*/
|
|
80
|
+
fileToGenerate: string[];
|
|
81
|
+
/**
|
|
82
|
+
* The generator parameter passed on the command-line.
|
|
83
|
+
*
|
|
84
|
+
* @generated from field: optional string parameter = 2;
|
|
85
|
+
*/
|
|
86
|
+
parameter: string;
|
|
87
|
+
/**
|
|
88
|
+
* FileDescriptorProtos for all files in files_to_generate and everything
|
|
89
|
+
* they import. The files will appear in topological order, so each file
|
|
90
|
+
* appears before any file that imports it.
|
|
91
|
+
*
|
|
92
|
+
* Note: the files listed in files_to_generate will include runtime-retention
|
|
93
|
+
* options only, but all other files will include source-retention options.
|
|
94
|
+
* The source_file_descriptors field below is available in case you need
|
|
95
|
+
* source-retention options for files_to_generate.
|
|
96
|
+
*
|
|
97
|
+
* protoc guarantees that all proto_files will be written after
|
|
98
|
+
* the fields above, even though this is not technically guaranteed by the
|
|
99
|
+
* protobuf wire format. This theoretically could allow a plugin to stream
|
|
100
|
+
* in the FileDescriptorProtos and handle them one by one rather than read
|
|
101
|
+
* the entire set into memory at once. However, as of this writing, this
|
|
102
|
+
* is not similarly optimized on protoc's end -- it will store all fields in
|
|
103
|
+
* memory at once before sending them to the plugin.
|
|
104
|
+
*
|
|
105
|
+
* Type names of fields and extensions in the FileDescriptorProto are always
|
|
106
|
+
* fully qualified.
|
|
107
|
+
*
|
|
108
|
+
* @generated from field: repeated google.protobuf.FileDescriptorProto proto_file = 15;
|
|
109
|
+
*/
|
|
110
|
+
protoFile: FileDescriptorProto[];
|
|
111
|
+
/**
|
|
112
|
+
* File descriptors with all options, including source-retention options.
|
|
113
|
+
* These descriptors are only provided for the files listed in
|
|
114
|
+
* files_to_generate.
|
|
115
|
+
*
|
|
116
|
+
* @generated from field: repeated google.protobuf.FileDescriptorProto source_file_descriptors = 17;
|
|
117
|
+
*/
|
|
118
|
+
sourceFileDescriptors: FileDescriptorProto[];
|
|
119
|
+
/**
|
|
120
|
+
* The version number of protocol compiler.
|
|
121
|
+
*
|
|
122
|
+
* @generated from field: optional google.protobuf.compiler.Version compiler_version = 3;
|
|
123
|
+
*/
|
|
124
|
+
compilerVersion?: Version | undefined;
|
|
125
|
+
};
|
|
126
|
+
/**
|
|
127
|
+
* An encoded CodeGeneratorRequest is written to the plugin's stdin.
|
|
128
|
+
*
|
|
129
|
+
* @generated from message google.protobuf.compiler.CodeGeneratorRequest
|
|
130
|
+
*/
|
|
131
|
+
export type CodeGeneratorRequestJson = {
|
|
132
|
+
/**
|
|
133
|
+
* The .proto files that were explicitly listed on the command-line. The
|
|
134
|
+
* code generator should generate code only for these files. Each file's
|
|
135
|
+
* descriptor will be included in proto_file, below.
|
|
136
|
+
*
|
|
137
|
+
* @generated from field: repeated string file_to_generate = 1;
|
|
138
|
+
*/
|
|
139
|
+
fileToGenerate?: string[];
|
|
140
|
+
/**
|
|
141
|
+
* The generator parameter passed on the command-line.
|
|
142
|
+
*
|
|
143
|
+
* @generated from field: optional string parameter = 2;
|
|
144
|
+
*/
|
|
145
|
+
parameter?: string;
|
|
146
|
+
/**
|
|
147
|
+
* FileDescriptorProtos for all files in files_to_generate and everything
|
|
148
|
+
* they import. The files will appear in topological order, so each file
|
|
149
|
+
* appears before any file that imports it.
|
|
150
|
+
*
|
|
151
|
+
* Note: the files listed in files_to_generate will include runtime-retention
|
|
152
|
+
* options only, but all other files will include source-retention options.
|
|
153
|
+
* The source_file_descriptors field below is available in case you need
|
|
154
|
+
* source-retention options for files_to_generate.
|
|
155
|
+
*
|
|
156
|
+
* protoc guarantees that all proto_files will be written after
|
|
157
|
+
* the fields above, even though this is not technically guaranteed by the
|
|
158
|
+
* protobuf wire format. This theoretically could allow a plugin to stream
|
|
159
|
+
* in the FileDescriptorProtos and handle them one by one rather than read
|
|
160
|
+
* the entire set into memory at once. However, as of this writing, this
|
|
161
|
+
* is not similarly optimized on protoc's end -- it will store all fields in
|
|
162
|
+
* memory at once before sending them to the plugin.
|
|
163
|
+
*
|
|
164
|
+
* Type names of fields and extensions in the FileDescriptorProto are always
|
|
165
|
+
* fully qualified.
|
|
166
|
+
*
|
|
167
|
+
* @generated from field: repeated google.protobuf.FileDescriptorProto proto_file = 15;
|
|
168
|
+
*/
|
|
169
|
+
protoFile?: FileDescriptorProtoJson[];
|
|
170
|
+
/**
|
|
171
|
+
* File descriptors with all options, including source-retention options.
|
|
172
|
+
* These descriptors are only provided for the files listed in
|
|
173
|
+
* files_to_generate.
|
|
174
|
+
*
|
|
175
|
+
* @generated from field: repeated google.protobuf.FileDescriptorProto source_file_descriptors = 17;
|
|
176
|
+
*/
|
|
177
|
+
sourceFileDescriptors?: FileDescriptorProtoJson[];
|
|
178
|
+
/**
|
|
179
|
+
* The version number of protocol compiler.
|
|
180
|
+
*
|
|
181
|
+
* @generated from field: optional google.protobuf.compiler.Version compiler_version = 3;
|
|
182
|
+
*/
|
|
183
|
+
compilerVersion?: VersionJson;
|
|
184
|
+
};
|
|
185
|
+
/**
|
|
186
|
+
* Describes the message google.protobuf.compiler.CodeGeneratorRequest.
|
|
187
|
+
* Use `create(CodeGeneratorRequestSchema)` to create a new message.
|
|
188
|
+
*/
|
|
189
|
+
export declare const CodeGeneratorRequestSchema: GenMessage<CodeGeneratorRequest, {
|
|
190
|
+
jsonType: CodeGeneratorRequestJson;
|
|
191
|
+
}>;
|
|
192
|
+
/**
|
|
193
|
+
* The plugin writes an encoded CodeGeneratorResponse to stdout.
|
|
194
|
+
*
|
|
195
|
+
* @generated from message google.protobuf.compiler.CodeGeneratorResponse
|
|
196
|
+
*/
|
|
197
|
+
export type CodeGeneratorResponse = Message<"google.protobuf.compiler.CodeGeneratorResponse"> & {
|
|
198
|
+
/**
|
|
199
|
+
* Error message. If non-empty, code generation failed. The plugin process
|
|
200
|
+
* should exit with status code zero even if it reports an error in this way.
|
|
201
|
+
*
|
|
202
|
+
* This should be used to indicate errors in .proto files which prevent the
|
|
203
|
+
* code generator from generating correct code. Errors which indicate a
|
|
204
|
+
* problem in protoc itself -- such as the input CodeGeneratorRequest being
|
|
205
|
+
* unparseable -- should be reported by writing a message to stderr and
|
|
206
|
+
* exiting with a non-zero status code.
|
|
207
|
+
*
|
|
208
|
+
* @generated from field: optional string error = 1;
|
|
209
|
+
*/
|
|
210
|
+
error: string;
|
|
211
|
+
/**
|
|
212
|
+
* A bitmask of supported features that the code generator supports.
|
|
213
|
+
* This is a bitwise "or" of values from the Feature enum.
|
|
214
|
+
*
|
|
215
|
+
* @generated from field: optional uint64 supported_features = 2;
|
|
216
|
+
*/
|
|
217
|
+
supportedFeatures: bigint;
|
|
218
|
+
/**
|
|
219
|
+
* The minimum edition this plugin supports. This will be treated as an
|
|
220
|
+
* Edition enum, but we want to allow unknown values. It should be specified
|
|
221
|
+
* according the edition enum value, *not* the edition number. Only takes
|
|
222
|
+
* effect for plugins that have FEATURE_SUPPORTS_EDITIONS set.
|
|
223
|
+
*
|
|
224
|
+
* @generated from field: optional int32 minimum_edition = 3;
|
|
225
|
+
*/
|
|
226
|
+
minimumEdition: number;
|
|
227
|
+
/**
|
|
228
|
+
* The maximum edition this plugin supports. This will be treated as an
|
|
229
|
+
* Edition enum, but we want to allow unknown values. It should be specified
|
|
230
|
+
* according the edition enum value, *not* the edition number. Only takes
|
|
231
|
+
* effect for plugins that have FEATURE_SUPPORTS_EDITIONS set.
|
|
232
|
+
*
|
|
233
|
+
* @generated from field: optional int32 maximum_edition = 4;
|
|
234
|
+
*/
|
|
235
|
+
maximumEdition: number;
|
|
236
|
+
/**
|
|
237
|
+
* @generated from field: repeated google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
|
|
238
|
+
*/
|
|
239
|
+
file: CodeGeneratorResponse_File[];
|
|
240
|
+
};
|
|
241
|
+
/**
|
|
242
|
+
* The plugin writes an encoded CodeGeneratorResponse to stdout.
|
|
243
|
+
*
|
|
244
|
+
* @generated from message google.protobuf.compiler.CodeGeneratorResponse
|
|
245
|
+
*/
|
|
246
|
+
export type CodeGeneratorResponseJson = {
|
|
247
|
+
/**
|
|
248
|
+
* Error message. If non-empty, code generation failed. The plugin process
|
|
249
|
+
* should exit with status code zero even if it reports an error in this way.
|
|
250
|
+
*
|
|
251
|
+
* This should be used to indicate errors in .proto files which prevent the
|
|
252
|
+
* code generator from generating correct code. Errors which indicate a
|
|
253
|
+
* problem in protoc itself -- such as the input CodeGeneratorRequest being
|
|
254
|
+
* unparseable -- should be reported by writing a message to stderr and
|
|
255
|
+
* exiting with a non-zero status code.
|
|
256
|
+
*
|
|
257
|
+
* @generated from field: optional string error = 1;
|
|
258
|
+
*/
|
|
259
|
+
error?: string;
|
|
260
|
+
/**
|
|
261
|
+
* A bitmask of supported features that the code generator supports.
|
|
262
|
+
* This is a bitwise "or" of values from the Feature enum.
|
|
263
|
+
*
|
|
264
|
+
* @generated from field: optional uint64 supported_features = 2;
|
|
265
|
+
*/
|
|
266
|
+
supportedFeatures?: string;
|
|
267
|
+
/**
|
|
268
|
+
* The minimum edition this plugin supports. This will be treated as an
|
|
269
|
+
* Edition enum, but we want to allow unknown values. It should be specified
|
|
270
|
+
* according the edition enum value, *not* the edition number. Only takes
|
|
271
|
+
* effect for plugins that have FEATURE_SUPPORTS_EDITIONS set.
|
|
272
|
+
*
|
|
273
|
+
* @generated from field: optional int32 minimum_edition = 3;
|
|
274
|
+
*/
|
|
275
|
+
minimumEdition?: number;
|
|
276
|
+
/**
|
|
277
|
+
* The maximum edition this plugin supports. This will be treated as an
|
|
278
|
+
* Edition enum, but we want to allow unknown values. It should be specified
|
|
279
|
+
* according the edition enum value, *not* the edition number. Only takes
|
|
280
|
+
* effect for plugins that have FEATURE_SUPPORTS_EDITIONS set.
|
|
281
|
+
*
|
|
282
|
+
* @generated from field: optional int32 maximum_edition = 4;
|
|
283
|
+
*/
|
|
284
|
+
maximumEdition?: number;
|
|
285
|
+
/**
|
|
286
|
+
* @generated from field: repeated google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
|
|
287
|
+
*/
|
|
288
|
+
file?: CodeGeneratorResponse_FileJson[];
|
|
289
|
+
};
|
|
290
|
+
/**
|
|
291
|
+
* Describes the message google.protobuf.compiler.CodeGeneratorResponse.
|
|
292
|
+
* Use `create(CodeGeneratorResponseSchema)` to create a new message.
|
|
293
|
+
*/
|
|
294
|
+
export declare const CodeGeneratorResponseSchema: GenMessage<CodeGeneratorResponse, {
|
|
295
|
+
jsonType: CodeGeneratorResponseJson;
|
|
296
|
+
}>;
|
|
297
|
+
/**
|
|
298
|
+
* Represents a single generated file.
|
|
299
|
+
*
|
|
300
|
+
* @generated from message google.protobuf.compiler.CodeGeneratorResponse.File
|
|
301
|
+
*/
|
|
302
|
+
export type CodeGeneratorResponse_File = Message<"google.protobuf.compiler.CodeGeneratorResponse.File"> & {
|
|
303
|
+
/**
|
|
304
|
+
* The file name, relative to the output directory. The name must not
|
|
305
|
+
* contain "." or ".." components and must be relative, not be absolute (so,
|
|
306
|
+
* the file cannot lie outside the output directory). "/" must be used as
|
|
307
|
+
* the path separator, not "\".
|
|
308
|
+
*
|
|
309
|
+
* If the name is omitted, the content will be appended to the previous
|
|
310
|
+
* file. This allows the generator to break large files into small chunks,
|
|
311
|
+
* and allows the generated text to be streamed back to protoc so that large
|
|
312
|
+
* files need not reside completely in memory at one time. Note that as of
|
|
313
|
+
* this writing protoc does not optimize for this -- it will read the entire
|
|
314
|
+
* CodeGeneratorResponse before writing files to disk.
|
|
315
|
+
*
|
|
316
|
+
* @generated from field: optional string name = 1;
|
|
317
|
+
*/
|
|
318
|
+
name: string;
|
|
319
|
+
/**
|
|
320
|
+
* If non-empty, indicates that the named file should already exist, and the
|
|
321
|
+
* content here is to be inserted into that file at a defined insertion
|
|
322
|
+
* point. This feature allows a code generator to extend the output
|
|
323
|
+
* produced by another code generator. The original generator may provide
|
|
324
|
+
* insertion points by placing special annotations in the file that look
|
|
325
|
+
* like:
|
|
326
|
+
* @@protoc_insertion_point(NAME)
|
|
327
|
+
* The annotation can have arbitrary text before and after it on the line,
|
|
328
|
+
* which allows it to be placed in a comment. NAME should be replaced with
|
|
329
|
+
* an identifier naming the point -- this is what other generators will use
|
|
330
|
+
* as the insertion_point. Code inserted at this point will be placed
|
|
331
|
+
* immediately above the line containing the insertion point (thus multiple
|
|
332
|
+
* insertions to the same point will come out in the order they were added).
|
|
333
|
+
* The double-@ is intended to make it unlikely that the generated code
|
|
334
|
+
* could contain things that look like insertion points by accident.
|
|
335
|
+
*
|
|
336
|
+
* For example, the C++ code generator places the following line in the
|
|
337
|
+
* .pb.h files that it generates:
|
|
338
|
+
* // @@protoc_insertion_point(namespace_scope)
|
|
339
|
+
* This line appears within the scope of the file's package namespace, but
|
|
340
|
+
* outside of any particular class. Another plugin can then specify the
|
|
341
|
+
* insertion_point "namespace_scope" to generate additional classes or
|
|
342
|
+
* other declarations that should be placed in this scope.
|
|
343
|
+
*
|
|
344
|
+
* Note that if the line containing the insertion point begins with
|
|
345
|
+
* whitespace, the same whitespace will be added to every line of the
|
|
346
|
+
* inserted text. This is useful for languages like Python, where
|
|
347
|
+
* indentation matters. In these languages, the insertion point comment
|
|
348
|
+
* should be indented the same amount as any inserted code will need to be
|
|
349
|
+
* in order to work correctly in that context.
|
|
350
|
+
*
|
|
351
|
+
* The code generator that generates the initial file and the one which
|
|
352
|
+
* inserts into it must both run as part of a single invocation of protoc.
|
|
353
|
+
* Code generators are executed in the order in which they appear on the
|
|
354
|
+
* command line.
|
|
355
|
+
*
|
|
356
|
+
* If |insertion_point| is present, |name| must also be present.
|
|
357
|
+
*
|
|
358
|
+
* @generated from field: optional string insertion_point = 2;
|
|
359
|
+
*/
|
|
360
|
+
insertionPoint: string;
|
|
361
|
+
/**
|
|
362
|
+
* The file contents.
|
|
363
|
+
*
|
|
364
|
+
* @generated from field: optional string content = 15;
|
|
365
|
+
*/
|
|
366
|
+
content: string;
|
|
367
|
+
/**
|
|
368
|
+
* Information describing the file content being inserted. If an insertion
|
|
369
|
+
* point is used, this information will be appropriately offset and inserted
|
|
370
|
+
* into the code generation metadata for the generated files.
|
|
371
|
+
*
|
|
372
|
+
* @generated from field: optional google.protobuf.GeneratedCodeInfo generated_code_info = 16;
|
|
373
|
+
*/
|
|
374
|
+
generatedCodeInfo?: GeneratedCodeInfo | undefined;
|
|
375
|
+
};
|
|
376
|
+
/**
|
|
377
|
+
* Represents a single generated file.
|
|
378
|
+
*
|
|
379
|
+
* @generated from message google.protobuf.compiler.CodeGeneratorResponse.File
|
|
380
|
+
*/
|
|
381
|
+
export type CodeGeneratorResponse_FileJson = {
|
|
382
|
+
/**
|
|
383
|
+
* The file name, relative to the output directory. The name must not
|
|
384
|
+
* contain "." or ".." components and must be relative, not be absolute (so,
|
|
385
|
+
* the file cannot lie outside the output directory). "/" must be used as
|
|
386
|
+
* the path separator, not "\".
|
|
387
|
+
*
|
|
388
|
+
* If the name is omitted, the content will be appended to the previous
|
|
389
|
+
* file. This allows the generator to break large files into small chunks,
|
|
390
|
+
* and allows the generated text to be streamed back to protoc so that large
|
|
391
|
+
* files need not reside completely in memory at one time. Note that as of
|
|
392
|
+
* this writing protoc does not optimize for this -- it will read the entire
|
|
393
|
+
* CodeGeneratorResponse before writing files to disk.
|
|
394
|
+
*
|
|
395
|
+
* @generated from field: optional string name = 1;
|
|
396
|
+
*/
|
|
397
|
+
name?: string;
|
|
398
|
+
/**
|
|
399
|
+
* If non-empty, indicates that the named file should already exist, and the
|
|
400
|
+
* content here is to be inserted into that file at a defined insertion
|
|
401
|
+
* point. This feature allows a code generator to extend the output
|
|
402
|
+
* produced by another code generator. The original generator may provide
|
|
403
|
+
* insertion points by placing special annotations in the file that look
|
|
404
|
+
* like:
|
|
405
|
+
* @@protoc_insertion_point(NAME)
|
|
406
|
+
* The annotation can have arbitrary text before and after it on the line,
|
|
407
|
+
* which allows it to be placed in a comment. NAME should be replaced with
|
|
408
|
+
* an identifier naming the point -- this is what other generators will use
|
|
409
|
+
* as the insertion_point. Code inserted at this point will be placed
|
|
410
|
+
* immediately above the line containing the insertion point (thus multiple
|
|
411
|
+
* insertions to the same point will come out in the order they were added).
|
|
412
|
+
* The double-@ is intended to make it unlikely that the generated code
|
|
413
|
+
* could contain things that look like insertion points by accident.
|
|
414
|
+
*
|
|
415
|
+
* For example, the C++ code generator places the following line in the
|
|
416
|
+
* .pb.h files that it generates:
|
|
417
|
+
* // @@protoc_insertion_point(namespace_scope)
|
|
418
|
+
* This line appears within the scope of the file's package namespace, but
|
|
419
|
+
* outside of any particular class. Another plugin can then specify the
|
|
420
|
+
* insertion_point "namespace_scope" to generate additional classes or
|
|
421
|
+
* other declarations that should be placed in this scope.
|
|
422
|
+
*
|
|
423
|
+
* Note that if the line containing the insertion point begins with
|
|
424
|
+
* whitespace, the same whitespace will be added to every line of the
|
|
425
|
+
* inserted text. This is useful for languages like Python, where
|
|
426
|
+
* indentation matters. In these languages, the insertion point comment
|
|
427
|
+
* should be indented the same amount as any inserted code will need to be
|
|
428
|
+
* in order to work correctly in that context.
|
|
429
|
+
*
|
|
430
|
+
* The code generator that generates the initial file and the one which
|
|
431
|
+
* inserts into it must both run as part of a single invocation of protoc.
|
|
432
|
+
* Code generators are executed in the order in which they appear on the
|
|
433
|
+
* command line.
|
|
434
|
+
*
|
|
435
|
+
* If |insertion_point| is present, |name| must also be present.
|
|
436
|
+
*
|
|
437
|
+
* @generated from field: optional string insertion_point = 2;
|
|
438
|
+
*/
|
|
439
|
+
insertionPoint?: string;
|
|
440
|
+
/**
|
|
441
|
+
* The file contents.
|
|
442
|
+
*
|
|
443
|
+
* @generated from field: optional string content = 15;
|
|
444
|
+
*/
|
|
445
|
+
content?: string;
|
|
446
|
+
/**
|
|
447
|
+
* Information describing the file content being inserted. If an insertion
|
|
448
|
+
* point is used, this information will be appropriately offset and inserted
|
|
449
|
+
* into the code generation metadata for the generated files.
|
|
450
|
+
*
|
|
451
|
+
* @generated from field: optional google.protobuf.GeneratedCodeInfo generated_code_info = 16;
|
|
452
|
+
*/
|
|
453
|
+
generatedCodeInfo?: GeneratedCodeInfoJson;
|
|
454
|
+
};
|
|
455
|
+
/**
|
|
456
|
+
* Describes the message google.protobuf.compiler.CodeGeneratorResponse.File.
|
|
457
|
+
* Use `create(CodeGeneratorResponse_FileSchema)` to create a new message.
|
|
458
|
+
*/
|
|
459
|
+
export declare const CodeGeneratorResponse_FileSchema: GenMessage<CodeGeneratorResponse_File, {
|
|
460
|
+
jsonType: CodeGeneratorResponse_FileJson;
|
|
461
|
+
}>;
|
|
462
|
+
/**
|
|
463
|
+
* Sync with code_generator.h.
|
|
464
|
+
*
|
|
465
|
+
* @generated from enum google.protobuf.compiler.CodeGeneratorResponse.Feature
|
|
466
|
+
*/
|
|
467
|
+
export declare enum CodeGeneratorResponse_Feature {
|
|
468
|
+
/**
|
|
469
|
+
* @generated from enum value: FEATURE_NONE = 0;
|
|
470
|
+
*/
|
|
471
|
+
NONE = 0,
|
|
472
|
+
/**
|
|
473
|
+
* @generated from enum value: FEATURE_PROTO3_OPTIONAL = 1;
|
|
474
|
+
*/
|
|
475
|
+
PROTO3_OPTIONAL = 1,
|
|
476
|
+
/**
|
|
477
|
+
* @generated from enum value: FEATURE_SUPPORTS_EDITIONS = 2;
|
|
478
|
+
*/
|
|
479
|
+
SUPPORTS_EDITIONS = 2
|
|
480
|
+
}
|
|
481
|
+
/**
|
|
482
|
+
* Sync with code_generator.h.
|
|
483
|
+
*
|
|
484
|
+
* @generated from enum google.protobuf.compiler.CodeGeneratorResponse.Feature
|
|
485
|
+
*/
|
|
486
|
+
export type CodeGeneratorResponse_FeatureJson = "FEATURE_NONE" | "FEATURE_PROTO3_OPTIONAL" | "FEATURE_SUPPORTS_EDITIONS";
|
|
487
|
+
/**
|
|
488
|
+
* Describes the enum google.protobuf.compiler.CodeGeneratorResponse.Feature.
|
|
489
|
+
*/
|
|
490
|
+
export declare const CodeGeneratorResponse_FeatureSchema: GenEnum<CodeGeneratorResponse_Feature, CodeGeneratorResponse_FeatureJson>;
|
package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.js
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
// Copyright 2021-2026 Buf Technologies, Inc.
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
import { fileDesc } from "../../../../../codegenv2/file.js";
|
|
15
|
+
import { file_google_protobuf_descriptor } from "../descriptor_pb.js";
|
|
16
|
+
import { messageDesc } from "../../../../../codegenv2/message.js";
|
|
17
|
+
import { enumDesc } from "../../../../../codegenv2/enum.js";
|
|
18
|
+
/**
|
|
19
|
+
* Describes the file google/protobuf/compiler/plugin.proto.
|
|
20
|
+
*/
|
|
21
|
+
export const file_google_protobuf_compiler_plugin = /*@__PURE__*/ fileDesc("CiVnb29nbGUvcHJvdG9idWYvY29tcGlsZXIvcGx1Z2luLnByb3RvEhhnb29nbGUucHJvdG9idWYuY29tcGlsZXIiRgoHVmVyc2lvbhINCgVtYWpvchgBIAEoBRINCgVtaW5vchgCIAEoBRINCgVwYXRjaBgDIAEoBRIOCgZzdWZmaXgYBCABKAkigQIKFENvZGVHZW5lcmF0b3JSZXF1ZXN0EhgKEGZpbGVfdG9fZ2VuZXJhdGUYASADKAkSEQoJcGFyYW1ldGVyGAIgASgJEjgKCnByb3RvX2ZpbGUYDyADKAsyJC5nb29nbGUucHJvdG9idWYuRmlsZURlc2NyaXB0b3JQcm90bxJFChdzb3VyY2VfZmlsZV9kZXNjcmlwdG9ycxgRIAMoCzIkLmdvb2dsZS5wcm90b2J1Zi5GaWxlRGVzY3JpcHRvclByb3RvEjsKEGNvbXBpbGVyX3ZlcnNpb24YAyABKAsyIS5nb29nbGUucHJvdG9idWYuY29tcGlsZXIuVmVyc2lvbiKSAwoVQ29kZUdlbmVyYXRvclJlc3BvbnNlEg0KBWVycm9yGAEgASgJEhoKEnN1cHBvcnRlZF9mZWF0dXJlcxgCIAEoBBIXCg9taW5pbXVtX2VkaXRpb24YAyABKAUSFwoPbWF4aW11bV9lZGl0aW9uGAQgASgFEkIKBGZpbGUYDyADKAsyNC5nb29nbGUucHJvdG9idWYuY29tcGlsZXIuQ29kZUdlbmVyYXRvclJlc3BvbnNlLkZpbGUafwoERmlsZRIMCgRuYW1lGAEgASgJEhcKD2luc2VydGlvbl9wb2ludBgCIAEoCRIPCgdjb250ZW50GA8gASgJEj8KE2dlbmVyYXRlZF9jb2RlX2luZm8YECABKAsyIi5nb29nbGUucHJvdG9idWYuR2VuZXJhdGVkQ29kZUluZm8iVwoHRmVhdHVyZRIQCgxGRUFUVVJFX05PTkUQABIbChdGRUFUVVJFX1BST1RPM19PUFRJT05BTBABEh0KGUZFQVRVUkVfU1VQUE9SVFNfRURJVElPTlMQAkJyChxjb20uZ29vZ2xlLnByb3RvYnVmLmNvbXBpbGVyQgxQbHVnaW5Qcm90b3NaKWdvb2dsZS5nb2xhbmcub3JnL3Byb3RvYnVmL3R5cGVzL3BsdWdpbnBiqgIYR29vZ2xlLlByb3RvYnVmLkNvbXBpbGVy", [file_google_protobuf_descriptor]);
|
|
22
|
+
/**
|
|
23
|
+
* Describes the message google.protobuf.compiler.Version.
|
|
24
|
+
* Use `create(VersionSchema)` to create a new message.
|
|
25
|
+
*/
|
|
26
|
+
export const VersionSchema = /*@__PURE__*/ messageDesc(file_google_protobuf_compiler_plugin, 0);
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message google.protobuf.compiler.CodeGeneratorRequest.
|
|
29
|
+
* Use `create(CodeGeneratorRequestSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export const CodeGeneratorRequestSchema = /*@__PURE__*/ messageDesc(file_google_protobuf_compiler_plugin, 1);
|
|
32
|
+
/**
|
|
33
|
+
* Describes the message google.protobuf.compiler.CodeGeneratorResponse.
|
|
34
|
+
* Use `create(CodeGeneratorResponseSchema)` to create a new message.
|
|
35
|
+
*/
|
|
36
|
+
export const CodeGeneratorResponseSchema = /*@__PURE__*/ messageDesc(file_google_protobuf_compiler_plugin, 2);
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message google.protobuf.compiler.CodeGeneratorResponse.File.
|
|
39
|
+
* Use `create(CodeGeneratorResponse_FileSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
export const CodeGeneratorResponse_FileSchema = /*@__PURE__*/ messageDesc(file_google_protobuf_compiler_plugin, 2, 0);
|
|
42
|
+
/**
|
|
43
|
+
* Sync with code_generator.h.
|
|
44
|
+
*
|
|
45
|
+
* @generated from enum google.protobuf.compiler.CodeGeneratorResponse.Feature
|
|
46
|
+
*/
|
|
47
|
+
export var CodeGeneratorResponse_Feature;
|
|
48
|
+
(function (CodeGeneratorResponse_Feature) {
|
|
49
|
+
/**
|
|
50
|
+
* @generated from enum value: FEATURE_NONE = 0;
|
|
51
|
+
*/
|
|
52
|
+
CodeGeneratorResponse_Feature[CodeGeneratorResponse_Feature["NONE"] = 0] = "NONE";
|
|
53
|
+
/**
|
|
54
|
+
* @generated from enum value: FEATURE_PROTO3_OPTIONAL = 1;
|
|
55
|
+
*/
|
|
56
|
+
CodeGeneratorResponse_Feature[CodeGeneratorResponse_Feature["PROTO3_OPTIONAL"] = 1] = "PROTO3_OPTIONAL";
|
|
57
|
+
/**
|
|
58
|
+
* @generated from enum value: FEATURE_SUPPORTS_EDITIONS = 2;
|
|
59
|
+
*/
|
|
60
|
+
CodeGeneratorResponse_Feature[CodeGeneratorResponse_Feature["SUPPORTS_EDITIONS"] = 2] = "SUPPORTS_EDITIONS";
|
|
61
|
+
})(CodeGeneratorResponse_Feature || (CodeGeneratorResponse_Feature = {}));
|
|
62
|
+
/**
|
|
63
|
+
* Describes the enum google.protobuf.compiler.CodeGeneratorResponse.Feature.
|
|
64
|
+
*/
|
|
65
|
+
export const CodeGeneratorResponse_FeatureSchema = /*@__PURE__*/ enumDesc(file_google_protobuf_compiler_plugin, 2, 0);
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import type { GenEnum, GenExtension, GenFile, GenMessage } from "../../../../codegenv2/types.js";
|
|
2
|
+
import type { FeatureSet } from "./descriptor_pb.js";
|
|
3
|
+
import type { Message } from "../../../../types.js";
|
|
4
|
+
/**
|
|
5
|
+
* Describes the file google/protobuf/cpp_features.proto.
|
|
6
|
+
*/
|
|
7
|
+
export declare const file_google_protobuf_cpp_features: GenFile;
|
|
8
|
+
/**
|
|
9
|
+
* @generated from message pb.CppFeatures
|
|
10
|
+
*/
|
|
11
|
+
export type CppFeatures = Message<"pb.CppFeatures"> & {
|
|
12
|
+
/**
|
|
13
|
+
* Whether or not to treat an enum field as closed. This option is only
|
|
14
|
+
* applicable to enum fields, and will be removed in the future. It is
|
|
15
|
+
* consistent with the legacy behavior of using proto3 enum types for proto2
|
|
16
|
+
* fields.
|
|
17
|
+
*
|
|
18
|
+
* @generated from field: optional bool legacy_closed_enum = 1;
|
|
19
|
+
*/
|
|
20
|
+
legacyClosedEnum: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* @generated from field: optional pb.CppFeatures.StringType string_type = 2;
|
|
23
|
+
*/
|
|
24
|
+
stringType: CppFeatures_StringType;
|
|
25
|
+
/**
|
|
26
|
+
* @generated from field: optional bool enum_name_uses_string_view = 3;
|
|
27
|
+
*/
|
|
28
|
+
enumNameUsesStringView: boolean;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* @generated from message pb.CppFeatures
|
|
32
|
+
*/
|
|
33
|
+
export type CppFeaturesJson = {
|
|
34
|
+
/**
|
|
35
|
+
* Whether or not to treat an enum field as closed. This option is only
|
|
36
|
+
* applicable to enum fields, and will be removed in the future. It is
|
|
37
|
+
* consistent with the legacy behavior of using proto3 enum types for proto2
|
|
38
|
+
* fields.
|
|
39
|
+
*
|
|
40
|
+
* @generated from field: optional bool legacy_closed_enum = 1;
|
|
41
|
+
*/
|
|
42
|
+
legacyClosedEnum?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* @generated from field: optional pb.CppFeatures.StringType string_type = 2;
|
|
45
|
+
*/
|
|
46
|
+
stringType?: CppFeatures_StringTypeJson;
|
|
47
|
+
/**
|
|
48
|
+
* @generated from field: optional bool enum_name_uses_string_view = 3;
|
|
49
|
+
*/
|
|
50
|
+
enumNameUsesStringView?: boolean;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* Describes the message pb.CppFeatures.
|
|
54
|
+
* Use `create(CppFeaturesSchema)` to create a new message.
|
|
55
|
+
*/
|
|
56
|
+
export declare const CppFeaturesSchema: GenMessage<CppFeatures, {
|
|
57
|
+
jsonType: CppFeaturesJson;
|
|
58
|
+
}>;
|
|
59
|
+
/**
|
|
60
|
+
* @generated from enum pb.CppFeatures.StringType
|
|
61
|
+
*/
|
|
62
|
+
export declare enum CppFeatures_StringType {
|
|
63
|
+
/**
|
|
64
|
+
* @generated from enum value: STRING_TYPE_UNKNOWN = 0;
|
|
65
|
+
*/
|
|
66
|
+
STRING_TYPE_UNKNOWN = 0,
|
|
67
|
+
/**
|
|
68
|
+
* @generated from enum value: VIEW = 1;
|
|
69
|
+
*/
|
|
70
|
+
VIEW = 1,
|
|
71
|
+
/**
|
|
72
|
+
* @generated from enum value: CORD = 2;
|
|
73
|
+
*/
|
|
74
|
+
CORD = 2,
|
|
75
|
+
/**
|
|
76
|
+
* @generated from enum value: STRING = 3;
|
|
77
|
+
*/
|
|
78
|
+
STRING = 3
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* @generated from enum pb.CppFeatures.StringType
|
|
82
|
+
*/
|
|
83
|
+
export type CppFeatures_StringTypeJson = "STRING_TYPE_UNKNOWN" | "VIEW" | "CORD" | "STRING";
|
|
84
|
+
/**
|
|
85
|
+
* Describes the enum pb.CppFeatures.StringType.
|
|
86
|
+
*/
|
|
87
|
+
export declare const CppFeatures_StringTypeSchema: GenEnum<CppFeatures_StringType, CppFeatures_StringTypeJson>;
|
|
88
|
+
/**
|
|
89
|
+
* @generated from extension: optional pb.CppFeatures cpp = 1000;
|
|
90
|
+
*/
|
|
91
|
+
export declare const cpp: GenExtension<FeatureSet, CppFeatures>;
|