@furo/open-models 1.15.2 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (641) hide show
  1. package/custom-elements.json +3730 -3730
  2. package/dist/decorators/ModelDecorators.d.ts +2 -0
  3. package/dist/decorators/ModelDecorators.js.map +1 -1
  4. package/dist/protoc-gen-open-models/API_OPTIONS.d.ts +5 -0
  5. package/dist/protoc-gen-open-models/API_OPTIONS.js +11 -0
  6. package/dist/protoc-gen-open-models/API_OPTIONS.js.map +1 -0
  7. package/dist/protoc-gen-open-models/BusinessValidators.d.ts +1 -0
  8. package/dist/protoc-gen-open-models/BusinessValidators.js +201 -0
  9. package/dist/protoc-gen-open-models/BusinessValidators.js.map +1 -0
  10. package/dist/protoc-gen-open-models/CustomPrototypes.d.ts +1 -0
  11. package/dist/protoc-gen-open-models/CustomPrototypes.js +17 -0
  12. package/dist/protoc-gen-open-models/CustomPrototypes.js.map +1 -0
  13. package/dist/protoc-gen-open-models/furo/cube/Colour.d.ts +61 -0
  14. package/dist/protoc-gen-open-models/furo/cube/Colour.js +110 -0
  15. package/dist/protoc-gen-open-models/furo/cube/Colour.js.map +1 -0
  16. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.d.ts +80 -0
  17. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js +131 -0
  18. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map +1 -0
  19. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.d.ts +57 -0
  20. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js +94 -0
  21. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map +1 -0
  22. package/dist/protoc-gen-open-models/furo/cube/CubeService.d.ts +12 -0
  23. package/dist/protoc-gen-open-models/furo/cube/CubeService.js +14 -0
  24. package/dist/protoc-gen-open-models/furo/cube/CubeService.js.map +1 -0
  25. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.d.ts +31 -0
  26. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js +58 -0
  27. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map +1 -0
  28. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.d.ts +26 -0
  29. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js +57 -0
  30. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map +1 -0
  31. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.d.ts +44 -0
  32. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js +79 -0
  33. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map +1 -0
  34. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.d.ts +26 -0
  35. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js +57 -0
  36. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map +1 -0
  37. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.d.ts +37 -0
  38. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js +73 -0
  39. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map +1 -0
  40. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.d.ts +26 -0
  41. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js +57 -0
  42. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map +1 -0
  43. package/dist/protoc-gen-open-models/furo/cube/Materials.d.ts +12 -0
  44. package/dist/protoc-gen-open-models/furo/cube/Materials.js +21 -0
  45. package/dist/protoc-gen-open-models/furo/cube/Materials.js.map +1 -0
  46. package/dist/protoc-gen-open-models/furo/cube/Wrappers.d.ts +65 -0
  47. package/dist/protoc-gen-open-models/furo/cube/Wrappers.js +168 -0
  48. package/dist/protoc-gen-open-models/furo/cube/Wrappers.js.map +1 -0
  49. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.d.ts +50 -0
  50. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js +83 -0
  51. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map +1 -0
  52. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.d.ts +50 -0
  53. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js +83 -0
  54. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map +1 -0
  55. package/dist/protoc-gen-open-models/furo/fat/Any.d.ts +74 -0
  56. package/dist/protoc-gen-open-models/furo/fat/Any.js +96 -0
  57. package/dist/protoc-gen-open-models/furo/fat/Any.js.map +1 -0
  58. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.d.ts +42 -0
  59. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js +75 -0
  60. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map +1 -0
  61. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.d.ts +42 -0
  62. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js +75 -0
  63. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map +1 -0
  64. package/dist/protoc-gen-open-models/furo/fat/Bool.d.ts +68 -0
  65. package/dist/protoc-gen-open-models/furo/fat/Bool.js +94 -0
  66. package/dist/protoc-gen-open-models/furo/fat/Bool.js.map +1 -0
  67. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.d.ts +42 -0
  68. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js +75 -0
  69. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map +1 -0
  70. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.d.ts +42 -0
  71. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js +76 -0
  72. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map +1 -0
  73. package/dist/protoc-gen-open-models/furo/fat/Bytes.d.ts +68 -0
  74. package/dist/protoc-gen-open-models/furo/fat/Bytes.js +94 -0
  75. package/dist/protoc-gen-open-models/furo/fat/Bytes.js.map +1 -0
  76. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.d.ts +58 -0
  77. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js +82 -0
  78. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map +1 -0
  79. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.d.ts +42 -0
  80. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js +75 -0
  81. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map +1 -0
  82. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.d.ts +42 -0
  83. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js +75 -0
  84. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map +1 -0
  85. package/dist/protoc-gen-open-models/furo/fat/Double.d.ts +68 -0
  86. package/dist/protoc-gen-open-models/furo/fat/Double.js +94 -0
  87. package/dist/protoc-gen-open-models/furo/fat/Double.js.map +1 -0
  88. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.d.ts +42 -0
  89. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js +75 -0
  90. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map +1 -0
  91. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.d.ts +42 -0
  92. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js +76 -0
  93. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map +1 -0
  94. package/dist/protoc-gen-open-models/furo/fat/Empty.d.ts +57 -0
  95. package/dist/protoc-gen-open-models/furo/fat/Empty.js +78 -0
  96. package/dist/protoc-gen-open-models/furo/fat/Empty.js.map +1 -0
  97. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.d.ts +42 -0
  98. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js +75 -0
  99. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map +1 -0
  100. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.d.ts +42 -0
  101. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js +76 -0
  102. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map +1 -0
  103. package/dist/protoc-gen-open-models/furo/fat/Float.d.ts +68 -0
  104. package/dist/protoc-gen-open-models/furo/fat/Float.js +94 -0
  105. package/dist/protoc-gen-open-models/furo/fat/Float.js.map +1 -0
  106. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.d.ts +42 -0
  107. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js +75 -0
  108. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map +1 -0
  109. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.d.ts +42 -0
  110. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js +76 -0
  111. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map +1 -0
  112. package/dist/protoc-gen-open-models/furo/fat/Int32.d.ts +68 -0
  113. package/dist/protoc-gen-open-models/furo/fat/Int32.js +94 -0
  114. package/dist/protoc-gen-open-models/furo/fat/Int32.js.map +1 -0
  115. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.d.ts +42 -0
  116. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js +75 -0
  117. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map +1 -0
  118. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.d.ts +42 -0
  119. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js +76 -0
  120. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map +1 -0
  121. package/dist/protoc-gen-open-models/furo/fat/Int64.d.ts +68 -0
  122. package/dist/protoc-gen-open-models/furo/fat/Int64.js +94 -0
  123. package/dist/protoc-gen-open-models/furo/fat/Int64.js.map +1 -0
  124. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.d.ts +42 -0
  125. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js +75 -0
  126. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map +1 -0
  127. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.d.ts +42 -0
  128. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js +75 -0
  129. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map +1 -0
  130. package/dist/protoc-gen-open-models/furo/fat/String.d.ts +68 -0
  131. package/dist/protoc-gen-open-models/furo/fat/String.js +94 -0
  132. package/dist/protoc-gen-open-models/furo/fat/String.js.map +1 -0
  133. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.d.ts +42 -0
  134. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js +75 -0
  135. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map +1 -0
  136. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.d.ts +42 -0
  137. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js +75 -0
  138. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map +1 -0
  139. package/dist/protoc-gen-open-models/furo/fat/Uint32.d.ts +68 -0
  140. package/dist/protoc-gen-open-models/furo/fat/Uint32.js +94 -0
  141. package/dist/protoc-gen-open-models/furo/fat/Uint32.js.map +1 -0
  142. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.d.ts +42 -0
  143. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js +75 -0
  144. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map +1 -0
  145. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.d.ts +42 -0
  146. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js +75 -0
  147. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map +1 -0
  148. package/dist/protoc-gen-open-models/furo/fat/Uint64.d.ts +68 -0
  149. package/dist/protoc-gen-open-models/furo/fat/Uint64.js +94 -0
  150. package/dist/protoc-gen-open-models/furo/fat/Uint64.js.map +1 -0
  151. package/dist/protoc-gen-open-models/furo/type/BookingCenter.d.ts +11 -0
  152. package/dist/protoc-gen-open-models/furo/type/BookingCenter.js +15 -0
  153. package/dist/protoc-gen-open-models/furo/type/BookingCenter.js.map +1 -0
  154. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.d.ts +75 -0
  155. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js +230 -0
  156. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map +1 -0
  157. package/dist/protoc-gen-open-models/furo/type/Decimal.d.ts +37 -0
  158. package/dist/protoc-gen-open-models/furo/type/Decimal.js +61 -0
  159. package/dist/protoc-gen-open-models/furo/type/Decimal.js.map +1 -0
  160. package/dist/protoc-gen-open-models/furo/type/DecimalB.d.ts +37 -0
  161. package/dist/protoc-gen-open-models/furo/type/DecimalB.js +61 -0
  162. package/dist/protoc-gen-open-models/furo/type/DecimalB.js.map +1 -0
  163. package/dist/protoc-gen-open-models/furo/type/DecimalRange.d.ts +58 -0
  164. package/dist/protoc-gen-open-models/furo/type/DecimalRange.js +82 -0
  165. package/dist/protoc-gen-open-models/furo/type/DecimalRange.js.map +1 -0
  166. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.d.ts +31 -0
  167. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js +72 -0
  168. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map +1 -0
  169. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.d.ts +30 -0
  170. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js +70 -0
  171. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map +1 -0
  172. package/dist/protoc-gen-open-models/furo/type/Defaults.d.ts +111 -0
  173. package/dist/protoc-gen-open-models/furo/type/Defaults.js +222 -0
  174. package/dist/protoc-gen-open-models/furo/type/Defaults.js.map +1 -0
  175. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.d.ts +30 -0
  176. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js +70 -0
  177. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map +1 -0
  178. package/dist/protoc-gen-open-models/furo/type/Identifier.d.ts +117 -0
  179. package/dist/protoc-gen-open-models/furo/type/Identifier.js +215 -0
  180. package/dist/protoc-gen-open-models/furo/type/Identifier.js.map +1 -0
  181. package/dist/protoc-gen-open-models/furo/type/Numeric.d.ts +42 -0
  182. package/dist/protoc-gen-open-models/furo/type/Numeric.js +81 -0
  183. package/dist/protoc-gen-open-models/furo/type/Numeric.js.map +1 -0
  184. package/dist/protoc-gen-open-models/furo/type/Numeric64.d.ts +47 -0
  185. package/dist/protoc-gen-open-models/furo/type/Numeric64.js +95 -0
  186. package/dist/protoc-gen-open-models/furo/type/Numeric64.js.map +1 -0
  187. package/dist/protoc-gen-open-models/furo/type/Other.d.ts +26 -0
  188. package/dist/protoc-gen-open-models/furo/type/Other.js +57 -0
  189. package/dist/protoc-gen-open-models/furo/type/Other.js.map +1 -0
  190. package/dist/protoc-gen-open-models/furo/type/RefSystem.d.ts +13 -0
  191. package/dist/protoc-gen-open-models/furo/type/RefSystem.js +17 -0
  192. package/dist/protoc-gen-open-models/furo/type/RefSystem.js.map +1 -0
  193. package/dist/protoc-gen-open-models/furo/type/RefType.d.ts +53 -0
  194. package/dist/protoc-gen-open-models/furo/type/RefType.js +57 -0
  195. package/dist/protoc-gen-open-models/furo/type/RefType.js.map +1 -0
  196. package/dist/protoc-gen-open-models/furo/type/Tree.d.ts +53 -0
  197. package/dist/protoc-gen-open-models/furo/type/Tree.js +90 -0
  198. package/dist/protoc-gen-open-models/furo/type/Tree.js.map +1 -0
  199. package/dist/protoc-gen-open-models/furo/type/Uints.d.ts +46 -0
  200. package/dist/protoc-gen-open-models/furo/type/Uints.js +113 -0
  201. package/dist/protoc-gen-open-models/furo/type/Uints.js.map +1 -0
  202. package/dist/protoc-gen-open-models/furo/type/Wrappers.d.ts +65 -0
  203. package/dist/protoc-gen-open-models/furo/type/Wrappers.js +168 -0
  204. package/dist/protoc-gen-open-models/furo/type/Wrappers.js.map +1 -0
  205. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.d.ts +45 -0
  206. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js +77 -0
  207. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map +1 -0
  208. package/dist/protoc-gen-open-models/google/api/Http.d.ts +66 -0
  209. package/dist/protoc-gen-open-models/google/api/Http.js +93 -0
  210. package/dist/protoc-gen-open-models/google/api/Http.js.map +1 -0
  211. package/dist/protoc-gen-open-models/google/api/HttpRule.d.ts +985 -0
  212. package/dist/protoc-gen-open-models/google/api/HttpRule.js +514 -0
  213. package/dist/protoc-gen-open-models/google/api/HttpRule.js.map +1 -0
  214. package/dist/protoc-gen-open-models/google/protobuf/Any.d.ts +356 -0
  215. package/dist/protoc-gen-open-models/google/protobuf/Any.js +217 -0
  216. package/dist/protoc-gen-open-models/google/protobuf/Any.js.map +1 -0
  217. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.d.ts +40 -0
  218. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js +62 -0
  219. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js.map +1 -0
  220. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.d.ts +40 -0
  221. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js +62 -0
  222. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js.map +1 -0
  223. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.d.ts +36 -0
  224. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js +85 -0
  225. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js.map +1 -0
  226. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.d.ts +30 -0
  227. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js +70 -0
  228. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js.map +1 -0
  229. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.d.ts +87 -0
  230. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js +194 -0
  231. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js.map +1 -0
  232. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.d.ts +40 -0
  233. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js +63 -0
  234. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js.map +1 -0
  235. package/dist/protoc-gen-open-models/google/protobuf/Edition.d.ts +11 -0
  236. package/dist/protoc-gen-open-models/google/protobuf/Edition.js +26 -0
  237. package/dist/protoc-gen-open-models/google/protobuf/Edition.js.map +1 -0
  238. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.d.ts +30 -0
  239. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js +71 -0
  240. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js.map +1 -0
  241. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.d.ts +69 -0
  242. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js +127 -0
  243. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js.map +1 -0
  244. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.d.ts +95 -0
  245. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js +143 -0
  246. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js.map +1 -0
  247. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.d.ts +39 -0
  248. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js +87 -0
  249. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js.map +1 -0
  250. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.d.ts +76 -0
  251. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js +120 -0
  252. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js.map +1 -0
  253. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.d.ts +81 -0
  254. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js +132 -0
  255. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js.map +1 -0
  256. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.d.ts +4 -0
  257. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js +8 -0
  258. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js.map +1 -0
  259. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.d.ts +76 -0
  260. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js +120 -0
  261. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js.map +1 -0
  262. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.d.ts +5 -0
  263. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js +15 -0
  264. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js.map +1 -0
  265. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.d.ts +6 -0
  266. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js +16 -0
  267. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js.map +1 -0
  268. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.d.ts +5 -0
  269. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js +15 -0
  270. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js.map +1 -0
  271. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.d.ts +5 -0
  272. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js +15 -0
  273. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js.map +1 -0
  274. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.d.ts +5 -0
  275. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js +15 -0
  276. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js.map +1 -0
  277. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.d.ts +5 -0
  278. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js +15 -0
  279. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js.map +1 -0
  280. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.d.ts +74 -0
  281. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js +140 -0
  282. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js.map +1 -0
  283. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.d.ts +32 -0
  284. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js +73 -0
  285. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js.map +1 -0
  286. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.d.ts +65 -0
  287. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js +100 -0
  288. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js.map +1 -0
  289. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.d.ts +5 -0
  290. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js +10 -0
  291. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js.map +1 -0
  292. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.d.ts +20 -0
  293. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js +25 -0
  294. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js.map +1 -0
  295. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.d.ts +189 -0
  296. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js +282 -0
  297. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js.map +1 -0
  298. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.d.ts +5 -0
  299. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js +9 -0
  300. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js.map +1 -0
  301. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.d.ts +31 -0
  302. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js +71 -0
  303. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js.map +1 -0
  304. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.d.ts +5 -0
  305. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js +9 -0
  306. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js.map +1 -0
  307. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.d.ts +5 -0
  308. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js +9 -0
  309. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js.map +1 -0
  310. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.d.ts +12 -0
  311. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js +16 -0
  312. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js.map +1 -0
  313. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.d.ts +264 -0
  314. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js +364 -0
  315. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js.map +1 -0
  316. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.d.ts +151 -0
  317. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js +262 -0
  318. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js.map +1 -0
  319. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.d.ts +32 -0
  320. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js +61 -0
  321. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js.map +1 -0
  322. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.d.ts +5 -0
  323. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js +9 -0
  324. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js.map +1 -0
  325. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.d.ts +333 -0
  326. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js +482 -0
  327. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js.map +1 -0
  328. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.d.ts +40 -0
  329. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js +62 -0
  330. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js.map +1 -0
  331. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.d.ts +5 -0
  332. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js +12 -0
  333. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js.map +1 -0
  334. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.d.ts +78 -0
  335. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js +130 -0
  336. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js.map +1 -0
  337. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.d.ts +43 -0
  338. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js +66 -0
  339. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js.map +1 -0
  340. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.d.ts +40 -0
  341. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js +62 -0
  342. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js.map +1 -0
  343. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.d.ts +40 -0
  344. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js +62 -0
  345. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js.map +1 -0
  346. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.d.ts +201 -0
  347. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js +259 -0
  348. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js.map +1 -0
  349. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.d.ts +74 -0
  350. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js +138 -0
  351. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js.map +1 -0
  352. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.d.ts +5 -0
  353. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js +9 -0
  354. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js.map +1 -0
  355. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.d.ts +67 -0
  356. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js +115 -0
  357. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js.map +1 -0
  358. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.d.ts +34 -0
  359. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js +73 -0
  360. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js.map +1 -0
  361. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.d.ts +44 -0
  362. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js +77 -0
  363. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js.map +1 -0
  364. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.d.ts +40 -0
  365. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js +87 -0
  366. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js.map +1 -0
  367. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.d.ts +61 -0
  368. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js +99 -0
  369. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js.map +1 -0
  370. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.d.ts +207 -0
  371. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js +262 -0
  372. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js.map +1 -0
  373. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.d.ts +122 -0
  374. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js +147 -0
  375. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js.map +1 -0
  376. package/dist/protoc-gen-open-models/google/protobuf/StringValue.d.ts +40 -0
  377. package/dist/protoc-gen-open-models/google/protobuf/StringValue.js +63 -0
  378. package/dist/protoc-gen-open-models/google/protobuf/StringValue.js.map +1 -0
  379. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.d.ts +40 -0
  380. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js +63 -0
  381. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js.map +1 -0
  382. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.d.ts +40 -0
  383. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js +63 -0
  384. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js.map +1 -0
  385. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.d.ts +30 -0
  386. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js +70 -0
  387. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js.map +1 -0
  388. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.d.ts +82 -0
  389. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js +153 -0
  390. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js.map +1 -0
  391. package/dist/protoc-gen-open-models/init.d.ts +10 -0
  392. package/dist/protoc-gen-open-models/init.js +10 -0
  393. package/dist/protoc-gen-open-models/init.js.map +1 -0
  394. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.d.ts +31 -0
  395. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js +71 -0
  396. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js.map +1 -0
  397. package/dist/protoc-gen-open-models/openapiv3/Any.d.ts +30 -0
  398. package/dist/protoc-gen-open-models/openapiv3/Any.js +70 -0
  399. package/dist/protoc-gen-open-models/openapiv3/Any.js.map +1 -0
  400. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.d.ts +32 -0
  401. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js +73 -0
  402. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js.map +1 -0
  403. package/dist/protoc-gen-open-models/openapiv3/Callback.d.ts +35 -0
  404. package/dist/protoc-gen-open-models/openapiv3/Callback.js +74 -0
  405. package/dist/protoc-gen-open-models/openapiv3/Callback.js.map +1 -0
  406. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.d.ts +32 -0
  407. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js +73 -0
  408. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js.map +1 -0
  409. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.d.ts +26 -0
  410. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js +58 -0
  411. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js.map +1 -0
  412. package/dist/protoc-gen-open-models/openapiv3/Components.d.ts +83 -0
  413. package/dist/protoc-gen-open-models/openapiv3/Components.js +194 -0
  414. package/dist/protoc-gen-open-models/openapiv3/Components.js.map +1 -0
  415. package/dist/protoc-gen-open-models/openapiv3/Contact.d.ts +44 -0
  416. package/dist/protoc-gen-open-models/openapiv3/Contact.js +101 -0
  417. package/dist/protoc-gen-open-models/openapiv3/Contact.js.map +1 -0
  418. package/dist/protoc-gen-open-models/openapiv3/DefaultType.d.ts +35 -0
  419. package/dist/protoc-gen-open-models/openapiv3/DefaultType.js +85 -0
  420. package/dist/protoc-gen-open-models/openapiv3/DefaultType.js.map +1 -0
  421. package/dist/protoc-gen-open-models/openapiv3/Discriminator.d.ts +40 -0
  422. package/dist/protoc-gen-open-models/openapiv3/Discriminator.js +89 -0
  423. package/dist/protoc-gen-open-models/openapiv3/Discriminator.js.map +1 -0
  424. package/dist/protoc-gen-open-models/openapiv3/Document.d.ts +73 -0
  425. package/dist/protoc-gen-open-models/openapiv3/Document.js +176 -0
  426. package/dist/protoc-gen-open-models/openapiv3/Document.js.map +1 -0
  427. package/dist/protoc-gen-open-models/openapiv3/Encoding.d.ts +55 -0
  428. package/dist/protoc-gen-open-models/openapiv3/Encoding.js +130 -0
  429. package/dist/protoc-gen-open-models/openapiv3/Encoding.js.map +1 -0
  430. package/dist/protoc-gen-open-models/openapiv3/Encodings.d.ts +26 -0
  431. package/dist/protoc-gen-open-models/openapiv3/Encodings.js +57 -0
  432. package/dist/protoc-gen-open-models/openapiv3/Encodings.js.map +1 -0
  433. package/dist/protoc-gen-open-models/openapiv3/Example.d.ts +47 -0
  434. package/dist/protoc-gen-open-models/openapiv3/Example.js +114 -0
  435. package/dist/protoc-gen-open-models/openapiv3/Example.js.map +1 -0
  436. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.d.ts +32 -0
  437. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js +73 -0
  438. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js.map +1 -0
  439. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.d.ts +26 -0
  440. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js +58 -0
  441. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js.map +1 -0
  442. package/dist/protoc-gen-open-models/openapiv3/Expression.d.ts +26 -0
  443. package/dist/protoc-gen-open-models/openapiv3/Expression.js +57 -0
  444. package/dist/protoc-gen-open-models/openapiv3/Expression.js.map +1 -0
  445. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.d.ts +39 -0
  446. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js +88 -0
  447. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js.map +1 -0
  448. package/dist/protoc-gen-open-models/openapiv3/Header.d.ts +88 -0
  449. package/dist/protoc-gen-open-models/openapiv3/Header.js +217 -0
  450. package/dist/protoc-gen-open-models/openapiv3/Header.js.map +1 -0
  451. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.d.ts +32 -0
  452. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js +73 -0
  453. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js.map +1 -0
  454. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.d.ts +26 -0
  455. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js +58 -0
  456. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js.map +1 -0
  457. package/dist/protoc-gen-open-models/openapiv3/Info.d.ts +66 -0
  458. package/dist/protoc-gen-open-models/openapiv3/Info.js +159 -0
  459. package/dist/protoc-gen-open-models/openapiv3/Info.js.map +1 -0
  460. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.d.ts +26 -0
  461. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js +57 -0
  462. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js.map +1 -0
  463. package/dist/protoc-gen-open-models/openapiv3/License.d.ts +39 -0
  464. package/dist/protoc-gen-open-models/openapiv3/License.js +87 -0
  465. package/dist/protoc-gen-open-models/openapiv3/License.js.map +1 -0
  466. package/dist/protoc-gen-open-models/openapiv3/Link.d.ts +61 -0
  467. package/dist/protoc-gen-open-models/openapiv3/Link.js +145 -0
  468. package/dist/protoc-gen-open-models/openapiv3/Link.js.map +1 -0
  469. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.d.ts +32 -0
  470. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js +73 -0
  471. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js.map +1 -0
  472. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.d.ts +26 -0
  473. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js +58 -0
  474. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js.map +1 -0
  475. package/dist/protoc-gen-open-models/openapiv3/MediaType.d.ts +53 -0
  476. package/dist/protoc-gen-open-models/openapiv3/MediaType.js +119 -0
  477. package/dist/protoc-gen-open-models/openapiv3/MediaType.js.map +1 -0
  478. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.d.ts +26 -0
  479. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js +57 -0
  480. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js.map +1 -0
  481. package/dist/protoc-gen-open-models/openapiv3/NamedAny.d.ts +46 -0
  482. package/dist/protoc-gen-open-models/openapiv3/NamedAny.js +77 -0
  483. package/dist/protoc-gen-open-models/openapiv3/NamedAny.js.map +1 -0
  484. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.d.ts +46 -0
  485. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js +77 -0
  486. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js.map +1 -0
  487. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.d.ts +46 -0
  488. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js +78 -0
  489. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js.map +1 -0
  490. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.d.ts +46 -0
  491. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js +77 -0
  492. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js.map +1 -0
  493. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.d.ts +46 -0
  494. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js +77 -0
  495. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js.map +1 -0
  496. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.d.ts +46 -0
  497. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js +78 -0
  498. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js.map +1 -0
  499. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.d.ts +46 -0
  500. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js +78 -0
  501. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js.map +1 -0
  502. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.d.ts +46 -0
  503. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js +77 -0
  504. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js.map +1 -0
  505. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.d.ts +46 -0
  506. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js +78 -0
  507. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js.map +1 -0
  508. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.d.ts +46 -0
  509. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js +77 -0
  510. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js.map +1 -0
  511. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.d.ts +46 -0
  512. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js +77 -0
  513. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js.map +1 -0
  514. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.d.ts +46 -0
  515. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js +77 -0
  516. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js.map +1 -0
  517. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.d.ts +46 -0
  518. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js +77 -0
  519. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js.map +1 -0
  520. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.d.ts +46 -0
  521. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js +78 -0
  522. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js.map +1 -0
  523. package/dist/protoc-gen-open-models/openapiv3/NamedString.d.ts +45 -0
  524. package/dist/protoc-gen-open-models/openapiv3/NamedString.js +77 -0
  525. package/dist/protoc-gen-open-models/openapiv3/NamedString.js.map +1 -0
  526. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.d.ts +46 -0
  527. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js +79 -0
  528. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js.map +1 -0
  529. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.d.ts +50 -0
  530. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js +116 -0
  531. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js.map +1 -0
  532. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.d.ts +50 -0
  533. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js +116 -0
  534. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js.map +1 -0
  535. package/dist/protoc-gen-open-models/openapiv3/Object.d.ts +26 -0
  536. package/dist/protoc-gen-open-models/openapiv3/Object.js +57 -0
  537. package/dist/protoc-gen-open-models/openapiv3/Object.js.map +1 -0
  538. package/dist/protoc-gen-open-models/openapiv3/Operation.d.ts +96 -0
  539. package/dist/protoc-gen-open-models/openapiv3/Operation.js +234 -0
  540. package/dist/protoc-gen-open-models/openapiv3/Operation.js.map +1 -0
  541. package/dist/protoc-gen-open-models/openapiv3/Parameter.d.ts +98 -0
  542. package/dist/protoc-gen-open-models/openapiv3/Parameter.js +245 -0
  543. package/dist/protoc-gen-open-models/openapiv3/Parameter.js.map +1 -0
  544. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.d.ts +32 -0
  545. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js +73 -0
  546. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js.map +1 -0
  547. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.d.ts +26 -0
  548. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js +57 -0
  549. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js.map +1 -0
  550. package/dist/protoc-gen-open-models/openapiv3/PathItem.d.ts +97 -0
  551. package/dist/protoc-gen-open-models/openapiv3/PathItem.js +244 -0
  552. package/dist/protoc-gen-open-models/openapiv3/PathItem.js.map +1 -0
  553. package/dist/protoc-gen-open-models/openapiv3/Paths.d.ts +35 -0
  554. package/dist/protoc-gen-open-models/openapiv3/Paths.js +74 -0
  555. package/dist/protoc-gen-open-models/openapiv3/Paths.js.map +1 -0
  556. package/dist/protoc-gen-open-models/openapiv3/Properties.d.ts +26 -0
  557. package/dist/protoc-gen-open-models/openapiv3/Properties.js +57 -0
  558. package/dist/protoc-gen-open-models/openapiv3/Properties.js.map +1 -0
  559. package/dist/protoc-gen-open-models/openapiv3/Reference.d.ts +38 -0
  560. package/dist/protoc-gen-open-models/openapiv3/Reference.js +86 -0
  561. package/dist/protoc-gen-open-models/openapiv3/Reference.js.map +1 -0
  562. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.d.ts +26 -0
  563. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js +57 -0
  564. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js.map +1 -0
  565. package/dist/protoc-gen-open-models/openapiv3/RequestBody.d.ts +45 -0
  566. package/dist/protoc-gen-open-models/openapiv3/RequestBody.js +102 -0
  567. package/dist/protoc-gen-open-models/openapiv3/RequestBody.js.map +1 -0
  568. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.d.ts +32 -0
  569. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js +72 -0
  570. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js.map +1 -0
  571. package/dist/protoc-gen-open-models/openapiv3/Response.d.ts +52 -0
  572. package/dist/protoc-gen-open-models/openapiv3/Response.js +118 -0
  573. package/dist/protoc-gen-open-models/openapiv3/Response.js.map +1 -0
  574. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.d.ts +32 -0
  575. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js +73 -0
  576. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js.map +1 -0
  577. package/dist/protoc-gen-open-models/openapiv3/Responses.d.ts +41 -0
  578. package/dist/protoc-gen-open-models/openapiv3/Responses.js +89 -0
  579. package/dist/protoc-gen-open-models/openapiv3/Responses.js.map +1 -0
  580. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.d.ts +26 -0
  581. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js +58 -0
  582. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js.map +1 -0
  583. package/dist/protoc-gen-open-models/openapiv3/Schema.d.ts +213 -0
  584. package/dist/protoc-gen-open-models/openapiv3/Schema.js +558 -0
  585. package/dist/protoc-gen-open-models/openapiv3/Schema.js.map +1 -0
  586. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.d.ts +32 -0
  587. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js +73 -0
  588. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js.map +1 -0
  589. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.d.ts +26 -0
  590. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js +58 -0
  591. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js.map +1 -0
  592. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.d.ts +29 -0
  593. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js +60 -0
  594. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js.map +1 -0
  595. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.d.ts +70 -0
  596. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js +173 -0
  597. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js.map +1 -0
  598. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.d.ts +32 -0
  599. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js +72 -0
  600. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js.map +1 -0
  601. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.d.ts +26 -0
  602. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js +57 -0
  603. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js.map +1 -0
  604. package/dist/protoc-gen-open-models/openapiv3/Server.d.ts +45 -0
  605. package/dist/protoc-gen-open-models/openapiv3/Server.js +101 -0
  606. package/dist/protoc-gen-open-models/openapiv3/Server.js.map +1 -0
  607. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.d.ts +44 -0
  608. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js +102 -0
  609. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js.map +1 -0
  610. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.d.ts +26 -0
  611. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js +58 -0
  612. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js.map +1 -0
  613. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.d.ts +38 -0
  614. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js +86 -0
  615. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js.map +1 -0
  616. package/dist/protoc-gen-open-models/openapiv3/StringArray.d.ts +25 -0
  617. package/dist/protoc-gen-open-models/openapiv3/StringArray.js +57 -0
  618. package/dist/protoc-gen-open-models/openapiv3/StringArray.js.map +1 -0
  619. package/dist/protoc-gen-open-models/openapiv3/Strings.d.ts +26 -0
  620. package/dist/protoc-gen-open-models/openapiv3/Strings.js +57 -0
  621. package/dist/protoc-gen-open-models/openapiv3/Strings.js.map +1 -0
  622. package/dist/protoc-gen-open-models/openapiv3/Tag.d.ts +45 -0
  623. package/dist/protoc-gen-open-models/openapiv3/Tag.js +102 -0
  624. package/dist/protoc-gen-open-models/openapiv3/Tag.js.map +1 -0
  625. package/dist/protoc-gen-open-models/openapiv3/Xml.d.ts +54 -0
  626. package/dist/protoc-gen-open-models/openapiv3/Xml.js +129 -0
  627. package/dist/protoc-gen-open-models/openapiv3/Xml.js.map +1 -0
  628. package/dist/web-components/furo-type-renderer.d.ts +6 -0
  629. package/dist/web-components/furo-type-renderer.js +3 -0
  630. package/dist/web-components/furo-type-renderer.js.map +1 -0
  631. package/dist/web-components/impl/TypeRenderer/TypeRenderer.d.ts +158 -0
  632. package/dist/web-components/impl/TypeRenderer/TypeRenderer.js +309 -0
  633. package/dist/web-components/impl/TypeRenderer/TypeRenderer.js.map +1 -0
  634. package/dist/web-components/impl/TypeRenderer/index.d.ts +6 -0
  635. package/dist/web-components/impl/TypeRenderer/index.js +3 -0
  636. package/dist/web-components/impl/TypeRenderer/index.js.map +1 -0
  637. package/package.json +18 -15
  638. package/tsconfig.json +0 -44
  639. /package/dist/decorators/{defaultServiceEventHandlers.d.ts → DefaultServiceEventHandlers.d.ts} +0 -0
  640. /package/dist/decorators/{defaultServiceEventHandlers.js → DefaultServiceEventHandlers.js} +0 -0
  641. /package/dist/decorators/{defaultServiceEventHandlers.js.map → DefaultServiceEventHandlers.js.map} +0 -0
@@ -0,0 +1,62 @@
1
+ // Code generated by furo protoc-gen-open-models. DO NOT EDIT.
2
+ // protoc-gen-open-models version: ????
3
+ import { FieldNode, INT64, Registry } from '@furo/open-models/dist/index';
4
+ /**
5
+ * Int64Value
6
+ * Wrapper message for `int64`.
7
+ *
8
+ * The JSON representation for `Int64Value` is JSON string.
9
+ */
10
+ export class Int64Value extends FieldNode {
11
+ constructor(initData, parent, parentAttributeName) {
12
+ super(undefined, parent, parentAttributeName);
13
+ this.__meta.typeName = 'google.protobuf.Int64Value';
14
+ this.__meta.description =
15
+ 'Int64Value Wrapper message for `int64`.\n\n The JSON representation for `Int64Value` is JSON string.';
16
+ this.__meta.nodeFields = [
17
+ {
18
+ fieldName: 'value',
19
+ protoName: 'value',
20
+ FieldConstructor: INT64,
21
+ constraints: {},
22
+ description: 'The int64 value.',
23
+ },
24
+ ];
25
+ // Initialize the fields
26
+ // The int64 value.
27
+ this._value = new INT64(undefined, this, 'value');
28
+ // Set required fields
29
+ [].forEach(fieldName => {
30
+ this[fieldName].__meta.required = true;
31
+ });
32
+ // Default values from openAPI annotations
33
+ this.__defaultValues = {};
34
+ // Initialize the fields with init data
35
+ if (initData !== undefined) {
36
+ this.__fromLiteral({ ...this.__defaultValues, ...initData });
37
+ }
38
+ else {
39
+ this.__fromLiteral(this.__defaultValues);
40
+ }
41
+ // Set readonly fields after the init, so child nodes are readonly too
42
+ [].forEach(fieldName => {
43
+ this[fieldName].__readonly = true;
44
+ });
45
+ this.__meta.isPristine = true;
46
+ }
47
+ // The int64 value.
48
+ get value() {
49
+ return this._value;
50
+ }
51
+ set value(v) {
52
+ this.__PrimitivesSetter(this._value, v);
53
+ }
54
+ fromLiteral(data) {
55
+ super.__fromLiteral(data);
56
+ }
57
+ toLiteral() {
58
+ return super.__toLiteral();
59
+ }
60
+ }
61
+ Registry.register('google.protobuf.Int64Value', Int64Value);
62
+ //# sourceMappingURL=Int64Value.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Int64Value.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/Int64Value.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AA4B1E;;;;;GAKG;AACH,MAAM,OAAO,UAAW,SAAQ,SAAS;IAMvC,YACE,QAAsB,EACtB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,4BAA4B,CAAC;QACpD,IAAI,CAAC,MAAM,CAAC,WAAW;YACrB,sGAAsG,CAAC;QAEzG,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,KAAK;gBACvB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,kBAAkB;aAChC;SACF,CAAC;QAEF,wBAAwB;QACxB,oBAAoB;QACpB,IAAI,CAAC,MAAM,GAAG,IAAI,KAAK,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAElD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA6B,CAAe,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC5E,CAAC,CAAC,CAAC;QAEH,0CAA0C;QAC1C,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAE1B,uCAAuC;QACvC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3C,CAAC;QAED,sEAAsE;QACtE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA6B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACvE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,oBAAoB;IACpB,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,IAAW,KAAK,CAAC,CAAS;QACxB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC1C,CAAC;IAED,WAAW,CAAC,IAAiB;QAC3B,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CAAC,4BAA4B,EAAE,UAAU,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, INT64, Registry } from '@furo/open-models/dist/index';\n\n/**\n * @interface IInt64Value\n * Wrapper message for `int64`.\n *\n * The JSON representation for `Int64Value` is JSON string.\n */\nexport interface IInt64Value {\n /**\n * The int64 value.\n */\n value?: string;\n}\n\n/**\n * @interface TInt64Value\n * Wrapper message for `int64`.\n *\n * The JSON representation for `Int64Value` is JSON string.\n */\nexport interface TInt64Value {\n /**\n * The int64 value.\n */\n value?: string;\n}\n\n/**\n * Int64Value\n * Wrapper message for `int64`.\n *\n * The JSON representation for `Int64Value` is JSON string.\n */\nexport class Int64Value extends FieldNode {\n // The int64 value.\n private _value: INT64;\n\n public __defaultValues: IInt64Value;\n\n constructor(\n initData?: IInt64Value,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.Int64Value';\n this.__meta.description =\n 'Int64Value Wrapper message for `int64`.\\n\\n The JSON representation for `Int64Value` is JSON string.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: INT64,\n constraints: {},\n description: 'The int64 value.',\n },\n ];\n\n // Initialize the fields\n // The int64 value.\n this._value = new INT64(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof Int64Value] as FieldNode).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof Int64Value] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // The int64 value.\n public get value(): INT64 {\n return this._value;\n }\n\n public set value(v: bigint) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IInt64Value) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IInt64Value {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.Int64Value', Int64Value);\n"]}
@@ -0,0 +1,201 @@
1
+ import { ARRAY, BOOLEAN, FieldNode } from '@furo/open-models/dist/index';
2
+ import { FeatureSet as GoogleProtobufFeatureSet, type IFeatureSet as IGoogleProtobufFeatureSet, type TFeatureSet as TGoogleProtobufFeatureSet } from './FeatureSet.js';
3
+ import { UninterpretedOption as GoogleProtobufUninterpretedOption, type IUninterpretedOption as IGoogleProtobufUninterpretedOption, type TUninterpretedOption as TGoogleProtobufUninterpretedOption } from './UninterpretedOption.js';
4
+ /**
5
+ * @interface IMessageOptions
6
+ */
7
+ export interface IMessageOptions {
8
+ /**
9
+ * Set true to use the old proto1 MessageSet wire format for extensions.
10
+ * This is provided for backwards-compatibility with the MessageSet wire
11
+ * format. You should not use this for any other reason: It's less
12
+ * efficient, has fewer features, and is more complicated.
13
+ *
14
+ * The message must be defined exactly as follows:
15
+ * message Foo {
16
+ * option message_set_wire_format = true;
17
+ * extensions 4 to max;
18
+ * }
19
+ * Note that the message cannot have any defined fields; MessageSets only
20
+ * have extensions.
21
+ *
22
+ * All extensions of your type must be singular messages; e.g. they cannot
23
+ * be int32s, enums, or repeated messages.
24
+ *
25
+ * Because this is an option, the above two restrictions are not enforced by
26
+ * the protocol compiler.
27
+ */
28
+ messageSetWireFormat?: boolean;
29
+ /**
30
+ * Disables the generation of the standard "descriptor()" accessor, which can
31
+ * conflict with a field of the same name. This is meant to make migration
32
+ * from proto1 easier; new code should avoid fields named "descriptor".
33
+ */
34
+ noStandardDescriptorAccessor?: boolean;
35
+ /**
36
+ * Is this message deprecated?
37
+ * Depending on the target platform, this can emit Deprecated annotations
38
+ * for the message, or it will be completely ignored; in the very least,
39
+ * this is a formalization for deprecating messages.
40
+ */
41
+ deprecated?: boolean;
42
+ /**
43
+ * NOTE: Do not set the option in .proto files. Always use the maps syntax
44
+ * instead. The option should only be implicitly set by the proto compiler
45
+ * parser.
46
+ *
47
+ * Whether the message is an automatically generated map entry type for the
48
+ * maps field.
49
+ *
50
+ * For maps fields:
51
+ * map<KeyType, ValueType> map_field = 1;
52
+ * The parsed descriptor looks like:
53
+ * message MapFieldEntry {
54
+ * option map_entry = true;
55
+ * optional KeyType key = 1;
56
+ * optional ValueType value = 2;
57
+ * }
58
+ * repeated MapFieldEntry map_field = 1;
59
+ *
60
+ * Implementations may choose not to generate the map_entry=true message, but
61
+ * use a native map in the target language to hold the keys and values.
62
+ * The reflection APIs in such implementations still need to work as
63
+ * if the field is a repeated message field.
64
+ */
65
+ mapEntry?: boolean;
66
+ /**
67
+ * Enable the legacy handling of JSON field name conflicts. This lowercases
68
+ * and strips underscored from the fields before comparison in proto3 only.
69
+ * The new behavior takes `json_name` into account and applies to proto2 as
70
+ * well.
71
+ *
72
+ * This should only be used as a temporary measure against broken builds due
73
+ * to the change in behavior for JSON field name conflicts.
74
+ *
75
+ * TODO This is legacy behavior we plan to remove once downstream
76
+ * teams have had time to migrate.
77
+ */
78
+ deprecatedLegacyJsonFieldConflicts?: boolean;
79
+ /**
80
+ * Any features defined in the specific edition.
81
+ */
82
+ features?: IGoogleProtobufFeatureSet;
83
+ /**
84
+ * The parser stores options it doesn't recognize here. See above.
85
+ */
86
+ uninterpretedOption?: IGoogleProtobufUninterpretedOption[];
87
+ }
88
+ /**
89
+ * @interface TMessageOptions
90
+ */
91
+ export interface TMessageOptions {
92
+ /**
93
+ * Set true to use the old proto1 MessageSet wire format for extensions.
94
+ * This is provided for backwards-compatibility with the MessageSet wire
95
+ * format. You should not use this for any other reason: It's less
96
+ * efficient, has fewer features, and is more complicated.
97
+ *
98
+ * The message must be defined exactly as follows:
99
+ * message Foo {
100
+ * option message_set_wire_format = true;
101
+ * extensions 4 to max;
102
+ * }
103
+ * Note that the message cannot have any defined fields; MessageSets only
104
+ * have extensions.
105
+ *
106
+ * All extensions of your type must be singular messages; e.g. they cannot
107
+ * be int32s, enums, or repeated messages.
108
+ *
109
+ * Because this is an option, the above two restrictions are not enforced by
110
+ * the protocol compiler.
111
+ */
112
+ message_set_wire_format?: boolean;
113
+ /**
114
+ * Disables the generation of the standard "descriptor()" accessor, which can
115
+ * conflict with a field of the same name. This is meant to make migration
116
+ * from proto1 easier; new code should avoid fields named "descriptor".
117
+ */
118
+ no_standard_descriptor_accessor?: boolean;
119
+ /**
120
+ * Is this message deprecated?
121
+ * Depending on the target platform, this can emit Deprecated annotations
122
+ * for the message, or it will be completely ignored; in the very least,
123
+ * this is a formalization for deprecating messages.
124
+ */
125
+ deprecated?: boolean;
126
+ /**
127
+ * NOTE: Do not set the option in .proto files. Always use the maps syntax
128
+ * instead. The option should only be implicitly set by the proto compiler
129
+ * parser.
130
+ *
131
+ * Whether the message is an automatically generated map entry type for the
132
+ * maps field.
133
+ *
134
+ * For maps fields:
135
+ * map<KeyType, ValueType> map_field = 1;
136
+ * The parsed descriptor looks like:
137
+ * message MapFieldEntry {
138
+ * option map_entry = true;
139
+ * optional KeyType key = 1;
140
+ * optional ValueType value = 2;
141
+ * }
142
+ * repeated MapFieldEntry map_field = 1;
143
+ *
144
+ * Implementations may choose not to generate the map_entry=true message, but
145
+ * use a native map in the target language to hold the keys and values.
146
+ * The reflection APIs in such implementations still need to work as
147
+ * if the field is a repeated message field.
148
+ */
149
+ map_entry?: boolean;
150
+ /**
151
+ * Enable the legacy handling of JSON field name conflicts. This lowercases
152
+ * and strips underscored from the fields before comparison in proto3 only.
153
+ * The new behavior takes `json_name` into account and applies to proto2 as
154
+ * well.
155
+ *
156
+ * This should only be used as a temporary measure against broken builds due
157
+ * to the change in behavior for JSON field name conflicts.
158
+ *
159
+ * TODO This is legacy behavior we plan to remove once downstream
160
+ * teams have had time to migrate.
161
+ */
162
+ deprecated_legacy_json_field_conflicts?: boolean;
163
+ /**
164
+ * Any features defined in the specific edition.
165
+ */
166
+ features?: TGoogleProtobufFeatureSet;
167
+ /**
168
+ * The parser stores options it doesn't recognize here. See above.
169
+ */
170
+ uninterpreted_option?: TGoogleProtobufUninterpretedOption[];
171
+ }
172
+ /**
173
+ * MessageOptions
174
+ */
175
+ export declare class MessageOptions extends FieldNode {
176
+ private _messageSetWireFormat;
177
+ private _noStandardDescriptorAccessor;
178
+ private _deprecated;
179
+ private _mapEntry;
180
+ private _deprecatedLegacyJsonFieldConflicts;
181
+ private _features;
182
+ private _uninterpretedOption;
183
+ __defaultValues: IMessageOptions;
184
+ constructor(initData?: IMessageOptions, parent?: FieldNode, parentAttributeName?: string);
185
+ get messageSetWireFormat(): BOOLEAN;
186
+ set messageSetWireFormat(v: boolean);
187
+ get noStandardDescriptorAccessor(): BOOLEAN;
188
+ set noStandardDescriptorAccessor(v: boolean);
189
+ get deprecated(): BOOLEAN;
190
+ set deprecated(v: boolean);
191
+ get mapEntry(): BOOLEAN;
192
+ set mapEntry(v: boolean);
193
+ get deprecatedLegacyJsonFieldConflicts(): BOOLEAN;
194
+ set deprecatedLegacyJsonFieldConflicts(v: boolean);
195
+ get features(): GoogleProtobufFeatureSet;
196
+ set features(v: IGoogleProtobufFeatureSet);
197
+ get uninterpretedOption(): ARRAY<GoogleProtobufUninterpretedOption, IGoogleProtobufUninterpretedOption>;
198
+ set uninterpretedOption(v: IGoogleProtobufUninterpretedOption[]);
199
+ fromLiteral(data: IMessageOptions): void;
200
+ toLiteral(): IMessageOptions;
201
+ }
@@ -0,0 +1,259 @@
1
+ // Code generated by furo protoc-gen-open-models. DO NOT EDIT.
2
+ // protoc-gen-open-models version: ????
3
+ import { ARRAY, BOOLEAN, FieldNode, Registry, } from '@furo/open-models/dist/index';
4
+ import { FeatureSet as GoogleProtobufFeatureSet, } from './FeatureSet.js';
5
+ import { UninterpretedOption as GoogleProtobufUninterpretedOption, } from './UninterpretedOption.js';
6
+ /**
7
+ * MessageOptions
8
+ */
9
+ export class MessageOptions extends FieldNode {
10
+ constructor(initData, parent, parentAttributeName) {
11
+ super(undefined, parent, parentAttributeName);
12
+ this.__meta.typeName = 'google.protobuf.MessageOptions';
13
+ this.__meta.description = 'MessageOptions';
14
+ this.__meta.nodeFields = [
15
+ {
16
+ fieldName: 'messageSetWireFormat',
17
+ protoName: 'message_set_wire_format',
18
+ FieldConstructor: BOOLEAN,
19
+ constraints: {},
20
+ description: "Set true to use the old proto1 MessageSet wire format for extensions.\n This is provided for backwards-compatibility with the MessageSet wire\n format. You should not use this for any other reason: It's less\n efficient, has fewer features, and is more complicated.\n\n The message must be defined exactly as follows:\n message Foo {\n option message_set_wire_format = true;\n extensions 4 to max;\n }\n Note that the message cannot have any defined fields; MessageSets only\n have extensions.\n\n All extensions of your type must be singular messages; e.g. they cannot\n be int32s, enums, or repeated messages.\n\n Because this is an option, the above two restrictions are not enforced by\n the protocol compiler.",
21
+ },
22
+ {
23
+ fieldName: 'noStandardDescriptorAccessor',
24
+ protoName: 'no_standard_descriptor_accessor',
25
+ FieldConstructor: BOOLEAN,
26
+ constraints: {},
27
+ description: 'Disables the generation of the standard "descriptor()" accessor, which can\n conflict with a field of the same name. This is meant to make migration\n from proto1 easier; new code should avoid fields named "descriptor".',
28
+ },
29
+ {
30
+ fieldName: 'deprecated',
31
+ protoName: 'deprecated',
32
+ FieldConstructor: BOOLEAN,
33
+ constraints: {},
34
+ description: 'Is this message deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the message, or it will be completely ignored; in the very least,\n this is a formalization for deprecating messages.',
35
+ },
36
+ {
37
+ fieldName: 'mapEntry',
38
+ protoName: 'map_entry',
39
+ FieldConstructor: BOOLEAN,
40
+ constraints: {},
41
+ description: 'NOTE: Do not set the option in .proto files. Always use the maps syntax\n instead. The option should only be implicitly set by the proto compiler\n parser.\n\n Whether the message is an automatically generated map entry type for the\n maps field.\n\n For maps fields:\n map<KeyType, ValueType> map_field = 1;\n The parsed descriptor looks like:\n message MapFieldEntry {\n option map_entry = true;\n optional KeyType key = 1;\n optional ValueType value = 2;\n }\n repeated MapFieldEntry map_field = 1;\n\n Implementations may choose not to generate the map_entry=true message, but\n use a native map in the target language to hold the keys and values.\n The reflection APIs in such implementations still need to work as\n if the field is a repeated message field.',
42
+ },
43
+ {
44
+ fieldName: 'deprecatedLegacyJsonFieldConflicts',
45
+ protoName: 'deprecated_legacy_json_field_conflicts',
46
+ FieldConstructor: BOOLEAN,
47
+ constraints: {},
48
+ description: 'Enable the legacy handling of JSON field name conflicts. This lowercases\n and strips underscored from the fields before comparison in proto3 only.\n The new behavior takes `json_name` into account and applies to proto2 as\n well.\n\n This should only be used as a temporary measure against broken builds due\n to the change in behavior for JSON field name conflicts.\n\n TODO This is legacy behavior we plan to remove once downstream\n teams have had time to migrate.',
49
+ },
50
+ {
51
+ fieldName: 'features',
52
+ protoName: 'features',
53
+ FieldConstructor: GoogleProtobufFeatureSet,
54
+ constraints: {},
55
+ description: 'Any features defined in the specific edition.',
56
+ },
57
+ {
58
+ fieldName: 'uninterpretedOption',
59
+ protoName: 'uninterpreted_option',
60
+ FieldConstructor: GoogleProtobufUninterpretedOption,
61
+ constraints: {},
62
+ description: "The parser stores options it doesn't recognize here. See above.",
63
+ },
64
+ ];
65
+ // Initialize the fields
66
+ // Set true to use the old proto1 MessageSet wire format for extensions.
67
+ // This is provided for backwards-compatibility with the MessageSet wire
68
+ // format. You should not use this for any other reason: It's less
69
+ // efficient, has fewer features, and is more complicated.
70
+ //
71
+ // The message must be defined exactly as follows:
72
+ // message Foo {
73
+ // option message_set_wire_format = true;
74
+ // extensions 4 to max;
75
+ // }
76
+ // Note that the message cannot have any defined fields; MessageSets only
77
+ // have extensions.
78
+ //
79
+ // All extensions of your type must be singular messages; e.g. they cannot
80
+ // be int32s, enums, or repeated messages.
81
+ //
82
+ // Because this is an option, the above two restrictions are not enforced by
83
+ // the protocol compiler.
84
+ this._messageSetWireFormat = new BOOLEAN(undefined, this, 'messageSetWireFormat');
85
+ // Disables the generation of the standard "descriptor()" accessor, which can
86
+ // conflict with a field of the same name. This is meant to make migration
87
+ // from proto1 easier; new code should avoid fields named "descriptor".
88
+ this._noStandardDescriptorAccessor = new BOOLEAN(undefined, this, 'noStandardDescriptorAccessor');
89
+ // Is this message deprecated?
90
+ // Depending on the target platform, this can emit Deprecated annotations
91
+ // for the message, or it will be completely ignored; in the very least,
92
+ // this is a formalization for deprecating messages.
93
+ this._deprecated = new BOOLEAN(undefined, this, 'deprecated');
94
+ // NOTE: Do not set the option in .proto files. Always use the maps syntax
95
+ // instead. The option should only be implicitly set by the proto compiler
96
+ // parser.
97
+ //
98
+ // Whether the message is an automatically generated map entry type for the
99
+ // maps field.
100
+ //
101
+ // For maps fields:
102
+ // map<KeyType, ValueType> map_field = 1;
103
+ // The parsed descriptor looks like:
104
+ // message MapFieldEntry {
105
+ // option map_entry = true;
106
+ // optional KeyType key = 1;
107
+ // optional ValueType value = 2;
108
+ // }
109
+ // repeated MapFieldEntry map_field = 1;
110
+ //
111
+ // Implementations may choose not to generate the map_entry=true message, but
112
+ // use a native map in the target language to hold the keys and values.
113
+ // The reflection APIs in such implementations still need to work as
114
+ // if the field is a repeated message field.
115
+ this._mapEntry = new BOOLEAN(undefined, this, 'mapEntry');
116
+ // Enable the legacy handling of JSON field name conflicts. This lowercases
117
+ // and strips underscored from the fields before comparison in proto3 only.
118
+ // The new behavior takes `json_name` into account and applies to proto2 as
119
+ // well.
120
+ //
121
+ // This should only be used as a temporary measure against broken builds due
122
+ // to the change in behavior for JSON field name conflicts.
123
+ //
124
+ // TODO This is legacy behavior we plan to remove once downstream
125
+ // teams have had time to migrate.
126
+ this._deprecatedLegacyJsonFieldConflicts = new BOOLEAN(undefined, this, 'deprecatedLegacyJsonFieldConflicts');
127
+ // Any features defined in the specific edition.
128
+ this._features = new GoogleProtobufFeatureSet(undefined, this, 'features');
129
+ // The parser stores options it doesn't recognize here. See above.
130
+ this._uninterpretedOption = new ARRAY(undefined, this, 'uninterpretedOption');
131
+ // Set required fields
132
+ [].forEach(fieldName => {
133
+ this[fieldName].__meta.required =
134
+ true;
135
+ });
136
+ // Default values from openAPI annotations
137
+ this.__defaultValues = {};
138
+ // Initialize the fields with init data
139
+ if (initData !== undefined) {
140
+ this.__fromLiteral({ ...this.__defaultValues, ...initData });
141
+ }
142
+ else {
143
+ this.__fromLiteral(this.__defaultValues);
144
+ }
145
+ // Set readonly fields after the init, so child nodes are readonly too
146
+ [].forEach(fieldName => {
147
+ this[fieldName].__readonly = true;
148
+ });
149
+ this.__meta.isPristine = true;
150
+ }
151
+ // Set true to use the old proto1 MessageSet wire format for extensions.
152
+ // This is provided for backwards-compatibility with the MessageSet wire
153
+ // format. You should not use this for any other reason: It's less
154
+ // efficient, has fewer features, and is more complicated.
155
+ //
156
+ // The message must be defined exactly as follows:
157
+ // message Foo {
158
+ // option message_set_wire_format = true;
159
+ // extensions 4 to max;
160
+ // }
161
+ // Note that the message cannot have any defined fields; MessageSets only
162
+ // have extensions.
163
+ //
164
+ // All extensions of your type must be singular messages; e.g. they cannot
165
+ // be int32s, enums, or repeated messages.
166
+ //
167
+ // Because this is an option, the above two restrictions are not enforced by
168
+ // the protocol compiler.
169
+ get messageSetWireFormat() {
170
+ return this._messageSetWireFormat;
171
+ }
172
+ set messageSetWireFormat(v) {
173
+ this.__PrimitivesSetter(this._messageSetWireFormat, v);
174
+ }
175
+ // Disables the generation of the standard "descriptor()" accessor, which can
176
+ // conflict with a field of the same name. This is meant to make migration
177
+ // from proto1 easier; new code should avoid fields named "descriptor".
178
+ get noStandardDescriptorAccessor() {
179
+ return this._noStandardDescriptorAccessor;
180
+ }
181
+ set noStandardDescriptorAccessor(v) {
182
+ this.__PrimitivesSetter(this._noStandardDescriptorAccessor, v);
183
+ }
184
+ // Is this message deprecated?
185
+ // Depending on the target platform, this can emit Deprecated annotations
186
+ // for the message, or it will be completely ignored; in the very least,
187
+ // this is a formalization for deprecating messages.
188
+ get deprecated() {
189
+ return this._deprecated;
190
+ }
191
+ set deprecated(v) {
192
+ this.__PrimitivesSetter(this._deprecated, v);
193
+ }
194
+ // NOTE: Do not set the option in .proto files. Always use the maps syntax
195
+ // instead. The option should only be implicitly set by the proto compiler
196
+ // parser.
197
+ //
198
+ // Whether the message is an automatically generated map entry type for the
199
+ // maps field.
200
+ //
201
+ // For maps fields:
202
+ // map<KeyType, ValueType> map_field = 1;
203
+ // The parsed descriptor looks like:
204
+ // message MapFieldEntry {
205
+ // option map_entry = true;
206
+ // optional KeyType key = 1;
207
+ // optional ValueType value = 2;
208
+ // }
209
+ // repeated MapFieldEntry map_field = 1;
210
+ //
211
+ // Implementations may choose not to generate the map_entry=true message, but
212
+ // use a native map in the target language to hold the keys and values.
213
+ // The reflection APIs in such implementations still need to work as
214
+ // if the field is a repeated message field.
215
+ get mapEntry() {
216
+ return this._mapEntry;
217
+ }
218
+ set mapEntry(v) {
219
+ this.__PrimitivesSetter(this._mapEntry, v);
220
+ }
221
+ // Enable the legacy handling of JSON field name conflicts. This lowercases
222
+ // and strips underscored from the fields before comparison in proto3 only.
223
+ // The new behavior takes `json_name` into account and applies to proto2 as
224
+ // well.
225
+ //
226
+ // This should only be used as a temporary measure against broken builds due
227
+ // to the change in behavior for JSON field name conflicts.
228
+ //
229
+ // TODO This is legacy behavior we plan to remove once downstream
230
+ // teams have had time to migrate.
231
+ get deprecatedLegacyJsonFieldConflicts() {
232
+ return this._deprecatedLegacyJsonFieldConflicts;
233
+ }
234
+ set deprecatedLegacyJsonFieldConflicts(v) {
235
+ this.__PrimitivesSetter(this._deprecatedLegacyJsonFieldConflicts, v);
236
+ }
237
+ // Any features defined in the specific edition.
238
+ get features() {
239
+ return this._features;
240
+ }
241
+ set features(v) {
242
+ this.__TypeSetter(this._features, v);
243
+ }
244
+ // The parser stores options it doesn't recognize here. See above.
245
+ get uninterpretedOption() {
246
+ return this._uninterpretedOption;
247
+ }
248
+ set uninterpretedOption(v) {
249
+ this.__TypeSetter(this._uninterpretedOption, v);
250
+ }
251
+ fromLiteral(data) {
252
+ super.__fromLiteral(data);
253
+ }
254
+ toLiteral() {
255
+ return super.__toLiteral();
256
+ }
257
+ }
258
+ Registry.register('google.protobuf.MessageOptions', MessageOptions);
259
+ //# sourceMappingURL=MessageOptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageOptions.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/MessageOptions.ts"],"names":[],"mappings":"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","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport {\n ARRAY,\n BOOLEAN,\n FieldNode,\n Registry,\n} from '@furo/open-models/dist/index';\nimport {\n FeatureSet as GoogleProtobufFeatureSet,\n type IFeatureSet as IGoogleProtobufFeatureSet,\n type TFeatureSet as TGoogleProtobufFeatureSet,\n} from './FeatureSet';\n\nimport {\n UninterpretedOption as GoogleProtobufUninterpretedOption,\n type IUninterpretedOption as IGoogleProtobufUninterpretedOption,\n type TUninterpretedOption as TGoogleProtobufUninterpretedOption,\n} from './UninterpretedOption';\n\n/**\n * @interface IMessageOptions\n */\nexport interface IMessageOptions {\n /**\n * Set true to use the old proto1 MessageSet wire format for extensions.\n * This is provided for backwards-compatibility with the MessageSet wire\n * format. You should not use this for any other reason: It's less\n * efficient, has fewer features, and is more complicated.\n *\n * The message must be defined exactly as follows:\n * message Foo {\n * option message_set_wire_format = true;\n * extensions 4 to max;\n * }\n * Note that the message cannot have any defined fields; MessageSets only\n * have extensions.\n *\n * All extensions of your type must be singular messages; e.g. they cannot\n * be int32s, enums, or repeated messages.\n *\n * Because this is an option, the above two restrictions are not enforced by\n * the protocol compiler.\n */\n messageSetWireFormat?: boolean;\n /**\n * Disables the generation of the standard \"descriptor()\" accessor, which can\n * conflict with a field of the same name. This is meant to make migration\n * from proto1 easier; new code should avoid fields named \"descriptor\".\n */\n noStandardDescriptorAccessor?: boolean;\n /**\n * Is this message deprecated?\n * Depending on the target platform, this can emit Deprecated annotations\n * for the message, or it will be completely ignored; in the very least,\n * this is a formalization for deprecating messages.\n */\n deprecated?: boolean;\n /**\n * NOTE: Do not set the option in .proto files. Always use the maps syntax\n * instead. The option should only be implicitly set by the proto compiler\n * parser.\n *\n * Whether the message is an automatically generated map entry type for the\n * maps field.\n *\n * For maps fields:\n * map<KeyType, ValueType> map_field = 1;\n * The parsed descriptor looks like:\n * message MapFieldEntry {\n * option map_entry = true;\n * optional KeyType key = 1;\n * optional ValueType value = 2;\n * }\n * repeated MapFieldEntry map_field = 1;\n *\n * Implementations may choose not to generate the map_entry=true message, but\n * use a native map in the target language to hold the keys and values.\n * The reflection APIs in such implementations still need to work as\n * if the field is a repeated message field.\n */\n mapEntry?: boolean;\n /**\n * Enable the legacy handling of JSON field name conflicts. This lowercases\n * and strips underscored from the fields before comparison in proto3 only.\n * The new behavior takes `json_name` into account and applies to proto2 as\n * well.\n *\n * This should only be used as a temporary measure against broken builds due\n * to the change in behavior for JSON field name conflicts.\n *\n * TODO This is legacy behavior we plan to remove once downstream\n * teams have had time to migrate.\n */\n deprecatedLegacyJsonFieldConflicts?: boolean;\n /**\n * Any features defined in the specific edition.\n */\n features?: IGoogleProtobufFeatureSet;\n /**\n * The parser stores options it doesn't recognize here. See above.\n */\n uninterpretedOption?: IGoogleProtobufUninterpretedOption[];\n}\n\n/**\n * @interface TMessageOptions\n */\nexport interface TMessageOptions {\n /**\n * Set true to use the old proto1 MessageSet wire format for extensions.\n * This is provided for backwards-compatibility with the MessageSet wire\n * format. You should not use this for any other reason: It's less\n * efficient, has fewer features, and is more complicated.\n *\n * The message must be defined exactly as follows:\n * message Foo {\n * option message_set_wire_format = true;\n * extensions 4 to max;\n * }\n * Note that the message cannot have any defined fields; MessageSets only\n * have extensions.\n *\n * All extensions of your type must be singular messages; e.g. they cannot\n * be int32s, enums, or repeated messages.\n *\n * Because this is an option, the above two restrictions are not enforced by\n * the protocol compiler.\n */\n message_set_wire_format?: boolean;\n /**\n * Disables the generation of the standard \"descriptor()\" accessor, which can\n * conflict with a field of the same name. This is meant to make migration\n * from proto1 easier; new code should avoid fields named \"descriptor\".\n */\n no_standard_descriptor_accessor?: boolean;\n /**\n * Is this message deprecated?\n * Depending on the target platform, this can emit Deprecated annotations\n * for the message, or it will be completely ignored; in the very least,\n * this is a formalization for deprecating messages.\n */\n deprecated?: boolean;\n /**\n * NOTE: Do not set the option in .proto files. Always use the maps syntax\n * instead. The option should only be implicitly set by the proto compiler\n * parser.\n *\n * Whether the message is an automatically generated map entry type for the\n * maps field.\n *\n * For maps fields:\n * map<KeyType, ValueType> map_field = 1;\n * The parsed descriptor looks like:\n * message MapFieldEntry {\n * option map_entry = true;\n * optional KeyType key = 1;\n * optional ValueType value = 2;\n * }\n * repeated MapFieldEntry map_field = 1;\n *\n * Implementations may choose not to generate the map_entry=true message, but\n * use a native map in the target language to hold the keys and values.\n * The reflection APIs in such implementations still need to work as\n * if the field is a repeated message field.\n */\n map_entry?: boolean;\n /**\n * Enable the legacy handling of JSON field name conflicts. This lowercases\n * and strips underscored from the fields before comparison in proto3 only.\n * The new behavior takes `json_name` into account and applies to proto2 as\n * well.\n *\n * This should only be used as a temporary measure against broken builds due\n * to the change in behavior for JSON field name conflicts.\n *\n * TODO This is legacy behavior we plan to remove once downstream\n * teams have had time to migrate.\n */\n deprecated_legacy_json_field_conflicts?: boolean;\n /**\n * Any features defined in the specific edition.\n */\n features?: TGoogleProtobufFeatureSet;\n /**\n * The parser stores options it doesn't recognize here. See above.\n */\n uninterpreted_option?: TGoogleProtobufUninterpretedOption[];\n}\n\n/**\n * MessageOptions\n */\nexport class MessageOptions extends FieldNode {\n // Set true to use the old proto1 MessageSet wire format for extensions.\n // This is provided for backwards-compatibility with the MessageSet wire\n // format. You should not use this for any other reason: It's less\n // efficient, has fewer features, and is more complicated.\n //\n // The message must be defined exactly as follows:\n // message Foo {\n // option message_set_wire_format = true;\n // extensions 4 to max;\n // }\n // Note that the message cannot have any defined fields; MessageSets only\n // have extensions.\n //\n // All extensions of your type must be singular messages; e.g. they cannot\n // be int32s, enums, or repeated messages.\n //\n // Because this is an option, the above two restrictions are not enforced by\n // the protocol compiler.\n private _messageSetWireFormat: BOOLEAN;\n\n // Disables the generation of the standard \"descriptor()\" accessor, which can\n // conflict with a field of the same name. This is meant to make migration\n // from proto1 easier; new code should avoid fields named \"descriptor\".\n private _noStandardDescriptorAccessor: BOOLEAN;\n\n // Is this message deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for the message, or it will be completely ignored; in the very least,\n // this is a formalization for deprecating messages.\n private _deprecated: BOOLEAN;\n\n // NOTE: Do not set the option in .proto files. Always use the maps syntax\n // instead. The option should only be implicitly set by the proto compiler\n // parser.\n //\n // Whether the message is an automatically generated map entry type for the\n // maps field.\n //\n // For maps fields:\n // map<KeyType, ValueType> map_field = 1;\n // The parsed descriptor looks like:\n // message MapFieldEntry {\n // option map_entry = true;\n // optional KeyType key = 1;\n // optional ValueType value = 2;\n // }\n // repeated MapFieldEntry map_field = 1;\n //\n // Implementations may choose not to generate the map_entry=true message, but\n // use a native map in the target language to hold the keys and values.\n // The reflection APIs in such implementations still need to work as\n // if the field is a repeated message field.\n private _mapEntry: BOOLEAN;\n\n // Enable the legacy handling of JSON field name conflicts. This lowercases\n // and strips underscored from the fields before comparison in proto3 only.\n // The new behavior takes `json_name` into account and applies to proto2 as\n // well.\n //\n // This should only be used as a temporary measure against broken builds due\n // to the change in behavior for JSON field name conflicts.\n //\n // TODO This is legacy behavior we plan to remove once downstream\n // teams have had time to migrate.\n private _deprecatedLegacyJsonFieldConflicts: BOOLEAN;\n\n // Any features defined in the specific edition.\n private _features: GoogleProtobufFeatureSet;\n\n // The parser stores options it doesn't recognize here. See above.\n private _uninterpretedOption: ARRAY<\n GoogleProtobufUninterpretedOption,\n IGoogleProtobufUninterpretedOption\n >;\n\n public __defaultValues: IMessageOptions;\n\n constructor(\n initData?: IMessageOptions,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.MessageOptions';\n this.__meta.description = 'MessageOptions';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'messageSetWireFormat',\n protoName: 'message_set_wire_format',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n \"Set true to use the old proto1 MessageSet wire format for extensions.\\n This is provided for backwards-compatibility with the MessageSet wire\\n format. You should not use this for any other reason: It's less\\n efficient, has fewer features, and is more complicated.\\n\\n The message must be defined exactly as follows:\\n message Foo {\\n option message_set_wire_format = true;\\n extensions 4 to max;\\n }\\n Note that the message cannot have any defined fields; MessageSets only\\n have extensions.\\n\\n All extensions of your type must be singular messages; e.g. they cannot\\n be int32s, enums, or repeated messages.\\n\\n Because this is an option, the above two restrictions are not enforced by\\n the protocol compiler.\",\n },\n {\n fieldName: 'noStandardDescriptorAccessor',\n protoName: 'no_standard_descriptor_accessor',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'Disables the generation of the standard \"descriptor()\" accessor, which can\\n conflict with a field of the same name. This is meant to make migration\\n from proto1 easier; new code should avoid fields named \"descriptor\".',\n },\n {\n fieldName: 'deprecated',\n protoName: 'deprecated',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'Is this message deprecated?\\n Depending on the target platform, this can emit Deprecated annotations\\n for the message, or it will be completely ignored; in the very least,\\n this is a formalization for deprecating messages.',\n },\n {\n fieldName: 'mapEntry',\n protoName: 'map_entry',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'NOTE: Do not set the option in .proto files. Always use the maps syntax\\n instead. The option should only be implicitly set by the proto compiler\\n parser.\\n\\n Whether the message is an automatically generated map entry type for the\\n maps field.\\n\\n For maps fields:\\n map<KeyType, ValueType> map_field = 1;\\n The parsed descriptor looks like:\\n message MapFieldEntry {\\n option map_entry = true;\\n optional KeyType key = 1;\\n optional ValueType value = 2;\\n }\\n repeated MapFieldEntry map_field = 1;\\n\\n Implementations may choose not to generate the map_entry=true message, but\\n use a native map in the target language to hold the keys and values.\\n The reflection APIs in such implementations still need to work as\\n if the field is a repeated message field.',\n },\n {\n fieldName: 'deprecatedLegacyJsonFieldConflicts',\n protoName: 'deprecated_legacy_json_field_conflicts',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'Enable the legacy handling of JSON field name conflicts. This lowercases\\n and strips underscored from the fields before comparison in proto3 only.\\n The new behavior takes `json_name` into account and applies to proto2 as\\n well.\\n\\n This should only be used as a temporary measure against broken builds due\\n to the change in behavior for JSON field name conflicts.\\n\\n TODO This is legacy behavior we plan to remove once downstream\\n teams have had time to migrate.',\n },\n {\n fieldName: 'features',\n protoName: 'features',\n FieldConstructor: GoogleProtobufFeatureSet,\n constraints: {},\n description: 'Any features defined in the specific edition.',\n },\n {\n fieldName: 'uninterpretedOption',\n protoName: 'uninterpreted_option',\n FieldConstructor: GoogleProtobufUninterpretedOption,\n constraints: {},\n description:\n \"The parser stores options it doesn't recognize here. See above.\",\n },\n ];\n\n // Initialize the fields\n // Set true to use the old proto1 MessageSet wire format for extensions.\n // This is provided for backwards-compatibility with the MessageSet wire\n // format. You should not use this for any other reason: It's less\n // efficient, has fewer features, and is more complicated.\n //\n // The message must be defined exactly as follows:\n // message Foo {\n // option message_set_wire_format = true;\n // extensions 4 to max;\n // }\n // Note that the message cannot have any defined fields; MessageSets only\n // have extensions.\n //\n // All extensions of your type must be singular messages; e.g. they cannot\n // be int32s, enums, or repeated messages.\n //\n // Because this is an option, the above two restrictions are not enforced by\n // the protocol compiler.\n this._messageSetWireFormat = new BOOLEAN(\n undefined,\n this,\n 'messageSetWireFormat',\n );\n\n // Disables the generation of the standard \"descriptor()\" accessor, which can\n // conflict with a field of the same name. This is meant to make migration\n // from proto1 easier; new code should avoid fields named \"descriptor\".\n this._noStandardDescriptorAccessor = new BOOLEAN(\n undefined,\n this,\n 'noStandardDescriptorAccessor',\n );\n\n // Is this message deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for the message, or it will be completely ignored; in the very least,\n // this is a formalization for deprecating messages.\n this._deprecated = new BOOLEAN(undefined, this, 'deprecated');\n\n // NOTE: Do not set the option in .proto files. Always use the maps syntax\n // instead. The option should only be implicitly set by the proto compiler\n // parser.\n //\n // Whether the message is an automatically generated map entry type for the\n // maps field.\n //\n // For maps fields:\n // map<KeyType, ValueType> map_field = 1;\n // The parsed descriptor looks like:\n // message MapFieldEntry {\n // option map_entry = true;\n // optional KeyType key = 1;\n // optional ValueType value = 2;\n // }\n // repeated MapFieldEntry map_field = 1;\n //\n // Implementations may choose not to generate the map_entry=true message, but\n // use a native map in the target language to hold the keys and values.\n // The reflection APIs in such implementations still need to work as\n // if the field is a repeated message field.\n this._mapEntry = new BOOLEAN(undefined, this, 'mapEntry');\n\n // Enable the legacy handling of JSON field name conflicts. This lowercases\n // and strips underscored from the fields before comparison in proto3 only.\n // The new behavior takes `json_name` into account and applies to proto2 as\n // well.\n //\n // This should only be used as a temporary measure against broken builds due\n // to the change in behavior for JSON field name conflicts.\n //\n // TODO This is legacy behavior we plan to remove once downstream\n // teams have had time to migrate.\n this._deprecatedLegacyJsonFieldConflicts = new BOOLEAN(\n undefined,\n this,\n 'deprecatedLegacyJsonFieldConflicts',\n );\n\n // Any features defined in the specific edition.\n this._features = new GoogleProtobufFeatureSet(undefined, this, 'features');\n\n // The parser stores options it doesn't recognize here. See above.\n this._uninterpretedOption = new ARRAY<\n GoogleProtobufUninterpretedOption,\n IGoogleProtobufUninterpretedOption\n >(undefined, this, 'uninterpretedOption');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof MessageOptions] as FieldNode).__meta.required =\n true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof MessageOptions] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // Set true to use the old proto1 MessageSet wire format for extensions.\n // This is provided for backwards-compatibility with the MessageSet wire\n // format. You should not use this for any other reason: It's less\n // efficient, has fewer features, and is more complicated.\n //\n // The message must be defined exactly as follows:\n // message Foo {\n // option message_set_wire_format = true;\n // extensions 4 to max;\n // }\n // Note that the message cannot have any defined fields; MessageSets only\n // have extensions.\n //\n // All extensions of your type must be singular messages; e.g. they cannot\n // be int32s, enums, or repeated messages.\n //\n // Because this is an option, the above two restrictions are not enforced by\n // the protocol compiler.\n public get messageSetWireFormat(): BOOLEAN {\n return this._messageSetWireFormat;\n }\n\n public set messageSetWireFormat(v: boolean) {\n this.__PrimitivesSetter(this._messageSetWireFormat, v);\n }\n\n // Disables the generation of the standard \"descriptor()\" accessor, which can\n // conflict with a field of the same name. This is meant to make migration\n // from proto1 easier; new code should avoid fields named \"descriptor\".\n public get noStandardDescriptorAccessor(): BOOLEAN {\n return this._noStandardDescriptorAccessor;\n }\n\n public set noStandardDescriptorAccessor(v: boolean) {\n this.__PrimitivesSetter(this._noStandardDescriptorAccessor, v);\n }\n\n // Is this message deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for the message, or it will be completely ignored; in the very least,\n // this is a formalization for deprecating messages.\n public get deprecated(): BOOLEAN {\n return this._deprecated;\n }\n\n public set deprecated(v: boolean) {\n this.__PrimitivesSetter(this._deprecated, v);\n }\n\n // NOTE: Do not set the option in .proto files. Always use the maps syntax\n // instead. The option should only be implicitly set by the proto compiler\n // parser.\n //\n // Whether the message is an automatically generated map entry type for the\n // maps field.\n //\n // For maps fields:\n // map<KeyType, ValueType> map_field = 1;\n // The parsed descriptor looks like:\n // message MapFieldEntry {\n // option map_entry = true;\n // optional KeyType key = 1;\n // optional ValueType value = 2;\n // }\n // repeated MapFieldEntry map_field = 1;\n //\n // Implementations may choose not to generate the map_entry=true message, but\n // use a native map in the target language to hold the keys and values.\n // The reflection APIs in such implementations still need to work as\n // if the field is a repeated message field.\n public get mapEntry(): BOOLEAN {\n return this._mapEntry;\n }\n\n public set mapEntry(v: boolean) {\n this.__PrimitivesSetter(this._mapEntry, v);\n }\n\n // Enable the legacy handling of JSON field name conflicts. This lowercases\n // and strips underscored from the fields before comparison in proto3 only.\n // The new behavior takes `json_name` into account and applies to proto2 as\n // well.\n //\n // This should only be used as a temporary measure against broken builds due\n // to the change in behavior for JSON field name conflicts.\n //\n // TODO This is legacy behavior we plan to remove once downstream\n // teams have had time to migrate.\n public get deprecatedLegacyJsonFieldConflicts(): BOOLEAN {\n return this._deprecatedLegacyJsonFieldConflicts;\n }\n\n public set deprecatedLegacyJsonFieldConflicts(v: boolean) {\n this.__PrimitivesSetter(this._deprecatedLegacyJsonFieldConflicts, v);\n }\n\n // Any features defined in the specific edition.\n public get features(): GoogleProtobufFeatureSet {\n return this._features;\n }\n\n public set features(v: IGoogleProtobufFeatureSet) {\n this.__TypeSetter(this._features, v);\n }\n\n // The parser stores options it doesn't recognize here. See above.\n public get uninterpretedOption(): ARRAY<\n GoogleProtobufUninterpretedOption,\n IGoogleProtobufUninterpretedOption\n > {\n return this._uninterpretedOption;\n }\n\n public set uninterpretedOption(v: IGoogleProtobufUninterpretedOption[]) {\n this.__TypeSetter(this._uninterpretedOption, v);\n }\n\n fromLiteral(data: IMessageOptions) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IMessageOptions {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.MessageOptions', MessageOptions);\n"]}