@furo/open-models 1.1.2-rc.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 +1063 -1058
  2. package/dist/primitives/BOOLEAN.d.ts +4 -0
  3. package/dist/primitives/BOOLEAN.js +7 -1
  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 +4 -3
@@ -1476,6 +1476,11 @@
1476
1476
  "kind": "field",
1477
1477
  "name": "value"
1478
1478
  },
1479
+ {
1480
+ "kind": "method",
1481
+ "name": "toggle",
1482
+ "description": "Toggle the value of the bool."
1483
+ },
1479
1484
  {
1480
1485
  "kind": "method",
1481
1486
  "name": "__updateWithLiteral",
@@ -90544,20 +90549,82 @@
90544
90549
  },
90545
90550
  {
90546
90551
  "kind": "javascript-module",
90547
- "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
90552
+ "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js",
90553
+ "declarations": [
90554
+ {
90555
+ "kind": "variable",
90556
+ "name": "BookingCenter"
90557
+ }
90558
+ ],
90559
+ "exports": [
90560
+ {
90561
+ "kind": "js",
90562
+ "name": "BookingCenter",
90563
+ "declaration": {
90564
+ "name": "BookingCenter",
90565
+ "module": "dist/protoc-gen-open-models/furo/type/BookingCenter.js"
90566
+ }
90567
+ }
90568
+ ]
90569
+ },
90570
+ {
90571
+ "kind": "javascript-module",
90572
+ "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js.map",
90573
+ "declarations": [],
90574
+ "exports": []
90575
+ },
90576
+ {
90577
+ "kind": "javascript-module",
90578
+ "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js",
90548
90579
  "declarations": [
90549
90580
  {
90550
90581
  "kind": "class",
90551
- "description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
90552
- "name": "CustomHttpPattern",
90582
+ "description": "ConstraintWrappers",
90583
+ "name": "ConstraintWrappers",
90553
90584
  "members": [
90554
90585
  {
90555
90586
  "kind": "field",
90556
- "name": "kind"
90587
+ "name": "stringValue"
90557
90588
  },
90558
90589
  {
90559
90590
  "kind": "field",
90560
- "name": "path"
90591
+ "name": "int32Value"
90592
+ },
90593
+ {
90594
+ "kind": "field",
90595
+ "name": "int64Value"
90596
+ },
90597
+ {
90598
+ "kind": "field",
90599
+ "name": "floatValue"
90600
+ },
90601
+ {
90602
+ "kind": "field",
90603
+ "name": "doubleValue"
90604
+ },
90605
+ {
90606
+ "kind": "field",
90607
+ "name": "boolValue"
90608
+ },
90609
+ {
90610
+ "kind": "field",
90611
+ "name": "uint32Value"
90612
+ },
90613
+ {
90614
+ "kind": "field",
90615
+ "name": "uint64Value"
90616
+ },
90617
+ {
90618
+ "kind": "field",
90619
+ "name": "bytesValue"
90620
+ },
90621
+ {
90622
+ "kind": "field",
90623
+ "name": "exclInt32Value"
90624
+ },
90625
+ {
90626
+ "kind": "field",
90627
+ "name": "exclInt64Value"
90561
90628
  },
90562
90629
  {
90563
90630
  "kind": "method",
@@ -90578,7 +90645,7 @@
90578
90645
  "type": {
90579
90646
  "text": "string"
90580
90647
  },
90581
- "default": "'google.api.CustomHttpPattern'"
90648
+ "default": "'furo.type.ConstraintWrappers'"
90582
90649
  },
90583
90650
  {
90584
90651
  "kind": "field",
@@ -90586,17 +90653,62 @@
90586
90653
  "type": {
90587
90654
  "text": "array"
90588
90655
  },
90589
- "default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
90656
+ "default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, }, { fieldName: 'exclInt32Value', protoName: 'excl_int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, }, { fieldName: 'exclInt64Value', protoName: 'excl_int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, }, ]"
90590
90657
  },
90591
90658
  {
90592
90659
  "kind": "field",
90593
- "name": "_kind",
90594
- "default": "new STRING(undefined, this, 'kind')"
90660
+ "name": "_stringValue",
90661
+ "default": "new StringValue(undefined, this, 'stringValue')"
90595
90662
  },
90596
90663
  {
90597
90664
  "kind": "field",
90598
- "name": "_path",
90599
- "default": "new STRING(undefined, this, 'path')"
90665
+ "name": "_int32Value",
90666
+ "default": "new Int32Value(undefined, this, 'int32Value')"
90667
+ },
90668
+ {
90669
+ "kind": "field",
90670
+ "name": "_int64Value",
90671
+ "default": "new Int64Value(undefined, this, 'int64Value')"
90672
+ },
90673
+ {
90674
+ "kind": "field",
90675
+ "name": "_floatValue",
90676
+ "default": "new FloatValue(undefined, this, 'floatValue')"
90677
+ },
90678
+ {
90679
+ "kind": "field",
90680
+ "name": "_doubleValue",
90681
+ "default": "new DoubleValue(undefined, this, 'doubleValue')"
90682
+ },
90683
+ {
90684
+ "kind": "field",
90685
+ "name": "_boolValue",
90686
+ "default": "new BoolValue(undefined, this, 'boolValue')"
90687
+ },
90688
+ {
90689
+ "kind": "field",
90690
+ "name": "_uint32Value",
90691
+ "default": "new UInt32Value(undefined, this, 'uint32Value')"
90692
+ },
90693
+ {
90694
+ "kind": "field",
90695
+ "name": "_uint64Value",
90696
+ "default": "new UInt64Value(undefined, this, 'uint64Value')"
90697
+ },
90698
+ {
90699
+ "kind": "field",
90700
+ "name": "_bytesValue",
90701
+ "default": "new BytesValue(undefined, this, 'bytesValue')"
90702
+ },
90703
+ {
90704
+ "kind": "field",
90705
+ "name": "_exclInt32Value",
90706
+ "default": "new Int32Value(undefined, this, 'exclInt32Value')"
90707
+ },
90708
+ {
90709
+ "kind": "field",
90710
+ "name": "_exclInt64Value",
90711
+ "default": "new Int64Value(undefined, this, 'exclInt64Value')"
90600
90712
  },
90601
90713
  {
90602
90714
  "kind": "field",
@@ -90604,7 +90716,7 @@
90604
90716
  "type": {
90605
90717
  "text": "object"
90606
90718
  },
90607
- "default": "{}"
90719
+ "default": "{ exclInt32Value: 3.0, exclInt64Value: 3.0, int32Value: 3.0, int64Value: 3.0, stringValue: 'default', }"
90608
90720
  },
90609
90721
  {
90610
90722
  "kind": "field",
@@ -91427,36 +91539,32 @@
91427
91539
  "exports": [
91428
91540
  {
91429
91541
  "kind": "js",
91430
- "name": "CustomHttpPattern",
91542
+ "name": "ConstraintWrappers",
91431
91543
  "declaration": {
91432
- "name": "CustomHttpPattern",
91433
- "module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
91544
+ "name": "ConstraintWrappers",
91545
+ "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
91434
91546
  }
91435
91547
  }
91436
91548
  ]
91437
91549
  },
91438
91550
  {
91439
91551
  "kind": "javascript-module",
91440
- "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
91552
+ "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
91441
91553
  "declarations": [],
91442
91554
  "exports": []
91443
91555
  },
91444
91556
  {
91445
91557
  "kind": "javascript-module",
91446
- "path": "dist/protoc-gen-open-models/google/api/Http.js",
91558
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
91447
91559
  "declarations": [
91448
91560
  {
91449
91561
  "kind": "class",
91450
- "description": "Http\n Defines the HTTP configuration for an API service. It contains a list of\n [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method\n to one or more HTTP REST API methods.",
91451
- "name": "Http",
91562
+ "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
91563
+ "name": "Decimal",
91452
91564
  "members": [
91453
91565
  {
91454
91566
  "kind": "field",
91455
- "name": "rules"
91456
- },
91457
- {
91458
- "kind": "field",
91459
- "name": "fullyDecodeReservedExpansion"
91567
+ "name": "value"
91460
91568
  },
91461
91569
  {
91462
91570
  "kind": "method",
@@ -91477,7 +91585,7 @@
91477
91585
  "type": {
91478
91586
  "text": "string"
91479
91587
  },
91480
- "default": "'google.api.Http'"
91588
+ "default": "'furo.type.Decimal'"
91481
91589
  },
91482
91590
  {
91483
91591
  "kind": "field",
@@ -91485,17 +91593,12 @@
91485
91593
  "type": {
91486
91594
  "text": "array"
91487
91595
  },
91488
- "default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
91489
- },
91490
- {
91491
- "kind": "field",
91492
- "name": "_rules",
91493
- "default": "new ARRAY(undefined, this, 'rules')"
91596
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
91494
91597
  },
91495
91598
  {
91496
91599
  "kind": "field",
91497
- "name": "_fullyDecodeReservedExpansion",
91498
- "default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
91600
+ "name": "_value",
91601
+ "default": "new STRING(undefined, this, 'value')"
91499
91602
  },
91500
91603
  {
91501
91604
  "kind": "field",
@@ -92326,68 +92429,32 @@
92326
92429
  "exports": [
92327
92430
  {
92328
92431
  "kind": "js",
92329
- "name": "Http",
92432
+ "name": "Decimal",
92330
92433
  "declaration": {
92331
- "name": "Http",
92332
- "module": "dist/protoc-gen-open-models/google/api/Http.js"
92434
+ "name": "Decimal",
92435
+ "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
92333
92436
  }
92334
92437
  }
92335
92438
  ]
92336
92439
  },
92337
92440
  {
92338
92441
  "kind": "javascript-module",
92339
- "path": "dist/protoc-gen-open-models/google/api/Http.js.map",
92442
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
92340
92443
  "declarations": [],
92341
92444
  "exports": []
92342
92445
  },
92343
92446
  {
92344
92447
  "kind": "javascript-module",
92345
- "path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
92448
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
92346
92449
  "declarations": [
92347
92450
  {
92348
92451
  "kind": "class",
92349
- "description": "HttpRule\n # gRPC Transcoding\n\n gRPC Transcoding is a feature for mapping between a gRPC method and one or\n more HTTP REST endpoints. It allows developers to build a single API service\n that supports both gRPC APIs and REST APIs. Many systems, including [Google\n APIs](https://github.com/googleapis/googleapis),\n [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC\n Gateway](https://github.com/grpc-ecosystem/grpc-gateway),\n and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature\n and use it for large scale production services.\n\n `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies\n how different portions of the gRPC request message are mapped to the URL\n path, URL query parameters, and HTTP request body. It also controls how the\n gRPC response message is mapped to the HTTP response body. `HttpRule` is\n typically specified as an `google.api.http` annotation on the gRPC method.\n\n Each mapping specifies a URL path template and an HTTP method. The path\n template may refer to one or more fields in the gRPC request message, as long\n as each field is a non-repeated field with a primitive (non-message) type.\n The path template controls how fields of the request message are mapped to\n the URL path.\n\n Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/{name=messages/*}\"\n };\n }\n }\n message GetMessageRequest {\n string name = 1; // Mapped to URL path.\n }\n message Message {\n string text = 1; // The resource content.\n }\n\n This enables an HTTP REST to gRPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(name: \"messages/123456\")`\n\n Any fields in the request message which are not bound by the path template\n automatically become HTTP query parameters if there is no HTTP request body.\n For example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get:\"/v1/messages/{message_id}\"\n };\n }\n }\n message GetMessageRequest {\n message SubMessage {\n string subfield = 1;\n }\n string message_id = 1; // Mapped to URL path.\n int64 revision = 2; // Mapped to URL query parameter `revision`.\n SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.\n }\n\n This enables a HTTP JSON to RPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456?revision=2&sub.subfield=foo` |\n `GetMessage(message_id: \"123456\" revision: 2 sub: SubMessage(subfield:\n \"foo\"))`\n\n Note that fields which are mapped to URL query parameters must have a\n primitive type or a repeated primitive type or a non-repeated message type.\n In the case of a repeated type, the parameter can be repeated in the URL\n as `...?param=A&param=B`. In the case of a message type, each field of the\n message is mapped to a separate parameter, such as\n `...?foo.a=A&foo.b=B&foo.c=C`.\n\n For HTTP methods that allow a request body, the `body` field\n specifies the mapping. Consider a REST update method on the\n message resource collection:\n\n service Messaging {\n rpc UpdateMessage(UpdateMessageRequest) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"message\"\n };\n }\n }\n message UpdateMessageRequest {\n string message_id = 1; // mapped to the URL\n Message message = 2; // mapped to the body\n }\n\n The following HTTP JSON to RPC mapping is enabled, where the\n representation of the JSON in the request body is determined by\n protos JSON encoding:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" message { text: \"Hi!\" })`\n\n The special name `*` can be used in the body mapping to define that\n every field not bound by the path template should be mapped to the\n request body. This enables the following alternative definition of\n the update method:\n\n service Messaging {\n rpc UpdateMessage(Message) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"*\"\n };\n }\n }\n message Message {\n string message_id = 1;\n string text = 2;\n }\n\n\n The following HTTP JSON to RPC mapping is enabled:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" text: \"Hi!\")`\n\n Note that when using `*` in the body mapping, it is not possible to\n have HTTP parameters, as all fields not bound by the path end in\n the body. This makes this option more rarely used in practice when\n defining REST APIs. The common usage of `*` is in custom methods\n which don't use the URL at all for transferring data.\n\n It is possible to define multiple HTTP methods for one RPC by using\n the `additional_bindings` option. Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/messages/{message_id}\"\n additional_bindings {\n get: \"/v1/users/{user_id}/messages/{message_id}\"\n }\n };\n }\n }\n message GetMessageRequest {\n string message_id = 1;\n string user_id = 2;\n }\n\n This enables the following two alternative HTTP JSON to RPC mappings:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(message_id: \"123456\")`\n `GET /v1/users/me/messages/123456` | `GetMessage(user_id: \"me\" message_id:\n \"123456\")`\n\n ## Rules for HTTP mapping\n\n 1. Leaf request fields (recursive expansion nested messages in the request\n message) are classified into three categories:\n - Fields referred by the path template. They are passed via the URL path.\n - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They\n are passed via the HTTP\n request body.\n - All other fields are passed via the URL query parameters, and the\n parameter name is the field path in the request message. A repeated\n field can be represented as multiple query parameters under the same\n name.\n 2. If [HttpRule.body][google.api.HttpRule.body] is \"*\", there is no URL\n query parameter, all fields\n are passed via URL path and HTTP request body.\n 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP\n request body, all\n fields are passed via URL path and URL query parameters.\n\n ### Path template syntax\n\n Template = \"/\" Segments [ Verb ] ;\n Segments = Segment { \"/\" Segment } ;\n Segment = \"*\" | \"**\" | LITERAL | Variable ;\n Variable = \"{\" FieldPath [ \"=\" Segments ] \"}\" ;\n FieldPath = IDENT { \".\" IDENT } ;\n Verb = \":\" LITERAL ;\n\n The syntax `*` matches a single URL path segment. The syntax `**` matches\n zero or more URL path segments, which must be the last part of the URL path\n except the `Verb`.\n\n The syntax `Variable` matches part of the URL path as specified by its\n template. A variable template must not contain other variables. If a variable\n matches a single path segment, its template may be omitted, e.g. `{var}`\n is equivalent to `{var=*}`.\n\n The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`\n contains any reserved character, such characters should be percent-encoded\n before the matching.\n\n If a variable contains exactly one path segment, such as `\"{var}\"` or\n `\"{var=*}\"`, when such a variable is expanded into a URL path on the client\n side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The\n server side does the reverse decoding. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{var}`.\n\n If a variable contains multiple path segments, such as `\"{var=foo/*}\"`\n or `\"{var=**}\"`, when such a variable is expanded into a URL path on the\n client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.\n The server side does the reverse decoding, except \"%2F\" and \"%2f\" are left\n unchanged. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{+var}`.\n\n ## Using gRPC API Service Configuration\n\n gRPC API Service Configuration (service config) is a configuration language\n for configuring a gRPC service to become a user-facing product. The\n service config is simply the YAML representation of the `google.api.Service`\n proto message.\n\n As an alternative to annotating your proto file, you can configure gRPC\n transcoding in your service config YAML files. You do this by specifying a\n `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same\n effect as the proto annotation. This can be particularly useful if you\n have a proto that is reused in multiple services. Note that any transcoding\n specified in the service config will override any matching transcoding\n configuration in the proto.\n\n Example:\n\n http:\n rules:\n # Selects a gRPC method and applies HttpRule to it.\n - selector: example.v1.Messaging.GetMessage\n get: /v1/messages/{message_id}/{sub.subfield}\n\n ## Special notes\n\n When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the\n proto to JSON conversion must follow the [proto3\n specification](https://developers.google.com/protocol-buffers/docs/proto3#json).\n\n While the single segment variable follows the semantics of\n [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String\n Expansion, the multi segment variable **does not** follow RFC 6570 Section\n 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion\n does not expand special characters like `?` and `#`, which would lead\n to invalid URLs. As the result, gRPC Transcoding uses a custom encoding\n for multi segment variables.\n\n The path variables **must not** refer to any repeated or mapped field,\n because client libraries are not capable of handling such variable expansion.\n\n The path variables **must not** capture the leading \"/\" character. The reason\n is that the most common use case \"{var}\" does not capture the leading \"/\"\n character. For consistency, all path variables must share the same behavior.\n\n Repeated message fields must not be mapped to URL query parameters, because\n no client library can support such complicated mapping.\n\n If an API needs to use a JSON array for request or response body, it can map\n the request or response body to a repeated field. However, some gRPC\n Transcoding implementations may not support this feature.",
92350
- "name": "HttpRule",
92452
+ "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
92453
+ "name": "DecimalB",
92351
92454
  "members": [
92352
92455
  {
92353
92456
  "kind": "field",
92354
- "name": "selector"
92355
- },
92356
- {
92357
- "kind": "field",
92358
- "name": "get"
92359
- },
92360
- {
92361
- "kind": "field",
92362
- "name": "put"
92363
- },
92364
- {
92365
- "kind": "field",
92366
- "name": "post"
92367
- },
92368
- {
92369
- "kind": "field",
92370
- "name": "delete"
92371
- },
92372
- {
92373
- "kind": "field",
92374
- "name": "patch"
92375
- },
92376
- {
92377
- "kind": "field",
92378
- "name": "custom"
92379
- },
92380
- {
92381
- "kind": "field",
92382
- "name": "body"
92383
- },
92384
- {
92385
- "kind": "field",
92386
- "name": "responseBody"
92387
- },
92388
- {
92389
- "kind": "field",
92390
- "name": "additionalBindings"
92457
+ "name": "value"
92391
92458
  },
92392
92459
  {
92393
92460
  "kind": "method",
@@ -92408,7 +92475,7 @@
92408
92475
  "type": {
92409
92476
  "text": "string"
92410
92477
  },
92411
- "default": "'google.api.HttpRule'"
92478
+ "default": "'furo.type.DecimalB'"
92412
92479
  },
92413
92480
  {
92414
92481
  "kind": "field",
@@ -92416,57 +92483,12 @@
92416
92483
  "type": {
92417
92484
  "text": "array"
92418
92485
  },
92419
- "default": "[ { fieldName: 'selector', protoName: 'selector', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'get', protoName: 'get', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'put', protoName: 'put', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'post', protoName: 'post', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'delete', protoName: 'delete', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'patch', protoName: 'patch', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'custom', protoName: 'custom', FieldConstructor: GoogleApiCustomHttpPattern, constraints: {}, }, { fieldName: 'body', protoName: 'body', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'responseBody', protoName: 'response_body', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'additionalBindings', protoName: 'additional_bindings', FieldConstructor: HttpRule, constraints: {}, }, ]"
92420
- },
92421
- {
92422
- "kind": "field",
92423
- "name": "_selector",
92424
- "default": "new STRING(undefined, this, 'selector')"
92425
- },
92426
- {
92427
- "kind": "field",
92428
- "name": "_get",
92429
- "default": "new STRING(undefined, this, 'get')"
92430
- },
92431
- {
92432
- "kind": "field",
92433
- "name": "_put",
92434
- "default": "new STRING(undefined, this, 'put')"
92435
- },
92436
- {
92437
- "kind": "field",
92438
- "name": "_post",
92439
- "default": "new STRING(undefined, this, 'post')"
92440
- },
92441
- {
92442
- "kind": "field",
92443
- "name": "_delete",
92444
- "default": "new STRING(undefined, this, 'delete')"
92445
- },
92446
- {
92447
- "kind": "field",
92448
- "name": "_patch",
92449
- "default": "new STRING(undefined, this, 'patch')"
92450
- },
92451
- {
92452
- "kind": "field",
92453
- "name": "_custom",
92454
- "default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
92455
- },
92456
- {
92457
- "kind": "field",
92458
- "name": "_body",
92459
- "default": "new STRING(undefined, this, 'body')"
92460
- },
92461
- {
92462
- "kind": "field",
92463
- "name": "_responseBody",
92464
- "default": "new STRING(undefined, this, 'responseBody')"
92486
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
92465
92487
  },
92466
92488
  {
92467
92489
  "kind": "field",
92468
- "name": "_additionalBindings",
92469
- "default": "new ARRAY(undefined, this, 'additionalBindings')"
92490
+ "name": "_value",
92491
+ "default": "new STRING(undefined, this, 'value')"
92470
92492
  },
92471
92493
  {
92472
92494
  "kind": "field",
@@ -93297,98 +93319,36 @@
93297
93319
  "exports": [
93298
93320
  {
93299
93321
  "kind": "js",
93300
- "name": "HttpRule",
93301
- "declaration": {
93302
- "name": "HttpRule",
93303
- "module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
93304
- }
93305
- }
93306
- ]
93307
- },
93308
- {
93309
- "kind": "javascript-module",
93310
- "path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
93311
- "declarations": [],
93312
- "exports": []
93313
- },
93314
- {
93315
- "kind": "javascript-module",
93316
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js",
93317
- "declarations": [
93318
- {
93319
- "kind": "variable",
93320
- "name": "BookingCenter"
93321
- }
93322
- ],
93323
- "exports": [
93324
- {
93325
- "kind": "js",
93326
- "name": "BookingCenter",
93322
+ "name": "DecimalB",
93327
93323
  "declaration": {
93328
- "name": "BookingCenter",
93329
- "module": "dist/protoc-gen-open-models/furo/type/BookingCenter.js"
93324
+ "name": "DecimalB",
93325
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
93330
93326
  }
93331
93327
  }
93332
93328
  ]
93333
93329
  },
93334
93330
  {
93335
93331
  "kind": "javascript-module",
93336
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js.map",
93332
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
93337
93333
  "declarations": [],
93338
93334
  "exports": []
93339
93335
  },
93340
93336
  {
93341
93337
  "kind": "javascript-module",
93342
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js",
93338
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
93343
93339
  "declarations": [
93344
93340
  {
93345
93341
  "kind": "class",
93346
- "description": "ConstraintWrappers",
93347
- "name": "ConstraintWrappers",
93342
+ "description": "DecimalRange\n Represents a decimal range, encoded as a decimal start (inclusive) and a\n decimal end (exclusive).\n\n The start must be less than or equal to the end.\n If a decimal is empty it means min for start and max for end.",
93343
+ "name": "DecimalRange",
93348
93344
  "members": [
93349
93345
  {
93350
93346
  "kind": "field",
93351
- "name": "stringValue"
93352
- },
93353
- {
93354
- "kind": "field",
93355
- "name": "int32Value"
93356
- },
93357
- {
93358
- "kind": "field",
93359
- "name": "int64Value"
93360
- },
93361
- {
93362
- "kind": "field",
93363
- "name": "floatValue"
93364
- },
93365
- {
93366
- "kind": "field",
93367
- "name": "doubleValue"
93368
- },
93369
- {
93370
- "kind": "field",
93371
- "name": "boolValue"
93372
- },
93373
- {
93374
- "kind": "field",
93375
- "name": "uint32Value"
93376
- },
93377
- {
93378
- "kind": "field",
93379
- "name": "uint64Value"
93380
- },
93381
- {
93382
- "kind": "field",
93383
- "name": "bytesValue"
93384
- },
93385
- {
93386
- "kind": "field",
93387
- "name": "exclInt32Value"
93347
+ "name": "start"
93388
93348
  },
93389
93349
  {
93390
93350
  "kind": "field",
93391
- "name": "exclInt64Value"
93351
+ "name": "end"
93392
93352
  },
93393
93353
  {
93394
93354
  "kind": "method",
@@ -93409,7 +93369,7 @@
93409
93369
  "type": {
93410
93370
  "text": "string"
93411
93371
  },
93412
- "default": "'furo.type.ConstraintWrappers'"
93372
+ "default": "'furo.type.DecimalRange'"
93413
93373
  },
93414
93374
  {
93415
93375
  "kind": "field",
@@ -93417,62 +93377,17 @@
93417
93377
  "type": {
93418
93378
  "text": "array"
93419
93379
  },
93420
- "default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, }, { fieldName: 'exclInt32Value', protoName: 'excl_int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, }, { fieldName: 'exclInt64Value', protoName: 'excl_int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, }, ]"
93421
- },
93422
- {
93423
- "kind": "field",
93424
- "name": "_stringValue",
93425
- "default": "new StringValue(undefined, this, 'stringValue')"
93426
- },
93427
- {
93428
- "kind": "field",
93429
- "name": "_int32Value",
93430
- "default": "new Int32Value(undefined, this, 'int32Value')"
93431
- },
93432
- {
93433
- "kind": "field",
93434
- "name": "_int64Value",
93435
- "default": "new Int64Value(undefined, this, 'int64Value')"
93436
- },
93437
- {
93438
- "kind": "field",
93439
- "name": "_floatValue",
93440
- "default": "new FloatValue(undefined, this, 'floatValue')"
93441
- },
93442
- {
93443
- "kind": "field",
93444
- "name": "_doubleValue",
93445
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
93446
- },
93447
- {
93448
- "kind": "field",
93449
- "name": "_boolValue",
93450
- "default": "new BoolValue(undefined, this, 'boolValue')"
93451
- },
93452
- {
93453
- "kind": "field",
93454
- "name": "_uint32Value",
93455
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
93456
- },
93457
- {
93458
- "kind": "field",
93459
- "name": "_uint64Value",
93460
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
93461
- },
93462
- {
93463
- "kind": "field",
93464
- "name": "_bytesValue",
93465
- "default": "new BytesValue(undefined, this, 'bytesValue')"
93380
+ "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
93466
93381
  },
93467
93382
  {
93468
93383
  "kind": "field",
93469
- "name": "_exclInt32Value",
93470
- "default": "new Int32Value(undefined, this, 'exclInt32Value')"
93384
+ "name": "_start",
93385
+ "default": "new FuroTypeDecimal(undefined, this, 'start')"
93471
93386
  },
93472
93387
  {
93473
93388
  "kind": "field",
93474
- "name": "_exclInt64Value",
93475
- "default": "new Int64Value(undefined, this, 'exclInt64Value')"
93389
+ "name": "_end",
93390
+ "default": "new FuroTypeDecimal(undefined, this, 'end')"
93476
93391
  },
93477
93392
  {
93478
93393
  "kind": "field",
@@ -93480,7 +93395,7 @@
93480
93395
  "type": {
93481
93396
  "text": "object"
93482
93397
  },
93483
- "default": "{ exclInt32Value: 3.0, exclInt64Value: 3.0, int32Value: 3.0, int64Value: 3.0, stringValue: 'default', }"
93398
+ "default": "{}"
93484
93399
  },
93485
93400
  {
93486
93401
  "kind": "field",
@@ -94303,32 +94218,36 @@
94303
94218
  "exports": [
94304
94219
  {
94305
94220
  "kind": "js",
94306
- "name": "ConstraintWrappers",
94221
+ "name": "DecimalRange",
94307
94222
  "declaration": {
94308
- "name": "ConstraintWrappers",
94309
- "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
94223
+ "name": "DecimalRange",
94224
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
94310
94225
  }
94311
94226
  }
94312
94227
  ]
94313
94228
  },
94314
94229
  {
94315
94230
  "kind": "javascript-module",
94316
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
94231
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
94317
94232
  "declarations": [],
94318
94233
  "exports": []
94319
94234
  },
94320
94235
  {
94321
94236
  "kind": "javascript-module",
94322
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
94237
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
94323
94238
  "declarations": [
94324
94239
  {
94325
94240
  "kind": "class",
94326
- "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
94327
- "name": "Decimal",
94241
+ "description": "DeepRecursion",
94242
+ "name": "DeepRecursion",
94328
94243
  "members": [
94329
94244
  {
94330
94245
  "kind": "field",
94331
- "name": "value"
94246
+ "name": "displayName"
94247
+ },
94248
+ {
94249
+ "kind": "field",
94250
+ "name": "field"
94332
94251
  },
94333
94252
  {
94334
94253
  "kind": "method",
@@ -94349,7 +94268,7 @@
94349
94268
  "type": {
94350
94269
  "text": "string"
94351
94270
  },
94352
- "default": "'furo.type.Decimal'"
94271
+ "default": "'furo.type.DeepRecursion'"
94353
94272
  },
94354
94273
  {
94355
94274
  "kind": "field",
@@ -94357,12 +94276,17 @@
94357
94276
  "type": {
94358
94277
  "text": "array"
94359
94278
  },
94360
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
94279
+ "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
94361
94280
  },
94362
94281
  {
94363
94282
  "kind": "field",
94364
- "name": "_value",
94365
- "default": "new STRING(undefined, this, 'value')"
94283
+ "name": "_displayName",
94284
+ "default": "new STRING(undefined, this, 'displayName')"
94285
+ },
94286
+ {
94287
+ "kind": "field",
94288
+ "name": "_field",
94289
+ "default": "new RECURSION(undefined, this, 'field')"
94366
94290
  },
94367
94291
  {
94368
94292
  "kind": "field",
@@ -95193,29 +95117,33 @@
95193
95117
  "exports": [
95194
95118
  {
95195
95119
  "kind": "js",
95196
- "name": "Decimal",
95120
+ "name": "DeepRecursion",
95197
95121
  "declaration": {
95198
- "name": "Decimal",
95199
- "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
95122
+ "name": "DeepRecursion",
95123
+ "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
95200
95124
  }
95201
95125
  }
95202
95126
  ]
95203
95127
  },
95204
95128
  {
95205
95129
  "kind": "javascript-module",
95206
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
95130
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
95207
95131
  "declarations": [],
95208
95132
  "exports": []
95209
95133
  },
95210
95134
  {
95211
95135
  "kind": "javascript-module",
95212
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
95136
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
95213
95137
  "declarations": [
95214
95138
  {
95215
95139
  "kind": "class",
95216
- "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
95217
- "name": "DecimalB",
95140
+ "description": "DefaultsAttributesEntry",
95141
+ "name": "DefaultsAttributesEntry",
95218
95142
  "members": [
95143
+ {
95144
+ "kind": "field",
95145
+ "name": "key"
95146
+ },
95219
95147
  {
95220
95148
  "kind": "field",
95221
95149
  "name": "value"
@@ -95239,7 +95167,7 @@
95239
95167
  "type": {
95240
95168
  "text": "string"
95241
95169
  },
95242
- "default": "'furo.type.DecimalB'"
95170
+ "default": "'furo.type.Defaults.AttributesEntry'"
95243
95171
  },
95244
95172
  {
95245
95173
  "kind": "field",
@@ -95247,7 +95175,12 @@
95247
95175
  "type": {
95248
95176
  "text": "array"
95249
95177
  },
95250
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
95178
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
95179
+ },
95180
+ {
95181
+ "kind": "field",
95182
+ "name": "_key",
95183
+ "default": "new STRING(undefined, this, 'key')"
95251
95184
  },
95252
95185
  {
95253
95186
  "kind": "field",
@@ -96083,36 +96016,72 @@
96083
96016
  "exports": [
96084
96017
  {
96085
96018
  "kind": "js",
96086
- "name": "DecimalB",
96019
+ "name": "DefaultsAttributesEntry",
96087
96020
  "declaration": {
96088
- "name": "DecimalB",
96089
- "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
96021
+ "name": "DefaultsAttributesEntry",
96022
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
96090
96023
  }
96091
96024
  }
96092
96025
  ]
96093
96026
  },
96094
96027
  {
96095
96028
  "kind": "javascript-module",
96096
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
96029
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
96097
96030
  "declarations": [],
96098
96031
  "exports": []
96099
96032
  },
96100
96033
  {
96101
96034
  "kind": "javascript-module",
96102
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
96035
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
96103
96036
  "declarations": [
96104
96037
  {
96105
96038
  "kind": "class",
96106
- "description": "DecimalRange\n Represents a decimal range, encoded as a decimal start (inclusive) and a\n decimal end (exclusive).\n\n The start must be less than or equal to the end.\n If a decimal is empty it means min for start and max for end.",
96107
- "name": "DecimalRange",
96039
+ "description": "Defaults",
96040
+ "name": "Defaults",
96108
96041
  "members": [
96109
96042
  {
96110
96043
  "kind": "field",
96111
- "name": "start"
96044
+ "name": "refSystem"
96112
96045
  },
96113
96046
  {
96114
96047
  "kind": "field",
96115
- "name": "end"
96048
+ "name": "refType"
96049
+ },
96050
+ {
96051
+ "kind": "field",
96052
+ "name": "bookingCenter"
96053
+ },
96054
+ {
96055
+ "kind": "field",
96056
+ "name": "attributes"
96057
+ },
96058
+ {
96059
+ "kind": "field",
96060
+ "name": "id"
96061
+ },
96062
+ {
96063
+ "kind": "field",
96064
+ "name": "stringArray"
96065
+ },
96066
+ {
96067
+ "kind": "field",
96068
+ "name": "repeatedDecimal"
96069
+ },
96070
+ {
96071
+ "kind": "field",
96072
+ "name": "decRange"
96073
+ },
96074
+ {
96075
+ "kind": "field",
96076
+ "name": "any"
96077
+ },
96078
+ {
96079
+ "kind": "field",
96080
+ "name": "fatString"
96081
+ },
96082
+ {
96083
+ "kind": "field",
96084
+ "name": "trueFalse"
96116
96085
  },
96117
96086
  {
96118
96087
  "kind": "method",
@@ -96133,7 +96102,7 @@
96133
96102
  "type": {
96134
96103
  "text": "string"
96135
96104
  },
96136
- "default": "'furo.type.DecimalRange'"
96105
+ "default": "'furo.type.Defaults'"
96137
96106
  },
96138
96107
  {
96139
96108
  "kind": "field",
@@ -96141,17 +96110,62 @@
96141
96110
  "type": {
96142
96111
  "text": "array"
96143
96112
  },
96144
- "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
96113
+ "default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: { minimum: 3.1, required: true }, }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: { read_only: true }, }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
96145
96114
  },
96146
96115
  {
96147
96116
  "kind": "field",
96148
- "name": "_start",
96149
- "default": "new FuroTypeDecimal(undefined, this, 'start')"
96117
+ "name": "_refSystem",
96118
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
96150
96119
  },
96151
96120
  {
96152
96121
  "kind": "field",
96153
- "name": "_end",
96154
- "default": "new FuroTypeDecimal(undefined, this, 'end')"
96122
+ "name": "_refType",
96123
+ "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
96124
+ },
96125
+ {
96126
+ "kind": "field",
96127
+ "name": "_bookingCenter",
96128
+ "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
96129
+ },
96130
+ {
96131
+ "kind": "field",
96132
+ "name": "_attributes",
96133
+ "default": "new MAP(undefined, this, 'attributes')"
96134
+ },
96135
+ {
96136
+ "kind": "field",
96137
+ "name": "_id",
96138
+ "default": "new STRING(undefined, this, 'id')"
96139
+ },
96140
+ {
96141
+ "kind": "field",
96142
+ "name": "_stringArray",
96143
+ "default": "new ARRAY(undefined, this, 'stringArray')"
96144
+ },
96145
+ {
96146
+ "kind": "field",
96147
+ "name": "_repeatedDecimal",
96148
+ "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
96149
+ },
96150
+ {
96151
+ "kind": "field",
96152
+ "name": "_decRange",
96153
+ "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
96154
+ },
96155
+ {
96156
+ "kind": "field",
96157
+ "name": "_any",
96158
+ "default": "new ANY(undefined, this, 'any')"
96159
+ },
96160
+ {
96161
+ "kind": "field",
96162
+ "name": "_fatString",
96163
+ "default": "new FuroFatString(undefined, this, 'fatString')"
96164
+ },
96165
+ {
96166
+ "kind": "field",
96167
+ "name": "_trueFalse",
96168
+ "default": "new BOOLEAN(undefined, this, 'trueFalse')"
96155
96169
  },
96156
96170
  {
96157
96171
  "kind": "field",
@@ -96159,7 +96173,7 @@
96159
96173
  "type": {
96160
96174
  "text": "object"
96161
96175
  },
96162
- "default": "{}"
96176
+ "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
96163
96177
  },
96164
96178
  {
96165
96179
  "kind": "field",
@@ -96982,36 +96996,36 @@
96982
96996
  "exports": [
96983
96997
  {
96984
96998
  "kind": "js",
96985
- "name": "DecimalRange",
96999
+ "name": "Defaults",
96986
97000
  "declaration": {
96987
- "name": "DecimalRange",
96988
- "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
97001
+ "name": "Defaults",
97002
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
96989
97003
  }
96990
97004
  }
96991
97005
  ]
96992
97006
  },
96993
97007
  {
96994
97008
  "kind": "javascript-module",
96995
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
97009
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
96996
97010
  "declarations": [],
96997
97011
  "exports": []
96998
97012
  },
96999
97013
  {
97000
97014
  "kind": "javascript-module",
97001
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
97015
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
97002
97016
  "declarations": [
97003
97017
  {
97004
97018
  "kind": "class",
97005
- "description": "DeepRecursion",
97006
- "name": "DeepRecursion",
97019
+ "description": "IdentifierAttributesEntry",
97020
+ "name": "IdentifierAttributesEntry",
97007
97021
  "members": [
97008
97022
  {
97009
97023
  "kind": "field",
97010
- "name": "displayName"
97024
+ "name": "key"
97011
97025
  },
97012
97026
  {
97013
97027
  "kind": "field",
97014
- "name": "field"
97028
+ "name": "value"
97015
97029
  },
97016
97030
  {
97017
97031
  "kind": "method",
@@ -97032,7 +97046,7 @@
97032
97046
  "type": {
97033
97047
  "text": "string"
97034
97048
  },
97035
- "default": "'furo.type.DeepRecursion'"
97049
+ "default": "'furo.type.Identifier.AttributesEntry'"
97036
97050
  },
97037
97051
  {
97038
97052
  "kind": "field",
@@ -97040,17 +97054,17 @@
97040
97054
  "type": {
97041
97055
  "text": "array"
97042
97056
  },
97043
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
97057
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
97044
97058
  },
97045
97059
  {
97046
97060
  "kind": "field",
97047
- "name": "_displayName",
97048
- "default": "new STRING(undefined, this, 'displayName')"
97061
+ "name": "_key",
97062
+ "default": "new STRING(undefined, this, 'key')"
97049
97063
  },
97050
97064
  {
97051
97065
  "kind": "field",
97052
- "name": "_field",
97053
- "default": "new RECURSION(undefined, this, 'field')"
97066
+ "name": "_value",
97067
+ "default": "new STRING(undefined, this, 'value')"
97054
97068
  },
97055
97069
  {
97056
97070
  "kind": "field",
@@ -97881,36 +97895,72 @@
97881
97895
  "exports": [
97882
97896
  {
97883
97897
  "kind": "js",
97884
- "name": "DeepRecursion",
97898
+ "name": "IdentifierAttributesEntry",
97885
97899
  "declaration": {
97886
- "name": "DeepRecursion",
97887
- "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
97900
+ "name": "IdentifierAttributesEntry",
97901
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
97888
97902
  }
97889
97903
  }
97890
97904
  ]
97891
97905
  },
97892
97906
  {
97893
97907
  "kind": "javascript-module",
97894
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
97908
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
97895
97909
  "declarations": [],
97896
97910
  "exports": []
97897
97911
  },
97898
97912
  {
97899
97913
  "kind": "javascript-module",
97900
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
97914
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
97901
97915
  "declarations": [
97902
97916
  {
97903
97917
  "kind": "class",
97904
- "description": "DefaultsAttributesEntry",
97905
- "name": "DefaultsAttributesEntry",
97918
+ "description": "Identifier",
97919
+ "name": "Identifier",
97906
97920
  "members": [
97907
97921
  {
97908
97922
  "kind": "field",
97909
- "name": "key"
97923
+ "name": "refSystem"
97910
97924
  },
97911
97925
  {
97912
97926
  "kind": "field",
97913
- "name": "value"
97927
+ "name": "refType"
97928
+ },
97929
+ {
97930
+ "kind": "field",
97931
+ "name": "bookingCenter"
97932
+ },
97933
+ {
97934
+ "kind": "field",
97935
+ "name": "attributes"
97936
+ },
97937
+ {
97938
+ "kind": "field",
97939
+ "name": "id"
97940
+ },
97941
+ {
97942
+ "kind": "field",
97943
+ "name": "stringArray"
97944
+ },
97945
+ {
97946
+ "kind": "field",
97947
+ "name": "repeatedDecimal"
97948
+ },
97949
+ {
97950
+ "kind": "field",
97951
+ "name": "decRange"
97952
+ },
97953
+ {
97954
+ "kind": "field",
97955
+ "name": "any"
97956
+ },
97957
+ {
97958
+ "kind": "field",
97959
+ "name": "fatString"
97960
+ },
97961
+ {
97962
+ "kind": "field",
97963
+ "name": "trueFalse"
97914
97964
  },
97915
97965
  {
97916
97966
  "kind": "method",
@@ -97931,7 +97981,7 @@
97931
97981
  "type": {
97932
97982
  "text": "string"
97933
97983
  },
97934
- "default": "'furo.type.Defaults.AttributesEntry'"
97984
+ "default": "'furo.type.Identifier'"
97935
97985
  },
97936
97986
  {
97937
97987
  "kind": "field",
@@ -97939,17 +97989,62 @@
97939
97989
  "type": {
97940
97990
  "text": "array"
97941
97991
  },
97942
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
97992
+ "default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: {}, }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
97943
97993
  },
97944
97994
  {
97945
97995
  "kind": "field",
97946
- "name": "_key",
97947
- "default": "new STRING(undefined, this, 'key')"
97996
+ "name": "_refSystem",
97997
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
97948
97998
  },
97949
97999
  {
97950
98000
  "kind": "field",
97951
- "name": "_value",
97952
- "default": "new STRING(undefined, this, 'value')"
98001
+ "name": "_refType",
98002
+ "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
98003
+ },
98004
+ {
98005
+ "kind": "field",
98006
+ "name": "_bookingCenter",
98007
+ "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
98008
+ },
98009
+ {
98010
+ "kind": "field",
98011
+ "name": "_attributes",
98012
+ "default": "new MAP(undefined, this, 'attributes')"
98013
+ },
98014
+ {
98015
+ "kind": "field",
98016
+ "name": "_id",
98017
+ "default": "new STRING(undefined, this, 'id')"
98018
+ },
98019
+ {
98020
+ "kind": "field",
98021
+ "name": "_stringArray",
98022
+ "default": "new ARRAY(undefined, this, 'stringArray')"
98023
+ },
98024
+ {
98025
+ "kind": "field",
98026
+ "name": "_repeatedDecimal",
98027
+ "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
98028
+ },
98029
+ {
98030
+ "kind": "field",
98031
+ "name": "_decRange",
98032
+ "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
98033
+ },
98034
+ {
98035
+ "kind": "field",
98036
+ "name": "_any",
98037
+ "default": "new ANY(undefined, this, 'any')"
98038
+ },
98039
+ {
98040
+ "kind": "field",
98041
+ "name": "_fatString",
98042
+ "default": "new FuroFatString(undefined, this, 'fatString')"
98043
+ },
98044
+ {
98045
+ "kind": "field",
98046
+ "name": "_trueFalse",
98047
+ "default": "new BOOLEAN(undefined, this, 'trueFalse')"
97953
98048
  },
97954
98049
  {
97955
98050
  "kind": "field",
@@ -97957,7 +98052,7 @@
97957
98052
  "type": {
97958
98053
  "text": "object"
97959
98054
  },
97960
- "default": "{}"
98055
+ "default": "{ stringArray: ['A', 'B', 'C'], }"
97961
98056
  },
97962
98057
  {
97963
98058
  "kind": "field",
@@ -98780,72 +98875,36 @@
98780
98875
  "exports": [
98781
98876
  {
98782
98877
  "kind": "js",
98783
- "name": "DefaultsAttributesEntry",
98878
+ "name": "Identifier",
98784
98879
  "declaration": {
98785
- "name": "DefaultsAttributesEntry",
98786
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
98880
+ "name": "Identifier",
98881
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
98787
98882
  }
98788
98883
  }
98789
98884
  ]
98790
98885
  },
98791
98886
  {
98792
98887
  "kind": "javascript-module",
98793
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
98888
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
98794
98889
  "declarations": [],
98795
98890
  "exports": []
98796
98891
  },
98797
98892
  {
98798
98893
  "kind": "javascript-module",
98799
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
98894
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
98800
98895
  "declarations": [
98801
98896
  {
98802
98897
  "kind": "class",
98803
- "description": "Defaults",
98804
- "name": "Defaults",
98898
+ "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
98899
+ "name": "Numeric",
98805
98900
  "members": [
98806
98901
  {
98807
98902
  "kind": "field",
98808
- "name": "refSystem"
98809
- },
98810
- {
98811
- "kind": "field",
98812
- "name": "refType"
98813
- },
98814
- {
98815
- "kind": "field",
98816
- "name": "bookingCenter"
98817
- },
98818
- {
98819
- "kind": "field",
98820
- "name": "attributes"
98821
- },
98822
- {
98823
- "kind": "field",
98824
- "name": "id"
98825
- },
98826
- {
98827
- "kind": "field",
98828
- "name": "stringArray"
98829
- },
98830
- {
98831
- "kind": "field",
98832
- "name": "repeatedDecimal"
98833
- },
98834
- {
98835
- "kind": "field",
98836
- "name": "decRange"
98837
- },
98838
- {
98839
- "kind": "field",
98840
- "name": "any"
98841
- },
98842
- {
98843
- "kind": "field",
98844
- "name": "fatString"
98903
+ "name": "primitiveInt32"
98845
98904
  },
98846
98905
  {
98847
98906
  "kind": "field",
98848
- "name": "trueFalse"
98907
+ "name": "repeatedPrimitiveInt32"
98849
98908
  },
98850
98909
  {
98851
98910
  "kind": "method",
@@ -98866,7 +98925,7 @@
98866
98925
  "type": {
98867
98926
  "text": "string"
98868
98927
  },
98869
- "default": "'furo.type.Defaults'"
98928
+ "default": "'furo.type.Numeric'"
98870
98929
  },
98871
98930
  {
98872
98931
  "kind": "field",
@@ -98874,62 +98933,17 @@
98874
98933
  "type": {
98875
98934
  "text": "array"
98876
98935
  },
98877
- "default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: { minimum: 3.1, required: true }, }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: { read_only: true }, }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
98878
- },
98879
- {
98880
- "kind": "field",
98881
- "name": "_refSystem",
98882
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
98883
- },
98884
- {
98885
- "kind": "field",
98886
- "name": "_refType",
98887
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
98888
- },
98889
- {
98890
- "kind": "field",
98891
- "name": "_bookingCenter",
98892
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
98893
- },
98894
- {
98895
- "kind": "field",
98896
- "name": "_attributes",
98897
- "default": "new MAP(undefined, this, 'attributes')"
98898
- },
98899
- {
98900
- "kind": "field",
98901
- "name": "_id",
98902
- "default": "new STRING(undefined, this, 'id')"
98903
- },
98904
- {
98905
- "kind": "field",
98906
- "name": "_stringArray",
98907
- "default": "new ARRAY(undefined, this, 'stringArray')"
98908
- },
98909
- {
98910
- "kind": "field",
98911
- "name": "_repeatedDecimal",
98912
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
98913
- },
98914
- {
98915
- "kind": "field",
98916
- "name": "_decRange",
98917
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
98918
- },
98919
- {
98920
- "kind": "field",
98921
- "name": "_any",
98922
- "default": "new ANY(undefined, this, 'any')"
98936
+ "default": "[ { fieldName: 'primitiveInt32', protoName: 'primitive_int32', FieldConstructor: INT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'repeatedPrimitiveInt32', protoName: 'repeated_primitive_int32', FieldConstructor: INT32, constraints: {}, }, ]"
98923
98937
  },
98924
98938
  {
98925
98939
  "kind": "field",
98926
- "name": "_fatString",
98927
- "default": "new FuroFatString(undefined, this, 'fatString')"
98940
+ "name": "_primitiveInt32",
98941
+ "default": "new INT32(undefined, this, 'primitiveInt32')"
98928
98942
  },
98929
98943
  {
98930
98944
  "kind": "field",
98931
- "name": "_trueFalse",
98932
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
98945
+ "name": "_repeatedPrimitiveInt32",
98946
+ "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
98933
98947
  },
98934
98948
  {
98935
98949
  "kind": "field",
@@ -98937,7 +98951,7 @@
98937
98951
  "type": {
98938
98952
  "text": "object"
98939
98953
  },
98940
- "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
98954
+ "default": "{}"
98941
98955
  },
98942
98956
  {
98943
98957
  "kind": "field",
@@ -99760,36 +99774,32 @@
99760
99774
  "exports": [
99761
99775
  {
99762
99776
  "kind": "js",
99763
- "name": "Defaults",
99777
+ "name": "Numeric",
99764
99778
  "declaration": {
99765
- "name": "Defaults",
99766
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
99779
+ "name": "Numeric",
99780
+ "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
99767
99781
  }
99768
99782
  }
99769
99783
  ]
99770
99784
  },
99771
99785
  {
99772
99786
  "kind": "javascript-module",
99773
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
99787
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
99774
99788
  "declarations": [],
99775
99789
  "exports": []
99776
99790
  },
99777
99791
  {
99778
99792
  "kind": "javascript-module",
99779
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
99793
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js",
99780
99794
  "declarations": [
99781
99795
  {
99782
99796
  "kind": "class",
99783
- "description": "IdentifierAttributesEntry",
99784
- "name": "IdentifierAttributesEntry",
99797
+ "description": "Other",
99798
+ "name": "Other",
99785
99799
  "members": [
99786
99800
  {
99787
99801
  "kind": "field",
99788
- "name": "key"
99789
- },
99790
- {
99791
- "kind": "field",
99792
- "name": "value"
99802
+ "name": "recursion"
99793
99803
  },
99794
99804
  {
99795
99805
  "kind": "method",
@@ -99810,7 +99820,7 @@
99810
99820
  "type": {
99811
99821
  "text": "string"
99812
99822
  },
99813
- "default": "'furo.type.Identifier.AttributesEntry'"
99823
+ "default": "'furo.type.Other'"
99814
99824
  },
99815
99825
  {
99816
99826
  "kind": "field",
@@ -99818,17 +99828,12 @@
99818
99828
  "type": {
99819
99829
  "text": "array"
99820
99830
  },
99821
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
99822
- },
99823
- {
99824
- "kind": "field",
99825
- "name": "_key",
99826
- "default": "new STRING(undefined, this, 'key')"
99831
+ "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
99827
99832
  },
99828
99833
  {
99829
99834
  "kind": "field",
99830
- "name": "_value",
99831
- "default": "new STRING(undefined, this, 'value')"
99835
+ "name": "_recursion",
99836
+ "default": "new RECURSION(undefined, this, 'recursion')"
99832
99837
  },
99833
99838
  {
99834
99839
  "kind": "field",
@@ -100659,72 +100664,92 @@
100659
100664
  "exports": [
100660
100665
  {
100661
100666
  "kind": "js",
100662
- "name": "IdentifierAttributesEntry",
100667
+ "name": "Other",
100663
100668
  "declaration": {
100664
- "name": "IdentifierAttributesEntry",
100665
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
100669
+ "name": "Other",
100670
+ "module": "dist/protoc-gen-open-models/furo/type/Other.js"
100666
100671
  }
100667
100672
  }
100668
100673
  ]
100669
100674
  },
100670
100675
  {
100671
100676
  "kind": "javascript-module",
100672
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
100677
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
100673
100678
  "declarations": [],
100674
100679
  "exports": []
100675
100680
  },
100676
100681
  {
100677
100682
  "kind": "javascript-module",
100678
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
100683
+ "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js",
100684
+ "declarations": [
100685
+ {
100686
+ "kind": "variable",
100687
+ "name": "RefSystem"
100688
+ }
100689
+ ],
100690
+ "exports": [
100691
+ {
100692
+ "kind": "js",
100693
+ "name": "RefSystem",
100694
+ "declaration": {
100695
+ "name": "RefSystem",
100696
+ "module": "dist/protoc-gen-open-models/furo/type/RefSystem.js"
100697
+ }
100698
+ }
100699
+ ]
100700
+ },
100701
+ {
100702
+ "kind": "javascript-module",
100703
+ "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js.map",
100704
+ "declarations": [],
100705
+ "exports": []
100706
+ },
100707
+ {
100708
+ "kind": "javascript-module",
100709
+ "path": "dist/protoc-gen-open-models/furo/type/RefType.js",
100710
+ "declarations": [
100711
+ {
100712
+ "kind": "variable",
100713
+ "name": "RefType"
100714
+ }
100715
+ ],
100716
+ "exports": [
100717
+ {
100718
+ "kind": "js",
100719
+ "name": "RefType",
100720
+ "declaration": {
100721
+ "name": "RefType",
100722
+ "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
100723
+ }
100724
+ }
100725
+ ]
100726
+ },
100727
+ {
100728
+ "kind": "javascript-module",
100729
+ "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
100730
+ "declarations": [],
100731
+ "exports": []
100732
+ },
100733
+ {
100734
+ "kind": "javascript-module",
100735
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
100679
100736
  "declarations": [
100680
100737
  {
100681
100738
  "kind": "class",
100682
- "description": "Identifier",
100683
- "name": "Identifier",
100739
+ "description": "Tree\n*\n Tree is for checking recursive types",
100740
+ "name": "Tree",
100684
100741
  "members": [
100685
100742
  {
100686
100743
  "kind": "field",
100687
- "name": "refSystem"
100688
- },
100689
- {
100690
- "kind": "field",
100691
- "name": "refType"
100692
- },
100693
- {
100694
- "kind": "field",
100695
- "name": "bookingCenter"
100696
- },
100697
- {
100698
- "kind": "field",
100699
- "name": "attributes"
100700
- },
100701
- {
100702
- "kind": "field",
100703
- "name": "id"
100704
- },
100705
- {
100706
- "kind": "field",
100707
- "name": "stringArray"
100708
- },
100709
- {
100710
- "kind": "field",
100711
- "name": "repeatedDecimal"
100712
- },
100713
- {
100714
- "kind": "field",
100715
- "name": "decRange"
100716
- },
100717
- {
100718
- "kind": "field",
100719
- "name": "any"
100744
+ "name": "displayName"
100720
100745
  },
100721
100746
  {
100722
100747
  "kind": "field",
100723
- "name": "fatString"
100748
+ "name": "nodes"
100724
100749
  },
100725
100750
  {
100726
100751
  "kind": "field",
100727
- "name": "trueFalse"
100752
+ "name": "recursion"
100728
100753
  },
100729
100754
  {
100730
100755
  "kind": "method",
@@ -100745,7 +100770,7 @@
100745
100770
  "type": {
100746
100771
  "text": "string"
100747
100772
  },
100748
- "default": "'furo.type.Identifier'"
100773
+ "default": "'furo.type.Tree'"
100749
100774
  },
100750
100775
  {
100751
100776
  "kind": "field",
@@ -100753,62 +100778,22 @@
100753
100778
  "type": {
100754
100779
  "text": "array"
100755
100780
  },
100756
- "default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: {}, }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
100757
- },
100758
- {
100759
- "kind": "field",
100760
- "name": "_refSystem",
100761
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
100762
- },
100763
- {
100764
- "kind": "field",
100765
- "name": "_refType",
100766
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
100767
- },
100768
- {
100769
- "kind": "field",
100770
- "name": "_bookingCenter",
100771
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
100772
- },
100773
- {
100774
- "kind": "field",
100775
- "name": "_attributes",
100776
- "default": "new MAP(undefined, this, 'attributes')"
100777
- },
100778
- {
100779
- "kind": "field",
100780
- "name": "_id",
100781
- "default": "new STRING(undefined, this, 'id')"
100782
- },
100783
- {
100784
- "kind": "field",
100785
- "name": "_stringArray",
100786
- "default": "new ARRAY(undefined, this, 'stringArray')"
100787
- },
100788
- {
100789
- "kind": "field",
100790
- "name": "_repeatedDecimal",
100791
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
100792
- },
100793
- {
100794
- "kind": "field",
100795
- "name": "_decRange",
100796
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
100781
+ "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, }, ]"
100797
100782
  },
100798
100783
  {
100799
100784
  "kind": "field",
100800
- "name": "_any",
100801
- "default": "new ANY(undefined, this, 'any')"
100785
+ "name": "_displayName",
100786
+ "default": "new STRING(undefined, this, 'displayName')"
100802
100787
  },
100803
100788
  {
100804
100789
  "kind": "field",
100805
- "name": "_fatString",
100806
- "default": "new FuroFatString(undefined, this, 'fatString')"
100790
+ "name": "_nodes",
100791
+ "default": "new ARRAY(undefined, this, 'nodes')"
100807
100792
  },
100808
100793
  {
100809
100794
  "kind": "field",
100810
- "name": "_trueFalse",
100811
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
100795
+ "name": "_recursion",
100796
+ "default": "new RECURSION(undefined, this, 'recursion')"
100812
100797
  },
100813
100798
  {
100814
100799
  "kind": "field",
@@ -100816,7 +100801,7 @@
100816
100801
  "type": {
100817
100802
  "text": "object"
100818
100803
  },
100819
- "default": "{ stringArray: ['A', 'B', 'C'], }"
100804
+ "default": "{}"
100820
100805
  },
100821
100806
  {
100822
100807
  "kind": "field",
@@ -101639,36 +101624,64 @@
101639
101624
  "exports": [
101640
101625
  {
101641
101626
  "kind": "js",
101642
- "name": "Identifier",
101627
+ "name": "Tree",
101643
101628
  "declaration": {
101644
- "name": "Identifier",
101645
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
101629
+ "name": "Tree",
101630
+ "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
101646
101631
  }
101647
101632
  }
101648
101633
  ]
101649
101634
  },
101650
101635
  {
101651
101636
  "kind": "javascript-module",
101652
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
101637
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
101653
101638
  "declarations": [],
101654
101639
  "exports": []
101655
101640
  },
101656
101641
  {
101657
101642
  "kind": "javascript-module",
101658
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
101643
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
101659
101644
  "declarations": [
101660
101645
  {
101661
101646
  "kind": "class",
101662
- "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
101663
- "name": "Numeric",
101647
+ "description": "Wrappers",
101648
+ "name": "Wrappers",
101664
101649
  "members": [
101665
101650
  {
101666
101651
  "kind": "field",
101667
- "name": "primitiveInt32"
101652
+ "name": "stringValue"
101668
101653
  },
101669
101654
  {
101670
101655
  "kind": "field",
101671
- "name": "repeatedPrimitiveInt32"
101656
+ "name": "int32Value"
101657
+ },
101658
+ {
101659
+ "kind": "field",
101660
+ "name": "int64Value"
101661
+ },
101662
+ {
101663
+ "kind": "field",
101664
+ "name": "floatValue"
101665
+ },
101666
+ {
101667
+ "kind": "field",
101668
+ "name": "doubleValue"
101669
+ },
101670
+ {
101671
+ "kind": "field",
101672
+ "name": "boolValue"
101673
+ },
101674
+ {
101675
+ "kind": "field",
101676
+ "name": "uint32Value"
101677
+ },
101678
+ {
101679
+ "kind": "field",
101680
+ "name": "uint64Value"
101681
+ },
101682
+ {
101683
+ "kind": "field",
101684
+ "name": "bytesValue"
101672
101685
  },
101673
101686
  {
101674
101687
  "kind": "method",
@@ -101689,7 +101702,7 @@
101689
101702
  "type": {
101690
101703
  "text": "string"
101691
101704
  },
101692
- "default": "'furo.type.Numeric'"
101705
+ "default": "'furo.type.Wrappers'"
101693
101706
  },
101694
101707
  {
101695
101708
  "kind": "field",
@@ -101697,17 +101710,52 @@
101697
101710
  "type": {
101698
101711
  "text": "array"
101699
101712
  },
101700
- "default": "[ { fieldName: 'primitiveInt32', protoName: 'primitive_int32', FieldConstructor: INT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'repeatedPrimitiveInt32', protoName: 'repeated_primitive_int32', FieldConstructor: INT32, constraints: {}, }, ]"
101713
+ "default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: {}, }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: {}, }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: {}, }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, }, ]"
101701
101714
  },
101702
101715
  {
101703
101716
  "kind": "field",
101704
- "name": "_primitiveInt32",
101705
- "default": "new INT32(undefined, this, 'primitiveInt32')"
101717
+ "name": "_stringValue",
101718
+ "default": "new StringValue(undefined, this, 'stringValue')"
101706
101719
  },
101707
101720
  {
101708
101721
  "kind": "field",
101709
- "name": "_repeatedPrimitiveInt32",
101710
- "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
101722
+ "name": "_int32Value",
101723
+ "default": "new Int32Value(undefined, this, 'int32Value')"
101724
+ },
101725
+ {
101726
+ "kind": "field",
101727
+ "name": "_int64Value",
101728
+ "default": "new Int64Value(undefined, this, 'int64Value')"
101729
+ },
101730
+ {
101731
+ "kind": "field",
101732
+ "name": "_floatValue",
101733
+ "default": "new FloatValue(undefined, this, 'floatValue')"
101734
+ },
101735
+ {
101736
+ "kind": "field",
101737
+ "name": "_doubleValue",
101738
+ "default": "new DoubleValue(undefined, this, 'doubleValue')"
101739
+ },
101740
+ {
101741
+ "kind": "field",
101742
+ "name": "_boolValue",
101743
+ "default": "new BoolValue(undefined, this, 'boolValue')"
101744
+ },
101745
+ {
101746
+ "kind": "field",
101747
+ "name": "_uint32Value",
101748
+ "default": "new UInt32Value(undefined, this, 'uint32Value')"
101749
+ },
101750
+ {
101751
+ "kind": "field",
101752
+ "name": "_uint64Value",
101753
+ "default": "new UInt64Value(undefined, this, 'uint64Value')"
101754
+ },
101755
+ {
101756
+ "kind": "field",
101757
+ "name": "_bytesValue",
101758
+ "default": "new BytesValue(undefined, this, 'bytesValue')"
101711
101759
  },
101712
101760
  {
101713
101761
  "kind": "field",
@@ -102538,32 +102586,36 @@
102538
102586
  "exports": [
102539
102587
  {
102540
102588
  "kind": "js",
102541
- "name": "Numeric",
102589
+ "name": "Wrappers",
102542
102590
  "declaration": {
102543
- "name": "Numeric",
102544
- "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
102591
+ "name": "Wrappers",
102592
+ "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
102545
102593
  }
102546
102594
  }
102547
102595
  ]
102548
102596
  },
102549
102597
  {
102550
102598
  "kind": "javascript-module",
102551
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
102599
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
102552
102600
  "declarations": [],
102553
102601
  "exports": []
102554
102602
  },
102555
102603
  {
102556
102604
  "kind": "javascript-module",
102557
- "path": "dist/protoc-gen-open-models/furo/type/Other.js",
102605
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js",
102558
102606
  "declarations": [
102559
102607
  {
102560
102608
  "kind": "class",
102561
- "description": "Other",
102562
- "name": "Other",
102609
+ "description": "AnyAttributesEntry",
102610
+ "name": "AnyAttributesEntry",
102563
102611
  "members": [
102564
102612
  {
102565
102613
  "kind": "field",
102566
- "name": "recursion"
102614
+ "name": "key"
102615
+ },
102616
+ {
102617
+ "kind": "field",
102618
+ "name": "value"
102567
102619
  },
102568
102620
  {
102569
102621
  "kind": "method",
@@ -102584,7 +102636,7 @@
102584
102636
  "type": {
102585
102637
  "text": "string"
102586
102638
  },
102587
- "default": "'furo.type.Other'"
102639
+ "default": "'furo.fat.Any.AttributesEntry'"
102588
102640
  },
102589
102641
  {
102590
102642
  "kind": "field",
@@ -102592,12 +102644,17 @@
102592
102644
  "type": {
102593
102645
  "text": "array"
102594
102646
  },
102595
- "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
102647
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
102596
102648
  },
102597
102649
  {
102598
102650
  "kind": "field",
102599
- "name": "_recursion",
102600
- "default": "new RECURSION(undefined, this, 'recursion')"
102651
+ "name": "_key",
102652
+ "default": "new STRING(undefined, this, 'key')"
102653
+ },
102654
+ {
102655
+ "kind": "field",
102656
+ "name": "_value",
102657
+ "default": "new STRING(undefined, this, 'value')"
102601
102658
  },
102602
102659
  {
102603
102660
  "kind": "field",
@@ -103428,92 +103485,36 @@
103428
103485
  "exports": [
103429
103486
  {
103430
103487
  "kind": "js",
103431
- "name": "Other",
103432
- "declaration": {
103433
- "name": "Other",
103434
- "module": "dist/protoc-gen-open-models/furo/type/Other.js"
103435
- }
103436
- }
103437
- ]
103438
- },
103439
- {
103440
- "kind": "javascript-module",
103441
- "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
103442
- "declarations": [],
103443
- "exports": []
103444
- },
103445
- {
103446
- "kind": "javascript-module",
103447
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js",
103448
- "declarations": [
103449
- {
103450
- "kind": "variable",
103451
- "name": "RefSystem"
103452
- }
103453
- ],
103454
- "exports": [
103455
- {
103456
- "kind": "js",
103457
- "name": "RefSystem",
103458
- "declaration": {
103459
- "name": "RefSystem",
103460
- "module": "dist/protoc-gen-open-models/furo/type/RefSystem.js"
103461
- }
103462
- }
103463
- ]
103464
- },
103465
- {
103466
- "kind": "javascript-module",
103467
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js.map",
103468
- "declarations": [],
103469
- "exports": []
103470
- },
103471
- {
103472
- "kind": "javascript-module",
103473
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js",
103474
- "declarations": [
103475
- {
103476
- "kind": "variable",
103477
- "name": "RefType"
103478
- }
103479
- ],
103480
- "exports": [
103481
- {
103482
- "kind": "js",
103483
- "name": "RefType",
103488
+ "name": "AnyAttributesEntry",
103484
103489
  "declaration": {
103485
- "name": "RefType",
103486
- "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
103490
+ "name": "AnyAttributesEntry",
103491
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js"
103487
103492
  }
103488
103493
  }
103489
103494
  ]
103490
103495
  },
103491
103496
  {
103492
103497
  "kind": "javascript-module",
103493
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
103498
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map",
103494
103499
  "declarations": [],
103495
103500
  "exports": []
103496
103501
  },
103497
103502
  {
103498
103503
  "kind": "javascript-module",
103499
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
103504
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js",
103500
103505
  "declarations": [
103501
103506
  {
103502
103507
  "kind": "class",
103503
- "description": "Tree\n*\n Tree is for checking recursive types",
103504
- "name": "Tree",
103508
+ "description": "AnyLabelsEntry",
103509
+ "name": "AnyLabelsEntry",
103505
103510
  "members": [
103506
103511
  {
103507
103512
  "kind": "field",
103508
- "name": "displayName"
103509
- },
103510
- {
103511
- "kind": "field",
103512
- "name": "nodes"
103513
+ "name": "key"
103513
103514
  },
103514
103515
  {
103515
103516
  "kind": "field",
103516
- "name": "recursion"
103517
+ "name": "value"
103517
103518
  },
103518
103519
  {
103519
103520
  "kind": "method",
@@ -103534,7 +103535,7 @@
103534
103535
  "type": {
103535
103536
  "text": "string"
103536
103537
  },
103537
- "default": "'furo.type.Tree'"
103538
+ "default": "'furo.fat.Any.LabelsEntry'"
103538
103539
  },
103539
103540
  {
103540
103541
  "kind": "field",
@@ -103542,22 +103543,17 @@
103542
103543
  "type": {
103543
103544
  "text": "array"
103544
103545
  },
103545
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, }, ]"
103546
- },
103547
- {
103548
- "kind": "field",
103549
- "name": "_displayName",
103550
- "default": "new STRING(undefined, this, 'displayName')"
103546
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
103551
103547
  },
103552
103548
  {
103553
103549
  "kind": "field",
103554
- "name": "_nodes",
103555
- "default": "new ARRAY(undefined, this, 'nodes')"
103550
+ "name": "_key",
103551
+ "default": "new STRING(undefined, this, 'key')"
103556
103552
  },
103557
103553
  {
103558
103554
  "kind": "field",
103559
- "name": "_recursion",
103560
- "default": "new RECURSION(undefined, this, 'recursion')"
103555
+ "name": "_value",
103556
+ "default": "new BOOLEAN(undefined, this, 'value')"
103561
103557
  },
103562
103558
  {
103563
103559
  "kind": "field",
@@ -104388,64 +104384,40 @@
104388
104384
  "exports": [
104389
104385
  {
104390
104386
  "kind": "js",
104391
- "name": "Tree",
104387
+ "name": "AnyLabelsEntry",
104392
104388
  "declaration": {
104393
- "name": "Tree",
104394
- "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
104389
+ "name": "AnyLabelsEntry",
104390
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js"
104395
104391
  }
104396
104392
  }
104397
104393
  ]
104398
104394
  },
104399
104395
  {
104400
104396
  "kind": "javascript-module",
104401
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
104397
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map",
104402
104398
  "declarations": [],
104403
104399
  "exports": []
104404
104400
  },
104405
104401
  {
104406
104402
  "kind": "javascript-module",
104407
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
104403
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.js",
104408
104404
  "declarations": [
104409
104405
  {
104410
104406
  "kind": "class",
104411
- "description": "Wrappers",
104412
- "name": "Wrappers",
104407
+ "description": "XAny\n Furo annotated type wrapper message for `any`.\n // Any contains an arbitrary serialized protocol buffer message along with a\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto",
104408
+ "name": "XAny",
104413
104409
  "members": [
104414
104410
  {
104415
104411
  "kind": "field",
104416
- "name": "stringValue"
104417
- },
104418
- {
104419
- "kind": "field",
104420
- "name": "int32Value"
104421
- },
104422
- {
104423
- "kind": "field",
104424
- "name": "int64Value"
104425
- },
104426
- {
104427
- "kind": "field",
104428
- "name": "floatValue"
104429
- },
104430
- {
104431
- "kind": "field",
104432
- "name": "doubleValue"
104433
- },
104434
- {
104435
- "kind": "field",
104436
- "name": "boolValue"
104437
- },
104438
- {
104439
- "kind": "field",
104440
- "name": "uint32Value"
104412
+ "name": "value"
104441
104413
  },
104442
104414
  {
104443
104415
  "kind": "field",
104444
- "name": "uint64Value"
104416
+ "name": "labels"
104445
104417
  },
104446
104418
  {
104447
104419
  "kind": "field",
104448
- "name": "bytesValue"
104420
+ "name": "attributes"
104449
104421
  },
104450
104422
  {
104451
104423
  "kind": "method",
@@ -104466,7 +104438,7 @@
104466
104438
  "type": {
104467
104439
  "text": "string"
104468
104440
  },
104469
- "default": "'furo.type.Wrappers'"
104441
+ "default": "'furo.fat.Any'"
104470
104442
  },
104471
104443
  {
104472
104444
  "kind": "field",
@@ -104474,52 +104446,22 @@
104474
104446
  "type": {
104475
104447
  "text": "array"
104476
104448
  },
104477
- "default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: {}, }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: {}, }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: {}, }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, }, ]"
104478
- },
104479
- {
104480
- "kind": "field",
104481
- "name": "_stringValue",
104482
- "default": "new StringValue(undefined, this, 'stringValue')"
104483
- },
104484
- {
104485
- "kind": "field",
104486
- "name": "_int32Value",
104487
- "default": "new Int32Value(undefined, this, 'int32Value')"
104488
- },
104489
- {
104490
- "kind": "field",
104491
- "name": "_int64Value",
104492
- "default": "new Int64Value(undefined, this, 'int64Value')"
104493
- },
104494
- {
104495
- "kind": "field",
104496
- "name": "_floatValue",
104497
- "default": "new FloatValue(undefined, this, 'floatValue')"
104498
- },
104499
- {
104500
- "kind": "field",
104501
- "name": "_doubleValue",
104502
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
104503
- },
104504
- {
104505
- "kind": "field",
104506
- "name": "_boolValue",
104507
- "default": "new BoolValue(undefined, this, 'boolValue')"
104449
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
104508
104450
  },
104509
104451
  {
104510
104452
  "kind": "field",
104511
- "name": "_uint32Value",
104512
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
104453
+ "name": "_value",
104454
+ "default": "new BYTES(undefined, this, 'value')"
104513
104455
  },
104514
104456
  {
104515
104457
  "kind": "field",
104516
- "name": "_uint64Value",
104517
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
104458
+ "name": "_labels",
104459
+ "default": "new MAP(undefined, this, 'labels')"
104518
104460
  },
104519
104461
  {
104520
104462
  "kind": "field",
104521
- "name": "_bytesValue",
104522
- "default": "new BytesValue(undefined, this, 'bytesValue')"
104463
+ "name": "_attributes",
104464
+ "default": "new MAP(undefined, this, 'attributes')"
104523
104465
  },
104524
104466
  {
104525
104467
  "kind": "field",
@@ -105350,28 +105292,28 @@
105350
105292
  "exports": [
105351
105293
  {
105352
105294
  "kind": "js",
105353
- "name": "Wrappers",
105295
+ "name": "XAny",
105354
105296
  "declaration": {
105355
- "name": "Wrappers",
105356
- "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
105297
+ "name": "XAny",
105298
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.js"
105357
105299
  }
105358
105300
  }
105359
105301
  ]
105360
105302
  },
105361
105303
  {
105362
105304
  "kind": "javascript-module",
105363
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
105305
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.js.map",
105364
105306
  "declarations": [],
105365
105307
  "exports": []
105366
105308
  },
105367
105309
  {
105368
105310
  "kind": "javascript-module",
105369
- "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js",
105311
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js",
105370
105312
  "declarations": [
105371
105313
  {
105372
105314
  "kind": "class",
105373
- "description": "AnyAttributesEntry",
105374
- "name": "AnyAttributesEntry",
105315
+ "description": "BoolAttributesEntry",
105316
+ "name": "BoolAttributesEntry",
105375
105317
  "members": [
105376
105318
  {
105377
105319
  "kind": "field",
@@ -105400,7 +105342,7 @@
105400
105342
  "type": {
105401
105343
  "text": "string"
105402
105344
  },
105403
- "default": "'furo.fat.Any.AttributesEntry'"
105345
+ "default": "'furo.fat.Bool.AttributesEntry'"
105404
105346
  },
105405
105347
  {
105406
105348
  "kind": "field",
@@ -106249,28 +106191,28 @@
106249
106191
  "exports": [
106250
106192
  {
106251
106193
  "kind": "js",
106252
- "name": "AnyAttributesEntry",
106194
+ "name": "BoolAttributesEntry",
106253
106195
  "declaration": {
106254
- "name": "AnyAttributesEntry",
106255
- "module": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js"
106196
+ "name": "BoolAttributesEntry",
106197
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js"
106256
106198
  }
106257
106199
  }
106258
106200
  ]
106259
106201
  },
106260
106202
  {
106261
106203
  "kind": "javascript-module",
106262
- "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map",
106204
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map",
106263
106205
  "declarations": [],
106264
106206
  "exports": []
106265
106207
  },
106266
106208
  {
106267
106209
  "kind": "javascript-module",
106268
- "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js",
106210
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js",
106269
106211
  "declarations": [
106270
106212
  {
106271
106213
  "kind": "class",
106272
- "description": "AnyLabelsEntry",
106273
- "name": "AnyLabelsEntry",
106214
+ "description": "BoolLabelsEntry",
106215
+ "name": "BoolLabelsEntry",
106274
106216
  "members": [
106275
106217
  {
106276
106218
  "kind": "field",
@@ -106299,7 +106241,7 @@
106299
106241
  "type": {
106300
106242
  "text": "string"
106301
106243
  },
106302
- "default": "'furo.fat.Any.LabelsEntry'"
106244
+ "default": "'furo.fat.Bool.LabelsEntry'"
106303
106245
  },
106304
106246
  {
106305
106247
  "kind": "field",
@@ -107148,28 +107090,28 @@
107148
107090
  "exports": [
107149
107091
  {
107150
107092
  "kind": "js",
107151
- "name": "AnyLabelsEntry",
107093
+ "name": "BoolLabelsEntry",
107152
107094
  "declaration": {
107153
- "name": "AnyLabelsEntry",
107154
- "module": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js"
107095
+ "name": "BoolLabelsEntry",
107096
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js"
107155
107097
  }
107156
107098
  }
107157
107099
  ]
107158
107100
  },
107159
107101
  {
107160
107102
  "kind": "javascript-module",
107161
- "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map",
107103
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map",
107162
107104
  "declarations": [],
107163
107105
  "exports": []
107164
107106
  },
107165
107107
  {
107166
107108
  "kind": "javascript-module",
107167
- "path": "dist/protoc-gen-open-models/furo/fat/Any.js",
107109
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.js",
107168
107110
  "declarations": [
107169
107111
  {
107170
107112
  "kind": "class",
107171
- "description": "XAny\n Furo annotated type wrapper message for `any`.\n // Any contains an arbitrary serialized protocol buffer message along with a\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto",
107172
- "name": "XAny",
107113
+ "description": "Bool\n Furo annotated type wrapper message for `bool`.",
107114
+ "name": "Bool",
107173
107115
  "members": [
107174
107116
  {
107175
107117
  "kind": "field",
@@ -107202,7 +107144,7 @@
107202
107144
  "type": {
107203
107145
  "text": "string"
107204
107146
  },
107205
- "default": "'furo.fat.Any'"
107147
+ "default": "'furo.fat.Bool'"
107206
107148
  },
107207
107149
  {
107208
107150
  "kind": "field",
@@ -107210,12 +107152,12 @@
107210
107152
  "type": {
107211
107153
  "text": "array"
107212
107154
  },
107213
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
107155
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
107214
107156
  },
107215
107157
  {
107216
107158
  "kind": "field",
107217
107159
  "name": "_value",
107218
- "default": "new BYTES(undefined, this, 'value')"
107160
+ "default": "new BOOLEAN(undefined, this, 'value')"
107219
107161
  },
107220
107162
  {
107221
107163
  "kind": "field",
@@ -108056,28 +107998,28 @@
108056
107998
  "exports": [
108057
107999
  {
108058
108000
  "kind": "js",
108059
- "name": "XAny",
108001
+ "name": "Bool",
108060
108002
  "declaration": {
108061
- "name": "XAny",
108062
- "module": "dist/protoc-gen-open-models/furo/fat/Any.js"
108003
+ "name": "Bool",
108004
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.js"
108063
108005
  }
108064
108006
  }
108065
108007
  ]
108066
108008
  },
108067
108009
  {
108068
108010
  "kind": "javascript-module",
108069
- "path": "dist/protoc-gen-open-models/furo/fat/Any.js.map",
108011
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.js.map",
108070
108012
  "declarations": [],
108071
108013
  "exports": []
108072
108014
  },
108073
108015
  {
108074
108016
  "kind": "javascript-module",
108075
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js",
108017
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js",
108076
108018
  "declarations": [
108077
108019
  {
108078
108020
  "kind": "class",
108079
- "description": "BoolAttributesEntry",
108080
- "name": "BoolAttributesEntry",
108021
+ "description": "BytesAttributesEntry",
108022
+ "name": "BytesAttributesEntry",
108081
108023
  "members": [
108082
108024
  {
108083
108025
  "kind": "field",
@@ -108106,7 +108048,7 @@
108106
108048
  "type": {
108107
108049
  "text": "string"
108108
108050
  },
108109
- "default": "'furo.fat.Bool.AttributesEntry'"
108051
+ "default": "'furo.fat.Bytes.AttributesEntry'"
108110
108052
  },
108111
108053
  {
108112
108054
  "kind": "field",
@@ -108955,28 +108897,28 @@
108955
108897
  "exports": [
108956
108898
  {
108957
108899
  "kind": "js",
108958
- "name": "BoolAttributesEntry",
108900
+ "name": "BytesAttributesEntry",
108959
108901
  "declaration": {
108960
- "name": "BoolAttributesEntry",
108961
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js"
108902
+ "name": "BytesAttributesEntry",
108903
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js"
108962
108904
  }
108963
108905
  }
108964
108906
  ]
108965
108907
  },
108966
108908
  {
108967
108909
  "kind": "javascript-module",
108968
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map",
108910
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map",
108969
108911
  "declarations": [],
108970
108912
  "exports": []
108971
108913
  },
108972
108914
  {
108973
108915
  "kind": "javascript-module",
108974
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js",
108916
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js",
108975
108917
  "declarations": [
108976
108918
  {
108977
108919
  "kind": "class",
108978
- "description": "BoolLabelsEntry",
108979
- "name": "BoolLabelsEntry",
108920
+ "description": "BytesLabelsEntry",
108921
+ "name": "BytesLabelsEntry",
108980
108922
  "members": [
108981
108923
  {
108982
108924
  "kind": "field",
@@ -109005,7 +108947,7 @@
109005
108947
  "type": {
109006
108948
  "text": "string"
109007
108949
  },
109008
- "default": "'furo.fat.Bool.LabelsEntry'"
108950
+ "default": "'furo.fat.Bytes.LabelsEntry'"
109009
108951
  },
109010
108952
  {
109011
108953
  "kind": "field",
@@ -109854,28 +109796,28 @@
109854
109796
  "exports": [
109855
109797
  {
109856
109798
  "kind": "js",
109857
- "name": "BoolLabelsEntry",
109799
+ "name": "BytesLabelsEntry",
109858
109800
  "declaration": {
109859
- "name": "BoolLabelsEntry",
109860
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js"
109801
+ "name": "BytesLabelsEntry",
109802
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js"
109861
109803
  }
109862
109804
  }
109863
109805
  ]
109864
109806
  },
109865
109807
  {
109866
109808
  "kind": "javascript-module",
109867
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map",
109809
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map",
109868
109810
  "declarations": [],
109869
109811
  "exports": []
109870
109812
  },
109871
109813
  {
109872
109814
  "kind": "javascript-module",
109873
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.js",
109815
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js",
109874
109816
  "declarations": [
109875
109817
  {
109876
109818
  "kind": "class",
109877
- "description": "Bool\n Furo annotated type wrapper message for `bool`.",
109878
- "name": "Bool",
109819
+ "description": "Bytes\n Furo annotated type wrapper message for `bytes`.",
109820
+ "name": "Bytes",
109879
109821
  "members": [
109880
109822
  {
109881
109823
  "kind": "field",
@@ -109908,7 +109850,7 @@
109908
109850
  "type": {
109909
109851
  "text": "string"
109910
109852
  },
109911
- "default": "'furo.fat.Bool'"
109853
+ "default": "'furo.fat.Bytes'"
109912
109854
  },
109913
109855
  {
109914
109856
  "kind": "field",
@@ -109916,12 +109858,12 @@
109916
109858
  "type": {
109917
109859
  "text": "array"
109918
109860
  },
109919
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
109861
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
109920
109862
  },
109921
109863
  {
109922
109864
  "kind": "field",
109923
109865
  "name": "_value",
109924
- "default": "new BOOLEAN(undefined, this, 'value')"
109866
+ "default": "new BYTES(undefined, this, 'value')"
109925
109867
  },
109926
109868
  {
109927
109869
  "kind": "field",
@@ -110762,36 +110704,36 @@
110762
110704
  "exports": [
110763
110705
  {
110764
110706
  "kind": "js",
110765
- "name": "Bool",
110707
+ "name": "Bytes",
110766
110708
  "declaration": {
110767
- "name": "Bool",
110768
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.js"
110709
+ "name": "Bytes",
110710
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.js"
110769
110711
  }
110770
110712
  }
110771
110713
  ]
110772
110714
  },
110773
110715
  {
110774
110716
  "kind": "javascript-module",
110775
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.js.map",
110717
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js.map",
110776
110718
  "declarations": [],
110777
110719
  "exports": []
110778
110720
  },
110779
110721
  {
110780
110722
  "kind": "javascript-module",
110781
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js",
110723
+ "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js",
110782
110724
  "declarations": [
110783
110725
  {
110784
110726
  "kind": "class",
110785
- "description": "BytesAttributesEntry",
110786
- "name": "BytesAttributesEntry",
110727
+ "description": "DecimalRange\n Represents a decimal range, encoded as a decimal start (inclusive) and a\n decimal end (exclusive).\n\n The start must be less than or equal to the end.\n If a decimal is empty it means min for start and max for end.",
110728
+ "name": "DecimalRange",
110787
110729
  "members": [
110788
110730
  {
110789
110731
  "kind": "field",
110790
- "name": "key"
110732
+ "name": "start"
110791
110733
  },
110792
110734
  {
110793
110735
  "kind": "field",
110794
- "name": "value"
110736
+ "name": "end"
110795
110737
  },
110796
110738
  {
110797
110739
  "kind": "method",
@@ -110812,7 +110754,7 @@
110812
110754
  "type": {
110813
110755
  "text": "string"
110814
110756
  },
110815
- "default": "'furo.fat.Bytes.AttributesEntry'"
110757
+ "default": "'furo.fat.DecimalRange'"
110816
110758
  },
110817
110759
  {
110818
110760
  "kind": "field",
@@ -110820,17 +110762,17 @@
110820
110762
  "type": {
110821
110763
  "text": "array"
110822
110764
  },
110823
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
110765
+ "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
110824
110766
  },
110825
110767
  {
110826
110768
  "kind": "field",
110827
- "name": "_key",
110828
- "default": "new STRING(undefined, this, 'key')"
110769
+ "name": "_start",
110770
+ "default": "new FuroTypeDecimal(undefined, this, 'start')"
110829
110771
  },
110830
110772
  {
110831
110773
  "kind": "field",
110832
- "name": "_value",
110833
- "default": "new STRING(undefined, this, 'value')"
110774
+ "name": "_end",
110775
+ "default": "new FuroTypeDecimal(undefined, this, 'end')"
110834
110776
  },
110835
110777
  {
110836
110778
  "kind": "field",
@@ -111661,28 +111603,28 @@
111661
111603
  "exports": [
111662
111604
  {
111663
111605
  "kind": "js",
111664
- "name": "BytesAttributesEntry",
111606
+ "name": "DecimalRange",
111665
111607
  "declaration": {
111666
- "name": "BytesAttributesEntry",
111667
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js"
111608
+ "name": "DecimalRange",
111609
+ "module": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js"
111668
111610
  }
111669
111611
  }
111670
111612
  ]
111671
111613
  },
111672
111614
  {
111673
111615
  "kind": "javascript-module",
111674
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map",
111616
+ "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map",
111675
111617
  "declarations": [],
111676
111618
  "exports": []
111677
111619
  },
111678
111620
  {
111679
111621
  "kind": "javascript-module",
111680
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js",
111622
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js",
111681
111623
  "declarations": [
111682
111624
  {
111683
111625
  "kind": "class",
111684
- "description": "BytesLabelsEntry",
111685
- "name": "BytesLabelsEntry",
111626
+ "description": "DoubleAttributesEntry",
111627
+ "name": "DoubleAttributesEntry",
111686
111628
  "members": [
111687
111629
  {
111688
111630
  "kind": "field",
@@ -111711,7 +111653,7 @@
111711
111653
  "type": {
111712
111654
  "text": "string"
111713
111655
  },
111714
- "default": "'furo.fat.Bytes.LabelsEntry'"
111656
+ "default": "'furo.fat.Double.AttributesEntry'"
111715
111657
  },
111716
111658
  {
111717
111659
  "kind": "field",
@@ -111719,7 +111661,7 @@
111719
111661
  "type": {
111720
111662
  "text": "array"
111721
111663
  },
111722
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
111664
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
111723
111665
  },
111724
111666
  {
111725
111667
  "kind": "field",
@@ -111729,7 +111671,7 @@
111729
111671
  {
111730
111672
  "kind": "field",
111731
111673
  "name": "_value",
111732
- "default": "new BOOLEAN(undefined, this, 'value')"
111674
+ "default": "new STRING(undefined, this, 'value')"
111733
111675
  },
111734
111676
  {
111735
111677
  "kind": "field",
@@ -112560,40 +112502,36 @@
112560
112502
  "exports": [
112561
112503
  {
112562
112504
  "kind": "js",
112563
- "name": "BytesLabelsEntry",
112505
+ "name": "DoubleAttributesEntry",
112564
112506
  "declaration": {
112565
- "name": "BytesLabelsEntry",
112566
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js"
112507
+ "name": "DoubleAttributesEntry",
112508
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js"
112567
112509
  }
112568
112510
  }
112569
112511
  ]
112570
112512
  },
112571
112513
  {
112572
112514
  "kind": "javascript-module",
112573
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map",
112515
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map",
112574
112516
  "declarations": [],
112575
112517
  "exports": []
112576
112518
  },
112577
112519
  {
112578
112520
  "kind": "javascript-module",
112579
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js",
112521
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js",
112580
112522
  "declarations": [
112581
112523
  {
112582
112524
  "kind": "class",
112583
- "description": "Bytes\n Furo annotated type wrapper message for `bytes`.",
112584
- "name": "Bytes",
112525
+ "description": "DoubleLabelsEntry",
112526
+ "name": "DoubleLabelsEntry",
112585
112527
  "members": [
112586
112528
  {
112587
112529
  "kind": "field",
112588
- "name": "value"
112589
- },
112590
- {
112591
- "kind": "field",
112592
- "name": "labels"
112530
+ "name": "key"
112593
112531
  },
112594
112532
  {
112595
112533
  "kind": "field",
112596
- "name": "attributes"
112534
+ "name": "value"
112597
112535
  },
112598
112536
  {
112599
112537
  "kind": "method",
@@ -112614,7 +112552,7 @@
112614
112552
  "type": {
112615
112553
  "text": "string"
112616
112554
  },
112617
- "default": "'furo.fat.Bytes'"
112555
+ "default": "'furo.fat.Double.LabelsEntry'"
112618
112556
  },
112619
112557
  {
112620
112558
  "kind": "field",
@@ -112622,22 +112560,17 @@
112622
112560
  "type": {
112623
112561
  "text": "array"
112624
112562
  },
112625
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
112626
- },
112627
- {
112628
- "kind": "field",
112629
- "name": "_value",
112630
- "default": "new BYTES(undefined, this, 'value')"
112563
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
112631
112564
  },
112632
112565
  {
112633
112566
  "kind": "field",
112634
- "name": "_labels",
112635
- "default": "new MAP(undefined, this, 'labels')"
112567
+ "name": "_key",
112568
+ "default": "new STRING(undefined, this, 'key')"
112636
112569
  },
112637
112570
  {
112638
112571
  "kind": "field",
112639
- "name": "_attributes",
112640
- "default": "new MAP(undefined, this, 'attributes')"
112572
+ "name": "_value",
112573
+ "default": "new BOOLEAN(undefined, this, 'value')"
112641
112574
  },
112642
112575
  {
112643
112576
  "kind": "field",
@@ -113468,36 +113401,40 @@
113468
113401
  "exports": [
113469
113402
  {
113470
113403
  "kind": "js",
113471
- "name": "Bytes",
113404
+ "name": "DoubleLabelsEntry",
113472
113405
  "declaration": {
113473
- "name": "Bytes",
113474
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.js"
113406
+ "name": "DoubleLabelsEntry",
113407
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js"
113475
113408
  }
113476
113409
  }
113477
113410
  ]
113478
113411
  },
113479
113412
  {
113480
113413
  "kind": "javascript-module",
113481
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js.map",
113414
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map",
113482
113415
  "declarations": [],
113483
113416
  "exports": []
113484
113417
  },
113485
113418
  {
113486
113419
  "kind": "javascript-module",
113487
- "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js",
113420
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.js",
113488
113421
  "declarations": [
113489
113422
  {
113490
113423
  "kind": "class",
113491
- "description": "DecimalRange\n Represents a decimal range, encoded as a decimal start (inclusive) and a\n decimal end (exclusive).\n\n The start must be less than or equal to the end.\n If a decimal is empty it means min for start and max for end.",
113492
- "name": "DecimalRange",
113424
+ "description": "Double\n Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
113425
+ "name": "Double",
113493
113426
  "members": [
113494
113427
  {
113495
113428
  "kind": "field",
113496
- "name": "start"
113429
+ "name": "value"
113497
113430
  },
113498
113431
  {
113499
113432
  "kind": "field",
113500
- "name": "end"
113433
+ "name": "labels"
113434
+ },
113435
+ {
113436
+ "kind": "field",
113437
+ "name": "attributes"
113501
113438
  },
113502
113439
  {
113503
113440
  "kind": "method",
@@ -113518,7 +113455,7 @@
113518
113455
  "type": {
113519
113456
  "text": "string"
113520
113457
  },
113521
- "default": "'furo.fat.DecimalRange'"
113458
+ "default": "'furo.fat.Double'"
113522
113459
  },
113523
113460
  {
113524
113461
  "kind": "field",
@@ -113526,17 +113463,22 @@
113526
113463
  "type": {
113527
113464
  "text": "array"
113528
113465
  },
113529
- "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
113466
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: DOUBLE, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
113530
113467
  },
113531
113468
  {
113532
113469
  "kind": "field",
113533
- "name": "_start",
113534
- "default": "new FuroTypeDecimal(undefined, this, 'start')"
113470
+ "name": "_value",
113471
+ "default": "new DOUBLE(undefined, this, 'value')"
113535
113472
  },
113536
113473
  {
113537
113474
  "kind": "field",
113538
- "name": "_end",
113539
- "default": "new FuroTypeDecimal(undefined, this, 'end')"
113475
+ "name": "_labels",
113476
+ "default": "new MAP(undefined, this, 'labels')"
113477
+ },
113478
+ {
113479
+ "kind": "field",
113480
+ "name": "_attributes",
113481
+ "default": "new MAP(undefined, this, 'attributes')"
113540
113482
  },
113541
113483
  {
113542
113484
  "kind": "field",
@@ -114367,28 +114309,28 @@
114367
114309
  "exports": [
114368
114310
  {
114369
114311
  "kind": "js",
114370
- "name": "DecimalRange",
114312
+ "name": "Double",
114371
114313
  "declaration": {
114372
- "name": "DecimalRange",
114373
- "module": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js"
114314
+ "name": "Double",
114315
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.js"
114374
114316
  }
114375
114317
  }
114376
114318
  ]
114377
114319
  },
114378
114320
  {
114379
114321
  "kind": "javascript-module",
114380
- "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map",
114322
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.js.map",
114381
114323
  "declarations": [],
114382
114324
  "exports": []
114383
114325
  },
114384
114326
  {
114385
114327
  "kind": "javascript-module",
114386
- "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js",
114328
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js",
114387
114329
  "declarations": [
114388
114330
  {
114389
114331
  "kind": "class",
114390
- "description": "DoubleAttributesEntry",
114391
- "name": "DoubleAttributesEntry",
114332
+ "description": "EmptyAttributesEntry",
114333
+ "name": "EmptyAttributesEntry",
114392
114334
  "members": [
114393
114335
  {
114394
114336
  "kind": "field",
@@ -114417,7 +114359,7 @@
114417
114359
  "type": {
114418
114360
  "text": "string"
114419
114361
  },
114420
- "default": "'furo.fat.Double.AttributesEntry'"
114362
+ "default": "'furo.fat.Empty.AttributesEntry'"
114421
114363
  },
114422
114364
  {
114423
114365
  "kind": "field",
@@ -115266,28 +115208,28 @@
115266
115208
  "exports": [
115267
115209
  {
115268
115210
  "kind": "js",
115269
- "name": "DoubleAttributesEntry",
115211
+ "name": "EmptyAttributesEntry",
115270
115212
  "declaration": {
115271
- "name": "DoubleAttributesEntry",
115272
- "module": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js"
115213
+ "name": "EmptyAttributesEntry",
115214
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js"
115273
115215
  }
115274
115216
  }
115275
115217
  ]
115276
115218
  },
115277
115219
  {
115278
115220
  "kind": "javascript-module",
115279
- "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map",
115221
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map",
115280
115222
  "declarations": [],
115281
115223
  "exports": []
115282
115224
  },
115283
115225
  {
115284
115226
  "kind": "javascript-module",
115285
- "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js",
115227
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js",
115286
115228
  "declarations": [
115287
115229
  {
115288
115230
  "kind": "class",
115289
- "description": "DoubleLabelsEntry",
115290
- "name": "DoubleLabelsEntry",
115231
+ "description": "EmptyLabelsEntry",
115232
+ "name": "EmptyLabelsEntry",
115291
115233
  "members": [
115292
115234
  {
115293
115235
  "kind": "field",
@@ -115316,7 +115258,7 @@
115316
115258
  "type": {
115317
115259
  "text": "string"
115318
115260
  },
115319
- "default": "'furo.fat.Double.LabelsEntry'"
115261
+ "default": "'furo.fat.Empty.LabelsEntry'"
115320
115262
  },
115321
115263
  {
115322
115264
  "kind": "field",
@@ -116165,33 +116107,29 @@
116165
116107
  "exports": [
116166
116108
  {
116167
116109
  "kind": "js",
116168
- "name": "DoubleLabelsEntry",
116110
+ "name": "EmptyLabelsEntry",
116169
116111
  "declaration": {
116170
- "name": "DoubleLabelsEntry",
116171
- "module": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js"
116112
+ "name": "EmptyLabelsEntry",
116113
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js"
116172
116114
  }
116173
116115
  }
116174
116116
  ]
116175
116117
  },
116176
116118
  {
116177
116119
  "kind": "javascript-module",
116178
- "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map",
116120
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map",
116179
116121
  "declarations": [],
116180
116122
  "exports": []
116181
116123
  },
116182
116124
  {
116183
116125
  "kind": "javascript-module",
116184
- "path": "dist/protoc-gen-open-models/furo/fat/Double.js",
116126
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.js",
116185
116127
  "declarations": [
116186
116128
  {
116187
116129
  "kind": "class",
116188
- "description": "Double\n Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
116189
- "name": "Double",
116130
+ "description": "Empty\n Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes",
116131
+ "name": "Empty",
116190
116132
  "members": [
116191
- {
116192
- "kind": "field",
116193
- "name": "value"
116194
- },
116195
116133
  {
116196
116134
  "kind": "field",
116197
116135
  "name": "labels"
@@ -116219,7 +116157,7 @@
116219
116157
  "type": {
116220
116158
  "text": "string"
116221
116159
  },
116222
- "default": "'furo.fat.Double'"
116160
+ "default": "'furo.fat.Empty'"
116223
116161
  },
116224
116162
  {
116225
116163
  "kind": "field",
@@ -116227,12 +116165,7 @@
116227
116165
  "type": {
116228
116166
  "text": "array"
116229
116167
  },
116230
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: DOUBLE, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
116231
- },
116232
- {
116233
- "kind": "field",
116234
- "name": "_value",
116235
- "default": "new DOUBLE(undefined, this, 'value')"
116168
+ "default": "[ { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
116236
116169
  },
116237
116170
  {
116238
116171
  "kind": "field",
@@ -117073,28 +117006,28 @@
117073
117006
  "exports": [
117074
117007
  {
117075
117008
  "kind": "js",
117076
- "name": "Double",
117009
+ "name": "Empty",
117077
117010
  "declaration": {
117078
- "name": "Double",
117079
- "module": "dist/protoc-gen-open-models/furo/fat/Double.js"
117011
+ "name": "Empty",
117012
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.js"
117080
117013
  }
117081
117014
  }
117082
117015
  ]
117083
117016
  },
117084
117017
  {
117085
117018
  "kind": "javascript-module",
117086
- "path": "dist/protoc-gen-open-models/furo/fat/Double.js.map",
117019
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.js.map",
117087
117020
  "declarations": [],
117088
117021
  "exports": []
117089
117022
  },
117090
117023
  {
117091
117024
  "kind": "javascript-module",
117092
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js",
117025
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js",
117093
117026
  "declarations": [
117094
117027
  {
117095
117028
  "kind": "class",
117096
- "description": "EmptyAttributesEntry",
117097
- "name": "EmptyAttributesEntry",
117029
+ "description": "FloatAttributesEntry",
117030
+ "name": "FloatAttributesEntry",
117098
117031
  "members": [
117099
117032
  {
117100
117033
  "kind": "field",
@@ -117123,7 +117056,7 @@
117123
117056
  "type": {
117124
117057
  "text": "string"
117125
117058
  },
117126
- "default": "'furo.fat.Empty.AttributesEntry'"
117059
+ "default": "'furo.fat.Float.AttributesEntry'"
117127
117060
  },
117128
117061
  {
117129
117062
  "kind": "field",
@@ -117972,28 +117905,28 @@
117972
117905
  "exports": [
117973
117906
  {
117974
117907
  "kind": "js",
117975
- "name": "EmptyAttributesEntry",
117908
+ "name": "FloatAttributesEntry",
117976
117909
  "declaration": {
117977
- "name": "EmptyAttributesEntry",
117978
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js"
117910
+ "name": "FloatAttributesEntry",
117911
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js"
117979
117912
  }
117980
117913
  }
117981
117914
  ]
117982
117915
  },
117983
117916
  {
117984
117917
  "kind": "javascript-module",
117985
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map",
117918
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map",
117986
117919
  "declarations": [],
117987
117920
  "exports": []
117988
117921
  },
117989
117922
  {
117990
117923
  "kind": "javascript-module",
117991
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js",
117924
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js",
117992
117925
  "declarations": [
117993
117926
  {
117994
117927
  "kind": "class",
117995
- "description": "EmptyLabelsEntry",
117996
- "name": "EmptyLabelsEntry",
117928
+ "description": "FloatLabelsEntry",
117929
+ "name": "FloatLabelsEntry",
117997
117930
  "members": [
117998
117931
  {
117999
117932
  "kind": "field",
@@ -118022,7 +117955,7 @@
118022
117955
  "type": {
118023
117956
  "text": "string"
118024
117957
  },
118025
- "default": "'furo.fat.Empty.LabelsEntry'"
117958
+ "default": "'furo.fat.Float.LabelsEntry'"
118026
117959
  },
118027
117960
  {
118028
117961
  "kind": "field",
@@ -118871,29 +118804,33 @@
118871
118804
  "exports": [
118872
118805
  {
118873
118806
  "kind": "js",
118874
- "name": "EmptyLabelsEntry",
118807
+ "name": "FloatLabelsEntry",
118875
118808
  "declaration": {
118876
- "name": "EmptyLabelsEntry",
118877
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js"
118809
+ "name": "FloatLabelsEntry",
118810
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js"
118878
118811
  }
118879
118812
  }
118880
118813
  ]
118881
118814
  },
118882
118815
  {
118883
118816
  "kind": "javascript-module",
118884
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map",
118817
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map",
118885
118818
  "declarations": [],
118886
118819
  "exports": []
118887
118820
  },
118888
118821
  {
118889
118822
  "kind": "javascript-module",
118890
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.js",
118823
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.js",
118891
118824
  "declarations": [
118892
118825
  {
118893
118826
  "kind": "class",
118894
- "description": "Empty\n Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes",
118895
- "name": "Empty",
118827
+ "description": "Float\n Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
118828
+ "name": "Float",
118896
118829
  "members": [
118830
+ {
118831
+ "kind": "field",
118832
+ "name": "value"
118833
+ },
118897
118834
  {
118898
118835
  "kind": "field",
118899
118836
  "name": "labels"
@@ -118921,7 +118858,7 @@
118921
118858
  "type": {
118922
118859
  "text": "string"
118923
118860
  },
118924
- "default": "'furo.fat.Empty'"
118861
+ "default": "'furo.fat.Float'"
118925
118862
  },
118926
118863
  {
118927
118864
  "kind": "field",
@@ -118929,7 +118866,12 @@
118929
118866
  "type": {
118930
118867
  "text": "array"
118931
118868
  },
118932
- "default": "[ { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
118869
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: FLOAT, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
118870
+ },
118871
+ {
118872
+ "kind": "field",
118873
+ "name": "_value",
118874
+ "default": "new FLOAT(undefined, this, 'value')"
118933
118875
  },
118934
118876
  {
118935
118877
  "kind": "field",
@@ -119770,28 +119712,28 @@
119770
119712
  "exports": [
119771
119713
  {
119772
119714
  "kind": "js",
119773
- "name": "Empty",
119715
+ "name": "Float",
119774
119716
  "declaration": {
119775
- "name": "Empty",
119776
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.js"
119717
+ "name": "Float",
119718
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.js"
119777
119719
  }
119778
119720
  }
119779
119721
  ]
119780
119722
  },
119781
119723
  {
119782
119724
  "kind": "javascript-module",
119783
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.js.map",
119725
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.js.map",
119784
119726
  "declarations": [],
119785
119727
  "exports": []
119786
119728
  },
119787
119729
  {
119788
119730
  "kind": "javascript-module",
119789
- "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js",
119731
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js",
119790
119732
  "declarations": [
119791
119733
  {
119792
119734
  "kind": "class",
119793
- "description": "FloatAttributesEntry",
119794
- "name": "FloatAttributesEntry",
119735
+ "description": "Int32AttributesEntry",
119736
+ "name": "Int32AttributesEntry",
119795
119737
  "members": [
119796
119738
  {
119797
119739
  "kind": "field",
@@ -119820,7 +119762,7 @@
119820
119762
  "type": {
119821
119763
  "text": "string"
119822
119764
  },
119823
- "default": "'furo.fat.Float.AttributesEntry'"
119765
+ "default": "'furo.fat.Int32.AttributesEntry'"
119824
119766
  },
119825
119767
  {
119826
119768
  "kind": "field",
@@ -120669,28 +120611,28 @@
120669
120611
  "exports": [
120670
120612
  {
120671
120613
  "kind": "js",
120672
- "name": "FloatAttributesEntry",
120614
+ "name": "Int32AttributesEntry",
120673
120615
  "declaration": {
120674
- "name": "FloatAttributesEntry",
120675
- "module": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js"
120616
+ "name": "Int32AttributesEntry",
120617
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js"
120676
120618
  }
120677
120619
  }
120678
120620
  ]
120679
120621
  },
120680
120622
  {
120681
120623
  "kind": "javascript-module",
120682
- "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map",
120624
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map",
120683
120625
  "declarations": [],
120684
120626
  "exports": []
120685
120627
  },
120686
120628
  {
120687
120629
  "kind": "javascript-module",
120688
- "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js",
120630
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js",
120689
120631
  "declarations": [
120690
120632
  {
120691
120633
  "kind": "class",
120692
- "description": "FloatLabelsEntry",
120693
- "name": "FloatLabelsEntry",
120634
+ "description": "Int32LabelsEntry",
120635
+ "name": "Int32LabelsEntry",
120694
120636
  "members": [
120695
120637
  {
120696
120638
  "kind": "field",
@@ -120719,7 +120661,7 @@
120719
120661
  "type": {
120720
120662
  "text": "string"
120721
120663
  },
120722
- "default": "'furo.fat.Float.LabelsEntry'"
120664
+ "default": "'furo.fat.Int32.LabelsEntry'"
120723
120665
  },
120724
120666
  {
120725
120667
  "kind": "field",
@@ -121568,28 +121510,28 @@
121568
121510
  "exports": [
121569
121511
  {
121570
121512
  "kind": "js",
121571
- "name": "FloatLabelsEntry",
121513
+ "name": "Int32LabelsEntry",
121572
121514
  "declaration": {
121573
- "name": "FloatLabelsEntry",
121574
- "module": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js"
121515
+ "name": "Int32LabelsEntry",
121516
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js"
121575
121517
  }
121576
121518
  }
121577
121519
  ]
121578
121520
  },
121579
121521
  {
121580
121522
  "kind": "javascript-module",
121581
- "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map",
121523
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map",
121582
121524
  "declarations": [],
121583
121525
  "exports": []
121584
121526
  },
121585
121527
  {
121586
121528
  "kind": "javascript-module",
121587
- "path": "dist/protoc-gen-open-models/furo/fat/Float.js",
121529
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.js",
121588
121530
  "declarations": [
121589
121531
  {
121590
121532
  "kind": "class",
121591
- "description": "Float\n Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
121592
- "name": "Float",
121533
+ "description": "Int32\n Furo annotated type wrapper message for `int32`.",
121534
+ "name": "Int32",
121593
121535
  "members": [
121594
121536
  {
121595
121537
  "kind": "field",
@@ -121622,7 +121564,7 @@
121622
121564
  "type": {
121623
121565
  "text": "string"
121624
121566
  },
121625
- "default": "'furo.fat.Float'"
121567
+ "default": "'furo.fat.Int32'"
121626
121568
  },
121627
121569
  {
121628
121570
  "kind": "field",
@@ -121630,12 +121572,12 @@
121630
121572
  "type": {
121631
121573
  "text": "array"
121632
121574
  },
121633
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: FLOAT, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
121575
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT32, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
121634
121576
  },
121635
121577
  {
121636
121578
  "kind": "field",
121637
121579
  "name": "_value",
121638
- "default": "new FLOAT(undefined, this, 'value')"
121580
+ "default": "new INT32(undefined, this, 'value')"
121639
121581
  },
121640
121582
  {
121641
121583
  "kind": "field",
@@ -122476,28 +122418,28 @@
122476
122418
  "exports": [
122477
122419
  {
122478
122420
  "kind": "js",
122479
- "name": "Float",
122421
+ "name": "Int32",
122480
122422
  "declaration": {
122481
- "name": "Float",
122482
- "module": "dist/protoc-gen-open-models/furo/fat/Float.js"
122423
+ "name": "Int32",
122424
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.js"
122483
122425
  }
122484
122426
  }
122485
122427
  ]
122486
122428
  },
122487
122429
  {
122488
122430
  "kind": "javascript-module",
122489
- "path": "dist/protoc-gen-open-models/furo/fat/Float.js.map",
122431
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.js.map",
122490
122432
  "declarations": [],
122491
122433
  "exports": []
122492
122434
  },
122493
122435
  {
122494
122436
  "kind": "javascript-module",
122495
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js",
122437
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js",
122496
122438
  "declarations": [
122497
122439
  {
122498
122440
  "kind": "class",
122499
- "description": "Int32AttributesEntry",
122500
- "name": "Int32AttributesEntry",
122441
+ "description": "Int64AttributesEntry",
122442
+ "name": "Int64AttributesEntry",
122501
122443
  "members": [
122502
122444
  {
122503
122445
  "kind": "field",
@@ -122526,7 +122468,7 @@
122526
122468
  "type": {
122527
122469
  "text": "string"
122528
122470
  },
122529
- "default": "'furo.fat.Int32.AttributesEntry'"
122471
+ "default": "'furo.fat.Int64.AttributesEntry'"
122530
122472
  },
122531
122473
  {
122532
122474
  "kind": "field",
@@ -123375,28 +123317,28 @@
123375
123317
  "exports": [
123376
123318
  {
123377
123319
  "kind": "js",
123378
- "name": "Int32AttributesEntry",
123320
+ "name": "Int64AttributesEntry",
123379
123321
  "declaration": {
123380
- "name": "Int32AttributesEntry",
123381
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js"
123322
+ "name": "Int64AttributesEntry",
123323
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js"
123382
123324
  }
123383
123325
  }
123384
123326
  ]
123385
123327
  },
123386
123328
  {
123387
123329
  "kind": "javascript-module",
123388
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map",
123330
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map",
123389
123331
  "declarations": [],
123390
123332
  "exports": []
123391
123333
  },
123392
123334
  {
123393
123335
  "kind": "javascript-module",
123394
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js",
123336
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js",
123395
123337
  "declarations": [
123396
123338
  {
123397
123339
  "kind": "class",
123398
- "description": "Int32LabelsEntry",
123399
- "name": "Int32LabelsEntry",
123340
+ "description": "Int64LabelsEntry",
123341
+ "name": "Int64LabelsEntry",
123400
123342
  "members": [
123401
123343
  {
123402
123344
  "kind": "field",
@@ -123425,7 +123367,7 @@
123425
123367
  "type": {
123426
123368
  "text": "string"
123427
123369
  },
123428
- "default": "'furo.fat.Int32.LabelsEntry'"
123370
+ "default": "'furo.fat.Int64.LabelsEntry'"
123429
123371
  },
123430
123372
  {
123431
123373
  "kind": "field",
@@ -124274,28 +124216,28 @@
124274
124216
  "exports": [
124275
124217
  {
124276
124218
  "kind": "js",
124277
- "name": "Int32LabelsEntry",
124219
+ "name": "Int64LabelsEntry",
124278
124220
  "declaration": {
124279
- "name": "Int32LabelsEntry",
124280
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js"
124221
+ "name": "Int64LabelsEntry",
124222
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js"
124281
124223
  }
124282
124224
  }
124283
124225
  ]
124284
124226
  },
124285
124227
  {
124286
124228
  "kind": "javascript-module",
124287
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map",
124229
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map",
124288
124230
  "declarations": [],
124289
124231
  "exports": []
124290
124232
  },
124291
124233
  {
124292
124234
  "kind": "javascript-module",
124293
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.js",
124235
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.js",
124294
124236
  "declarations": [
124295
124237
  {
124296
124238
  "kind": "class",
124297
- "description": "Int32\n Furo annotated type wrapper message for `int32`.",
124298
- "name": "Int32",
124239
+ "description": "Int64\n Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
124240
+ "name": "Int64",
124299
124241
  "members": [
124300
124242
  {
124301
124243
  "kind": "field",
@@ -124328,7 +124270,7 @@
124328
124270
  "type": {
124329
124271
  "text": "string"
124330
124272
  },
124331
- "default": "'furo.fat.Int32'"
124273
+ "default": "'furo.fat.Int64'"
124332
124274
  },
124333
124275
  {
124334
124276
  "kind": "field",
@@ -124336,12 +124278,12 @@
124336
124278
  "type": {
124337
124279
  "text": "array"
124338
124280
  },
124339
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT32, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
124281
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT64, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
124340
124282
  },
124341
124283
  {
124342
124284
  "kind": "field",
124343
124285
  "name": "_value",
124344
- "default": "new INT32(undefined, this, 'value')"
124286
+ "default": "new INT64(undefined, this, 'value')"
124345
124287
  },
124346
124288
  {
124347
124289
  "kind": "field",
@@ -125182,28 +125124,28 @@
125182
125124
  "exports": [
125183
125125
  {
125184
125126
  "kind": "js",
125185
- "name": "Int32",
125127
+ "name": "Int64",
125186
125128
  "declaration": {
125187
- "name": "Int32",
125188
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.js"
125129
+ "name": "Int64",
125130
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.js"
125189
125131
  }
125190
125132
  }
125191
125133
  ]
125192
125134
  },
125193
125135
  {
125194
125136
  "kind": "javascript-module",
125195
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.js.map",
125137
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.js.map",
125196
125138
  "declarations": [],
125197
125139
  "exports": []
125198
125140
  },
125199
125141
  {
125200
125142
  "kind": "javascript-module",
125201
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js",
125143
+ "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js",
125202
125144
  "declarations": [
125203
125145
  {
125204
125146
  "kind": "class",
125205
- "description": "Int64AttributesEntry",
125206
- "name": "Int64AttributesEntry",
125147
+ "description": "StringAttributesEntry",
125148
+ "name": "StringAttributesEntry",
125207
125149
  "members": [
125208
125150
  {
125209
125151
  "kind": "field",
@@ -125232,7 +125174,7 @@
125232
125174
  "type": {
125233
125175
  "text": "string"
125234
125176
  },
125235
- "default": "'furo.fat.Int64.AttributesEntry'"
125177
+ "default": "'furo.fat.String.AttributesEntry'"
125236
125178
  },
125237
125179
  {
125238
125180
  "kind": "field",
@@ -126081,28 +126023,28 @@
126081
126023
  "exports": [
126082
126024
  {
126083
126025
  "kind": "js",
126084
- "name": "Int64AttributesEntry",
126026
+ "name": "StringAttributesEntry",
126085
126027
  "declaration": {
126086
- "name": "Int64AttributesEntry",
126087
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js"
126028
+ "name": "StringAttributesEntry",
126029
+ "module": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js"
126088
126030
  }
126089
126031
  }
126090
126032
  ]
126091
126033
  },
126092
126034
  {
126093
126035
  "kind": "javascript-module",
126094
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map",
126036
+ "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map",
126095
126037
  "declarations": [],
126096
126038
  "exports": []
126097
126039
  },
126098
126040
  {
126099
126041
  "kind": "javascript-module",
126100
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js",
126042
+ "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js",
126101
126043
  "declarations": [
126102
126044
  {
126103
126045
  "kind": "class",
126104
- "description": "Int64LabelsEntry",
126105
- "name": "Int64LabelsEntry",
126046
+ "description": "StringLabelsEntry",
126047
+ "name": "StringLabelsEntry",
126106
126048
  "members": [
126107
126049
  {
126108
126050
  "kind": "field",
@@ -126131,7 +126073,7 @@
126131
126073
  "type": {
126132
126074
  "text": "string"
126133
126075
  },
126134
- "default": "'furo.fat.Int64.LabelsEntry'"
126076
+ "default": "'furo.fat.String.LabelsEntry'"
126135
126077
  },
126136
126078
  {
126137
126079
  "kind": "field",
@@ -126980,28 +126922,28 @@
126980
126922
  "exports": [
126981
126923
  {
126982
126924
  "kind": "js",
126983
- "name": "Int64LabelsEntry",
126925
+ "name": "StringLabelsEntry",
126984
126926
  "declaration": {
126985
- "name": "Int64LabelsEntry",
126986
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js"
126927
+ "name": "StringLabelsEntry",
126928
+ "module": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js"
126987
126929
  }
126988
126930
  }
126989
126931
  ]
126990
126932
  },
126991
126933
  {
126992
126934
  "kind": "javascript-module",
126993
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map",
126935
+ "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map",
126994
126936
  "declarations": [],
126995
126937
  "exports": []
126996
126938
  },
126997
126939
  {
126998
126940
  "kind": "javascript-module",
126999
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.js",
126941
+ "path": "dist/protoc-gen-open-models/furo/fat/String.js",
127000
126942
  "declarations": [
127001
126943
  {
127002
126944
  "kind": "class",
127003
- "description": "Int64\n Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
127004
- "name": "Int64",
126945
+ "description": "XString\n Furo annotated type wrapper message for `string`.",
126946
+ "name": "XString",
127005
126947
  "members": [
127006
126948
  {
127007
126949
  "kind": "field",
@@ -127034,7 +126976,7 @@
127034
126976
  "type": {
127035
126977
  "text": "string"
127036
126978
  },
127037
- "default": "'furo.fat.Int64'"
126979
+ "default": "'furo.fat.String'"
127038
126980
  },
127039
126981
  {
127040
126982
  "kind": "field",
@@ -127042,12 +126984,12 @@
127042
126984
  "type": {
127043
126985
  "text": "array"
127044
126986
  },
127045
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT64, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
126987
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
127046
126988
  },
127047
126989
  {
127048
126990
  "kind": "field",
127049
126991
  "name": "_value",
127050
- "default": "new INT64(undefined, this, 'value')"
126992
+ "default": "new STRING(undefined, this, 'value')"
127051
126993
  },
127052
126994
  {
127053
126995
  "kind": "field",
@@ -127888,28 +127830,28 @@
127888
127830
  "exports": [
127889
127831
  {
127890
127832
  "kind": "js",
127891
- "name": "Int64",
127833
+ "name": "XString",
127892
127834
  "declaration": {
127893
- "name": "Int64",
127894
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.js"
127835
+ "name": "XString",
127836
+ "module": "dist/protoc-gen-open-models/furo/fat/String.js"
127895
127837
  }
127896
127838
  }
127897
127839
  ]
127898
127840
  },
127899
127841
  {
127900
127842
  "kind": "javascript-module",
127901
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.js.map",
127843
+ "path": "dist/protoc-gen-open-models/furo/fat/String.js.map",
127902
127844
  "declarations": [],
127903
127845
  "exports": []
127904
127846
  },
127905
127847
  {
127906
127848
  "kind": "javascript-module",
127907
- "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js",
127849
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js",
127908
127850
  "declarations": [
127909
127851
  {
127910
127852
  "kind": "class",
127911
- "description": "StringAttributesEntry",
127912
- "name": "StringAttributesEntry",
127853
+ "description": "Uint32AttributesEntry",
127854
+ "name": "Uint32AttributesEntry",
127913
127855
  "members": [
127914
127856
  {
127915
127857
  "kind": "field",
@@ -127938,7 +127880,7 @@
127938
127880
  "type": {
127939
127881
  "text": "string"
127940
127882
  },
127941
- "default": "'furo.fat.String.AttributesEntry'"
127883
+ "default": "'furo.fat.Uint32.AttributesEntry'"
127942
127884
  },
127943
127885
  {
127944
127886
  "kind": "field",
@@ -128787,28 +128729,28 @@
128787
128729
  "exports": [
128788
128730
  {
128789
128731
  "kind": "js",
128790
- "name": "StringAttributesEntry",
128732
+ "name": "Uint32AttributesEntry",
128791
128733
  "declaration": {
128792
- "name": "StringAttributesEntry",
128793
- "module": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js"
128734
+ "name": "Uint32AttributesEntry",
128735
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js"
128794
128736
  }
128795
128737
  }
128796
128738
  ]
128797
128739
  },
128798
128740
  {
128799
128741
  "kind": "javascript-module",
128800
- "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map",
128742
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map",
128801
128743
  "declarations": [],
128802
128744
  "exports": []
128803
128745
  },
128804
128746
  {
128805
128747
  "kind": "javascript-module",
128806
- "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js",
128748
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js",
128807
128749
  "declarations": [
128808
128750
  {
128809
128751
  "kind": "class",
128810
- "description": "StringLabelsEntry",
128811
- "name": "StringLabelsEntry",
128752
+ "description": "Uint32LabelsEntry",
128753
+ "name": "Uint32LabelsEntry",
128812
128754
  "members": [
128813
128755
  {
128814
128756
  "kind": "field",
@@ -128837,7 +128779,7 @@
128837
128779
  "type": {
128838
128780
  "text": "string"
128839
128781
  },
128840
- "default": "'furo.fat.String.LabelsEntry'"
128782
+ "default": "'furo.fat.Uint32.LabelsEntry'"
128841
128783
  },
128842
128784
  {
128843
128785
  "kind": "field",
@@ -129686,28 +129628,28 @@
129686
129628
  "exports": [
129687
129629
  {
129688
129630
  "kind": "js",
129689
- "name": "StringLabelsEntry",
129631
+ "name": "Uint32LabelsEntry",
129690
129632
  "declaration": {
129691
- "name": "StringLabelsEntry",
129692
- "module": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js"
129633
+ "name": "Uint32LabelsEntry",
129634
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js"
129693
129635
  }
129694
129636
  }
129695
129637
  ]
129696
129638
  },
129697
129639
  {
129698
129640
  "kind": "javascript-module",
129699
- "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map",
129641
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map",
129700
129642
  "declarations": [],
129701
129643
  "exports": []
129702
129644
  },
129703
129645
  {
129704
129646
  "kind": "javascript-module",
129705
- "path": "dist/protoc-gen-open-models/furo/fat/String.js",
129647
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js",
129706
129648
  "declarations": [
129707
129649
  {
129708
129650
  "kind": "class",
129709
- "description": "XString\n Furo annotated type wrapper message for `string`.",
129710
- "name": "XString",
129651
+ "description": "Uint32\n Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto",
129652
+ "name": "Uint32",
129711
129653
  "members": [
129712
129654
  {
129713
129655
  "kind": "field",
@@ -129740,7 +129682,7 @@
129740
129682
  "type": {
129741
129683
  "text": "string"
129742
129684
  },
129743
- "default": "'furo.fat.String'"
129685
+ "default": "'furo.fat.Uint32'"
129744
129686
  },
129745
129687
  {
129746
129688
  "kind": "field",
@@ -129748,12 +129690,12 @@
129748
129690
  "type": {
129749
129691
  "text": "array"
129750
129692
  },
129751
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
129693
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT32, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
129752
129694
  },
129753
129695
  {
129754
129696
  "kind": "field",
129755
129697
  "name": "_value",
129756
- "default": "new STRING(undefined, this, 'value')"
129698
+ "default": "new UINT32(undefined, this, 'value')"
129757
129699
  },
129758
129700
  {
129759
129701
  "kind": "field",
@@ -130594,28 +130536,28 @@
130594
130536
  "exports": [
130595
130537
  {
130596
130538
  "kind": "js",
130597
- "name": "XString",
130539
+ "name": "Uint32",
130598
130540
  "declaration": {
130599
- "name": "XString",
130600
- "module": "dist/protoc-gen-open-models/furo/fat/String.js"
130541
+ "name": "Uint32",
130542
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.js"
130601
130543
  }
130602
130544
  }
130603
130545
  ]
130604
130546
  },
130605
130547
  {
130606
130548
  "kind": "javascript-module",
130607
- "path": "dist/protoc-gen-open-models/furo/fat/String.js.map",
130549
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js.map",
130608
130550
  "declarations": [],
130609
130551
  "exports": []
130610
130552
  },
130611
130553
  {
130612
130554
  "kind": "javascript-module",
130613
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js",
130555
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js",
130614
130556
  "declarations": [
130615
130557
  {
130616
130558
  "kind": "class",
130617
- "description": "Uint32AttributesEntry",
130618
- "name": "Uint32AttributesEntry",
130559
+ "description": "Uint64AttributesEntry",
130560
+ "name": "Uint64AttributesEntry",
130619
130561
  "members": [
130620
130562
  {
130621
130563
  "kind": "field",
@@ -130644,7 +130586,7 @@
130644
130586
  "type": {
130645
130587
  "text": "string"
130646
130588
  },
130647
- "default": "'furo.fat.Uint32.AttributesEntry'"
130589
+ "default": "'furo.fat.Uint64.AttributesEntry'"
130648
130590
  },
130649
130591
  {
130650
130592
  "kind": "field",
@@ -131493,28 +131435,28 @@
131493
131435
  "exports": [
131494
131436
  {
131495
131437
  "kind": "js",
131496
- "name": "Uint32AttributesEntry",
131438
+ "name": "Uint64AttributesEntry",
131497
131439
  "declaration": {
131498
- "name": "Uint32AttributesEntry",
131499
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js"
131440
+ "name": "Uint64AttributesEntry",
131441
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js"
131500
131442
  }
131501
131443
  }
131502
131444
  ]
131503
131445
  },
131504
131446
  {
131505
131447
  "kind": "javascript-module",
131506
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map",
131448
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map",
131507
131449
  "declarations": [],
131508
131450
  "exports": []
131509
131451
  },
131510
131452
  {
131511
131453
  "kind": "javascript-module",
131512
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js",
131454
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js",
131513
131455
  "declarations": [
131514
131456
  {
131515
131457
  "kind": "class",
131516
- "description": "Uint32LabelsEntry",
131517
- "name": "Uint32LabelsEntry",
131458
+ "description": "Uint64LabelsEntry",
131459
+ "name": "Uint64LabelsEntry",
131518
131460
  "members": [
131519
131461
  {
131520
131462
  "kind": "field",
@@ -131543,7 +131485,7 @@
131543
131485
  "type": {
131544
131486
  "text": "string"
131545
131487
  },
131546
- "default": "'furo.fat.Uint32.LabelsEntry'"
131488
+ "default": "'furo.fat.Uint64.LabelsEntry'"
131547
131489
  },
131548
131490
  {
131549
131491
  "kind": "field",
@@ -132392,28 +132334,28 @@
132392
132334
  "exports": [
132393
132335
  {
132394
132336
  "kind": "js",
132395
- "name": "Uint32LabelsEntry",
132337
+ "name": "Uint64LabelsEntry",
132396
132338
  "declaration": {
132397
- "name": "Uint32LabelsEntry",
132398
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js"
132339
+ "name": "Uint64LabelsEntry",
132340
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js"
132399
132341
  }
132400
132342
  }
132401
132343
  ]
132402
132344
  },
132403
132345
  {
132404
132346
  "kind": "javascript-module",
132405
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map",
132347
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map",
132406
132348
  "declarations": [],
132407
132349
  "exports": []
132408
132350
  },
132409
132351
  {
132410
132352
  "kind": "javascript-module",
132411
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js",
132353
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js",
132412
132354
  "declarations": [
132413
132355
  {
132414
132356
  "kind": "class",
132415
- "description": "Uint32\n Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto",
132416
- "name": "Uint32",
132357
+ "description": "Uint64\n Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations",
132358
+ "name": "Uint64",
132417
132359
  "members": [
132418
132360
  {
132419
132361
  "kind": "field",
@@ -132446,7 +132388,7 @@
132446
132388
  "type": {
132447
132389
  "text": "string"
132448
132390
  },
132449
- "default": "'furo.fat.Uint32'"
132391
+ "default": "'furo.fat.Uint64'"
132450
132392
  },
132451
132393
  {
132452
132394
  "kind": "field",
@@ -132454,12 +132396,12 @@
132454
132396
  "type": {
132455
132397
  "text": "array"
132456
132398
  },
132457
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT32, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
132399
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT64, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
132458
132400
  },
132459
132401
  {
132460
132402
  "kind": "field",
132461
132403
  "name": "_value",
132462
- "default": "new UINT32(undefined, this, 'value')"
132404
+ "default": "new UINT64(undefined, this, 'value')"
132463
132405
  },
132464
132406
  {
132465
132407
  "kind": "field",
@@ -133300,36 +133242,36 @@
133300
133242
  "exports": [
133301
133243
  {
133302
133244
  "kind": "js",
133303
- "name": "Uint32",
133245
+ "name": "Uint64",
133304
133246
  "declaration": {
133305
- "name": "Uint32",
133306
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.js"
133247
+ "name": "Uint64",
133248
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.js"
133307
133249
  }
133308
133250
  }
133309
133251
  ]
133310
133252
  },
133311
133253
  {
133312
133254
  "kind": "javascript-module",
133313
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js.map",
133255
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js.map",
133314
133256
  "declarations": [],
133315
133257
  "exports": []
133316
133258
  },
133317
133259
  {
133318
133260
  "kind": "javascript-module",
133319
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js",
133261
+ "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
133320
133262
  "declarations": [
133321
133263
  {
133322
133264
  "kind": "class",
133323
- "description": "Uint64AttributesEntry",
133324
- "name": "Uint64AttributesEntry",
133265
+ "description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
133266
+ "name": "CustomHttpPattern",
133325
133267
  "members": [
133326
133268
  {
133327
133269
  "kind": "field",
133328
- "name": "key"
133270
+ "name": "kind"
133329
133271
  },
133330
133272
  {
133331
133273
  "kind": "field",
133332
- "name": "value"
133274
+ "name": "path"
133333
133275
  },
133334
133276
  {
133335
133277
  "kind": "method",
@@ -133350,7 +133292,7 @@
133350
133292
  "type": {
133351
133293
  "text": "string"
133352
133294
  },
133353
- "default": "'furo.fat.Uint64.AttributesEntry'"
133295
+ "default": "'google.api.CustomHttpPattern'"
133354
133296
  },
133355
133297
  {
133356
133298
  "kind": "field",
@@ -133358,17 +133300,17 @@
133358
133300
  "type": {
133359
133301
  "text": "array"
133360
133302
  },
133361
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
133303
+ "default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
133362
133304
  },
133363
133305
  {
133364
133306
  "kind": "field",
133365
- "name": "_key",
133366
- "default": "new STRING(undefined, this, 'key')"
133307
+ "name": "_kind",
133308
+ "default": "new STRING(undefined, this, 'kind')"
133367
133309
  },
133368
133310
  {
133369
133311
  "kind": "field",
133370
- "name": "_value",
133371
- "default": "new STRING(undefined, this, 'value')"
133312
+ "name": "_path",
133313
+ "default": "new STRING(undefined, this, 'path')"
133372
133314
  },
133373
133315
  {
133374
133316
  "kind": "field",
@@ -134199,36 +134141,36 @@
134199
134141
  "exports": [
134200
134142
  {
134201
134143
  "kind": "js",
134202
- "name": "Uint64AttributesEntry",
134144
+ "name": "CustomHttpPattern",
134203
134145
  "declaration": {
134204
- "name": "Uint64AttributesEntry",
134205
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js"
134146
+ "name": "CustomHttpPattern",
134147
+ "module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
134206
134148
  }
134207
134149
  }
134208
134150
  ]
134209
134151
  },
134210
134152
  {
134211
134153
  "kind": "javascript-module",
134212
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map",
134154
+ "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
134213
134155
  "declarations": [],
134214
134156
  "exports": []
134215
134157
  },
134216
134158
  {
134217
134159
  "kind": "javascript-module",
134218
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js",
134160
+ "path": "dist/protoc-gen-open-models/google/api/Http.js",
134219
134161
  "declarations": [
134220
134162
  {
134221
134163
  "kind": "class",
134222
- "description": "Uint64LabelsEntry",
134223
- "name": "Uint64LabelsEntry",
134164
+ "description": "Http\n Defines the HTTP configuration for an API service. It contains a list of\n [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method\n to one or more HTTP REST API methods.",
134165
+ "name": "Http",
134224
134166
  "members": [
134225
134167
  {
134226
134168
  "kind": "field",
134227
- "name": "key"
134169
+ "name": "rules"
134228
134170
  },
134229
134171
  {
134230
134172
  "kind": "field",
134231
- "name": "value"
134173
+ "name": "fullyDecodeReservedExpansion"
134232
134174
  },
134233
134175
  {
134234
134176
  "kind": "method",
@@ -134249,7 +134191,7 @@
134249
134191
  "type": {
134250
134192
  "text": "string"
134251
134193
  },
134252
- "default": "'furo.fat.Uint64.LabelsEntry'"
134194
+ "default": "'google.api.Http'"
134253
134195
  },
134254
134196
  {
134255
134197
  "kind": "field",
@@ -134257,17 +134199,17 @@
134257
134199
  "type": {
134258
134200
  "text": "array"
134259
134201
  },
134260
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
134202
+ "default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
134261
134203
  },
134262
134204
  {
134263
134205
  "kind": "field",
134264
- "name": "_key",
134265
- "default": "new STRING(undefined, this, 'key')"
134206
+ "name": "_rules",
134207
+ "default": "new ARRAY(undefined, this, 'rules')"
134266
134208
  },
134267
134209
  {
134268
134210
  "kind": "field",
134269
- "name": "_value",
134270
- "default": "new BOOLEAN(undefined, this, 'value')"
134211
+ "name": "_fullyDecodeReservedExpansion",
134212
+ "default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
134271
134213
  },
134272
134214
  {
134273
134215
  "kind": "field",
@@ -135098,40 +135040,68 @@
135098
135040
  "exports": [
135099
135041
  {
135100
135042
  "kind": "js",
135101
- "name": "Uint64LabelsEntry",
135043
+ "name": "Http",
135102
135044
  "declaration": {
135103
- "name": "Uint64LabelsEntry",
135104
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js"
135045
+ "name": "Http",
135046
+ "module": "dist/protoc-gen-open-models/google/api/Http.js"
135105
135047
  }
135106
135048
  }
135107
135049
  ]
135108
135050
  },
135109
135051
  {
135110
135052
  "kind": "javascript-module",
135111
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map",
135053
+ "path": "dist/protoc-gen-open-models/google/api/Http.js.map",
135112
135054
  "declarations": [],
135113
135055
  "exports": []
135114
135056
  },
135115
135057
  {
135116
135058
  "kind": "javascript-module",
135117
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js",
135059
+ "path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
135118
135060
  "declarations": [
135119
135061
  {
135120
135062
  "kind": "class",
135121
- "description": "Uint64\n Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations",
135122
- "name": "Uint64",
135063
+ "description": "HttpRule\n # gRPC Transcoding\n\n gRPC Transcoding is a feature for mapping between a gRPC method and one or\n more HTTP REST endpoints. It allows developers to build a single API service\n that supports both gRPC APIs and REST APIs. Many systems, including [Google\n APIs](https://github.com/googleapis/googleapis),\n [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC\n Gateway](https://github.com/grpc-ecosystem/grpc-gateway),\n and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature\n and use it for large scale production services.\n\n `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies\n how different portions of the gRPC request message are mapped to the URL\n path, URL query parameters, and HTTP request body. It also controls how the\n gRPC response message is mapped to the HTTP response body. `HttpRule` is\n typically specified as an `google.api.http` annotation on the gRPC method.\n\n Each mapping specifies a URL path template and an HTTP method. The path\n template may refer to one or more fields in the gRPC request message, as long\n as each field is a non-repeated field with a primitive (non-message) type.\n The path template controls how fields of the request message are mapped to\n the URL path.\n\n Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/{name=messages/*}\"\n };\n }\n }\n message GetMessageRequest {\n string name = 1; // Mapped to URL path.\n }\n message Message {\n string text = 1; // The resource content.\n }\n\n This enables an HTTP REST to gRPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(name: \"messages/123456\")`\n\n Any fields in the request message which are not bound by the path template\n automatically become HTTP query parameters if there is no HTTP request body.\n For example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get:\"/v1/messages/{message_id}\"\n };\n }\n }\n message GetMessageRequest {\n message SubMessage {\n string subfield = 1;\n }\n string message_id = 1; // Mapped to URL path.\n int64 revision = 2; // Mapped to URL query parameter `revision`.\n SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.\n }\n\n This enables a HTTP JSON to RPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456?revision=2&sub.subfield=foo` |\n `GetMessage(message_id: \"123456\" revision: 2 sub: SubMessage(subfield:\n \"foo\"))`\n\n Note that fields which are mapped to URL query parameters must have a\n primitive type or a repeated primitive type or a non-repeated message type.\n In the case of a repeated type, the parameter can be repeated in the URL\n as `...?param=A&param=B`. In the case of a message type, each field of the\n message is mapped to a separate parameter, such as\n `...?foo.a=A&foo.b=B&foo.c=C`.\n\n For HTTP methods that allow a request body, the `body` field\n specifies the mapping. Consider a REST update method on the\n message resource collection:\n\n service Messaging {\n rpc UpdateMessage(UpdateMessageRequest) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"message\"\n };\n }\n }\n message UpdateMessageRequest {\n string message_id = 1; // mapped to the URL\n Message message = 2; // mapped to the body\n }\n\n The following HTTP JSON to RPC mapping is enabled, where the\n representation of the JSON in the request body is determined by\n protos JSON encoding:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" message { text: \"Hi!\" })`\n\n The special name `*` can be used in the body mapping to define that\n every field not bound by the path template should be mapped to the\n request body. This enables the following alternative definition of\n the update method:\n\n service Messaging {\n rpc UpdateMessage(Message) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"*\"\n };\n }\n }\n message Message {\n string message_id = 1;\n string text = 2;\n }\n\n\n The following HTTP JSON to RPC mapping is enabled:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" text: \"Hi!\")`\n\n Note that when using `*` in the body mapping, it is not possible to\n have HTTP parameters, as all fields not bound by the path end in\n the body. This makes this option more rarely used in practice when\n defining REST APIs. The common usage of `*` is in custom methods\n which don't use the URL at all for transferring data.\n\n It is possible to define multiple HTTP methods for one RPC by using\n the `additional_bindings` option. Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/messages/{message_id}\"\n additional_bindings {\n get: \"/v1/users/{user_id}/messages/{message_id}\"\n }\n };\n }\n }\n message GetMessageRequest {\n string message_id = 1;\n string user_id = 2;\n }\n\n This enables the following two alternative HTTP JSON to RPC mappings:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(message_id: \"123456\")`\n `GET /v1/users/me/messages/123456` | `GetMessage(user_id: \"me\" message_id:\n \"123456\")`\n\n ## Rules for HTTP mapping\n\n 1. Leaf request fields (recursive expansion nested messages in the request\n message) are classified into three categories:\n - Fields referred by the path template. They are passed via the URL path.\n - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They\n are passed via the HTTP\n request body.\n - All other fields are passed via the URL query parameters, and the\n parameter name is the field path in the request message. A repeated\n field can be represented as multiple query parameters under the same\n name.\n 2. If [HttpRule.body][google.api.HttpRule.body] is \"*\", there is no URL\n query parameter, all fields\n are passed via URL path and HTTP request body.\n 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP\n request body, all\n fields are passed via URL path and URL query parameters.\n\n ### Path template syntax\n\n Template = \"/\" Segments [ Verb ] ;\n Segments = Segment { \"/\" Segment } ;\n Segment = \"*\" | \"**\" | LITERAL | Variable ;\n Variable = \"{\" FieldPath [ \"=\" Segments ] \"}\" ;\n FieldPath = IDENT { \".\" IDENT } ;\n Verb = \":\" LITERAL ;\n\n The syntax `*` matches a single URL path segment. The syntax `**` matches\n zero or more URL path segments, which must be the last part of the URL path\n except the `Verb`.\n\n The syntax `Variable` matches part of the URL path as specified by its\n template. A variable template must not contain other variables. If a variable\n matches a single path segment, its template may be omitted, e.g. `{var}`\n is equivalent to `{var=*}`.\n\n The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`\n contains any reserved character, such characters should be percent-encoded\n before the matching.\n\n If a variable contains exactly one path segment, such as `\"{var}\"` or\n `\"{var=*}\"`, when such a variable is expanded into a URL path on the client\n side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The\n server side does the reverse decoding. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{var}`.\n\n If a variable contains multiple path segments, such as `\"{var=foo/*}\"`\n or `\"{var=**}\"`, when such a variable is expanded into a URL path on the\n client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.\n The server side does the reverse decoding, except \"%2F\" and \"%2f\" are left\n unchanged. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{+var}`.\n\n ## Using gRPC API Service Configuration\n\n gRPC API Service Configuration (service config) is a configuration language\n for configuring a gRPC service to become a user-facing product. The\n service config is simply the YAML representation of the `google.api.Service`\n proto message.\n\n As an alternative to annotating your proto file, you can configure gRPC\n transcoding in your service config YAML files. You do this by specifying a\n `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same\n effect as the proto annotation. This can be particularly useful if you\n have a proto that is reused in multiple services. Note that any transcoding\n specified in the service config will override any matching transcoding\n configuration in the proto.\n\n Example:\n\n http:\n rules:\n # Selects a gRPC method and applies HttpRule to it.\n - selector: example.v1.Messaging.GetMessage\n get: /v1/messages/{message_id}/{sub.subfield}\n\n ## Special notes\n\n When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the\n proto to JSON conversion must follow the [proto3\n specification](https://developers.google.com/protocol-buffers/docs/proto3#json).\n\n While the single segment variable follows the semantics of\n [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String\n Expansion, the multi segment variable **does not** follow RFC 6570 Section\n 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion\n does not expand special characters like `?` and `#`, which would lead\n to invalid URLs. As the result, gRPC Transcoding uses a custom encoding\n for multi segment variables.\n\n The path variables **must not** refer to any repeated or mapped field,\n because client libraries are not capable of handling such variable expansion.\n\n The path variables **must not** capture the leading \"/\" character. The reason\n is that the most common use case \"{var}\" does not capture the leading \"/\"\n character. For consistency, all path variables must share the same behavior.\n\n Repeated message fields must not be mapped to URL query parameters, because\n no client library can support such complicated mapping.\n\n If an API needs to use a JSON array for request or response body, it can map\n the request or response body to a repeated field. However, some gRPC\n Transcoding implementations may not support this feature.",
135064
+ "name": "HttpRule",
135123
135065
  "members": [
135124
135066
  {
135125
135067
  "kind": "field",
135126
- "name": "value"
135068
+ "name": "selector"
135127
135069
  },
135128
135070
  {
135129
135071
  "kind": "field",
135130
- "name": "labels"
135072
+ "name": "get"
135131
135073
  },
135132
135074
  {
135133
135075
  "kind": "field",
135134
- "name": "attributes"
135076
+ "name": "put"
135077
+ },
135078
+ {
135079
+ "kind": "field",
135080
+ "name": "post"
135081
+ },
135082
+ {
135083
+ "kind": "field",
135084
+ "name": "delete"
135085
+ },
135086
+ {
135087
+ "kind": "field",
135088
+ "name": "patch"
135089
+ },
135090
+ {
135091
+ "kind": "field",
135092
+ "name": "custom"
135093
+ },
135094
+ {
135095
+ "kind": "field",
135096
+ "name": "body"
135097
+ },
135098
+ {
135099
+ "kind": "field",
135100
+ "name": "responseBody"
135101
+ },
135102
+ {
135103
+ "kind": "field",
135104
+ "name": "additionalBindings"
135135
135105
  },
135136
135106
  {
135137
135107
  "kind": "method",
@@ -135152,7 +135122,7 @@
135152
135122
  "type": {
135153
135123
  "text": "string"
135154
135124
  },
135155
- "default": "'furo.fat.Uint64'"
135125
+ "default": "'google.api.HttpRule'"
135156
135126
  },
135157
135127
  {
135158
135128
  "kind": "field",
@@ -135160,22 +135130,57 @@
135160
135130
  "type": {
135161
135131
  "text": "array"
135162
135132
  },
135163
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT64, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
135133
+ "default": "[ { fieldName: 'selector', protoName: 'selector', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'get', protoName: 'get', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'put', protoName: 'put', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'post', protoName: 'post', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'delete', protoName: 'delete', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'patch', protoName: 'patch', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'custom', protoName: 'custom', FieldConstructor: GoogleApiCustomHttpPattern, constraints: {}, }, { fieldName: 'body', protoName: 'body', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'responseBody', protoName: 'response_body', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'additionalBindings', protoName: 'additional_bindings', FieldConstructor: HttpRule, constraints: {}, }, ]"
135164
135134
  },
135165
135135
  {
135166
135136
  "kind": "field",
135167
- "name": "_value",
135168
- "default": "new UINT64(undefined, this, 'value')"
135137
+ "name": "_selector",
135138
+ "default": "new STRING(undefined, this, 'selector')"
135169
135139
  },
135170
135140
  {
135171
135141
  "kind": "field",
135172
- "name": "_labels",
135173
- "default": "new MAP(undefined, this, 'labels')"
135142
+ "name": "_get",
135143
+ "default": "new STRING(undefined, this, 'get')"
135174
135144
  },
135175
135145
  {
135176
135146
  "kind": "field",
135177
- "name": "_attributes",
135178
- "default": "new MAP(undefined, this, 'attributes')"
135147
+ "name": "_put",
135148
+ "default": "new STRING(undefined, this, 'put')"
135149
+ },
135150
+ {
135151
+ "kind": "field",
135152
+ "name": "_post",
135153
+ "default": "new STRING(undefined, this, 'post')"
135154
+ },
135155
+ {
135156
+ "kind": "field",
135157
+ "name": "_delete",
135158
+ "default": "new STRING(undefined, this, 'delete')"
135159
+ },
135160
+ {
135161
+ "kind": "field",
135162
+ "name": "_patch",
135163
+ "default": "new STRING(undefined, this, 'patch')"
135164
+ },
135165
+ {
135166
+ "kind": "field",
135167
+ "name": "_custom",
135168
+ "default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
135169
+ },
135170
+ {
135171
+ "kind": "field",
135172
+ "name": "_body",
135173
+ "default": "new STRING(undefined, this, 'body')"
135174
+ },
135175
+ {
135176
+ "kind": "field",
135177
+ "name": "_responseBody",
135178
+ "default": "new STRING(undefined, this, 'responseBody')"
135179
+ },
135180
+ {
135181
+ "kind": "field",
135182
+ "name": "_additionalBindings",
135183
+ "default": "new ARRAY(undefined, this, 'additionalBindings')"
135179
135184
  },
135180
135185
  {
135181
135186
  "kind": "field",
@@ -136006,17 +136011,17 @@
136006
136011
  "exports": [
136007
136012
  {
136008
136013
  "kind": "js",
136009
- "name": "Uint64",
136014
+ "name": "HttpRule",
136010
136015
  "declaration": {
136011
- "name": "Uint64",
136012
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.js"
136016
+ "name": "HttpRule",
136017
+ "module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
136013
136018
  }
136014
136019
  }
136015
136020
  ]
136016
136021
  },
136017
136022
  {
136018
136023
  "kind": "javascript-module",
136019
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js.map",
136024
+ "path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
136020
136025
  "declarations": [],
136021
136026
  "exports": []
136022
136027
  },