@evalops/maestro 0.10.20 → 0.10.22

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.
Files changed (1733) hide show
  1. package/dist/agent/agent.d.ts +1 -0
  2. package/dist/agent/agent.d.ts.map +1 -1
  3. package/dist/agent/agent.js +15 -4
  4. package/dist/agent/agent.js.map +1 -1
  5. package/dist/agent/swarm/executor.d.ts.map +1 -1
  6. package/dist/agent/swarm/executor.js +68 -3
  7. package/dist/agent/swarm/executor.js.map +1 -1
  8. package/dist/agent/swarm/types.d.ts +3 -0
  9. package/dist/agent/swarm/types.d.ts.map +1 -1
  10. package/dist/agent/swarm/types.js.map +1 -1
  11. package/dist/agent/transport.d.ts.map +1 -1
  12. package/dist/agent/transport.js +7 -1
  13. package/dist/agent/transport.js.map +1 -1
  14. package/dist/audit/logger.d.ts +1 -1
  15. package/dist/bootstrap/tools-setup.d.ts.map +1 -1
  16. package/dist/bootstrap/tools-setup.js +3 -2
  17. package/dist/bootstrap/tools-setup.js.map +1 -1
  18. package/dist/cli/commands/a2a.d.ts.map +1 -1
  19. package/dist/cli/commands/a2a.js +141 -8
  20. package/dist/cli/commands/a2a.js.map +1 -1
  21. package/dist/cli/commands/codex.d.ts.map +1 -1
  22. package/dist/cli/commands/codex.js +4 -3
  23. package/dist/cli/commands/codex.js.map +1 -1
  24. package/dist/cli/commands/hosted-runner.d.ts +1 -0
  25. package/dist/cli/commands/hosted-runner.d.ts.map +1 -1
  26. package/dist/cli/commands/hosted-runner.js +31 -2
  27. package/dist/cli/commands/hosted-runner.js.map +1 -1
  28. package/dist/cli/commands/run.d.ts.map +1 -1
  29. package/dist/cli/commands/run.js +2 -9
  30. package/dist/cli/commands/run.js.map +1 -1
  31. package/dist/cli-tui/commands/a2a-handlers.d.ts.map +1 -1
  32. package/dist/cli-tui/commands/a2a-handlers.js +55 -0
  33. package/dist/cli-tui/commands/a2a-handlers.js.map +1 -1
  34. package/dist/cli.js +3924 -1972
  35. package/dist/codex/compatibility.d.ts +17 -1
  36. package/dist/codex/compatibility.d.ts.map +1 -1
  37. package/dist/codex/compatibility.js +57 -1
  38. package/dist/codex/compatibility.js.map +1 -1
  39. package/dist/guardian/config.d.ts +8 -6
  40. package/dist/guardian/config.d.ts.map +1 -1
  41. package/dist/guardian/config.js +33 -7
  42. package/dist/guardian/config.js.map +1 -1
  43. package/dist/guardian/runner.d.ts.map +1 -1
  44. package/dist/guardian/runner.js +54 -9
  45. package/dist/guardian/runner.js.map +1 -1
  46. package/dist/mcp/config.d.ts.map +1 -1
  47. package/dist/mcp/config.js +2 -0
  48. package/dist/mcp/config.js.map +1 -1
  49. package/dist/mcp/fathom-cua.d.ts +3 -0
  50. package/dist/mcp/fathom-cua.d.ts.map +1 -0
  51. package/dist/mcp/fathom-cua.js +158 -0
  52. package/dist/mcp/fathom-cua.js.map +1 -0
  53. package/dist/mcp/index.d.ts +1 -0
  54. package/dist/mcp/index.d.ts.map +1 -1
  55. package/dist/mcp/index.js +1 -0
  56. package/dist/mcp/index.js.map +1 -1
  57. package/{node_modules → dist/node_modules}/@evalops/contracts/package.json +1 -1
  58. package/{node_modules → dist/node_modules}/@evalops/tui/package.json +1 -1
  59. package/dist/platform/a2a-cockpit.d.ts +90 -0
  60. package/dist/platform/a2a-cockpit.d.ts.map +1 -0
  61. package/dist/platform/a2a-cockpit.js +302 -0
  62. package/dist/platform/a2a-cockpit.js.map +1 -0
  63. package/dist/platform/a2a-fleet.d.ts +14 -0
  64. package/dist/platform/a2a-fleet.d.ts.map +1 -1
  65. package/dist/platform/a2a-fleet.js +66 -1
  66. package/dist/platform/a2a-fleet.js.map +1 -1
  67. package/dist/platform/a2a-ownership.d.ts +27 -0
  68. package/dist/platform/a2a-ownership.d.ts.map +1 -0
  69. package/dist/platform/a2a-ownership.js +149 -0
  70. package/dist/platform/a2a-ownership.js.map +1 -0
  71. package/dist/platform/a2a-task-ledger.d.ts.map +1 -1
  72. package/dist/platform/a2a-task-ledger.js +29 -5
  73. package/dist/platform/a2a-task-ledger.js.map +1 -1
  74. package/dist/server/agent-trajectory-replay-lab.d.ts +36 -0
  75. package/dist/server/agent-trajectory-replay-lab.d.ts.map +1 -0
  76. package/dist/server/agent-trajectory-replay-lab.js +48 -0
  77. package/dist/server/agent-trajectory-replay-lab.js.map +1 -0
  78. package/dist/server/any-agent-control-plane-proof.d.ts +42 -0
  79. package/dist/server/any-agent-control-plane-proof.d.ts.map +1 -0
  80. package/dist/server/any-agent-control-plane-proof.js +175 -0
  81. package/dist/server/any-agent-control-plane-proof.js.map +1 -0
  82. package/dist/server/app-context.d.ts +1 -0
  83. package/dist/server/app-context.d.ts.map +1 -1
  84. package/dist/server/app-context.js.map +1 -1
  85. package/dist/server/handlers/a2a-cockpit.d.ts +3 -0
  86. package/dist/server/handlers/a2a-cockpit.d.ts.map +1 -0
  87. package/dist/server/handlers/a2a-cockpit.js +71 -0
  88. package/dist/server/handlers/a2a-cockpit.js.map +1 -0
  89. package/dist/server/handlers/headless-sessions.d.ts.map +1 -1
  90. package/dist/server/handlers/headless-sessions.js +17 -2
  91. package/dist/server/handlers/headless-sessions.js.map +1 -1
  92. package/dist/server/handlers/session-artifacts.d.ts.map +1 -1
  93. package/dist/server/handlers/session-artifacts.js +20 -3
  94. package/dist/server/handlers/session-artifacts.js.map +1 -1
  95. package/dist/server/handlers/session-replay-lab.d.ts +13 -0
  96. package/dist/server/handlers/session-replay-lab.d.ts.map +1 -0
  97. package/dist/server/handlers/session-replay-lab.js +80 -0
  98. package/dist/server/handlers/session-replay-lab.js.map +1 -0
  99. package/dist/server/handlers/stats.js +1 -1
  100. package/dist/server/handlers/stats.js.map +1 -1
  101. package/dist/server/handlers/status.d.ts +44 -3
  102. package/dist/server/handlers/status.d.ts.map +1 -1
  103. package/dist/server/handlers/status.js +227 -17
  104. package/dist/server/handlers/status.js.map +1 -1
  105. package/dist/server/headless-runtime-service.d.ts +17 -0
  106. package/dist/server/headless-runtime-service.d.ts.map +1 -1
  107. package/dist/server/headless-runtime-service.js +143 -3
  108. package/dist/server/headless-runtime-service.js.map +1 -1
  109. package/dist/server/hosted-agent-runtime-progress.d.ts +17 -0
  110. package/dist/server/hosted-agent-runtime-progress.d.ts.map +1 -1
  111. package/dist/server/hosted-agent-runtime-progress.js +352 -15
  112. package/dist/server/hosted-agent-runtime-progress.js.map +1 -1
  113. package/dist/server/routes.d.ts.map +1 -1
  114. package/dist/server/routes.js +14 -0
  115. package/dist/server/routes.js.map +1 -1
  116. package/dist/services/intelligent-router/index.d.ts +1 -1
  117. package/dist/services/intelligent-router/index.d.ts.map +1 -1
  118. package/dist/services/intelligent-router/index.js +1 -1
  119. package/dist/services/intelligent-router/index.js.map +1 -1
  120. package/dist/services/intelligent-router/normalize.d.ts +10 -2
  121. package/dist/services/intelligent-router/normalize.d.ts.map +1 -1
  122. package/dist/services/intelligent-router/normalize.js +20 -1
  123. package/dist/services/intelligent-router/normalize.js.map +1 -1
  124. package/dist/services/intelligent-router/service.d.ts.map +1 -1
  125. package/dist/services/intelligent-router/service.js +35 -0
  126. package/dist/services/intelligent-router/service.js.map +1 -1
  127. package/dist/services/intelligent-router/types.d.ts +13 -0
  128. package/dist/services/intelligent-router/types.d.ts.map +1 -1
  129. package/dist/services/intelligent-router/types.js +1 -0
  130. package/dist/services/intelligent-router/types.js.map +1 -1
  131. package/dist/telemetry/cli-command-aggregator.d.ts +1 -0
  132. package/dist/telemetry/cli-command-aggregator.d.ts.map +1 -1
  133. package/dist/telemetry/cli-command-aggregator.js +23 -0
  134. package/dist/telemetry/cli-command-aggregator.js.map +1 -1
  135. package/dist/telemetry/maestro-event-bus.d.ts.map +1 -1
  136. package/dist/telemetry/maestro-event-bus.js +11 -5
  137. package/dist/telemetry/maestro-event-bus.js.map +1 -1
  138. package/dist/telemetry/maestro-event-catalog.d.ts +15 -1
  139. package/dist/telemetry/maestro-event-catalog.d.ts.map +1 -1
  140. package/dist/telemetry/maestro-event-catalog.js +30 -0
  141. package/dist/telemetry/maestro-event-catalog.js.map +1 -1
  142. package/dist/version.json +2 -2
  143. package/package.json +10 -3
  144. package/node_modules/@bufbuild/protobuf/README.md +0 -44
  145. package/node_modules/@bufbuild/protobuf/dist/cjs/clone.d.ts +0 -6
  146. package/node_modules/@bufbuild/protobuf/dist/cjs/clone.js +0 -66
  147. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.d.ts +0 -10
  148. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/enum.js +0 -31
  149. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.d.ts +0 -9
  150. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/extension.js +0 -28
  151. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.d.ts +0 -1
  152. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/file.js +0 -18
  153. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.d.ts +0 -10
  154. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/index.js +0 -39
  155. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.d.ts +0 -10
  156. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/message.js +0 -24
  157. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.d.ts +0 -8
  158. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/service.js +0 -27
  159. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.d.ts +0 -135
  160. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/symbols.js +0 -43
  161. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.d.ts +0 -75
  162. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv1/types.js +0 -22
  163. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.d.ts +0 -63
  164. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/boot.js +0 -105
  165. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.d.ts +0 -43
  166. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/embed.js +0 -244
  167. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.d.ts +0 -18
  168. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/enum.js +0 -40
  169. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.d.ts +0 -9
  170. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/extension.js +0 -28
  171. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.d.ts +0 -7
  172. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/file.js +0 -35
  173. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.d.ts +0 -10
  174. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/index.js +0 -39
  175. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.d.ts +0 -15
  176. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/message.js +0 -24
  177. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.d.ts +0 -5
  178. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/restore-json-names.js +0 -29
  179. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.d.ts +0 -9
  180. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/scalar.js +0 -67
  181. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.d.ts +0 -8
  182. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/service.js +0 -27
  183. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.d.ts +0 -135
  184. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/symbols.js +0 -72
  185. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.d.ts +0 -81
  186. package/node_modules/@bufbuild/protobuf/dist/cjs/codegenv2/types.js +0 -22
  187. package/node_modules/@bufbuild/protobuf/dist/cjs/create.d.ts +0 -9
  188. package/node_modules/@bufbuild/protobuf/dist/cjs/create.js +0 -259
  189. package/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.d.ts +0 -634
  190. package/node_modules/@bufbuild/protobuf/dist/cjs/descriptors.js +0 -53
  191. package/node_modules/@bufbuild/protobuf/dist/cjs/equals.d.ts +0 -41
  192. package/node_modules/@bufbuild/protobuf/dist/cjs/equals.js +0 -204
  193. package/node_modules/@bufbuild/protobuf/dist/cjs/extensions.d.ts +0 -59
  194. package/node_modules/@bufbuild/protobuf/dist/cjs/extensions.js +0 -169
  195. package/node_modules/@bufbuild/protobuf/dist/cjs/fields.d.ts +0 -23
  196. package/node_modules/@bufbuild/protobuf/dist/cjs/fields.js +0 -45
  197. package/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.d.ts +0 -34
  198. package/node_modules/@bufbuild/protobuf/dist/cjs/from-binary.js +0 -241
  199. package/node_modules/@bufbuild/protobuf/dist/cjs/from-json.d.ts +0 -56
  200. package/node_modules/@bufbuild/protobuf/dist/cjs/from-json.js +0 -619
  201. package/node_modules/@bufbuild/protobuf/dist/cjs/index.d.ts +0 -18
  202. package/node_modules/@bufbuild/protobuf/dist/cjs/index.js +0 -54
  203. package/node_modules/@bufbuild/protobuf/dist/cjs/is-message.d.ts +0 -7
  204. package/node_modules/@bufbuild/protobuf/dist/cjs/is-message.js +0 -33
  205. package/node_modules/@bufbuild/protobuf/dist/cjs/json-value.d.ts +0 -16
  206. package/node_modules/@bufbuild/protobuf/dist/cjs/json-value.js +0 -15
  207. package/node_modules/@bufbuild/protobuf/dist/cjs/merge.d.ts +0 -13
  208. package/node_modules/@bufbuild/protobuf/dist/cjs/merge.js +0 -70
  209. package/node_modules/@bufbuild/protobuf/dist/cjs/package.json +0 -1
  210. package/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.d.ts +0 -98
  211. package/node_modules/@bufbuild/protobuf/dist/cjs/proto-int64.js +0 -130
  212. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.d.ts +0 -9
  213. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/error.js +0 -36
  214. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.d.ts +0 -20
  215. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/guard.js +0 -78
  216. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.d.ts +0 -8
  217. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/index.js +0 -41
  218. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.d.ts +0 -30
  219. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/names.js +0 -115
  220. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.d.ts +0 -35
  221. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/nested-types.js +0 -110
  222. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.d.ts +0 -107
  223. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/path.js +0 -376
  224. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.d.ts +0 -19
  225. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-check.js +0 -266
  226. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.d.ts +0 -217
  227. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect-types.js +0 -16
  228. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.d.ts +0 -43
  229. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/reflect.js +0 -545
  230. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.d.ts +0 -21
  231. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/scalar.js +0 -102
  232. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.d.ts +0 -39
  233. package/node_modules/@bufbuild/protobuf/dist/cjs/reflect/unsafe.js +0 -149
  234. package/node_modules/@bufbuild/protobuf/dist/cjs/registry.d.ts +0 -98
  235. package/node_modules/@bufbuild/protobuf/dist/cjs/registry.js +0 -945
  236. package/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.d.ts +0 -24
  237. package/node_modules/@bufbuild/protobuf/dist/cjs/to-binary.js +0 -199
  238. package/node_modules/@bufbuild/protobuf/dist/cjs/to-json.d.ts +0 -67
  239. package/node_modules/@bufbuild/protobuf/dist/cjs/to-json.js +0 -391
  240. package/node_modules/@bufbuild/protobuf/dist/cjs/types.d.ts +0 -128
  241. package/node_modules/@bufbuild/protobuf/dist/cjs/types.js +0 -15
  242. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.d.ts +0 -23
  243. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/base64-encoding.js +0 -156
  244. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.d.ts +0 -266
  245. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/binary-encoding.js +0 -525
  246. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.d.ts +0 -5
  247. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/index.js +0 -34
  248. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.d.ts +0 -51
  249. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/size-delimited.js +0 -153
  250. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.d.ts +0 -28
  251. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-encoding.js +0 -61
  252. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.d.ts +0 -13
  253. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/text-format.js +0 -199
  254. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.d.ts +0 -70
  255. package/node_modules/@bufbuild/protobuf/dist/cjs/wire/varint.js +0 -322
  256. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.d.ts +0 -38
  257. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/any.js +0 -75
  258. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.d.ts +0 -9
  259. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/duration.js +0 -39
  260. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.d.ts +0 -238
  261. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/any_pb.js +0 -27
  262. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.d.ts +0 -537
  263. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/api_pb.js +0 -39
  264. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts +0 -490
  265. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/compiler/plugin_pb.js +0 -68
  266. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.d.ts +0 -91
  267. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/cpp_features_pb.js +0 -60
  268. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.d.ts +0 -4143
  269. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/descriptor_pb.js +0 -892
  270. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.d.ts +0 -161
  271. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/duration_pb.js +0 -27
  272. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.d.ts +0 -39
  273. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/empty_pb.js +0 -27
  274. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.d.ts +0 -424
  275. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/field_mask_pb.js +0 -27
  276. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.d.ts +0 -189
  277. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/go_features_pb.js +0 -126
  278. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.d.ts +0 -194
  279. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/java_features_pb.js +0 -106
  280. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.d.ts +0 -43
  281. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/source_context_pb.js +0 -27
  282. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.d.ts +0 -195
  283. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/struct_pb.js +0 -59
  284. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.d.ts +0 -222
  285. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/timestamp_pb.js +0 -27
  286. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.d.ts +0 -722
  287. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/type_pb.js +0 -242
  288. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.d.ts +0 -330
  289. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/gen/google/protobuf/wrappers_pb.js +0 -67
  290. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.d.ts +0 -19
  291. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/index.js +0 -48
  292. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.d.ts +0 -21
  293. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/timestamp.js +0 -57
  294. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.d.ts +0 -25
  295. package/node_modules/@bufbuild/protobuf/dist/cjs/wkt/wrappers.js +0 -66
  296. package/node_modules/@bufbuild/protobuf/dist/esm/clone.d.ts +0 -6
  297. package/node_modules/@bufbuild/protobuf/dist/esm/clone.js +0 -63
  298. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.d.ts +0 -10
  299. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/enum.js +0 -26
  300. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.d.ts +0 -9
  301. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.js +0 -25
  302. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.d.ts +0 -1
  303. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/file.js +0 -14
  304. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.d.ts +0 -10
  305. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/index.js +0 -23
  306. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.d.ts +0 -10
  307. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/message.js +0 -21
  308. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.d.ts +0 -8
  309. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/service.js +0 -24
  310. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.d.ts +0 -135
  311. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/symbols.js +0 -40
  312. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.d.ts +0 -75
  313. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv1/types.js +0 -21
  314. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.d.ts +0 -63
  315. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/boot.js +0 -101
  316. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.d.ts +0 -43
  317. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/embed.js +0 -239
  318. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.d.ts +0 -18
  319. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/enum.js +0 -36
  320. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.d.ts +0 -9
  321. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/extension.js +0 -25
  322. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.d.ts +0 -7
  323. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/file.js +0 -32
  324. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.d.ts +0 -10
  325. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/index.js +0 -23
  326. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.d.ts +0 -15
  327. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/message.js +0 -21
  328. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.d.ts +0 -5
  329. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/restore-json-names.js +0 -26
  330. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.d.ts +0 -9
  331. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/scalar.js +0 -63
  332. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.d.ts +0 -8
  333. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/service.js +0 -24
  334. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.d.ts +0 -135
  335. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/symbols.js +0 -69
  336. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.d.ts +0 -81
  337. package/node_modules/@bufbuild/protobuf/dist/esm/codegenv2/types.js +0 -21
  338. package/node_modules/@bufbuild/protobuf/dist/esm/create.d.ts +0 -9
  339. package/node_modules/@bufbuild/protobuf/dist/esm/create.js +0 -256
  340. package/node_modules/@bufbuild/protobuf/dist/esm/descriptors.d.ts +0 -634
  341. package/node_modules/@bufbuild/protobuf/dist/esm/descriptors.js +0 -50
  342. package/node_modules/@bufbuild/protobuf/dist/esm/equals.d.ts +0 -41
  343. package/node_modules/@bufbuild/protobuf/dist/esm/equals.js +0 -201
  344. package/node_modules/@bufbuild/protobuf/dist/esm/extensions.d.ts +0 -59
  345. package/node_modules/@bufbuild/protobuf/dist/esm/extensions.js +0 -160
  346. package/node_modules/@bufbuild/protobuf/dist/esm/fields.d.ts +0 -23
  347. package/node_modules/@bufbuild/protobuf/dist/esm/fields.js +0 -41
  348. package/node_modules/@bufbuild/protobuf/dist/esm/from-binary.d.ts +0 -34
  349. package/node_modules/@bufbuild/protobuf/dist/esm/from-binary.js +0 -236
  350. package/node_modules/@bufbuild/protobuf/dist/esm/from-json.d.ts +0 -56
  351. package/node_modules/@bufbuild/protobuf/dist/esm/from-json.js +0 -611
  352. package/node_modules/@bufbuild/protobuf/dist/esm/index.d.ts +0 -18
  353. package/node_modules/@bufbuild/protobuf/dist/esm/index.js +0 -28
  354. package/node_modules/@bufbuild/protobuf/dist/esm/is-message.d.ts +0 -7
  355. package/node_modules/@bufbuild/protobuf/dist/esm/is-message.js +0 -30
  356. package/node_modules/@bufbuild/protobuf/dist/esm/json-value.d.ts +0 -16
  357. package/node_modules/@bufbuild/protobuf/dist/esm/json-value.js +0 -14
  358. package/node_modules/@bufbuild/protobuf/dist/esm/merge.d.ts +0 -13
  359. package/node_modules/@bufbuild/protobuf/dist/esm/merge.js +0 -67
  360. package/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.d.ts +0 -98
  361. package/node_modules/@bufbuild/protobuf/dist/esm/proto-int64.js +0 -127
  362. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.d.ts +0 -9
  363. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/error.js +0 -31
  364. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.d.ts +0 -20
  365. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/guard.js +0 -71
  366. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.d.ts +0 -8
  367. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/index.js +0 -21
  368. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.d.ts +0 -30
  369. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/names.js +0 -109
  370. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.d.ts +0 -35
  371. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/nested-types.js +0 -105
  372. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.d.ts +0 -107
  373. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/path.js +0 -369
  374. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.d.ts +0 -19
  375. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-check.js +0 -260
  376. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.d.ts +0 -217
  377. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect-types.js +0 -14
  378. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.d.ts +0 -43
  379. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/reflect.js +0 -540
  380. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.d.ts +0 -21
  381. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/scalar.js +0 -97
  382. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.d.ts +0 -39
  383. package/node_modules/@bufbuild/protobuf/dist/esm/reflect/unsafe.js +0 -140
  384. package/node_modules/@bufbuild/protobuf/dist/esm/registry.d.ts +0 -98
  385. package/node_modules/@bufbuild/protobuf/dist/esm/registry.js +0 -939
  386. package/node_modules/@bufbuild/protobuf/dist/esm/to-binary.d.ts +0 -24
  387. package/node_modules/@bufbuild/protobuf/dist/esm/to-binary.js +0 -195
  388. package/node_modules/@bufbuild/protobuf/dist/esm/to-json.d.ts +0 -67
  389. package/node_modules/@bufbuild/protobuf/dist/esm/to-json.js +0 -386
  390. package/node_modules/@bufbuild/protobuf/dist/esm/types.d.ts +0 -128
  391. package/node_modules/@bufbuild/protobuf/dist/esm/types.js +0 -14
  392. package/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.d.ts +0 -23
  393. package/node_modules/@bufbuild/protobuf/dist/esm/wire/base64-encoding.js +0 -152
  394. package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.d.ts +0 -266
  395. package/node_modules/@bufbuild/protobuf/dist/esm/wire/binary-encoding.js +0 -520
  396. package/node_modules/@bufbuild/protobuf/dist/esm/wire/index.d.ts +0 -5
  397. package/node_modules/@bufbuild/protobuf/dist/esm/wire/index.js +0 -18
  398. package/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.d.ts +0 -51
  399. package/node_modules/@bufbuild/protobuf/dist/esm/wire/size-delimited.js +0 -148
  400. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.d.ts +0 -28
  401. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-encoding.js +0 -57
  402. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.d.ts +0 -13
  403. package/node_modules/@bufbuild/protobuf/dist/esm/wire/text-format.js +0 -195
  404. package/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.d.ts +0 -70
  405. package/node_modules/@bufbuild/protobuf/dist/esm/wire/varint.js +0 -313
  406. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.d.ts +0 -38
  407. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/any.js +0 -69
  408. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.d.ts +0 -9
  409. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/duration.js +0 -35
  410. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.d.ts +0 -238
  411. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/any_pb.js +0 -24
  412. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.d.ts +0 -537
  413. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/api_pb.js +0 -36
  414. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.d.ts +0 -490
  415. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/compiler/plugin_pb.js +0 -65
  416. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.d.ts +0 -91
  417. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/cpp_features_pb.js +0 -57
  418. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.d.ts +0 -4143
  419. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/descriptor_pb.js +0 -888
  420. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.d.ts +0 -161
  421. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.js +0 -24
  422. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.d.ts +0 -39
  423. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/empty_pb.js +0 -24
  424. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.d.ts +0 -424
  425. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/field_mask_pb.js +0 -24
  426. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.d.ts +0 -189
  427. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/go_features_pb.js +0 -123
  428. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.d.ts +0 -194
  429. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/java_features_pb.js +0 -103
  430. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.d.ts +0 -43
  431. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/source_context_pb.js +0 -24
  432. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.d.ts +0 -195
  433. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/struct_pb.js +0 -56
  434. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.d.ts +0 -222
  435. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.js +0 -24
  436. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.d.ts +0 -722
  437. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/type_pb.js +0 -239
  438. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.d.ts +0 -330
  439. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/wrappers_pb.js +0 -64
  440. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.d.ts +0 -19
  441. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/index.js +0 -32
  442. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.d.ts +0 -21
  443. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/timestamp.js +0 -50
  444. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.d.ts +0 -25
  445. package/node_modules/@bufbuild/protobuf/dist/esm/wkt/wrappers.js +0 -61
  446. package/node_modules/@bufbuild/protobuf/package.json +0 -68
  447. package/node_modules/@evalops/contracts/README.md +0 -69
  448. package/node_modules/@evalops/tui/README.md +0 -255
  449. package/node_modules/@evalops/tui/dist/testing/index.d.ts +0 -46
  450. package/node_modules/@evalops/tui/dist/testing/index.d.ts.map +0 -1
  451. package/node_modules/@evalops/tui/dist/testing/index.js +0 -46
  452. package/node_modules/@evalops/tui/dist/testing/index.js.map +0 -1
  453. package/node_modules/@evalops/tui/dist/testing/virtual-terminal.d.ts +0 -147
  454. package/node_modules/@evalops/tui/dist/testing/virtual-terminal.d.ts.map +0 -1
  455. package/node_modules/@evalops/tui/dist/testing/virtual-terminal.js +0 -269
  456. package/node_modules/@evalops/tui/dist/testing/virtual-terminal.js.map +0 -1
  457. package/node_modules/@sinclair/typebox/build/cjs/compiler/compiler.d.ts +0 -55
  458. package/node_modules/@sinclair/typebox/build/cjs/compiler/compiler.js +0 -670
  459. package/node_modules/@sinclair/typebox/build/cjs/compiler/index.d.ts +0 -2
  460. package/node_modules/@sinclair/typebox/build/cjs/compiler/index.js +0 -22
  461. package/node_modules/@sinclair/typebox/build/cjs/errors/errors.d.ts +0 -91
  462. package/node_modules/@sinclair/typebox/build/cjs/errors/errors.js +0 -599
  463. package/node_modules/@sinclair/typebox/build/cjs/errors/function.d.ts +0 -21
  464. package/node_modules/@sinclair/typebox/build/cjs/errors/function.js +0 -153
  465. package/node_modules/@sinclair/typebox/build/cjs/errors/index.d.ts +0 -2
  466. package/node_modules/@sinclair/typebox/build/cjs/errors/index.js +0 -19
  467. package/node_modules/@sinclair/typebox/build/cjs/index.d.ts +0 -71
  468. package/node_modules/@sinclair/typebox/build/cjs/index.js +0 -97
  469. package/node_modules/@sinclair/typebox/build/cjs/parser/index.d.ts +0 -2
  470. package/node_modules/@sinclair/typebox/build/cjs/parser/index.js +0 -39
  471. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/guard.d.ts +0 -23
  472. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/guard.js +0 -86
  473. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/index.d.ts +0 -5
  474. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/index.js +0 -45
  475. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/module.d.ts +0 -9
  476. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/module.js +0 -22
  477. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/parse.d.ts +0 -9
  478. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/parse.js +0 -160
  479. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/token.d.ts +0 -8
  480. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/token.js +0 -230
  481. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/types.d.ts +0 -98
  482. package/node_modules/@sinclair/typebox/build/cjs/parser/runtime/types.js +0 -71
  483. package/node_modules/@sinclair/typebox/build/cjs/parser/static/index.d.ts +0 -3
  484. package/node_modules/@sinclair/typebox/build/cjs/parser/static/index.js +0 -43
  485. package/node_modules/@sinclair/typebox/build/cjs/parser/static/parse.d.ts +0 -20
  486. package/node_modules/@sinclair/typebox/build/cjs/parser/static/parse.js +0 -3
  487. package/node_modules/@sinclair/typebox/build/cjs/parser/static/token.d.ts +0 -108
  488. package/node_modules/@sinclair/typebox/build/cjs/parser/static/token.js +0 -3
  489. package/node_modules/@sinclair/typebox/build/cjs/parser/static/types.d.ts +0 -69
  490. package/node_modules/@sinclair/typebox/build/cjs/parser/static/types.js +0 -3
  491. package/node_modules/@sinclair/typebox/build/cjs/syntax/index.d.ts +0 -1
  492. package/node_modules/@sinclair/typebox/build/cjs/syntax/index.js +0 -18
  493. package/node_modules/@sinclair/typebox/build/cjs/syntax/mapping.d.ts +0 -167
  494. package/node_modules/@sinclair/typebox/build/cjs/syntax/mapping.js +0 -491
  495. package/node_modules/@sinclair/typebox/build/cjs/syntax/parser.d.ts +0 -162
  496. package/node_modules/@sinclair/typebox/build/cjs/syntax/parser.js +0 -191
  497. package/node_modules/@sinclair/typebox/build/cjs/syntax/syntax.d.ts +0 -12
  498. package/node_modules/@sinclair/typebox/build/cjs/syntax/syntax.js +0 -54
  499. package/node_modules/@sinclair/typebox/build/cjs/system/index.d.ts +0 -2
  500. package/node_modules/@sinclair/typebox/build/cjs/system/index.js +0 -19
  501. package/node_modules/@sinclair/typebox/build/cjs/system/policy.d.ts +0 -29
  502. package/node_modules/@sinclair/typebox/build/cjs/system/policy.js +0 -58
  503. package/node_modules/@sinclair/typebox/build/cjs/system/system.d.ts +0 -16
  504. package/node_modules/@sinclair/typebox/build/cjs/system/system.js +0 -43
  505. package/node_modules/@sinclair/typebox/build/cjs/type/any/any.d.ts +0 -8
  506. package/node_modules/@sinclair/typebox/build/cjs/type/any/any.js +0 -10
  507. package/node_modules/@sinclair/typebox/build/cjs/type/any/index.d.ts +0 -1
  508. package/node_modules/@sinclair/typebox/build/cjs/type/any/index.js +0 -18
  509. package/node_modules/@sinclair/typebox/build/cjs/type/argument/argument.d.ts +0 -9
  510. package/node_modules/@sinclair/typebox/build/cjs/type/argument/argument.js +0 -10
  511. package/node_modules/@sinclair/typebox/build/cjs/type/argument/index.d.ts +0 -1
  512. package/node_modules/@sinclair/typebox/build/cjs/type/argument/index.js +0 -18
  513. package/node_modules/@sinclair/typebox/build/cjs/type/array/array.d.ts +0 -28
  514. package/node_modules/@sinclair/typebox/build/cjs/type/array/array.js +0 -10
  515. package/node_modules/@sinclair/typebox/build/cjs/type/array/index.d.ts +0 -1
  516. package/node_modules/@sinclair/typebox/build/cjs/type/array/index.js +0 -18
  517. package/node_modules/@sinclair/typebox/build/cjs/type/async-iterator/async-iterator.d.ts +0 -11
  518. package/node_modules/@sinclair/typebox/build/cjs/type/async-iterator/async-iterator.js +0 -10
  519. package/node_modules/@sinclair/typebox/build/cjs/type/async-iterator/index.d.ts +0 -1
  520. package/node_modules/@sinclair/typebox/build/cjs/type/async-iterator/index.js +0 -18
  521. package/node_modules/@sinclair/typebox/build/cjs/type/awaited/awaited.d.ts +0 -14
  522. package/node_modules/@sinclair/typebox/build/cjs/type/awaited/awaited.js +0 -41
  523. package/node_modules/@sinclair/typebox/build/cjs/type/awaited/index.d.ts +0 -1
  524. package/node_modules/@sinclair/typebox/build/cjs/type/awaited/index.js +0 -18
  525. package/node_modules/@sinclair/typebox/build/cjs/type/bigint/bigint.d.ts +0 -16
  526. package/node_modules/@sinclair/typebox/build/cjs/type/bigint/bigint.js +0 -10
  527. package/node_modules/@sinclair/typebox/build/cjs/type/bigint/index.d.ts +0 -1
  528. package/node_modules/@sinclair/typebox/build/cjs/type/bigint/index.js +0 -18
  529. package/node_modules/@sinclair/typebox/build/cjs/type/boolean/boolean.d.ts +0 -9
  530. package/node_modules/@sinclair/typebox/build/cjs/type/boolean/boolean.js +0 -10
  531. package/node_modules/@sinclair/typebox/build/cjs/type/boolean/index.d.ts +0 -1
  532. package/node_modules/@sinclair/typebox/build/cjs/type/boolean/index.js +0 -18
  533. package/node_modules/@sinclair/typebox/build/cjs/type/clone/index.d.ts +0 -2
  534. package/node_modules/@sinclair/typebox/build/cjs/type/clone/index.js +0 -19
  535. package/node_modules/@sinclair/typebox/build/cjs/type/clone/type.d.ts +0 -5
  536. package/node_modules/@sinclair/typebox/build/cjs/type/clone/type.js +0 -14
  537. package/node_modules/@sinclair/typebox/build/cjs/type/clone/value.d.ts +0 -2
  538. package/node_modules/@sinclair/typebox/build/cjs/type/clone/value.js +0 -73
  539. package/node_modules/@sinclair/typebox/build/cjs/type/composite/composite.d.ts +0 -18
  540. package/node_modules/@sinclair/typebox/build/cjs/type/composite/composite.js +0 -46
  541. package/node_modules/@sinclair/typebox/build/cjs/type/composite/index.d.ts +0 -1
  542. package/node_modules/@sinclair/typebox/build/cjs/type/composite/index.js +0 -18
  543. package/node_modules/@sinclair/typebox/build/cjs/type/computed/computed.d.ts +0 -9
  544. package/node_modules/@sinclair/typebox/build/cjs/type/computed/computed.js +0 -10
  545. package/node_modules/@sinclair/typebox/build/cjs/type/computed/index.d.ts +0 -1
  546. package/node_modules/@sinclair/typebox/build/cjs/type/computed/index.js +0 -18
  547. package/node_modules/@sinclair/typebox/build/cjs/type/const/const.d.ts +0 -27
  548. package/node_modules/@sinclair/typebox/build/cjs/type/const/const.js +0 -58
  549. package/node_modules/@sinclair/typebox/build/cjs/type/const/index.d.ts +0 -1
  550. package/node_modules/@sinclair/typebox/build/cjs/type/const/index.js +0 -18
  551. package/node_modules/@sinclair/typebox/build/cjs/type/constructor/constructor.d.ts +0 -23
  552. package/node_modules/@sinclair/typebox/build/cjs/type/constructor/constructor.js +0 -10
  553. package/node_modules/@sinclair/typebox/build/cjs/type/constructor/index.d.ts +0 -1
  554. package/node_modules/@sinclair/typebox/build/cjs/type/constructor/index.js +0 -18
  555. package/node_modules/@sinclair/typebox/build/cjs/type/constructor-parameters/constructor-parameters.d.ts +0 -7
  556. package/node_modules/@sinclair/typebox/build/cjs/type/constructor-parameters/constructor-parameters.js +0 -44
  557. package/node_modules/@sinclair/typebox/build/cjs/type/constructor-parameters/index.d.ts +0 -1
  558. package/node_modules/@sinclair/typebox/build/cjs/type/constructor-parameters/index.js +0 -18
  559. package/node_modules/@sinclair/typebox/build/cjs/type/create/immutable.d.ts +0 -2
  560. package/node_modules/@sinclair/typebox/build/cjs/type/create/immutable.js +0 -70
  561. package/node_modules/@sinclair/typebox/build/cjs/type/create/index.d.ts +0 -1
  562. package/node_modules/@sinclair/typebox/build/cjs/type/create/index.js +0 -18
  563. package/node_modules/@sinclair/typebox/build/cjs/type/create/type.d.ts +0 -3
  564. package/node_modules/@sinclair/typebox/build/cjs/type/create/type.js +0 -19
  565. package/node_modules/@sinclair/typebox/build/cjs/type/date/date.d.ts +0 -21
  566. package/node_modules/@sinclair/typebox/build/cjs/type/date/date.js +0 -10
  567. package/node_modules/@sinclair/typebox/build/cjs/type/date/index.d.ts +0 -1
  568. package/node_modules/@sinclair/typebox/build/cjs/type/date/index.js +0 -18
  569. package/node_modules/@sinclair/typebox/build/cjs/type/discard/discard.d.ts +0 -2
  570. package/node_modules/@sinclair/typebox/build/cjs/type/discard/discard.js +0 -12
  571. package/node_modules/@sinclair/typebox/build/cjs/type/discard/index.d.ts +0 -1
  572. package/node_modules/@sinclair/typebox/build/cjs/type/discard/index.js +0 -18
  573. package/node_modules/@sinclair/typebox/build/cjs/type/enum/enum.d.ts +0 -14
  574. package/node_modules/@sinclair/typebox/build/cjs/type/enum/enum.js +0 -22
  575. package/node_modules/@sinclair/typebox/build/cjs/type/enum/index.d.ts +0 -1
  576. package/node_modules/@sinclair/typebox/build/cjs/type/enum/index.js +0 -18
  577. package/node_modules/@sinclair/typebox/build/cjs/type/error/error.d.ts +0 -4
  578. package/node_modules/@sinclair/typebox/build/cjs/type/error/error.js +0 -11
  579. package/node_modules/@sinclair/typebox/build/cjs/type/error/index.d.ts +0 -1
  580. package/node_modules/@sinclair/typebox/build/cjs/type/error/index.js +0 -18
  581. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude-from-mapped-result.d.ts +0 -11
  582. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude-from-mapped-result.js +0 -22
  583. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude-from-template-literal.d.ts +0 -5
  584. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude-from-template-literal.js +0 -9
  585. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude.d.ts +0 -21
  586. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/exclude.js +0 -29
  587. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/index.d.ts +0 -3
  588. package/node_modules/@sinclair/typebox/build/cjs/type/exclude/index.js +0 -20
  589. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-check.d.ts +0 -10
  590. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-check.js +0 -641
  591. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-from-mapped-key.d.ts +0 -14
  592. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-from-mapped-key.js +0 -29
  593. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-from-mapped-result.d.ts +0 -11
  594. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-from-mapped-result.js +0 -23
  595. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-undefined.d.ts +0 -3
  596. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends-undefined.js +0 -24
  597. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends.d.ts +0 -16
  598. package/node_modules/@sinclair/typebox/build/cjs/type/extends/extends.js +0 -27
  599. package/node_modules/@sinclair/typebox/build/cjs/type/extends/index.d.ts +0 -5
  600. package/node_modules/@sinclair/typebox/build/cjs/type/extends/index.js +0 -22
  601. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract-from-mapped-result.d.ts +0 -11
  602. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract-from-mapped-result.js +0 -22
  603. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract-from-template-literal.d.ts +0 -5
  604. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract-from-template-literal.js +0 -9
  605. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract.d.ts +0 -21
  606. package/node_modules/@sinclair/typebox/build/cjs/type/extract/extract.js +0 -29
  607. package/node_modules/@sinclair/typebox/build/cjs/type/extract/index.d.ts +0 -3
  608. package/node_modules/@sinclair/typebox/build/cjs/type/extract/index.js +0 -20
  609. package/node_modules/@sinclair/typebox/build/cjs/type/function/function.d.ts +0 -23
  610. package/node_modules/@sinclair/typebox/build/cjs/type/function/function.js +0 -10
  611. package/node_modules/@sinclair/typebox/build/cjs/type/function/index.d.ts +0 -1
  612. package/node_modules/@sinclair/typebox/build/cjs/type/function/index.js +0 -18
  613. package/node_modules/@sinclair/typebox/build/cjs/type/guard/index.d.ts +0 -3
  614. package/node_modules/@sinclair/typebox/build/cjs/type/guard/index.js +0 -40
  615. package/node_modules/@sinclair/typebox/build/cjs/type/guard/kind.d.ts +0 -147
  616. package/node_modules/@sinclair/typebox/build/cjs/type/guard/kind.js +0 -320
  617. package/node_modules/@sinclair/typebox/build/cjs/type/guard/type.d.ts +0 -152
  618. package/node_modules/@sinclair/typebox/build/cjs/type/guard/type.js +0 -597
  619. package/node_modules/@sinclair/typebox/build/cjs/type/guard/value.d.ts +0 -34
  620. package/node_modules/@sinclair/typebox/build/cjs/type/guard/value.js +0 -89
  621. package/node_modules/@sinclair/typebox/build/cjs/type/helpers/helpers.d.ts +0 -42
  622. package/node_modules/@sinclair/typebox/build/cjs/type/helpers/helpers.js +0 -8
  623. package/node_modules/@sinclair/typebox/build/cjs/type/helpers/index.d.ts +0 -1
  624. package/node_modules/@sinclair/typebox/build/cjs/type/helpers/index.js +0 -18
  625. package/node_modules/@sinclair/typebox/build/cjs/type/index.d.ts +0 -71
  626. package/node_modules/@sinclair/typebox/build/cjs/type/index.js +0 -88
  627. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/index.d.ts +0 -4
  628. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/index.js +0 -21
  629. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-from-mapped-key.d.ts +0 -13
  630. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-from-mapped-key.js +0 -26
  631. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-from-mapped-result.d.ts +0 -12
  632. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-from-mapped-result.js +0 -24
  633. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-property-keys.d.ts +0 -14
  634. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed-property-keys.js +0 -36
  635. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed.d.ts +0 -52
  636. package/node_modules/@sinclair/typebox/build/cjs/type/indexed/indexed.js +0 -98
  637. package/node_modules/@sinclair/typebox/build/cjs/type/instance-type/index.d.ts +0 -1
  638. package/node_modules/@sinclair/typebox/build/cjs/type/instance-type/index.js +0 -18
  639. package/node_modules/@sinclair/typebox/build/cjs/type/instance-type/instance-type.d.ts +0 -6
  640. package/node_modules/@sinclair/typebox/build/cjs/type/instance-type/instance-type.js +0 -44
  641. package/node_modules/@sinclair/typebox/build/cjs/type/instantiate/index.d.ts +0 -1
  642. package/node_modules/@sinclair/typebox/build/cjs/type/instantiate/index.js +0 -18
  643. package/node_modules/@sinclair/typebox/build/cjs/type/instantiate/instantiate.d.ts +0 -50
  644. package/node_modules/@sinclair/typebox/build/cjs/type/instantiate/instantiate.js +0 -153
  645. package/node_modules/@sinclair/typebox/build/cjs/type/integer/index.d.ts +0 -1
  646. package/node_modules/@sinclair/typebox/build/cjs/type/integer/index.js +0 -18
  647. package/node_modules/@sinclair/typebox/build/cjs/type/integer/integer.d.ts +0 -16
  648. package/node_modules/@sinclair/typebox/build/cjs/type/integer/integer.js +0 -10
  649. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/index.d.ts +0 -3
  650. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/index.js +0 -20
  651. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-create.d.ts +0 -3
  652. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-create.js +0 -23
  653. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-evaluated.d.ts +0 -13
  654. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-evaluated.js +0 -42
  655. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-type.d.ts +0 -15
  656. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect-type.js +0 -4
  657. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect.d.ts +0 -6
  658. package/node_modules/@sinclair/typebox/build/cjs/type/intersect/intersect.js +0 -21
  659. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/capitalize.d.ts +0 -5
  660. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/capitalize.js +0 -9
  661. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/index.d.ts +0 -6
  662. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/index.js +0 -23
  663. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/intrinsic-from-mapped-key.d.ts +0 -14
  664. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/intrinsic-from-mapped-key.js +0 -30
  665. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/intrinsic.d.ts +0 -16
  666. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/intrinsic.js +0 -68
  667. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/lowercase.d.ts +0 -5
  668. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/lowercase.js +0 -9
  669. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/uncapitalize.d.ts +0 -5
  670. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/uncapitalize.js +0 -9
  671. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/uppercase.d.ts +0 -5
  672. package/node_modules/@sinclair/typebox/build/cjs/type/intrinsic/uppercase.js +0 -9
  673. package/node_modules/@sinclair/typebox/build/cjs/type/iterator/index.d.ts +0 -1
  674. package/node_modules/@sinclair/typebox/build/cjs/type/iterator/index.js +0 -18
  675. package/node_modules/@sinclair/typebox/build/cjs/type/iterator/iterator.d.ts +0 -11
  676. package/node_modules/@sinclair/typebox/build/cjs/type/iterator/iterator.js +0 -10
  677. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/index.d.ts +0 -4
  678. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/index.js +0 -21
  679. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-from-mapped-result.d.ts +0 -12
  680. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-from-mapped-result.js +0 -23
  681. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-property-entries.d.ts +0 -7
  682. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-property-entries.js +0 -16
  683. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-property-keys.d.ts +0 -24
  684. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof-property-keys.js +0 -78
  685. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof.d.ts +0 -21
  686. package/node_modules/@sinclair/typebox/build/cjs/type/keyof/keyof.js +0 -40
  687. package/node_modules/@sinclair/typebox/build/cjs/type/literal/index.d.ts +0 -1
  688. package/node_modules/@sinclair/typebox/build/cjs/type/literal/index.js +0 -18
  689. package/node_modules/@sinclair/typebox/build/cjs/type/literal/literal.d.ts +0 -10
  690. package/node_modules/@sinclair/typebox/build/cjs/type/literal/literal.js +0 -14
  691. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/index.d.ts +0 -3
  692. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/index.js +0 -20
  693. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped-key.d.ts +0 -8
  694. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped-key.js +0 -13
  695. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped-result.d.ts +0 -9
  696. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped-result.js +0 -13
  697. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped.d.ts +0 -47
  698. package/node_modules/@sinclair/typebox/build/cjs/type/mapped/mapped.js +0 -107
  699. package/node_modules/@sinclair/typebox/build/cjs/type/module/compute.d.ts +0 -59
  700. package/node_modules/@sinclair/typebox/build/cjs/type/module/compute.js +0 -205
  701. package/node_modules/@sinclair/typebox/build/cjs/type/module/index.d.ts +0 -1
  702. package/node_modules/@sinclair/typebox/build/cjs/type/module/index.js +0 -18
  703. package/node_modules/@sinclair/typebox/build/cjs/type/module/infer.d.ts +0 -49
  704. package/node_modules/@sinclair/typebox/build/cjs/type/module/infer.js +0 -3
  705. package/node_modules/@sinclair/typebox/build/cjs/type/module/module.d.ts +0 -27
  706. package/node_modules/@sinclair/typebox/build/cjs/type/module/module.js +0 -38
  707. package/node_modules/@sinclair/typebox/build/cjs/type/never/index.d.ts +0 -1
  708. package/node_modules/@sinclair/typebox/build/cjs/type/never/index.js +0 -18
  709. package/node_modules/@sinclair/typebox/build/cjs/type/never/never.d.ts +0 -9
  710. package/node_modules/@sinclair/typebox/build/cjs/type/never/never.js +0 -10
  711. package/node_modules/@sinclair/typebox/build/cjs/type/not/index.d.ts +0 -1
  712. package/node_modules/@sinclair/typebox/build/cjs/type/not/index.js +0 -18
  713. package/node_modules/@sinclair/typebox/build/cjs/type/not/not.d.ts +0 -10
  714. package/node_modules/@sinclair/typebox/build/cjs/type/not/not.js +0 -10
  715. package/node_modules/@sinclair/typebox/build/cjs/type/null/index.d.ts +0 -1
  716. package/node_modules/@sinclair/typebox/build/cjs/type/null/index.js +0 -18
  717. package/node_modules/@sinclair/typebox/build/cjs/type/null/null.d.ts +0 -9
  718. package/node_modules/@sinclair/typebox/build/cjs/type/null/null.js +0 -10
  719. package/node_modules/@sinclair/typebox/build/cjs/type/number/index.d.ts +0 -1
  720. package/node_modules/@sinclair/typebox/build/cjs/type/number/index.js +0 -18
  721. package/node_modules/@sinclair/typebox/build/cjs/type/number/number.d.ts +0 -16
  722. package/node_modules/@sinclair/typebox/build/cjs/type/number/number.js +0 -10
  723. package/node_modules/@sinclair/typebox/build/cjs/type/object/index.d.ts +0 -1
  724. package/node_modules/@sinclair/typebox/build/cjs/type/object/index.js +0 -18
  725. package/node_modules/@sinclair/typebox/build/cjs/type/object/object.d.ts +0 -51
  726. package/node_modules/@sinclair/typebox/build/cjs/type/object/object.js +0 -22
  727. package/node_modules/@sinclair/typebox/build/cjs/type/omit/index.d.ts +0 -3
  728. package/node_modules/@sinclair/typebox/build/cjs/type/omit/index.js +0 -20
  729. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit-from-mapped-key.d.ts +0 -12
  730. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit-from-mapped-key.js +0 -26
  731. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit-from-mapped-result.d.ts +0 -12
  732. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit-from-mapped-result.js +0 -23
  733. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit.d.ts +0 -36
  734. package/node_modules/@sinclair/typebox/build/cjs/type/omit/omit.js +0 -75
  735. package/node_modules/@sinclair/typebox/build/cjs/type/optional/index.d.ts +0 -2
  736. package/node_modules/@sinclair/typebox/build/cjs/type/optional/index.js +0 -19
  737. package/node_modules/@sinclair/typebox/build/cjs/type/optional/optional-from-mapped-result.d.ts +0 -10
  738. package/node_modules/@sinclair/typebox/build/cjs/type/optional/optional-from-mapped-result.js +0 -22
  739. package/node_modules/@sinclair/typebox/build/cjs/type/optional/optional.d.ts +0 -20
  740. package/node_modules/@sinclair/typebox/build/cjs/type/optional/optional.js +0 -26
  741. package/node_modules/@sinclair/typebox/build/cjs/type/parameters/index.d.ts +0 -1
  742. package/node_modules/@sinclair/typebox/build/cjs/type/parameters/index.js +0 -18
  743. package/node_modules/@sinclair/typebox/build/cjs/type/parameters/parameters.d.ts +0 -7
  744. package/node_modules/@sinclair/typebox/build/cjs/type/parameters/parameters.js +0 -44
  745. package/node_modules/@sinclair/typebox/build/cjs/type/partial/index.d.ts +0 -2
  746. package/node_modules/@sinclair/typebox/build/cjs/type/partial/index.js +0 -19
  747. package/node_modules/@sinclair/typebox/build/cjs/type/partial/partial-from-mapped-result.d.ts +0 -12
  748. package/node_modules/@sinclair/typebox/build/cjs/type/partial/partial-from-mapped-result.js +0 -23
  749. package/node_modules/@sinclair/typebox/build/cjs/type/partial/partial.d.ts +0 -35
  750. package/node_modules/@sinclair/typebox/build/cjs/type/partial/partial.js +0 -111
  751. package/node_modules/@sinclair/typebox/build/cjs/type/patterns/index.d.ts +0 -1
  752. package/node_modules/@sinclair/typebox/build/cjs/type/patterns/index.js +0 -18
  753. package/node_modules/@sinclair/typebox/build/cjs/type/patterns/patterns.d.ts +0 -8
  754. package/node_modules/@sinclair/typebox/build/cjs/type/patterns/patterns.js +0 -12
  755. package/node_modules/@sinclair/typebox/build/cjs/type/pick/index.d.ts +0 -3
  756. package/node_modules/@sinclair/typebox/build/cjs/type/pick/index.js +0 -20
  757. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick-from-mapped-key.d.ts +0 -12
  758. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick-from-mapped-key.js +0 -28
  759. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick-from-mapped-result.d.ts +0 -12
  760. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick-from-mapped-result.js +0 -23
  761. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick.d.ts +0 -36
  762. package/node_modules/@sinclair/typebox/build/cjs/type/pick/pick.js +0 -70
  763. package/node_modules/@sinclair/typebox/build/cjs/type/promise/index.d.ts +0 -1
  764. package/node_modules/@sinclair/typebox/build/cjs/type/promise/index.js +0 -18
  765. package/node_modules/@sinclair/typebox/build/cjs/type/promise/promise.d.ts +0 -11
  766. package/node_modules/@sinclair/typebox/build/cjs/type/promise/promise.js +0 -10
  767. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/index.d.ts +0 -2
  768. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/index.js +0 -19
  769. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/readonly-from-mapped-result.d.ts +0 -10
  770. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/readonly-from-mapped-result.js +0 -22
  771. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/readonly.d.ts +0 -20
  772. package/node_modules/@sinclair/typebox/build/cjs/type/readonly/readonly.js +0 -26
  773. package/node_modules/@sinclair/typebox/build/cjs/type/readonly-optional/index.d.ts +0 -1
  774. package/node_modules/@sinclair/typebox/build/cjs/type/readonly-optional/index.js +0 -18
  775. package/node_modules/@sinclair/typebox/build/cjs/type/readonly-optional/readonly-optional.d.ts +0 -6
  776. package/node_modules/@sinclair/typebox/build/cjs/type/readonly-optional/readonly-optional.js +0 -10
  777. package/node_modules/@sinclair/typebox/build/cjs/type/record/index.d.ts +0 -1
  778. package/node_modules/@sinclair/typebox/build/cjs/type/record/index.js +0 -18
  779. package/node_modules/@sinclair/typebox/build/cjs/type/record/record.d.ts +0 -71
  780. package/node_modules/@sinclair/typebox/build/cjs/type/record/record.js +0 -123
  781. package/node_modules/@sinclair/typebox/build/cjs/type/recursive/index.d.ts +0 -1
  782. package/node_modules/@sinclair/typebox/build/cjs/type/recursive/index.js +0 -18
  783. package/node_modules/@sinclair/typebox/build/cjs/type/recursive/recursive.d.ts +0 -16
  784. package/node_modules/@sinclair/typebox/build/cjs/type/recursive/recursive.js +0 -19
  785. package/node_modules/@sinclair/typebox/build/cjs/type/ref/index.d.ts +0 -1
  786. package/node_modules/@sinclair/typebox/build/cjs/type/ref/index.js +0 -18
  787. package/node_modules/@sinclair/typebox/build/cjs/type/ref/ref.d.ts +0 -41
  788. package/node_modules/@sinclair/typebox/build/cjs/type/ref/ref.js +0 -14
  789. package/node_modules/@sinclair/typebox/build/cjs/type/regexp/index.d.ts +0 -1
  790. package/node_modules/@sinclair/typebox/build/cjs/type/regexp/index.js +0 -18
  791. package/node_modules/@sinclair/typebox/build/cjs/type/regexp/regexp.d.ts +0 -20
  792. package/node_modules/@sinclair/typebox/build/cjs/type/regexp/regexp.js +0 -12
  793. package/node_modules/@sinclair/typebox/build/cjs/type/registry/format.d.ts +0 -13
  794. package/node_modules/@sinclair/typebox/build/cjs/type/registry/format.js +0 -35
  795. package/node_modules/@sinclair/typebox/build/cjs/type/registry/index.d.ts +0 -2
  796. package/node_modules/@sinclair/typebox/build/cjs/type/registry/index.js +0 -39
  797. package/node_modules/@sinclair/typebox/build/cjs/type/registry/type.d.ts +0 -13
  798. package/node_modules/@sinclair/typebox/build/cjs/type/registry/type.js +0 -35
  799. package/node_modules/@sinclair/typebox/build/cjs/type/required/index.d.ts +0 -2
  800. package/node_modules/@sinclair/typebox/build/cjs/type/required/index.js +0 -19
  801. package/node_modules/@sinclair/typebox/build/cjs/type/required/required-from-mapped-result.d.ts +0 -12
  802. package/node_modules/@sinclair/typebox/build/cjs/type/required/required-from-mapped-result.js +0 -22
  803. package/node_modules/@sinclair/typebox/build/cjs/type/required/required.d.ts +0 -35
  804. package/node_modules/@sinclair/typebox/build/cjs/type/required/required.js +0 -110
  805. package/node_modules/@sinclair/typebox/build/cjs/type/rest/index.d.ts +0 -1
  806. package/node_modules/@sinclair/typebox/build/cjs/type/rest/index.js +0 -18
  807. package/node_modules/@sinclair/typebox/build/cjs/type/rest/rest.d.ts +0 -10
  808. package/node_modules/@sinclair/typebox/build/cjs/type/rest/rest.js +0 -19
  809. package/node_modules/@sinclair/typebox/build/cjs/type/return-type/index.d.ts +0 -1
  810. package/node_modules/@sinclair/typebox/build/cjs/type/return-type/index.js +0 -18
  811. package/node_modules/@sinclair/typebox/build/cjs/type/return-type/return-type.d.ts +0 -6
  812. package/node_modules/@sinclair/typebox/build/cjs/type/return-type/return-type.js +0 -44
  813. package/node_modules/@sinclair/typebox/build/cjs/type/schema/anyschema.d.ts +0 -33
  814. package/node_modules/@sinclair/typebox/build/cjs/type/schema/anyschema.js +0 -3
  815. package/node_modules/@sinclair/typebox/build/cjs/type/schema/index.d.ts +0 -2
  816. package/node_modules/@sinclair/typebox/build/cjs/type/schema/index.js +0 -19
  817. package/node_modules/@sinclair/typebox/build/cjs/type/schema/schema.d.ts +0 -29
  818. package/node_modules/@sinclair/typebox/build/cjs/type/schema/schema.js +0 -4
  819. package/node_modules/@sinclair/typebox/build/cjs/type/sets/index.d.ts +0 -1
  820. package/node_modules/@sinclair/typebox/build/cjs/type/sets/index.js +0 -18
  821. package/node_modules/@sinclair/typebox/build/cjs/type/sets/set.d.ts +0 -28
  822. package/node_modules/@sinclair/typebox/build/cjs/type/sets/set.js +0 -59
  823. package/node_modules/@sinclair/typebox/build/cjs/type/static/index.d.ts +0 -1
  824. package/node_modules/@sinclair/typebox/build/cjs/type/static/index.js +0 -18
  825. package/node_modules/@sinclair/typebox/build/cjs/type/static/static.d.ts +0 -39
  826. package/node_modules/@sinclair/typebox/build/cjs/type/static/static.js +0 -3
  827. package/node_modules/@sinclair/typebox/build/cjs/type/string/index.d.ts +0 -1
  828. package/node_modules/@sinclair/typebox/build/cjs/type/string/index.js +0 -18
  829. package/node_modules/@sinclair/typebox/build/cjs/type/string/string.d.ts +0 -25
  830. package/node_modules/@sinclair/typebox/build/cjs/type/string/string.js +0 -10
  831. package/node_modules/@sinclair/typebox/build/cjs/type/symbol/index.d.ts +0 -1
  832. package/node_modules/@sinclair/typebox/build/cjs/type/symbol/index.js +0 -18
  833. package/node_modules/@sinclair/typebox/build/cjs/type/symbol/symbol.d.ts +0 -10
  834. package/node_modules/@sinclair/typebox/build/cjs/type/symbol/symbol.js +0 -10
  835. package/node_modules/@sinclair/typebox/build/cjs/type/symbols/index.d.ts +0 -1
  836. package/node_modules/@sinclair/typebox/build/cjs/type/symbols/index.js +0 -18
  837. package/node_modules/@sinclair/typebox/build/cjs/type/symbols/symbols.d.ts +0 -10
  838. package/node_modules/@sinclair/typebox/build/cjs/type/symbols/symbols.js +0 -14
  839. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/finite.d.ts +0 -19
  840. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/finite.js +0 -56
  841. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/generate.d.ts +0 -21
  842. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/generate.js +0 -60
  843. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/index.d.ts +0 -7
  844. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/index.js +0 -24
  845. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/parse.d.ts +0 -20
  846. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/parse.js +0 -174
  847. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/pattern.d.ts +0 -5
  848. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/pattern.js +0 -39
  849. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/syntax.d.ts +0 -20
  850. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/syntax.js +0 -59
  851. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/template-literal.d.ts +0 -30
  852. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/template-literal.js +0 -17
  853. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/union.d.ts +0 -9
  854. package/node_modules/@sinclair/typebox/build/cjs/type/template-literal/union.js +0 -13
  855. package/node_modules/@sinclair/typebox/build/cjs/type/transform/index.d.ts +0 -1
  856. package/node_modules/@sinclair/typebox/build/cjs/type/transform/index.js +0 -18
  857. package/node_modules/@sinclair/typebox/build/cjs/type/transform/transform.d.ts +0 -30
  858. package/node_modules/@sinclair/typebox/build/cjs/type/transform/transform.js +0 -47
  859. package/node_modules/@sinclair/typebox/build/cjs/type/tuple/index.d.ts +0 -1
  860. package/node_modules/@sinclair/typebox/build/cjs/type/tuple/index.js +0 -18
  861. package/node_modules/@sinclair/typebox/build/cjs/type/tuple/tuple.d.ts +0 -16
  862. package/node_modules/@sinclair/typebox/build/cjs/type/tuple/tuple.js +0 -13
  863. package/node_modules/@sinclair/typebox/build/cjs/type/type/index.d.ts +0 -6
  864. package/node_modules/@sinclair/typebox/build/cjs/type/type/index.js +0 -51
  865. package/node_modules/@sinclair/typebox/build/cjs/type/type/javascript.d.ts +0 -64
  866. package/node_modules/@sinclair/typebox/build/cjs/type/type/javascript.js +0 -104
  867. package/node_modules/@sinclair/typebox/build/cjs/type/type/json.d.ts +0 -208
  868. package/node_modules/@sinclair/typebox/build/cjs/type/type/json.js +0 -226
  869. package/node_modules/@sinclair/typebox/build/cjs/type/type/type.d.ts +0 -59
  870. package/node_modules/@sinclair/typebox/build/cjs/type/type/type.js +0 -129
  871. package/node_modules/@sinclair/typebox/build/cjs/type/uint8array/index.d.ts +0 -1
  872. package/node_modules/@sinclair/typebox/build/cjs/type/uint8array/index.js +0 -18
  873. package/node_modules/@sinclair/typebox/build/cjs/type/uint8array/uint8array.d.ts +0 -13
  874. package/node_modules/@sinclair/typebox/build/cjs/type/uint8array/uint8array.js +0 -10
  875. package/node_modules/@sinclair/typebox/build/cjs/type/undefined/index.d.ts +0 -1
  876. package/node_modules/@sinclair/typebox/build/cjs/type/undefined/index.js +0 -18
  877. package/node_modules/@sinclair/typebox/build/cjs/type/undefined/undefined.d.ts +0 -9
  878. package/node_modules/@sinclair/typebox/build/cjs/type/undefined/undefined.js +0 -10
  879. package/node_modules/@sinclair/typebox/build/cjs/type/union/index.d.ts +0 -3
  880. package/node_modules/@sinclair/typebox/build/cjs/type/union/index.js +0 -20
  881. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-create.d.ts +0 -3
  882. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-create.js +0 -9
  883. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-evaluated.d.ts +0 -13
  884. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-evaluated.js +0 -40
  885. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-type.d.ts +0 -12
  886. package/node_modules/@sinclair/typebox/build/cjs/type/union/union-type.js +0 -4
  887. package/node_modules/@sinclair/typebox/build/cjs/type/union/union.d.ts +0 -6
  888. package/node_modules/@sinclair/typebox/build/cjs/type/union/union.js +0 -14
  889. package/node_modules/@sinclair/typebox/build/cjs/type/unknown/index.d.ts +0 -1
  890. package/node_modules/@sinclair/typebox/build/cjs/type/unknown/index.js +0 -18
  891. package/node_modules/@sinclair/typebox/build/cjs/type/unknown/unknown.d.ts +0 -8
  892. package/node_modules/@sinclair/typebox/build/cjs/type/unknown/unknown.js +0 -10
  893. package/node_modules/@sinclair/typebox/build/cjs/type/unsafe/index.d.ts +0 -1
  894. package/node_modules/@sinclair/typebox/build/cjs/type/unsafe/index.js +0 -18
  895. package/node_modules/@sinclair/typebox/build/cjs/type/unsafe/unsafe.d.ts +0 -11
  896. package/node_modules/@sinclair/typebox/build/cjs/type/unsafe/unsafe.js +0 -10
  897. package/node_modules/@sinclair/typebox/build/cjs/type/void/index.d.ts +0 -1
  898. package/node_modules/@sinclair/typebox/build/cjs/type/void/index.js +0 -18
  899. package/node_modules/@sinclair/typebox/build/cjs/type/void/void.d.ts +0 -9
  900. package/node_modules/@sinclair/typebox/build/cjs/type/void/void.js +0 -10
  901. package/node_modules/@sinclair/typebox/build/cjs/value/assert/assert.d.ts +0 -15
  902. package/node_modules/@sinclair/typebox/build/cjs/value/assert/assert.js +0 -55
  903. package/node_modules/@sinclair/typebox/build/cjs/value/assert/index.d.ts +0 -1
  904. package/node_modules/@sinclair/typebox/build/cjs/value/assert/index.js +0 -18
  905. package/node_modules/@sinclair/typebox/build/cjs/value/cast/cast.d.ts +0 -11
  906. package/node_modules/@sinclair/typebox/build/cjs/value/cast/cast.js +0 -241
  907. package/node_modules/@sinclair/typebox/build/cjs/value/cast/index.d.ts +0 -1
  908. package/node_modules/@sinclair/typebox/build/cjs/value/cast/index.js +0 -18
  909. package/node_modules/@sinclair/typebox/build/cjs/value/check/check.d.ts +0 -11
  910. package/node_modules/@sinclair/typebox/build/cjs/value/check/check.js +0 -476
  911. package/node_modules/@sinclair/typebox/build/cjs/value/check/index.d.ts +0 -1
  912. package/node_modules/@sinclair/typebox/build/cjs/value/check/index.js +0 -18
  913. package/node_modules/@sinclair/typebox/build/cjs/value/clean/clean.d.ts +0 -5
  914. package/node_modules/@sinclair/typebox/build/cjs/value/clean/clean.js +0 -149
  915. package/node_modules/@sinclair/typebox/build/cjs/value/clean/index.d.ts +0 -1
  916. package/node_modules/@sinclair/typebox/build/cjs/value/clean/index.js +0 -18
  917. package/node_modules/@sinclair/typebox/build/cjs/value/clone/clone.d.ts +0 -2
  918. package/node_modules/@sinclair/typebox/build/cjs/value/clone/clone.js +0 -60
  919. package/node_modules/@sinclair/typebox/build/cjs/value/clone/index.d.ts +0 -1
  920. package/node_modules/@sinclair/typebox/build/cjs/value/clone/index.js +0 -18
  921. package/node_modules/@sinclair/typebox/build/cjs/value/convert/convert.d.ts +0 -5
  922. package/node_modules/@sinclair/typebox/build/cjs/value/convert/convert.js +0 -264
  923. package/node_modules/@sinclair/typebox/build/cjs/value/convert/index.d.ts +0 -1
  924. package/node_modules/@sinclair/typebox/build/cjs/value/convert/index.js +0 -18
  925. package/node_modules/@sinclair/typebox/build/cjs/value/create/create.d.ts +0 -11
  926. package/node_modules/@sinclair/typebox/build/cjs/value/create/create.js +0 -474
  927. package/node_modules/@sinclair/typebox/build/cjs/value/create/index.d.ts +0 -1
  928. package/node_modules/@sinclair/typebox/build/cjs/value/create/index.js +0 -18
  929. package/node_modules/@sinclair/typebox/build/cjs/value/decode/decode.d.ts +0 -6
  930. package/node_modules/@sinclair/typebox/build/cjs/value/decode/decode.js +0 -14
  931. package/node_modules/@sinclair/typebox/build/cjs/value/decode/index.d.ts +0 -1
  932. package/node_modules/@sinclair/typebox/build/cjs/value/decode/index.js +0 -18
  933. package/node_modules/@sinclair/typebox/build/cjs/value/default/default.d.ts +0 -5
  934. package/node_modules/@sinclair/typebox/build/cjs/value/default/default.js +0 -176
  935. package/node_modules/@sinclair/typebox/build/cjs/value/default/index.d.ts +0 -1
  936. package/node_modules/@sinclair/typebox/build/cjs/value/default/index.js +0 -18
  937. package/node_modules/@sinclair/typebox/build/cjs/value/delta/delta.d.ts +0 -32
  938. package/node_modules/@sinclair/typebox/build/cjs/value/delta/delta.js +0 -178
  939. package/node_modules/@sinclair/typebox/build/cjs/value/delta/index.d.ts +0 -1
  940. package/node_modules/@sinclair/typebox/build/cjs/value/delta/index.js +0 -18
  941. package/node_modules/@sinclair/typebox/build/cjs/value/deref/deref.d.ts +0 -12
  942. package/node_modules/@sinclair/typebox/build/cjs/value/deref/deref.js +0 -36
  943. package/node_modules/@sinclair/typebox/build/cjs/value/deref/index.d.ts +0 -1
  944. package/node_modules/@sinclair/typebox/build/cjs/value/deref/index.js +0 -18
  945. package/node_modules/@sinclair/typebox/build/cjs/value/encode/encode.d.ts +0 -6
  946. package/node_modules/@sinclair/typebox/build/cjs/value/encode/encode.js +0 -15
  947. package/node_modules/@sinclair/typebox/build/cjs/value/encode/index.d.ts +0 -1
  948. package/node_modules/@sinclair/typebox/build/cjs/value/encode/index.js +0 -18
  949. package/node_modules/@sinclair/typebox/build/cjs/value/equal/equal.d.ts +0 -2
  950. package/node_modules/@sinclair/typebox/build/cjs/value/equal/equal.js +0 -50
  951. package/node_modules/@sinclair/typebox/build/cjs/value/equal/index.d.ts +0 -1
  952. package/node_modules/@sinclair/typebox/build/cjs/value/equal/index.js +0 -18
  953. package/node_modules/@sinclair/typebox/build/cjs/value/guard/guard.d.ts +0 -74
  954. package/node_modules/@sinclair/typebox/build/cjs/value/guard/guard.js +0 -195
  955. package/node_modules/@sinclair/typebox/build/cjs/value/guard/index.d.ts +0 -1
  956. package/node_modules/@sinclair/typebox/build/cjs/value/guard/index.js +0 -18
  957. package/node_modules/@sinclair/typebox/build/cjs/value/hash/hash.d.ts +0 -7
  958. package/node_modules/@sinclair/typebox/build/cjs/value/hash/hash.js +0 -152
  959. package/node_modules/@sinclair/typebox/build/cjs/value/hash/index.d.ts +0 -1
  960. package/node_modules/@sinclair/typebox/build/cjs/value/hash/index.js +0 -18
  961. package/node_modules/@sinclair/typebox/build/cjs/value/index.d.ts +0 -20
  962. package/node_modules/@sinclair/typebox/build/cjs/value/index.js +0 -53
  963. package/node_modules/@sinclair/typebox/build/cjs/value/mutate/index.d.ts +0 -1
  964. package/node_modules/@sinclair/typebox/build/cjs/value/mutate/index.js +0 -18
  965. package/node_modules/@sinclair/typebox/build/cjs/value/mutate/mutate.d.ts +0 -9
  966. package/node_modules/@sinclair/typebox/build/cjs/value/mutate/mutate.js +0 -104
  967. package/node_modules/@sinclair/typebox/build/cjs/value/parse/index.d.ts +0 -1
  968. package/node_modules/@sinclair/typebox/build/cjs/value/parse/index.js +0 -18
  969. package/node_modules/@sinclair/typebox/build/cjs/value/parse/parse.d.ts +0 -22
  970. package/node_modules/@sinclair/typebox/build/cjs/value/parse/parse.js +0 -87
  971. package/node_modules/@sinclair/typebox/build/cjs/value/pointer/index.d.ts +0 -1
  972. package/node_modules/@sinclair/typebox/build/cjs/value/pointer/index.js +0 -38
  973. package/node_modules/@sinclair/typebox/build/cjs/value/pointer/pointer.d.ts +0 -22
  974. package/node_modules/@sinclair/typebox/build/cjs/value/pointer/pointer.js +0 -126
  975. package/node_modules/@sinclair/typebox/build/cjs/value/transform/decode.d.ts +0 -22
  976. package/node_modules/@sinclair/typebox/build/cjs/value/transform/decode.js +0 -214
  977. package/node_modules/@sinclair/typebox/build/cjs/value/transform/encode.d.ts +0 -23
  978. package/node_modules/@sinclair/typebox/build/cjs/value/transform/encode.js +0 -225
  979. package/node_modules/@sinclair/typebox/build/cjs/value/transform/has.d.ts +0 -3
  980. package/node_modules/@sinclair/typebox/build/cjs/value/transform/has.js +0 -133
  981. package/node_modules/@sinclair/typebox/build/cjs/value/transform/index.d.ts +0 -3
  982. package/node_modules/@sinclair/typebox/build/cjs/value/transform/index.js +0 -20
  983. package/node_modules/@sinclair/typebox/build/cjs/value/value/index.d.ts +0 -1
  984. package/node_modules/@sinclair/typebox/build/cjs/value/value/index.js +0 -38
  985. package/node_modules/@sinclair/typebox/build/cjs/value/value/value.d.ts +0 -16
  986. package/node_modules/@sinclair/typebox/build/cjs/value/value/value.js +0 -39
  987. package/node_modules/@sinclair/typebox/build/esm/compiler/compiler.d.mts +0 -55
  988. package/node_modules/@sinclair/typebox/build/esm/compiler/compiler.mjs +0 -663
  989. package/node_modules/@sinclair/typebox/build/esm/compiler/index.d.mts +0 -2
  990. package/node_modules/@sinclair/typebox/build/esm/compiler/index.mjs +0 -2
  991. package/node_modules/@sinclair/typebox/build/esm/errors/errors.d.mts +0 -91
  992. package/node_modules/@sinclair/typebox/build/esm/errors/errors.mjs +0 -592
  993. package/node_modules/@sinclair/typebox/build/esm/errors/function.d.mts +0 -21
  994. package/node_modules/@sinclair/typebox/build/esm/errors/function.mjs +0 -147
  995. package/node_modules/@sinclair/typebox/build/esm/errors/index.d.mts +0 -2
  996. package/node_modules/@sinclair/typebox/build/esm/errors/index.mjs +0 -2
  997. package/node_modules/@sinclair/typebox/build/esm/index.d.mts +0 -71
  998. package/node_modules/@sinclair/typebox/build/esm/index.mjs +0 -80
  999. package/node_modules/@sinclair/typebox/build/esm/parser/index.d.mts +0 -2
  1000. package/node_modules/@sinclair/typebox/build/esm/parser/index.mjs +0 -2
  1001. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/guard.d.mts +0 -23
  1002. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/guard.mjs +0 -72
  1003. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/index.d.mts +0 -5
  1004. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/index.mjs +0 -5
  1005. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/module.d.mts +0 -9
  1006. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/module.mjs +0 -17
  1007. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/parse.d.mts +0 -9
  1008. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/parse.mjs +0 -123
  1009. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/token.d.mts +0 -8
  1010. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/token.mjs +0 -223
  1011. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/types.d.mts +0 -98
  1012. package/node_modules/@sinclair/typebox/build/esm/parser/runtime/types.mjs +0 -55
  1013. package/node_modules/@sinclair/typebox/build/esm/parser/static/index.d.mts +0 -3
  1014. package/node_modules/@sinclair/typebox/build/esm/parser/static/index.mjs +0 -3
  1015. package/node_modules/@sinclair/typebox/build/esm/parser/static/parse.d.mts +0 -20
  1016. package/node_modules/@sinclair/typebox/build/esm/parser/static/parse.mjs +0 -1
  1017. package/node_modules/@sinclair/typebox/build/esm/parser/static/token.d.mts +0 -108
  1018. package/node_modules/@sinclair/typebox/build/esm/parser/static/token.mjs +0 -1
  1019. package/node_modules/@sinclair/typebox/build/esm/parser/static/types.d.mts +0 -69
  1020. package/node_modules/@sinclair/typebox/build/esm/parser/static/types.mjs +0 -1
  1021. package/node_modules/@sinclair/typebox/build/esm/syntax/index.d.mts +0 -1
  1022. package/node_modules/@sinclair/typebox/build/esm/syntax/index.mjs +0 -1
  1023. package/node_modules/@sinclair/typebox/build/esm/syntax/mapping.d.mts +0 -167
  1024. package/node_modules/@sinclair/typebox/build/esm/syntax/mapping.mjs +0 -386
  1025. package/node_modules/@sinclair/typebox/build/esm/syntax/parser.d.mts +0 -162
  1026. package/node_modules/@sinclair/typebox/build/esm/syntax/parser.mjs +0 -78
  1027. package/node_modules/@sinclair/typebox/build/esm/syntax/syntax.d.mts +0 -12
  1028. package/node_modules/@sinclair/typebox/build/esm/syntax/syntax.mjs +0 -16
  1029. package/node_modules/@sinclair/typebox/build/esm/system/index.d.mts +0 -2
  1030. package/node_modules/@sinclair/typebox/build/esm/system/index.mjs +0 -2
  1031. package/node_modules/@sinclair/typebox/build/esm/system/policy.d.mts +0 -29
  1032. package/node_modules/@sinclair/typebox/build/esm/system/policy.mjs +0 -54
  1033. package/node_modules/@sinclair/typebox/build/esm/system/system.d.mts +0 -16
  1034. package/node_modules/@sinclair/typebox/build/esm/system/system.mjs +0 -37
  1035. package/node_modules/@sinclair/typebox/build/esm/type/any/any.d.mts +0 -8
  1036. package/node_modules/@sinclair/typebox/build/esm/type/any/any.mjs +0 -6
  1037. package/node_modules/@sinclair/typebox/build/esm/type/any/index.d.mts +0 -1
  1038. package/node_modules/@sinclair/typebox/build/esm/type/any/index.mjs +0 -1
  1039. package/node_modules/@sinclair/typebox/build/esm/type/argument/argument.d.mts +0 -9
  1040. package/node_modules/@sinclair/typebox/build/esm/type/argument/argument.mjs +0 -6
  1041. package/node_modules/@sinclair/typebox/build/esm/type/argument/index.d.mts +0 -1
  1042. package/node_modules/@sinclair/typebox/build/esm/type/argument/index.mjs +0 -1
  1043. package/node_modules/@sinclair/typebox/build/esm/type/array/array.d.mts +0 -28
  1044. package/node_modules/@sinclair/typebox/build/esm/type/array/array.mjs +0 -6
  1045. package/node_modules/@sinclair/typebox/build/esm/type/array/index.d.mts +0 -1
  1046. package/node_modules/@sinclair/typebox/build/esm/type/array/index.mjs +0 -1
  1047. package/node_modules/@sinclair/typebox/build/esm/type/async-iterator/async-iterator.d.mts +0 -11
  1048. package/node_modules/@sinclair/typebox/build/esm/type/async-iterator/async-iterator.mjs +0 -6
  1049. package/node_modules/@sinclair/typebox/build/esm/type/async-iterator/index.d.mts +0 -1
  1050. package/node_modules/@sinclair/typebox/build/esm/type/async-iterator/index.mjs +0 -1
  1051. package/node_modules/@sinclair/typebox/build/esm/type/awaited/awaited.d.mts +0 -14
  1052. package/node_modules/@sinclair/typebox/build/esm/type/awaited/awaited.mjs +0 -37
  1053. package/node_modules/@sinclair/typebox/build/esm/type/awaited/index.d.mts +0 -1
  1054. package/node_modules/@sinclair/typebox/build/esm/type/awaited/index.mjs +0 -1
  1055. package/node_modules/@sinclair/typebox/build/esm/type/bigint/bigint.d.mts +0 -16
  1056. package/node_modules/@sinclair/typebox/build/esm/type/bigint/bigint.mjs +0 -6
  1057. package/node_modules/@sinclair/typebox/build/esm/type/bigint/index.d.mts +0 -1
  1058. package/node_modules/@sinclair/typebox/build/esm/type/bigint/index.mjs +0 -1
  1059. package/node_modules/@sinclair/typebox/build/esm/type/boolean/boolean.d.mts +0 -9
  1060. package/node_modules/@sinclair/typebox/build/esm/type/boolean/boolean.mjs +0 -6
  1061. package/node_modules/@sinclair/typebox/build/esm/type/boolean/index.d.mts +0 -1
  1062. package/node_modules/@sinclair/typebox/build/esm/type/boolean/index.mjs +0 -1
  1063. package/node_modules/@sinclair/typebox/build/esm/type/clone/index.d.mts +0 -2
  1064. package/node_modules/@sinclair/typebox/build/esm/type/clone/index.mjs +0 -2
  1065. package/node_modules/@sinclair/typebox/build/esm/type/clone/type.d.mts +0 -5
  1066. package/node_modules/@sinclair/typebox/build/esm/type/clone/type.mjs +0 -9
  1067. package/node_modules/@sinclair/typebox/build/esm/type/clone/value.d.mts +0 -2
  1068. package/node_modules/@sinclair/typebox/build/esm/type/clone/value.mjs +0 -36
  1069. package/node_modules/@sinclair/typebox/build/esm/type/composite/composite.d.mts +0 -18
  1070. package/node_modules/@sinclair/typebox/build/esm/type/composite/composite.mjs +0 -42
  1071. package/node_modules/@sinclair/typebox/build/esm/type/composite/index.d.mts +0 -1
  1072. package/node_modules/@sinclair/typebox/build/esm/type/composite/index.mjs +0 -1
  1073. package/node_modules/@sinclair/typebox/build/esm/type/computed/computed.d.mts +0 -9
  1074. package/node_modules/@sinclair/typebox/build/esm/type/computed/computed.mjs +0 -6
  1075. package/node_modules/@sinclair/typebox/build/esm/type/computed/index.d.mts +0 -1
  1076. package/node_modules/@sinclair/typebox/build/esm/type/computed/index.mjs +0 -1
  1077. package/node_modules/@sinclair/typebox/build/esm/type/const/const.d.mts +0 -27
  1078. package/node_modules/@sinclair/typebox/build/esm/type/const/const.mjs +0 -54
  1079. package/node_modules/@sinclair/typebox/build/esm/type/const/index.d.mts +0 -1
  1080. package/node_modules/@sinclair/typebox/build/esm/type/const/index.mjs +0 -1
  1081. package/node_modules/@sinclair/typebox/build/esm/type/constructor/constructor.d.mts +0 -23
  1082. package/node_modules/@sinclair/typebox/build/esm/type/constructor/constructor.mjs +0 -6
  1083. package/node_modules/@sinclair/typebox/build/esm/type/constructor/index.d.mts +0 -1
  1084. package/node_modules/@sinclair/typebox/build/esm/type/constructor/index.mjs +0 -1
  1085. package/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/constructor-parameters.d.mts +0 -7
  1086. package/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/constructor-parameters.mjs +0 -7
  1087. package/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/index.d.mts +0 -1
  1088. package/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/index.mjs +0 -1
  1089. package/node_modules/@sinclair/typebox/build/esm/type/create/immutable.d.mts +0 -2
  1090. package/node_modules/@sinclair/typebox/build/esm/type/create/immutable.mjs +0 -33
  1091. package/node_modules/@sinclair/typebox/build/esm/type/create/index.d.mts +0 -1
  1092. package/node_modules/@sinclair/typebox/build/esm/type/create/index.mjs +0 -1
  1093. package/node_modules/@sinclair/typebox/build/esm/type/create/type.d.mts +0 -3
  1094. package/node_modules/@sinclair/typebox/build/esm/type/create/type.mjs +0 -15
  1095. package/node_modules/@sinclair/typebox/build/esm/type/date/date.d.mts +0 -21
  1096. package/node_modules/@sinclair/typebox/build/esm/type/date/date.mjs +0 -6
  1097. package/node_modules/@sinclair/typebox/build/esm/type/date/index.d.mts +0 -1
  1098. package/node_modules/@sinclair/typebox/build/esm/type/date/index.mjs +0 -1
  1099. package/node_modules/@sinclair/typebox/build/esm/type/discard/discard.d.mts +0 -2
  1100. package/node_modules/@sinclair/typebox/build/esm/type/discard/discard.mjs +0 -8
  1101. package/node_modules/@sinclair/typebox/build/esm/type/discard/index.d.mts +0 -1
  1102. package/node_modules/@sinclair/typebox/build/esm/type/discard/index.mjs +0 -1
  1103. package/node_modules/@sinclair/typebox/build/esm/type/enum/enum.d.mts +0 -14
  1104. package/node_modules/@sinclair/typebox/build/esm/type/enum/enum.mjs +0 -18
  1105. package/node_modules/@sinclair/typebox/build/esm/type/enum/index.d.mts +0 -1
  1106. package/node_modules/@sinclair/typebox/build/esm/type/enum/index.mjs +0 -1
  1107. package/node_modules/@sinclair/typebox/build/esm/type/error/error.d.mts +0 -4
  1108. package/node_modules/@sinclair/typebox/build/esm/type/error/error.mjs +0 -6
  1109. package/node_modules/@sinclair/typebox/build/esm/type/error/index.d.mts +0 -1
  1110. package/node_modules/@sinclair/typebox/build/esm/type/error/index.mjs +0 -1
  1111. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-mapped-result.d.mts +0 -11
  1112. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-mapped-result.mjs +0 -18
  1113. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-template-literal.d.mts +0 -5
  1114. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-template-literal.mjs +0 -5
  1115. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude.d.mts +0 -21
  1116. package/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude.mjs +0 -25
  1117. package/node_modules/@sinclair/typebox/build/esm/type/exclude/index.d.mts +0 -3
  1118. package/node_modules/@sinclair/typebox/build/esm/type/exclude/index.mjs +0 -3
  1119. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-check.d.mts +0 -10
  1120. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-check.mjs +0 -635
  1121. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-key.d.mts +0 -14
  1122. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-key.mjs +0 -25
  1123. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-result.d.mts +0 -11
  1124. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-result.mjs +0 -19
  1125. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-undefined.d.mts +0 -3
  1126. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends-undefined.mjs +0 -20
  1127. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends.d.mts +0 -16
  1128. package/node_modules/@sinclair/typebox/build/esm/type/extends/extends.mjs +0 -23
  1129. package/node_modules/@sinclair/typebox/build/esm/type/extends/index.d.mts +0 -5
  1130. package/node_modules/@sinclair/typebox/build/esm/type/extends/index.mjs +0 -5
  1131. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-mapped-result.d.mts +0 -11
  1132. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-mapped-result.mjs +0 -18
  1133. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-template-literal.d.mts +0 -5
  1134. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-template-literal.mjs +0 -5
  1135. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract.d.mts +0 -21
  1136. package/node_modules/@sinclair/typebox/build/esm/type/extract/extract.mjs +0 -25
  1137. package/node_modules/@sinclair/typebox/build/esm/type/extract/index.d.mts +0 -3
  1138. package/node_modules/@sinclair/typebox/build/esm/type/extract/index.mjs +0 -3
  1139. package/node_modules/@sinclair/typebox/build/esm/type/function/function.d.mts +0 -23
  1140. package/node_modules/@sinclair/typebox/build/esm/type/function/function.mjs +0 -6
  1141. package/node_modules/@sinclair/typebox/build/esm/type/function/index.d.mts +0 -1
  1142. package/node_modules/@sinclair/typebox/build/esm/type/function/index.mjs +0 -1
  1143. package/node_modules/@sinclair/typebox/build/esm/type/guard/index.d.mts +0 -3
  1144. package/node_modules/@sinclair/typebox/build/esm/type/guard/index.mjs +0 -3
  1145. package/node_modules/@sinclair/typebox/build/esm/type/guard/kind.d.mts +0 -147
  1146. package/node_modules/@sinclair/typebox/build/esm/type/guard/kind.mjs +0 -235
  1147. package/node_modules/@sinclair/typebox/build/esm/type/guard/type.d.mts +0 -152
  1148. package/node_modules/@sinclair/typebox/build/esm/type/guard/type.mjs +0 -509
  1149. package/node_modules/@sinclair/typebox/build/esm/type/guard/value.d.mts +0 -34
  1150. package/node_modules/@sinclair/typebox/build/esm/type/guard/value.mjs +0 -70
  1151. package/node_modules/@sinclair/typebox/build/esm/type/helpers/helpers.d.mts +0 -42
  1152. package/node_modules/@sinclair/typebox/build/esm/type/helpers/helpers.mjs +0 -4
  1153. package/node_modules/@sinclair/typebox/build/esm/type/helpers/index.d.mts +0 -1
  1154. package/node_modules/@sinclair/typebox/build/esm/type/helpers/index.mjs +0 -1
  1155. package/node_modules/@sinclair/typebox/build/esm/type/index.d.mts +0 -71
  1156. package/node_modules/@sinclair/typebox/build/esm/type/index.mjs +0 -71
  1157. package/node_modules/@sinclair/typebox/build/esm/type/indexed/index.d.mts +0 -4
  1158. package/node_modules/@sinclair/typebox/build/esm/type/indexed/index.mjs +0 -4
  1159. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-key.d.mts +0 -13
  1160. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-key.mjs +0 -22
  1161. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-result.d.mts +0 -12
  1162. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-result.mjs +0 -20
  1163. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-property-keys.d.mts +0 -14
  1164. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-property-keys.mjs +0 -32
  1165. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed.d.mts +0 -52
  1166. package/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed.mjs +0 -91
  1167. package/node_modules/@sinclair/typebox/build/esm/type/instance-type/index.d.mts +0 -1
  1168. package/node_modules/@sinclair/typebox/build/esm/type/instance-type/index.mjs +0 -1
  1169. package/node_modules/@sinclair/typebox/build/esm/type/instance-type/instance-type.d.mts +0 -6
  1170. package/node_modules/@sinclair/typebox/build/esm/type/instance-type/instance-type.mjs +0 -7
  1171. package/node_modules/@sinclair/typebox/build/esm/type/instantiate/index.d.mts +0 -1
  1172. package/node_modules/@sinclair/typebox/build/esm/type/instantiate/index.mjs +0 -1
  1173. package/node_modules/@sinclair/typebox/build/esm/type/instantiate/instantiate.d.mts +0 -50
  1174. package/node_modules/@sinclair/typebox/build/esm/type/instantiate/instantiate.mjs +0 -115
  1175. package/node_modules/@sinclair/typebox/build/esm/type/integer/index.d.mts +0 -1
  1176. package/node_modules/@sinclair/typebox/build/esm/type/integer/index.mjs +0 -1
  1177. package/node_modules/@sinclair/typebox/build/esm/type/integer/integer.d.mts +0 -16
  1178. package/node_modules/@sinclair/typebox/build/esm/type/integer/integer.mjs +0 -6
  1179. package/node_modules/@sinclair/typebox/build/esm/type/intersect/index.d.mts +0 -3
  1180. package/node_modules/@sinclair/typebox/build/esm/type/intersect/index.mjs +0 -3
  1181. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-create.d.mts +0 -3
  1182. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-create.mjs +0 -19
  1183. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-evaluated.d.mts +0 -13
  1184. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-evaluated.mjs +0 -38
  1185. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-type.d.mts +0 -15
  1186. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-type.mjs +0 -1
  1187. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect.d.mts +0 -6
  1188. package/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect.mjs +0 -17
  1189. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/capitalize.d.mts +0 -5
  1190. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/capitalize.mjs +0 -5
  1191. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/index.d.mts +0 -6
  1192. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/index.mjs +0 -6
  1193. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic-from-mapped-key.d.mts +0 -14
  1194. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic-from-mapped-key.mjs +0 -26
  1195. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic.d.mts +0 -16
  1196. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic.mjs +0 -64
  1197. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/lowercase.d.mts +0 -5
  1198. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/lowercase.mjs +0 -5
  1199. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uncapitalize.d.mts +0 -5
  1200. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uncapitalize.mjs +0 -5
  1201. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uppercase.d.mts +0 -5
  1202. package/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uppercase.mjs +0 -5
  1203. package/node_modules/@sinclair/typebox/build/esm/type/iterator/index.d.mts +0 -1
  1204. package/node_modules/@sinclair/typebox/build/esm/type/iterator/index.mjs +0 -1
  1205. package/node_modules/@sinclair/typebox/build/esm/type/iterator/iterator.d.mts +0 -11
  1206. package/node_modules/@sinclair/typebox/build/esm/type/iterator/iterator.mjs +0 -6
  1207. package/node_modules/@sinclair/typebox/build/esm/type/keyof/index.d.mts +0 -4
  1208. package/node_modules/@sinclair/typebox/build/esm/type/keyof/index.mjs +0 -4
  1209. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-from-mapped-result.d.mts +0 -12
  1210. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-from-mapped-result.mjs +0 -19
  1211. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-entries.d.mts +0 -7
  1212. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-entries.mjs +0 -12
  1213. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-keys.d.mts +0 -24
  1214. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-keys.mjs +0 -73
  1215. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof.d.mts +0 -21
  1216. package/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof.mjs +0 -35
  1217. package/node_modules/@sinclair/typebox/build/esm/type/literal/index.d.mts +0 -1
  1218. package/node_modules/@sinclair/typebox/build/esm/type/literal/index.mjs +0 -1
  1219. package/node_modules/@sinclair/typebox/build/esm/type/literal/literal.d.mts +0 -10
  1220. package/node_modules/@sinclair/typebox/build/esm/type/literal/literal.mjs +0 -10
  1221. package/node_modules/@sinclair/typebox/build/esm/type/mapped/index.d.mts +0 -3
  1222. package/node_modules/@sinclair/typebox/build/esm/type/mapped/index.mjs +0 -3
  1223. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-key.d.mts +0 -8
  1224. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-key.mjs +0 -9
  1225. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-result.d.mts +0 -9
  1226. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-result.mjs +0 -9
  1227. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped.d.mts +0 -47
  1228. package/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped.mjs +0 -102
  1229. package/node_modules/@sinclair/typebox/build/esm/type/module/compute.d.mts +0 -59
  1230. package/node_modules/@sinclair/typebox/build/esm/type/module/compute.mjs +0 -166
  1231. package/node_modules/@sinclair/typebox/build/esm/type/module/index.d.mts +0 -1
  1232. package/node_modules/@sinclair/typebox/build/esm/type/module/index.mjs +0 -1
  1233. package/node_modules/@sinclair/typebox/build/esm/type/module/infer.d.mts +0 -49
  1234. package/node_modules/@sinclair/typebox/build/esm/type/module/infer.mjs +0 -1
  1235. package/node_modules/@sinclair/typebox/build/esm/type/module/module.d.mts +0 -27
  1236. package/node_modules/@sinclair/typebox/build/esm/type/module/module.mjs +0 -32
  1237. package/node_modules/@sinclair/typebox/build/esm/type/never/index.d.mts +0 -1
  1238. package/node_modules/@sinclair/typebox/build/esm/type/never/index.mjs +0 -1
  1239. package/node_modules/@sinclair/typebox/build/esm/type/never/never.d.mts +0 -9
  1240. package/node_modules/@sinclair/typebox/build/esm/type/never/never.mjs +0 -6
  1241. package/node_modules/@sinclair/typebox/build/esm/type/not/index.d.mts +0 -1
  1242. package/node_modules/@sinclair/typebox/build/esm/type/not/index.mjs +0 -1
  1243. package/node_modules/@sinclair/typebox/build/esm/type/not/not.d.mts +0 -10
  1244. package/node_modules/@sinclair/typebox/build/esm/type/not/not.mjs +0 -6
  1245. package/node_modules/@sinclair/typebox/build/esm/type/null/index.d.mts +0 -1
  1246. package/node_modules/@sinclair/typebox/build/esm/type/null/index.mjs +0 -1
  1247. package/node_modules/@sinclair/typebox/build/esm/type/null/null.d.mts +0 -9
  1248. package/node_modules/@sinclair/typebox/build/esm/type/null/null.mjs +0 -6
  1249. package/node_modules/@sinclair/typebox/build/esm/type/number/index.d.mts +0 -1
  1250. package/node_modules/@sinclair/typebox/build/esm/type/number/index.mjs +0 -1
  1251. package/node_modules/@sinclair/typebox/build/esm/type/number/number.d.mts +0 -16
  1252. package/node_modules/@sinclair/typebox/build/esm/type/number/number.mjs +0 -6
  1253. package/node_modules/@sinclair/typebox/build/esm/type/object/index.d.mts +0 -1
  1254. package/node_modules/@sinclair/typebox/build/esm/type/object/index.mjs +0 -1
  1255. package/node_modules/@sinclair/typebox/build/esm/type/object/object.d.mts +0 -51
  1256. package/node_modules/@sinclair/typebox/build/esm/type/object/object.mjs +0 -18
  1257. package/node_modules/@sinclair/typebox/build/esm/type/omit/index.d.mts +0 -3
  1258. package/node_modules/@sinclair/typebox/build/esm/type/omit/index.mjs +0 -3
  1259. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-key.d.mts +0 -12
  1260. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-key.mjs +0 -22
  1261. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-result.d.mts +0 -12
  1262. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-result.mjs +0 -19
  1263. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit.d.mts +0 -36
  1264. package/node_modules/@sinclair/typebox/build/esm/type/omit/omit.mjs +0 -71
  1265. package/node_modules/@sinclair/typebox/build/esm/type/optional/index.d.mts +0 -2
  1266. package/node_modules/@sinclair/typebox/build/esm/type/optional/index.mjs +0 -2
  1267. package/node_modules/@sinclair/typebox/build/esm/type/optional/optional-from-mapped-result.d.mts +0 -10
  1268. package/node_modules/@sinclair/typebox/build/esm/type/optional/optional-from-mapped-result.mjs +0 -18
  1269. package/node_modules/@sinclair/typebox/build/esm/type/optional/optional.d.mts +0 -20
  1270. package/node_modules/@sinclair/typebox/build/esm/type/optional/optional.mjs +0 -22
  1271. package/node_modules/@sinclair/typebox/build/esm/type/parameters/index.d.mts +0 -1
  1272. package/node_modules/@sinclair/typebox/build/esm/type/parameters/index.mjs +0 -1
  1273. package/node_modules/@sinclair/typebox/build/esm/type/parameters/parameters.d.mts +0 -7
  1274. package/node_modules/@sinclair/typebox/build/esm/type/parameters/parameters.mjs +0 -7
  1275. package/node_modules/@sinclair/typebox/build/esm/type/partial/index.d.mts +0 -2
  1276. package/node_modules/@sinclair/typebox/build/esm/type/partial/index.mjs +0 -2
  1277. package/node_modules/@sinclair/typebox/build/esm/type/partial/partial-from-mapped-result.d.mts +0 -12
  1278. package/node_modules/@sinclair/typebox/build/esm/type/partial/partial-from-mapped-result.mjs +0 -19
  1279. package/node_modules/@sinclair/typebox/build/esm/type/partial/partial.d.mts +0 -35
  1280. package/node_modules/@sinclair/typebox/build/esm/type/partial/partial.mjs +0 -74
  1281. package/node_modules/@sinclair/typebox/build/esm/type/patterns/index.d.mts +0 -1
  1282. package/node_modules/@sinclair/typebox/build/esm/type/patterns/index.mjs +0 -1
  1283. package/node_modules/@sinclair/typebox/build/esm/type/patterns/patterns.d.mts +0 -8
  1284. package/node_modules/@sinclair/typebox/build/esm/type/patterns/patterns.mjs +0 -8
  1285. package/node_modules/@sinclair/typebox/build/esm/type/pick/index.d.mts +0 -3
  1286. package/node_modules/@sinclair/typebox/build/esm/type/pick/index.mjs +0 -3
  1287. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-key.d.mts +0 -12
  1288. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-key.mjs +0 -24
  1289. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-result.d.mts +0 -12
  1290. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-result.mjs +0 -19
  1291. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick.d.mts +0 -36
  1292. package/node_modules/@sinclair/typebox/build/esm/type/pick/pick.mjs +0 -66
  1293. package/node_modules/@sinclair/typebox/build/esm/type/promise/index.d.mts +0 -1
  1294. package/node_modules/@sinclair/typebox/build/esm/type/promise/index.mjs +0 -1
  1295. package/node_modules/@sinclair/typebox/build/esm/type/promise/promise.d.mts +0 -11
  1296. package/node_modules/@sinclair/typebox/build/esm/type/promise/promise.mjs +0 -6
  1297. package/node_modules/@sinclair/typebox/build/esm/type/readonly/index.d.mts +0 -2
  1298. package/node_modules/@sinclair/typebox/build/esm/type/readonly/index.mjs +0 -2
  1299. package/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly-from-mapped-result.d.mts +0 -10
  1300. package/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly-from-mapped-result.mjs +0 -18
  1301. package/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly.d.mts +0 -20
  1302. package/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly.mjs +0 -22
  1303. package/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/index.d.mts +0 -1
  1304. package/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/index.mjs +0 -1
  1305. package/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/readonly-optional.d.mts +0 -6
  1306. package/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/readonly-optional.mjs +0 -6
  1307. package/node_modules/@sinclair/typebox/build/esm/type/record/index.d.mts +0 -1
  1308. package/node_modules/@sinclair/typebox/build/esm/type/record/index.mjs +0 -1
  1309. package/node_modules/@sinclair/typebox/build/esm/type/record/record.d.mts +0 -71
  1310. package/node_modules/@sinclair/typebox/build/esm/type/record/record.mjs +0 -116
  1311. package/node_modules/@sinclair/typebox/build/esm/type/recursive/index.d.mts +0 -1
  1312. package/node_modules/@sinclair/typebox/build/esm/type/recursive/index.mjs +0 -1
  1313. package/node_modules/@sinclair/typebox/build/esm/type/recursive/recursive.d.mts +0 -16
  1314. package/node_modules/@sinclair/typebox/build/esm/type/recursive/recursive.mjs +0 -15
  1315. package/node_modules/@sinclair/typebox/build/esm/type/ref/index.d.mts +0 -1
  1316. package/node_modules/@sinclair/typebox/build/esm/type/ref/index.mjs +0 -1
  1317. package/node_modules/@sinclair/typebox/build/esm/type/ref/ref.d.mts +0 -41
  1318. package/node_modules/@sinclair/typebox/build/esm/type/ref/ref.mjs +0 -10
  1319. package/node_modules/@sinclair/typebox/build/esm/type/regexp/index.d.mts +0 -1
  1320. package/node_modules/@sinclair/typebox/build/esm/type/regexp/index.mjs +0 -1
  1321. package/node_modules/@sinclair/typebox/build/esm/type/regexp/regexp.d.mts +0 -20
  1322. package/node_modules/@sinclair/typebox/build/esm/type/regexp/regexp.mjs +0 -8
  1323. package/node_modules/@sinclair/typebox/build/esm/type/registry/format.d.mts +0 -13
  1324. package/node_modules/@sinclair/typebox/build/esm/type/registry/format.mjs +0 -26
  1325. package/node_modules/@sinclair/typebox/build/esm/type/registry/index.d.mts +0 -2
  1326. package/node_modules/@sinclair/typebox/build/esm/type/registry/index.mjs +0 -2
  1327. package/node_modules/@sinclair/typebox/build/esm/type/registry/type.d.mts +0 -13
  1328. package/node_modules/@sinclair/typebox/build/esm/type/registry/type.mjs +0 -26
  1329. package/node_modules/@sinclair/typebox/build/esm/type/required/index.d.mts +0 -2
  1330. package/node_modules/@sinclair/typebox/build/esm/type/required/index.mjs +0 -2
  1331. package/node_modules/@sinclair/typebox/build/esm/type/required/required-from-mapped-result.d.mts +0 -12
  1332. package/node_modules/@sinclair/typebox/build/esm/type/required/required-from-mapped-result.mjs +0 -18
  1333. package/node_modules/@sinclair/typebox/build/esm/type/required/required.d.mts +0 -35
  1334. package/node_modules/@sinclair/typebox/build/esm/type/required/required.mjs +0 -73
  1335. package/node_modules/@sinclair/typebox/build/esm/type/rest/index.d.mts +0 -1
  1336. package/node_modules/@sinclair/typebox/build/esm/type/rest/index.mjs +0 -1
  1337. package/node_modules/@sinclair/typebox/build/esm/type/rest/rest.d.mts +0 -10
  1338. package/node_modules/@sinclair/typebox/build/esm/type/rest/rest.mjs +0 -15
  1339. package/node_modules/@sinclair/typebox/build/esm/type/return-type/index.d.mts +0 -1
  1340. package/node_modules/@sinclair/typebox/build/esm/type/return-type/index.mjs +0 -1
  1341. package/node_modules/@sinclair/typebox/build/esm/type/return-type/return-type.d.mts +0 -6
  1342. package/node_modules/@sinclair/typebox/build/esm/type/return-type/return-type.mjs +0 -7
  1343. package/node_modules/@sinclair/typebox/build/esm/type/schema/anyschema.d.mts +0 -33
  1344. package/node_modules/@sinclair/typebox/build/esm/type/schema/anyschema.mjs +0 -1
  1345. package/node_modules/@sinclair/typebox/build/esm/type/schema/index.d.mts +0 -2
  1346. package/node_modules/@sinclair/typebox/build/esm/type/schema/index.mjs +0 -2
  1347. package/node_modules/@sinclair/typebox/build/esm/type/schema/schema.d.mts +0 -29
  1348. package/node_modules/@sinclair/typebox/build/esm/type/schema/schema.mjs +0 -1
  1349. package/node_modules/@sinclair/typebox/build/esm/type/sets/index.d.mts +0 -1
  1350. package/node_modules/@sinclair/typebox/build/esm/type/sets/index.mjs +0 -1
  1351. package/node_modules/@sinclair/typebox/build/esm/type/sets/set.d.mts +0 -28
  1352. package/node_modules/@sinclair/typebox/build/esm/type/sets/set.mjs +0 -48
  1353. package/node_modules/@sinclair/typebox/build/esm/type/static/index.d.mts +0 -1
  1354. package/node_modules/@sinclair/typebox/build/esm/type/static/index.mjs +0 -1
  1355. package/node_modules/@sinclair/typebox/build/esm/type/static/static.d.mts +0 -39
  1356. package/node_modules/@sinclair/typebox/build/esm/type/static/static.mjs +0 -1
  1357. package/node_modules/@sinclair/typebox/build/esm/type/string/index.d.mts +0 -1
  1358. package/node_modules/@sinclair/typebox/build/esm/type/string/index.mjs +0 -1
  1359. package/node_modules/@sinclair/typebox/build/esm/type/string/string.d.mts +0 -25
  1360. package/node_modules/@sinclair/typebox/build/esm/type/string/string.mjs +0 -6
  1361. package/node_modules/@sinclair/typebox/build/esm/type/symbol/index.d.mts +0 -1
  1362. package/node_modules/@sinclair/typebox/build/esm/type/symbol/index.mjs +0 -1
  1363. package/node_modules/@sinclair/typebox/build/esm/type/symbol/symbol.d.mts +0 -10
  1364. package/node_modules/@sinclair/typebox/build/esm/type/symbol/symbol.mjs +0 -6
  1365. package/node_modules/@sinclair/typebox/build/esm/type/symbols/index.d.mts +0 -1
  1366. package/node_modules/@sinclair/typebox/build/esm/type/symbols/index.mjs +0 -1
  1367. package/node_modules/@sinclair/typebox/build/esm/type/symbols/symbols.d.mts +0 -10
  1368. package/node_modules/@sinclair/typebox/build/esm/type/symbols/symbols.mjs +0 -10
  1369. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/finite.d.mts +0 -19
  1370. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/finite.mjs +0 -49
  1371. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/generate.d.mts +0 -21
  1372. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/generate.mjs +0 -53
  1373. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/index.d.mts +0 -7
  1374. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/index.mjs +0 -7
  1375. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/parse.d.mts +0 -20
  1376. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/parse.mjs +0 -167
  1377. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/pattern.d.mts +0 -5
  1378. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/pattern.mjs +0 -33
  1379. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/syntax.d.mts +0 -20
  1380. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/syntax.mjs +0 -55
  1381. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/template-literal.d.mts +0 -30
  1382. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/template-literal.mjs +0 -13
  1383. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/union.d.mts +0 -9
  1384. package/node_modules/@sinclair/typebox/build/esm/type/template-literal/union.mjs +0 -9
  1385. package/node_modules/@sinclair/typebox/build/esm/type/transform/index.d.mts +0 -1
  1386. package/node_modules/@sinclair/typebox/build/esm/type/transform/index.mjs +0 -1
  1387. package/node_modules/@sinclair/typebox/build/esm/type/transform/transform.d.mts +0 -30
  1388. package/node_modules/@sinclair/typebox/build/esm/type/transform/transform.mjs +0 -40
  1389. package/node_modules/@sinclair/typebox/build/esm/type/tuple/index.d.mts +0 -1
  1390. package/node_modules/@sinclair/typebox/build/esm/type/tuple/index.mjs +0 -1
  1391. package/node_modules/@sinclair/typebox/build/esm/type/tuple/tuple.d.mts +0 -16
  1392. package/node_modules/@sinclair/typebox/build/esm/type/tuple/tuple.mjs +0 -9
  1393. package/node_modules/@sinclair/typebox/build/esm/type/type/index.d.mts +0 -6
  1394. package/node_modules/@sinclair/typebox/build/esm/type/type/index.mjs +0 -13
  1395. package/node_modules/@sinclair/typebox/build/esm/type/type/javascript.d.mts +0 -64
  1396. package/node_modules/@sinclair/typebox/build/esm/type/type/javascript.mjs +0 -99
  1397. package/node_modules/@sinclair/typebox/build/esm/type/type/json.d.mts +0 -208
  1398. package/node_modules/@sinclair/typebox/build/esm/type/type/json.mjs +0 -221
  1399. package/node_modules/@sinclair/typebox/build/esm/type/type/type.d.mts +0 -59
  1400. package/node_modules/@sinclair/typebox/build/esm/type/type/type.mjs +0 -62
  1401. package/node_modules/@sinclair/typebox/build/esm/type/uint8array/index.d.mts +0 -1
  1402. package/node_modules/@sinclair/typebox/build/esm/type/uint8array/index.mjs +0 -1
  1403. package/node_modules/@sinclair/typebox/build/esm/type/uint8array/uint8array.d.mts +0 -13
  1404. package/node_modules/@sinclair/typebox/build/esm/type/uint8array/uint8array.mjs +0 -6
  1405. package/node_modules/@sinclair/typebox/build/esm/type/undefined/index.d.mts +0 -1
  1406. package/node_modules/@sinclair/typebox/build/esm/type/undefined/index.mjs +0 -1
  1407. package/node_modules/@sinclair/typebox/build/esm/type/undefined/undefined.d.mts +0 -9
  1408. package/node_modules/@sinclair/typebox/build/esm/type/undefined/undefined.mjs +0 -6
  1409. package/node_modules/@sinclair/typebox/build/esm/type/union/index.d.mts +0 -3
  1410. package/node_modules/@sinclair/typebox/build/esm/type/union/index.mjs +0 -3
  1411. package/node_modules/@sinclair/typebox/build/esm/type/union/union-create.d.mts +0 -3
  1412. package/node_modules/@sinclair/typebox/build/esm/type/union/union-create.mjs +0 -5
  1413. package/node_modules/@sinclair/typebox/build/esm/type/union/union-evaluated.d.mts +0 -13
  1414. package/node_modules/@sinclair/typebox/build/esm/type/union/union-evaluated.mjs +0 -36
  1415. package/node_modules/@sinclair/typebox/build/esm/type/union/union-type.d.mts +0 -12
  1416. package/node_modules/@sinclair/typebox/build/esm/type/union/union-type.mjs +0 -1
  1417. package/node_modules/@sinclair/typebox/build/esm/type/union/union.d.mts +0 -6
  1418. package/node_modules/@sinclair/typebox/build/esm/type/union/union.mjs +0 -10
  1419. package/node_modules/@sinclair/typebox/build/esm/type/unknown/index.d.mts +0 -1
  1420. package/node_modules/@sinclair/typebox/build/esm/type/unknown/index.mjs +0 -1
  1421. package/node_modules/@sinclair/typebox/build/esm/type/unknown/unknown.d.mts +0 -8
  1422. package/node_modules/@sinclair/typebox/build/esm/type/unknown/unknown.mjs +0 -6
  1423. package/node_modules/@sinclair/typebox/build/esm/type/unsafe/index.d.mts +0 -1
  1424. package/node_modules/@sinclair/typebox/build/esm/type/unsafe/index.mjs +0 -1
  1425. package/node_modules/@sinclair/typebox/build/esm/type/unsafe/unsafe.d.mts +0 -11
  1426. package/node_modules/@sinclair/typebox/build/esm/type/unsafe/unsafe.mjs +0 -6
  1427. package/node_modules/@sinclair/typebox/build/esm/type/void/index.d.mts +0 -1
  1428. package/node_modules/@sinclair/typebox/build/esm/type/void/index.mjs +0 -1
  1429. package/node_modules/@sinclair/typebox/build/esm/type/void/void.d.mts +0 -9
  1430. package/node_modules/@sinclair/typebox/build/esm/type/void/void.mjs +0 -6
  1431. package/node_modules/@sinclair/typebox/build/esm/value/assert/assert.d.mts +0 -15
  1432. package/node_modules/@sinclair/typebox/build/esm/value/assert/assert.mjs +0 -49
  1433. package/node_modules/@sinclair/typebox/build/esm/value/assert/index.d.mts +0 -1
  1434. package/node_modules/@sinclair/typebox/build/esm/value/assert/index.mjs +0 -1
  1435. package/node_modules/@sinclair/typebox/build/esm/value/cast/cast.d.mts +0 -11
  1436. package/node_modules/@sinclair/typebox/build/esm/value/cast/cast.mjs +0 -235
  1437. package/node_modules/@sinclair/typebox/build/esm/value/cast/index.d.mts +0 -1
  1438. package/node_modules/@sinclair/typebox/build/esm/value/cast/index.mjs +0 -1
  1439. package/node_modules/@sinclair/typebox/build/esm/value/check/check.d.mts +0 -11
  1440. package/node_modules/@sinclair/typebox/build/esm/value/check/check.mjs +0 -470
  1441. package/node_modules/@sinclair/typebox/build/esm/value/check/index.d.mts +0 -1
  1442. package/node_modules/@sinclair/typebox/build/esm/value/check/index.mjs +0 -1
  1443. package/node_modules/@sinclair/typebox/build/esm/value/clean/clean.d.mts +0 -5
  1444. package/node_modules/@sinclair/typebox/build/esm/value/clean/clean.mjs +0 -145
  1445. package/node_modules/@sinclair/typebox/build/esm/value/clean/index.d.mts +0 -1
  1446. package/node_modules/@sinclair/typebox/build/esm/value/clean/index.mjs +0 -1
  1447. package/node_modules/@sinclair/typebox/build/esm/value/clone/clone.d.mts +0 -2
  1448. package/node_modules/@sinclair/typebox/build/esm/value/clone/clone.mjs +0 -56
  1449. package/node_modules/@sinclair/typebox/build/esm/value/clone/index.d.mts +0 -1
  1450. package/node_modules/@sinclair/typebox/build/esm/value/clone/index.mjs +0 -1
  1451. package/node_modules/@sinclair/typebox/build/esm/value/convert/convert.d.mts +0 -5
  1452. package/node_modules/@sinclair/typebox/build/esm/value/convert/convert.mjs +0 -260
  1453. package/node_modules/@sinclair/typebox/build/esm/value/convert/index.d.mts +0 -1
  1454. package/node_modules/@sinclair/typebox/build/esm/value/convert/index.mjs +0 -1
  1455. package/node_modules/@sinclair/typebox/build/esm/value/create/create.d.mts +0 -11
  1456. package/node_modules/@sinclair/typebox/build/esm/value/create/create.mjs +0 -468
  1457. package/node_modules/@sinclair/typebox/build/esm/value/create/index.d.mts +0 -1
  1458. package/node_modules/@sinclair/typebox/build/esm/value/create/index.mjs +0 -1
  1459. package/node_modules/@sinclair/typebox/build/esm/value/decode/decode.d.mts +0 -6
  1460. package/node_modules/@sinclair/typebox/build/esm/value/decode/decode.mjs +0 -10
  1461. package/node_modules/@sinclair/typebox/build/esm/value/decode/index.d.mts +0 -1
  1462. package/node_modules/@sinclair/typebox/build/esm/value/decode/index.mjs +0 -1
  1463. package/node_modules/@sinclair/typebox/build/esm/value/default/default.d.mts +0 -5
  1464. package/node_modules/@sinclair/typebox/build/esm/value/default/default.mjs +0 -172
  1465. package/node_modules/@sinclair/typebox/build/esm/value/default/index.d.mts +0 -1
  1466. package/node_modules/@sinclair/typebox/build/esm/value/default/index.mjs +0 -1
  1467. package/node_modules/@sinclair/typebox/build/esm/value/delta/delta.d.mts +0 -32
  1468. package/node_modules/@sinclair/typebox/build/esm/value/delta/delta.mjs +0 -171
  1469. package/node_modules/@sinclair/typebox/build/esm/value/delta/index.d.mts +0 -1
  1470. package/node_modules/@sinclair/typebox/build/esm/value/delta/index.mjs +0 -1
  1471. package/node_modules/@sinclair/typebox/build/esm/value/deref/deref.d.mts +0 -12
  1472. package/node_modules/@sinclair/typebox/build/esm/value/deref/deref.mjs +0 -29
  1473. package/node_modules/@sinclair/typebox/build/esm/value/deref/index.d.mts +0 -1
  1474. package/node_modules/@sinclair/typebox/build/esm/value/deref/index.mjs +0 -1
  1475. package/node_modules/@sinclair/typebox/build/esm/value/encode/encode.d.mts +0 -6
  1476. package/node_modules/@sinclair/typebox/build/esm/value/encode/encode.mjs +0 -11
  1477. package/node_modules/@sinclair/typebox/build/esm/value/encode/index.d.mts +0 -1
  1478. package/node_modules/@sinclair/typebox/build/esm/value/encode/index.mjs +0 -1
  1479. package/node_modules/@sinclair/typebox/build/esm/value/equal/equal.d.mts +0 -2
  1480. package/node_modules/@sinclair/typebox/build/esm/value/equal/equal.mjs +0 -46
  1481. package/node_modules/@sinclair/typebox/build/esm/value/equal/index.d.mts +0 -1
  1482. package/node_modules/@sinclair/typebox/build/esm/value/equal/index.mjs +0 -1
  1483. package/node_modules/@sinclair/typebox/build/esm/value/guard/guard.d.mts +0 -74
  1484. package/node_modules/@sinclair/typebox/build/esm/value/guard/guard.mjs +0 -158
  1485. package/node_modules/@sinclair/typebox/build/esm/value/guard/index.d.mts +0 -1
  1486. package/node_modules/@sinclair/typebox/build/esm/value/guard/index.mjs +0 -1
  1487. package/node_modules/@sinclair/typebox/build/esm/value/hash/hash.d.mts +0 -7
  1488. package/node_modules/@sinclair/typebox/build/esm/value/hash/hash.mjs +0 -146
  1489. package/node_modules/@sinclair/typebox/build/esm/value/hash/index.d.mts +0 -1
  1490. package/node_modules/@sinclair/typebox/build/esm/value/hash/index.mjs +0 -1
  1491. package/node_modules/@sinclair/typebox/build/esm/value/index.d.mts +0 -20
  1492. package/node_modules/@sinclair/typebox/build/esm/value/index.mjs +0 -32
  1493. package/node_modules/@sinclair/typebox/build/esm/value/mutate/index.d.mts +0 -1
  1494. package/node_modules/@sinclair/typebox/build/esm/value/mutate/index.mjs +0 -1
  1495. package/node_modules/@sinclair/typebox/build/esm/value/mutate/mutate.d.mts +0 -9
  1496. package/node_modules/@sinclair/typebox/build/esm/value/mutate/mutate.mjs +0 -98
  1497. package/node_modules/@sinclair/typebox/build/esm/value/parse/index.d.mts +0 -1
  1498. package/node_modules/@sinclair/typebox/build/esm/value/parse/index.mjs +0 -1
  1499. package/node_modules/@sinclair/typebox/build/esm/value/parse/parse.d.mts +0 -22
  1500. package/node_modules/@sinclair/typebox/build/esm/value/parse/parse.mjs +0 -81
  1501. package/node_modules/@sinclair/typebox/build/esm/value/pointer/index.d.mts +0 -1
  1502. package/node_modules/@sinclair/typebox/build/esm/value/pointer/index.mjs +0 -1
  1503. package/node_modules/@sinclair/typebox/build/esm/value/pointer/pointer.d.mts +0 -22
  1504. package/node_modules/@sinclair/typebox/build/esm/value/pointer/pointer.mjs +0 -115
  1505. package/node_modules/@sinclair/typebox/build/esm/value/transform/decode.d.mts +0 -22
  1506. package/node_modules/@sinclair/typebox/build/esm/value/transform/decode.mjs +0 -207
  1507. package/node_modules/@sinclair/typebox/build/esm/value/transform/encode.d.mts +0 -23
  1508. package/node_modules/@sinclair/typebox/build/esm/value/transform/encode.mjs +0 -218
  1509. package/node_modules/@sinclair/typebox/build/esm/value/transform/has.d.mts +0 -3
  1510. package/node_modules/@sinclair/typebox/build/esm/value/transform/has.mjs +0 -129
  1511. package/node_modules/@sinclair/typebox/build/esm/value/transform/index.d.mts +0 -3
  1512. package/node_modules/@sinclair/typebox/build/esm/value/transform/index.mjs +0 -3
  1513. package/node_modules/@sinclair/typebox/build/esm/value/value/index.d.mts +0 -1
  1514. package/node_modules/@sinclair/typebox/build/esm/value/value/index.mjs +0 -1
  1515. package/node_modules/@sinclair/typebox/build/esm/value/value/value.d.mts +0 -16
  1516. package/node_modules/@sinclair/typebox/build/esm/value/value/value.mjs +0 -16
  1517. package/node_modules/@sinclair/typebox/compiler/package.json +0 -4
  1518. package/node_modules/@sinclair/typebox/errors/package.json +0 -4
  1519. package/node_modules/@sinclair/typebox/license +0 -25
  1520. package/node_modules/@sinclair/typebox/package.json +0 -116
  1521. package/node_modules/@sinclair/typebox/parser/package.json +0 -4
  1522. package/node_modules/@sinclair/typebox/readme.md +0 -1865
  1523. package/node_modules/@sinclair/typebox/syntax/package.json +0 -4
  1524. package/node_modules/@sinclair/typebox/system/package.json +0 -4
  1525. package/node_modules/@sinclair/typebox/type/package.json +0 -4
  1526. package/node_modules/@sinclair/typebox/value/package.json +0 -4
  1527. package/node_modules/ansi-regex/index.d.ts +0 -33
  1528. package/node_modules/ansi-regex/index.js +0 -14
  1529. package/node_modules/ansi-regex/license +0 -9
  1530. package/node_modules/ansi-regex/package.json +0 -61
  1531. package/node_modules/ansi-regex/readme.md +0 -66
  1532. package/node_modules/chalk/license +0 -9
  1533. package/node_modules/chalk/package.json +0 -83
  1534. package/node_modules/chalk/readme.md +0 -297
  1535. package/node_modules/chalk/source/index.d.ts +0 -325
  1536. package/node_modules/chalk/source/index.js +0 -225
  1537. package/node_modules/chalk/source/utilities.js +0 -33
  1538. package/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +0 -236
  1539. package/node_modules/chalk/source/vendor/ansi-styles/index.js +0 -223
  1540. package/node_modules/chalk/source/vendor/supports-color/browser.d.ts +0 -1
  1541. package/node_modules/chalk/source/vendor/supports-color/browser.js +0 -34
  1542. package/node_modules/chalk/source/vendor/supports-color/index.d.ts +0 -55
  1543. package/node_modules/chalk/source/vendor/supports-color/index.js +0 -190
  1544. package/node_modules/get-east-asian-width/index.d.ts +0 -60
  1545. package/node_modules/get-east-asian-width/index.js +0 -30
  1546. package/node_modules/get-east-asian-width/license +0 -9
  1547. package/node_modules/get-east-asian-width/lookup-data.js +0 -18
  1548. package/node_modules/get-east-asian-width/lookup.js +0 -135
  1549. package/node_modules/get-east-asian-width/package.json +0 -71
  1550. package/node_modules/get-east-asian-width/readme.md +0 -65
  1551. package/node_modules/get-east-asian-width/utilities.js +0 -24
  1552. package/node_modules/marked/LICENSE.md +0 -44
  1553. package/node_modules/marked/README.md +0 -107
  1554. package/node_modules/marked/bin/main.js +0 -284
  1555. package/node_modules/marked/bin/marked.js +0 -16
  1556. package/node_modules/marked/lib/marked.d.ts +0 -759
  1557. package/node_modules/marked/lib/marked.esm.js +0 -72
  1558. package/node_modules/marked/lib/marked.esm.js.map +0 -7
  1559. package/node_modules/marked/lib/marked.umd.js +0 -74
  1560. package/node_modules/marked/lib/marked.umd.js.map +0 -7
  1561. package/node_modules/marked/man/marked.1 +0 -113
  1562. package/node_modules/marked/man/marked.1.md +0 -93
  1563. package/node_modules/marked/package.json +0 -103
  1564. package/node_modules/string-width/index.d.ts +0 -39
  1565. package/node_modules/string-width/index.js +0 -203
  1566. package/node_modules/string-width/license +0 -9
  1567. package/node_modules/string-width/package.json +0 -65
  1568. package/node_modules/string-width/readme.md +0 -66
  1569. package/node_modules/strip-ansi/index.d.ts +0 -15
  1570. package/node_modules/strip-ansi/index.js +0 -19
  1571. package/node_modules/strip-ansi/license +0 -9
  1572. package/node_modules/strip-ansi/package.json +0 -59
  1573. package/node_modules/strip-ansi/readme.md +0 -37
  1574. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/advisor-effort.d.ts +0 -0
  1575. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/advisor-effort.d.ts.map +0 -0
  1576. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/advisor-effort.js +0 -0
  1577. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/advisor-effort.js.map +0 -0
  1578. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/delegation-prompt.d.ts +0 -0
  1579. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/delegation-prompt.d.ts.map +0 -0
  1580. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/delegation-prompt.js +0 -0
  1581. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/delegation-prompt.js.map +0 -0
  1582. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/guarded-files-settings.d.ts +0 -0
  1583. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/guarded-files-settings.d.ts.map +0 -0
  1584. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/guarded-files-settings.js +0 -0
  1585. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/guarded-files-settings.js.map +0 -0
  1586. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/headless-protocol-generated.d.ts +0 -0
  1587. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/headless-protocol-generated.d.ts.map +0 -0
  1588. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/headless-protocol-generated.js +0 -0
  1589. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/headless-protocol-generated.js.map +0 -0
  1590. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts +0 -0
  1591. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/headless-protocol-schemas.generated.d.ts.map +0 -0
  1592. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/headless-protocol-schemas.generated.js +0 -0
  1593. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/headless-protocol-schemas.generated.js.map +0 -0
  1594. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/index.d.ts +0 -0
  1595. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/index.d.ts.map +0 -0
  1596. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/index.js +0 -0
  1597. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/index.js.map +0 -0
  1598. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/key-value-tokens.d.ts +0 -0
  1599. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/key-value-tokens.d.ts.map +0 -0
  1600. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/key-value-tokens.js +0 -0
  1601. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/key-value-tokens.js.map +0 -0
  1602. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/maestro-app-server.d.ts +0 -0
  1603. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/maestro-app-server.d.ts.map +0 -0
  1604. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/maestro-app-server.js +0 -0
  1605. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/maestro-app-server.js.map +0 -0
  1606. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/mcp-settings.d.ts +0 -0
  1607. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/mcp-settings.d.ts.map +0 -0
  1608. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/mcp-settings.js +0 -0
  1609. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/mcp-settings.js.map +0 -0
  1610. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory-utils.d.ts +0 -0
  1611. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory-utils.d.ts.map +0 -0
  1612. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory-utils.js +0 -0
  1613. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory-utils.js.map +0 -0
  1614. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory.d.ts +0 -0
  1615. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory.d.ts.map +0 -0
  1616. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory.js +0 -0
  1617. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/memory.js.map +0 -0
  1618. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/onboarding-utils.d.ts +0 -0
  1619. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/onboarding-utils.d.ts.map +0 -0
  1620. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/onboarding-utils.js +0 -0
  1621. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/onboarding-utils.js.map +0 -0
  1622. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts +0 -0
  1623. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/proto/maestro/v1/headless_pb.d.ts.map +0 -0
  1624. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js +0 -0
  1625. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/proto/maestro/v1/headless_pb.js.map +0 -0
  1626. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-app-server.d.ts +0 -0
  1627. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-app-server.d.ts.map +0 -0
  1628. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-app-server.js +0 -0
  1629. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-app-server.js.map +0 -0
  1630. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-constraints.d.ts +0 -0
  1631. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-constraints.d.ts.map +0 -0
  1632. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-constraints.js +0 -0
  1633. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-constraints.js.map +0 -0
  1634. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-server-request.d.ts +0 -0
  1635. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-server-request.d.ts.map +0 -0
  1636. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-server-request.js +0 -0
  1637. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/runtime-server-request.js.map +0 -0
  1638. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/scenario.d.ts +0 -0
  1639. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/scenario.d.ts.map +0 -0
  1640. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/scenario.js +0 -0
  1641. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/scenario.js.map +0 -0
  1642. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/schemas.d.ts +0 -0
  1643. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/schemas.d.ts.map +0 -0
  1644. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/schemas.js +0 -0
  1645. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/schemas.js.map +0 -0
  1646. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/typebox-utils.d.ts +0 -0
  1647. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/typebox-utils.d.ts.map +0 -0
  1648. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/typebox-utils.js +0 -0
  1649. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/typebox-utils.js.map +0 -0
  1650. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/validators.d.ts +0 -0
  1651. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/validators.d.ts.map +0 -0
  1652. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/validators.js +0 -0
  1653. /package/{node_modules → dist/node_modules}/@evalops/contracts/dist/validators.js.map +0 -0
  1654. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/autocomplete.d.ts +0 -0
  1655. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/autocomplete.d.ts.map +0 -0
  1656. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/autocomplete.js +0 -0
  1657. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/autocomplete.js.map +0 -0
  1658. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/editor.d.ts +0 -0
  1659. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/editor.d.ts.map +0 -0
  1660. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/editor.js +0 -0
  1661. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/editor.js.map +0 -0
  1662. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/input.d.ts +0 -0
  1663. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/input.d.ts.map +0 -0
  1664. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/input.js +0 -0
  1665. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/input.js.map +0 -0
  1666. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/layout.d.ts +0 -0
  1667. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/layout.d.ts.map +0 -0
  1668. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/layout.js +0 -0
  1669. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/layout.js.map +0 -0
  1670. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/loader.d.ts +0 -0
  1671. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/loader.d.ts.map +0 -0
  1672. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/loader.js +0 -0
  1673. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/loader.js.map +0 -0
  1674. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/markdown.d.ts +0 -0
  1675. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/markdown.d.ts.map +0 -0
  1676. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/markdown.js +0 -0
  1677. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/markdown.js.map +0 -0
  1678. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/scroll-container.d.ts +0 -0
  1679. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/scroll-container.d.ts.map +0 -0
  1680. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/scroll-container.js +0 -0
  1681. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/scroll-container.js.map +0 -0
  1682. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/select-list.d.ts +0 -0
  1683. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/select-list.d.ts.map +0 -0
  1684. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/select-list.js +0 -0
  1685. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/select-list.js.map +0 -0
  1686. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/spacer.d.ts +0 -0
  1687. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/spacer.d.ts.map +0 -0
  1688. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/spacer.js +0 -0
  1689. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/spacer.js.map +0 -0
  1690. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/status-bar.d.ts +0 -0
  1691. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/status-bar.d.ts.map +0 -0
  1692. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/status-bar.js +0 -0
  1693. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/status-bar.js.map +0 -0
  1694. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/text.d.ts +0 -0
  1695. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/text.d.ts.map +0 -0
  1696. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/text.js +0 -0
  1697. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/text.js.map +0 -0
  1698. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/truncated-text.d.ts +0 -0
  1699. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/truncated-text.d.ts.map +0 -0
  1700. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/truncated-text.js +0 -0
  1701. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/components/truncated-text.js.map +0 -0
  1702. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/index.d.ts +0 -0
  1703. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/index.d.ts.map +0 -0
  1704. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/index.js +0 -0
  1705. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/index.js.map +0 -0
  1706. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/keymap.d.ts +0 -0
  1707. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/keymap.d.ts.map +0 -0
  1708. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/keymap.js +0 -0
  1709. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/keymap.js.map +0 -0
  1710. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/mermaid-renderer.d.ts +0 -0
  1711. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/mermaid-renderer.d.ts.map +0 -0
  1712. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/mermaid-renderer.js +0 -0
  1713. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/mermaid-renderer.js.map +0 -0
  1714. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/style/code-highlighter.d.ts +0 -0
  1715. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/style/code-highlighter.d.ts.map +0 -0
  1716. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/style/code-highlighter.js +0 -0
  1717. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/style/code-highlighter.js.map +0 -0
  1718. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/terminal.d.ts +0 -0
  1719. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/terminal.d.ts.map +0 -0
  1720. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/terminal.js +0 -0
  1721. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/terminal.js.map +0 -0
  1722. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/tui.d.ts +0 -0
  1723. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/tui.d.ts.map +0 -0
  1724. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/tui.js +0 -0
  1725. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/tui.js.map +0 -0
  1726. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils/terminal-features.d.ts +0 -0
  1727. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils/terminal-features.d.ts.map +0 -0
  1728. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils/terminal-features.js +0 -0
  1729. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils/terminal-features.js.map +0 -0
  1730. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils.d.ts +0 -0
  1731. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils.d.ts.map +0 -0
  1732. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils.js +0 -0
  1733. /package/{node_modules → dist/node_modules}/@evalops/tui/dist/utils.js.map +0 -0
@@ -1,4143 +0,0 @@
1
- import type { GenEnum, GenFile, GenMessage } from "../../../../codegenv2/types.js";
2
- import type { Message } from "../../../../types.js";
3
- /**
4
- * Describes the file google/protobuf/descriptor.proto.
5
- */
6
- export declare const file_google_protobuf_descriptor: GenFile;
7
- /**
8
- * The protocol compiler can output a FileDescriptorSet containing the .proto
9
- * files it parses.
10
- *
11
- * @generated from message google.protobuf.FileDescriptorSet
12
- */
13
- export type FileDescriptorSet = Message<"google.protobuf.FileDescriptorSet"> & {
14
- /**
15
- * @generated from field: repeated google.protobuf.FileDescriptorProto file = 1;
16
- */
17
- file: FileDescriptorProto[];
18
- };
19
- /**
20
- * The protocol compiler can output a FileDescriptorSet containing the .proto
21
- * files it parses.
22
- *
23
- * @generated from message google.protobuf.FileDescriptorSet
24
- */
25
- export type FileDescriptorSetJson = {
26
- /**
27
- * @generated from field: repeated google.protobuf.FileDescriptorProto file = 1;
28
- */
29
- file?: FileDescriptorProtoJson[];
30
- };
31
- /**
32
- * Describes the message google.protobuf.FileDescriptorSet.
33
- * Use `create(FileDescriptorSetSchema)` to create a new message.
34
- */
35
- export declare const FileDescriptorSetSchema: GenMessage<FileDescriptorSet, {
36
- jsonType: FileDescriptorSetJson;
37
- }>;
38
- /**
39
- * Describes a complete .proto file.
40
- *
41
- * @generated from message google.protobuf.FileDescriptorProto
42
- */
43
- export type FileDescriptorProto = Message<"google.protobuf.FileDescriptorProto"> & {
44
- /**
45
- * file name, relative to root of source tree
46
- *
47
- * @generated from field: optional string name = 1;
48
- */
49
- name: string;
50
- /**
51
- * e.g. "foo", "foo.bar", etc.
52
- *
53
- * @generated from field: optional string package = 2;
54
- */
55
- package: string;
56
- /**
57
- * Names of files imported by this file.
58
- *
59
- * @generated from field: repeated string dependency = 3;
60
- */
61
- dependency: string[];
62
- /**
63
- * Indexes of the public imported files in the dependency list above.
64
- *
65
- * @generated from field: repeated int32 public_dependency = 10;
66
- */
67
- publicDependency: number[];
68
- /**
69
- * Indexes of the weak imported files in the dependency list.
70
- * For Google-internal migration only. Do not use.
71
- *
72
- * @generated from field: repeated int32 weak_dependency = 11;
73
- */
74
- weakDependency: number[];
75
- /**
76
- * Names of files imported by this file purely for the purpose of providing
77
- * option extensions. These are excluded from the dependency list above.
78
- *
79
- * @generated from field: repeated string option_dependency = 15;
80
- */
81
- optionDependency: string[];
82
- /**
83
- * All top-level definitions in this file.
84
- *
85
- * @generated from field: repeated google.protobuf.DescriptorProto message_type = 4;
86
- */
87
- messageType: DescriptorProto[];
88
- /**
89
- * @generated from field: repeated google.protobuf.EnumDescriptorProto enum_type = 5;
90
- */
91
- enumType: EnumDescriptorProto[];
92
- /**
93
- * @generated from field: repeated google.protobuf.ServiceDescriptorProto service = 6;
94
- */
95
- service: ServiceDescriptorProto[];
96
- /**
97
- * @generated from field: repeated google.protobuf.FieldDescriptorProto extension = 7;
98
- */
99
- extension: FieldDescriptorProto[];
100
- /**
101
- * @generated from field: optional google.protobuf.FileOptions options = 8;
102
- */
103
- options?: FileOptions | undefined;
104
- /**
105
- * This field contains optional information about the original source code.
106
- * You may safely remove this entire field without harming runtime
107
- * functionality of the descriptors -- the information is needed only by
108
- * development tools.
109
- *
110
- * @generated from field: optional google.protobuf.SourceCodeInfo source_code_info = 9;
111
- */
112
- sourceCodeInfo?: SourceCodeInfo | undefined;
113
- /**
114
- * The syntax of the proto file.
115
- * The supported values are "proto2", "proto3", and "editions".
116
- *
117
- * If `edition` is present, this value must be "editions".
118
- * WARNING: This field should only be used by protobuf plugins or special
119
- * cases like the proto compiler. Other uses are discouraged and
120
- * developers should rely on the protoreflect APIs for their client language.
121
- *
122
- * @generated from field: optional string syntax = 12;
123
- */
124
- syntax: string;
125
- /**
126
- * The edition of the proto file.
127
- * WARNING: This field should only be used by protobuf plugins or special
128
- * cases like the proto compiler. Other uses are discouraged and
129
- * developers should rely on the protoreflect APIs for their client language.
130
- *
131
- * @generated from field: optional google.protobuf.Edition edition = 14;
132
- */
133
- edition: Edition;
134
- };
135
- /**
136
- * Describes a complete .proto file.
137
- *
138
- * @generated from message google.protobuf.FileDescriptorProto
139
- */
140
- export type FileDescriptorProtoJson = {
141
- /**
142
- * file name, relative to root of source tree
143
- *
144
- * @generated from field: optional string name = 1;
145
- */
146
- name?: string;
147
- /**
148
- * e.g. "foo", "foo.bar", etc.
149
- *
150
- * @generated from field: optional string package = 2;
151
- */
152
- package?: string;
153
- /**
154
- * Names of files imported by this file.
155
- *
156
- * @generated from field: repeated string dependency = 3;
157
- */
158
- dependency?: string[];
159
- /**
160
- * Indexes of the public imported files in the dependency list above.
161
- *
162
- * @generated from field: repeated int32 public_dependency = 10;
163
- */
164
- publicDependency?: number[];
165
- /**
166
- * Indexes of the weak imported files in the dependency list.
167
- * For Google-internal migration only. Do not use.
168
- *
169
- * @generated from field: repeated int32 weak_dependency = 11;
170
- */
171
- weakDependency?: number[];
172
- /**
173
- * Names of files imported by this file purely for the purpose of providing
174
- * option extensions. These are excluded from the dependency list above.
175
- *
176
- * @generated from field: repeated string option_dependency = 15;
177
- */
178
- optionDependency?: string[];
179
- /**
180
- * All top-level definitions in this file.
181
- *
182
- * @generated from field: repeated google.protobuf.DescriptorProto message_type = 4;
183
- */
184
- messageType?: DescriptorProtoJson[];
185
- /**
186
- * @generated from field: repeated google.protobuf.EnumDescriptorProto enum_type = 5;
187
- */
188
- enumType?: EnumDescriptorProtoJson[];
189
- /**
190
- * @generated from field: repeated google.protobuf.ServiceDescriptorProto service = 6;
191
- */
192
- service?: ServiceDescriptorProtoJson[];
193
- /**
194
- * @generated from field: repeated google.protobuf.FieldDescriptorProto extension = 7;
195
- */
196
- extension?: FieldDescriptorProtoJson[];
197
- /**
198
- * @generated from field: optional google.protobuf.FileOptions options = 8;
199
- */
200
- options?: FileOptionsJson;
201
- /**
202
- * This field contains optional information about the original source code.
203
- * You may safely remove this entire field without harming runtime
204
- * functionality of the descriptors -- the information is needed only by
205
- * development tools.
206
- *
207
- * @generated from field: optional google.protobuf.SourceCodeInfo source_code_info = 9;
208
- */
209
- sourceCodeInfo?: SourceCodeInfoJson;
210
- /**
211
- * The syntax of the proto file.
212
- * The supported values are "proto2", "proto3", and "editions".
213
- *
214
- * If `edition` is present, this value must be "editions".
215
- * WARNING: This field should only be used by protobuf plugins or special
216
- * cases like the proto compiler. Other uses are discouraged and
217
- * developers should rely on the protoreflect APIs for their client language.
218
- *
219
- * @generated from field: optional string syntax = 12;
220
- */
221
- syntax?: string;
222
- /**
223
- * The edition of the proto file.
224
- * WARNING: This field should only be used by protobuf plugins or special
225
- * cases like the proto compiler. Other uses are discouraged and
226
- * developers should rely on the protoreflect APIs for their client language.
227
- *
228
- * @generated from field: optional google.protobuf.Edition edition = 14;
229
- */
230
- edition?: EditionJson;
231
- };
232
- /**
233
- * Describes the message google.protobuf.FileDescriptorProto.
234
- * Use `create(FileDescriptorProtoSchema)` to create a new message.
235
- */
236
- export declare const FileDescriptorProtoSchema: GenMessage<FileDescriptorProto, {
237
- jsonType: FileDescriptorProtoJson;
238
- }>;
239
- /**
240
- * Describes a message type.
241
- *
242
- * @generated from message google.protobuf.DescriptorProto
243
- */
244
- export type DescriptorProto = Message<"google.protobuf.DescriptorProto"> & {
245
- /**
246
- * @generated from field: optional string name = 1;
247
- */
248
- name: string;
249
- /**
250
- * @generated from field: repeated google.protobuf.FieldDescriptorProto field = 2;
251
- */
252
- field: FieldDescriptorProto[];
253
- /**
254
- * @generated from field: repeated google.protobuf.FieldDescriptorProto extension = 6;
255
- */
256
- extension: FieldDescriptorProto[];
257
- /**
258
- * @generated from field: repeated google.protobuf.DescriptorProto nested_type = 3;
259
- */
260
- nestedType: DescriptorProto[];
261
- /**
262
- * @generated from field: repeated google.protobuf.EnumDescriptorProto enum_type = 4;
263
- */
264
- enumType: EnumDescriptorProto[];
265
- /**
266
- * @generated from field: repeated google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
267
- */
268
- extensionRange: DescriptorProto_ExtensionRange[];
269
- /**
270
- * @generated from field: repeated google.protobuf.OneofDescriptorProto oneof_decl = 8;
271
- */
272
- oneofDecl: OneofDescriptorProto[];
273
- /**
274
- * @generated from field: optional google.protobuf.MessageOptions options = 7;
275
- */
276
- options?: MessageOptions | undefined;
277
- /**
278
- * @generated from field: repeated google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
279
- */
280
- reservedRange: DescriptorProto_ReservedRange[];
281
- /**
282
- * Reserved field names, which may not be used by fields in the same message.
283
- * A given name may only be reserved once.
284
- *
285
- * @generated from field: repeated string reserved_name = 10;
286
- */
287
- reservedName: string[];
288
- /**
289
- * Support for `export` and `local` keywords on enums.
290
- *
291
- * @generated from field: optional google.protobuf.SymbolVisibility visibility = 11;
292
- */
293
- visibility: SymbolVisibility;
294
- };
295
- /**
296
- * Describes a message type.
297
- *
298
- * @generated from message google.protobuf.DescriptorProto
299
- */
300
- export type DescriptorProtoJson = {
301
- /**
302
- * @generated from field: optional string name = 1;
303
- */
304
- name?: string;
305
- /**
306
- * @generated from field: repeated google.protobuf.FieldDescriptorProto field = 2;
307
- */
308
- field?: FieldDescriptorProtoJson[];
309
- /**
310
- * @generated from field: repeated google.protobuf.FieldDescriptorProto extension = 6;
311
- */
312
- extension?: FieldDescriptorProtoJson[];
313
- /**
314
- * @generated from field: repeated google.protobuf.DescriptorProto nested_type = 3;
315
- */
316
- nestedType?: DescriptorProtoJson[];
317
- /**
318
- * @generated from field: repeated google.protobuf.EnumDescriptorProto enum_type = 4;
319
- */
320
- enumType?: EnumDescriptorProtoJson[];
321
- /**
322
- * @generated from field: repeated google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
323
- */
324
- extensionRange?: DescriptorProto_ExtensionRangeJson[];
325
- /**
326
- * @generated from field: repeated google.protobuf.OneofDescriptorProto oneof_decl = 8;
327
- */
328
- oneofDecl?: OneofDescriptorProtoJson[];
329
- /**
330
- * @generated from field: optional google.protobuf.MessageOptions options = 7;
331
- */
332
- options?: MessageOptionsJson;
333
- /**
334
- * @generated from field: repeated google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
335
- */
336
- reservedRange?: DescriptorProto_ReservedRangeJson[];
337
- /**
338
- * Reserved field names, which may not be used by fields in the same message.
339
- * A given name may only be reserved once.
340
- *
341
- * @generated from field: repeated string reserved_name = 10;
342
- */
343
- reservedName?: string[];
344
- /**
345
- * Support for `export` and `local` keywords on enums.
346
- *
347
- * @generated from field: optional google.protobuf.SymbolVisibility visibility = 11;
348
- */
349
- visibility?: SymbolVisibilityJson;
350
- };
351
- /**
352
- * Describes the message google.protobuf.DescriptorProto.
353
- * Use `create(DescriptorProtoSchema)` to create a new message.
354
- */
355
- export declare const DescriptorProtoSchema: GenMessage<DescriptorProto, {
356
- jsonType: DescriptorProtoJson;
357
- }>;
358
- /**
359
- * @generated from message google.protobuf.DescriptorProto.ExtensionRange
360
- */
361
- export type DescriptorProto_ExtensionRange = Message<"google.protobuf.DescriptorProto.ExtensionRange"> & {
362
- /**
363
- * Inclusive.
364
- *
365
- * @generated from field: optional int32 start = 1;
366
- */
367
- start: number;
368
- /**
369
- * Exclusive.
370
- *
371
- * @generated from field: optional int32 end = 2;
372
- */
373
- end: number;
374
- /**
375
- * @generated from field: optional google.protobuf.ExtensionRangeOptions options = 3;
376
- */
377
- options?: ExtensionRangeOptions | undefined;
378
- };
379
- /**
380
- * @generated from message google.protobuf.DescriptorProto.ExtensionRange
381
- */
382
- export type DescriptorProto_ExtensionRangeJson = {
383
- /**
384
- * Inclusive.
385
- *
386
- * @generated from field: optional int32 start = 1;
387
- */
388
- start?: number;
389
- /**
390
- * Exclusive.
391
- *
392
- * @generated from field: optional int32 end = 2;
393
- */
394
- end?: number;
395
- /**
396
- * @generated from field: optional google.protobuf.ExtensionRangeOptions options = 3;
397
- */
398
- options?: ExtensionRangeOptionsJson;
399
- };
400
- /**
401
- * Describes the message google.protobuf.DescriptorProto.ExtensionRange.
402
- * Use `create(DescriptorProto_ExtensionRangeSchema)` to create a new message.
403
- */
404
- export declare const DescriptorProto_ExtensionRangeSchema: GenMessage<DescriptorProto_ExtensionRange, {
405
- jsonType: DescriptorProto_ExtensionRangeJson;
406
- }>;
407
- /**
408
- * Range of reserved tag numbers. Reserved tag numbers may not be used by
409
- * fields or extension ranges in the same message. Reserved ranges may
410
- * not overlap.
411
- *
412
- * @generated from message google.protobuf.DescriptorProto.ReservedRange
413
- */
414
- export type DescriptorProto_ReservedRange = Message<"google.protobuf.DescriptorProto.ReservedRange"> & {
415
- /**
416
- * Inclusive.
417
- *
418
- * @generated from field: optional int32 start = 1;
419
- */
420
- start: number;
421
- /**
422
- * Exclusive.
423
- *
424
- * @generated from field: optional int32 end = 2;
425
- */
426
- end: number;
427
- };
428
- /**
429
- * Range of reserved tag numbers. Reserved tag numbers may not be used by
430
- * fields or extension ranges in the same message. Reserved ranges may
431
- * not overlap.
432
- *
433
- * @generated from message google.protobuf.DescriptorProto.ReservedRange
434
- */
435
- export type DescriptorProto_ReservedRangeJson = {
436
- /**
437
- * Inclusive.
438
- *
439
- * @generated from field: optional int32 start = 1;
440
- */
441
- start?: number;
442
- /**
443
- * Exclusive.
444
- *
445
- * @generated from field: optional int32 end = 2;
446
- */
447
- end?: number;
448
- };
449
- /**
450
- * Describes the message google.protobuf.DescriptorProto.ReservedRange.
451
- * Use `create(DescriptorProto_ReservedRangeSchema)` to create a new message.
452
- */
453
- export declare const DescriptorProto_ReservedRangeSchema: GenMessage<DescriptorProto_ReservedRange, {
454
- jsonType: DescriptorProto_ReservedRangeJson;
455
- }>;
456
- /**
457
- * @generated from message google.protobuf.ExtensionRangeOptions
458
- */
459
- export type ExtensionRangeOptions = Message<"google.protobuf.ExtensionRangeOptions"> & {
460
- /**
461
- * The parser stores options it doesn't recognize here. See above.
462
- *
463
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
464
- */
465
- uninterpretedOption: UninterpretedOption[];
466
- /**
467
- * For external users: DO NOT USE. We are in the process of open sourcing
468
- * extension declaration and executing internal cleanups before it can be
469
- * used externally.
470
- *
471
- * @generated from field: repeated google.protobuf.ExtensionRangeOptions.Declaration declaration = 2;
472
- */
473
- declaration: ExtensionRangeOptions_Declaration[];
474
- /**
475
- * Any features defined in the specific edition.
476
- *
477
- * @generated from field: optional google.protobuf.FeatureSet features = 50;
478
- */
479
- features?: FeatureSet | undefined;
480
- /**
481
- * The verification state of the range.
482
- * TODO: flip the default to DECLARATION once all empty ranges
483
- * are marked as UNVERIFIED.
484
- *
485
- * @generated from field: optional google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED];
486
- */
487
- verification: ExtensionRangeOptions_VerificationState;
488
- };
489
- /**
490
- * @generated from message google.protobuf.ExtensionRangeOptions
491
- */
492
- export type ExtensionRangeOptionsJson = {
493
- /**
494
- * The parser stores options it doesn't recognize here. See above.
495
- *
496
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
497
- */
498
- uninterpretedOption?: UninterpretedOptionJson[];
499
- /**
500
- * For external users: DO NOT USE. We are in the process of open sourcing
501
- * extension declaration and executing internal cleanups before it can be
502
- * used externally.
503
- *
504
- * @generated from field: repeated google.protobuf.ExtensionRangeOptions.Declaration declaration = 2;
505
- */
506
- declaration?: ExtensionRangeOptions_DeclarationJson[];
507
- /**
508
- * Any features defined in the specific edition.
509
- *
510
- * @generated from field: optional google.protobuf.FeatureSet features = 50;
511
- */
512
- features?: FeatureSetJson;
513
- /**
514
- * The verification state of the range.
515
- * TODO: flip the default to DECLARATION once all empty ranges
516
- * are marked as UNVERIFIED.
517
- *
518
- * @generated from field: optional google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED];
519
- */
520
- verification?: ExtensionRangeOptions_VerificationStateJson;
521
- };
522
- /**
523
- * Describes the message google.protobuf.ExtensionRangeOptions.
524
- * Use `create(ExtensionRangeOptionsSchema)` to create a new message.
525
- */
526
- export declare const ExtensionRangeOptionsSchema: GenMessage<ExtensionRangeOptions, {
527
- jsonType: ExtensionRangeOptionsJson;
528
- }>;
529
- /**
530
- * @generated from message google.protobuf.ExtensionRangeOptions.Declaration
531
- */
532
- export type ExtensionRangeOptions_Declaration = Message<"google.protobuf.ExtensionRangeOptions.Declaration"> & {
533
- /**
534
- * The extension number declared within the extension range.
535
- *
536
- * @generated from field: optional int32 number = 1;
537
- */
538
- number: number;
539
- /**
540
- * The fully-qualified name of the extension field. There must be a leading
541
- * dot in front of the full name.
542
- *
543
- * @generated from field: optional string full_name = 2;
544
- */
545
- fullName: string;
546
- /**
547
- * The fully-qualified type name of the extension field. Unlike
548
- * Metadata.type, Declaration.type must have a leading dot for messages
549
- * and enums.
550
- *
551
- * @generated from field: optional string type = 3;
552
- */
553
- type: string;
554
- /**
555
- * If true, indicates that the number is reserved in the extension range,
556
- * and any extension field with the number will fail to compile. Set this
557
- * when a declared extension field is deleted.
558
- *
559
- * @generated from field: optional bool reserved = 5;
560
- */
561
- reserved: boolean;
562
- /**
563
- * If true, indicates that the extension must be defined as repeated.
564
- * Otherwise the extension must be defined as optional.
565
- *
566
- * @generated from field: optional bool repeated = 6;
567
- */
568
- repeated: boolean;
569
- };
570
- /**
571
- * @generated from message google.protobuf.ExtensionRangeOptions.Declaration
572
- */
573
- export type ExtensionRangeOptions_DeclarationJson = {
574
- /**
575
- * The extension number declared within the extension range.
576
- *
577
- * @generated from field: optional int32 number = 1;
578
- */
579
- number?: number;
580
- /**
581
- * The fully-qualified name of the extension field. There must be a leading
582
- * dot in front of the full name.
583
- *
584
- * @generated from field: optional string full_name = 2;
585
- */
586
- fullName?: string;
587
- /**
588
- * The fully-qualified type name of the extension field. Unlike
589
- * Metadata.type, Declaration.type must have a leading dot for messages
590
- * and enums.
591
- *
592
- * @generated from field: optional string type = 3;
593
- */
594
- type?: string;
595
- /**
596
- * If true, indicates that the number is reserved in the extension range,
597
- * and any extension field with the number will fail to compile. Set this
598
- * when a declared extension field is deleted.
599
- *
600
- * @generated from field: optional bool reserved = 5;
601
- */
602
- reserved?: boolean;
603
- /**
604
- * If true, indicates that the extension must be defined as repeated.
605
- * Otherwise the extension must be defined as optional.
606
- *
607
- * @generated from field: optional bool repeated = 6;
608
- */
609
- repeated?: boolean;
610
- };
611
- /**
612
- * Describes the message google.protobuf.ExtensionRangeOptions.Declaration.
613
- * Use `create(ExtensionRangeOptions_DeclarationSchema)` to create a new message.
614
- */
615
- export declare const ExtensionRangeOptions_DeclarationSchema: GenMessage<ExtensionRangeOptions_Declaration, {
616
- jsonType: ExtensionRangeOptions_DeclarationJson;
617
- }>;
618
- /**
619
- * The verification state of the extension range.
620
- *
621
- * @generated from enum google.protobuf.ExtensionRangeOptions.VerificationState
622
- */
623
- export declare enum ExtensionRangeOptions_VerificationState {
624
- /**
625
- * All the extensions of the range must be declared.
626
- *
627
- * @generated from enum value: DECLARATION = 0;
628
- */
629
- DECLARATION = 0,
630
- /**
631
- * @generated from enum value: UNVERIFIED = 1;
632
- */
633
- UNVERIFIED = 1
634
- }
635
- /**
636
- * The verification state of the extension range.
637
- *
638
- * @generated from enum google.protobuf.ExtensionRangeOptions.VerificationState
639
- */
640
- export type ExtensionRangeOptions_VerificationStateJson = "DECLARATION" | "UNVERIFIED";
641
- /**
642
- * Describes the enum google.protobuf.ExtensionRangeOptions.VerificationState.
643
- */
644
- export declare const ExtensionRangeOptions_VerificationStateSchema: GenEnum<ExtensionRangeOptions_VerificationState, ExtensionRangeOptions_VerificationStateJson>;
645
- /**
646
- * Describes a field within a message.
647
- *
648
- * @generated from message google.protobuf.FieldDescriptorProto
649
- */
650
- export type FieldDescriptorProto = Message<"google.protobuf.FieldDescriptorProto"> & {
651
- /**
652
- * @generated from field: optional string name = 1;
653
- */
654
- name: string;
655
- /**
656
- * @generated from field: optional int32 number = 3;
657
- */
658
- number: number;
659
- /**
660
- * @generated from field: optional google.protobuf.FieldDescriptorProto.Label label = 4;
661
- */
662
- label: FieldDescriptorProto_Label;
663
- /**
664
- * If type_name is set, this need not be set. If both this and type_name
665
- * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
666
- *
667
- * @generated from field: optional google.protobuf.FieldDescriptorProto.Type type = 5;
668
- */
669
- type: FieldDescriptorProto_Type;
670
- /**
671
- * For message and enum types, this is the name of the type. If the name
672
- * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
673
- * rules are used to find the type (i.e. first the nested types within this
674
- * message are searched, then within the parent, on up to the root
675
- * namespace).
676
- *
677
- * @generated from field: optional string type_name = 6;
678
- */
679
- typeName: string;
680
- /**
681
- * For extensions, this is the name of the type being extended. It is
682
- * resolved in the same manner as type_name.
683
- *
684
- * @generated from field: optional string extendee = 2;
685
- */
686
- extendee: string;
687
- /**
688
- * For numeric types, contains the original text representation of the value.
689
- * For booleans, "true" or "false".
690
- * For strings, contains the default text contents (not escaped in any way).
691
- * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
692
- *
693
- * @generated from field: optional string default_value = 7;
694
- */
695
- defaultValue: string;
696
- /**
697
- * If set, gives the index of a oneof in the containing type's oneof_decl
698
- * list. This field is a member of that oneof.
699
- *
700
- * @generated from field: optional int32 oneof_index = 9;
701
- */
702
- oneofIndex: number;
703
- /**
704
- * JSON name of this field. The value is set by protocol compiler. If the
705
- * user has set a "json_name" option on this field, that option's value
706
- * will be used. Otherwise, it's deduced from the field's name by converting
707
- * it to camelCase.
708
- *
709
- * @generated from field: optional string json_name = 10;
710
- */
711
- jsonName: string;
712
- /**
713
- * @generated from field: optional google.protobuf.FieldOptions options = 8;
714
- */
715
- options?: FieldOptions | undefined;
716
- /**
717
- * If true, this is a proto3 "optional". When a proto3 field is optional, it
718
- * tracks presence regardless of field type.
719
- *
720
- * When proto3_optional is true, this field must belong to a oneof to signal
721
- * to old proto3 clients that presence is tracked for this field. This oneof
722
- * is known as a "synthetic" oneof, and this field must be its sole member
723
- * (each proto3 optional field gets its own synthetic oneof). Synthetic oneofs
724
- * exist in the descriptor only, and do not generate any API. Synthetic oneofs
725
- * must be ordered after all "real" oneofs.
726
- *
727
- * For message fields, proto3_optional doesn't create any semantic change,
728
- * since non-repeated message fields always track presence. However it still
729
- * indicates the semantic detail of whether the user wrote "optional" or not.
730
- * This can be useful for round-tripping the .proto file. For consistency we
731
- * give message fields a synthetic oneof also, even though it is not required
732
- * to track presence. This is especially important because the parser can't
733
- * tell if a field is a message or an enum, so it must always create a
734
- * synthetic oneof.
735
- *
736
- * Proto2 optional fields do not set this flag, because they already indicate
737
- * optional with `LABEL_OPTIONAL`.
738
- *
739
- * @generated from field: optional bool proto3_optional = 17;
740
- */
741
- proto3Optional: boolean;
742
- };
743
- /**
744
- * Describes a field within a message.
745
- *
746
- * @generated from message google.protobuf.FieldDescriptorProto
747
- */
748
- export type FieldDescriptorProtoJson = {
749
- /**
750
- * @generated from field: optional string name = 1;
751
- */
752
- name?: string;
753
- /**
754
- * @generated from field: optional int32 number = 3;
755
- */
756
- number?: number;
757
- /**
758
- * @generated from field: optional google.protobuf.FieldDescriptorProto.Label label = 4;
759
- */
760
- label?: FieldDescriptorProto_LabelJson;
761
- /**
762
- * If type_name is set, this need not be set. If both this and type_name
763
- * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
764
- *
765
- * @generated from field: optional google.protobuf.FieldDescriptorProto.Type type = 5;
766
- */
767
- type?: FieldDescriptorProto_TypeJson;
768
- /**
769
- * For message and enum types, this is the name of the type. If the name
770
- * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
771
- * rules are used to find the type (i.e. first the nested types within this
772
- * message are searched, then within the parent, on up to the root
773
- * namespace).
774
- *
775
- * @generated from field: optional string type_name = 6;
776
- */
777
- typeName?: string;
778
- /**
779
- * For extensions, this is the name of the type being extended. It is
780
- * resolved in the same manner as type_name.
781
- *
782
- * @generated from field: optional string extendee = 2;
783
- */
784
- extendee?: string;
785
- /**
786
- * For numeric types, contains the original text representation of the value.
787
- * For booleans, "true" or "false".
788
- * For strings, contains the default text contents (not escaped in any way).
789
- * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
790
- *
791
- * @generated from field: optional string default_value = 7;
792
- */
793
- defaultValue?: string;
794
- /**
795
- * If set, gives the index of a oneof in the containing type's oneof_decl
796
- * list. This field is a member of that oneof.
797
- *
798
- * @generated from field: optional int32 oneof_index = 9;
799
- */
800
- oneofIndex?: number;
801
- /**
802
- * JSON name of this field. The value is set by protocol compiler. If the
803
- * user has set a "json_name" option on this field, that option's value
804
- * will be used. Otherwise, it's deduced from the field's name by converting
805
- * it to camelCase.
806
- *
807
- * @generated from field: optional string json_name = 10;
808
- */
809
- jsonName?: string;
810
- /**
811
- * @generated from field: optional google.protobuf.FieldOptions options = 8;
812
- */
813
- options?: FieldOptionsJson;
814
- /**
815
- * If true, this is a proto3 "optional". When a proto3 field is optional, it
816
- * tracks presence regardless of field type.
817
- *
818
- * When proto3_optional is true, this field must belong to a oneof to signal
819
- * to old proto3 clients that presence is tracked for this field. This oneof
820
- * is known as a "synthetic" oneof, and this field must be its sole member
821
- * (each proto3 optional field gets its own synthetic oneof). Synthetic oneofs
822
- * exist in the descriptor only, and do not generate any API. Synthetic oneofs
823
- * must be ordered after all "real" oneofs.
824
- *
825
- * For message fields, proto3_optional doesn't create any semantic change,
826
- * since non-repeated message fields always track presence. However it still
827
- * indicates the semantic detail of whether the user wrote "optional" or not.
828
- * This can be useful for round-tripping the .proto file. For consistency we
829
- * give message fields a synthetic oneof also, even though it is not required
830
- * to track presence. This is especially important because the parser can't
831
- * tell if a field is a message or an enum, so it must always create a
832
- * synthetic oneof.
833
- *
834
- * Proto2 optional fields do not set this flag, because they already indicate
835
- * optional with `LABEL_OPTIONAL`.
836
- *
837
- * @generated from field: optional bool proto3_optional = 17;
838
- */
839
- proto3Optional?: boolean;
840
- };
841
- /**
842
- * Describes the message google.protobuf.FieldDescriptorProto.
843
- * Use `create(FieldDescriptorProtoSchema)` to create a new message.
844
- */
845
- export declare const FieldDescriptorProtoSchema: GenMessage<FieldDescriptorProto, {
846
- jsonType: FieldDescriptorProtoJson;
847
- }>;
848
- /**
849
- * @generated from enum google.protobuf.FieldDescriptorProto.Type
850
- */
851
- export declare enum FieldDescriptorProto_Type {
852
- /**
853
- * 0 is reserved for errors.
854
- * Order is weird for historical reasons.
855
- *
856
- * @generated from enum value: TYPE_DOUBLE = 1;
857
- */
858
- DOUBLE = 1,
859
- /**
860
- * @generated from enum value: TYPE_FLOAT = 2;
861
- */
862
- FLOAT = 2,
863
- /**
864
- * Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if
865
- * negative values are likely.
866
- *
867
- * @generated from enum value: TYPE_INT64 = 3;
868
- */
869
- INT64 = 3,
870
- /**
871
- * @generated from enum value: TYPE_UINT64 = 4;
872
- */
873
- UINT64 = 4,
874
- /**
875
- * Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if
876
- * negative values are likely.
877
- *
878
- * @generated from enum value: TYPE_INT32 = 5;
879
- */
880
- INT32 = 5,
881
- /**
882
- * @generated from enum value: TYPE_FIXED64 = 6;
883
- */
884
- FIXED64 = 6,
885
- /**
886
- * @generated from enum value: TYPE_FIXED32 = 7;
887
- */
888
- FIXED32 = 7,
889
- /**
890
- * @generated from enum value: TYPE_BOOL = 8;
891
- */
892
- BOOL = 8,
893
- /**
894
- * @generated from enum value: TYPE_STRING = 9;
895
- */
896
- STRING = 9,
897
- /**
898
- * Tag-delimited aggregate.
899
- * Group type is deprecated and not supported after google.protobuf. However, Proto3
900
- * implementations should still be able to parse the group wire format and
901
- * treat group fields as unknown fields. In Editions, the group wire format
902
- * can be enabled via the `message_encoding` feature.
903
- *
904
- * @generated from enum value: TYPE_GROUP = 10;
905
- */
906
- GROUP = 10,
907
- /**
908
- * Length-delimited aggregate.
909
- *
910
- * @generated from enum value: TYPE_MESSAGE = 11;
911
- */
912
- MESSAGE = 11,
913
- /**
914
- * New in version 2.
915
- *
916
- * @generated from enum value: TYPE_BYTES = 12;
917
- */
918
- BYTES = 12,
919
- /**
920
- * @generated from enum value: TYPE_UINT32 = 13;
921
- */
922
- UINT32 = 13,
923
- /**
924
- * @generated from enum value: TYPE_ENUM = 14;
925
- */
926
- ENUM = 14,
927
- /**
928
- * @generated from enum value: TYPE_SFIXED32 = 15;
929
- */
930
- SFIXED32 = 15,
931
- /**
932
- * @generated from enum value: TYPE_SFIXED64 = 16;
933
- */
934
- SFIXED64 = 16,
935
- /**
936
- * Uses ZigZag encoding.
937
- *
938
- * @generated from enum value: TYPE_SINT32 = 17;
939
- */
940
- SINT32 = 17,
941
- /**
942
- * Uses ZigZag encoding.
943
- *
944
- * @generated from enum value: TYPE_SINT64 = 18;
945
- */
946
- SINT64 = 18
947
- }
948
- /**
949
- * @generated from enum google.protobuf.FieldDescriptorProto.Type
950
- */
951
- export type FieldDescriptorProto_TypeJson = "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";
952
- /**
953
- * Describes the enum google.protobuf.FieldDescriptorProto.Type.
954
- */
955
- export declare const FieldDescriptorProto_TypeSchema: GenEnum<FieldDescriptorProto_Type, FieldDescriptorProto_TypeJson>;
956
- /**
957
- * @generated from enum google.protobuf.FieldDescriptorProto.Label
958
- */
959
- export declare enum FieldDescriptorProto_Label {
960
- /**
961
- * 0 is reserved for errors
962
- *
963
- * @generated from enum value: LABEL_OPTIONAL = 1;
964
- */
965
- OPTIONAL = 1,
966
- /**
967
- * @generated from enum value: LABEL_REPEATED = 3;
968
- */
969
- REPEATED = 3,
970
- /**
971
- * The required label is only allowed in google.protobuf. In proto3 and Editions
972
- * it's explicitly prohibited. In Editions, the `field_presence` feature
973
- * can be used to get this behavior.
974
- *
975
- * @generated from enum value: LABEL_REQUIRED = 2;
976
- */
977
- REQUIRED = 2
978
- }
979
- /**
980
- * @generated from enum google.protobuf.FieldDescriptorProto.Label
981
- */
982
- export type FieldDescriptorProto_LabelJson = "LABEL_OPTIONAL" | "LABEL_REPEATED" | "LABEL_REQUIRED";
983
- /**
984
- * Describes the enum google.protobuf.FieldDescriptorProto.Label.
985
- */
986
- export declare const FieldDescriptorProto_LabelSchema: GenEnum<FieldDescriptorProto_Label, FieldDescriptorProto_LabelJson>;
987
- /**
988
- * Describes a oneof.
989
- *
990
- * @generated from message google.protobuf.OneofDescriptorProto
991
- */
992
- export type OneofDescriptorProto = Message<"google.protobuf.OneofDescriptorProto"> & {
993
- /**
994
- * @generated from field: optional string name = 1;
995
- */
996
- name: string;
997
- /**
998
- * @generated from field: optional google.protobuf.OneofOptions options = 2;
999
- */
1000
- options?: OneofOptions | undefined;
1001
- };
1002
- /**
1003
- * Describes a oneof.
1004
- *
1005
- * @generated from message google.protobuf.OneofDescriptorProto
1006
- */
1007
- export type OneofDescriptorProtoJson = {
1008
- /**
1009
- * @generated from field: optional string name = 1;
1010
- */
1011
- name?: string;
1012
- /**
1013
- * @generated from field: optional google.protobuf.OneofOptions options = 2;
1014
- */
1015
- options?: OneofOptionsJson;
1016
- };
1017
- /**
1018
- * Describes the message google.protobuf.OneofDescriptorProto.
1019
- * Use `create(OneofDescriptorProtoSchema)` to create a new message.
1020
- */
1021
- export declare const OneofDescriptorProtoSchema: GenMessage<OneofDescriptorProto, {
1022
- jsonType: OneofDescriptorProtoJson;
1023
- }>;
1024
- /**
1025
- * Describes an enum type.
1026
- *
1027
- * @generated from message google.protobuf.EnumDescriptorProto
1028
- */
1029
- export type EnumDescriptorProto = Message<"google.protobuf.EnumDescriptorProto"> & {
1030
- /**
1031
- * @generated from field: optional string name = 1;
1032
- */
1033
- name: string;
1034
- /**
1035
- * @generated from field: repeated google.protobuf.EnumValueDescriptorProto value = 2;
1036
- */
1037
- value: EnumValueDescriptorProto[];
1038
- /**
1039
- * @generated from field: optional google.protobuf.EnumOptions options = 3;
1040
- */
1041
- options?: EnumOptions | undefined;
1042
- /**
1043
- * Range of reserved numeric values. Reserved numeric values may not be used
1044
- * by enum values in the same enum declaration. Reserved ranges may not
1045
- * overlap.
1046
- *
1047
- * @generated from field: repeated google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4;
1048
- */
1049
- reservedRange: EnumDescriptorProto_EnumReservedRange[];
1050
- /**
1051
- * Reserved enum value names, which may not be reused. A given name may only
1052
- * be reserved once.
1053
- *
1054
- * @generated from field: repeated string reserved_name = 5;
1055
- */
1056
- reservedName: string[];
1057
- /**
1058
- * Support for `export` and `local` keywords on enums.
1059
- *
1060
- * @generated from field: optional google.protobuf.SymbolVisibility visibility = 6;
1061
- */
1062
- visibility: SymbolVisibility;
1063
- };
1064
- /**
1065
- * Describes an enum type.
1066
- *
1067
- * @generated from message google.protobuf.EnumDescriptorProto
1068
- */
1069
- export type EnumDescriptorProtoJson = {
1070
- /**
1071
- * @generated from field: optional string name = 1;
1072
- */
1073
- name?: string;
1074
- /**
1075
- * @generated from field: repeated google.protobuf.EnumValueDescriptorProto value = 2;
1076
- */
1077
- value?: EnumValueDescriptorProtoJson[];
1078
- /**
1079
- * @generated from field: optional google.protobuf.EnumOptions options = 3;
1080
- */
1081
- options?: EnumOptionsJson;
1082
- /**
1083
- * Range of reserved numeric values. Reserved numeric values may not be used
1084
- * by enum values in the same enum declaration. Reserved ranges may not
1085
- * overlap.
1086
- *
1087
- * @generated from field: repeated google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4;
1088
- */
1089
- reservedRange?: EnumDescriptorProto_EnumReservedRangeJson[];
1090
- /**
1091
- * Reserved enum value names, which may not be reused. A given name may only
1092
- * be reserved once.
1093
- *
1094
- * @generated from field: repeated string reserved_name = 5;
1095
- */
1096
- reservedName?: string[];
1097
- /**
1098
- * Support for `export` and `local` keywords on enums.
1099
- *
1100
- * @generated from field: optional google.protobuf.SymbolVisibility visibility = 6;
1101
- */
1102
- visibility?: SymbolVisibilityJson;
1103
- };
1104
- /**
1105
- * Describes the message google.protobuf.EnumDescriptorProto.
1106
- * Use `create(EnumDescriptorProtoSchema)` to create a new message.
1107
- */
1108
- export declare const EnumDescriptorProtoSchema: GenMessage<EnumDescriptorProto, {
1109
- jsonType: EnumDescriptorProtoJson;
1110
- }>;
1111
- /**
1112
- * Range of reserved numeric values. Reserved values may not be used by
1113
- * entries in the same enum. Reserved ranges may not overlap.
1114
- *
1115
- * Note that this is distinct from DescriptorProto.ReservedRange in that it
1116
- * is inclusive such that it can appropriately represent the entire int32
1117
- * domain.
1118
- *
1119
- * @generated from message google.protobuf.EnumDescriptorProto.EnumReservedRange
1120
- */
1121
- export type EnumDescriptorProto_EnumReservedRange = Message<"google.protobuf.EnumDescriptorProto.EnumReservedRange"> & {
1122
- /**
1123
- * Inclusive.
1124
- *
1125
- * @generated from field: optional int32 start = 1;
1126
- */
1127
- start: number;
1128
- /**
1129
- * Inclusive.
1130
- *
1131
- * @generated from field: optional int32 end = 2;
1132
- */
1133
- end: number;
1134
- };
1135
- /**
1136
- * Range of reserved numeric values. Reserved values may not be used by
1137
- * entries in the same enum. Reserved ranges may not overlap.
1138
- *
1139
- * Note that this is distinct from DescriptorProto.ReservedRange in that it
1140
- * is inclusive such that it can appropriately represent the entire int32
1141
- * domain.
1142
- *
1143
- * @generated from message google.protobuf.EnumDescriptorProto.EnumReservedRange
1144
- */
1145
- export type EnumDescriptorProto_EnumReservedRangeJson = {
1146
- /**
1147
- * Inclusive.
1148
- *
1149
- * @generated from field: optional int32 start = 1;
1150
- */
1151
- start?: number;
1152
- /**
1153
- * Inclusive.
1154
- *
1155
- * @generated from field: optional int32 end = 2;
1156
- */
1157
- end?: number;
1158
- };
1159
- /**
1160
- * Describes the message google.protobuf.EnumDescriptorProto.EnumReservedRange.
1161
- * Use `create(EnumDescriptorProto_EnumReservedRangeSchema)` to create a new message.
1162
- */
1163
- export declare const EnumDescriptorProto_EnumReservedRangeSchema: GenMessage<EnumDescriptorProto_EnumReservedRange, {
1164
- jsonType: EnumDescriptorProto_EnumReservedRangeJson;
1165
- }>;
1166
- /**
1167
- * Describes a value within an enum.
1168
- *
1169
- * @generated from message google.protobuf.EnumValueDescriptorProto
1170
- */
1171
- export type EnumValueDescriptorProto = Message<"google.protobuf.EnumValueDescriptorProto"> & {
1172
- /**
1173
- * @generated from field: optional string name = 1;
1174
- */
1175
- name: string;
1176
- /**
1177
- * @generated from field: optional int32 number = 2;
1178
- */
1179
- number: number;
1180
- /**
1181
- * @generated from field: optional google.protobuf.EnumValueOptions options = 3;
1182
- */
1183
- options?: EnumValueOptions | undefined;
1184
- };
1185
- /**
1186
- * Describes a value within an enum.
1187
- *
1188
- * @generated from message google.protobuf.EnumValueDescriptorProto
1189
- */
1190
- export type EnumValueDescriptorProtoJson = {
1191
- /**
1192
- * @generated from field: optional string name = 1;
1193
- */
1194
- name?: string;
1195
- /**
1196
- * @generated from field: optional int32 number = 2;
1197
- */
1198
- number?: number;
1199
- /**
1200
- * @generated from field: optional google.protobuf.EnumValueOptions options = 3;
1201
- */
1202
- options?: EnumValueOptionsJson;
1203
- };
1204
- /**
1205
- * Describes the message google.protobuf.EnumValueDescriptorProto.
1206
- * Use `create(EnumValueDescriptorProtoSchema)` to create a new message.
1207
- */
1208
- export declare const EnumValueDescriptorProtoSchema: GenMessage<EnumValueDescriptorProto, {
1209
- jsonType: EnumValueDescriptorProtoJson;
1210
- }>;
1211
- /**
1212
- * Describes a service.
1213
- *
1214
- * @generated from message google.protobuf.ServiceDescriptorProto
1215
- */
1216
- export type ServiceDescriptorProto = Message<"google.protobuf.ServiceDescriptorProto"> & {
1217
- /**
1218
- * @generated from field: optional string name = 1;
1219
- */
1220
- name: string;
1221
- /**
1222
- * @generated from field: repeated google.protobuf.MethodDescriptorProto method = 2;
1223
- */
1224
- method: MethodDescriptorProto[];
1225
- /**
1226
- * @generated from field: optional google.protobuf.ServiceOptions options = 3;
1227
- */
1228
- options?: ServiceOptions | undefined;
1229
- };
1230
- /**
1231
- * Describes a service.
1232
- *
1233
- * @generated from message google.protobuf.ServiceDescriptorProto
1234
- */
1235
- export type ServiceDescriptorProtoJson = {
1236
- /**
1237
- * @generated from field: optional string name = 1;
1238
- */
1239
- name?: string;
1240
- /**
1241
- * @generated from field: repeated google.protobuf.MethodDescriptorProto method = 2;
1242
- */
1243
- method?: MethodDescriptorProtoJson[];
1244
- /**
1245
- * @generated from field: optional google.protobuf.ServiceOptions options = 3;
1246
- */
1247
- options?: ServiceOptionsJson;
1248
- };
1249
- /**
1250
- * Describes the message google.protobuf.ServiceDescriptorProto.
1251
- * Use `create(ServiceDescriptorProtoSchema)` to create a new message.
1252
- */
1253
- export declare const ServiceDescriptorProtoSchema: GenMessage<ServiceDescriptorProto, {
1254
- jsonType: ServiceDescriptorProtoJson;
1255
- }>;
1256
- /**
1257
- * Describes a method of a service.
1258
- *
1259
- * @generated from message google.protobuf.MethodDescriptorProto
1260
- */
1261
- export type MethodDescriptorProto = Message<"google.protobuf.MethodDescriptorProto"> & {
1262
- /**
1263
- * @generated from field: optional string name = 1;
1264
- */
1265
- name: string;
1266
- /**
1267
- * Input and output type names. These are resolved in the same way as
1268
- * FieldDescriptorProto.type_name, but must refer to a message type.
1269
- *
1270
- * @generated from field: optional string input_type = 2;
1271
- */
1272
- inputType: string;
1273
- /**
1274
- * @generated from field: optional string output_type = 3;
1275
- */
1276
- outputType: string;
1277
- /**
1278
- * @generated from field: optional google.protobuf.MethodOptions options = 4;
1279
- */
1280
- options?: MethodOptions | undefined;
1281
- /**
1282
- * Identifies if client streams multiple client messages
1283
- *
1284
- * @generated from field: optional bool client_streaming = 5 [default = false];
1285
- */
1286
- clientStreaming: boolean;
1287
- /**
1288
- * Identifies if server streams multiple server messages
1289
- *
1290
- * @generated from field: optional bool server_streaming = 6 [default = false];
1291
- */
1292
- serverStreaming: boolean;
1293
- };
1294
- /**
1295
- * Describes a method of a service.
1296
- *
1297
- * @generated from message google.protobuf.MethodDescriptorProto
1298
- */
1299
- export type MethodDescriptorProtoJson = {
1300
- /**
1301
- * @generated from field: optional string name = 1;
1302
- */
1303
- name?: string;
1304
- /**
1305
- * Input and output type names. These are resolved in the same way as
1306
- * FieldDescriptorProto.type_name, but must refer to a message type.
1307
- *
1308
- * @generated from field: optional string input_type = 2;
1309
- */
1310
- inputType?: string;
1311
- /**
1312
- * @generated from field: optional string output_type = 3;
1313
- */
1314
- outputType?: string;
1315
- /**
1316
- * @generated from field: optional google.protobuf.MethodOptions options = 4;
1317
- */
1318
- options?: MethodOptionsJson;
1319
- /**
1320
- * Identifies if client streams multiple client messages
1321
- *
1322
- * @generated from field: optional bool client_streaming = 5 [default = false];
1323
- */
1324
- clientStreaming?: boolean;
1325
- /**
1326
- * Identifies if server streams multiple server messages
1327
- *
1328
- * @generated from field: optional bool server_streaming = 6 [default = false];
1329
- */
1330
- serverStreaming?: boolean;
1331
- };
1332
- /**
1333
- * Describes the message google.protobuf.MethodDescriptorProto.
1334
- * Use `create(MethodDescriptorProtoSchema)` to create a new message.
1335
- */
1336
- export declare const MethodDescriptorProtoSchema: GenMessage<MethodDescriptorProto, {
1337
- jsonType: MethodDescriptorProtoJson;
1338
- }>;
1339
- /**
1340
- * @generated from message google.protobuf.FileOptions
1341
- */
1342
- export type FileOptions = Message<"google.protobuf.FileOptions"> & {
1343
- /**
1344
- * Sets the Java package where classes generated from this .proto will be
1345
- * placed. By default, the proto package is used, but this is often
1346
- * inappropriate because proto packages do not normally start with backwards
1347
- * domain names.
1348
- *
1349
- * @generated from field: optional string java_package = 1;
1350
- */
1351
- javaPackage: string;
1352
- /**
1353
- * Controls the name of the wrapper Java class generated for the .proto file.
1354
- * That class will always contain the .proto file's getDescriptor() method as
1355
- * well as any top-level extensions defined in the .proto file.
1356
- * If java_multiple_files is disabled, then all the other classes from the
1357
- * .proto file will be nested inside the single wrapper outer class.
1358
- *
1359
- * @generated from field: optional string java_outer_classname = 8;
1360
- */
1361
- javaOuterClassname: string;
1362
- /**
1363
- * If enabled, then the Java code generator will generate a separate .java
1364
- * file for each top-level message, enum, and service defined in the .proto
1365
- * file. Thus, these types will *not* be nested inside the wrapper class
1366
- * named by java_outer_classname. However, the wrapper class will still be
1367
- * generated to contain the file's getDescriptor() method as well as any
1368
- * top-level extensions defined in the file.
1369
- *
1370
- * @generated from field: optional bool java_multiple_files = 10 [default = false];
1371
- */
1372
- javaMultipleFiles: boolean;
1373
- /**
1374
- * This option does nothing.
1375
- *
1376
- * @generated from field: optional bool java_generate_equals_and_hash = 20 [deprecated = true];
1377
- * @deprecated
1378
- */
1379
- javaGenerateEqualsAndHash: boolean;
1380
- /**
1381
- * A proto2 file can set this to true to opt in to UTF-8 checking for Java,
1382
- * which will throw an exception if invalid UTF-8 is parsed from the wire or
1383
- * assigned to a string field.
1384
- *
1385
- * TODO: clarify exactly what kinds of field types this option
1386
- * applies to, and update these docs accordingly.
1387
- *
1388
- * Proto3 files already perform these checks. Setting the option explicitly to
1389
- * false has no effect: it cannot be used to opt proto3 files out of UTF-8
1390
- * checks.
1391
- *
1392
- * @generated from field: optional bool java_string_check_utf8 = 27 [default = false];
1393
- */
1394
- javaStringCheckUtf8: boolean;
1395
- /**
1396
- * @generated from field: optional google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
1397
- */
1398
- optimizeFor: FileOptions_OptimizeMode;
1399
- /**
1400
- * Sets the Go package where structs generated from this .proto will be
1401
- * placed. If omitted, the Go package will be derived from the following:
1402
- * - The basename of the package import path, if provided.
1403
- * - Otherwise, the package statement in the .proto file, if present.
1404
- * - Otherwise, the basename of the .proto file, without extension.
1405
- *
1406
- * @generated from field: optional string go_package = 11;
1407
- */
1408
- goPackage: string;
1409
- /**
1410
- * Should generic services be generated in each language? "Generic" services
1411
- * are not specific to any particular RPC system. They are generated by the
1412
- * main code generators in each language (without additional plugins).
1413
- * Generic services were the only kind of service generation supported by
1414
- * early versions of google.protobuf.
1415
- *
1416
- * Generic services are now considered deprecated in favor of using plugins
1417
- * that generate code specific to your particular RPC system. Therefore,
1418
- * these default to false. Old code which depends on generic services should
1419
- * explicitly set them to true.
1420
- *
1421
- * @generated from field: optional bool cc_generic_services = 16 [default = false];
1422
- */
1423
- ccGenericServices: boolean;
1424
- /**
1425
- * @generated from field: optional bool java_generic_services = 17 [default = false];
1426
- */
1427
- javaGenericServices: boolean;
1428
- /**
1429
- * @generated from field: optional bool py_generic_services = 18 [default = false];
1430
- */
1431
- pyGenericServices: boolean;
1432
- /**
1433
- * Is this file deprecated?
1434
- * Depending on the target platform, this can emit Deprecated annotations
1435
- * for everything in the file, or it will be completely ignored; in the very
1436
- * least, this is a formalization for deprecating files.
1437
- *
1438
- * @generated from field: optional bool deprecated = 23 [default = false];
1439
- */
1440
- deprecated: boolean;
1441
- /**
1442
- * Enables the use of arenas for the proto messages in this file. This applies
1443
- * only to generated classes for C++.
1444
- *
1445
- * @generated from field: optional bool cc_enable_arenas = 31 [default = true];
1446
- */
1447
- ccEnableArenas: boolean;
1448
- /**
1449
- * Sets the objective c class prefix which is prepended to all objective c
1450
- * generated classes from this .proto. There is no default.
1451
- *
1452
- * @generated from field: optional string objc_class_prefix = 36;
1453
- */
1454
- objcClassPrefix: string;
1455
- /**
1456
- * Namespace for generated classes; defaults to the package.
1457
- *
1458
- * @generated from field: optional string csharp_namespace = 37;
1459
- */
1460
- csharpNamespace: string;
1461
- /**
1462
- * By default Swift generators will take the proto package and CamelCase it
1463
- * replacing '.' with underscore and use that to prefix the types/symbols
1464
- * defined. When this options is provided, they will use this value instead
1465
- * to prefix the types/symbols defined.
1466
- *
1467
- * @generated from field: optional string swift_prefix = 39;
1468
- */
1469
- swiftPrefix: string;
1470
- /**
1471
- * Sets the php class prefix which is prepended to all php generated classes
1472
- * from this .proto. Default is empty.
1473
- *
1474
- * @generated from field: optional string php_class_prefix = 40;
1475
- */
1476
- phpClassPrefix: string;
1477
- /**
1478
- * Use this option to change the namespace of php generated classes. Default
1479
- * is empty. When this option is empty, the package name will be used for
1480
- * determining the namespace.
1481
- *
1482
- * @generated from field: optional string php_namespace = 41;
1483
- */
1484
- phpNamespace: string;
1485
- /**
1486
- * Use this option to change the namespace of php generated metadata classes.
1487
- * Default is empty. When this option is empty, the proto file name will be
1488
- * used for determining the namespace.
1489
- *
1490
- * @generated from field: optional string php_metadata_namespace = 44;
1491
- */
1492
- phpMetadataNamespace: string;
1493
- /**
1494
- * Use this option to change the package of ruby generated classes. Default
1495
- * is empty. When this option is not set, the package name will be used for
1496
- * determining the ruby package.
1497
- *
1498
- * @generated from field: optional string ruby_package = 45;
1499
- */
1500
- rubyPackage: string;
1501
- /**
1502
- * Any features defined in the specific edition.
1503
- * WARNING: This field should only be used by protobuf plugins or special
1504
- * cases like the proto compiler. Other uses are discouraged and
1505
- * developers should rely on the protoreflect APIs for their client language.
1506
- *
1507
- * @generated from field: optional google.protobuf.FeatureSet features = 50;
1508
- */
1509
- features?: FeatureSet | undefined;
1510
- /**
1511
- * The parser stores options it doesn't recognize here.
1512
- * See the documentation for the "Options" section above.
1513
- *
1514
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
1515
- */
1516
- uninterpretedOption: UninterpretedOption[];
1517
- };
1518
- /**
1519
- * @generated from message google.protobuf.FileOptions
1520
- */
1521
- export type FileOptionsJson = {
1522
- /**
1523
- * Sets the Java package where classes generated from this .proto will be
1524
- * placed. By default, the proto package is used, but this is often
1525
- * inappropriate because proto packages do not normally start with backwards
1526
- * domain names.
1527
- *
1528
- * @generated from field: optional string java_package = 1;
1529
- */
1530
- javaPackage?: string;
1531
- /**
1532
- * Controls the name of the wrapper Java class generated for the .proto file.
1533
- * That class will always contain the .proto file's getDescriptor() method as
1534
- * well as any top-level extensions defined in the .proto file.
1535
- * If java_multiple_files is disabled, then all the other classes from the
1536
- * .proto file will be nested inside the single wrapper outer class.
1537
- *
1538
- * @generated from field: optional string java_outer_classname = 8;
1539
- */
1540
- javaOuterClassname?: string;
1541
- /**
1542
- * If enabled, then the Java code generator will generate a separate .java
1543
- * file for each top-level message, enum, and service defined in the .proto
1544
- * file. Thus, these types will *not* be nested inside the wrapper class
1545
- * named by java_outer_classname. However, the wrapper class will still be
1546
- * generated to contain the file's getDescriptor() method as well as any
1547
- * top-level extensions defined in the file.
1548
- *
1549
- * @generated from field: optional bool java_multiple_files = 10 [default = false];
1550
- */
1551
- javaMultipleFiles?: boolean;
1552
- /**
1553
- * This option does nothing.
1554
- *
1555
- * @generated from field: optional bool java_generate_equals_and_hash = 20 [deprecated = true];
1556
- * @deprecated
1557
- */
1558
- javaGenerateEqualsAndHash?: boolean;
1559
- /**
1560
- * A proto2 file can set this to true to opt in to UTF-8 checking for Java,
1561
- * which will throw an exception if invalid UTF-8 is parsed from the wire or
1562
- * assigned to a string field.
1563
- *
1564
- * TODO: clarify exactly what kinds of field types this option
1565
- * applies to, and update these docs accordingly.
1566
- *
1567
- * Proto3 files already perform these checks. Setting the option explicitly to
1568
- * false has no effect: it cannot be used to opt proto3 files out of UTF-8
1569
- * checks.
1570
- *
1571
- * @generated from field: optional bool java_string_check_utf8 = 27 [default = false];
1572
- */
1573
- javaStringCheckUtf8?: boolean;
1574
- /**
1575
- * @generated from field: optional google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
1576
- */
1577
- optimizeFor?: FileOptions_OptimizeModeJson;
1578
- /**
1579
- * Sets the Go package where structs generated from this .proto will be
1580
- * placed. If omitted, the Go package will be derived from the following:
1581
- * - The basename of the package import path, if provided.
1582
- * - Otherwise, the package statement in the .proto file, if present.
1583
- * - Otherwise, the basename of the .proto file, without extension.
1584
- *
1585
- * @generated from field: optional string go_package = 11;
1586
- */
1587
- goPackage?: string;
1588
- /**
1589
- * Should generic services be generated in each language? "Generic" services
1590
- * are not specific to any particular RPC system. They are generated by the
1591
- * main code generators in each language (without additional plugins).
1592
- * Generic services were the only kind of service generation supported by
1593
- * early versions of google.protobuf.
1594
- *
1595
- * Generic services are now considered deprecated in favor of using plugins
1596
- * that generate code specific to your particular RPC system. Therefore,
1597
- * these default to false. Old code which depends on generic services should
1598
- * explicitly set them to true.
1599
- *
1600
- * @generated from field: optional bool cc_generic_services = 16 [default = false];
1601
- */
1602
- ccGenericServices?: boolean;
1603
- /**
1604
- * @generated from field: optional bool java_generic_services = 17 [default = false];
1605
- */
1606
- javaGenericServices?: boolean;
1607
- /**
1608
- * @generated from field: optional bool py_generic_services = 18 [default = false];
1609
- */
1610
- pyGenericServices?: boolean;
1611
- /**
1612
- * Is this file deprecated?
1613
- * Depending on the target platform, this can emit Deprecated annotations
1614
- * for everything in the file, or it will be completely ignored; in the very
1615
- * least, this is a formalization for deprecating files.
1616
- *
1617
- * @generated from field: optional bool deprecated = 23 [default = false];
1618
- */
1619
- deprecated?: boolean;
1620
- /**
1621
- * Enables the use of arenas for the proto messages in this file. This applies
1622
- * only to generated classes for C++.
1623
- *
1624
- * @generated from field: optional bool cc_enable_arenas = 31 [default = true];
1625
- */
1626
- ccEnableArenas?: boolean;
1627
- /**
1628
- * Sets the objective c class prefix which is prepended to all objective c
1629
- * generated classes from this .proto. There is no default.
1630
- *
1631
- * @generated from field: optional string objc_class_prefix = 36;
1632
- */
1633
- objcClassPrefix?: string;
1634
- /**
1635
- * Namespace for generated classes; defaults to the package.
1636
- *
1637
- * @generated from field: optional string csharp_namespace = 37;
1638
- */
1639
- csharpNamespace?: string;
1640
- /**
1641
- * By default Swift generators will take the proto package and CamelCase it
1642
- * replacing '.' with underscore and use that to prefix the types/symbols
1643
- * defined. When this options is provided, they will use this value instead
1644
- * to prefix the types/symbols defined.
1645
- *
1646
- * @generated from field: optional string swift_prefix = 39;
1647
- */
1648
- swiftPrefix?: string;
1649
- /**
1650
- * Sets the php class prefix which is prepended to all php generated classes
1651
- * from this .proto. Default is empty.
1652
- *
1653
- * @generated from field: optional string php_class_prefix = 40;
1654
- */
1655
- phpClassPrefix?: string;
1656
- /**
1657
- * Use this option to change the namespace of php generated classes. Default
1658
- * is empty. When this option is empty, the package name will be used for
1659
- * determining the namespace.
1660
- *
1661
- * @generated from field: optional string php_namespace = 41;
1662
- */
1663
- phpNamespace?: string;
1664
- /**
1665
- * Use this option to change the namespace of php generated metadata classes.
1666
- * Default is empty. When this option is empty, the proto file name will be
1667
- * used for determining the namespace.
1668
- *
1669
- * @generated from field: optional string php_metadata_namespace = 44;
1670
- */
1671
- phpMetadataNamespace?: string;
1672
- /**
1673
- * Use this option to change the package of ruby generated classes. Default
1674
- * is empty. When this option is not set, the package name will be used for
1675
- * determining the ruby package.
1676
- *
1677
- * @generated from field: optional string ruby_package = 45;
1678
- */
1679
- rubyPackage?: string;
1680
- /**
1681
- * Any features defined in the specific edition.
1682
- * WARNING: This field should only be used by protobuf plugins or special
1683
- * cases like the proto compiler. Other uses are discouraged and
1684
- * developers should rely on the protoreflect APIs for their client language.
1685
- *
1686
- * @generated from field: optional google.protobuf.FeatureSet features = 50;
1687
- */
1688
- features?: FeatureSetJson;
1689
- /**
1690
- * The parser stores options it doesn't recognize here.
1691
- * See the documentation for the "Options" section above.
1692
- *
1693
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
1694
- */
1695
- uninterpretedOption?: UninterpretedOptionJson[];
1696
- };
1697
- /**
1698
- * Describes the message google.protobuf.FileOptions.
1699
- * Use `create(FileOptionsSchema)` to create a new message.
1700
- */
1701
- export declare const FileOptionsSchema: GenMessage<FileOptions, {
1702
- jsonType: FileOptionsJson;
1703
- }>;
1704
- /**
1705
- * Generated classes can be optimized for speed or code size.
1706
- *
1707
- * @generated from enum google.protobuf.FileOptions.OptimizeMode
1708
- */
1709
- export declare enum FileOptions_OptimizeMode {
1710
- /**
1711
- * Generate complete code for parsing, serialization,
1712
- *
1713
- * @generated from enum value: SPEED = 1;
1714
- */
1715
- SPEED = 1,
1716
- /**
1717
- * etc.
1718
- *
1719
- * Use ReflectionOps to implement these methods.
1720
- *
1721
- * @generated from enum value: CODE_SIZE = 2;
1722
- */
1723
- CODE_SIZE = 2,
1724
- /**
1725
- * Generate code using MessageLite and the lite runtime.
1726
- *
1727
- * @generated from enum value: LITE_RUNTIME = 3;
1728
- */
1729
- LITE_RUNTIME = 3
1730
- }
1731
- /**
1732
- * Generated classes can be optimized for speed or code size.
1733
- *
1734
- * @generated from enum google.protobuf.FileOptions.OptimizeMode
1735
- */
1736
- export type FileOptions_OptimizeModeJson = "SPEED" | "CODE_SIZE" | "LITE_RUNTIME";
1737
- /**
1738
- * Describes the enum google.protobuf.FileOptions.OptimizeMode.
1739
- */
1740
- export declare const FileOptions_OptimizeModeSchema: GenEnum<FileOptions_OptimizeMode, FileOptions_OptimizeModeJson>;
1741
- /**
1742
- * @generated from message google.protobuf.MessageOptions
1743
- */
1744
- export type MessageOptions = Message<"google.protobuf.MessageOptions"> & {
1745
- /**
1746
- * Set true to use the old proto1 MessageSet wire format for extensions.
1747
- * This is provided for backwards-compatibility with the MessageSet wire
1748
- * format. You should not use this for any other reason: It's less
1749
- * efficient, has fewer features, and is more complicated.
1750
- *
1751
- * The message must be defined exactly as follows:
1752
- * message Foo {
1753
- * option message_set_wire_format = true;
1754
- * extensions 4 to max;
1755
- * }
1756
- * Note that the message cannot have any defined fields; MessageSets only
1757
- * have extensions.
1758
- *
1759
- * All extensions of your type must be singular messages; e.g. they cannot
1760
- * be int32s, enums, or repeated messages.
1761
- *
1762
- * Because this is an option, the above two restrictions are not enforced by
1763
- * the protocol compiler.
1764
- *
1765
- * @generated from field: optional bool message_set_wire_format = 1 [default = false];
1766
- */
1767
- messageSetWireFormat: boolean;
1768
- /**
1769
- * Disables the generation of the standard "descriptor()" accessor, which can
1770
- * conflict with a field of the same name. This is meant to make migration
1771
- * from proto1 easier; new code should avoid fields named "descriptor".
1772
- *
1773
- * @generated from field: optional bool no_standard_descriptor_accessor = 2 [default = false];
1774
- */
1775
- noStandardDescriptorAccessor: boolean;
1776
- /**
1777
- * Is this message deprecated?
1778
- * Depending on the target platform, this can emit Deprecated annotations
1779
- * for the message, or it will be completely ignored; in the very least,
1780
- * this is a formalization for deprecating messages.
1781
- *
1782
- * @generated from field: optional bool deprecated = 3 [default = false];
1783
- */
1784
- deprecated: boolean;
1785
- /**
1786
- * Whether the message is an automatically generated map entry type for the
1787
- * maps field.
1788
- *
1789
- * For maps fields:
1790
- * map<KeyType, ValueType> map_field = 1;
1791
- * The parsed descriptor looks like:
1792
- * message MapFieldEntry {
1793
- * option map_entry = true;
1794
- * optional KeyType key = 1;
1795
- * optional ValueType value = 2;
1796
- * }
1797
- * repeated MapFieldEntry map_field = 1;
1798
- *
1799
- * Implementations may choose not to generate the map_entry=true message, but
1800
- * use a native map in the target language to hold the keys and values.
1801
- * The reflection APIs in such implementations still need to work as
1802
- * if the field is a repeated message field.
1803
- *
1804
- * NOTE: Do not set the option in .proto files. Always use the maps syntax
1805
- * instead. The option should only be implicitly set by the proto compiler
1806
- * parser.
1807
- *
1808
- * @generated from field: optional bool map_entry = 7;
1809
- */
1810
- mapEntry: boolean;
1811
- /**
1812
- * Enable the legacy handling of JSON field name conflicts. This lowercases
1813
- * and strips underscored from the fields before comparison in proto3 only.
1814
- * The new behavior takes `json_name` into account and applies to proto2 as
1815
- * well.
1816
- *
1817
- * This should only be used as a temporary measure against broken builds due
1818
- * to the change in behavior for JSON field name conflicts.
1819
- *
1820
- * TODO This is legacy behavior we plan to remove once downstream
1821
- * teams have had time to migrate.
1822
- *
1823
- * @generated from field: optional bool deprecated_legacy_json_field_conflicts = 11 [deprecated = true];
1824
- * @deprecated
1825
- */
1826
- deprecatedLegacyJsonFieldConflicts: boolean;
1827
- /**
1828
- * Any features defined in the specific edition.
1829
- * WARNING: This field should only be used by protobuf plugins or special
1830
- * cases like the proto compiler. Other uses are discouraged and
1831
- * developers should rely on the protoreflect APIs for their client language.
1832
- *
1833
- * @generated from field: optional google.protobuf.FeatureSet features = 12;
1834
- */
1835
- features?: FeatureSet | undefined;
1836
- /**
1837
- * The parser stores options it doesn't recognize here. See above.
1838
- *
1839
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
1840
- */
1841
- uninterpretedOption: UninterpretedOption[];
1842
- };
1843
- /**
1844
- * @generated from message google.protobuf.MessageOptions
1845
- */
1846
- export type MessageOptionsJson = {
1847
- /**
1848
- * Set true to use the old proto1 MessageSet wire format for extensions.
1849
- * This is provided for backwards-compatibility with the MessageSet wire
1850
- * format. You should not use this for any other reason: It's less
1851
- * efficient, has fewer features, and is more complicated.
1852
- *
1853
- * The message must be defined exactly as follows:
1854
- * message Foo {
1855
- * option message_set_wire_format = true;
1856
- * extensions 4 to max;
1857
- * }
1858
- * Note that the message cannot have any defined fields; MessageSets only
1859
- * have extensions.
1860
- *
1861
- * All extensions of your type must be singular messages; e.g. they cannot
1862
- * be int32s, enums, or repeated messages.
1863
- *
1864
- * Because this is an option, the above two restrictions are not enforced by
1865
- * the protocol compiler.
1866
- *
1867
- * @generated from field: optional bool message_set_wire_format = 1 [default = false];
1868
- */
1869
- messageSetWireFormat?: boolean;
1870
- /**
1871
- * Disables the generation of the standard "descriptor()" accessor, which can
1872
- * conflict with a field of the same name. This is meant to make migration
1873
- * from proto1 easier; new code should avoid fields named "descriptor".
1874
- *
1875
- * @generated from field: optional bool no_standard_descriptor_accessor = 2 [default = false];
1876
- */
1877
- noStandardDescriptorAccessor?: boolean;
1878
- /**
1879
- * Is this message deprecated?
1880
- * Depending on the target platform, this can emit Deprecated annotations
1881
- * for the message, or it will be completely ignored; in the very least,
1882
- * this is a formalization for deprecating messages.
1883
- *
1884
- * @generated from field: optional bool deprecated = 3 [default = false];
1885
- */
1886
- deprecated?: boolean;
1887
- /**
1888
- * Whether the message is an automatically generated map entry type for the
1889
- * maps field.
1890
- *
1891
- * For maps fields:
1892
- * map<KeyType, ValueType> map_field = 1;
1893
- * The parsed descriptor looks like:
1894
- * message MapFieldEntry {
1895
- * option map_entry = true;
1896
- * optional KeyType key = 1;
1897
- * optional ValueType value = 2;
1898
- * }
1899
- * repeated MapFieldEntry map_field = 1;
1900
- *
1901
- * Implementations may choose not to generate the map_entry=true message, but
1902
- * use a native map in the target language to hold the keys and values.
1903
- * The reflection APIs in such implementations still need to work as
1904
- * if the field is a repeated message field.
1905
- *
1906
- * NOTE: Do not set the option in .proto files. Always use the maps syntax
1907
- * instead. The option should only be implicitly set by the proto compiler
1908
- * parser.
1909
- *
1910
- * @generated from field: optional bool map_entry = 7;
1911
- */
1912
- mapEntry?: boolean;
1913
- /**
1914
- * Enable the legacy handling of JSON field name conflicts. This lowercases
1915
- * and strips underscored from the fields before comparison in proto3 only.
1916
- * The new behavior takes `json_name` into account and applies to proto2 as
1917
- * well.
1918
- *
1919
- * This should only be used as a temporary measure against broken builds due
1920
- * to the change in behavior for JSON field name conflicts.
1921
- *
1922
- * TODO This is legacy behavior we plan to remove once downstream
1923
- * teams have had time to migrate.
1924
- *
1925
- * @generated from field: optional bool deprecated_legacy_json_field_conflicts = 11 [deprecated = true];
1926
- * @deprecated
1927
- */
1928
- deprecatedLegacyJsonFieldConflicts?: boolean;
1929
- /**
1930
- * Any features defined in the specific edition.
1931
- * WARNING: This field should only be used by protobuf plugins or special
1932
- * cases like the proto compiler. Other uses are discouraged and
1933
- * developers should rely on the protoreflect APIs for their client language.
1934
- *
1935
- * @generated from field: optional google.protobuf.FeatureSet features = 12;
1936
- */
1937
- features?: FeatureSetJson;
1938
- /**
1939
- * The parser stores options it doesn't recognize here. See above.
1940
- *
1941
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
1942
- */
1943
- uninterpretedOption?: UninterpretedOptionJson[];
1944
- };
1945
- /**
1946
- * Describes the message google.protobuf.MessageOptions.
1947
- * Use `create(MessageOptionsSchema)` to create a new message.
1948
- */
1949
- export declare const MessageOptionsSchema: GenMessage<MessageOptions, {
1950
- jsonType: MessageOptionsJson;
1951
- }>;
1952
- /**
1953
- * @generated from message google.protobuf.FieldOptions
1954
- */
1955
- export type FieldOptions = Message<"google.protobuf.FieldOptions"> & {
1956
- /**
1957
- * NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
1958
- * The ctype option instructs the C++ code generator to use a different
1959
- * representation of the field than it normally would. See the specific
1960
- * options below. This option is only implemented to support use of
1961
- * [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
1962
- * type "bytes" in the open source release.
1963
- * TODO: make ctype actually deprecated.
1964
- *
1965
- * @generated from field: optional google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
1966
- */
1967
- ctype: FieldOptions_CType;
1968
- /**
1969
- * The packed option can be enabled for repeated primitive fields to enable
1970
- * a more efficient representation on the wire. Rather than repeatedly
1971
- * writing the tag and type for each element, the entire array is encoded as
1972
- * a single length-delimited blob. In proto3, only explicit setting it to
1973
- * false will avoid using packed encoding. This option is prohibited in
1974
- * Editions, but the `repeated_field_encoding` feature can be used to control
1975
- * the behavior.
1976
- *
1977
- * @generated from field: optional bool packed = 2;
1978
- */
1979
- packed: boolean;
1980
- /**
1981
- * The jstype option determines the JavaScript type used for values of the
1982
- * field. The option is permitted only for 64 bit integral and fixed types
1983
- * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
1984
- * is represented as JavaScript string, which avoids loss of precision that
1985
- * can happen when a large value is converted to a floating point JavaScript.
1986
- * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
1987
- * use the JavaScript "number" type. The behavior of the default option
1988
- * JS_NORMAL is implementation dependent.
1989
- *
1990
- * This option is an enum to permit additional types to be added, e.g.
1991
- * goog.math.Integer.
1992
- *
1993
- * @generated from field: optional google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
1994
- */
1995
- jstype: FieldOptions_JSType;
1996
- /**
1997
- * Should this field be parsed lazily? Lazy applies only to message-type
1998
- * fields. It means that when the outer message is initially parsed, the
1999
- * inner message's contents will not be parsed but instead stored in encoded
2000
- * form. The inner message will actually be parsed when it is first accessed.
2001
- *
2002
- * This is only a hint. Implementations are free to choose whether to use
2003
- * eager or lazy parsing regardless of the value of this option. However,
2004
- * setting this option true suggests that the protocol author believes that
2005
- * using lazy parsing on this field is worth the additional bookkeeping
2006
- * overhead typically needed to implement it.
2007
- *
2008
- * This option does not affect the public interface of any generated code;
2009
- * all method signatures remain the same. Furthermore, thread-safety of the
2010
- * interface is not affected by this option; const methods remain safe to
2011
- * call from multiple threads concurrently, while non-const methods continue
2012
- * to require exclusive access.
2013
- *
2014
- * Note that lazy message fields are still eagerly verified to check
2015
- * ill-formed wireformat or missing required fields. Calling IsInitialized()
2016
- * on the outer message would fail if the inner message has missing required
2017
- * fields. Failed verification would result in parsing failure (except when
2018
- * uninitialized messages are acceptable).
2019
- *
2020
- * @generated from field: optional bool lazy = 5 [default = false];
2021
- */
2022
- lazy: boolean;
2023
- /**
2024
- * unverified_lazy does no correctness checks on the byte stream. This should
2025
- * only be used where lazy with verification is prohibitive for performance
2026
- * reasons.
2027
- *
2028
- * @generated from field: optional bool unverified_lazy = 15 [default = false];
2029
- */
2030
- unverifiedLazy: boolean;
2031
- /**
2032
- * Is this field deprecated?
2033
- * Depending on the target platform, this can emit Deprecated annotations
2034
- * for accessors, or it will be completely ignored; in the very least, this
2035
- * is a formalization for deprecating fields.
2036
- *
2037
- * @generated from field: optional bool deprecated = 3 [default = false];
2038
- */
2039
- deprecated: boolean;
2040
- /**
2041
- * DEPRECATED. DO NOT USE!
2042
- * For Google-internal migration only. Do not use.
2043
- *
2044
- * @generated from field: optional bool weak = 10 [default = false, deprecated = true];
2045
- * @deprecated
2046
- */
2047
- weak: boolean;
2048
- /**
2049
- * Indicate that the field value should not be printed out when using debug
2050
- * formats, e.g. when the field contains sensitive credentials.
2051
- *
2052
- * @generated from field: optional bool debug_redact = 16 [default = false];
2053
- */
2054
- debugRedact: boolean;
2055
- /**
2056
- * @generated from field: optional google.protobuf.FieldOptions.OptionRetention retention = 17;
2057
- */
2058
- retention: FieldOptions_OptionRetention;
2059
- /**
2060
- * @generated from field: repeated google.protobuf.FieldOptions.OptionTargetType targets = 19;
2061
- */
2062
- targets: FieldOptions_OptionTargetType[];
2063
- /**
2064
- * @generated from field: repeated google.protobuf.FieldOptions.EditionDefault edition_defaults = 20;
2065
- */
2066
- editionDefaults: FieldOptions_EditionDefault[];
2067
- /**
2068
- * Any features defined in the specific edition.
2069
- * WARNING: This field should only be used by protobuf plugins or special
2070
- * cases like the proto compiler. Other uses are discouraged and
2071
- * developers should rely on the protoreflect APIs for their client language.
2072
- *
2073
- * @generated from field: optional google.protobuf.FeatureSet features = 21;
2074
- */
2075
- features?: FeatureSet | undefined;
2076
- /**
2077
- * @generated from field: optional google.protobuf.FieldOptions.FeatureSupport feature_support = 22;
2078
- */
2079
- featureSupport?: FieldOptions_FeatureSupport | undefined;
2080
- /**
2081
- * The parser stores options it doesn't recognize here. See above.
2082
- *
2083
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2084
- */
2085
- uninterpretedOption: UninterpretedOption[];
2086
- };
2087
- /**
2088
- * @generated from message google.protobuf.FieldOptions
2089
- */
2090
- export type FieldOptionsJson = {
2091
- /**
2092
- * NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
2093
- * The ctype option instructs the C++ code generator to use a different
2094
- * representation of the field than it normally would. See the specific
2095
- * options below. This option is only implemented to support use of
2096
- * [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
2097
- * type "bytes" in the open source release.
2098
- * TODO: make ctype actually deprecated.
2099
- *
2100
- * @generated from field: optional google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
2101
- */
2102
- ctype?: FieldOptions_CTypeJson;
2103
- /**
2104
- * The packed option can be enabled for repeated primitive fields to enable
2105
- * a more efficient representation on the wire. Rather than repeatedly
2106
- * writing the tag and type for each element, the entire array is encoded as
2107
- * a single length-delimited blob. In proto3, only explicit setting it to
2108
- * false will avoid using packed encoding. This option is prohibited in
2109
- * Editions, but the `repeated_field_encoding` feature can be used to control
2110
- * the behavior.
2111
- *
2112
- * @generated from field: optional bool packed = 2;
2113
- */
2114
- packed?: boolean;
2115
- /**
2116
- * The jstype option determines the JavaScript type used for values of the
2117
- * field. The option is permitted only for 64 bit integral and fixed types
2118
- * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING
2119
- * is represented as JavaScript string, which avoids loss of precision that
2120
- * can happen when a large value is converted to a floating point JavaScript.
2121
- * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to
2122
- * use the JavaScript "number" type. The behavior of the default option
2123
- * JS_NORMAL is implementation dependent.
2124
- *
2125
- * This option is an enum to permit additional types to be added, e.g.
2126
- * goog.math.Integer.
2127
- *
2128
- * @generated from field: optional google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
2129
- */
2130
- jstype?: FieldOptions_JSTypeJson;
2131
- /**
2132
- * Should this field be parsed lazily? Lazy applies only to message-type
2133
- * fields. It means that when the outer message is initially parsed, the
2134
- * inner message's contents will not be parsed but instead stored in encoded
2135
- * form. The inner message will actually be parsed when it is first accessed.
2136
- *
2137
- * This is only a hint. Implementations are free to choose whether to use
2138
- * eager or lazy parsing regardless of the value of this option. However,
2139
- * setting this option true suggests that the protocol author believes that
2140
- * using lazy parsing on this field is worth the additional bookkeeping
2141
- * overhead typically needed to implement it.
2142
- *
2143
- * This option does not affect the public interface of any generated code;
2144
- * all method signatures remain the same. Furthermore, thread-safety of the
2145
- * interface is not affected by this option; const methods remain safe to
2146
- * call from multiple threads concurrently, while non-const methods continue
2147
- * to require exclusive access.
2148
- *
2149
- * Note that lazy message fields are still eagerly verified to check
2150
- * ill-formed wireformat or missing required fields. Calling IsInitialized()
2151
- * on the outer message would fail if the inner message has missing required
2152
- * fields. Failed verification would result in parsing failure (except when
2153
- * uninitialized messages are acceptable).
2154
- *
2155
- * @generated from field: optional bool lazy = 5 [default = false];
2156
- */
2157
- lazy?: boolean;
2158
- /**
2159
- * unverified_lazy does no correctness checks on the byte stream. This should
2160
- * only be used where lazy with verification is prohibitive for performance
2161
- * reasons.
2162
- *
2163
- * @generated from field: optional bool unverified_lazy = 15 [default = false];
2164
- */
2165
- unverifiedLazy?: boolean;
2166
- /**
2167
- * Is this field deprecated?
2168
- * Depending on the target platform, this can emit Deprecated annotations
2169
- * for accessors, or it will be completely ignored; in the very least, this
2170
- * is a formalization for deprecating fields.
2171
- *
2172
- * @generated from field: optional bool deprecated = 3 [default = false];
2173
- */
2174
- deprecated?: boolean;
2175
- /**
2176
- * DEPRECATED. DO NOT USE!
2177
- * For Google-internal migration only. Do not use.
2178
- *
2179
- * @generated from field: optional bool weak = 10 [default = false, deprecated = true];
2180
- * @deprecated
2181
- */
2182
- weak?: boolean;
2183
- /**
2184
- * Indicate that the field value should not be printed out when using debug
2185
- * formats, e.g. when the field contains sensitive credentials.
2186
- *
2187
- * @generated from field: optional bool debug_redact = 16 [default = false];
2188
- */
2189
- debugRedact?: boolean;
2190
- /**
2191
- * @generated from field: optional google.protobuf.FieldOptions.OptionRetention retention = 17;
2192
- */
2193
- retention?: FieldOptions_OptionRetentionJson;
2194
- /**
2195
- * @generated from field: repeated google.protobuf.FieldOptions.OptionTargetType targets = 19;
2196
- */
2197
- targets?: FieldOptions_OptionTargetTypeJson[];
2198
- /**
2199
- * @generated from field: repeated google.protobuf.FieldOptions.EditionDefault edition_defaults = 20;
2200
- */
2201
- editionDefaults?: FieldOptions_EditionDefaultJson[];
2202
- /**
2203
- * Any features defined in the specific edition.
2204
- * WARNING: This field should only be used by protobuf plugins or special
2205
- * cases like the proto compiler. Other uses are discouraged and
2206
- * developers should rely on the protoreflect APIs for their client language.
2207
- *
2208
- * @generated from field: optional google.protobuf.FeatureSet features = 21;
2209
- */
2210
- features?: FeatureSetJson;
2211
- /**
2212
- * @generated from field: optional google.protobuf.FieldOptions.FeatureSupport feature_support = 22;
2213
- */
2214
- featureSupport?: FieldOptions_FeatureSupportJson;
2215
- /**
2216
- * The parser stores options it doesn't recognize here. See above.
2217
- *
2218
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2219
- */
2220
- uninterpretedOption?: UninterpretedOptionJson[];
2221
- };
2222
- /**
2223
- * Describes the message google.protobuf.FieldOptions.
2224
- * Use `create(FieldOptionsSchema)` to create a new message.
2225
- */
2226
- export declare const FieldOptionsSchema: GenMessage<FieldOptions, {
2227
- jsonType: FieldOptionsJson;
2228
- }>;
2229
- /**
2230
- * @generated from message google.protobuf.FieldOptions.EditionDefault
2231
- */
2232
- export type FieldOptions_EditionDefault = Message<"google.protobuf.FieldOptions.EditionDefault"> & {
2233
- /**
2234
- * @generated from field: optional google.protobuf.Edition edition = 3;
2235
- */
2236
- edition: Edition;
2237
- /**
2238
- * Textproto value.
2239
- *
2240
- * @generated from field: optional string value = 2;
2241
- */
2242
- value: string;
2243
- };
2244
- /**
2245
- * @generated from message google.protobuf.FieldOptions.EditionDefault
2246
- */
2247
- export type FieldOptions_EditionDefaultJson = {
2248
- /**
2249
- * @generated from field: optional google.protobuf.Edition edition = 3;
2250
- */
2251
- edition?: EditionJson;
2252
- /**
2253
- * Textproto value.
2254
- *
2255
- * @generated from field: optional string value = 2;
2256
- */
2257
- value?: string;
2258
- };
2259
- /**
2260
- * Describes the message google.protobuf.FieldOptions.EditionDefault.
2261
- * Use `create(FieldOptions_EditionDefaultSchema)` to create a new message.
2262
- */
2263
- export declare const FieldOptions_EditionDefaultSchema: GenMessage<FieldOptions_EditionDefault, {
2264
- jsonType: FieldOptions_EditionDefaultJson;
2265
- }>;
2266
- /**
2267
- * Information about the support window of a feature.
2268
- *
2269
- * @generated from message google.protobuf.FieldOptions.FeatureSupport
2270
- */
2271
- export type FieldOptions_FeatureSupport = Message<"google.protobuf.FieldOptions.FeatureSupport"> & {
2272
- /**
2273
- * The edition that this feature was first available in. In editions
2274
- * earlier than this one, the default assigned to EDITION_LEGACY will be
2275
- * used, and proto files will not be able to override it.
2276
- *
2277
- * @generated from field: optional google.protobuf.Edition edition_introduced = 1;
2278
- */
2279
- editionIntroduced: Edition;
2280
- /**
2281
- * The edition this feature becomes deprecated in. Using this after this
2282
- * edition may trigger warnings.
2283
- *
2284
- * @generated from field: optional google.protobuf.Edition edition_deprecated = 2;
2285
- */
2286
- editionDeprecated: Edition;
2287
- /**
2288
- * The deprecation warning text if this feature is used after the edition it
2289
- * was marked deprecated in.
2290
- *
2291
- * @generated from field: optional string deprecation_warning = 3;
2292
- */
2293
- deprecationWarning: string;
2294
- /**
2295
- * The edition this feature is no longer available in. In editions after
2296
- * this one, the last default assigned will be used, and proto files will
2297
- * not be able to override it.
2298
- *
2299
- * @generated from field: optional google.protobuf.Edition edition_removed = 4;
2300
- */
2301
- editionRemoved: Edition;
2302
- /**
2303
- * The removal error text if this feature is used after the edition it was
2304
- * removed in.
2305
- *
2306
- * @generated from field: optional string removal_error = 5;
2307
- */
2308
- removalError: string;
2309
- };
2310
- /**
2311
- * Information about the support window of a feature.
2312
- *
2313
- * @generated from message google.protobuf.FieldOptions.FeatureSupport
2314
- */
2315
- export type FieldOptions_FeatureSupportJson = {
2316
- /**
2317
- * The edition that this feature was first available in. In editions
2318
- * earlier than this one, the default assigned to EDITION_LEGACY will be
2319
- * used, and proto files will not be able to override it.
2320
- *
2321
- * @generated from field: optional google.protobuf.Edition edition_introduced = 1;
2322
- */
2323
- editionIntroduced?: EditionJson;
2324
- /**
2325
- * The edition this feature becomes deprecated in. Using this after this
2326
- * edition may trigger warnings.
2327
- *
2328
- * @generated from field: optional google.protobuf.Edition edition_deprecated = 2;
2329
- */
2330
- editionDeprecated?: EditionJson;
2331
- /**
2332
- * The deprecation warning text if this feature is used after the edition it
2333
- * was marked deprecated in.
2334
- *
2335
- * @generated from field: optional string deprecation_warning = 3;
2336
- */
2337
- deprecationWarning?: string;
2338
- /**
2339
- * The edition this feature is no longer available in. In editions after
2340
- * this one, the last default assigned will be used, and proto files will
2341
- * not be able to override it.
2342
- *
2343
- * @generated from field: optional google.protobuf.Edition edition_removed = 4;
2344
- */
2345
- editionRemoved?: EditionJson;
2346
- /**
2347
- * The removal error text if this feature is used after the edition it was
2348
- * removed in.
2349
- *
2350
- * @generated from field: optional string removal_error = 5;
2351
- */
2352
- removalError?: string;
2353
- };
2354
- /**
2355
- * Describes the message google.protobuf.FieldOptions.FeatureSupport.
2356
- * Use `create(FieldOptions_FeatureSupportSchema)` to create a new message.
2357
- */
2358
- export declare const FieldOptions_FeatureSupportSchema: GenMessage<FieldOptions_FeatureSupport, {
2359
- jsonType: FieldOptions_FeatureSupportJson;
2360
- }>;
2361
- /**
2362
- * @generated from enum google.protobuf.FieldOptions.CType
2363
- */
2364
- export declare enum FieldOptions_CType {
2365
- /**
2366
- * Default mode.
2367
- *
2368
- * @generated from enum value: STRING = 0;
2369
- */
2370
- STRING = 0,
2371
- /**
2372
- * The option [ctype=CORD] may be applied to a non-repeated field of type
2373
- * "bytes". It indicates that in C++, the data should be stored in a Cord
2374
- * instead of a string. For very large strings, this may reduce memory
2375
- * fragmentation. It may also allow better performance when parsing from a
2376
- * Cord, or when parsing with aliasing enabled, as the parsed Cord may then
2377
- * alias the original buffer.
2378
- *
2379
- * @generated from enum value: CORD = 1;
2380
- */
2381
- CORD = 1,
2382
- /**
2383
- * @generated from enum value: STRING_PIECE = 2;
2384
- */
2385
- STRING_PIECE = 2
2386
- }
2387
- /**
2388
- * @generated from enum google.protobuf.FieldOptions.CType
2389
- */
2390
- export type FieldOptions_CTypeJson = "STRING" | "CORD" | "STRING_PIECE";
2391
- /**
2392
- * Describes the enum google.protobuf.FieldOptions.CType.
2393
- */
2394
- export declare const FieldOptions_CTypeSchema: GenEnum<FieldOptions_CType, FieldOptions_CTypeJson>;
2395
- /**
2396
- * @generated from enum google.protobuf.FieldOptions.JSType
2397
- */
2398
- export declare enum FieldOptions_JSType {
2399
- /**
2400
- * Use the default type.
2401
- *
2402
- * @generated from enum value: JS_NORMAL = 0;
2403
- */
2404
- JS_NORMAL = 0,
2405
- /**
2406
- * Use JavaScript strings.
2407
- *
2408
- * @generated from enum value: JS_STRING = 1;
2409
- */
2410
- JS_STRING = 1,
2411
- /**
2412
- * Use JavaScript numbers.
2413
- *
2414
- * @generated from enum value: JS_NUMBER = 2;
2415
- */
2416
- JS_NUMBER = 2
2417
- }
2418
- /**
2419
- * @generated from enum google.protobuf.FieldOptions.JSType
2420
- */
2421
- export type FieldOptions_JSTypeJson = "JS_NORMAL" | "JS_STRING" | "JS_NUMBER";
2422
- /**
2423
- * Describes the enum google.protobuf.FieldOptions.JSType.
2424
- */
2425
- export declare const FieldOptions_JSTypeSchema: GenEnum<FieldOptions_JSType, FieldOptions_JSTypeJson>;
2426
- /**
2427
- * If set to RETENTION_SOURCE, the option will be omitted from the binary.
2428
- *
2429
- * @generated from enum google.protobuf.FieldOptions.OptionRetention
2430
- */
2431
- export declare enum FieldOptions_OptionRetention {
2432
- /**
2433
- * @generated from enum value: RETENTION_UNKNOWN = 0;
2434
- */
2435
- RETENTION_UNKNOWN = 0,
2436
- /**
2437
- * @generated from enum value: RETENTION_RUNTIME = 1;
2438
- */
2439
- RETENTION_RUNTIME = 1,
2440
- /**
2441
- * @generated from enum value: RETENTION_SOURCE = 2;
2442
- */
2443
- RETENTION_SOURCE = 2
2444
- }
2445
- /**
2446
- * If set to RETENTION_SOURCE, the option will be omitted from the binary.
2447
- *
2448
- * @generated from enum google.protobuf.FieldOptions.OptionRetention
2449
- */
2450
- export type FieldOptions_OptionRetentionJson = "RETENTION_UNKNOWN" | "RETENTION_RUNTIME" | "RETENTION_SOURCE";
2451
- /**
2452
- * Describes the enum google.protobuf.FieldOptions.OptionRetention.
2453
- */
2454
- export declare const FieldOptions_OptionRetentionSchema: GenEnum<FieldOptions_OptionRetention, FieldOptions_OptionRetentionJson>;
2455
- /**
2456
- * This indicates the types of entities that the field may apply to when used
2457
- * as an option. If it is unset, then the field may be freely used as an
2458
- * option on any kind of entity.
2459
- *
2460
- * @generated from enum google.protobuf.FieldOptions.OptionTargetType
2461
- */
2462
- export declare enum FieldOptions_OptionTargetType {
2463
- /**
2464
- * @generated from enum value: TARGET_TYPE_UNKNOWN = 0;
2465
- */
2466
- TARGET_TYPE_UNKNOWN = 0,
2467
- /**
2468
- * @generated from enum value: TARGET_TYPE_FILE = 1;
2469
- */
2470
- TARGET_TYPE_FILE = 1,
2471
- /**
2472
- * @generated from enum value: TARGET_TYPE_EXTENSION_RANGE = 2;
2473
- */
2474
- TARGET_TYPE_EXTENSION_RANGE = 2,
2475
- /**
2476
- * @generated from enum value: TARGET_TYPE_MESSAGE = 3;
2477
- */
2478
- TARGET_TYPE_MESSAGE = 3,
2479
- /**
2480
- * @generated from enum value: TARGET_TYPE_FIELD = 4;
2481
- */
2482
- TARGET_TYPE_FIELD = 4,
2483
- /**
2484
- * @generated from enum value: TARGET_TYPE_ONEOF = 5;
2485
- */
2486
- TARGET_TYPE_ONEOF = 5,
2487
- /**
2488
- * @generated from enum value: TARGET_TYPE_ENUM = 6;
2489
- */
2490
- TARGET_TYPE_ENUM = 6,
2491
- /**
2492
- * @generated from enum value: TARGET_TYPE_ENUM_ENTRY = 7;
2493
- */
2494
- TARGET_TYPE_ENUM_ENTRY = 7,
2495
- /**
2496
- * @generated from enum value: TARGET_TYPE_SERVICE = 8;
2497
- */
2498
- TARGET_TYPE_SERVICE = 8,
2499
- /**
2500
- * @generated from enum value: TARGET_TYPE_METHOD = 9;
2501
- */
2502
- TARGET_TYPE_METHOD = 9
2503
- }
2504
- /**
2505
- * This indicates the types of entities that the field may apply to when used
2506
- * as an option. If it is unset, then the field may be freely used as an
2507
- * option on any kind of entity.
2508
- *
2509
- * @generated from enum google.protobuf.FieldOptions.OptionTargetType
2510
- */
2511
- export type FieldOptions_OptionTargetTypeJson = "TARGET_TYPE_UNKNOWN" | "TARGET_TYPE_FILE" | "TARGET_TYPE_EXTENSION_RANGE" | "TARGET_TYPE_MESSAGE" | "TARGET_TYPE_FIELD" | "TARGET_TYPE_ONEOF" | "TARGET_TYPE_ENUM" | "TARGET_TYPE_ENUM_ENTRY" | "TARGET_TYPE_SERVICE" | "TARGET_TYPE_METHOD";
2512
- /**
2513
- * Describes the enum google.protobuf.FieldOptions.OptionTargetType.
2514
- */
2515
- export declare const FieldOptions_OptionTargetTypeSchema: GenEnum<FieldOptions_OptionTargetType, FieldOptions_OptionTargetTypeJson>;
2516
- /**
2517
- * @generated from message google.protobuf.OneofOptions
2518
- */
2519
- export type OneofOptions = Message<"google.protobuf.OneofOptions"> & {
2520
- /**
2521
- * Any features defined in the specific edition.
2522
- * WARNING: This field should only be used by protobuf plugins or special
2523
- * cases like the proto compiler. Other uses are discouraged and
2524
- * developers should rely on the protoreflect APIs for their client language.
2525
- *
2526
- * @generated from field: optional google.protobuf.FeatureSet features = 1;
2527
- */
2528
- features?: FeatureSet | undefined;
2529
- /**
2530
- * The parser stores options it doesn't recognize here. See above.
2531
- *
2532
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2533
- */
2534
- uninterpretedOption: UninterpretedOption[];
2535
- };
2536
- /**
2537
- * @generated from message google.protobuf.OneofOptions
2538
- */
2539
- export type OneofOptionsJson = {
2540
- /**
2541
- * Any features defined in the specific edition.
2542
- * WARNING: This field should only be used by protobuf plugins or special
2543
- * cases like the proto compiler. Other uses are discouraged and
2544
- * developers should rely on the protoreflect APIs for their client language.
2545
- *
2546
- * @generated from field: optional google.protobuf.FeatureSet features = 1;
2547
- */
2548
- features?: FeatureSetJson;
2549
- /**
2550
- * The parser stores options it doesn't recognize here. See above.
2551
- *
2552
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2553
- */
2554
- uninterpretedOption?: UninterpretedOptionJson[];
2555
- };
2556
- /**
2557
- * Describes the message google.protobuf.OneofOptions.
2558
- * Use `create(OneofOptionsSchema)` to create a new message.
2559
- */
2560
- export declare const OneofOptionsSchema: GenMessage<OneofOptions, {
2561
- jsonType: OneofOptionsJson;
2562
- }>;
2563
- /**
2564
- * @generated from message google.protobuf.EnumOptions
2565
- */
2566
- export type EnumOptions = Message<"google.protobuf.EnumOptions"> & {
2567
- /**
2568
- * Set this option to true to allow mapping different tag names to the same
2569
- * value.
2570
- *
2571
- * @generated from field: optional bool allow_alias = 2;
2572
- */
2573
- allowAlias: boolean;
2574
- /**
2575
- * Is this enum deprecated?
2576
- * Depending on the target platform, this can emit Deprecated annotations
2577
- * for the enum, or it will be completely ignored; in the very least, this
2578
- * is a formalization for deprecating enums.
2579
- *
2580
- * @generated from field: optional bool deprecated = 3 [default = false];
2581
- */
2582
- deprecated: boolean;
2583
- /**
2584
- * Enable the legacy handling of JSON field name conflicts. This lowercases
2585
- * and strips underscored from the fields before comparison in proto3 only.
2586
- * The new behavior takes `json_name` into account and applies to proto2 as
2587
- * well.
2588
- * TODO Remove this legacy behavior once downstream teams have
2589
- * had time to migrate.
2590
- *
2591
- * @generated from field: optional bool deprecated_legacy_json_field_conflicts = 6 [deprecated = true];
2592
- * @deprecated
2593
- */
2594
- deprecatedLegacyJsonFieldConflicts: boolean;
2595
- /**
2596
- * Any features defined in the specific edition.
2597
- * WARNING: This field should only be used by protobuf plugins or special
2598
- * cases like the proto compiler. Other uses are discouraged and
2599
- * developers should rely on the protoreflect APIs for their client language.
2600
- *
2601
- * @generated from field: optional google.protobuf.FeatureSet features = 7;
2602
- */
2603
- features?: FeatureSet | undefined;
2604
- /**
2605
- * The parser stores options it doesn't recognize here. See above.
2606
- *
2607
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2608
- */
2609
- uninterpretedOption: UninterpretedOption[];
2610
- };
2611
- /**
2612
- * @generated from message google.protobuf.EnumOptions
2613
- */
2614
- export type EnumOptionsJson = {
2615
- /**
2616
- * Set this option to true to allow mapping different tag names to the same
2617
- * value.
2618
- *
2619
- * @generated from field: optional bool allow_alias = 2;
2620
- */
2621
- allowAlias?: boolean;
2622
- /**
2623
- * Is this enum deprecated?
2624
- * Depending on the target platform, this can emit Deprecated annotations
2625
- * for the enum, or it will be completely ignored; in the very least, this
2626
- * is a formalization for deprecating enums.
2627
- *
2628
- * @generated from field: optional bool deprecated = 3 [default = false];
2629
- */
2630
- deprecated?: boolean;
2631
- /**
2632
- * Enable the legacy handling of JSON field name conflicts. This lowercases
2633
- * and strips underscored from the fields before comparison in proto3 only.
2634
- * The new behavior takes `json_name` into account and applies to proto2 as
2635
- * well.
2636
- * TODO Remove this legacy behavior once downstream teams have
2637
- * had time to migrate.
2638
- *
2639
- * @generated from field: optional bool deprecated_legacy_json_field_conflicts = 6 [deprecated = true];
2640
- * @deprecated
2641
- */
2642
- deprecatedLegacyJsonFieldConflicts?: boolean;
2643
- /**
2644
- * Any features defined in the specific edition.
2645
- * WARNING: This field should only be used by protobuf plugins or special
2646
- * cases like the proto compiler. Other uses are discouraged and
2647
- * developers should rely on the protoreflect APIs for their client language.
2648
- *
2649
- * @generated from field: optional google.protobuf.FeatureSet features = 7;
2650
- */
2651
- features?: FeatureSetJson;
2652
- /**
2653
- * The parser stores options it doesn't recognize here. See above.
2654
- *
2655
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2656
- */
2657
- uninterpretedOption?: UninterpretedOptionJson[];
2658
- };
2659
- /**
2660
- * Describes the message google.protobuf.EnumOptions.
2661
- * Use `create(EnumOptionsSchema)` to create a new message.
2662
- */
2663
- export declare const EnumOptionsSchema: GenMessage<EnumOptions, {
2664
- jsonType: EnumOptionsJson;
2665
- }>;
2666
- /**
2667
- * @generated from message google.protobuf.EnumValueOptions
2668
- */
2669
- export type EnumValueOptions = Message<"google.protobuf.EnumValueOptions"> & {
2670
- /**
2671
- * Is this enum value deprecated?
2672
- * Depending on the target platform, this can emit Deprecated annotations
2673
- * for the enum value, or it will be completely ignored; in the very least,
2674
- * this is a formalization for deprecating enum values.
2675
- *
2676
- * @generated from field: optional bool deprecated = 1 [default = false];
2677
- */
2678
- deprecated: boolean;
2679
- /**
2680
- * Any features defined in the specific edition.
2681
- * WARNING: This field should only be used by protobuf plugins or special
2682
- * cases like the proto compiler. Other uses are discouraged and
2683
- * developers should rely on the protoreflect APIs for their client language.
2684
- *
2685
- * @generated from field: optional google.protobuf.FeatureSet features = 2;
2686
- */
2687
- features?: FeatureSet | undefined;
2688
- /**
2689
- * Indicate that fields annotated with this enum value should not be printed
2690
- * out when using debug formats, e.g. when the field contains sensitive
2691
- * credentials.
2692
- *
2693
- * @generated from field: optional bool debug_redact = 3 [default = false];
2694
- */
2695
- debugRedact: boolean;
2696
- /**
2697
- * Information about the support window of a feature value.
2698
- *
2699
- * @generated from field: optional google.protobuf.FieldOptions.FeatureSupport feature_support = 4;
2700
- */
2701
- featureSupport?: FieldOptions_FeatureSupport | undefined;
2702
- /**
2703
- * The parser stores options it doesn't recognize here. See above.
2704
- *
2705
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2706
- */
2707
- uninterpretedOption: UninterpretedOption[];
2708
- };
2709
- /**
2710
- * @generated from message google.protobuf.EnumValueOptions
2711
- */
2712
- export type EnumValueOptionsJson = {
2713
- /**
2714
- * Is this enum value deprecated?
2715
- * Depending on the target platform, this can emit Deprecated annotations
2716
- * for the enum value, or it will be completely ignored; in the very least,
2717
- * this is a formalization for deprecating enum values.
2718
- *
2719
- * @generated from field: optional bool deprecated = 1 [default = false];
2720
- */
2721
- deprecated?: boolean;
2722
- /**
2723
- * Any features defined in the specific edition.
2724
- * WARNING: This field should only be used by protobuf plugins or special
2725
- * cases like the proto compiler. Other uses are discouraged and
2726
- * developers should rely on the protoreflect APIs for their client language.
2727
- *
2728
- * @generated from field: optional google.protobuf.FeatureSet features = 2;
2729
- */
2730
- features?: FeatureSetJson;
2731
- /**
2732
- * Indicate that fields annotated with this enum value should not be printed
2733
- * out when using debug formats, e.g. when the field contains sensitive
2734
- * credentials.
2735
- *
2736
- * @generated from field: optional bool debug_redact = 3 [default = false];
2737
- */
2738
- debugRedact?: boolean;
2739
- /**
2740
- * Information about the support window of a feature value.
2741
- *
2742
- * @generated from field: optional google.protobuf.FieldOptions.FeatureSupport feature_support = 4;
2743
- */
2744
- featureSupport?: FieldOptions_FeatureSupportJson;
2745
- /**
2746
- * The parser stores options it doesn't recognize here. See above.
2747
- *
2748
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2749
- */
2750
- uninterpretedOption?: UninterpretedOptionJson[];
2751
- };
2752
- /**
2753
- * Describes the message google.protobuf.EnumValueOptions.
2754
- * Use `create(EnumValueOptionsSchema)` to create a new message.
2755
- */
2756
- export declare const EnumValueOptionsSchema: GenMessage<EnumValueOptions, {
2757
- jsonType: EnumValueOptionsJson;
2758
- }>;
2759
- /**
2760
- * @generated from message google.protobuf.ServiceOptions
2761
- */
2762
- export type ServiceOptions = Message<"google.protobuf.ServiceOptions"> & {
2763
- /**
2764
- * Any features defined in the specific edition.
2765
- * WARNING: This field should only be used by protobuf plugins or special
2766
- * cases like the proto compiler. Other uses are discouraged and
2767
- * developers should rely on the protoreflect APIs for their client language.
2768
- *
2769
- * @generated from field: optional google.protobuf.FeatureSet features = 34;
2770
- */
2771
- features?: FeatureSet | undefined;
2772
- /**
2773
- * Is this service deprecated?
2774
- * Depending on the target platform, this can emit Deprecated annotations
2775
- * for the service, or it will be completely ignored; in the very least,
2776
- * this is a formalization for deprecating services.
2777
- *
2778
- * @generated from field: optional bool deprecated = 33 [default = false];
2779
- */
2780
- deprecated: boolean;
2781
- /**
2782
- * The parser stores options it doesn't recognize here. See above.
2783
- *
2784
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2785
- */
2786
- uninterpretedOption: UninterpretedOption[];
2787
- };
2788
- /**
2789
- * @generated from message google.protobuf.ServiceOptions
2790
- */
2791
- export type ServiceOptionsJson = {
2792
- /**
2793
- * Any features defined in the specific edition.
2794
- * WARNING: This field should only be used by protobuf plugins or special
2795
- * cases like the proto compiler. Other uses are discouraged and
2796
- * developers should rely on the protoreflect APIs for their client language.
2797
- *
2798
- * @generated from field: optional google.protobuf.FeatureSet features = 34;
2799
- */
2800
- features?: FeatureSetJson;
2801
- /**
2802
- * Is this service deprecated?
2803
- * Depending on the target platform, this can emit Deprecated annotations
2804
- * for the service, or it will be completely ignored; in the very least,
2805
- * this is a formalization for deprecating services.
2806
- *
2807
- * @generated from field: optional bool deprecated = 33 [default = false];
2808
- */
2809
- deprecated?: boolean;
2810
- /**
2811
- * The parser stores options it doesn't recognize here. See above.
2812
- *
2813
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2814
- */
2815
- uninterpretedOption?: UninterpretedOptionJson[];
2816
- };
2817
- /**
2818
- * Describes the message google.protobuf.ServiceOptions.
2819
- * Use `create(ServiceOptionsSchema)` to create a new message.
2820
- */
2821
- export declare const ServiceOptionsSchema: GenMessage<ServiceOptions, {
2822
- jsonType: ServiceOptionsJson;
2823
- }>;
2824
- /**
2825
- * @generated from message google.protobuf.MethodOptions
2826
- */
2827
- export type MethodOptions = Message<"google.protobuf.MethodOptions"> & {
2828
- /**
2829
- * Is this method deprecated?
2830
- * Depending on the target platform, this can emit Deprecated annotations
2831
- * for the method, or it will be completely ignored; in the very least,
2832
- * this is a formalization for deprecating methods.
2833
- *
2834
- * @generated from field: optional bool deprecated = 33 [default = false];
2835
- */
2836
- deprecated: boolean;
2837
- /**
2838
- * @generated from field: optional google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
2839
- */
2840
- idempotencyLevel: MethodOptions_IdempotencyLevel;
2841
- /**
2842
- * Any features defined in the specific edition.
2843
- * WARNING: This field should only be used by protobuf plugins or special
2844
- * cases like the proto compiler. Other uses are discouraged and
2845
- * developers should rely on the protoreflect APIs for their client language.
2846
- *
2847
- * @generated from field: optional google.protobuf.FeatureSet features = 35;
2848
- */
2849
- features?: FeatureSet | undefined;
2850
- /**
2851
- * The parser stores options it doesn't recognize here. See above.
2852
- *
2853
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2854
- */
2855
- uninterpretedOption: UninterpretedOption[];
2856
- };
2857
- /**
2858
- * @generated from message google.protobuf.MethodOptions
2859
- */
2860
- export type MethodOptionsJson = {
2861
- /**
2862
- * Is this method deprecated?
2863
- * Depending on the target platform, this can emit Deprecated annotations
2864
- * for the method, or it will be completely ignored; in the very least,
2865
- * this is a formalization for deprecating methods.
2866
- *
2867
- * @generated from field: optional bool deprecated = 33 [default = false];
2868
- */
2869
- deprecated?: boolean;
2870
- /**
2871
- * @generated from field: optional google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
2872
- */
2873
- idempotencyLevel?: MethodOptions_IdempotencyLevelJson;
2874
- /**
2875
- * Any features defined in the specific edition.
2876
- * WARNING: This field should only be used by protobuf plugins or special
2877
- * cases like the proto compiler. Other uses are discouraged and
2878
- * developers should rely on the protoreflect APIs for their client language.
2879
- *
2880
- * @generated from field: optional google.protobuf.FeatureSet features = 35;
2881
- */
2882
- features?: FeatureSetJson;
2883
- /**
2884
- * The parser stores options it doesn't recognize here. See above.
2885
- *
2886
- * @generated from field: repeated google.protobuf.UninterpretedOption uninterpreted_option = 999;
2887
- */
2888
- uninterpretedOption?: UninterpretedOptionJson[];
2889
- };
2890
- /**
2891
- * Describes the message google.protobuf.MethodOptions.
2892
- * Use `create(MethodOptionsSchema)` to create a new message.
2893
- */
2894
- export declare const MethodOptionsSchema: GenMessage<MethodOptions, {
2895
- jsonType: MethodOptionsJson;
2896
- }>;
2897
- /**
2898
- * Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
2899
- * or neither? HTTP based RPC implementation may choose GET verb for safe
2900
- * methods, and PUT verb for idempotent methods instead of the default POST.
2901
- *
2902
- * @generated from enum google.protobuf.MethodOptions.IdempotencyLevel
2903
- */
2904
- export declare enum MethodOptions_IdempotencyLevel {
2905
- /**
2906
- * @generated from enum value: IDEMPOTENCY_UNKNOWN = 0;
2907
- */
2908
- IDEMPOTENCY_UNKNOWN = 0,
2909
- /**
2910
- * implies idempotent
2911
- *
2912
- * @generated from enum value: NO_SIDE_EFFECTS = 1;
2913
- */
2914
- NO_SIDE_EFFECTS = 1,
2915
- /**
2916
- * idempotent, but may have side effects
2917
- *
2918
- * @generated from enum value: IDEMPOTENT = 2;
2919
- */
2920
- IDEMPOTENT = 2
2921
- }
2922
- /**
2923
- * Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
2924
- * or neither? HTTP based RPC implementation may choose GET verb for safe
2925
- * methods, and PUT verb for idempotent methods instead of the default POST.
2926
- *
2927
- * @generated from enum google.protobuf.MethodOptions.IdempotencyLevel
2928
- */
2929
- export type MethodOptions_IdempotencyLevelJson = "IDEMPOTENCY_UNKNOWN" | "NO_SIDE_EFFECTS" | "IDEMPOTENT";
2930
- /**
2931
- * Describes the enum google.protobuf.MethodOptions.IdempotencyLevel.
2932
- */
2933
- export declare const MethodOptions_IdempotencyLevelSchema: GenEnum<MethodOptions_IdempotencyLevel, MethodOptions_IdempotencyLevelJson>;
2934
- /**
2935
- * A message representing a option the parser does not recognize. This only
2936
- * appears in options protos created by the compiler::Parser class.
2937
- * DescriptorPool resolves these when building Descriptor objects. Therefore,
2938
- * options protos in descriptor objects (e.g. returned by Descriptor::options(),
2939
- * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
2940
- * in them.
2941
- *
2942
- * @generated from message google.protobuf.UninterpretedOption
2943
- */
2944
- export type UninterpretedOption = Message<"google.protobuf.UninterpretedOption"> & {
2945
- /**
2946
- * @generated from field: repeated google.protobuf.UninterpretedOption.NamePart name = 2;
2947
- */
2948
- name: UninterpretedOption_NamePart[];
2949
- /**
2950
- * The value of the uninterpreted option, in whatever type the tokenizer
2951
- * identified it as during parsing. Exactly one of these should be set.
2952
- *
2953
- * @generated from field: optional string identifier_value = 3;
2954
- */
2955
- identifierValue: string;
2956
- /**
2957
- * @generated from field: optional uint64 positive_int_value = 4;
2958
- */
2959
- positiveIntValue: bigint;
2960
- /**
2961
- * @generated from field: optional int64 negative_int_value = 5;
2962
- */
2963
- negativeIntValue: bigint;
2964
- /**
2965
- * @generated from field: optional double double_value = 6;
2966
- */
2967
- doubleValue: number;
2968
- /**
2969
- * @generated from field: optional bytes string_value = 7;
2970
- */
2971
- stringValue: Uint8Array;
2972
- /**
2973
- * @generated from field: optional string aggregate_value = 8;
2974
- */
2975
- aggregateValue: string;
2976
- };
2977
- /**
2978
- * A message representing a option the parser does not recognize. This only
2979
- * appears in options protos created by the compiler::Parser class.
2980
- * DescriptorPool resolves these when building Descriptor objects. Therefore,
2981
- * options protos in descriptor objects (e.g. returned by Descriptor::options(),
2982
- * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
2983
- * in them.
2984
- *
2985
- * @generated from message google.protobuf.UninterpretedOption
2986
- */
2987
- export type UninterpretedOptionJson = {
2988
- /**
2989
- * @generated from field: repeated google.protobuf.UninterpretedOption.NamePart name = 2;
2990
- */
2991
- name?: UninterpretedOption_NamePartJson[];
2992
- /**
2993
- * The value of the uninterpreted option, in whatever type the tokenizer
2994
- * identified it as during parsing. Exactly one of these should be set.
2995
- *
2996
- * @generated from field: optional string identifier_value = 3;
2997
- */
2998
- identifierValue?: string;
2999
- /**
3000
- * @generated from field: optional uint64 positive_int_value = 4;
3001
- */
3002
- positiveIntValue?: string;
3003
- /**
3004
- * @generated from field: optional int64 negative_int_value = 5;
3005
- */
3006
- negativeIntValue?: string;
3007
- /**
3008
- * @generated from field: optional double double_value = 6;
3009
- */
3010
- doubleValue?: number | "NaN" | "Infinity" | "-Infinity";
3011
- /**
3012
- * @generated from field: optional bytes string_value = 7;
3013
- */
3014
- stringValue?: string;
3015
- /**
3016
- * @generated from field: optional string aggregate_value = 8;
3017
- */
3018
- aggregateValue?: string;
3019
- };
3020
- /**
3021
- * Describes the message google.protobuf.UninterpretedOption.
3022
- * Use `create(UninterpretedOptionSchema)` to create a new message.
3023
- */
3024
- export declare const UninterpretedOptionSchema: GenMessage<UninterpretedOption, {
3025
- jsonType: UninterpretedOptionJson;
3026
- }>;
3027
- /**
3028
- * The name of the uninterpreted option. Each string represents a segment in
3029
- * a dot-separated name. is_extension is true iff a segment represents an
3030
- * extension (denoted with parentheses in options specs in .proto files).
3031
- * E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents
3032
- * "foo.(bar.baz).moo".
3033
- *
3034
- * @generated from message google.protobuf.UninterpretedOption.NamePart
3035
- */
3036
- export type UninterpretedOption_NamePart = Message<"google.protobuf.UninterpretedOption.NamePart"> & {
3037
- /**
3038
- * @generated from field: required string name_part = 1;
3039
- */
3040
- namePart: string;
3041
- /**
3042
- * @generated from field: required bool is_extension = 2;
3043
- */
3044
- isExtension: boolean;
3045
- };
3046
- /**
3047
- * The name of the uninterpreted option. Each string represents a segment in
3048
- * a dot-separated name. is_extension is true iff a segment represents an
3049
- * extension (denoted with parentheses in options specs in .proto files).
3050
- * E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents
3051
- * "foo.(bar.baz).moo".
3052
- *
3053
- * @generated from message google.protobuf.UninterpretedOption.NamePart
3054
- */
3055
- export type UninterpretedOption_NamePartJson = {
3056
- /**
3057
- * @generated from field: required string name_part = 1;
3058
- */
3059
- namePart?: string;
3060
- /**
3061
- * @generated from field: required bool is_extension = 2;
3062
- */
3063
- isExtension?: boolean;
3064
- };
3065
- /**
3066
- * Describes the message google.protobuf.UninterpretedOption.NamePart.
3067
- * Use `create(UninterpretedOption_NamePartSchema)` to create a new message.
3068
- */
3069
- export declare const UninterpretedOption_NamePartSchema: GenMessage<UninterpretedOption_NamePart, {
3070
- jsonType: UninterpretedOption_NamePartJson;
3071
- }>;
3072
- /**
3073
- * TODO Enums in C++ gencode (and potentially other languages) are
3074
- * not well scoped. This means that each of the feature enums below can clash
3075
- * with each other. The short names we've chosen maximize call-site
3076
- * readability, but leave us very open to this scenario. A future feature will
3077
- * be designed and implemented to handle this, hopefully before we ever hit a
3078
- * conflict here.
3079
- *
3080
- * @generated from message google.protobuf.FeatureSet
3081
- */
3082
- export type FeatureSet = Message<"google.protobuf.FeatureSet"> & {
3083
- /**
3084
- * @generated from field: optional google.protobuf.FeatureSet.FieldPresence field_presence = 1;
3085
- */
3086
- fieldPresence: FeatureSet_FieldPresence;
3087
- /**
3088
- * @generated from field: optional google.protobuf.FeatureSet.EnumType enum_type = 2;
3089
- */
3090
- enumType: FeatureSet_EnumType;
3091
- /**
3092
- * @generated from field: optional google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3;
3093
- */
3094
- repeatedFieldEncoding: FeatureSet_RepeatedFieldEncoding;
3095
- /**
3096
- * @generated from field: optional google.protobuf.FeatureSet.Utf8Validation utf8_validation = 4;
3097
- */
3098
- utf8Validation: FeatureSet_Utf8Validation;
3099
- /**
3100
- * @generated from field: optional google.protobuf.FeatureSet.MessageEncoding message_encoding = 5;
3101
- */
3102
- messageEncoding: FeatureSet_MessageEncoding;
3103
- /**
3104
- * @generated from field: optional google.protobuf.FeatureSet.JsonFormat json_format = 6;
3105
- */
3106
- jsonFormat: FeatureSet_JsonFormat;
3107
- /**
3108
- * @generated from field: optional google.protobuf.FeatureSet.EnforceNamingStyle enforce_naming_style = 7;
3109
- */
3110
- enforceNamingStyle: FeatureSet_EnforceNamingStyle;
3111
- /**
3112
- * @generated from field: optional google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility default_symbol_visibility = 8;
3113
- */
3114
- defaultSymbolVisibility: FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
3115
- };
3116
- /**
3117
- * TODO Enums in C++ gencode (and potentially other languages) are
3118
- * not well scoped. This means that each of the feature enums below can clash
3119
- * with each other. The short names we've chosen maximize call-site
3120
- * readability, but leave us very open to this scenario. A future feature will
3121
- * be designed and implemented to handle this, hopefully before we ever hit a
3122
- * conflict here.
3123
- *
3124
- * @generated from message google.protobuf.FeatureSet
3125
- */
3126
- export type FeatureSetJson = {
3127
- /**
3128
- * @generated from field: optional google.protobuf.FeatureSet.FieldPresence field_presence = 1;
3129
- */
3130
- fieldPresence?: FeatureSet_FieldPresenceJson;
3131
- /**
3132
- * @generated from field: optional google.protobuf.FeatureSet.EnumType enum_type = 2;
3133
- */
3134
- enumType?: FeatureSet_EnumTypeJson;
3135
- /**
3136
- * @generated from field: optional google.protobuf.FeatureSet.RepeatedFieldEncoding repeated_field_encoding = 3;
3137
- */
3138
- repeatedFieldEncoding?: FeatureSet_RepeatedFieldEncodingJson;
3139
- /**
3140
- * @generated from field: optional google.protobuf.FeatureSet.Utf8Validation utf8_validation = 4;
3141
- */
3142
- utf8Validation?: FeatureSet_Utf8ValidationJson;
3143
- /**
3144
- * @generated from field: optional google.protobuf.FeatureSet.MessageEncoding message_encoding = 5;
3145
- */
3146
- messageEncoding?: FeatureSet_MessageEncodingJson;
3147
- /**
3148
- * @generated from field: optional google.protobuf.FeatureSet.JsonFormat json_format = 6;
3149
- */
3150
- jsonFormat?: FeatureSet_JsonFormatJson;
3151
- /**
3152
- * @generated from field: optional google.protobuf.FeatureSet.EnforceNamingStyle enforce_naming_style = 7;
3153
- */
3154
- enforceNamingStyle?: FeatureSet_EnforceNamingStyleJson;
3155
- /**
3156
- * @generated from field: optional google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility default_symbol_visibility = 8;
3157
- */
3158
- defaultSymbolVisibility?: FeatureSet_VisibilityFeature_DefaultSymbolVisibilityJson;
3159
- };
3160
- /**
3161
- * Describes the message google.protobuf.FeatureSet.
3162
- * Use `create(FeatureSetSchema)` to create a new message.
3163
- */
3164
- export declare const FeatureSetSchema: GenMessage<FeatureSet, {
3165
- jsonType: FeatureSetJson;
3166
- }>;
3167
- /**
3168
- * @generated from message google.protobuf.FeatureSet.VisibilityFeature
3169
- */
3170
- export type FeatureSet_VisibilityFeature = Message<"google.protobuf.FeatureSet.VisibilityFeature"> & {};
3171
- /**
3172
- * @generated from message google.protobuf.FeatureSet.VisibilityFeature
3173
- */
3174
- export type FeatureSet_VisibilityFeatureJson = {};
3175
- /**
3176
- * Describes the message google.protobuf.FeatureSet.VisibilityFeature.
3177
- * Use `create(FeatureSet_VisibilityFeatureSchema)` to create a new message.
3178
- */
3179
- export declare const FeatureSet_VisibilityFeatureSchema: GenMessage<FeatureSet_VisibilityFeature, {
3180
- jsonType: FeatureSet_VisibilityFeatureJson;
3181
- }>;
3182
- /**
3183
- * @generated from enum google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility
3184
- */
3185
- export declare enum FeatureSet_VisibilityFeature_DefaultSymbolVisibility {
3186
- /**
3187
- * @generated from enum value: DEFAULT_SYMBOL_VISIBILITY_UNKNOWN = 0;
3188
- */
3189
- DEFAULT_SYMBOL_VISIBILITY_UNKNOWN = 0,
3190
- /**
3191
- * Default pre-EDITION_2024, all UNSET visibility are export.
3192
- *
3193
- * @generated from enum value: EXPORT_ALL = 1;
3194
- */
3195
- EXPORT_ALL = 1,
3196
- /**
3197
- * All top-level symbols default to export, nested default to local.
3198
- *
3199
- * @generated from enum value: EXPORT_TOP_LEVEL = 2;
3200
- */
3201
- EXPORT_TOP_LEVEL = 2,
3202
- /**
3203
- * All symbols default to local.
3204
- *
3205
- * @generated from enum value: LOCAL_ALL = 3;
3206
- */
3207
- LOCAL_ALL = 3,
3208
- /**
3209
- * All symbols local by default. Nested types cannot be exported.
3210
- * With special case caveat for message { enum {} reserved 1 to max; }
3211
- * This is the recommended setting for new protos.
3212
- *
3213
- * @generated from enum value: STRICT = 4;
3214
- */
3215
- STRICT = 4
3216
- }
3217
- /**
3218
- * @generated from enum google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility
3219
- */
3220
- export type FeatureSet_VisibilityFeature_DefaultSymbolVisibilityJson = "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN" | "EXPORT_ALL" | "EXPORT_TOP_LEVEL" | "LOCAL_ALL" | "STRICT";
3221
- /**
3222
- * Describes the enum google.protobuf.FeatureSet.VisibilityFeature.DefaultSymbolVisibility.
3223
- */
3224
- export declare const FeatureSet_VisibilityFeature_DefaultSymbolVisibilitySchema: GenEnum<FeatureSet_VisibilityFeature_DefaultSymbolVisibility, FeatureSet_VisibilityFeature_DefaultSymbolVisibilityJson>;
3225
- /**
3226
- * @generated from enum google.protobuf.FeatureSet.FieldPresence
3227
- */
3228
- export declare enum FeatureSet_FieldPresence {
3229
- /**
3230
- * @generated from enum value: FIELD_PRESENCE_UNKNOWN = 0;
3231
- */
3232
- FIELD_PRESENCE_UNKNOWN = 0,
3233
- /**
3234
- * @generated from enum value: EXPLICIT = 1;
3235
- */
3236
- EXPLICIT = 1,
3237
- /**
3238
- * @generated from enum value: IMPLICIT = 2;
3239
- */
3240
- IMPLICIT = 2,
3241
- /**
3242
- * @generated from enum value: LEGACY_REQUIRED = 3;
3243
- */
3244
- LEGACY_REQUIRED = 3
3245
- }
3246
- /**
3247
- * @generated from enum google.protobuf.FeatureSet.FieldPresence
3248
- */
3249
- export type FeatureSet_FieldPresenceJson = "FIELD_PRESENCE_UNKNOWN" | "EXPLICIT" | "IMPLICIT" | "LEGACY_REQUIRED";
3250
- /**
3251
- * Describes the enum google.protobuf.FeatureSet.FieldPresence.
3252
- */
3253
- export declare const FeatureSet_FieldPresenceSchema: GenEnum<FeatureSet_FieldPresence, FeatureSet_FieldPresenceJson>;
3254
- /**
3255
- * @generated from enum google.protobuf.FeatureSet.EnumType
3256
- */
3257
- export declare enum FeatureSet_EnumType {
3258
- /**
3259
- * @generated from enum value: ENUM_TYPE_UNKNOWN = 0;
3260
- */
3261
- ENUM_TYPE_UNKNOWN = 0,
3262
- /**
3263
- * @generated from enum value: OPEN = 1;
3264
- */
3265
- OPEN = 1,
3266
- /**
3267
- * @generated from enum value: CLOSED = 2;
3268
- */
3269
- CLOSED = 2
3270
- }
3271
- /**
3272
- * @generated from enum google.protobuf.FeatureSet.EnumType
3273
- */
3274
- export type FeatureSet_EnumTypeJson = "ENUM_TYPE_UNKNOWN" | "OPEN" | "CLOSED";
3275
- /**
3276
- * Describes the enum google.protobuf.FeatureSet.EnumType.
3277
- */
3278
- export declare const FeatureSet_EnumTypeSchema: GenEnum<FeatureSet_EnumType, FeatureSet_EnumTypeJson>;
3279
- /**
3280
- * @generated from enum google.protobuf.FeatureSet.RepeatedFieldEncoding
3281
- */
3282
- export declare enum FeatureSet_RepeatedFieldEncoding {
3283
- /**
3284
- * @generated from enum value: REPEATED_FIELD_ENCODING_UNKNOWN = 0;
3285
- */
3286
- REPEATED_FIELD_ENCODING_UNKNOWN = 0,
3287
- /**
3288
- * @generated from enum value: PACKED = 1;
3289
- */
3290
- PACKED = 1,
3291
- /**
3292
- * @generated from enum value: EXPANDED = 2;
3293
- */
3294
- EXPANDED = 2
3295
- }
3296
- /**
3297
- * @generated from enum google.protobuf.FeatureSet.RepeatedFieldEncoding
3298
- */
3299
- export type FeatureSet_RepeatedFieldEncodingJson = "REPEATED_FIELD_ENCODING_UNKNOWN" | "PACKED" | "EXPANDED";
3300
- /**
3301
- * Describes the enum google.protobuf.FeatureSet.RepeatedFieldEncoding.
3302
- */
3303
- export declare const FeatureSet_RepeatedFieldEncodingSchema: GenEnum<FeatureSet_RepeatedFieldEncoding, FeatureSet_RepeatedFieldEncodingJson>;
3304
- /**
3305
- * @generated from enum google.protobuf.FeatureSet.Utf8Validation
3306
- */
3307
- export declare enum FeatureSet_Utf8Validation {
3308
- /**
3309
- * @generated from enum value: UTF8_VALIDATION_UNKNOWN = 0;
3310
- */
3311
- UTF8_VALIDATION_UNKNOWN = 0,
3312
- /**
3313
- * @generated from enum value: VERIFY = 2;
3314
- */
3315
- VERIFY = 2,
3316
- /**
3317
- * @generated from enum value: NONE = 3;
3318
- */
3319
- NONE = 3
3320
- }
3321
- /**
3322
- * @generated from enum google.protobuf.FeatureSet.Utf8Validation
3323
- */
3324
- export type FeatureSet_Utf8ValidationJson = "UTF8_VALIDATION_UNKNOWN" | "VERIFY" | "NONE";
3325
- /**
3326
- * Describes the enum google.protobuf.FeatureSet.Utf8Validation.
3327
- */
3328
- export declare const FeatureSet_Utf8ValidationSchema: GenEnum<FeatureSet_Utf8Validation, FeatureSet_Utf8ValidationJson>;
3329
- /**
3330
- * @generated from enum google.protobuf.FeatureSet.MessageEncoding
3331
- */
3332
- export declare enum FeatureSet_MessageEncoding {
3333
- /**
3334
- * @generated from enum value: MESSAGE_ENCODING_UNKNOWN = 0;
3335
- */
3336
- MESSAGE_ENCODING_UNKNOWN = 0,
3337
- /**
3338
- * @generated from enum value: LENGTH_PREFIXED = 1;
3339
- */
3340
- LENGTH_PREFIXED = 1,
3341
- /**
3342
- * @generated from enum value: DELIMITED = 2;
3343
- */
3344
- DELIMITED = 2
3345
- }
3346
- /**
3347
- * @generated from enum google.protobuf.FeatureSet.MessageEncoding
3348
- */
3349
- export type FeatureSet_MessageEncodingJson = "MESSAGE_ENCODING_UNKNOWN" | "LENGTH_PREFIXED" | "DELIMITED";
3350
- /**
3351
- * Describes the enum google.protobuf.FeatureSet.MessageEncoding.
3352
- */
3353
- export declare const FeatureSet_MessageEncodingSchema: GenEnum<FeatureSet_MessageEncoding, FeatureSet_MessageEncodingJson>;
3354
- /**
3355
- * @generated from enum google.protobuf.FeatureSet.JsonFormat
3356
- */
3357
- export declare enum FeatureSet_JsonFormat {
3358
- /**
3359
- * @generated from enum value: JSON_FORMAT_UNKNOWN = 0;
3360
- */
3361
- JSON_FORMAT_UNKNOWN = 0,
3362
- /**
3363
- * @generated from enum value: ALLOW = 1;
3364
- */
3365
- ALLOW = 1,
3366
- /**
3367
- * @generated from enum value: LEGACY_BEST_EFFORT = 2;
3368
- */
3369
- LEGACY_BEST_EFFORT = 2
3370
- }
3371
- /**
3372
- * @generated from enum google.protobuf.FeatureSet.JsonFormat
3373
- */
3374
- export type FeatureSet_JsonFormatJson = "JSON_FORMAT_UNKNOWN" | "ALLOW" | "LEGACY_BEST_EFFORT";
3375
- /**
3376
- * Describes the enum google.protobuf.FeatureSet.JsonFormat.
3377
- */
3378
- export declare const FeatureSet_JsonFormatSchema: GenEnum<FeatureSet_JsonFormat, FeatureSet_JsonFormatJson>;
3379
- /**
3380
- * @generated from enum google.protobuf.FeatureSet.EnforceNamingStyle
3381
- */
3382
- export declare enum FeatureSet_EnforceNamingStyle {
3383
- /**
3384
- * @generated from enum value: ENFORCE_NAMING_STYLE_UNKNOWN = 0;
3385
- */
3386
- ENFORCE_NAMING_STYLE_UNKNOWN = 0,
3387
- /**
3388
- * @generated from enum value: STYLE2024 = 1;
3389
- */
3390
- STYLE2024 = 1,
3391
- /**
3392
- * @generated from enum value: STYLE_LEGACY = 2;
3393
- */
3394
- STYLE_LEGACY = 2
3395
- }
3396
- /**
3397
- * @generated from enum google.protobuf.FeatureSet.EnforceNamingStyle
3398
- */
3399
- export type FeatureSet_EnforceNamingStyleJson = "ENFORCE_NAMING_STYLE_UNKNOWN" | "STYLE2024" | "STYLE_LEGACY";
3400
- /**
3401
- * Describes the enum google.protobuf.FeatureSet.EnforceNamingStyle.
3402
- */
3403
- export declare const FeatureSet_EnforceNamingStyleSchema: GenEnum<FeatureSet_EnforceNamingStyle, FeatureSet_EnforceNamingStyleJson>;
3404
- /**
3405
- * A compiled specification for the defaults of a set of features. These
3406
- * messages are generated from FeatureSet extensions and can be used to seed
3407
- * feature resolution. The resolution with this object becomes a simple search
3408
- * for the closest matching edition, followed by proto merges.
3409
- *
3410
- * @generated from message google.protobuf.FeatureSetDefaults
3411
- */
3412
- export type FeatureSetDefaults = Message<"google.protobuf.FeatureSetDefaults"> & {
3413
- /**
3414
- * @generated from field: repeated google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault defaults = 1;
3415
- */
3416
- defaults: FeatureSetDefaults_FeatureSetEditionDefault[];
3417
- /**
3418
- * The minimum supported edition (inclusive) when this was constructed.
3419
- * Editions before this will not have defaults.
3420
- *
3421
- * @generated from field: optional google.protobuf.Edition minimum_edition = 4;
3422
- */
3423
- minimumEdition: Edition;
3424
- /**
3425
- * The maximum known edition (inclusive) when this was constructed. Editions
3426
- * after this will not have reliable defaults.
3427
- *
3428
- * @generated from field: optional google.protobuf.Edition maximum_edition = 5;
3429
- */
3430
- maximumEdition: Edition;
3431
- };
3432
- /**
3433
- * A compiled specification for the defaults of a set of features. These
3434
- * messages are generated from FeatureSet extensions and can be used to seed
3435
- * feature resolution. The resolution with this object becomes a simple search
3436
- * for the closest matching edition, followed by proto merges.
3437
- *
3438
- * @generated from message google.protobuf.FeatureSetDefaults
3439
- */
3440
- export type FeatureSetDefaultsJson = {
3441
- /**
3442
- * @generated from field: repeated google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault defaults = 1;
3443
- */
3444
- defaults?: FeatureSetDefaults_FeatureSetEditionDefaultJson[];
3445
- /**
3446
- * The minimum supported edition (inclusive) when this was constructed.
3447
- * Editions before this will not have defaults.
3448
- *
3449
- * @generated from field: optional google.protobuf.Edition minimum_edition = 4;
3450
- */
3451
- minimumEdition?: EditionJson;
3452
- /**
3453
- * The maximum known edition (inclusive) when this was constructed. Editions
3454
- * after this will not have reliable defaults.
3455
- *
3456
- * @generated from field: optional google.protobuf.Edition maximum_edition = 5;
3457
- */
3458
- maximumEdition?: EditionJson;
3459
- };
3460
- /**
3461
- * Describes the message google.protobuf.FeatureSetDefaults.
3462
- * Use `create(FeatureSetDefaultsSchema)` to create a new message.
3463
- */
3464
- export declare const FeatureSetDefaultsSchema: GenMessage<FeatureSetDefaults, {
3465
- jsonType: FeatureSetDefaultsJson;
3466
- }>;
3467
- /**
3468
- * A map from every known edition with a unique set of defaults to its
3469
- * defaults. Not all editions may be contained here. For a given edition,
3470
- * the defaults at the closest matching edition ordered at or before it should
3471
- * be used. This field must be in strict ascending order by edition.
3472
- *
3473
- * @generated from message google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault
3474
- */
3475
- export type FeatureSetDefaults_FeatureSetEditionDefault = Message<"google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault"> & {
3476
- /**
3477
- * @generated from field: optional google.protobuf.Edition edition = 3;
3478
- */
3479
- edition: Edition;
3480
- /**
3481
- * Defaults of features that can be overridden in this edition.
3482
- *
3483
- * @generated from field: optional google.protobuf.FeatureSet overridable_features = 4;
3484
- */
3485
- overridableFeatures?: FeatureSet | undefined;
3486
- /**
3487
- * Defaults of features that can't be overridden in this edition.
3488
- *
3489
- * @generated from field: optional google.protobuf.FeatureSet fixed_features = 5;
3490
- */
3491
- fixedFeatures?: FeatureSet | undefined;
3492
- };
3493
- /**
3494
- * A map from every known edition with a unique set of defaults to its
3495
- * defaults. Not all editions may be contained here. For a given edition,
3496
- * the defaults at the closest matching edition ordered at or before it should
3497
- * be used. This field must be in strict ascending order by edition.
3498
- *
3499
- * @generated from message google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault
3500
- */
3501
- export type FeatureSetDefaults_FeatureSetEditionDefaultJson = {
3502
- /**
3503
- * @generated from field: optional google.protobuf.Edition edition = 3;
3504
- */
3505
- edition?: EditionJson;
3506
- /**
3507
- * Defaults of features that can be overridden in this edition.
3508
- *
3509
- * @generated from field: optional google.protobuf.FeatureSet overridable_features = 4;
3510
- */
3511
- overridableFeatures?: FeatureSetJson;
3512
- /**
3513
- * Defaults of features that can't be overridden in this edition.
3514
- *
3515
- * @generated from field: optional google.protobuf.FeatureSet fixed_features = 5;
3516
- */
3517
- fixedFeatures?: FeatureSetJson;
3518
- };
3519
- /**
3520
- * Describes the message google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault.
3521
- * Use `create(FeatureSetDefaults_FeatureSetEditionDefaultSchema)` to create a new message.
3522
- */
3523
- export declare const FeatureSetDefaults_FeatureSetEditionDefaultSchema: GenMessage<FeatureSetDefaults_FeatureSetEditionDefault, {
3524
- jsonType: FeatureSetDefaults_FeatureSetEditionDefaultJson;
3525
- }>;
3526
- /**
3527
- * Encapsulates information about the original source file from which a
3528
- * FileDescriptorProto was generated.
3529
- *
3530
- * @generated from message google.protobuf.SourceCodeInfo
3531
- */
3532
- export type SourceCodeInfo = Message<"google.protobuf.SourceCodeInfo"> & {
3533
- /**
3534
- * A Location identifies a piece of source code in a .proto file which
3535
- * corresponds to a particular definition. This information is intended
3536
- * to be useful to IDEs, code indexers, documentation generators, and similar
3537
- * tools.
3538
- *
3539
- * For example, say we have a file like:
3540
- * message Foo {
3541
- * optional string foo = 1;
3542
- * }
3543
- * Let's look at just the field definition:
3544
- * optional string foo = 1;
3545
- * ^ ^^ ^^ ^ ^^^
3546
- * a bc de f ghi
3547
- * We have the following locations:
3548
- * span path represents
3549
- * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
3550
- * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
3551
- * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
3552
- * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
3553
- * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
3554
- *
3555
- * Notes:
3556
- * - A location may refer to a repeated field itself (i.e. not to any
3557
- * particular index within it). This is used whenever a set of elements are
3558
- * logically enclosed in a single code segment. For example, an entire
3559
- * extend block (possibly containing multiple extension definitions) will
3560
- * have an outer location whose path refers to the "extensions" repeated
3561
- * field without an index.
3562
- * - Multiple locations may have the same path. This happens when a single
3563
- * logical declaration is spread out across multiple places. The most
3564
- * obvious example is the "extend" block again -- there may be multiple
3565
- * extend blocks in the same scope, each of which will have the same path.
3566
- * - A location's span is not always a subset of its parent's span. For
3567
- * example, the "extendee" of an extension declaration appears at the
3568
- * beginning of the "extend" block and is shared by all extensions within
3569
- * the block.
3570
- * - Just because a location's span is a subset of some other location's span
3571
- * does not mean that it is a descendant. For example, a "group" defines
3572
- * both a type and a field in a single declaration. Thus, the locations
3573
- * corresponding to the type and field and their components will overlap.
3574
- * - Code which tries to interpret locations should probably be designed to
3575
- * ignore those that it doesn't understand, as more types of locations could
3576
- * be recorded in the future.
3577
- *
3578
- * @generated from field: repeated google.protobuf.SourceCodeInfo.Location location = 1;
3579
- */
3580
- location: SourceCodeInfo_Location[];
3581
- };
3582
- /**
3583
- * Encapsulates information about the original source file from which a
3584
- * FileDescriptorProto was generated.
3585
- *
3586
- * @generated from message google.protobuf.SourceCodeInfo
3587
- */
3588
- export type SourceCodeInfoJson = {
3589
- /**
3590
- * A Location identifies a piece of source code in a .proto file which
3591
- * corresponds to a particular definition. This information is intended
3592
- * to be useful to IDEs, code indexers, documentation generators, and similar
3593
- * tools.
3594
- *
3595
- * For example, say we have a file like:
3596
- * message Foo {
3597
- * optional string foo = 1;
3598
- * }
3599
- * Let's look at just the field definition:
3600
- * optional string foo = 1;
3601
- * ^ ^^ ^^ ^ ^^^
3602
- * a bc de f ghi
3603
- * We have the following locations:
3604
- * span path represents
3605
- * [a,i) [ 4, 0, 2, 0 ] The whole field definition.
3606
- * [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).
3607
- * [c,d) [ 4, 0, 2, 0, 5 ] The type (string).
3608
- * [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).
3609
- * [g,h) [ 4, 0, 2, 0, 3 ] The number (1).
3610
- *
3611
- * Notes:
3612
- * - A location may refer to a repeated field itself (i.e. not to any
3613
- * particular index within it). This is used whenever a set of elements are
3614
- * logically enclosed in a single code segment. For example, an entire
3615
- * extend block (possibly containing multiple extension definitions) will
3616
- * have an outer location whose path refers to the "extensions" repeated
3617
- * field without an index.
3618
- * - Multiple locations may have the same path. This happens when a single
3619
- * logical declaration is spread out across multiple places. The most
3620
- * obvious example is the "extend" block again -- there may be multiple
3621
- * extend blocks in the same scope, each of which will have the same path.
3622
- * - A location's span is not always a subset of its parent's span. For
3623
- * example, the "extendee" of an extension declaration appears at the
3624
- * beginning of the "extend" block and is shared by all extensions within
3625
- * the block.
3626
- * - Just because a location's span is a subset of some other location's span
3627
- * does not mean that it is a descendant. For example, a "group" defines
3628
- * both a type and a field in a single declaration. Thus, the locations
3629
- * corresponding to the type and field and their components will overlap.
3630
- * - Code which tries to interpret locations should probably be designed to
3631
- * ignore those that it doesn't understand, as more types of locations could
3632
- * be recorded in the future.
3633
- *
3634
- * @generated from field: repeated google.protobuf.SourceCodeInfo.Location location = 1;
3635
- */
3636
- location?: SourceCodeInfo_LocationJson[];
3637
- };
3638
- /**
3639
- * Describes the message google.protobuf.SourceCodeInfo.
3640
- * Use `create(SourceCodeInfoSchema)` to create a new message.
3641
- */
3642
- export declare const SourceCodeInfoSchema: GenMessage<SourceCodeInfo, {
3643
- jsonType: SourceCodeInfoJson;
3644
- }>;
3645
- /**
3646
- * @generated from message google.protobuf.SourceCodeInfo.Location
3647
- */
3648
- export type SourceCodeInfo_Location = Message<"google.protobuf.SourceCodeInfo.Location"> & {
3649
- /**
3650
- * Identifies which part of the FileDescriptorProto was defined at this
3651
- * location.
3652
- *
3653
- * Each element is a field number or an index. They form a path from
3654
- * the root FileDescriptorProto to the place where the definition appears.
3655
- * For example, this path:
3656
- * [ 4, 3, 2, 7, 1 ]
3657
- * refers to:
3658
- * file.message_type(3) // 4, 3
3659
- * .field(7) // 2, 7
3660
- * .name() // 1
3661
- * This is because FileDescriptorProto.message_type has field number 4:
3662
- * repeated DescriptorProto message_type = 4;
3663
- * and DescriptorProto.field has field number 2:
3664
- * repeated FieldDescriptorProto field = 2;
3665
- * and FieldDescriptorProto.name has field number 1:
3666
- * optional string name = 1;
3667
- *
3668
- * Thus, the above path gives the location of a field name. If we removed
3669
- * the last element:
3670
- * [ 4, 3, 2, 7 ]
3671
- * this path refers to the whole field declaration (from the beginning
3672
- * of the label to the terminating semicolon).
3673
- *
3674
- * @generated from field: repeated int32 path = 1 [packed = true];
3675
- */
3676
- path: number[];
3677
- /**
3678
- * Always has exactly three or four elements: start line, start column,
3679
- * end line (optional, otherwise assumed same as start line), end column.
3680
- * These are packed into a single field for efficiency. Note that line
3681
- * and column numbers are zero-based -- typically you will want to add
3682
- * 1 to each before displaying to a user.
3683
- *
3684
- * @generated from field: repeated int32 span = 2 [packed = true];
3685
- */
3686
- span: number[];
3687
- /**
3688
- * If this SourceCodeInfo represents a complete declaration, these are any
3689
- * comments appearing before and after the declaration which appear to be
3690
- * attached to the declaration.
3691
- *
3692
- * A series of line comments appearing on consecutive lines, with no other
3693
- * tokens appearing on those lines, will be treated as a single comment.
3694
- *
3695
- * leading_detached_comments will keep paragraphs of comments that appear
3696
- * before (but not connected to) the current element. Each paragraph,
3697
- * separated by empty lines, will be one comment element in the repeated
3698
- * field.
3699
- *
3700
- * Only the comment content is provided; comment markers (e.g. //) are
3701
- * stripped out. For block comments, leading whitespace and an asterisk
3702
- * will be stripped from the beginning of each line other than the first.
3703
- * Newlines are included in the output.
3704
- *
3705
- * Examples:
3706
- *
3707
- * optional int32 foo = 1; // Comment attached to foo.
3708
- * // Comment attached to bar.
3709
- * optional int32 bar = 2;
3710
- *
3711
- * optional string baz = 3;
3712
- * // Comment attached to baz.
3713
- * // Another line attached to baz.
3714
- *
3715
- * // Comment attached to moo.
3716
- * //
3717
- * // Another line attached to moo.
3718
- * optional double moo = 4;
3719
- *
3720
- * // Detached comment for corge. This is not leading or trailing comments
3721
- * // to moo or corge because there are blank lines separating it from
3722
- * // both.
3723
- *
3724
- * // Detached comment for corge paragraph 2.
3725
- *
3726
- * optional string corge = 5;
3727
- * /* Block comment attached
3728
- * * to corge. Leading asterisks
3729
- * * will be removed. *\/
3730
- * /* Block comment attached to
3731
- * * grault. *\/
3732
- * optional int32 grault = 6;
3733
- *
3734
- * // ignored detached comments.
3735
- *
3736
- * @generated from field: optional string leading_comments = 3;
3737
- */
3738
- leadingComments: string;
3739
- /**
3740
- * @generated from field: optional string trailing_comments = 4;
3741
- */
3742
- trailingComments: string;
3743
- /**
3744
- * @generated from field: repeated string leading_detached_comments = 6;
3745
- */
3746
- leadingDetachedComments: string[];
3747
- };
3748
- /**
3749
- * @generated from message google.protobuf.SourceCodeInfo.Location
3750
- */
3751
- export type SourceCodeInfo_LocationJson = {
3752
- /**
3753
- * Identifies which part of the FileDescriptorProto was defined at this
3754
- * location.
3755
- *
3756
- * Each element is a field number or an index. They form a path from
3757
- * the root FileDescriptorProto to the place where the definition appears.
3758
- * For example, this path:
3759
- * [ 4, 3, 2, 7, 1 ]
3760
- * refers to:
3761
- * file.message_type(3) // 4, 3
3762
- * .field(7) // 2, 7
3763
- * .name() // 1
3764
- * This is because FileDescriptorProto.message_type has field number 4:
3765
- * repeated DescriptorProto message_type = 4;
3766
- * and DescriptorProto.field has field number 2:
3767
- * repeated FieldDescriptorProto field = 2;
3768
- * and FieldDescriptorProto.name has field number 1:
3769
- * optional string name = 1;
3770
- *
3771
- * Thus, the above path gives the location of a field name. If we removed
3772
- * the last element:
3773
- * [ 4, 3, 2, 7 ]
3774
- * this path refers to the whole field declaration (from the beginning
3775
- * of the label to the terminating semicolon).
3776
- *
3777
- * @generated from field: repeated int32 path = 1 [packed = true];
3778
- */
3779
- path?: number[];
3780
- /**
3781
- * Always has exactly three or four elements: start line, start column,
3782
- * end line (optional, otherwise assumed same as start line), end column.
3783
- * These are packed into a single field for efficiency. Note that line
3784
- * and column numbers are zero-based -- typically you will want to add
3785
- * 1 to each before displaying to a user.
3786
- *
3787
- * @generated from field: repeated int32 span = 2 [packed = true];
3788
- */
3789
- span?: number[];
3790
- /**
3791
- * If this SourceCodeInfo represents a complete declaration, these are any
3792
- * comments appearing before and after the declaration which appear to be
3793
- * attached to the declaration.
3794
- *
3795
- * A series of line comments appearing on consecutive lines, with no other
3796
- * tokens appearing on those lines, will be treated as a single comment.
3797
- *
3798
- * leading_detached_comments will keep paragraphs of comments that appear
3799
- * before (but not connected to) the current element. Each paragraph,
3800
- * separated by empty lines, will be one comment element in the repeated
3801
- * field.
3802
- *
3803
- * Only the comment content is provided; comment markers (e.g. //) are
3804
- * stripped out. For block comments, leading whitespace and an asterisk
3805
- * will be stripped from the beginning of each line other than the first.
3806
- * Newlines are included in the output.
3807
- *
3808
- * Examples:
3809
- *
3810
- * optional int32 foo = 1; // Comment attached to foo.
3811
- * // Comment attached to bar.
3812
- * optional int32 bar = 2;
3813
- *
3814
- * optional string baz = 3;
3815
- * // Comment attached to baz.
3816
- * // Another line attached to baz.
3817
- *
3818
- * // Comment attached to moo.
3819
- * //
3820
- * // Another line attached to moo.
3821
- * optional double moo = 4;
3822
- *
3823
- * // Detached comment for corge. This is not leading or trailing comments
3824
- * // to moo or corge because there are blank lines separating it from
3825
- * // both.
3826
- *
3827
- * // Detached comment for corge paragraph 2.
3828
- *
3829
- * optional string corge = 5;
3830
- * /* Block comment attached
3831
- * * to corge. Leading asterisks
3832
- * * will be removed. *\/
3833
- * /* Block comment attached to
3834
- * * grault. *\/
3835
- * optional int32 grault = 6;
3836
- *
3837
- * // ignored detached comments.
3838
- *
3839
- * @generated from field: optional string leading_comments = 3;
3840
- */
3841
- leadingComments?: string;
3842
- /**
3843
- * @generated from field: optional string trailing_comments = 4;
3844
- */
3845
- trailingComments?: string;
3846
- /**
3847
- * @generated from field: repeated string leading_detached_comments = 6;
3848
- */
3849
- leadingDetachedComments?: string[];
3850
- };
3851
- /**
3852
- * Describes the message google.protobuf.SourceCodeInfo.Location.
3853
- * Use `create(SourceCodeInfo_LocationSchema)` to create a new message.
3854
- */
3855
- export declare const SourceCodeInfo_LocationSchema: GenMessage<SourceCodeInfo_Location, {
3856
- jsonType: SourceCodeInfo_LocationJson;
3857
- }>;
3858
- /**
3859
- * Describes the relationship between generated code and its original source
3860
- * file. A GeneratedCodeInfo message is associated with only one generated
3861
- * source file, but may contain references to different source .proto files.
3862
- *
3863
- * @generated from message google.protobuf.GeneratedCodeInfo
3864
- */
3865
- export type GeneratedCodeInfo = Message<"google.protobuf.GeneratedCodeInfo"> & {
3866
- /**
3867
- * An Annotation connects some span of text in generated code to an element
3868
- * of its generating .proto file.
3869
- *
3870
- * @generated from field: repeated google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
3871
- */
3872
- annotation: GeneratedCodeInfo_Annotation[];
3873
- };
3874
- /**
3875
- * Describes the relationship between generated code and its original source
3876
- * file. A GeneratedCodeInfo message is associated with only one generated
3877
- * source file, but may contain references to different source .proto files.
3878
- *
3879
- * @generated from message google.protobuf.GeneratedCodeInfo
3880
- */
3881
- export type GeneratedCodeInfoJson = {
3882
- /**
3883
- * An Annotation connects some span of text in generated code to an element
3884
- * of its generating .proto file.
3885
- *
3886
- * @generated from field: repeated google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
3887
- */
3888
- annotation?: GeneratedCodeInfo_AnnotationJson[];
3889
- };
3890
- /**
3891
- * Describes the message google.protobuf.GeneratedCodeInfo.
3892
- * Use `create(GeneratedCodeInfoSchema)` to create a new message.
3893
- */
3894
- export declare const GeneratedCodeInfoSchema: GenMessage<GeneratedCodeInfo, {
3895
- jsonType: GeneratedCodeInfoJson;
3896
- }>;
3897
- /**
3898
- * @generated from message google.protobuf.GeneratedCodeInfo.Annotation
3899
- */
3900
- export type GeneratedCodeInfo_Annotation = Message<"google.protobuf.GeneratedCodeInfo.Annotation"> & {
3901
- /**
3902
- * Identifies the element in the original source .proto file. This field
3903
- * is formatted the same as SourceCodeInfo.Location.path.
3904
- *
3905
- * @generated from field: repeated int32 path = 1 [packed = true];
3906
- */
3907
- path: number[];
3908
- /**
3909
- * Identifies the filesystem path to the original source .proto.
3910
- *
3911
- * @generated from field: optional string source_file = 2;
3912
- */
3913
- sourceFile: string;
3914
- /**
3915
- * Identifies the starting offset in bytes in the generated code
3916
- * that relates to the identified object.
3917
- *
3918
- * @generated from field: optional int32 begin = 3;
3919
- */
3920
- begin: number;
3921
- /**
3922
- * Identifies the ending offset in bytes in the generated code that
3923
- * relates to the identified object. The end offset should be one past
3924
- * the last relevant byte (so the length of the text = end - begin).
3925
- *
3926
- * @generated from field: optional int32 end = 4;
3927
- */
3928
- end: number;
3929
- /**
3930
- * @generated from field: optional google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5;
3931
- */
3932
- semantic: GeneratedCodeInfo_Annotation_Semantic;
3933
- };
3934
- /**
3935
- * @generated from message google.protobuf.GeneratedCodeInfo.Annotation
3936
- */
3937
- export type GeneratedCodeInfo_AnnotationJson = {
3938
- /**
3939
- * Identifies the element in the original source .proto file. This field
3940
- * is formatted the same as SourceCodeInfo.Location.path.
3941
- *
3942
- * @generated from field: repeated int32 path = 1 [packed = true];
3943
- */
3944
- path?: number[];
3945
- /**
3946
- * Identifies the filesystem path to the original source .proto.
3947
- *
3948
- * @generated from field: optional string source_file = 2;
3949
- */
3950
- sourceFile?: string;
3951
- /**
3952
- * Identifies the starting offset in bytes in the generated code
3953
- * that relates to the identified object.
3954
- *
3955
- * @generated from field: optional int32 begin = 3;
3956
- */
3957
- begin?: number;
3958
- /**
3959
- * Identifies the ending offset in bytes in the generated code that
3960
- * relates to the identified object. The end offset should be one past
3961
- * the last relevant byte (so the length of the text = end - begin).
3962
- *
3963
- * @generated from field: optional int32 end = 4;
3964
- */
3965
- end?: number;
3966
- /**
3967
- * @generated from field: optional google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5;
3968
- */
3969
- semantic?: GeneratedCodeInfo_Annotation_SemanticJson;
3970
- };
3971
- /**
3972
- * Describes the message google.protobuf.GeneratedCodeInfo.Annotation.
3973
- * Use `create(GeneratedCodeInfo_AnnotationSchema)` to create a new message.
3974
- */
3975
- export declare const GeneratedCodeInfo_AnnotationSchema: GenMessage<GeneratedCodeInfo_Annotation, {
3976
- jsonType: GeneratedCodeInfo_AnnotationJson;
3977
- }>;
3978
- /**
3979
- * Represents the identified object's effect on the element in the original
3980
- * .proto file.
3981
- *
3982
- * @generated from enum google.protobuf.GeneratedCodeInfo.Annotation.Semantic
3983
- */
3984
- export declare enum GeneratedCodeInfo_Annotation_Semantic {
3985
- /**
3986
- * There is no effect or the effect is indescribable.
3987
- *
3988
- * @generated from enum value: NONE = 0;
3989
- */
3990
- NONE = 0,
3991
- /**
3992
- * The element is set or otherwise mutated.
3993
- *
3994
- * @generated from enum value: SET = 1;
3995
- */
3996
- SET = 1,
3997
- /**
3998
- * An alias to the element is returned.
3999
- *
4000
- * @generated from enum value: ALIAS = 2;
4001
- */
4002
- ALIAS = 2
4003
- }
4004
- /**
4005
- * Represents the identified object's effect on the element in the original
4006
- * .proto file.
4007
- *
4008
- * @generated from enum google.protobuf.GeneratedCodeInfo.Annotation.Semantic
4009
- */
4010
- export type GeneratedCodeInfo_Annotation_SemanticJson = "NONE" | "SET" | "ALIAS";
4011
- /**
4012
- * Describes the enum google.protobuf.GeneratedCodeInfo.Annotation.Semantic.
4013
- */
4014
- export declare const GeneratedCodeInfo_Annotation_SemanticSchema: GenEnum<GeneratedCodeInfo_Annotation_Semantic, GeneratedCodeInfo_Annotation_SemanticJson>;
4015
- /**
4016
- * The full set of known editions.
4017
- *
4018
- * @generated from enum google.protobuf.Edition
4019
- */
4020
- export declare enum Edition {
4021
- /**
4022
- * A placeholder for an unknown edition value.
4023
- *
4024
- * @generated from enum value: EDITION_UNKNOWN = 0;
4025
- */
4026
- EDITION_UNKNOWN = 0,
4027
- /**
4028
- * A placeholder edition for specifying default behaviors *before* a feature
4029
- * was first introduced. This is effectively an "infinite past".
4030
- *
4031
- * @generated from enum value: EDITION_LEGACY = 900;
4032
- */
4033
- EDITION_LEGACY = 900,
4034
- /**
4035
- * Legacy syntax "editions". These pre-date editions, but behave much like
4036
- * distinct editions. These can't be used to specify the edition of proto
4037
- * files, but feature definitions must supply proto2/proto3 defaults for
4038
- * backwards compatibility.
4039
- *
4040
- * @generated from enum value: EDITION_PROTO2 = 998;
4041
- */
4042
- EDITION_PROTO2 = 998,
4043
- /**
4044
- * @generated from enum value: EDITION_PROTO3 = 999;
4045
- */
4046
- EDITION_PROTO3 = 999,
4047
- /**
4048
- * Editions that have been released. The specific values are arbitrary and
4049
- * should not be depended on, but they will always be time-ordered for easy
4050
- * comparison.
4051
- *
4052
- * @generated from enum value: EDITION_2023 = 1000;
4053
- */
4054
- EDITION_2023 = 1000,
4055
- /**
4056
- * @generated from enum value: EDITION_2024 = 1001;
4057
- */
4058
- EDITION_2024 = 1001,
4059
- /**
4060
- * A placeholder edition for developing and testing unscheduled features.
4061
- *
4062
- * @generated from enum value: EDITION_UNSTABLE = 9999;
4063
- */
4064
- EDITION_UNSTABLE = 9999,
4065
- /**
4066
- * Placeholder editions for testing feature resolution. These should not be
4067
- * used or relied on outside of tests.
4068
- *
4069
- * @generated from enum value: EDITION_1_TEST_ONLY = 1;
4070
- */
4071
- EDITION_1_TEST_ONLY = 1,
4072
- /**
4073
- * @generated from enum value: EDITION_2_TEST_ONLY = 2;
4074
- */
4075
- EDITION_2_TEST_ONLY = 2,
4076
- /**
4077
- * @generated from enum value: EDITION_99997_TEST_ONLY = 99997;
4078
- */
4079
- EDITION_99997_TEST_ONLY = 99997,
4080
- /**
4081
- * @generated from enum value: EDITION_99998_TEST_ONLY = 99998;
4082
- */
4083
- EDITION_99998_TEST_ONLY = 99998,
4084
- /**
4085
- * @generated from enum value: EDITION_99999_TEST_ONLY = 99999;
4086
- */
4087
- EDITION_99999_TEST_ONLY = 99999,
4088
- /**
4089
- * Placeholder for specifying unbounded edition support. This should only
4090
- * ever be used by plugins that can expect to never require any changes to
4091
- * support a new edition.
4092
- *
4093
- * @generated from enum value: EDITION_MAX = 2147483647;
4094
- */
4095
- EDITION_MAX = 2147483647
4096
- }
4097
- /**
4098
- * The full set of known editions.
4099
- *
4100
- * @generated from enum google.protobuf.Edition
4101
- */
4102
- export type EditionJson = "EDITION_UNKNOWN" | "EDITION_LEGACY" | "EDITION_PROTO2" | "EDITION_PROTO3" | "EDITION_2023" | "EDITION_2024" | "EDITION_UNSTABLE" | "EDITION_1_TEST_ONLY" | "EDITION_2_TEST_ONLY" | "EDITION_99997_TEST_ONLY" | "EDITION_99998_TEST_ONLY" | "EDITION_99999_TEST_ONLY" | "EDITION_MAX";
4103
- /**
4104
- * Describes the enum google.protobuf.Edition.
4105
- */
4106
- export declare const EditionSchema: GenEnum<Edition, EditionJson>;
4107
- /**
4108
- * Describes the 'visibility' of a symbol with respect to the proto import
4109
- * system. Symbols can only be imported when the visibility rules do not prevent
4110
- * it (ex: local symbols cannot be imported). Visibility modifiers can only set
4111
- * on `message` and `enum` as they are the only types available to be referenced
4112
- * from other files.
4113
- *
4114
- * @generated from enum google.protobuf.SymbolVisibility
4115
- */
4116
- export declare enum SymbolVisibility {
4117
- /**
4118
- * @generated from enum value: VISIBILITY_UNSET = 0;
4119
- */
4120
- VISIBILITY_UNSET = 0,
4121
- /**
4122
- * @generated from enum value: VISIBILITY_LOCAL = 1;
4123
- */
4124
- VISIBILITY_LOCAL = 1,
4125
- /**
4126
- * @generated from enum value: VISIBILITY_EXPORT = 2;
4127
- */
4128
- VISIBILITY_EXPORT = 2
4129
- }
4130
- /**
4131
- * Describes the 'visibility' of a symbol with respect to the proto import
4132
- * system. Symbols can only be imported when the visibility rules do not prevent
4133
- * it (ex: local symbols cannot be imported). Visibility modifiers can only set
4134
- * on `message` and `enum` as they are the only types available to be referenced
4135
- * from other files.
4136
- *
4137
- * @generated from enum google.protobuf.SymbolVisibility
4138
- */
4139
- export type SymbolVisibilityJson = "VISIBILITY_UNSET" | "VISIBILITY_LOCAL" | "VISIBILITY_EXPORT";
4140
- /**
4141
- * Describes the enum google.protobuf.SymbolVisibility.
4142
- */
4143
- export declare const SymbolVisibilitySchema: GenEnum<SymbolVisibility, SymbolVisibilityJson>;