@furo/open-models 1.15.3 → 1.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (636) hide show
  1. package/custom-elements.json +3545 -3545
  2. package/dist/protoc-gen-open-models/API_OPTIONS.d.ts +5 -0
  3. package/dist/protoc-gen-open-models/API_OPTIONS.js +11 -0
  4. package/dist/protoc-gen-open-models/API_OPTIONS.js.map +1 -0
  5. package/dist/protoc-gen-open-models/BusinessValidators.d.ts +1 -0
  6. package/dist/protoc-gen-open-models/BusinessValidators.js +201 -0
  7. package/dist/protoc-gen-open-models/BusinessValidators.js.map +1 -0
  8. package/dist/protoc-gen-open-models/CustomPrototypes.d.ts +1 -0
  9. package/dist/protoc-gen-open-models/CustomPrototypes.js +17 -0
  10. package/dist/protoc-gen-open-models/CustomPrototypes.js.map +1 -0
  11. package/dist/protoc-gen-open-models/furo/cube/Colour.d.ts +61 -0
  12. package/dist/protoc-gen-open-models/furo/cube/Colour.js +110 -0
  13. package/dist/protoc-gen-open-models/furo/cube/Colour.js.map +1 -0
  14. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.d.ts +80 -0
  15. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js +131 -0
  16. package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map +1 -0
  17. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.d.ts +57 -0
  18. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js +94 -0
  19. package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map +1 -0
  20. package/dist/protoc-gen-open-models/furo/cube/CubeService.d.ts +12 -0
  21. package/dist/protoc-gen-open-models/furo/cube/CubeService.js +14 -0
  22. package/dist/protoc-gen-open-models/furo/cube/CubeService.js.map +1 -0
  23. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.d.ts +31 -0
  24. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js +58 -0
  25. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map +1 -0
  26. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.d.ts +26 -0
  27. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js +57 -0
  28. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map +1 -0
  29. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.d.ts +44 -0
  30. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js +79 -0
  31. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map +1 -0
  32. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.d.ts +26 -0
  33. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js +57 -0
  34. package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map +1 -0
  35. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.d.ts +37 -0
  36. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js +73 -0
  37. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map +1 -0
  38. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.d.ts +26 -0
  39. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js +57 -0
  40. package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map +1 -0
  41. package/dist/protoc-gen-open-models/furo/cube/Materials.d.ts +12 -0
  42. package/dist/protoc-gen-open-models/furo/cube/Materials.js +21 -0
  43. package/dist/protoc-gen-open-models/furo/cube/Materials.js.map +1 -0
  44. package/dist/protoc-gen-open-models/furo/cube/Wrappers.d.ts +65 -0
  45. package/dist/protoc-gen-open-models/furo/cube/Wrappers.js +168 -0
  46. package/dist/protoc-gen-open-models/furo/cube/Wrappers.js.map +1 -0
  47. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.d.ts +50 -0
  48. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js +83 -0
  49. package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map +1 -0
  50. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.d.ts +50 -0
  51. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js +83 -0
  52. package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map +1 -0
  53. package/dist/protoc-gen-open-models/furo/fat/Any.d.ts +74 -0
  54. package/dist/protoc-gen-open-models/furo/fat/Any.js +96 -0
  55. package/dist/protoc-gen-open-models/furo/fat/Any.js.map +1 -0
  56. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.d.ts +42 -0
  57. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js +75 -0
  58. package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map +1 -0
  59. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.d.ts +42 -0
  60. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js +75 -0
  61. package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map +1 -0
  62. package/dist/protoc-gen-open-models/furo/fat/Bool.d.ts +68 -0
  63. package/dist/protoc-gen-open-models/furo/fat/Bool.js +94 -0
  64. package/dist/protoc-gen-open-models/furo/fat/Bool.js.map +1 -0
  65. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.d.ts +42 -0
  66. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js +75 -0
  67. package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map +1 -0
  68. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.d.ts +42 -0
  69. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js +76 -0
  70. package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map +1 -0
  71. package/dist/protoc-gen-open-models/furo/fat/Bytes.d.ts +68 -0
  72. package/dist/protoc-gen-open-models/furo/fat/Bytes.js +94 -0
  73. package/dist/protoc-gen-open-models/furo/fat/Bytes.js.map +1 -0
  74. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.d.ts +58 -0
  75. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js +82 -0
  76. package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map +1 -0
  77. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.d.ts +42 -0
  78. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js +75 -0
  79. package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map +1 -0
  80. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.d.ts +42 -0
  81. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js +75 -0
  82. package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map +1 -0
  83. package/dist/protoc-gen-open-models/furo/fat/Double.d.ts +68 -0
  84. package/dist/protoc-gen-open-models/furo/fat/Double.js +94 -0
  85. package/dist/protoc-gen-open-models/furo/fat/Double.js.map +1 -0
  86. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.d.ts +42 -0
  87. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js +75 -0
  88. package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map +1 -0
  89. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.d.ts +42 -0
  90. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js +76 -0
  91. package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map +1 -0
  92. package/dist/protoc-gen-open-models/furo/fat/Empty.d.ts +57 -0
  93. package/dist/protoc-gen-open-models/furo/fat/Empty.js +78 -0
  94. package/dist/protoc-gen-open-models/furo/fat/Empty.js.map +1 -0
  95. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.d.ts +42 -0
  96. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js +75 -0
  97. package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map +1 -0
  98. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.d.ts +42 -0
  99. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js +76 -0
  100. package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map +1 -0
  101. package/dist/protoc-gen-open-models/furo/fat/Float.d.ts +68 -0
  102. package/dist/protoc-gen-open-models/furo/fat/Float.js +94 -0
  103. package/dist/protoc-gen-open-models/furo/fat/Float.js.map +1 -0
  104. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.d.ts +42 -0
  105. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js +75 -0
  106. package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map +1 -0
  107. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.d.ts +42 -0
  108. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js +76 -0
  109. package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map +1 -0
  110. package/dist/protoc-gen-open-models/furo/fat/Int32.d.ts +68 -0
  111. package/dist/protoc-gen-open-models/furo/fat/Int32.js +94 -0
  112. package/dist/protoc-gen-open-models/furo/fat/Int32.js.map +1 -0
  113. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.d.ts +42 -0
  114. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js +75 -0
  115. package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map +1 -0
  116. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.d.ts +42 -0
  117. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js +76 -0
  118. package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map +1 -0
  119. package/dist/protoc-gen-open-models/furo/fat/Int64.d.ts +68 -0
  120. package/dist/protoc-gen-open-models/furo/fat/Int64.js +94 -0
  121. package/dist/protoc-gen-open-models/furo/fat/Int64.js.map +1 -0
  122. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.d.ts +42 -0
  123. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js +75 -0
  124. package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map +1 -0
  125. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.d.ts +42 -0
  126. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js +75 -0
  127. package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map +1 -0
  128. package/dist/protoc-gen-open-models/furo/fat/String.d.ts +68 -0
  129. package/dist/protoc-gen-open-models/furo/fat/String.js +94 -0
  130. package/dist/protoc-gen-open-models/furo/fat/String.js.map +1 -0
  131. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.d.ts +42 -0
  132. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js +75 -0
  133. package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map +1 -0
  134. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.d.ts +42 -0
  135. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js +75 -0
  136. package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map +1 -0
  137. package/dist/protoc-gen-open-models/furo/fat/Uint32.d.ts +68 -0
  138. package/dist/protoc-gen-open-models/furo/fat/Uint32.js +94 -0
  139. package/dist/protoc-gen-open-models/furo/fat/Uint32.js.map +1 -0
  140. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.d.ts +42 -0
  141. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js +75 -0
  142. package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map +1 -0
  143. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.d.ts +42 -0
  144. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js +75 -0
  145. package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map +1 -0
  146. package/dist/protoc-gen-open-models/furo/fat/Uint64.d.ts +68 -0
  147. package/dist/protoc-gen-open-models/furo/fat/Uint64.js +94 -0
  148. package/dist/protoc-gen-open-models/furo/fat/Uint64.js.map +1 -0
  149. package/dist/protoc-gen-open-models/furo/type/BookingCenter.d.ts +11 -0
  150. package/dist/protoc-gen-open-models/furo/type/BookingCenter.js +15 -0
  151. package/dist/protoc-gen-open-models/furo/type/BookingCenter.js.map +1 -0
  152. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.d.ts +75 -0
  153. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js +230 -0
  154. package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map +1 -0
  155. package/dist/protoc-gen-open-models/furo/type/Decimal.d.ts +37 -0
  156. package/dist/protoc-gen-open-models/furo/type/Decimal.js +61 -0
  157. package/dist/protoc-gen-open-models/furo/type/Decimal.js.map +1 -0
  158. package/dist/protoc-gen-open-models/furo/type/DecimalB.d.ts +37 -0
  159. package/dist/protoc-gen-open-models/furo/type/DecimalB.js +61 -0
  160. package/dist/protoc-gen-open-models/furo/type/DecimalB.js.map +1 -0
  161. package/dist/protoc-gen-open-models/furo/type/DecimalRange.d.ts +58 -0
  162. package/dist/protoc-gen-open-models/furo/type/DecimalRange.js +82 -0
  163. package/dist/protoc-gen-open-models/furo/type/DecimalRange.js.map +1 -0
  164. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.d.ts +31 -0
  165. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js +72 -0
  166. package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map +1 -0
  167. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.d.ts +30 -0
  168. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js +70 -0
  169. package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map +1 -0
  170. package/dist/protoc-gen-open-models/furo/type/Defaults.d.ts +111 -0
  171. package/dist/protoc-gen-open-models/furo/type/Defaults.js +222 -0
  172. package/dist/protoc-gen-open-models/furo/type/Defaults.js.map +1 -0
  173. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.d.ts +30 -0
  174. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js +70 -0
  175. package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map +1 -0
  176. package/dist/protoc-gen-open-models/furo/type/Identifier.d.ts +117 -0
  177. package/dist/protoc-gen-open-models/furo/type/Identifier.js +215 -0
  178. package/dist/protoc-gen-open-models/furo/type/Identifier.js.map +1 -0
  179. package/dist/protoc-gen-open-models/furo/type/Numeric.d.ts +42 -0
  180. package/dist/protoc-gen-open-models/furo/type/Numeric.js +81 -0
  181. package/dist/protoc-gen-open-models/furo/type/Numeric.js.map +1 -0
  182. package/dist/protoc-gen-open-models/furo/type/Numeric64.d.ts +47 -0
  183. package/dist/protoc-gen-open-models/furo/type/Numeric64.js +95 -0
  184. package/dist/protoc-gen-open-models/furo/type/Numeric64.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 +57 -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 +90 -0
  196. package/dist/protoc-gen-open-models/furo/type/Tree.js.map +1 -0
  197. package/dist/protoc-gen-open-models/furo/type/Uints.d.ts +46 -0
  198. package/dist/protoc-gen-open-models/furo/type/Uints.js +113 -0
  199. package/dist/protoc-gen-open-models/furo/type/Uints.js.map +1 -0
  200. package/dist/protoc-gen-open-models/furo/type/Wrappers.d.ts +65 -0
  201. package/dist/protoc-gen-open-models/furo/type/Wrappers.js +168 -0
  202. package/dist/protoc-gen-open-models/furo/type/Wrappers.js.map +1 -0
  203. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.d.ts +45 -0
  204. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js +77 -0
  205. package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map +1 -0
  206. package/dist/protoc-gen-open-models/google/api/Http.d.ts +66 -0
  207. package/dist/protoc-gen-open-models/google/api/Http.js +93 -0
  208. package/dist/protoc-gen-open-models/google/api/Http.js.map +1 -0
  209. package/dist/protoc-gen-open-models/google/api/HttpRule.d.ts +985 -0
  210. package/dist/protoc-gen-open-models/google/api/HttpRule.js +514 -0
  211. package/dist/protoc-gen-open-models/google/api/HttpRule.js.map +1 -0
  212. package/dist/protoc-gen-open-models/google/protobuf/Any.d.ts +356 -0
  213. package/dist/protoc-gen-open-models/google/protobuf/Any.js +217 -0
  214. package/dist/protoc-gen-open-models/google/protobuf/Any.js.map +1 -0
  215. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.d.ts +40 -0
  216. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js +62 -0
  217. package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js.map +1 -0
  218. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.d.ts +40 -0
  219. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js +62 -0
  220. package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js.map +1 -0
  221. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.d.ts +36 -0
  222. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js +85 -0
  223. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js.map +1 -0
  224. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.d.ts +30 -0
  225. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js +70 -0
  226. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js.map +1 -0
  227. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.d.ts +87 -0
  228. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js +194 -0
  229. package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js.map +1 -0
  230. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.d.ts +40 -0
  231. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js +63 -0
  232. package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js.map +1 -0
  233. package/dist/protoc-gen-open-models/google/protobuf/Edition.d.ts +11 -0
  234. package/dist/protoc-gen-open-models/google/protobuf/Edition.js +26 -0
  235. package/dist/protoc-gen-open-models/google/protobuf/Edition.js.map +1 -0
  236. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.d.ts +30 -0
  237. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js +71 -0
  238. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js.map +1 -0
  239. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.d.ts +69 -0
  240. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js +127 -0
  241. package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js.map +1 -0
  242. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.d.ts +95 -0
  243. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js +143 -0
  244. package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js.map +1 -0
  245. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.d.ts +39 -0
  246. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js +87 -0
  247. package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js.map +1 -0
  248. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.d.ts +76 -0
  249. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js +120 -0
  250. package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js.map +1 -0
  251. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.d.ts +81 -0
  252. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js +132 -0
  253. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js.map +1 -0
  254. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.d.ts +4 -0
  255. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js +8 -0
  256. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js.map +1 -0
  257. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.d.ts +76 -0
  258. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js +120 -0
  259. package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js.map +1 -0
  260. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.d.ts +5 -0
  261. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js +15 -0
  262. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js.map +1 -0
  263. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.d.ts +6 -0
  264. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js +16 -0
  265. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js.map +1 -0
  266. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.d.ts +5 -0
  267. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js +15 -0
  268. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js.map +1 -0
  269. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.d.ts +5 -0
  270. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js +15 -0
  271. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js.map +1 -0
  272. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.d.ts +5 -0
  273. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js +15 -0
  274. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js.map +1 -0
  275. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.d.ts +5 -0
  276. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js +15 -0
  277. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js.map +1 -0
  278. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.d.ts +74 -0
  279. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js +140 -0
  280. package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js.map +1 -0
  281. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.d.ts +32 -0
  282. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js +73 -0
  283. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js.map +1 -0
  284. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.d.ts +65 -0
  285. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js +100 -0
  286. package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js.map +1 -0
  287. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.d.ts +5 -0
  288. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js +10 -0
  289. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js.map +1 -0
  290. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.d.ts +20 -0
  291. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js +25 -0
  292. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js.map +1 -0
  293. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.d.ts +189 -0
  294. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js +282 -0
  295. package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js.map +1 -0
  296. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.d.ts +5 -0
  297. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js +9 -0
  298. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js.map +1 -0
  299. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.d.ts +31 -0
  300. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js +71 -0
  301. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js.map +1 -0
  302. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.d.ts +5 -0
  303. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js +9 -0
  304. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js.map +1 -0
  305. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.d.ts +5 -0
  306. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js +9 -0
  307. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js.map +1 -0
  308. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.d.ts +12 -0
  309. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js +16 -0
  310. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js.map +1 -0
  311. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.d.ts +264 -0
  312. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js +364 -0
  313. package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js.map +1 -0
  314. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.d.ts +151 -0
  315. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js +262 -0
  316. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js.map +1 -0
  317. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.d.ts +32 -0
  318. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js +61 -0
  319. package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js.map +1 -0
  320. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.d.ts +5 -0
  321. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js +9 -0
  322. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js.map +1 -0
  323. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.d.ts +333 -0
  324. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js +482 -0
  325. package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js.map +1 -0
  326. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.d.ts +40 -0
  327. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js +62 -0
  328. package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js.map +1 -0
  329. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.d.ts +5 -0
  330. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js +12 -0
  331. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js.map +1 -0
  332. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.d.ts +78 -0
  333. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js +130 -0
  334. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js.map +1 -0
  335. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.d.ts +43 -0
  336. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js +66 -0
  337. package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js.map +1 -0
  338. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.d.ts +40 -0
  339. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js +62 -0
  340. package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js.map +1 -0
  341. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.d.ts +40 -0
  342. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js +62 -0
  343. package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js.map +1 -0
  344. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.d.ts +201 -0
  345. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js +259 -0
  346. package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js.map +1 -0
  347. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.d.ts +74 -0
  348. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js +138 -0
  349. package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js.map +1 -0
  350. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.d.ts +5 -0
  351. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js +9 -0
  352. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js.map +1 -0
  353. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.d.ts +67 -0
  354. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js +115 -0
  355. package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js.map +1 -0
  356. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.d.ts +34 -0
  357. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js +73 -0
  358. package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js.map +1 -0
  359. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.d.ts +44 -0
  360. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js +77 -0
  361. package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js.map +1 -0
  362. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.d.ts +40 -0
  363. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js +87 -0
  364. package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js.map +1 -0
  365. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.d.ts +61 -0
  366. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js +99 -0
  367. package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js.map +1 -0
  368. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.d.ts +207 -0
  369. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js +262 -0
  370. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js.map +1 -0
  371. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.d.ts +122 -0
  372. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js +147 -0
  373. package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js.map +1 -0
  374. package/dist/protoc-gen-open-models/google/protobuf/StringValue.d.ts +40 -0
  375. package/dist/protoc-gen-open-models/google/protobuf/StringValue.js +63 -0
  376. package/dist/protoc-gen-open-models/google/protobuf/StringValue.js.map +1 -0
  377. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.d.ts +40 -0
  378. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js +63 -0
  379. package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js.map +1 -0
  380. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.d.ts +40 -0
  381. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js +63 -0
  382. package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js.map +1 -0
  383. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.d.ts +30 -0
  384. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js +70 -0
  385. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js.map +1 -0
  386. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.d.ts +82 -0
  387. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js +153 -0
  388. package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js.map +1 -0
  389. package/dist/protoc-gen-open-models/init.d.ts +10 -0
  390. package/dist/protoc-gen-open-models/init.js +10 -0
  391. package/dist/protoc-gen-open-models/init.js.map +1 -0
  392. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.d.ts +31 -0
  393. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js +71 -0
  394. package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js.map +1 -0
  395. package/dist/protoc-gen-open-models/openapiv3/Any.d.ts +30 -0
  396. package/dist/protoc-gen-open-models/openapiv3/Any.js +70 -0
  397. package/dist/protoc-gen-open-models/openapiv3/Any.js.map +1 -0
  398. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.d.ts +32 -0
  399. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js +73 -0
  400. package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js.map +1 -0
  401. package/dist/protoc-gen-open-models/openapiv3/Callback.d.ts +35 -0
  402. package/dist/protoc-gen-open-models/openapiv3/Callback.js +74 -0
  403. package/dist/protoc-gen-open-models/openapiv3/Callback.js.map +1 -0
  404. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.d.ts +32 -0
  405. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js +73 -0
  406. package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js.map +1 -0
  407. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.d.ts +26 -0
  408. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js +58 -0
  409. package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js.map +1 -0
  410. package/dist/protoc-gen-open-models/openapiv3/Components.d.ts +83 -0
  411. package/dist/protoc-gen-open-models/openapiv3/Components.js +194 -0
  412. package/dist/protoc-gen-open-models/openapiv3/Components.js.map +1 -0
  413. package/dist/protoc-gen-open-models/openapiv3/Contact.d.ts +44 -0
  414. package/dist/protoc-gen-open-models/openapiv3/Contact.js +101 -0
  415. package/dist/protoc-gen-open-models/openapiv3/Contact.js.map +1 -0
  416. package/dist/protoc-gen-open-models/openapiv3/DefaultType.d.ts +35 -0
  417. package/dist/protoc-gen-open-models/openapiv3/DefaultType.js +85 -0
  418. package/dist/protoc-gen-open-models/openapiv3/DefaultType.js.map +1 -0
  419. package/dist/protoc-gen-open-models/openapiv3/Discriminator.d.ts +40 -0
  420. package/dist/protoc-gen-open-models/openapiv3/Discriminator.js +89 -0
  421. package/dist/protoc-gen-open-models/openapiv3/Discriminator.js.map +1 -0
  422. package/dist/protoc-gen-open-models/openapiv3/Document.d.ts +73 -0
  423. package/dist/protoc-gen-open-models/openapiv3/Document.js +176 -0
  424. package/dist/protoc-gen-open-models/openapiv3/Document.js.map +1 -0
  425. package/dist/protoc-gen-open-models/openapiv3/Encoding.d.ts +55 -0
  426. package/dist/protoc-gen-open-models/openapiv3/Encoding.js +130 -0
  427. package/dist/protoc-gen-open-models/openapiv3/Encoding.js.map +1 -0
  428. package/dist/protoc-gen-open-models/openapiv3/Encodings.d.ts +26 -0
  429. package/dist/protoc-gen-open-models/openapiv3/Encodings.js +57 -0
  430. package/dist/protoc-gen-open-models/openapiv3/Encodings.js.map +1 -0
  431. package/dist/protoc-gen-open-models/openapiv3/Example.d.ts +47 -0
  432. package/dist/protoc-gen-open-models/openapiv3/Example.js +114 -0
  433. package/dist/protoc-gen-open-models/openapiv3/Example.js.map +1 -0
  434. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.d.ts +32 -0
  435. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js +73 -0
  436. package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js.map +1 -0
  437. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.d.ts +26 -0
  438. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js +58 -0
  439. package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js.map +1 -0
  440. package/dist/protoc-gen-open-models/openapiv3/Expression.d.ts +26 -0
  441. package/dist/protoc-gen-open-models/openapiv3/Expression.js +57 -0
  442. package/dist/protoc-gen-open-models/openapiv3/Expression.js.map +1 -0
  443. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.d.ts +39 -0
  444. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js +88 -0
  445. package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js.map +1 -0
  446. package/dist/protoc-gen-open-models/openapiv3/Header.d.ts +88 -0
  447. package/dist/protoc-gen-open-models/openapiv3/Header.js +217 -0
  448. package/dist/protoc-gen-open-models/openapiv3/Header.js.map +1 -0
  449. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.d.ts +32 -0
  450. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js +73 -0
  451. package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js.map +1 -0
  452. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.d.ts +26 -0
  453. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js +58 -0
  454. package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js.map +1 -0
  455. package/dist/protoc-gen-open-models/openapiv3/Info.d.ts +66 -0
  456. package/dist/protoc-gen-open-models/openapiv3/Info.js +159 -0
  457. package/dist/protoc-gen-open-models/openapiv3/Info.js.map +1 -0
  458. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.d.ts +26 -0
  459. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js +57 -0
  460. package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js.map +1 -0
  461. package/dist/protoc-gen-open-models/openapiv3/License.d.ts +39 -0
  462. package/dist/protoc-gen-open-models/openapiv3/License.js +87 -0
  463. package/dist/protoc-gen-open-models/openapiv3/License.js.map +1 -0
  464. package/dist/protoc-gen-open-models/openapiv3/Link.d.ts +61 -0
  465. package/dist/protoc-gen-open-models/openapiv3/Link.js +145 -0
  466. package/dist/protoc-gen-open-models/openapiv3/Link.js.map +1 -0
  467. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.d.ts +32 -0
  468. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js +73 -0
  469. package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js.map +1 -0
  470. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.d.ts +26 -0
  471. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js +58 -0
  472. package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js.map +1 -0
  473. package/dist/protoc-gen-open-models/openapiv3/MediaType.d.ts +53 -0
  474. package/dist/protoc-gen-open-models/openapiv3/MediaType.js +119 -0
  475. package/dist/protoc-gen-open-models/openapiv3/MediaType.js.map +1 -0
  476. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.d.ts +26 -0
  477. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js +57 -0
  478. package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js.map +1 -0
  479. package/dist/protoc-gen-open-models/openapiv3/NamedAny.d.ts +46 -0
  480. package/dist/protoc-gen-open-models/openapiv3/NamedAny.js +77 -0
  481. package/dist/protoc-gen-open-models/openapiv3/NamedAny.js.map +1 -0
  482. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.d.ts +46 -0
  483. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js +77 -0
  484. package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js.map +1 -0
  485. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.d.ts +46 -0
  486. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js +78 -0
  487. package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js.map +1 -0
  488. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.d.ts +46 -0
  489. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js +77 -0
  490. package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js.map +1 -0
  491. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.d.ts +46 -0
  492. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js +77 -0
  493. package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js.map +1 -0
  494. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.d.ts +46 -0
  495. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js +78 -0
  496. package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js.map +1 -0
  497. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.d.ts +46 -0
  498. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js +78 -0
  499. package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js.map +1 -0
  500. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.d.ts +46 -0
  501. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js +77 -0
  502. package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js.map +1 -0
  503. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.d.ts +46 -0
  504. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js +78 -0
  505. package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js.map +1 -0
  506. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.d.ts +46 -0
  507. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js +77 -0
  508. package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js.map +1 -0
  509. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.d.ts +46 -0
  510. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js +77 -0
  511. package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js.map +1 -0
  512. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.d.ts +46 -0
  513. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js +77 -0
  514. package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js.map +1 -0
  515. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.d.ts +46 -0
  516. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js +77 -0
  517. package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js.map +1 -0
  518. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.d.ts +46 -0
  519. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js +78 -0
  520. package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js.map +1 -0
  521. package/dist/protoc-gen-open-models/openapiv3/NamedString.d.ts +45 -0
  522. package/dist/protoc-gen-open-models/openapiv3/NamedString.js +77 -0
  523. package/dist/protoc-gen-open-models/openapiv3/NamedString.js.map +1 -0
  524. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.d.ts +46 -0
  525. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js +79 -0
  526. package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js.map +1 -0
  527. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.d.ts +50 -0
  528. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js +116 -0
  529. package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js.map +1 -0
  530. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.d.ts +50 -0
  531. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js +116 -0
  532. package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js.map +1 -0
  533. package/dist/protoc-gen-open-models/openapiv3/Object.d.ts +26 -0
  534. package/dist/protoc-gen-open-models/openapiv3/Object.js +57 -0
  535. package/dist/protoc-gen-open-models/openapiv3/Object.js.map +1 -0
  536. package/dist/protoc-gen-open-models/openapiv3/Operation.d.ts +96 -0
  537. package/dist/protoc-gen-open-models/openapiv3/Operation.js +234 -0
  538. package/dist/protoc-gen-open-models/openapiv3/Operation.js.map +1 -0
  539. package/dist/protoc-gen-open-models/openapiv3/Parameter.d.ts +98 -0
  540. package/dist/protoc-gen-open-models/openapiv3/Parameter.js +245 -0
  541. package/dist/protoc-gen-open-models/openapiv3/Parameter.js.map +1 -0
  542. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.d.ts +32 -0
  543. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js +73 -0
  544. package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js.map +1 -0
  545. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.d.ts +26 -0
  546. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js +57 -0
  547. package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js.map +1 -0
  548. package/dist/protoc-gen-open-models/openapiv3/PathItem.d.ts +97 -0
  549. package/dist/protoc-gen-open-models/openapiv3/PathItem.js +244 -0
  550. package/dist/protoc-gen-open-models/openapiv3/PathItem.js.map +1 -0
  551. package/dist/protoc-gen-open-models/openapiv3/Paths.d.ts +35 -0
  552. package/dist/protoc-gen-open-models/openapiv3/Paths.js +74 -0
  553. package/dist/protoc-gen-open-models/openapiv3/Paths.js.map +1 -0
  554. package/dist/protoc-gen-open-models/openapiv3/Properties.d.ts +26 -0
  555. package/dist/protoc-gen-open-models/openapiv3/Properties.js +57 -0
  556. package/dist/protoc-gen-open-models/openapiv3/Properties.js.map +1 -0
  557. package/dist/protoc-gen-open-models/openapiv3/Reference.d.ts +38 -0
  558. package/dist/protoc-gen-open-models/openapiv3/Reference.js +86 -0
  559. package/dist/protoc-gen-open-models/openapiv3/Reference.js.map +1 -0
  560. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.d.ts +26 -0
  561. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js +57 -0
  562. package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js.map +1 -0
  563. package/dist/protoc-gen-open-models/openapiv3/RequestBody.d.ts +45 -0
  564. package/dist/protoc-gen-open-models/openapiv3/RequestBody.js +102 -0
  565. package/dist/protoc-gen-open-models/openapiv3/RequestBody.js.map +1 -0
  566. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.d.ts +32 -0
  567. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js +72 -0
  568. package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js.map +1 -0
  569. package/dist/protoc-gen-open-models/openapiv3/Response.d.ts +52 -0
  570. package/dist/protoc-gen-open-models/openapiv3/Response.js +118 -0
  571. package/dist/protoc-gen-open-models/openapiv3/Response.js.map +1 -0
  572. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.d.ts +32 -0
  573. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js +73 -0
  574. package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js.map +1 -0
  575. package/dist/protoc-gen-open-models/openapiv3/Responses.d.ts +41 -0
  576. package/dist/protoc-gen-open-models/openapiv3/Responses.js +89 -0
  577. package/dist/protoc-gen-open-models/openapiv3/Responses.js.map +1 -0
  578. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.d.ts +26 -0
  579. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js +58 -0
  580. package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js.map +1 -0
  581. package/dist/protoc-gen-open-models/openapiv3/Schema.d.ts +213 -0
  582. package/dist/protoc-gen-open-models/openapiv3/Schema.js +558 -0
  583. package/dist/protoc-gen-open-models/openapiv3/Schema.js.map +1 -0
  584. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.d.ts +32 -0
  585. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js +73 -0
  586. package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js.map +1 -0
  587. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.d.ts +26 -0
  588. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js +58 -0
  589. package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js.map +1 -0
  590. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.d.ts +29 -0
  591. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js +60 -0
  592. package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js.map +1 -0
  593. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.d.ts +70 -0
  594. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js +173 -0
  595. package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js.map +1 -0
  596. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.d.ts +32 -0
  597. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js +72 -0
  598. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js.map +1 -0
  599. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.d.ts +26 -0
  600. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js +57 -0
  601. package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js.map +1 -0
  602. package/dist/protoc-gen-open-models/openapiv3/Server.d.ts +45 -0
  603. package/dist/protoc-gen-open-models/openapiv3/Server.js +101 -0
  604. package/dist/protoc-gen-open-models/openapiv3/Server.js.map +1 -0
  605. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.d.ts +44 -0
  606. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js +102 -0
  607. package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js.map +1 -0
  608. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.d.ts +26 -0
  609. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js +58 -0
  610. package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js.map +1 -0
  611. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.d.ts +38 -0
  612. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js +86 -0
  613. package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js.map +1 -0
  614. package/dist/protoc-gen-open-models/openapiv3/StringArray.d.ts +25 -0
  615. package/dist/protoc-gen-open-models/openapiv3/StringArray.js +57 -0
  616. package/dist/protoc-gen-open-models/openapiv3/StringArray.js.map +1 -0
  617. package/dist/protoc-gen-open-models/openapiv3/Strings.d.ts +26 -0
  618. package/dist/protoc-gen-open-models/openapiv3/Strings.js +57 -0
  619. package/dist/protoc-gen-open-models/openapiv3/Strings.js.map +1 -0
  620. package/dist/protoc-gen-open-models/openapiv3/Tag.d.ts +45 -0
  621. package/dist/protoc-gen-open-models/openapiv3/Tag.js +102 -0
  622. package/dist/protoc-gen-open-models/openapiv3/Tag.js.map +1 -0
  623. package/dist/protoc-gen-open-models/openapiv3/Xml.d.ts +54 -0
  624. package/dist/protoc-gen-open-models/openapiv3/Xml.js +129 -0
  625. package/dist/protoc-gen-open-models/openapiv3/Xml.js.map +1 -0
  626. package/dist/web-components/furo-type-renderer.d.ts +6 -0
  627. package/dist/web-components/furo-type-renderer.js +3 -0
  628. package/dist/web-components/furo-type-renderer.js.map +1 -0
  629. package/dist/web-components/impl/TypeRenderer/TypeRenderer.d.ts +158 -0
  630. package/dist/web-components/impl/TypeRenderer/TypeRenderer.js +309 -0
  631. package/dist/web-components/impl/TypeRenderer/TypeRenderer.js.map +1 -0
  632. package/dist/web-components/impl/TypeRenderer/index.d.ts +6 -0
  633. package/dist/web-components/impl/TypeRenderer/index.js +3 -0
  634. package/dist/web-components/impl/TypeRenderer/index.js.map +1 -0
  635. package/package.json +18 -15
  636. package/tsconfig.json +0 -44
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeatureSet.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/FeatureSet.ts"],"names":[],"mappings":"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","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { ENUM, FieldNode, Registry } from '@furo/open-models/dist/index';\nimport { FeatureSetEnumType as GoogleProtobufFeatureSetEnumType } from './FeatureSet.EnumType';\n\nimport { FeatureSetFieldPresence as GoogleProtobufFeatureSetFieldPresence } from './FeatureSet.FieldPresence';\n\nimport { FeatureSetJsonFormat as GoogleProtobufFeatureSetJsonFormat } from './FeatureSet.JsonFormat';\n\nimport { FeatureSetMessageEncoding as GoogleProtobufFeatureSetMessageEncoding } from './FeatureSet.MessageEncoding';\n\nimport { FeatureSetRepeatedFieldEncoding as GoogleProtobufFeatureSetRepeatedFieldEncoding } from './FeatureSet.RepeatedFieldEncoding';\n\nimport { FeatureSetUtf8Validation as GoogleProtobufFeatureSetUtf8Validation } from './FeatureSet.Utf8Validation';\n\n/**\n * @interface IFeatureSet\n * TODO Enums in C++ gencode (and potentially other languages) are\n * not well scoped. This means that each of the feature enums below can clash\n * with each other. The short names we've chosen maximize call-site\n * readability, but leave us very open to this scenario. A future feature will\n * be designed and implemented to handle this, hopefully before we ever hit a\n * conflict here.\n */\nexport interface IFeatureSet {\n fieldPresence?: GoogleProtobufFeatureSetFieldPresence | string;\n enumType?: GoogleProtobufFeatureSetEnumType | string;\n repeatedFieldEncoding?:\n | GoogleProtobufFeatureSetRepeatedFieldEncoding\n | string;\n utf8Validation?: GoogleProtobufFeatureSetUtf8Validation | string;\n messageEncoding?: GoogleProtobufFeatureSetMessageEncoding | string;\n jsonFormat?: GoogleProtobufFeatureSetJsonFormat | string;\n}\n\n/**\n * @interface TFeatureSet\n * TODO Enums in C++ gencode (and potentially other languages) are\n * not well scoped. This means that each of the feature enums below can clash\n * with each other. The short names we've chosen maximize call-site\n * readability, but leave us very open to this scenario. A future feature will\n * be designed and implemented to handle this, hopefully before we ever hit a\n * conflict here.\n */\nexport interface TFeatureSet {\n field_presence?: GoogleProtobufFeatureSetFieldPresence | string;\n enum_type?: GoogleProtobufFeatureSetEnumType | string;\n repeated_field_encoding?:\n | GoogleProtobufFeatureSetRepeatedFieldEncoding\n | string;\n utf8_validation?: GoogleProtobufFeatureSetUtf8Validation | string;\n message_encoding?: GoogleProtobufFeatureSetMessageEncoding | string;\n json_format?: GoogleProtobufFeatureSetJsonFormat | string;\n}\n\n/**\n * FeatureSet\n * TODO Enums in C++ gencode (and potentially other languages) are\n * not well scoped. This means that each of the feature enums below can clash\n * with each other. The short names we've chosen maximize call-site\n * readability, but leave us very open to this scenario. A future feature will\n * be designed and implemented to handle this, hopefully before we ever hit a\n * conflict here.\n */\nexport class FeatureSet extends FieldNode {\n private _fieldPresence: ENUM<GoogleProtobufFeatureSetFieldPresence>;\n\n private _enumType: ENUM<GoogleProtobufFeatureSetEnumType>;\n\n private _repeatedFieldEncoding: ENUM<GoogleProtobufFeatureSetRepeatedFieldEncoding>;\n\n private _utf8Validation: ENUM<GoogleProtobufFeatureSetUtf8Validation>;\n\n private _messageEncoding: ENUM<GoogleProtobufFeatureSetMessageEncoding>;\n\n private _jsonFormat: ENUM<GoogleProtobufFeatureSetJsonFormat>;\n\n public __defaultValues: IFeatureSet;\n\n constructor(\n initData?: IFeatureSet,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.FeatureSet';\n this.__meta.description =\n \"FeatureSet TODO Enums in C++ gencode (and potentially other languages) are\\n not well scoped. This means that each of the feature enums below can clash\\n with each other. The short names we've chosen maximize call-site\\n readability, but leave us very open to this scenario. A future feature will\\n be designed and implemented to handle this, hopefully before we ever hit a\\n conflict here.\";\n\n this.__meta.nodeFields = [\n {\n fieldName: 'fieldPresence',\n protoName: 'field_presence',\n FieldConstructor: ENUM<GoogleProtobufFeatureSetFieldPresence>,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'enumType',\n protoName: 'enum_type',\n FieldConstructor: ENUM<GoogleProtobufFeatureSetEnumType>,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'repeatedFieldEncoding',\n protoName: 'repeated_field_encoding',\n FieldConstructor: ENUM<GoogleProtobufFeatureSetRepeatedFieldEncoding>,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'utf8Validation',\n protoName: 'utf8_validation',\n FieldConstructor: ENUM<GoogleProtobufFeatureSetUtf8Validation>,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'messageEncoding',\n protoName: 'message_encoding',\n FieldConstructor: ENUM<GoogleProtobufFeatureSetMessageEncoding>,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'jsonFormat',\n protoName: 'json_format',\n FieldConstructor: ENUM<GoogleProtobufFeatureSetJsonFormat>,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._fieldPresence = new ENUM<GoogleProtobufFeatureSetFieldPresence>(\n undefined,\n GoogleProtobufFeatureSetFieldPresence,\n GoogleProtobufFeatureSetFieldPresence.FIELD_PRESENCE_UNKNOWN,\n this,\n 'fieldPresence',\n );\n\n this._enumType = new ENUM<GoogleProtobufFeatureSetEnumType>(\n undefined,\n GoogleProtobufFeatureSetEnumType,\n GoogleProtobufFeatureSetEnumType.ENUM_TYPE_UNKNOWN,\n this,\n 'enumType',\n );\n\n this._repeatedFieldEncoding =\n new ENUM<GoogleProtobufFeatureSetRepeatedFieldEncoding>(\n undefined,\n GoogleProtobufFeatureSetRepeatedFieldEncoding,\n GoogleProtobufFeatureSetRepeatedFieldEncoding.REPEATED_FIELD_ENCODING_UNKNOWN,\n this,\n 'repeatedFieldEncoding',\n );\n\n this._utf8Validation = new ENUM<GoogleProtobufFeatureSetUtf8Validation>(\n undefined,\n GoogleProtobufFeatureSetUtf8Validation,\n GoogleProtobufFeatureSetUtf8Validation.UTF8_VALIDATION_UNKNOWN,\n this,\n 'utf8Validation',\n );\n\n this._messageEncoding = new ENUM<GoogleProtobufFeatureSetMessageEncoding>(\n undefined,\n GoogleProtobufFeatureSetMessageEncoding,\n GoogleProtobufFeatureSetMessageEncoding.MESSAGE_ENCODING_UNKNOWN,\n this,\n 'messageEncoding',\n );\n\n this._jsonFormat = new ENUM<GoogleProtobufFeatureSetJsonFormat>(\n undefined,\n GoogleProtobufFeatureSetJsonFormat,\n GoogleProtobufFeatureSetJsonFormat.JSON_FORMAT_UNKNOWN,\n this,\n 'jsonFormat',\n );\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof FeatureSet] as FieldNode).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof FeatureSet] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get fieldPresence(): ENUM<GoogleProtobufFeatureSetFieldPresence> {\n return this._fieldPresence;\n }\n\n public set fieldPresence(v: GoogleProtobufFeatureSetFieldPresence) {\n this.__TypeSetter(this._fieldPresence, v);\n }\n\n public get enumType(): ENUM<GoogleProtobufFeatureSetEnumType> {\n return this._enumType;\n }\n\n public set enumType(v: GoogleProtobufFeatureSetEnumType) {\n this.__TypeSetter(this._enumType, v);\n }\n\n public get repeatedFieldEncoding(): ENUM<GoogleProtobufFeatureSetRepeatedFieldEncoding> {\n return this._repeatedFieldEncoding;\n }\n\n public set repeatedFieldEncoding(\n v: GoogleProtobufFeatureSetRepeatedFieldEncoding,\n ) {\n this.__TypeSetter(this._repeatedFieldEncoding, v);\n }\n\n public get utf8Validation(): ENUM<GoogleProtobufFeatureSetUtf8Validation> {\n return this._utf8Validation;\n }\n\n public set utf8Validation(v: GoogleProtobufFeatureSetUtf8Validation) {\n this.__TypeSetter(this._utf8Validation, v);\n }\n\n public get messageEncoding(): ENUM<GoogleProtobufFeatureSetMessageEncoding> {\n return this._messageEncoding;\n }\n\n public set messageEncoding(v: GoogleProtobufFeatureSetMessageEncoding) {\n this.__TypeSetter(this._messageEncoding, v);\n }\n\n public get jsonFormat(): ENUM<GoogleProtobufFeatureSetJsonFormat> {\n return this._jsonFormat;\n }\n\n public set jsonFormat(v: GoogleProtobufFeatureSetJsonFormat) {\n this.__TypeSetter(this._jsonFormat, v);\n }\n\n fromLiteral(data: IFeatureSet) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IFeatureSet {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.FeatureSet', FeatureSet);\n"]}
@@ -0,0 +1,32 @@
1
+ import { ENUM, FieldNode } from '@furo/open-models/dist/index';
2
+ import { Edition as GoogleProtobufEdition } from './Edition.js';
3
+ import { FeatureSet as GoogleProtobufFeatureSet, type IFeatureSet as IGoogleProtobufFeatureSet, type TFeatureSet as TGoogleProtobufFeatureSet } from './FeatureSet.js';
4
+ /**
5
+ * @interface IFeatureSetDefaultsFeatureSetEditionDefault
6
+ */
7
+ export interface IFeatureSetDefaultsFeatureSetEditionDefault {
8
+ edition?: GoogleProtobufEdition | string;
9
+ features?: IGoogleProtobufFeatureSet;
10
+ }
11
+ /**
12
+ * @interface TFeatureSetDefaultsFeatureSetEditionDefault
13
+ */
14
+ export interface TFeatureSetDefaultsFeatureSetEditionDefault {
15
+ edition?: GoogleProtobufEdition | string;
16
+ features?: TGoogleProtobufFeatureSet;
17
+ }
18
+ /**
19
+ * FeatureSetDefaultsFeatureSetEditionDefault
20
+ */
21
+ export declare class FeatureSetDefaultsFeatureSetEditionDefault extends FieldNode {
22
+ private _edition;
23
+ private _features;
24
+ __defaultValues: IFeatureSetDefaultsFeatureSetEditionDefault;
25
+ constructor(initData?: IFeatureSetDefaultsFeatureSetEditionDefault, parent?: FieldNode, parentAttributeName?: string);
26
+ get edition(): ENUM<GoogleProtobufEdition>;
27
+ set edition(v: GoogleProtobufEdition);
28
+ get features(): GoogleProtobufFeatureSet;
29
+ set features(v: IGoogleProtobufFeatureSet);
30
+ fromLiteral(data: IFeatureSetDefaultsFeatureSetEditionDefault): void;
31
+ toLiteral(): IFeatureSetDefaultsFeatureSetEditionDefault;
32
+ }
@@ -0,0 +1,73 @@
1
+ // Code generated by furo protoc-gen-open-models. DO NOT EDIT.
2
+ // protoc-gen-open-models version: ????
3
+ import { ENUM, FieldNode, Registry } from '@furo/open-models/dist/index';
4
+ import { Edition as GoogleProtobufEdition } from './Edition.js';
5
+ import { FeatureSet as GoogleProtobufFeatureSet, } from './FeatureSet.js';
6
+ /**
7
+ * FeatureSetDefaultsFeatureSetEditionDefault
8
+ */
9
+ export class FeatureSetDefaultsFeatureSetEditionDefault extends FieldNode {
10
+ constructor(initData, parent, parentAttributeName) {
11
+ super(undefined, parent, parentAttributeName);
12
+ this.__meta.typeName =
13
+ 'google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault';
14
+ this.__meta.description = 'FeatureSetDefaultsFeatureSetEditionDefault';
15
+ this.__meta.nodeFields = [
16
+ {
17
+ fieldName: 'edition',
18
+ protoName: 'edition',
19
+ FieldConstructor: (ENUM),
20
+ constraints: {},
21
+ description: '',
22
+ },
23
+ {
24
+ fieldName: 'features',
25
+ protoName: 'features',
26
+ FieldConstructor: GoogleProtobufFeatureSet,
27
+ constraints: {},
28
+ description: '',
29
+ },
30
+ ];
31
+ // Initialize the fields
32
+ this._edition = new ENUM(undefined, GoogleProtobufEdition, GoogleProtobufEdition.EDITION_UNKNOWN, this, 'edition');
33
+ this._features = new GoogleProtobufFeatureSet(undefined, this, 'features');
34
+ // Set required fields
35
+ [].forEach(fieldName => {
36
+ this[fieldName].__meta.required = true;
37
+ });
38
+ // Default values from openAPI annotations
39
+ this.__defaultValues = {};
40
+ // Initialize the fields with init data
41
+ if (initData !== undefined) {
42
+ this.__fromLiteral({ ...this.__defaultValues, ...initData });
43
+ }
44
+ else {
45
+ this.__fromLiteral(this.__defaultValues);
46
+ }
47
+ // Set readonly fields after the init, so child nodes are readonly too
48
+ [].forEach(fieldName => {
49
+ this[fieldName].__readonly = true;
50
+ });
51
+ this.__meta.isPristine = true;
52
+ }
53
+ get edition() {
54
+ return this._edition;
55
+ }
56
+ set edition(v) {
57
+ this.__TypeSetter(this._edition, v);
58
+ }
59
+ get features() {
60
+ return this._features;
61
+ }
62
+ set features(v) {
63
+ this.__TypeSetter(this._features, v);
64
+ }
65
+ fromLiteral(data) {
66
+ super.__fromLiteral(data);
67
+ }
68
+ toLiteral() {
69
+ return super.__toLiteral();
70
+ }
71
+ }
72
+ Registry.register('google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault', FeatureSetDefaultsFeatureSetEditionDefault);
73
+ //# sourceMappingURL=FeatureSetDefaults.FeatureSetEditionDefault.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeatureSetDefaults.FeatureSetEditionDefault.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.ts"],"names":[],"mappings":"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","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { ENUM, FieldNode, Registry } from '@furo/open-models/dist/index';\nimport { Edition as GoogleProtobufEdition } from './Edition';\n\nimport {\n FeatureSet as GoogleProtobufFeatureSet,\n type IFeatureSet as IGoogleProtobufFeatureSet,\n type TFeatureSet as TGoogleProtobufFeatureSet,\n} from './FeatureSet';\n\n/**\n * @interface IFeatureSetDefaultsFeatureSetEditionDefault\n */\nexport interface IFeatureSetDefaultsFeatureSetEditionDefault {\n edition?: GoogleProtobufEdition | string;\n features?: IGoogleProtobufFeatureSet;\n}\n\n/**\n * @interface TFeatureSetDefaultsFeatureSetEditionDefault\n */\nexport interface TFeatureSetDefaultsFeatureSetEditionDefault {\n edition?: GoogleProtobufEdition | string;\n features?: TGoogleProtobufFeatureSet;\n}\n\n/**\n * FeatureSetDefaultsFeatureSetEditionDefault\n */\nexport class FeatureSetDefaultsFeatureSetEditionDefault extends FieldNode {\n private _edition: ENUM<GoogleProtobufEdition>;\n\n private _features: GoogleProtobufFeatureSet;\n\n public __defaultValues: IFeatureSetDefaultsFeatureSetEditionDefault;\n\n constructor(\n initData?: IFeatureSetDefaultsFeatureSetEditionDefault,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName =\n 'google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault';\n this.__meta.description = 'FeatureSetDefaultsFeatureSetEditionDefault';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'edition',\n protoName: 'edition',\n FieldConstructor: ENUM<GoogleProtobufEdition>,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'features',\n protoName: 'features',\n FieldConstructor: GoogleProtobufFeatureSet,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._edition = new ENUM<GoogleProtobufEdition>(\n undefined,\n GoogleProtobufEdition,\n GoogleProtobufEdition.EDITION_UNKNOWN,\n this,\n 'edition',\n );\n\n this._features = new GoogleProtobufFeatureSet(undefined, this, 'features');\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[\n fieldName as keyof FeatureSetDefaultsFeatureSetEditionDefault\n ] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (\n this[\n fieldName as keyof FeatureSetDefaultsFeatureSetEditionDefault\n ] as FieldNode\n ).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get edition(): ENUM<GoogleProtobufEdition> {\n return this._edition;\n }\n\n public set edition(v: GoogleProtobufEdition) {\n this.__TypeSetter(this._edition, v);\n }\n\n public get features(): GoogleProtobufFeatureSet {\n return this._features;\n }\n\n public set features(v: IGoogleProtobufFeatureSet) {\n this.__TypeSetter(this._features, v);\n }\n\n fromLiteral(data: IFeatureSetDefaultsFeatureSetEditionDefault) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IFeatureSetDefaultsFeatureSetEditionDefault {\n return super.__toLiteral();\n }\n}\n\nRegistry.register(\n 'google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault',\n FeatureSetDefaultsFeatureSetEditionDefault,\n);\n"]}
@@ -0,0 +1,65 @@
1
+ import { ARRAY, ENUM, FieldNode } from '@furo/open-models/dist/index';
2
+ import { Edition as GoogleProtobufEdition } from './Edition.js';
3
+ import { FeatureSetDefaultsFeatureSetEditionDefault as GoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault, type IFeatureSetDefaultsFeatureSetEditionDefault as IGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault, type TFeatureSetDefaultsFeatureSetEditionDefault as TGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault } from './FeatureSetDefaults.FeatureSetEditionDefault.js';
4
+ /**
5
+ * @interface IFeatureSetDefaults
6
+ * A compiled specification for the defaults of a set of features. These
7
+ * messages are generated from FeatureSet extensions and can be used to seed
8
+ * feature resolution. The resolution with this object becomes a simple search
9
+ * for the closest matching edition, followed by proto merges.
10
+ */
11
+ export interface IFeatureSetDefaults {
12
+ defaults?: IGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault[];
13
+ /**
14
+ * The minimum supported edition (inclusive) when this was constructed.
15
+ * Editions before this will not have defaults.
16
+ */
17
+ minimumEdition?: GoogleProtobufEdition | string;
18
+ /**
19
+ * The maximum known edition (inclusive) when this was constructed. Editions
20
+ * after this will not have reliable defaults.
21
+ */
22
+ maximumEdition?: GoogleProtobufEdition | string;
23
+ }
24
+ /**
25
+ * @interface TFeatureSetDefaults
26
+ * A compiled specification for the defaults of a set of features. These
27
+ * messages are generated from FeatureSet extensions and can be used to seed
28
+ * feature resolution. The resolution with this object becomes a simple search
29
+ * for the closest matching edition, followed by proto merges.
30
+ */
31
+ export interface TFeatureSetDefaults {
32
+ defaults?: TGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault[];
33
+ /**
34
+ * The minimum supported edition (inclusive) when this was constructed.
35
+ * Editions before this will not have defaults.
36
+ */
37
+ minimum_edition?: GoogleProtobufEdition | string;
38
+ /**
39
+ * The maximum known edition (inclusive) when this was constructed. Editions
40
+ * after this will not have reliable defaults.
41
+ */
42
+ maximum_edition?: GoogleProtobufEdition | string;
43
+ }
44
+ /**
45
+ * FeatureSetDefaults
46
+ * A compiled specification for the defaults of a set of features. These
47
+ * messages are generated from FeatureSet extensions and can be used to seed
48
+ * feature resolution. The resolution with this object becomes a simple search
49
+ * for the closest matching edition, followed by proto merges.
50
+ */
51
+ export declare class FeatureSetDefaults extends FieldNode {
52
+ private _defaults;
53
+ private _minimumEdition;
54
+ private _maximumEdition;
55
+ __defaultValues: IFeatureSetDefaults;
56
+ constructor(initData?: IFeatureSetDefaults, parent?: FieldNode, parentAttributeName?: string);
57
+ get defaults(): ARRAY<GoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault, IGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault>;
58
+ set defaults(v: IGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault[]);
59
+ get minimumEdition(): ENUM<GoogleProtobufEdition>;
60
+ set minimumEdition(v: GoogleProtobufEdition);
61
+ get maximumEdition(): ENUM<GoogleProtobufEdition>;
62
+ set maximumEdition(v: GoogleProtobufEdition);
63
+ fromLiteral(data: IFeatureSetDefaults): void;
64
+ toLiteral(): IFeatureSetDefaults;
65
+ }
@@ -0,0 +1,100 @@
1
+ // Code generated by furo protoc-gen-open-models. DO NOT EDIT.
2
+ // protoc-gen-open-models version: ????
3
+ import { ARRAY, ENUM, FieldNode, Registry } from '@furo/open-models/dist/index';
4
+ import { Edition as GoogleProtobufEdition } from './Edition.js';
5
+ import { FeatureSetDefaultsFeatureSetEditionDefault as GoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault, } from './FeatureSetDefaults.FeatureSetEditionDefault.js';
6
+ /**
7
+ * FeatureSetDefaults
8
+ * A compiled specification for the defaults of a set of features. These
9
+ * messages are generated from FeatureSet extensions and can be used to seed
10
+ * feature resolution. The resolution with this object becomes a simple search
11
+ * for the closest matching edition, followed by proto merges.
12
+ */
13
+ export class FeatureSetDefaults extends FieldNode {
14
+ constructor(initData, parent, parentAttributeName) {
15
+ super(undefined, parent, parentAttributeName);
16
+ this.__meta.typeName = 'google.protobuf.FeatureSetDefaults';
17
+ this.__meta.description =
18
+ 'FeatureSetDefaults A compiled specification for the defaults of a set of features. These\n messages are generated from FeatureSet extensions and can be used to seed\n feature resolution. The resolution with this object becomes a simple search\n for the closest matching edition, followed by proto merges.';
19
+ this.__meta.nodeFields = [
20
+ {
21
+ fieldName: 'defaults',
22
+ protoName: 'defaults',
23
+ FieldConstructor: GoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault,
24
+ constraints: {},
25
+ description: '',
26
+ },
27
+ {
28
+ fieldName: 'minimumEdition',
29
+ protoName: 'minimum_edition',
30
+ FieldConstructor: (ENUM),
31
+ constraints: {},
32
+ description: 'The minimum supported edition (inclusive) when this was constructed.\n Editions before this will not have defaults.',
33
+ },
34
+ {
35
+ fieldName: 'maximumEdition',
36
+ protoName: 'maximum_edition',
37
+ FieldConstructor: (ENUM),
38
+ constraints: {},
39
+ description: 'The maximum known edition (inclusive) when this was constructed. Editions\n after this will not have reliable defaults.',
40
+ },
41
+ ];
42
+ // Initialize the fields
43
+ this._defaults = new ARRAY(undefined, this, 'defaults');
44
+ // The minimum supported edition (inclusive) when this was constructed.
45
+ // Editions before this will not have defaults.
46
+ this._minimumEdition = new ENUM(undefined, GoogleProtobufEdition, GoogleProtobufEdition.EDITION_UNKNOWN, this, 'minimumEdition');
47
+ // The maximum known edition (inclusive) when this was constructed. Editions
48
+ // after this will not have reliable defaults.
49
+ this._maximumEdition = new ENUM(undefined, GoogleProtobufEdition, GoogleProtobufEdition.EDITION_UNKNOWN, this, 'maximumEdition');
50
+ // Set required fields
51
+ [].forEach(fieldName => {
52
+ this[fieldName].__meta.required = true;
53
+ });
54
+ // Default values from openAPI annotations
55
+ this.__defaultValues = {};
56
+ // Initialize the fields with init data
57
+ if (initData !== undefined) {
58
+ this.__fromLiteral({ ...this.__defaultValues, ...initData });
59
+ }
60
+ else {
61
+ this.__fromLiteral(this.__defaultValues);
62
+ }
63
+ // Set readonly fields after the init, so child nodes are readonly too
64
+ [].forEach(fieldName => {
65
+ this[fieldName].__readonly =
66
+ true;
67
+ });
68
+ this.__meta.isPristine = true;
69
+ }
70
+ get defaults() {
71
+ return this._defaults;
72
+ }
73
+ set defaults(v) {
74
+ this.__TypeSetter(this._defaults, v);
75
+ }
76
+ // The minimum supported edition (inclusive) when this was constructed.
77
+ // Editions before this will not have defaults.
78
+ get minimumEdition() {
79
+ return this._minimumEdition;
80
+ }
81
+ set minimumEdition(v) {
82
+ this.__TypeSetter(this._minimumEdition, v);
83
+ }
84
+ // The maximum known edition (inclusive) when this was constructed. Editions
85
+ // after this will not have reliable defaults.
86
+ get maximumEdition() {
87
+ return this._maximumEdition;
88
+ }
89
+ set maximumEdition(v) {
90
+ this.__TypeSetter(this._maximumEdition, v);
91
+ }
92
+ fromLiteral(data) {
93
+ super.__fromLiteral(data);
94
+ }
95
+ toLiteral() {
96
+ return super.__toLiteral();
97
+ }
98
+ }
99
+ Registry.register('google.protobuf.FeatureSetDefaults', FeatureSetDefaults);
100
+ //# sourceMappingURL=FeatureSetDefaults.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FeatureSetDefaults.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/FeatureSetDefaults.ts"],"names":[],"mappings":"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","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { ARRAY, ENUM, FieldNode, Registry } from '@furo/open-models/dist/index';\nimport { Edition as GoogleProtobufEdition } from './Edition';\n\nimport {\n FeatureSetDefaultsFeatureSetEditionDefault as GoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault,\n type IFeatureSetDefaultsFeatureSetEditionDefault as IGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault,\n type TFeatureSetDefaultsFeatureSetEditionDefault as TGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault,\n} from './FeatureSetDefaults.FeatureSetEditionDefault';\n\n/**\n * @interface IFeatureSetDefaults\n * A compiled specification for the defaults of a set of features. These\n * messages are generated from FeatureSet extensions and can be used to seed\n * feature resolution. The resolution with this object becomes a simple search\n * for the closest matching edition, followed by proto merges.\n */\nexport interface IFeatureSetDefaults {\n defaults?: IGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault[];\n /**\n * The minimum supported edition (inclusive) when this was constructed.\n * Editions before this will not have defaults.\n */\n minimumEdition?: GoogleProtobufEdition | string;\n /**\n * The maximum known edition (inclusive) when this was constructed. Editions\n * after this will not have reliable defaults.\n */\n maximumEdition?: GoogleProtobufEdition | string;\n}\n\n/**\n * @interface TFeatureSetDefaults\n * A compiled specification for the defaults of a set of features. These\n * messages are generated from FeatureSet extensions and can be used to seed\n * feature resolution. The resolution with this object becomes a simple search\n * for the closest matching edition, followed by proto merges.\n */\nexport interface TFeatureSetDefaults {\n defaults?: TGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault[];\n /**\n * The minimum supported edition (inclusive) when this was constructed.\n * Editions before this will not have defaults.\n */\n minimum_edition?: GoogleProtobufEdition | string;\n /**\n * The maximum known edition (inclusive) when this was constructed. Editions\n * after this will not have reliable defaults.\n */\n maximum_edition?: GoogleProtobufEdition | string;\n}\n\n/**\n * FeatureSetDefaults\n * A compiled specification for the defaults of a set of features. These\n * messages are generated from FeatureSet extensions and can be used to seed\n * feature resolution. The resolution with this object becomes a simple search\n * for the closest matching edition, followed by proto merges.\n */\nexport class FeatureSetDefaults extends FieldNode {\n private _defaults: ARRAY<\n GoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault,\n IGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault\n >;\n\n // The minimum supported edition (inclusive) when this was constructed.\n // Editions before this will not have defaults.\n private _minimumEdition: ENUM<GoogleProtobufEdition>;\n\n // The maximum known edition (inclusive) when this was constructed. Editions\n // after this will not have reliable defaults.\n private _maximumEdition: ENUM<GoogleProtobufEdition>;\n\n public __defaultValues: IFeatureSetDefaults;\n\n constructor(\n initData?: IFeatureSetDefaults,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.FeatureSetDefaults';\n this.__meta.description =\n 'FeatureSetDefaults A compiled specification for the defaults of a set of features. These\\n messages are generated from FeatureSet extensions and can be used to seed\\n feature resolution. The resolution with this object becomes a simple search\\n for the closest matching edition, followed by proto merges.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'defaults',\n protoName: 'defaults',\n FieldConstructor:\n GoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'minimumEdition',\n protoName: 'minimum_edition',\n FieldConstructor: ENUM<GoogleProtobufEdition>,\n constraints: {},\n description:\n 'The minimum supported edition (inclusive) when this was constructed.\\n Editions before this will not have defaults.',\n },\n {\n fieldName: 'maximumEdition',\n protoName: 'maximum_edition',\n FieldConstructor: ENUM<GoogleProtobufEdition>,\n constraints: {},\n description:\n 'The maximum known edition (inclusive) when this was constructed. Editions\\n after this will not have reliable defaults.',\n },\n ];\n\n // Initialize the fields\n this._defaults = new ARRAY<\n GoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault,\n IGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault\n >(undefined, this, 'defaults');\n\n // The minimum supported edition (inclusive) when this was constructed.\n // Editions before this will not have defaults.\n this._minimumEdition = new ENUM<GoogleProtobufEdition>(\n undefined,\n GoogleProtobufEdition,\n GoogleProtobufEdition.EDITION_UNKNOWN,\n this,\n 'minimumEdition',\n );\n\n // The maximum known edition (inclusive) when this was constructed. Editions\n // after this will not have reliable defaults.\n this._maximumEdition = new ENUM<GoogleProtobufEdition>(\n undefined,\n GoogleProtobufEdition,\n GoogleProtobufEdition.EDITION_UNKNOWN,\n this,\n 'maximumEdition',\n );\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[fieldName as keyof FeatureSetDefaults] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof FeatureSetDefaults] as FieldNode).__readonly =\n true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get defaults(): ARRAY<\n GoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault,\n IGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault\n > {\n return this._defaults;\n }\n\n public set defaults(\n v: IGoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault[],\n ) {\n this.__TypeSetter(this._defaults, v);\n }\n\n // The minimum supported edition (inclusive) when this was constructed.\n // Editions before this will not have defaults.\n public get minimumEdition(): ENUM<GoogleProtobufEdition> {\n return this._minimumEdition;\n }\n\n public set minimumEdition(v: GoogleProtobufEdition) {\n this.__TypeSetter(this._minimumEdition, v);\n }\n\n // The maximum known edition (inclusive) when this was constructed. Editions\n // after this will not have reliable defaults.\n public get maximumEdition(): ENUM<GoogleProtobufEdition> {\n return this._maximumEdition;\n }\n\n public set maximumEdition(v: GoogleProtobufEdition) {\n this.__TypeSetter(this._maximumEdition, v);\n }\n\n fromLiteral(data: IFeatureSetDefaults) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IFeatureSetDefaults {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.FeatureSetDefaults', FeatureSetDefaults);\n"]}
@@ -0,0 +1,5 @@
1
+ export declare enum FieldDescriptorProtoLabel {
2
+ LABEL_OPTIONAL = "LABEL_OPTIONAL",
3
+ LABEL_REPEATED = "LABEL_REPEATED",
4
+ LABEL_REQUIRED = "LABEL_REQUIRED"
5
+ }
@@ -0,0 +1,10 @@
1
+ // Code generated by furo protoc-gen-open-models. DO NOT EDIT.
2
+ // protoc-gen-open-models version: ????
3
+ // Describes a field within a message.
4
+ export var FieldDescriptorProtoLabel;
5
+ (function (FieldDescriptorProtoLabel) {
6
+ FieldDescriptorProtoLabel["LABEL_OPTIONAL"] = "LABEL_OPTIONAL";
7
+ FieldDescriptorProtoLabel["LABEL_REPEATED"] = "LABEL_REPEATED";
8
+ FieldDescriptorProtoLabel["LABEL_REQUIRED"] = "LABEL_REQUIRED";
9
+ })(FieldDescriptorProtoLabel || (FieldDescriptorProtoLabel = {}));
10
+ //# sourceMappingURL=FieldDescriptorProto.Label.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldDescriptorProto.Label.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,uCAAuC;AACvC,MAAM,CAAN,IAAY,yBAIX;AAJD,WAAY,yBAAyB;IACnC,8DAAiC,CAAA;IACjC,8DAAiC,CAAA;IACjC,8DAAiC,CAAA;AACnC,CAAC,EAJW,yBAAyB,KAAzB,yBAAyB,QAIpC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\n// Describes a field within a message.\nexport enum FieldDescriptorProtoLabel {\n LABEL_OPTIONAL = 'LABEL_OPTIONAL',\n LABEL_REPEATED = 'LABEL_REPEATED',\n LABEL_REQUIRED = 'LABEL_REQUIRED',\n}\n"]}
@@ -0,0 +1,20 @@
1
+ export declare enum FieldDescriptorProtoType {
2
+ TYPE_DOUBLE = "TYPE_DOUBLE",
3
+ TYPE_FLOAT = "TYPE_FLOAT",
4
+ TYPE_INT64 = "TYPE_INT64",
5
+ TYPE_UINT64 = "TYPE_UINT64",
6
+ TYPE_INT32 = "TYPE_INT32",
7
+ TYPE_FIXED64 = "TYPE_FIXED64",
8
+ TYPE_FIXED32 = "TYPE_FIXED32",
9
+ TYPE_BOOL = "TYPE_BOOL",
10
+ TYPE_STRING = "TYPE_STRING",
11
+ TYPE_GROUP = "TYPE_GROUP",
12
+ TYPE_MESSAGE = "TYPE_MESSAGE",
13
+ TYPE_BYTES = "TYPE_BYTES",
14
+ TYPE_UINT32 = "TYPE_UINT32",
15
+ TYPE_ENUM = "TYPE_ENUM",
16
+ TYPE_SFIXED32 = "TYPE_SFIXED32",
17
+ TYPE_SFIXED64 = "TYPE_SFIXED64",
18
+ TYPE_SINT32 = "TYPE_SINT32",
19
+ TYPE_SINT64 = "TYPE_SINT64"
20
+ }
@@ -0,0 +1,25 @@
1
+ // Code generated by furo protoc-gen-open-models. DO NOT EDIT.
2
+ // protoc-gen-open-models version: ????
3
+ // Describes a field within a message.
4
+ export var FieldDescriptorProtoType;
5
+ (function (FieldDescriptorProtoType) {
6
+ FieldDescriptorProtoType["TYPE_DOUBLE"] = "TYPE_DOUBLE";
7
+ FieldDescriptorProtoType["TYPE_FLOAT"] = "TYPE_FLOAT";
8
+ FieldDescriptorProtoType["TYPE_INT64"] = "TYPE_INT64";
9
+ FieldDescriptorProtoType["TYPE_UINT64"] = "TYPE_UINT64";
10
+ FieldDescriptorProtoType["TYPE_INT32"] = "TYPE_INT32";
11
+ FieldDescriptorProtoType["TYPE_FIXED64"] = "TYPE_FIXED64";
12
+ FieldDescriptorProtoType["TYPE_FIXED32"] = "TYPE_FIXED32";
13
+ FieldDescriptorProtoType["TYPE_BOOL"] = "TYPE_BOOL";
14
+ FieldDescriptorProtoType["TYPE_STRING"] = "TYPE_STRING";
15
+ FieldDescriptorProtoType["TYPE_GROUP"] = "TYPE_GROUP";
16
+ FieldDescriptorProtoType["TYPE_MESSAGE"] = "TYPE_MESSAGE";
17
+ FieldDescriptorProtoType["TYPE_BYTES"] = "TYPE_BYTES";
18
+ FieldDescriptorProtoType["TYPE_UINT32"] = "TYPE_UINT32";
19
+ FieldDescriptorProtoType["TYPE_ENUM"] = "TYPE_ENUM";
20
+ FieldDescriptorProtoType["TYPE_SFIXED32"] = "TYPE_SFIXED32";
21
+ FieldDescriptorProtoType["TYPE_SFIXED64"] = "TYPE_SFIXED64";
22
+ FieldDescriptorProtoType["TYPE_SINT32"] = "TYPE_SINT32";
23
+ FieldDescriptorProtoType["TYPE_SINT64"] = "TYPE_SINT64";
24
+ })(FieldDescriptorProtoType || (FieldDescriptorProtoType = {}));
25
+ //# sourceMappingURL=FieldDescriptorProto.Type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FieldDescriptorProto.Type.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,uCAAuC;AACvC,MAAM,CAAN,IAAY,wBAmBX;AAnBD,WAAY,wBAAwB;IAClC,uDAA2B,CAAA;IAC3B,qDAAyB,CAAA;IACzB,qDAAyB,CAAA;IACzB,uDAA2B,CAAA;IAC3B,qDAAyB,CAAA;IACzB,yDAA6B,CAAA;IAC7B,yDAA6B,CAAA;IAC7B,mDAAuB,CAAA;IACvB,uDAA2B,CAAA;IAC3B,qDAAyB,CAAA;IACzB,yDAA6B,CAAA;IAC7B,qDAAyB,CAAA;IACzB,uDAA2B,CAAA;IAC3B,mDAAuB,CAAA;IACvB,2DAA+B,CAAA;IAC/B,2DAA+B,CAAA;IAC/B,uDAA2B,CAAA;IAC3B,uDAA2B,CAAA;AAC7B,CAAC,EAnBW,wBAAwB,KAAxB,wBAAwB,QAmBnC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\n// Describes a field within a message.\nexport enum FieldDescriptorProtoType {\n TYPE_DOUBLE = 'TYPE_DOUBLE',\n TYPE_FLOAT = 'TYPE_FLOAT',\n TYPE_INT64 = 'TYPE_INT64',\n TYPE_UINT64 = 'TYPE_UINT64',\n TYPE_INT32 = 'TYPE_INT32',\n TYPE_FIXED64 = 'TYPE_FIXED64',\n TYPE_FIXED32 = 'TYPE_FIXED32',\n TYPE_BOOL = 'TYPE_BOOL',\n TYPE_STRING = 'TYPE_STRING',\n TYPE_GROUP = 'TYPE_GROUP',\n TYPE_MESSAGE = 'TYPE_MESSAGE',\n TYPE_BYTES = 'TYPE_BYTES',\n TYPE_UINT32 = 'TYPE_UINT32',\n TYPE_ENUM = 'TYPE_ENUM',\n TYPE_SFIXED32 = 'TYPE_SFIXED32',\n TYPE_SFIXED64 = 'TYPE_SFIXED64',\n TYPE_SINT32 = 'TYPE_SINT32',\n TYPE_SINT64 = 'TYPE_SINT64',\n}\n"]}
@@ -0,0 +1,189 @@
1
+ import { BOOLEAN, ENUM, FieldNode, INT32, STRING } from '@furo/open-models/dist/index';
2
+ import { FieldDescriptorProtoLabel as GoogleProtobufFieldDescriptorProtoLabel } from './FieldDescriptorProto.Label.js';
3
+ import { FieldDescriptorProtoType as GoogleProtobufFieldDescriptorProtoType } from './FieldDescriptorProto.Type.js';
4
+ import { FieldOptions as GoogleProtobufFieldOptions, type IFieldOptions as IGoogleProtobufFieldOptions, type TFieldOptions as TGoogleProtobufFieldOptions } from './FieldOptions.js';
5
+ /**
6
+ * @interface IFieldDescriptorProto
7
+ * Describes a field within a message.
8
+ */
9
+ export interface IFieldDescriptorProto {
10
+ name?: string;
11
+ number?: number;
12
+ label?: GoogleProtobufFieldDescriptorProtoLabel | string;
13
+ /**
14
+ * If type_name is set, this need not be set. If both this and type_name
15
+ * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
16
+ */
17
+ type?: GoogleProtobufFieldDescriptorProtoType | string;
18
+ /**
19
+ * For message and enum types, this is the name of the type. If the name
20
+ * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
21
+ * rules are used to find the type (i.e. first the nested types within this
22
+ * message are searched, then within the parent, on up to the root
23
+ * namespace).
24
+ */
25
+ typeName?: string;
26
+ /**
27
+ * For extensions, this is the name of the type being extended. It is
28
+ * resolved in the same manner as type_name.
29
+ */
30
+ extendee?: string;
31
+ /**
32
+ * For numeric types, contains the original text representation of the value.
33
+ * For booleans, "true" or "false".
34
+ * For strings, contains the default text contents (not escaped in any way).
35
+ * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
36
+ */
37
+ defaultValue?: string;
38
+ /**
39
+ * If set, gives the index of a oneof in the containing type's oneof_decl
40
+ * list. This field is a member of that oneof.
41
+ */
42
+ oneofIndex?: number;
43
+ /**
44
+ * JSON name of this field. The value is set by protocol compiler. If the
45
+ * user has set a "json_name" option on this field, that option's value
46
+ * will be used. Otherwise, it's deduced from the field's name by converting
47
+ * it to camelCase.
48
+ */
49
+ jsonName?: string;
50
+ options?: IGoogleProtobufFieldOptions;
51
+ /**
52
+ * If true, this is a proto3 "optional". When a proto3 field is optional, it
53
+ * tracks presence regardless of field type.
54
+ *
55
+ * When proto3_optional is true, this field must be belong to a oneof to
56
+ * signal to old proto3 clients that presence is tracked for this field. This
57
+ * oneof is known as a "synthetic" oneof, and this field must be its sole
58
+ * member (each proto3 optional field gets its own synthetic oneof). Synthetic
59
+ * oneofs exist in the descriptor only, and do not generate any API. Synthetic
60
+ * oneofs must be ordered after all "real" oneofs.
61
+ *
62
+ * For message fields, proto3_optional doesn't create any semantic change,
63
+ * since non-repeated message fields always track presence. However it still
64
+ * indicates the semantic detail of whether the user wrote "optional" or not.
65
+ * This can be useful for round-tripping the .proto file. For consistency we
66
+ * give message fields a synthetic oneof also, even though it is not required
67
+ * to track presence. This is especially important because the parser can't
68
+ * tell if a field is a message or an enum, so it must always create a
69
+ * synthetic oneof.
70
+ *
71
+ * Proto2 optional fields do not set this flag, because they already indicate
72
+ * optional with `LABEL_OPTIONAL`.
73
+ */
74
+ proto3Optional?: boolean;
75
+ }
76
+ /**
77
+ * @interface TFieldDescriptorProto
78
+ * Describes a field within a message.
79
+ */
80
+ export interface TFieldDescriptorProto {
81
+ name?: string;
82
+ number?: number;
83
+ label?: GoogleProtobufFieldDescriptorProtoLabel | string;
84
+ /**
85
+ * If type_name is set, this need not be set. If both this and type_name
86
+ * are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.
87
+ */
88
+ type?: GoogleProtobufFieldDescriptorProtoType | string;
89
+ /**
90
+ * For message and enum types, this is the name of the type. If the name
91
+ * starts with a '.', it is fully-qualified. Otherwise, C++-like scoping
92
+ * rules are used to find the type (i.e. first the nested types within this
93
+ * message are searched, then within the parent, on up to the root
94
+ * namespace).
95
+ */
96
+ type_name?: string;
97
+ /**
98
+ * For extensions, this is the name of the type being extended. It is
99
+ * resolved in the same manner as type_name.
100
+ */
101
+ extendee?: string;
102
+ /**
103
+ * For numeric types, contains the original text representation of the value.
104
+ * For booleans, "true" or "false".
105
+ * For strings, contains the default text contents (not escaped in any way).
106
+ * For bytes, contains the C escaped value. All bytes >= 128 are escaped.
107
+ */
108
+ default_value?: string;
109
+ /**
110
+ * If set, gives the index of a oneof in the containing type's oneof_decl
111
+ * list. This field is a member of that oneof.
112
+ */
113
+ oneof_index?: number;
114
+ /**
115
+ * JSON name of this field. The value is set by protocol compiler. If the
116
+ * user has set a "json_name" option on this field, that option's value
117
+ * will be used. Otherwise, it's deduced from the field's name by converting
118
+ * it to camelCase.
119
+ */
120
+ json_name?: string;
121
+ options?: TGoogleProtobufFieldOptions;
122
+ /**
123
+ * If true, this is a proto3 "optional". When a proto3 field is optional, it
124
+ * tracks presence regardless of field type.
125
+ *
126
+ * When proto3_optional is true, this field must be belong to a oneof to
127
+ * signal to old proto3 clients that presence is tracked for this field. This
128
+ * oneof is known as a "synthetic" oneof, and this field must be its sole
129
+ * member (each proto3 optional field gets its own synthetic oneof). Synthetic
130
+ * oneofs exist in the descriptor only, and do not generate any API. Synthetic
131
+ * oneofs must be ordered after all "real" oneofs.
132
+ *
133
+ * For message fields, proto3_optional doesn't create any semantic change,
134
+ * since non-repeated message fields always track presence. However it still
135
+ * indicates the semantic detail of whether the user wrote "optional" or not.
136
+ * This can be useful for round-tripping the .proto file. For consistency we
137
+ * give message fields a synthetic oneof also, even though it is not required
138
+ * to track presence. This is especially important because the parser can't
139
+ * tell if a field is a message or an enum, so it must always create a
140
+ * synthetic oneof.
141
+ *
142
+ * Proto2 optional fields do not set this flag, because they already indicate
143
+ * optional with `LABEL_OPTIONAL`.
144
+ */
145
+ proto3_optional?: boolean;
146
+ }
147
+ /**
148
+ * FieldDescriptorProto
149
+ * Describes a field within a message.
150
+ */
151
+ export declare class FieldDescriptorProto extends FieldNode {
152
+ private _name;
153
+ private _number;
154
+ private _label;
155
+ private _type;
156
+ private _typeName;
157
+ private _extendee;
158
+ private _defaultValue;
159
+ private _oneofIndex;
160
+ private _jsonName;
161
+ private _options;
162
+ private _proto3Optional;
163
+ __defaultValues: IFieldDescriptorProto;
164
+ constructor(initData?: IFieldDescriptorProto, parent?: FieldNode, parentAttributeName?: string);
165
+ get name(): STRING;
166
+ set name(v: string);
167
+ get number(): INT32;
168
+ set number(v: number);
169
+ get label(): ENUM<GoogleProtobufFieldDescriptorProtoLabel>;
170
+ set label(v: GoogleProtobufFieldDescriptorProtoLabel);
171
+ get type(): ENUM<GoogleProtobufFieldDescriptorProtoType>;
172
+ set type(v: GoogleProtobufFieldDescriptorProtoType);
173
+ get typeName(): STRING;
174
+ set typeName(v: string);
175
+ get extendee(): STRING;
176
+ set extendee(v: string);
177
+ get defaultValue(): STRING;
178
+ set defaultValue(v: string);
179
+ get oneofIndex(): INT32;
180
+ set oneofIndex(v: number);
181
+ get jsonName(): STRING;
182
+ set jsonName(v: string);
183
+ get options(): GoogleProtobufFieldOptions;
184
+ set options(v: IGoogleProtobufFieldOptions);
185
+ get proto3Optional(): BOOLEAN;
186
+ set proto3Optional(v: boolean);
187
+ fromLiteral(data: IFieldDescriptorProto): void;
188
+ toLiteral(): IFieldDescriptorProto;
189
+ }