@furo/open-models 1.1.1 → 1.1.2

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 (635) hide show
  1. package/custom-elements.json +1420 -1415
  2. package/dist/primitives/BOOLEAN.d.ts +4 -0
  3. package/dist/primitives/BOOLEAN.js +13 -0
  4. package/dist/primitives/BOOLEAN.js.map +1 -1
  5. package/dist/protoc-gen-open-models/API_OPTIONS.d.ts +5 -0
  6. package/dist/protoc-gen-open-models/API_OPTIONS.js +11 -0
  7. package/dist/protoc-gen-open-models/API_OPTIONS.js.map +1 -0
  8. package/dist/protoc-gen-open-models/BusinessValidators.d.ts +1 -0
  9. package/dist/protoc-gen-open-models/BusinessValidators.js +201 -0
  10. package/dist/protoc-gen-open-models/BusinessValidators.js.map +1 -0
  11. package/dist/protoc-gen-open-models/CustomPrototypes.d.ts +1 -0
  12. package/dist/protoc-gen-open-models/CustomPrototypes.js +17 -0
  13. package/dist/protoc-gen-open-models/CustomPrototypes.js.map +1 -0
  14. package/dist/protoc-gen-open-models/furo/cube/Colour.d.ts +54 -0
  15. package/dist/protoc-gen-open-models/furo/cube/Colour.js +104 -0
  16. package/dist/protoc-gen-open-models/furo/cube/Colour.js.map +1 -0
  17. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.d.ts +62 -0
  18. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js +152 -0
  19. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map +1 -0
  20. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.d.ts +36 -0
  21. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js +83 -0
  22. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map +1 -0
  23. package/dist/protoc-gen-open-models/furo/cube/CubeService.d.ts +12 -0
  24. package/dist/protoc-gen-open-models/furo/cube/CubeService.js +14 -0
  25. package/dist/protoc-gen-open-models/furo/cube/CubeService.js.map +1 -0
  26. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.d.ts +31 -0
  27. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js +56 -0
  28. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map +1 -0
  29. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.d.ts +26 -0
  30. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js +55 -0
  31. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map +1 -0
  32. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.d.ts +44 -0
  33. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js +76 -0
  34. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map +1 -0
  35. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.d.ts +26 -0
  36. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js +55 -0
  37. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map +1 -0
  38. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.d.ts +37 -0
  39. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js +70 -0
  40. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map +1 -0
  41. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.d.ts +26 -0
  42. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js +55 -0
  43. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map +1 -0
  44. package/dist/protoc-gen-open-models/furo/cube/Materials.d.ts +12 -0
  45. package/dist/protoc-gen-open-models/furo/cube/Materials.js +21 -0
  46. package/dist/protoc-gen-open-models/furo/cube/Materials.js.map +1 -0
  47. package/dist/protoc-gen-open-models/furo/cube/Wrappers.d.ts +65 -0
  48. package/dist/protoc-gen-open-models/furo/cube/Wrappers.js +158 -0
  49. package/dist/protoc-gen-open-models/furo/cube/Wrappers.js.map +1 -0
  50. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.d.ts +50 -0
  51. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js +80 -0
  52. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map +1 -0
  53. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.d.ts +50 -0
  54. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js +80 -0
  55. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map +1 -0
  56. package/dist/protoc-gen-open-models/furo/fat/Any.d.ts +74 -0
  57. package/dist/protoc-gen-open-models/furo/fat/Any.js +91 -0
  58. package/dist/protoc-gen-open-models/furo/fat/Any.js.map +1 -0
  59. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.d.ts +42 -0
  60. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js +72 -0
  61. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map +1 -0
  62. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.d.ts +42 -0
  63. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js +72 -0
  64. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map +1 -0
  65. package/dist/protoc-gen-open-models/furo/fat/Bool.d.ts +68 -0
  66. package/dist/protoc-gen-open-models/furo/fat/Bool.js +89 -0
  67. package/dist/protoc-gen-open-models/furo/fat/Bool.js.map +1 -0
  68. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.d.ts +42 -0
  69. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js +72 -0
  70. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map +1 -0
  71. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.d.ts +42 -0
  72. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js +73 -0
  73. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map +1 -0
  74. package/dist/protoc-gen-open-models/furo/fat/Bytes.d.ts +68 -0
  75. package/dist/protoc-gen-open-models/furo/fat/Bytes.js +89 -0
  76. package/dist/protoc-gen-open-models/furo/fat/Bytes.js.map +1 -0
  77. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.d.ts +58 -0
  78. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js +78 -0
  79. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map +1 -0
  80. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.d.ts +42 -0
  81. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js +72 -0
  82. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map +1 -0
  83. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.d.ts +42 -0
  84. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js +72 -0
  85. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map +1 -0
  86. package/dist/protoc-gen-open-models/furo/fat/Double.d.ts +68 -0
  87. package/dist/protoc-gen-open-models/furo/fat/Double.js +89 -0
  88. package/dist/protoc-gen-open-models/furo/fat/Double.js.map +1 -0
  89. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.d.ts +42 -0
  90. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js +72 -0
  91. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map +1 -0
  92. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.d.ts +42 -0
  93. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js +73 -0
  94. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map +1 -0
  95. package/dist/protoc-gen-open-models/furo/fat/Empty.d.ts +57 -0
  96. package/dist/protoc-gen-open-models/furo/fat/Empty.js +74 -0
  97. package/dist/protoc-gen-open-models/furo/fat/Empty.js.map +1 -0
  98. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.d.ts +42 -0
  99. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js +72 -0
  100. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map +1 -0
  101. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.d.ts +42 -0
  102. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js +73 -0
  103. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map +1 -0
  104. package/dist/protoc-gen-open-models/furo/fat/Float.d.ts +68 -0
  105. package/dist/protoc-gen-open-models/furo/fat/Float.js +89 -0
  106. package/dist/protoc-gen-open-models/furo/fat/Float.js.map +1 -0
  107. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.d.ts +42 -0
  108. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js +72 -0
  109. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map +1 -0
  110. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.d.ts +42 -0
  111. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js +73 -0
  112. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map +1 -0
  113. package/dist/protoc-gen-open-models/furo/fat/Int32.d.ts +68 -0
  114. package/dist/protoc-gen-open-models/furo/fat/Int32.js +89 -0
  115. package/dist/protoc-gen-open-models/furo/fat/Int32.js.map +1 -0
  116. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.d.ts +42 -0
  117. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js +72 -0
  118. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map +1 -0
  119. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.d.ts +42 -0
  120. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js +73 -0
  121. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map +1 -0
  122. package/dist/protoc-gen-open-models/furo/fat/Int64.d.ts +68 -0
  123. package/dist/protoc-gen-open-models/furo/fat/Int64.js +89 -0
  124. package/dist/protoc-gen-open-models/furo/fat/Int64.js.map +1 -0
  125. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.d.ts +42 -0
  126. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js +72 -0
  127. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map +1 -0
  128. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.d.ts +42 -0
  129. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js +72 -0
  130. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map +1 -0
  131. package/dist/protoc-gen-open-models/furo/fat/String.d.ts +68 -0
  132. package/dist/protoc-gen-open-models/furo/fat/String.js +89 -0
  133. package/dist/protoc-gen-open-models/furo/fat/String.js.map +1 -0
  134. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.d.ts +42 -0
  135. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js +72 -0
  136. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map +1 -0
  137. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.d.ts +42 -0
  138. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js +72 -0
  139. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map +1 -0
  140. package/dist/protoc-gen-open-models/furo/fat/Uint32.d.ts +68 -0
  141. package/dist/protoc-gen-open-models/furo/fat/Uint32.js +89 -0
  142. package/dist/protoc-gen-open-models/furo/fat/Uint32.js.map +1 -0
  143. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.d.ts +42 -0
  144. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js +72 -0
  145. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map +1 -0
  146. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.d.ts +42 -0
  147. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js +72 -0
  148. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map +1 -0
  149. package/dist/protoc-gen-open-models/furo/fat/Uint64.d.ts +68 -0
  150. package/dist/protoc-gen-open-models/furo/fat/Uint64.js +89 -0
  151. package/dist/protoc-gen-open-models/furo/fat/Uint64.js.map +1 -0
  152. package/dist/protoc-gen-open-models/furo/type/BookingCenter.d.ts +11 -0
  153. package/dist/protoc-gen-open-models/furo/type/BookingCenter.js +15 -0
  154. package/dist/protoc-gen-open-models/furo/type/BookingCenter.js.map +1 -0
  155. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.d.ts +75 -0
  156. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js +218 -0
  157. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map +1 -0
  158. package/dist/protoc-gen-open-models/furo/type/Decimal.d.ts +37 -0
  159. package/dist/protoc-gen-open-models/furo/type/Decimal.js +58 -0
  160. package/dist/protoc-gen-open-models/furo/type/Decimal.js.map +1 -0
  161. package/dist/protoc-gen-open-models/furo/type/DecimalB.d.ts +37 -0
  162. package/dist/protoc-gen-open-models/furo/type/DecimalB.js +58 -0
  163. package/dist/protoc-gen-open-models/furo/type/DecimalB.js.map +1 -0
  164. package/dist/protoc-gen-open-models/furo/type/DecimalRange.d.ts +58 -0
  165. package/dist/protoc-gen-open-models/furo/type/DecimalRange.js +78 -0
  166. package/dist/protoc-gen-open-models/furo/type/DecimalRange.js.map +1 -0
  167. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.d.ts +31 -0
  168. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js +69 -0
  169. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map +1 -0
  170. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.d.ts +30 -0
  171. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js +67 -0
  172. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map +1 -0
  173. package/dist/protoc-gen-open-models/furo/type/Defaults.d.ts +111 -0
  174. package/dist/protoc-gen-open-models/furo/type/Defaults.js +210 -0
  175. package/dist/protoc-gen-open-models/furo/type/Defaults.js.map +1 -0
  176. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.d.ts +30 -0
  177. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js +67 -0
  178. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map +1 -0
  179. package/dist/protoc-gen-open-models/furo/type/Identifier.d.ts +117 -0
  180. package/dist/protoc-gen-open-models/furo/type/Identifier.js +203 -0
  181. package/dist/protoc-gen-open-models/furo/type/Identifier.js.map +1 -0
  182. package/dist/protoc-gen-open-models/furo/type/Numeric.d.ts +42 -0
  183. package/dist/protoc-gen-open-models/furo/type/Numeric.js +77 -0
  184. package/dist/protoc-gen-open-models/furo/type/Numeric.js.map +1 -0
  185. package/dist/protoc-gen-open-models/furo/type/Other.d.ts +26 -0
  186. package/dist/protoc-gen-open-models/furo/type/Other.js +55 -0
  187. package/dist/protoc-gen-open-models/furo/type/Other.js.map +1 -0
  188. package/dist/protoc-gen-open-models/furo/type/RefSystem.d.ts +13 -0
  189. package/dist/protoc-gen-open-models/furo/type/RefSystem.js +17 -0
  190. package/dist/protoc-gen-open-models/furo/type/RefSystem.js.map +1 -0
  191. package/dist/protoc-gen-open-models/furo/type/RefType.d.ts +53 -0
  192. package/dist/protoc-gen-open-models/furo/type/RefType.js +57 -0
  193. package/dist/protoc-gen-open-models/furo/type/RefType.js.map +1 -0
  194. package/dist/protoc-gen-open-models/furo/type/Tree.d.ts +53 -0
  195. package/dist/protoc-gen-open-models/furo/type/Tree.js +86 -0
  196. package/dist/protoc-gen-open-models/furo/type/Tree.js.map +1 -0
  197. package/dist/protoc-gen-open-models/furo/type/Wrappers.d.ts +65 -0
  198. package/dist/protoc-gen-open-models/furo/type/Wrappers.js +158 -0
  199. package/dist/protoc-gen-open-models/furo/type/Wrappers.js.map +1 -0
  200. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.d.ts +45 -0
  201. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js +73 -0
  202. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map +1 -0
  203. package/dist/protoc-gen-open-models/google/api/Http.d.ts +66 -0
  204. package/dist/protoc-gen-open-models/google/api/Http.js +89 -0
  205. package/dist/protoc-gen-open-models/google/api/Http.js.map +1 -0
  206. package/dist/protoc-gen-open-models/google/api/HttpRule.d.ts +985 -0
  207. package/dist/protoc-gen-open-models/google/api/HttpRule.js +502 -0
  208. package/dist/protoc-gen-open-models/google/api/HttpRule.js.map +1 -0
  209. package/dist/protoc-gen-open-models/google/protobuf/Any.d.ts +356 -0
  210. package/dist/protoc-gen-open-models/google/protobuf/Any.js +213 -0
  211. package/dist/protoc-gen-open-models/google/protobuf/Any.js.map +1 -0
  212. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.d.ts +40 -0
  213. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js +59 -0
  214. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js.map +1 -0
  215. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.d.ts +40 -0
  216. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js +59 -0
  217. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js.map +1 -0
  218. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.d.ts +36 -0
  219. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js +81 -0
  220. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js.map +1 -0
  221. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.d.ts +30 -0
  222. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js +67 -0
  223. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js.map +1 -0
  224. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.d.ts +87 -0
  225. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js +183 -0
  226. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js.map +1 -0
  227. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.d.ts +40 -0
  228. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js +60 -0
  229. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js.map +1 -0
  230. package/dist/protoc-gen-open-models/google/protobuf/Edition.d.ts +11 -0
  231. package/dist/protoc-gen-open-models/google/protobuf/Edition.js +26 -0
  232. package/dist/protoc-gen-open-models/google/protobuf/Edition.js.map +1 -0
  233. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.d.ts +30 -0
  234. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js +68 -0
  235. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js.map +1 -0
  236. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.d.ts +69 -0
  237. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js +121 -0
  238. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js.map +1 -0
  239. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.d.ts +95 -0
  240. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js +137 -0
  241. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js.map +1 -0
  242. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.d.ts +39 -0
  243. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js +82 -0
  244. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js.map +1 -0
  245. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.d.ts +76 -0
  246. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js +115 -0
  247. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js.map +1 -0
  248. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.d.ts +81 -0
  249. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js +126 -0
  250. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js.map +1 -0
  251. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.d.ts +4 -0
  252. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js +8 -0
  253. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js.map +1 -0
  254. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.d.ts +76 -0
  255. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js +115 -0
  256. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js.map +1 -0
  257. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.d.ts +5 -0
  258. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js +15 -0
  259. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js.map +1 -0
  260. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.d.ts +6 -0
  261. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js +16 -0
  262. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js.map +1 -0
  263. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.d.ts +5 -0
  264. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js +15 -0
  265. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js.map +1 -0
  266. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.d.ts +5 -0
  267. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js +15 -0
  268. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js.map +1 -0
  269. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.d.ts +5 -0
  270. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js +15 -0
  271. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js.map +1 -0
  272. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.d.ts +5 -0
  273. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js +15 -0
  274. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js.map +1 -0
  275. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.d.ts +74 -0
  276. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js +132 -0
  277. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js.map +1 -0
  278. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.d.ts +32 -0
  279. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js +70 -0
  280. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js.map +1 -0
  281. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.d.ts +65 -0
  282. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js +95 -0
  283. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js.map +1 -0
  284. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.d.ts +5 -0
  285. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js +10 -0
  286. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js.map +1 -0
  287. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.d.ts +20 -0
  288. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js +25 -0
  289. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js.map +1 -0
  290. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.d.ts +189 -0
  291. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js +269 -0
  292. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js.map +1 -0
  293. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.d.ts +5 -0
  294. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js +9 -0
  295. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js.map +1 -0
  296. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.d.ts +31 -0
  297. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js +68 -0
  298. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js.map +1 -0
  299. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.d.ts +5 -0
  300. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js +9 -0
  301. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js.map +1 -0
  302. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.d.ts +5 -0
  303. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js +9 -0
  304. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js.map +1 -0
  305. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.d.ts +12 -0
  306. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js +16 -0
  307. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js.map +1 -0
  308. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.d.ts +264 -0
  309. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js +350 -0
  310. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js.map +1 -0
  311. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.d.ts +151 -0
  312. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js +247 -0
  313. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js.map +1 -0
  314. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.d.ts +32 -0
  315. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js +58 -0
  316. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js.map +1 -0
  317. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.d.ts +5 -0
  318. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js +9 -0
  319. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js.map +1 -0
  320. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.d.ts +333 -0
  321. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js +459 -0
  322. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js.map +1 -0
  323. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.d.ts +40 -0
  324. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js +59 -0
  325. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js.map +1 -0
  326. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.d.ts +5 -0
  327. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js +12 -0
  328. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js.map +1 -0
  329. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.d.ts +78 -0
  330. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js +124 -0
  331. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js.map +1 -0
  332. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.d.ts +43 -0
  333. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js +63 -0
  334. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js.map +1 -0
  335. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.d.ts +40 -0
  336. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js +59 -0
  337. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js.map +1 -0
  338. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.d.ts +40 -0
  339. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js +59 -0
  340. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js.map +1 -0
  341. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.d.ts +201 -0
  342. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js +251 -0
  343. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js.map +1 -0
  344. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.d.ts +74 -0
  345. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js +130 -0
  346. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js.map +1 -0
  347. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.d.ts +5 -0
  348. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js +9 -0
  349. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js.map +1 -0
  350. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.d.ts +67 -0
  351. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js +110 -0
  352. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js.map +1 -0
  353. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.d.ts +34 -0
  354. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js +70 -0
  355. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js.map +1 -0
  356. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.d.ts +44 -0
  357. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js +74 -0
  358. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js.map +1 -0
  359. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.d.ts +40 -0
  360. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js +83 -0
  361. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js.map +1 -0
  362. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.d.ts +61 -0
  363. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js +95 -0
  364. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js.map +1 -0
  365. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.d.ts +207 -0
  366. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js +256 -0
  367. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js.map +1 -0
  368. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.d.ts +122 -0
  369. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js +144 -0
  370. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js.map +1 -0
  371. package/dist/protoc-gen-open-models/google/protobuf/StringValue.d.ts +40 -0
  372. package/dist/protoc-gen-open-models/google/protobuf/StringValue.js +60 -0
  373. package/dist/protoc-gen-open-models/google/protobuf/StringValue.js.map +1 -0
  374. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.d.ts +40 -0
  375. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js +60 -0
  376. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js.map +1 -0
  377. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.d.ts +40 -0
  378. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js +60 -0
  379. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js.map +1 -0
  380. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.d.ts +30 -0
  381. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js +67 -0
  382. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js.map +1 -0
  383. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.d.ts +82 -0
  384. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js +144 -0
  385. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js.map +1 -0
  386. package/dist/protoc-gen-open-models/init.d.ts +10 -0
  387. package/dist/protoc-gen-open-models/init.js +10 -0
  388. package/dist/protoc-gen-open-models/init.js.map +1 -0
  389. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.d.ts +31 -0
  390. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js +68 -0
  391. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js.map +1 -0
  392. package/dist/protoc-gen-open-models/openapiv3/Any.d.ts +30 -0
  393. package/dist/protoc-gen-open-models/openapiv3/Any.js +67 -0
  394. package/dist/protoc-gen-open-models/openapiv3/Any.js.map +1 -0
  395. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.d.ts +32 -0
  396. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js +70 -0
  397. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js.map +1 -0
  398. package/dist/protoc-gen-open-models/openapiv3/Callback.d.ts +35 -0
  399. package/dist/protoc-gen-open-models/openapiv3/Callback.js +70 -0
  400. package/dist/protoc-gen-open-models/openapiv3/Callback.js.map +1 -0
  401. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.d.ts +32 -0
  402. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js +70 -0
  403. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js.map +1 -0
  404. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.d.ts +26 -0
  405. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js +56 -0
  406. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js.map +1 -0
  407. package/dist/protoc-gen-open-models/openapiv3/Components.d.ts +83 -0
  408. package/dist/protoc-gen-open-models/openapiv3/Components.js +182 -0
  409. package/dist/protoc-gen-open-models/openapiv3/Components.js.map +1 -0
  410. package/dist/protoc-gen-open-models/openapiv3/Contact.d.ts +44 -0
  411. package/dist/protoc-gen-open-models/openapiv3/Contact.js +95 -0
  412. package/dist/protoc-gen-open-models/openapiv3/Contact.js.map +1 -0
  413. package/dist/protoc-gen-open-models/openapiv3/DefaultType.d.ts +35 -0
  414. package/dist/protoc-gen-open-models/openapiv3/DefaultType.js +81 -0
  415. package/dist/protoc-gen-open-models/openapiv3/DefaultType.js.map +1 -0
  416. package/dist/protoc-gen-open-models/openapiv3/Discriminator.d.ts +40 -0
  417. package/dist/protoc-gen-open-models/openapiv3/Discriminator.js +84 -0
  418. package/dist/protoc-gen-open-models/openapiv3/Discriminator.js.map +1 -0
  419. package/dist/protoc-gen-open-models/openapiv3/Document.d.ts +73 -0
  420. package/dist/protoc-gen-open-models/openapiv3/Document.js +166 -0
  421. package/dist/protoc-gen-open-models/openapiv3/Document.js.map +1 -0
  422. package/dist/protoc-gen-open-models/openapiv3/Encoding.d.ts +55 -0
  423. package/dist/protoc-gen-open-models/openapiv3/Encoding.js +122 -0
  424. package/dist/protoc-gen-open-models/openapiv3/Encoding.js.map +1 -0
  425. package/dist/protoc-gen-open-models/openapiv3/Encodings.d.ts +26 -0
  426. package/dist/protoc-gen-open-models/openapiv3/Encodings.js +55 -0
  427. package/dist/protoc-gen-open-models/openapiv3/Encodings.js.map +1 -0
  428. package/dist/protoc-gen-open-models/openapiv3/Example.d.ts +47 -0
  429. package/dist/protoc-gen-open-models/openapiv3/Example.js +108 -0
  430. package/dist/protoc-gen-open-models/openapiv3/Example.js.map +1 -0
  431. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.d.ts +32 -0
  432. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js +70 -0
  433. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js.map +1 -0
  434. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.d.ts +26 -0
  435. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js +56 -0
  436. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js.map +1 -0
  437. package/dist/protoc-gen-open-models/openapiv3/Expression.d.ts +26 -0
  438. package/dist/protoc-gen-open-models/openapiv3/Expression.js +55 -0
  439. package/dist/protoc-gen-open-models/openapiv3/Expression.js.map +1 -0
  440. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.d.ts +39 -0
  441. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js +83 -0
  442. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js.map +1 -0
  443. package/dist/protoc-gen-open-models/openapiv3/Header.d.ts +88 -0
  444. package/dist/protoc-gen-open-models/openapiv3/Header.js +203 -0
  445. package/dist/protoc-gen-open-models/openapiv3/Header.js.map +1 -0
  446. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.d.ts +32 -0
  447. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js +70 -0
  448. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js.map +1 -0
  449. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.d.ts +26 -0
  450. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js +56 -0
  451. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js.map +1 -0
  452. package/dist/protoc-gen-open-models/openapiv3/Info.d.ts +66 -0
  453. package/dist/protoc-gen-open-models/openapiv3/Info.js +149 -0
  454. package/dist/protoc-gen-open-models/openapiv3/Info.js.map +1 -0
  455. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.d.ts +26 -0
  456. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js +55 -0
  457. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js.map +1 -0
  458. package/dist/protoc-gen-open-models/openapiv3/License.d.ts +39 -0
  459. package/dist/protoc-gen-open-models/openapiv3/License.js +82 -0
  460. package/dist/protoc-gen-open-models/openapiv3/License.js.map +1 -0
  461. package/dist/protoc-gen-open-models/openapiv3/Link.d.ts +61 -0
  462. package/dist/protoc-gen-open-models/openapiv3/Link.js +136 -0
  463. package/dist/protoc-gen-open-models/openapiv3/Link.js.map +1 -0
  464. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.d.ts +32 -0
  465. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js +70 -0
  466. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js.map +1 -0
  467. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.d.ts +26 -0
  468. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js +56 -0
  469. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js.map +1 -0
  470. package/dist/protoc-gen-open-models/openapiv3/MediaType.d.ts +53 -0
  471. package/dist/protoc-gen-open-models/openapiv3/MediaType.js +112 -0
  472. package/dist/protoc-gen-open-models/openapiv3/MediaType.js.map +1 -0
  473. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.d.ts +26 -0
  474. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js +55 -0
  475. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js.map +1 -0
  476. package/dist/protoc-gen-open-models/openapiv3/NamedAny.d.ts +46 -0
  477. package/dist/protoc-gen-open-models/openapiv3/NamedAny.js +73 -0
  478. package/dist/protoc-gen-open-models/openapiv3/NamedAny.js.map +1 -0
  479. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.d.ts +46 -0
  480. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js +73 -0
  481. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js.map +1 -0
  482. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.d.ts +46 -0
  483. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js +74 -0
  484. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js.map +1 -0
  485. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.d.ts +46 -0
  486. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js +73 -0
  487. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js.map +1 -0
  488. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.d.ts +46 -0
  489. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js +73 -0
  490. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js.map +1 -0
  491. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.d.ts +46 -0
  492. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js +74 -0
  493. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js.map +1 -0
  494. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.d.ts +46 -0
  495. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js +74 -0
  496. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js.map +1 -0
  497. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.d.ts +46 -0
  498. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js +73 -0
  499. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js.map +1 -0
  500. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.d.ts +46 -0
  501. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js +74 -0
  502. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js.map +1 -0
  503. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.d.ts +46 -0
  504. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js +73 -0
  505. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js.map +1 -0
  506. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.d.ts +46 -0
  507. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js +73 -0
  508. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js.map +1 -0
  509. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.d.ts +46 -0
  510. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js +73 -0
  511. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js.map +1 -0
  512. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.d.ts +46 -0
  513. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js +73 -0
  514. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js.map +1 -0
  515. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.d.ts +46 -0
  516. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js +74 -0
  517. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js.map +1 -0
  518. package/dist/protoc-gen-open-models/openapiv3/NamedString.d.ts +45 -0
  519. package/dist/protoc-gen-open-models/openapiv3/NamedString.js +73 -0
  520. package/dist/protoc-gen-open-models/openapiv3/NamedString.js.map +1 -0
  521. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.d.ts +46 -0
  522. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js +75 -0
  523. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js.map +1 -0
  524. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.d.ts +50 -0
  525. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js +109 -0
  526. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js.map +1 -0
  527. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.d.ts +50 -0
  528. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js +109 -0
  529. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js.map +1 -0
  530. package/dist/protoc-gen-open-models/openapiv3/Object.d.ts +26 -0
  531. package/dist/protoc-gen-open-models/openapiv3/Object.js +55 -0
  532. package/dist/protoc-gen-open-models/openapiv3/Object.js.map +1 -0
  533. package/dist/protoc-gen-open-models/openapiv3/Operation.d.ts +96 -0
  534. package/dist/protoc-gen-open-models/openapiv3/Operation.js +219 -0
  535. package/dist/protoc-gen-open-models/openapiv3/Operation.js.map +1 -0
  536. package/dist/protoc-gen-open-models/openapiv3/Parameter.d.ts +98 -0
  537. package/dist/protoc-gen-open-models/openapiv3/Parameter.js +229 -0
  538. package/dist/protoc-gen-open-models/openapiv3/Parameter.js.map +1 -0
  539. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.d.ts +32 -0
  540. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js +70 -0
  541. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js.map +1 -0
  542. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.d.ts +26 -0
  543. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js +55 -0
  544. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js.map +1 -0
  545. package/dist/protoc-gen-open-models/openapiv3/PathItem.d.ts +97 -0
  546. package/dist/protoc-gen-open-models/openapiv3/PathItem.js +228 -0
  547. package/dist/protoc-gen-open-models/openapiv3/PathItem.js.map +1 -0
  548. package/dist/protoc-gen-open-models/openapiv3/Paths.d.ts +35 -0
  549. package/dist/protoc-gen-open-models/openapiv3/Paths.js +70 -0
  550. package/dist/protoc-gen-open-models/openapiv3/Paths.js.map +1 -0
  551. package/dist/protoc-gen-open-models/openapiv3/Properties.d.ts +26 -0
  552. package/dist/protoc-gen-open-models/openapiv3/Properties.js +55 -0
  553. package/dist/protoc-gen-open-models/openapiv3/Properties.js.map +1 -0
  554. package/dist/protoc-gen-open-models/openapiv3/Reference.d.ts +38 -0
  555. package/dist/protoc-gen-open-models/openapiv3/Reference.js +81 -0
  556. package/dist/protoc-gen-open-models/openapiv3/Reference.js.map +1 -0
  557. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.d.ts +26 -0
  558. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js +55 -0
  559. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js.map +1 -0
  560. package/dist/protoc-gen-open-models/openapiv3/RequestBody.d.ts +45 -0
  561. package/dist/protoc-gen-open-models/openapiv3/RequestBody.js +97 -0
  562. package/dist/protoc-gen-open-models/openapiv3/RequestBody.js.map +1 -0
  563. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.d.ts +32 -0
  564. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js +69 -0
  565. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js.map +1 -0
  566. package/dist/protoc-gen-open-models/openapiv3/Response.d.ts +52 -0
  567. package/dist/protoc-gen-open-models/openapiv3/Response.js +111 -0
  568. package/dist/protoc-gen-open-models/openapiv3/Response.js.map +1 -0
  569. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.d.ts +32 -0
  570. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js +70 -0
  571. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js.map +1 -0
  572. package/dist/protoc-gen-open-models/openapiv3/Responses.d.ts +41 -0
  573. package/dist/protoc-gen-open-models/openapiv3/Responses.js +84 -0
  574. package/dist/protoc-gen-open-models/openapiv3/Responses.js.map +1 -0
  575. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.d.ts +26 -0
  576. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js +56 -0
  577. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js.map +1 -0
  578. package/dist/protoc-gen-open-models/openapiv3/Schema.d.ts +213 -0
  579. package/dist/protoc-gen-open-models/openapiv3/Schema.js +520 -0
  580. package/dist/protoc-gen-open-models/openapiv3/Schema.js.map +1 -0
  581. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.d.ts +32 -0
  582. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js +70 -0
  583. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js.map +1 -0
  584. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.d.ts +26 -0
  585. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js +56 -0
  586. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js.map +1 -0
  587. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.d.ts +29 -0
  588. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js +57 -0
  589. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js.map +1 -0
  590. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.d.ts +70 -0
  591. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js +162 -0
  592. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js.map +1 -0
  593. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.d.ts +32 -0
  594. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js +69 -0
  595. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js.map +1 -0
  596. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.d.ts +26 -0
  597. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js +55 -0
  598. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js.map +1 -0
  599. package/dist/protoc-gen-open-models/openapiv3/Server.d.ts +45 -0
  600. package/dist/protoc-gen-open-models/openapiv3/Server.js +96 -0
  601. package/dist/protoc-gen-open-models/openapiv3/Server.js.map +1 -0
  602. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.d.ts +44 -0
  603. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js +96 -0
  604. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js.map +1 -0
  605. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.d.ts +26 -0
  606. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js +56 -0
  607. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js.map +1 -0
  608. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.d.ts +38 -0
  609. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js +81 -0
  610. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js.map +1 -0
  611. package/dist/protoc-gen-open-models/openapiv3/StringArray.d.ts +25 -0
  612. package/dist/protoc-gen-open-models/openapiv3/StringArray.js +55 -0
  613. package/dist/protoc-gen-open-models/openapiv3/StringArray.js.map +1 -0
  614. package/dist/protoc-gen-open-models/openapiv3/Strings.d.ts +26 -0
  615. package/dist/protoc-gen-open-models/openapiv3/Strings.js +55 -0
  616. package/dist/protoc-gen-open-models/openapiv3/Strings.js.map +1 -0
  617. package/dist/protoc-gen-open-models/openapiv3/Tag.d.ts +45 -0
  618. package/dist/protoc-gen-open-models/openapiv3/Tag.js +96 -0
  619. package/dist/protoc-gen-open-models/openapiv3/Tag.js.map +1 -0
  620. package/dist/protoc-gen-open-models/openapiv3/Xml.d.ts +54 -0
  621. package/dist/protoc-gen-open-models/openapiv3/Xml.js +121 -0
  622. package/dist/protoc-gen-open-models/openapiv3/Xml.js.map +1 -0
  623. package/dist/test_components/form-furo-type-defaults.d.ts +30 -0
  624. package/dist/test_components/form-furo-type-defaults.js +67 -0
  625. package/dist/test_components/form-furo-type-defaults.js.map +1 -0
  626. package/dist/test_components/form-number.d.ts +42 -0
  627. package/dist/test_components/form-number.js +125 -0
  628. package/dist/test_components/form-number.js.map +1 -0
  629. package/dist/test_components/form-string.d.ts +1 -0
  630. package/dist/test_components/form-string.js +80 -0
  631. package/dist/test_components/form-string.js.map +1 -0
  632. package/dist/test_components/page-index.d.ts +39 -0
  633. package/dist/test_components/page-index.js +156 -0
  634. package/dist/test_components/page-index.js.map +1 -0
  635. package/package.json +5 -4
@@ -0,0 +1,40 @@
1
+ import { FieldNode, STRING } from '@furo/open-models/dist/index';
2
+ /**
3
+ * @interface IStringValue
4
+ * Wrapper message for `string`.
5
+ *
6
+ * The JSON representation for `StringValue` is JSON string.
7
+ */
8
+ export interface IStringValue {
9
+ /**
10
+ * The string value.
11
+ */
12
+ value?: string;
13
+ }
14
+ /**
15
+ * @interface TStringValue
16
+ * Wrapper message for `string`.
17
+ *
18
+ * The JSON representation for `StringValue` is JSON string.
19
+ */
20
+ export interface TStringValue {
21
+ /**
22
+ * The string value.
23
+ */
24
+ value?: string;
25
+ }
26
+ /**
27
+ * StringValue
28
+ * Wrapper message for `string`.
29
+ *
30
+ * The JSON representation for `StringValue` is JSON string.
31
+ */
32
+ export declare class StringValue extends FieldNode {
33
+ private _value;
34
+ __defaultValues: IStringValue;
35
+ constructor(initData?: IStringValue, parent?: FieldNode, parentAttributeName?: string);
36
+ get value(): STRING;
37
+ set value(v: string);
38
+ fromLiteral(data: IStringValue): void;
39
+ toLiteral(): IStringValue;
40
+ }
@@ -0,0 +1,60 @@
1
+ // Code generated by furo protoc-gen-open-models. DO NOT EDIT.
2
+ // protoc-gen-open-models version: ????
3
+ import { FieldNode, Registry, STRING } from '@furo/open-models/dist/index';
4
+ /**
5
+ * StringValue
6
+ * Wrapper message for `string`.
7
+ *
8
+ * The JSON representation for `StringValue` is JSON string.
9
+ */
10
+ export class StringValue extends FieldNode {
11
+ constructor(initData, parent, parentAttributeName) {
12
+ super(undefined, parent, parentAttributeName);
13
+ this.__meta.typeName = 'google.protobuf.StringValue';
14
+ this.__meta.nodeFields = [
15
+ {
16
+ fieldName: 'value',
17
+ protoName: 'value',
18
+ FieldConstructor: STRING,
19
+ constraints: {},
20
+ },
21
+ ];
22
+ // Initialize the fields
23
+ // The string value.
24
+ this._value = new STRING(undefined, this, 'value');
25
+ // Set required fields
26
+ [].forEach(fieldName => {
27
+ this[fieldName].__meta.required =
28
+ true;
29
+ });
30
+ // Default values from openAPI annotations
31
+ this.__defaultValues = {};
32
+ // Initialize the fields with init data
33
+ if (initData !== undefined) {
34
+ this.__fromLiteral({ ...this.__defaultValues, ...initData });
35
+ }
36
+ else {
37
+ this.__fromLiteral(this.__defaultValues);
38
+ }
39
+ // Set readonly fields after the init, so child nodes are readonly too
40
+ [].forEach(fieldName => {
41
+ this[fieldName].__readonly = true;
42
+ });
43
+ this.__meta.isPristine = true;
44
+ }
45
+ // The string value.
46
+ get value() {
47
+ return this._value;
48
+ }
49
+ set value(v) {
50
+ this.__PrimitivesSetter(this._value, v);
51
+ }
52
+ fromLiteral(data) {
53
+ super.__fromLiteral(data);
54
+ }
55
+ toLiteral() {
56
+ return super.__toLiteral();
57
+ }
58
+ }
59
+ Registry.register('google.protobuf.StringValue', StringValue);
60
+ //# sourceMappingURL=StringValue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StringValue.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/StringValue.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AA4B3E;;;;;GAKG;AACH,MAAM,OAAO,WAAY,SAAQ,SAAS;IAMxC,YACE,QAAuB,EACvB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,6BAA6B,CAAC;QAErD,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,qBAAqB;QACrB,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAEnD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA8B,CAAe,CAAC,MAAM,CAAC,QAAQ;gBACjE,IAAI,CAAC;QACT,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,SAA8B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACxE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,qBAAqB;IACrB,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,IAAkB;QAC5B,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,6BAA6B,EAAE,WAAW,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, Registry, STRING } from '@furo/open-models/dist/index';\n\n/**\n * @interface IStringValue\n * Wrapper message for `string`.\n *\n * The JSON representation for `StringValue` is JSON string.\n */\nexport interface IStringValue {\n /**\n * The string value.\n */\n value?: string;\n}\n\n/**\n * @interface TStringValue\n * Wrapper message for `string`.\n *\n * The JSON representation for `StringValue` is JSON string.\n */\nexport interface TStringValue {\n /**\n * The string value.\n */\n value?: string;\n}\n\n/**\n * StringValue\n * Wrapper message for `string`.\n *\n * The JSON representation for `StringValue` is JSON string.\n */\nexport class StringValue extends FieldNode {\n // The string value.\n private _value: STRING;\n\n public __defaultValues: IStringValue;\n\n constructor(\n initData?: IStringValue,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.StringValue';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: STRING,\n constraints: {},\n },\n ];\n\n // Initialize the fields\n // The string value.\n this._value = new STRING(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof StringValue] 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 StringValue] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // The string value.\n public get value(): STRING {\n return this._value;\n }\n\n public set value(v: string) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IStringValue) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IStringValue {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.StringValue', StringValue);\n"]}
@@ -0,0 +1,40 @@
1
+ import { FieldNode, UINT32 } from '@furo/open-models/dist/index';
2
+ /**
3
+ * @interface IUInt32Value
4
+ * Wrapper message for `uint32`.
5
+ *
6
+ * The JSON representation for `UInt32Value` is JSON number.
7
+ */
8
+ export interface IUInt32Value {
9
+ /**
10
+ * The uint32 value.
11
+ */
12
+ value?: number;
13
+ }
14
+ /**
15
+ * @interface TUInt32Value
16
+ * Wrapper message for `uint32`.
17
+ *
18
+ * The JSON representation for `UInt32Value` is JSON number.
19
+ */
20
+ export interface TUInt32Value {
21
+ /**
22
+ * The uint32 value.
23
+ */
24
+ value?: number;
25
+ }
26
+ /**
27
+ * UInt32Value
28
+ * Wrapper message for `uint32`.
29
+ *
30
+ * The JSON representation for `UInt32Value` is JSON number.
31
+ */
32
+ export declare class UInt32Value extends FieldNode {
33
+ private _value;
34
+ __defaultValues: IUInt32Value;
35
+ constructor(initData?: IUInt32Value, parent?: FieldNode, parentAttributeName?: string);
36
+ get value(): UINT32;
37
+ set value(v: number);
38
+ fromLiteral(data: IUInt32Value): void;
39
+ toLiteral(): IUInt32Value;
40
+ }
@@ -0,0 +1,60 @@
1
+ // Code generated by furo protoc-gen-open-models. DO NOT EDIT.
2
+ // protoc-gen-open-models version: ????
3
+ import { FieldNode, Registry, UINT32 } from '@furo/open-models/dist/index';
4
+ /**
5
+ * UInt32Value
6
+ * Wrapper message for `uint32`.
7
+ *
8
+ * The JSON representation for `UInt32Value` is JSON number.
9
+ */
10
+ export class UInt32Value extends FieldNode {
11
+ constructor(initData, parent, parentAttributeName) {
12
+ super(undefined, parent, parentAttributeName);
13
+ this.__meta.typeName = 'google.protobuf.UInt32Value';
14
+ this.__meta.nodeFields = [
15
+ {
16
+ fieldName: 'value',
17
+ protoName: 'value',
18
+ FieldConstructor: UINT32,
19
+ constraints: {},
20
+ },
21
+ ];
22
+ // Initialize the fields
23
+ // The uint32 value.
24
+ this._value = new UINT32(undefined, this, 'value');
25
+ // Set required fields
26
+ [].forEach(fieldName => {
27
+ this[fieldName].__meta.required =
28
+ true;
29
+ });
30
+ // Default values from openAPI annotations
31
+ this.__defaultValues = {};
32
+ // Initialize the fields with init data
33
+ if (initData !== undefined) {
34
+ this.__fromLiteral({ ...this.__defaultValues, ...initData });
35
+ }
36
+ else {
37
+ this.__fromLiteral(this.__defaultValues);
38
+ }
39
+ // Set readonly fields after the init, so child nodes are readonly too
40
+ [].forEach(fieldName => {
41
+ this[fieldName].__readonly = true;
42
+ });
43
+ this.__meta.isPristine = true;
44
+ }
45
+ // The uint32 value.
46
+ get value() {
47
+ return this._value;
48
+ }
49
+ set value(v) {
50
+ this.__PrimitivesSetter(this._value, v);
51
+ }
52
+ fromLiteral(data) {
53
+ super.__fromLiteral(data);
54
+ }
55
+ toLiteral() {
56
+ return super.__toLiteral();
57
+ }
58
+ }
59
+ Registry.register('google.protobuf.UInt32Value', UInt32Value);
60
+ //# sourceMappingURL=UInt32Value.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UInt32Value.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/UInt32Value.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AA4B3E;;;;;GAKG;AACH,MAAM,OAAO,WAAY,SAAQ,SAAS;IAMxC,YACE,QAAuB,EACvB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,6BAA6B,CAAC;QAErD,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,qBAAqB;QACrB,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAEnD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA8B,CAAe,CAAC,MAAM,CAAC,QAAQ;gBACjE,IAAI,CAAC;QACT,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,SAA8B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACxE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,qBAAqB;IACrB,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,IAAkB;QAC5B,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,6BAA6B,EAAE,WAAW,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, Registry, UINT32 } from '@furo/open-models/dist/index';\n\n/**\n * @interface IUInt32Value\n * Wrapper message for `uint32`.\n *\n * The JSON representation for `UInt32Value` is JSON number.\n */\nexport interface IUInt32Value {\n /**\n * The uint32 value.\n */\n value?: number;\n}\n\n/**\n * @interface TUInt32Value\n * Wrapper message for `uint32`.\n *\n * The JSON representation for `UInt32Value` is JSON number.\n */\nexport interface TUInt32Value {\n /**\n * The uint32 value.\n */\n value?: number;\n}\n\n/**\n * UInt32Value\n * Wrapper message for `uint32`.\n *\n * The JSON representation for `UInt32Value` is JSON number.\n */\nexport class UInt32Value extends FieldNode {\n // The uint32 value.\n private _value: UINT32;\n\n public __defaultValues: IUInt32Value;\n\n constructor(\n initData?: IUInt32Value,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.UInt32Value';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: UINT32,\n constraints: {},\n },\n ];\n\n // Initialize the fields\n // The uint32 value.\n this._value = new UINT32(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof UInt32Value] 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 UInt32Value] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // The uint32 value.\n public get value(): UINT32 {\n return this._value;\n }\n\n public set value(v: number) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IUInt32Value) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IUInt32Value {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.UInt32Value', UInt32Value);\n"]}
@@ -0,0 +1,40 @@
1
+ import { FieldNode, UINT64 } from '@furo/open-models/dist/index';
2
+ /**
3
+ * @interface IUInt64Value
4
+ * Wrapper message for `uint64`.
5
+ *
6
+ * The JSON representation for `UInt64Value` is JSON string.
7
+ */
8
+ export interface IUInt64Value {
9
+ /**
10
+ * The uint64 value.
11
+ */
12
+ value?: number;
13
+ }
14
+ /**
15
+ * @interface TUInt64Value
16
+ * Wrapper message for `uint64`.
17
+ *
18
+ * The JSON representation for `UInt64Value` is JSON string.
19
+ */
20
+ export interface TUInt64Value {
21
+ /**
22
+ * The uint64 value.
23
+ */
24
+ value?: number;
25
+ }
26
+ /**
27
+ * UInt64Value
28
+ * Wrapper message for `uint64`.
29
+ *
30
+ * The JSON representation for `UInt64Value` is JSON string.
31
+ */
32
+ export declare class UInt64Value extends FieldNode {
33
+ private _value;
34
+ __defaultValues: IUInt64Value;
35
+ constructor(initData?: IUInt64Value, parent?: FieldNode, parentAttributeName?: string);
36
+ get value(): UINT64;
37
+ set value(v: number);
38
+ fromLiteral(data: IUInt64Value): void;
39
+ toLiteral(): IUInt64Value;
40
+ }
@@ -0,0 +1,60 @@
1
+ // Code generated by furo protoc-gen-open-models. DO NOT EDIT.
2
+ // protoc-gen-open-models version: ????
3
+ import { FieldNode, Registry, UINT64 } from '@furo/open-models/dist/index';
4
+ /**
5
+ * UInt64Value
6
+ * Wrapper message for `uint64`.
7
+ *
8
+ * The JSON representation for `UInt64Value` is JSON string.
9
+ */
10
+ export class UInt64Value extends FieldNode {
11
+ constructor(initData, parent, parentAttributeName) {
12
+ super(undefined, parent, parentAttributeName);
13
+ this.__meta.typeName = 'google.protobuf.UInt64Value';
14
+ this.__meta.nodeFields = [
15
+ {
16
+ fieldName: 'value',
17
+ protoName: 'value',
18
+ FieldConstructor: UINT64,
19
+ constraints: {},
20
+ },
21
+ ];
22
+ // Initialize the fields
23
+ // The uint64 value.
24
+ this._value = new UINT64(undefined, this, 'value');
25
+ // Set required fields
26
+ [].forEach(fieldName => {
27
+ this[fieldName].__meta.required =
28
+ true;
29
+ });
30
+ // Default values from openAPI annotations
31
+ this.__defaultValues = {};
32
+ // Initialize the fields with init data
33
+ if (initData !== undefined) {
34
+ this.__fromLiteral({ ...this.__defaultValues, ...initData });
35
+ }
36
+ else {
37
+ this.__fromLiteral(this.__defaultValues);
38
+ }
39
+ // Set readonly fields after the init, so child nodes are readonly too
40
+ [].forEach(fieldName => {
41
+ this[fieldName].__readonly = true;
42
+ });
43
+ this.__meta.isPristine = true;
44
+ }
45
+ // The uint64 value.
46
+ get value() {
47
+ return this._value;
48
+ }
49
+ set value(v) {
50
+ this.__PrimitivesSetter(this._value, v);
51
+ }
52
+ fromLiteral(data) {
53
+ super.__fromLiteral(data);
54
+ }
55
+ toLiteral() {
56
+ return super.__toLiteral();
57
+ }
58
+ }
59
+ Registry.register('google.protobuf.UInt64Value', UInt64Value);
60
+ //# sourceMappingURL=UInt64Value.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UInt64Value.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/UInt64Value.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AA4B3E;;;;;GAKG;AACH,MAAM,OAAO,WAAY,SAAQ,SAAS;IAMxC,YACE,QAAuB,EACvB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,6BAA6B,CAAC;QAErD,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,qBAAqB;QACrB,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAEnD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA8B,CAAe,CAAC,MAAM,CAAC,QAAQ;gBACjE,IAAI,CAAC;QACT,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,SAA8B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACxE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,qBAAqB;IACrB,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,IAAkB;QAC5B,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,6BAA6B,EAAE,WAAW,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, Registry, UINT64 } from '@furo/open-models/dist/index';\n\n/**\n * @interface IUInt64Value\n * Wrapper message for `uint64`.\n *\n * The JSON representation for `UInt64Value` is JSON string.\n */\nexport interface IUInt64Value {\n /**\n * The uint64 value.\n */\n value?: number;\n}\n\n/**\n * @interface TUInt64Value\n * Wrapper message for `uint64`.\n *\n * The JSON representation for `UInt64Value` is JSON string.\n */\nexport interface TUInt64Value {\n /**\n * The uint64 value.\n */\n value?: number;\n}\n\n/**\n * UInt64Value\n * Wrapper message for `uint64`.\n *\n * The JSON representation for `UInt64Value` is JSON string.\n */\nexport class UInt64Value extends FieldNode {\n // The uint64 value.\n private _value: UINT64;\n\n public __defaultValues: IUInt64Value;\n\n constructor(\n initData?: IUInt64Value,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.UInt64Value';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: UINT64,\n constraints: {},\n },\n ];\n\n // Initialize the fields\n // The uint64 value.\n this._value = new UINT64(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof UInt64Value] 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 UInt64Value] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // The uint64 value.\n public get value(): UINT64 {\n return this._value;\n }\n\n public set value(v: number) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IUInt64Value) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IUInt64Value {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.UInt64Value', UInt64Value);\n"]}
@@ -0,0 +1,30 @@
1
+ import { BOOLEAN, FieldNode, STRING } from '@furo/open-models/dist/index';
2
+ /**
3
+ * @interface IUninterpretedOptionNamePart
4
+ */
5
+ export interface IUninterpretedOptionNamePart {
6
+ namePart?: string;
7
+ isExtension?: boolean;
8
+ }
9
+ /**
10
+ * @interface TUninterpretedOptionNamePart
11
+ */
12
+ export interface TUninterpretedOptionNamePart {
13
+ name_part?: string;
14
+ is_extension?: boolean;
15
+ }
16
+ /**
17
+ * UninterpretedOptionNamePart
18
+ */
19
+ export declare class UninterpretedOptionNamePart extends FieldNode {
20
+ private _namePart;
21
+ private _isExtension;
22
+ __defaultValues: IUninterpretedOptionNamePart;
23
+ constructor(initData?: IUninterpretedOptionNamePart, parent?: FieldNode, parentAttributeName?: string);
24
+ get namePart(): STRING;
25
+ set namePart(v: string);
26
+ get isExtension(): BOOLEAN;
27
+ set isExtension(v: boolean);
28
+ fromLiteral(data: IUninterpretedOptionNamePart): void;
29
+ toLiteral(): IUninterpretedOptionNamePart;
30
+ }
@@ -0,0 +1,67 @@
1
+ // Code generated by furo protoc-gen-open-models. DO NOT EDIT.
2
+ // protoc-gen-open-models version: ????
3
+ import { BOOLEAN, FieldNode, Registry, STRING, } from '@furo/open-models/dist/index';
4
+ /**
5
+ * UninterpretedOptionNamePart
6
+ */
7
+ export class UninterpretedOptionNamePart extends FieldNode {
8
+ constructor(initData, parent, parentAttributeName) {
9
+ super(undefined, parent, parentAttributeName);
10
+ this.__meta.typeName = 'google.protobuf.UninterpretedOption.NamePart';
11
+ this.__meta.nodeFields = [
12
+ {
13
+ fieldName: 'namePart',
14
+ protoName: 'name_part',
15
+ FieldConstructor: STRING,
16
+ constraints: {},
17
+ },
18
+ {
19
+ fieldName: 'isExtension',
20
+ protoName: 'is_extension',
21
+ FieldConstructor: BOOLEAN,
22
+ constraints: {},
23
+ },
24
+ ];
25
+ // Initialize the fields
26
+ this._namePart = new STRING(undefined, this, 'namePart');
27
+ this._isExtension = new BOOLEAN(undefined, this, 'isExtension');
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
+ get namePart() {
48
+ return this._namePart;
49
+ }
50
+ set namePart(v) {
51
+ this.__PrimitivesSetter(this._namePart, v);
52
+ }
53
+ get isExtension() {
54
+ return this._isExtension;
55
+ }
56
+ set isExtension(v) {
57
+ this.__PrimitivesSetter(this._isExtension, v);
58
+ }
59
+ fromLiteral(data) {
60
+ super.__fromLiteral(data);
61
+ }
62
+ toLiteral() {
63
+ return super.__toLiteral();
64
+ }
65
+ }
66
+ Registry.register('google.protobuf.UninterpretedOption.NamePart', UninterpretedOptionNamePart);
67
+ //# sourceMappingURL=UninterpretedOption.NamePart.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UninterpretedOption.NamePart.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EACL,OAAO,EACP,SAAS,EACT,QAAQ,EACR,MAAM,GACP,MAAM,8BAA8B,CAAC;AAkBtC;;GAEG;AACH,MAAM,OAAO,2BAA4B,SAAQ,SAAS;IAOxD,YACE,QAAuC,EACvC,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,8CAA8C,CAAC;QAEtE,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,UAAU;gBACrB,SAAS,EAAE,WAAW;gBACtB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,aAAa;gBACxB,SAAS,EAAE,cAAc;gBACzB,gBAAgB,EAAE,OAAO;gBACzB,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,SAAS,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,UAAU,CAAC,CAAC;QAEzD,IAAI,CAAC,YAAY,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,aAAa,CAAC,CAAC;QAEhE,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YAEnB,IAAI,CAAC,SAA8C,CACpD,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC3B,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;YAEnB,IAAI,CAAC,SAA8C,CACpD,CAAC,UAAU,GAAG,IAAI,CAAC;QACtB,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,QAAQ;QACjB,OAAO,IAAI,CAAC,SAAS,CAAC;IACxB,CAAC;IAED,IAAW,QAAQ,CAAC,CAAS;QAC3B,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;IAC7C,CAAC;IAED,IAAW,WAAW;QACpB,OAAO,IAAI,CAAC,YAAY,CAAC;IAC3B,CAAC;IAED,IAAW,WAAW,CAAC,CAAU;QAC/B,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC;IAChD,CAAC;IAED,WAAW,CAAC,IAAkC;QAC5C,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,CACf,8CAA8C,EAC9C,2BAA2B,CAC5B,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport {\n BOOLEAN,\n FieldNode,\n Registry,\n STRING,\n} from '@furo/open-models/dist/index';\n\n/**\n * @interface IUninterpretedOptionNamePart\n */\nexport interface IUninterpretedOptionNamePart {\n namePart?: string;\n isExtension?: boolean;\n}\n\n/**\n * @interface TUninterpretedOptionNamePart\n */\nexport interface TUninterpretedOptionNamePart {\n name_part?: string;\n is_extension?: boolean;\n}\n\n/**\n * UninterpretedOptionNamePart\n */\nexport class UninterpretedOptionNamePart extends FieldNode {\n private _namePart: STRING;\n\n private _isExtension: BOOLEAN;\n\n public __defaultValues: IUninterpretedOptionNamePart;\n\n constructor(\n initData?: IUninterpretedOptionNamePart,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.UninterpretedOption.NamePart';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'namePart',\n protoName: 'name_part',\n FieldConstructor: STRING,\n constraints: {},\n },\n {\n fieldName: 'isExtension',\n protoName: 'is_extension',\n FieldConstructor: BOOLEAN,\n constraints: {},\n },\n ];\n\n // Initialize the fields\n this._namePart = new STRING(undefined, this, 'namePart');\n\n this._isExtension = new BOOLEAN(undefined, this, 'isExtension');\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[fieldName as keyof UninterpretedOptionNamePart] as FieldNode\n ).__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 (\n this[fieldName as keyof UninterpretedOptionNamePart] as FieldNode\n ).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get namePart(): STRING {\n return this._namePart;\n }\n\n public set namePart(v: string) {\n this.__PrimitivesSetter(this._namePart, v);\n }\n\n public get isExtension(): BOOLEAN {\n return this._isExtension;\n }\n\n public set isExtension(v: boolean) {\n this.__PrimitivesSetter(this._isExtension, v);\n }\n\n fromLiteral(data: IUninterpretedOptionNamePart) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IUninterpretedOptionNamePart {\n return super.__toLiteral();\n }\n}\n\nRegistry.register(\n 'google.protobuf.UninterpretedOption.NamePart',\n UninterpretedOptionNamePart,\n);\n"]}
@@ -0,0 +1,82 @@
1
+ import { ARRAY, BYTES, DOUBLE, FieldNode, INT64, STRING, UINT64 } from '@furo/open-models/dist/index';
2
+ import { IUninterpretedOptionNamePart as IGoogleProtobufUninterpretedOptionNamePart, TUninterpretedOptionNamePart as TGoogleProtobufUninterpretedOptionNamePart, UninterpretedOptionNamePart as GoogleProtobufUninterpretedOptionNamePart } from './UninterpretedOption.NamePart.js';
3
+ /**
4
+ * @interface IUninterpretedOption
5
+ * A message representing a option the parser does not recognize. This only
6
+ * appears in options protos created by the compiler::Parser class.
7
+ * DescriptorPool resolves these when building Descriptor objects. Therefore,
8
+ * options protos in descriptor objects (e.g. returned by Descriptor::options(),
9
+ * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
10
+ * in them.
11
+ */
12
+ export interface IUninterpretedOption {
13
+ name?: IGoogleProtobufUninterpretedOptionNamePart[];
14
+ /**
15
+ * The value of the uninterpreted option, in whatever type the tokenizer
16
+ * identified it as during parsing. Exactly one of these should be set.
17
+ */
18
+ identifierValue?: string;
19
+ positiveIntValue?: number;
20
+ negativeIntValue?: number;
21
+ doubleValue?: number;
22
+ stringValue?: string;
23
+ aggregateValue?: string;
24
+ }
25
+ /**
26
+ * @interface TUninterpretedOption
27
+ * A message representing a option the parser does not recognize. This only
28
+ * appears in options protos created by the compiler::Parser class.
29
+ * DescriptorPool resolves these when building Descriptor objects. Therefore,
30
+ * options protos in descriptor objects (e.g. returned by Descriptor::options(),
31
+ * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
32
+ * in them.
33
+ */
34
+ export interface TUninterpretedOption {
35
+ name?: TGoogleProtobufUninterpretedOptionNamePart[];
36
+ /**
37
+ * The value of the uninterpreted option, in whatever type the tokenizer
38
+ * identified it as during parsing. Exactly one of these should be set.
39
+ */
40
+ identifier_value?: string;
41
+ positive_int_value?: number;
42
+ negative_int_value?: number;
43
+ double_value?: number;
44
+ string_value?: string;
45
+ aggregate_value?: string;
46
+ }
47
+ /**
48
+ * UninterpretedOption
49
+ * A message representing a option the parser does not recognize. This only
50
+ * appears in options protos created by the compiler::Parser class.
51
+ * DescriptorPool resolves these when building Descriptor objects. Therefore,
52
+ * options protos in descriptor objects (e.g. returned by Descriptor::options(),
53
+ * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
54
+ * in them.
55
+ */
56
+ export declare class UninterpretedOption extends FieldNode {
57
+ private _name;
58
+ private _identifierValue;
59
+ private _positiveIntValue;
60
+ private _negativeIntValue;
61
+ private _doubleValue;
62
+ private _stringValue;
63
+ private _aggregateValue;
64
+ __defaultValues: IUninterpretedOption;
65
+ constructor(initData?: IUninterpretedOption, parent?: FieldNode, parentAttributeName?: string);
66
+ get name(): ARRAY<GoogleProtobufUninterpretedOptionNamePart, IGoogleProtobufUninterpretedOptionNamePart>;
67
+ set name(v: IGoogleProtobufUninterpretedOptionNamePart[]);
68
+ get identifierValue(): STRING;
69
+ set identifierValue(v: string);
70
+ get positiveIntValue(): UINT64;
71
+ set positiveIntValue(v: number);
72
+ get negativeIntValue(): INT64;
73
+ set negativeIntValue(v: number);
74
+ get doubleValue(): DOUBLE;
75
+ set doubleValue(v: number);
76
+ get stringValue(): BYTES;
77
+ set stringValue(v: string);
78
+ get aggregateValue(): STRING;
79
+ set aggregateValue(v: string);
80
+ fromLiteral(data: IUninterpretedOption): void;
81
+ toLiteral(): IUninterpretedOption;
82
+ }