@furo/open-models 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1420 -1415
- package/dist/primitives/BOOLEAN.d.ts +4 -0
- package/dist/primitives/BOOLEAN.js +13 -0
- package/dist/primitives/BOOLEAN.js.map +1 -1
- package/dist/protoc-gen-open-models/API_OPTIONS.d.ts +5 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js +11 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js.map +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.d.ts +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js +201 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js.map +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.d.ts +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js +17 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.d.ts +54 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.js +104 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.d.ts +62 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js +152 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.d.ts +36 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js +83 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.d.ts +12 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.js +14 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.d.ts +31 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js +56 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js +55 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.d.ts +44 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js +76 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js +55 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js +70 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js +55 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.d.ts +12 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.js +21 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.d.ts +65 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.js +158 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.d.ts +50 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js +80 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.d.ts +50 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js +80 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.d.ts +74 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.js +91 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.js +89 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js +73 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.js +89 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.d.ts +58 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js +78 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.js +89 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js +73 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.d.ts +57 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.js +74 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js +73 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.js +89 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js +73 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.js +89 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js +73 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.js +89 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/String.js +89 -0
- package/dist/protoc-gen-open-models/furo/fat/String.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.js +89 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js +72 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.js +89 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.d.ts +11 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.js +15 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.d.ts +75 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js +218 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.js +58 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.js +58 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.d.ts +58 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.js +78 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.d.ts +31 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js +69 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.d.ts +30 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js +67 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.d.ts +111 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.js +210 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.d.ts +30 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js +67 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.d.ts +117 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.js +203 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.js +77 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Other.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/type/Other.js +55 -0
- package/dist/protoc-gen-open-models/furo/type/Other.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.d.ts +13 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.js +17 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.d.ts +53 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.js +57 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.d.ts +53 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.js +86 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.d.ts +65 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.js +158 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.d.ts +45 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js +73 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/Http.d.ts +66 -0
- package/dist/protoc-gen-open-models/google/api/Http.js +89 -0
- package/dist/protoc-gen-open-models/google/api/Http.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.d.ts +985 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.js +502 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.d.ts +356 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.js +213 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js +59 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js +59 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.d.ts +36 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js +81 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js +67 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.d.ts +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js +183 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js +60 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.d.ts +11 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.js +26 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js +68 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.d.ts +69 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js +121 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.d.ts +95 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js +137 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.d.ts +39 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js +82 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.d.ts +76 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js +115 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.d.ts +81 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js +126 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.d.ts +4 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js +8 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.d.ts +76 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js +115 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.d.ts +6 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js +16 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.d.ts +74 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js +132 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.d.ts +32 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js +70 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.d.ts +65 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js +95 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js +10 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.d.ts +20 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js +25 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.d.ts +189 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js +269 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.d.ts +31 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js +68 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.d.ts +12 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js +16 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.d.ts +264 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js +350 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.d.ts +151 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js +247 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.d.ts +32 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js +58 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.d.ts +333 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js +459 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js +59 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js +12 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.d.ts +78 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js +124 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.d.ts +43 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js +59 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js +59 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.d.ts +201 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js +251 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.d.ts +74 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js +130 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.d.ts +67 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js +110 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.d.ts +34 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js +70 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.d.ts +44 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js +74 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js +83 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.d.ts +61 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js +95 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.d.ts +207 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js +256 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.d.ts +122 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js +144 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.js +60 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js +60 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js +60 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js +67 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.d.ts +82 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js +144 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js.map +1 -0
- package/dist/protoc-gen-open-models/init.d.ts +10 -0
- package/dist/protoc-gen-open-models/init.js +10 -0
- package/dist/protoc-gen-open-models/init.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.d.ts +31 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js +68 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.d.ts +30 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.js +67 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js +56 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.d.ts +83 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.js +182 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.d.ts +44 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.js +95 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.js +81 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.d.ts +40 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.js +84 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.d.ts +73 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.js +166 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.d.ts +55 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.js +122 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.js +55 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.d.ts +47 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.js +108 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js +56 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.js +55 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.d.ts +39 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js +83 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.d.ts +88 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.js +203 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js +56 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.d.ts +66 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.js +149 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js +55 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/License.d.ts +39 -0
- package/dist/protoc-gen-open-models/openapiv3/License.js +82 -0
- package/dist/protoc-gen-open-models/openapiv3/License.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.d.ts +61 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.js +136 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js +56 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.d.ts +53 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.js +112 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js +55 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js +75 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.d.ts +50 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js +109 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.d.ts +50 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js +109 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.js +55 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.d.ts +96 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.js +219 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.d.ts +98 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.js +229 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js +55 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.d.ts +97 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.js +228 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.js +55 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.d.ts +38 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.js +81 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js +55 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.js +97 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js +69 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.d.ts +52 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.js +111 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.d.ts +41 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.js +84 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js +56 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.d.ts +213 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.js +520 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js +56 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.d.ts +29 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.d.ts +70 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js +162 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js +69 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js +55 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.js +96 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.d.ts +44 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js +96 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js +56 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.d.ts +38 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js +81 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.d.ts +25 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.js +55 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.js +55 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.js +96 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.d.ts +54 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.js +121 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.js.map +1 -0
- package/dist/test_components/form-furo-type-defaults.d.ts +30 -0
- package/dist/test_components/form-furo-type-defaults.js +67 -0
- package/dist/test_components/form-furo-type-defaults.js.map +1 -0
- package/dist/test_components/form-number.d.ts +42 -0
- package/dist/test_components/form-number.js +125 -0
- package/dist/test_components/form-number.js.map +1 -0
- package/dist/test_components/form-string.d.ts +1 -0
- package/dist/test_components/form-string.js +80 -0
- package/dist/test_components/form-string.js.map +1 -0
- package/dist/test_components/page-index.d.ts +39 -0
- package/dist/test_components/page-index.js +156 -0
- package/dist/test_components/page-index.js.map +1 -0
- package/package.json +5 -4
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { BOOLEAN, FieldNode, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* BoolValue
|
|
6
|
+
* Wrapper message for `bool`.
|
|
7
|
+
*
|
|
8
|
+
* The JSON representation for `BoolValue` is JSON `true` and `false`.
|
|
9
|
+
*/
|
|
10
|
+
export class BoolValue extends FieldNode {
|
|
11
|
+
constructor(initData, parent, parentAttributeName) {
|
|
12
|
+
super(undefined, parent, parentAttributeName);
|
|
13
|
+
this.__meta.typeName = 'google.protobuf.BoolValue';
|
|
14
|
+
this.__meta.nodeFields = [
|
|
15
|
+
{
|
|
16
|
+
fieldName: 'value',
|
|
17
|
+
protoName: 'value',
|
|
18
|
+
FieldConstructor: BOOLEAN,
|
|
19
|
+
constraints: {},
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
// Initialize the fields
|
|
23
|
+
// The bool value.
|
|
24
|
+
this._value = new BOOLEAN(undefined, this, 'value');
|
|
25
|
+
// Set required fields
|
|
26
|
+
[].forEach(fieldName => {
|
|
27
|
+
this[fieldName].__meta.required = true;
|
|
28
|
+
});
|
|
29
|
+
// Default values from openAPI annotations
|
|
30
|
+
this.__defaultValues = {};
|
|
31
|
+
// Initialize the fields with init data
|
|
32
|
+
if (initData !== undefined) {
|
|
33
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
this.__fromLiteral(this.__defaultValues);
|
|
37
|
+
}
|
|
38
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
39
|
+
[].forEach(fieldName => {
|
|
40
|
+
this[fieldName].__readonly = true;
|
|
41
|
+
});
|
|
42
|
+
this.__meta.isPristine = true;
|
|
43
|
+
}
|
|
44
|
+
// The bool value.
|
|
45
|
+
get value() {
|
|
46
|
+
return this._value;
|
|
47
|
+
}
|
|
48
|
+
set value(v) {
|
|
49
|
+
this.__PrimitivesSetter(this._value, v);
|
|
50
|
+
}
|
|
51
|
+
fromLiteral(data) {
|
|
52
|
+
super.__fromLiteral(data);
|
|
53
|
+
}
|
|
54
|
+
toLiteral() {
|
|
55
|
+
return super.__toLiteral();
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
Registry.register('google.protobuf.BoolValue', BoolValue);
|
|
59
|
+
//# sourceMappingURL=BoolValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoolValue.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/BoolValue.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AA4B5E;;;;;GAKG;AACH,MAAM,OAAO,SAAU,SAAQ,SAAS;IAMtC,YACE,QAAqB,EACrB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,2BAA2B,CAAC;QAEnD,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,OAAO;gBACzB,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,mBAAmB;QACnB,IAAI,CAAC,MAAM,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAEpD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA4B,CAAe,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC3E,CAAC,CAAC,CAAC;QAEH,0CAA0C;QAC1C,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAE1B,uCAAuC;QACvC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3C,CAAC;QAED,sEAAsE;QACtE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA4B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACtE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,mBAAmB;IACnB,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,IAAW,KAAK,CAAC,CAAU;QACzB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC1C,CAAC;IAED,WAAW,CAAC,IAAgB;QAC1B,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CAAC,2BAA2B,EAAE,SAAS,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { BOOLEAN, FieldNode, Registry } from '@furo/open-models/dist/index';\n\n/**\n * @interface IBoolValue\n * Wrapper message for `bool`.\n *\n * The JSON representation for `BoolValue` is JSON `true` and `false`.\n */\nexport interface IBoolValue {\n /**\n * The bool value.\n */\n value?: boolean;\n}\n\n/**\n * @interface TBoolValue\n * Wrapper message for `bool`.\n *\n * The JSON representation for `BoolValue` is JSON `true` and `false`.\n */\nexport interface TBoolValue {\n /**\n * The bool value.\n */\n value?: boolean;\n}\n\n/**\n * BoolValue\n * Wrapper message for `bool`.\n *\n * The JSON representation for `BoolValue` is JSON `true` and `false`.\n */\nexport class BoolValue extends FieldNode {\n // The bool value.\n private _value: BOOLEAN;\n\n public __defaultValues: IBoolValue;\n\n constructor(\n initData?: IBoolValue,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.BoolValue';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: BOOLEAN,\n constraints: {},\n },\n ];\n\n // Initialize the fields\n // The bool value.\n this._value = new BOOLEAN(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof BoolValue] 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 BoolValue] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // The bool value.\n public get value(): BOOLEAN {\n return this._value;\n }\n\n public set value(v: boolean) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IBoolValue) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IBoolValue {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.BoolValue', BoolValue);\n"]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { BYTES, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IBytesValue
|
|
4
|
+
* Wrapper message for `bytes`.
|
|
5
|
+
*
|
|
6
|
+
* The JSON representation for `BytesValue` is JSON string.
|
|
7
|
+
*/
|
|
8
|
+
export interface IBytesValue {
|
|
9
|
+
/**
|
|
10
|
+
* The bytes value.
|
|
11
|
+
*/
|
|
12
|
+
value?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @interface TBytesValue
|
|
16
|
+
* Wrapper message for `bytes`.
|
|
17
|
+
*
|
|
18
|
+
* The JSON representation for `BytesValue` is JSON string.
|
|
19
|
+
*/
|
|
20
|
+
export interface TBytesValue {
|
|
21
|
+
/**
|
|
22
|
+
* The bytes value.
|
|
23
|
+
*/
|
|
24
|
+
value?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* BytesValue
|
|
28
|
+
* Wrapper message for `bytes`.
|
|
29
|
+
*
|
|
30
|
+
* The JSON representation for `BytesValue` is JSON string.
|
|
31
|
+
*/
|
|
32
|
+
export declare class BytesValue extends FieldNode {
|
|
33
|
+
private _value;
|
|
34
|
+
__defaultValues: IBytesValue;
|
|
35
|
+
constructor(initData?: IBytesValue, parent?: FieldNode, parentAttributeName?: string);
|
|
36
|
+
get value(): BYTES;
|
|
37
|
+
set value(v: string);
|
|
38
|
+
fromLiteral(data: IBytesValue): void;
|
|
39
|
+
toLiteral(): IBytesValue;
|
|
40
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { BYTES, FieldNode, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* BytesValue
|
|
6
|
+
* Wrapper message for `bytes`.
|
|
7
|
+
*
|
|
8
|
+
* The JSON representation for `BytesValue` is JSON string.
|
|
9
|
+
*/
|
|
10
|
+
export class BytesValue extends FieldNode {
|
|
11
|
+
constructor(initData, parent, parentAttributeName) {
|
|
12
|
+
super(undefined, parent, parentAttributeName);
|
|
13
|
+
this.__meta.typeName = 'google.protobuf.BytesValue';
|
|
14
|
+
this.__meta.nodeFields = [
|
|
15
|
+
{
|
|
16
|
+
fieldName: 'value',
|
|
17
|
+
protoName: 'value',
|
|
18
|
+
FieldConstructor: BYTES,
|
|
19
|
+
constraints: {},
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
// Initialize the fields
|
|
23
|
+
// The bytes value.
|
|
24
|
+
this._value = new BYTES(undefined, this, 'value');
|
|
25
|
+
// Set required fields
|
|
26
|
+
[].forEach(fieldName => {
|
|
27
|
+
this[fieldName].__meta.required = true;
|
|
28
|
+
});
|
|
29
|
+
// Default values from openAPI annotations
|
|
30
|
+
this.__defaultValues = {};
|
|
31
|
+
// Initialize the fields with init data
|
|
32
|
+
if (initData !== undefined) {
|
|
33
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
this.__fromLiteral(this.__defaultValues);
|
|
37
|
+
}
|
|
38
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
39
|
+
[].forEach(fieldName => {
|
|
40
|
+
this[fieldName].__readonly = true;
|
|
41
|
+
});
|
|
42
|
+
this.__meta.isPristine = true;
|
|
43
|
+
}
|
|
44
|
+
// The bytes value.
|
|
45
|
+
get value() {
|
|
46
|
+
return this._value;
|
|
47
|
+
}
|
|
48
|
+
set value(v) {
|
|
49
|
+
this.__PrimitivesSetter(this._value, v);
|
|
50
|
+
}
|
|
51
|
+
fromLiteral(data) {
|
|
52
|
+
super.__fromLiteral(data);
|
|
53
|
+
}
|
|
54
|
+
toLiteral() {
|
|
55
|
+
return super.__toLiteral();
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
Registry.register('google.protobuf.BytesValue', BytesValue);
|
|
59
|
+
//# sourceMappingURL=BytesValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BytesValue.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/BytesValue.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AA4B1E;;;;;GAKG;AACH,MAAM,OAAO,UAAW,SAAQ,SAAS;IAMvC,YACE,QAAsB,EACtB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,4BAA4B,CAAC;QAEpD,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,KAAK;gBACvB,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,oBAAoB;QACpB,IAAI,CAAC,MAAM,GAAG,IAAI,KAAK,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAElD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA6B,CAAe,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC5E,CAAC,CAAC,CAAC;QAEH,0CAA0C;QAC1C,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAE1B,uCAAuC;QACvC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3C,CAAC;QAED,sEAAsE;QACtE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA6B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACvE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,oBAAoB;IACpB,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,IAAW,KAAK,CAAC,CAAS;QACxB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC1C,CAAC;IAED,WAAW,CAAC,IAAiB;QAC3B,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CAAC,4BAA4B,EAAE,UAAU,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { BYTES, FieldNode, Registry } from '@furo/open-models/dist/index';\n\n/**\n * @interface IBytesValue\n * Wrapper message for `bytes`.\n *\n * The JSON representation for `BytesValue` is JSON string.\n */\nexport interface IBytesValue {\n /**\n * The bytes value.\n */\n value?: string;\n}\n\n/**\n * @interface TBytesValue\n * Wrapper message for `bytes`.\n *\n * The JSON representation for `BytesValue` is JSON string.\n */\nexport interface TBytesValue {\n /**\n * The bytes value.\n */\n value?: string;\n}\n\n/**\n * BytesValue\n * Wrapper message for `bytes`.\n *\n * The JSON representation for `BytesValue` is JSON string.\n */\nexport class BytesValue extends FieldNode {\n // The bytes value.\n private _value: BYTES;\n\n public __defaultValues: IBytesValue;\n\n constructor(\n initData?: IBytesValue,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.BytesValue';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: BYTES,\n constraints: {},\n },\n ];\n\n // Initialize the fields\n // The bytes value.\n this._value = new BYTES(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof BytesValue] 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 BytesValue] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // The bytes value.\n public get value(): BYTES {\n return this._value;\n }\n\n public set value(v: string) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IBytesValue) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IBytesValue {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.BytesValue', BytesValue);\n"]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { FieldNode, INT32 } from '@furo/open-models/dist/index';
|
|
2
|
+
import { ExtensionRangeOptions as GoogleProtobufExtensionRangeOptions, IExtensionRangeOptions as IGoogleProtobufExtensionRangeOptions, TExtensionRangeOptions as TGoogleProtobufExtensionRangeOptions } from './ExtensionRangeOptions.js';
|
|
3
|
+
/**
|
|
4
|
+
* @interface IDescriptorProtoExtensionRange
|
|
5
|
+
*/
|
|
6
|
+
export interface IDescriptorProtoExtensionRange {
|
|
7
|
+
start?: number;
|
|
8
|
+
end?: number;
|
|
9
|
+
options?: IGoogleProtobufExtensionRangeOptions;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @interface TDescriptorProtoExtensionRange
|
|
13
|
+
*/
|
|
14
|
+
export interface TDescriptorProtoExtensionRange {
|
|
15
|
+
start?: number;
|
|
16
|
+
end?: number;
|
|
17
|
+
options?: TGoogleProtobufExtensionRangeOptions;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* DescriptorProtoExtensionRange
|
|
21
|
+
*/
|
|
22
|
+
export declare class DescriptorProtoExtensionRange extends FieldNode {
|
|
23
|
+
private _start;
|
|
24
|
+
private _end;
|
|
25
|
+
private _options;
|
|
26
|
+
__defaultValues: IDescriptorProtoExtensionRange;
|
|
27
|
+
constructor(initData?: IDescriptorProtoExtensionRange, parent?: FieldNode, parentAttributeName?: string);
|
|
28
|
+
get start(): INT32;
|
|
29
|
+
set start(v: number);
|
|
30
|
+
get end(): INT32;
|
|
31
|
+
set end(v: number);
|
|
32
|
+
get options(): GoogleProtobufExtensionRangeOptions;
|
|
33
|
+
set options(v: IGoogleProtobufExtensionRangeOptions);
|
|
34
|
+
fromLiteral(data: IDescriptorProtoExtensionRange): void;
|
|
35
|
+
toLiteral(): IDescriptorProtoExtensionRange;
|
|
36
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { FieldNode, INT32, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
import { ExtensionRangeOptions as GoogleProtobufExtensionRangeOptions, } from './ExtensionRangeOptions.js';
|
|
5
|
+
/**
|
|
6
|
+
* DescriptorProtoExtensionRange
|
|
7
|
+
*/
|
|
8
|
+
export class DescriptorProtoExtensionRange extends FieldNode {
|
|
9
|
+
constructor(initData, parent, parentAttributeName) {
|
|
10
|
+
super(undefined, parent, parentAttributeName);
|
|
11
|
+
this.__meta.typeName = 'google.protobuf.DescriptorProto.ExtensionRange';
|
|
12
|
+
this.__meta.nodeFields = [
|
|
13
|
+
{
|
|
14
|
+
fieldName: 'start',
|
|
15
|
+
protoName: 'start',
|
|
16
|
+
FieldConstructor: INT32,
|
|
17
|
+
constraints: {},
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
fieldName: 'end',
|
|
21
|
+
protoName: 'end',
|
|
22
|
+
FieldConstructor: INT32,
|
|
23
|
+
constraints: {},
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
fieldName: 'options',
|
|
27
|
+
protoName: 'options',
|
|
28
|
+
FieldConstructor: GoogleProtobufExtensionRangeOptions,
|
|
29
|
+
constraints: {},
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
// Initialize the fields
|
|
33
|
+
this._start = new INT32(undefined, this, 'start');
|
|
34
|
+
this._end = new INT32(undefined, this, 'end');
|
|
35
|
+
this._options = new GoogleProtobufExtensionRangeOptions(undefined, this, 'options');
|
|
36
|
+
// Set required fields
|
|
37
|
+
[].forEach(fieldName => {
|
|
38
|
+
this[fieldName].__meta.required = true;
|
|
39
|
+
});
|
|
40
|
+
// Default values from openAPI annotations
|
|
41
|
+
this.__defaultValues = {};
|
|
42
|
+
// Initialize the fields with init data
|
|
43
|
+
if (initData !== undefined) {
|
|
44
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
45
|
+
}
|
|
46
|
+
else {
|
|
47
|
+
this.__fromLiteral(this.__defaultValues);
|
|
48
|
+
}
|
|
49
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
50
|
+
[].forEach(fieldName => {
|
|
51
|
+
this[fieldName].__readonly = true;
|
|
52
|
+
});
|
|
53
|
+
this.__meta.isPristine = true;
|
|
54
|
+
}
|
|
55
|
+
get start() {
|
|
56
|
+
return this._start;
|
|
57
|
+
}
|
|
58
|
+
set start(v) {
|
|
59
|
+
this.__PrimitivesSetter(this._start, v);
|
|
60
|
+
}
|
|
61
|
+
get end() {
|
|
62
|
+
return this._end;
|
|
63
|
+
}
|
|
64
|
+
set end(v) {
|
|
65
|
+
this.__PrimitivesSetter(this._end, v);
|
|
66
|
+
}
|
|
67
|
+
get options() {
|
|
68
|
+
return this._options;
|
|
69
|
+
}
|
|
70
|
+
set options(v) {
|
|
71
|
+
this.__TypeSetter(this._options, v);
|
|
72
|
+
}
|
|
73
|
+
fromLiteral(data) {
|
|
74
|
+
super.__fromLiteral(data);
|
|
75
|
+
}
|
|
76
|
+
toLiteral() {
|
|
77
|
+
return super.__toLiteral();
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
Registry.register('google.protobuf.DescriptorProto.ExtensionRange', DescriptorProtoExtensionRange);
|
|
81
|
+
//# sourceMappingURL=DescriptorProto.ExtensionRange.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescriptorProto.ExtensionRange.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EACL,qBAAqB,IAAI,mCAAmC,GAG7D,MAAM,yBAAyB,CAAC;AAwBjC;;GAEG;AACH,MAAM,OAAO,6BAA8B,SAAQ,SAAS;IAS1D,YACE,QAAyC,EACzC,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,gDAAgD,CAAC;QAExE,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,KAAK;gBACvB,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,KAAK;gBAChB,gBAAgB,EAAE,KAAK;gBACvB,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,SAAS;gBACpB,SAAS,EAAE,SAAS;gBACpB,gBAAgB,EAAE,mCAAmC;gBACrD,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,MAAM,GAAG,IAAI,KAAK,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAElD,IAAI,CAAC,IAAI,GAAG,IAAI,KAAK,CAAC,SAAS,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QAE9C,IAAI,CAAC,QAAQ,GAAG,IAAI,mCAAmC,CACrD,SAAS,EACT,IAAI,EACJ,SAAS,CACV,CAAC;QAEF,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YAEnB,IAAI,CAAC,SAAgD,CACtD,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC3B,CAAC,CAAC,CAAC;QAEH,0CAA0C;QAC1C,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAE1B,uCAAuC;QACvC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3C,CAAC;QAED,sEAAsE;QACtE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YAEnB,IAAI,CAAC,SAAgD,CACtD,CAAC,UAAU,GAAG,IAAI,CAAC;QACtB,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,IAAW,KAAK,CAAC,CAAS;QACxB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC1C,CAAC;IAED,IAAW,GAAG;QACZ,OAAO,IAAI,CAAC,IAAI,CAAC;IACnB,CAAC;IAED,IAAW,GAAG,CAAC,CAAS;QACtB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IACxC,CAAC;IAED,IAAW,OAAO;QAChB,OAAO,IAAI,CAAC,QAAQ,CAAC;IACvB,CAAC;IAED,IAAW,OAAO,CAAC,CAAuC;QACxD,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;IACtC,CAAC;IAED,WAAW,CAAC,IAAoC;QAC9C,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CACf,gDAAgD,EAChD,6BAA6B,CAC9B,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, INT32, Registry } from '@furo/open-models/dist/index';\nimport {\n ExtensionRangeOptions as GoogleProtobufExtensionRangeOptions,\n IExtensionRangeOptions as IGoogleProtobufExtensionRangeOptions,\n TExtensionRangeOptions as TGoogleProtobufExtensionRangeOptions,\n} from './ExtensionRangeOptions';\n\n/**\n * @interface IDescriptorProtoExtensionRange\n */\nexport interface IDescriptorProtoExtensionRange {\n start?: number; // Inclusive.\n\n end?: number; // Exclusive.\n\n options?: IGoogleProtobufExtensionRangeOptions;\n}\n\n/**\n * @interface TDescriptorProtoExtensionRange\n */\nexport interface TDescriptorProtoExtensionRange {\n start?: number; // Inclusive.\n\n end?: number; // Exclusive.\n\n options?: TGoogleProtobufExtensionRangeOptions;\n}\n\n/**\n * DescriptorProtoExtensionRange\n */\nexport class DescriptorProtoExtensionRange extends FieldNode {\n private _start: INT32; // Inclusive.\n\n private _end: INT32; // Exclusive.\n\n private _options: GoogleProtobufExtensionRangeOptions;\n\n public __defaultValues: IDescriptorProtoExtensionRange;\n\n constructor(\n initData?: IDescriptorProtoExtensionRange,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.DescriptorProto.ExtensionRange';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'start',\n protoName: 'start',\n FieldConstructor: INT32,\n constraints: {},\n },\n {\n fieldName: 'end',\n protoName: 'end',\n FieldConstructor: INT32,\n constraints: {},\n },\n {\n fieldName: 'options',\n protoName: 'options',\n FieldConstructor: GoogleProtobufExtensionRangeOptions,\n constraints: {},\n },\n ];\n\n // Initialize the fields\n this._start = new INT32(undefined, this, 'start');\n\n this._end = new INT32(undefined, this, 'end');\n\n this._options = new GoogleProtobufExtensionRangeOptions(\n undefined,\n this,\n 'options',\n );\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[fieldName as keyof DescriptorProtoExtensionRange] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (\n this[fieldName as keyof DescriptorProtoExtensionRange] as FieldNode\n ).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get start(): INT32 {\n return this._start;\n }\n\n public set start(v: number) {\n this.__PrimitivesSetter(this._start, v);\n }\n\n public get end(): INT32 {\n return this._end;\n }\n\n public set end(v: number) {\n this.__PrimitivesSetter(this._end, v);\n }\n\n public get options(): GoogleProtobufExtensionRangeOptions {\n return this._options;\n }\n\n public set options(v: IGoogleProtobufExtensionRangeOptions) {\n this.__TypeSetter(this._options, v);\n }\n\n fromLiteral(data: IDescriptorProtoExtensionRange) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IDescriptorProtoExtensionRange {\n return super.__toLiteral();\n }\n}\n\nRegistry.register(\n 'google.protobuf.DescriptorProto.ExtensionRange',\n DescriptorProtoExtensionRange,\n);\n"]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FieldNode, INT32 } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IDescriptorProtoReservedRange
|
|
4
|
+
*/
|
|
5
|
+
export interface IDescriptorProtoReservedRange {
|
|
6
|
+
start?: number;
|
|
7
|
+
end?: number;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @interface TDescriptorProtoReservedRange
|
|
11
|
+
*/
|
|
12
|
+
export interface TDescriptorProtoReservedRange {
|
|
13
|
+
start?: number;
|
|
14
|
+
end?: number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* DescriptorProtoReservedRange
|
|
18
|
+
*/
|
|
19
|
+
export declare class DescriptorProtoReservedRange extends FieldNode {
|
|
20
|
+
private _start;
|
|
21
|
+
private _end;
|
|
22
|
+
__defaultValues: IDescriptorProtoReservedRange;
|
|
23
|
+
constructor(initData?: IDescriptorProtoReservedRange, parent?: FieldNode, parentAttributeName?: string);
|
|
24
|
+
get start(): INT32;
|
|
25
|
+
set start(v: number);
|
|
26
|
+
get end(): INT32;
|
|
27
|
+
set end(v: number);
|
|
28
|
+
fromLiteral(data: IDescriptorProtoReservedRange): void;
|
|
29
|
+
toLiteral(): IDescriptorProtoReservedRange;
|
|
30
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { FieldNode, INT32, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* DescriptorProtoReservedRange
|
|
6
|
+
*/
|
|
7
|
+
export class DescriptorProtoReservedRange extends FieldNode {
|
|
8
|
+
constructor(initData, parent, parentAttributeName) {
|
|
9
|
+
super(undefined, parent, parentAttributeName);
|
|
10
|
+
this.__meta.typeName = 'google.protobuf.DescriptorProto.ReservedRange';
|
|
11
|
+
this.__meta.nodeFields = [
|
|
12
|
+
{
|
|
13
|
+
fieldName: 'start',
|
|
14
|
+
protoName: 'start',
|
|
15
|
+
FieldConstructor: INT32,
|
|
16
|
+
constraints: {},
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
fieldName: 'end',
|
|
20
|
+
protoName: 'end',
|
|
21
|
+
FieldConstructor: INT32,
|
|
22
|
+
constraints: {},
|
|
23
|
+
},
|
|
24
|
+
];
|
|
25
|
+
// Initialize the fields
|
|
26
|
+
this._start = new INT32(undefined, this, 'start');
|
|
27
|
+
this._end = new INT32(undefined, this, 'end');
|
|
28
|
+
// Set required fields
|
|
29
|
+
[].forEach(fieldName => {
|
|
30
|
+
this[fieldName].__meta.required = true;
|
|
31
|
+
});
|
|
32
|
+
// Default values from openAPI annotations
|
|
33
|
+
this.__defaultValues = {};
|
|
34
|
+
// Initialize the fields with init data
|
|
35
|
+
if (initData !== undefined) {
|
|
36
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
this.__fromLiteral(this.__defaultValues);
|
|
40
|
+
}
|
|
41
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
42
|
+
[].forEach(fieldName => {
|
|
43
|
+
this[fieldName].__readonly = true;
|
|
44
|
+
});
|
|
45
|
+
this.__meta.isPristine = true;
|
|
46
|
+
}
|
|
47
|
+
get start() {
|
|
48
|
+
return this._start;
|
|
49
|
+
}
|
|
50
|
+
set start(v) {
|
|
51
|
+
this.__PrimitivesSetter(this._start, v);
|
|
52
|
+
}
|
|
53
|
+
get end() {
|
|
54
|
+
return this._end;
|
|
55
|
+
}
|
|
56
|
+
set end(v) {
|
|
57
|
+
this.__PrimitivesSetter(this._end, v);
|
|
58
|
+
}
|
|
59
|
+
fromLiteral(data) {
|
|
60
|
+
super.__fromLiteral(data);
|
|
61
|
+
}
|
|
62
|
+
toLiteral() {
|
|
63
|
+
return super.__toLiteral();
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
Registry.register('google.protobuf.DescriptorProto.ReservedRange', DescriptorProtoReservedRange);
|
|
67
|
+
//# sourceMappingURL=DescriptorProto.ReservedRange.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescriptorProto.ReservedRange.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAoB1E;;GAEG;AACH,MAAM,OAAO,4BAA6B,SAAQ,SAAS;IAOzD,YACE,QAAwC,EACxC,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,+CAA+C,CAAC;QAEvE,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,KAAK;gBACvB,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,KAAK;gBAChB,gBAAgB,EAAE,KAAK;gBACvB,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,MAAM,GAAG,IAAI,KAAK,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAElD,IAAI,CAAC,IAAI,GAAG,IAAI,KAAK,CAAC,SAAS,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QAE9C,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YAEnB,IAAI,CAAC,SAA+C,CACrD,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC3B,CAAC,CAAC,CAAC;QAEH,0CAA0C;QAC1C,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAE1B,uCAAuC;QACvC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3C,CAAC;QAED,sEAAsE;QACtE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YAEnB,IAAI,CAAC,SAA+C,CACrD,CAAC,UAAU,GAAG,IAAI,CAAC;QACtB,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,IAAW,KAAK,CAAC,CAAS;QACxB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC1C,CAAC;IAED,IAAW,GAAG;QACZ,OAAO,IAAI,CAAC,IAAI,CAAC;IACnB,CAAC;IAED,IAAW,GAAG,CAAC,CAAS;QACtB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IACxC,CAAC;IAED,WAAW,CAAC,IAAmC;QAC7C,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CACf,+CAA+C,EAC/C,4BAA4B,CAC7B,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, INT32, Registry } from '@furo/open-models/dist/index';\n\n/**\n * @interface IDescriptorProtoReservedRange\n */\nexport interface IDescriptorProtoReservedRange {\n start?: number; // Inclusive.\n\n end?: number; // Exclusive.\n}\n\n/**\n * @interface TDescriptorProtoReservedRange\n */\nexport interface TDescriptorProtoReservedRange {\n start?: number; // Inclusive.\n\n end?: number; // Exclusive.\n}\n\n/**\n * DescriptorProtoReservedRange\n */\nexport class DescriptorProtoReservedRange extends FieldNode {\n private _start: INT32; // Inclusive.\n\n private _end: INT32; // Exclusive.\n\n public __defaultValues: IDescriptorProtoReservedRange;\n\n constructor(\n initData?: IDescriptorProtoReservedRange,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.DescriptorProto.ReservedRange';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'start',\n protoName: 'start',\n FieldConstructor: INT32,\n constraints: {},\n },\n {\n fieldName: 'end',\n protoName: 'end',\n FieldConstructor: INT32,\n constraints: {},\n },\n ];\n\n // Initialize the fields\n this._start = new INT32(undefined, this, 'start');\n\n this._end = new INT32(undefined, this, 'end');\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[fieldName as keyof DescriptorProtoReservedRange] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (\n this[fieldName as keyof DescriptorProtoReservedRange] as FieldNode\n ).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get start(): INT32 {\n return this._start;\n }\n\n public set start(v: number) {\n this.__PrimitivesSetter(this._start, v);\n }\n\n public get end(): INT32 {\n return this._end;\n }\n\n public set end(v: number) {\n this.__PrimitivesSetter(this._end, v);\n }\n\n fromLiteral(data: IDescriptorProtoReservedRange) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IDescriptorProtoReservedRange {\n return super.__toLiteral();\n }\n}\n\nRegistry.register(\n 'google.protobuf.DescriptorProto.ReservedRange',\n DescriptorProtoReservedRange,\n);\n"]}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { ARRAY, FieldNode, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
import { DescriptorProtoExtensionRange as GoogleProtobufDescriptorProtoExtensionRange, IDescriptorProtoExtensionRange as IGoogleProtobufDescriptorProtoExtensionRange, TDescriptorProtoExtensionRange as TGoogleProtobufDescriptorProtoExtensionRange } from './DescriptorProto.ExtensionRange.js';
|
|
3
|
+
import { DescriptorProtoReservedRange as GoogleProtobufDescriptorProtoReservedRange, IDescriptorProtoReservedRange as IGoogleProtobufDescriptorProtoReservedRange, TDescriptorProtoReservedRange as TGoogleProtobufDescriptorProtoReservedRange } from './DescriptorProto.ReservedRange.js';
|
|
4
|
+
import { EnumDescriptorProto as GoogleProtobufEnumDescriptorProto, IEnumDescriptorProto as IGoogleProtobufEnumDescriptorProto, TEnumDescriptorProto as TGoogleProtobufEnumDescriptorProto } from './EnumDescriptorProto.js';
|
|
5
|
+
import { FieldDescriptorProto as GoogleProtobufFieldDescriptorProto, IFieldDescriptorProto as IGoogleProtobufFieldDescriptorProto, TFieldDescriptorProto as TGoogleProtobufFieldDescriptorProto } from './FieldDescriptorProto.js';
|
|
6
|
+
import { IMessageOptions as IGoogleProtobufMessageOptions, MessageOptions as GoogleProtobufMessageOptions, TMessageOptions as TGoogleProtobufMessageOptions } from './MessageOptions.js';
|
|
7
|
+
import { IOneofDescriptorProto as IGoogleProtobufOneofDescriptorProto, OneofDescriptorProto as GoogleProtobufOneofDescriptorProto, TOneofDescriptorProto as TGoogleProtobufOneofDescriptorProto } from './OneofDescriptorProto.js';
|
|
8
|
+
/**
|
|
9
|
+
* @interface IDescriptorProto
|
|
10
|
+
* Describes a message type.
|
|
11
|
+
*/
|
|
12
|
+
export interface IDescriptorProto {
|
|
13
|
+
name?: string;
|
|
14
|
+
field?: IGoogleProtobufFieldDescriptorProto[];
|
|
15
|
+
extension?: IGoogleProtobufFieldDescriptorProto[];
|
|
16
|
+
nestedType?: IDescriptorProto[];
|
|
17
|
+
enumType?: IGoogleProtobufEnumDescriptorProto[];
|
|
18
|
+
extensionRange?: IGoogleProtobufDescriptorProtoExtensionRange[];
|
|
19
|
+
oneofDecl?: IGoogleProtobufOneofDescriptorProto[];
|
|
20
|
+
options?: IGoogleProtobufMessageOptions;
|
|
21
|
+
reservedRange?: IGoogleProtobufDescriptorProtoReservedRange[];
|
|
22
|
+
/**
|
|
23
|
+
* Reserved field names, which may not be used by fields in the same message.
|
|
24
|
+
* A given name may only be reserved once.
|
|
25
|
+
*/
|
|
26
|
+
reservedName?: string[];
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* @interface TDescriptorProto
|
|
30
|
+
* Describes a message type.
|
|
31
|
+
*/
|
|
32
|
+
export interface TDescriptorProto {
|
|
33
|
+
name?: string;
|
|
34
|
+
field?: TGoogleProtobufFieldDescriptorProto[];
|
|
35
|
+
extension?: TGoogleProtobufFieldDescriptorProto[];
|
|
36
|
+
nested_type?: TDescriptorProto[];
|
|
37
|
+
enum_type?: TGoogleProtobufEnumDescriptorProto[];
|
|
38
|
+
extension_range?: TGoogleProtobufDescriptorProtoExtensionRange[];
|
|
39
|
+
oneof_decl?: TGoogleProtobufOneofDescriptorProto[];
|
|
40
|
+
options?: TGoogleProtobufMessageOptions;
|
|
41
|
+
reserved_range?: TGoogleProtobufDescriptorProtoReservedRange[];
|
|
42
|
+
/**
|
|
43
|
+
* Reserved field names, which may not be used by fields in the same message.
|
|
44
|
+
* A given name may only be reserved once.
|
|
45
|
+
*/
|
|
46
|
+
reserved_name?: string[];
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* DescriptorProto
|
|
50
|
+
* Describes a message type.
|
|
51
|
+
*/
|
|
52
|
+
export declare class DescriptorProto extends FieldNode {
|
|
53
|
+
private _name;
|
|
54
|
+
private _field;
|
|
55
|
+
private _extension;
|
|
56
|
+
private _nestedType;
|
|
57
|
+
private _enumType;
|
|
58
|
+
private _extensionRange;
|
|
59
|
+
private _oneofDecl;
|
|
60
|
+
private _options;
|
|
61
|
+
private _reservedRange;
|
|
62
|
+
private _reservedName;
|
|
63
|
+
__defaultValues: IDescriptorProto;
|
|
64
|
+
constructor(initData?: IDescriptorProto, parent?: FieldNode, parentAttributeName?: string);
|
|
65
|
+
get name(): STRING;
|
|
66
|
+
set name(v: string);
|
|
67
|
+
get field(): ARRAY<GoogleProtobufFieldDescriptorProto, IGoogleProtobufFieldDescriptorProto>;
|
|
68
|
+
set field(v: IGoogleProtobufFieldDescriptorProto[]);
|
|
69
|
+
get extension(): ARRAY<GoogleProtobufFieldDescriptorProto, IGoogleProtobufFieldDescriptorProto>;
|
|
70
|
+
set extension(v: IGoogleProtobufFieldDescriptorProto[]);
|
|
71
|
+
get nestedType(): ARRAY<DescriptorProto, IDescriptorProto>;
|
|
72
|
+
set nestedType(v: IDescriptorProto[]);
|
|
73
|
+
get enumType(): ARRAY<GoogleProtobufEnumDescriptorProto, IGoogleProtobufEnumDescriptorProto>;
|
|
74
|
+
set enumType(v: IGoogleProtobufEnumDescriptorProto[]);
|
|
75
|
+
get extensionRange(): ARRAY<GoogleProtobufDescriptorProtoExtensionRange, IGoogleProtobufDescriptorProtoExtensionRange>;
|
|
76
|
+
set extensionRange(v: IGoogleProtobufDescriptorProtoExtensionRange[]);
|
|
77
|
+
get oneofDecl(): ARRAY<GoogleProtobufOneofDescriptorProto, IGoogleProtobufOneofDescriptorProto>;
|
|
78
|
+
set oneofDecl(v: IGoogleProtobufOneofDescriptorProto[]);
|
|
79
|
+
get options(): GoogleProtobufMessageOptions;
|
|
80
|
+
set options(v: IGoogleProtobufMessageOptions);
|
|
81
|
+
get reservedRange(): ARRAY<GoogleProtobufDescriptorProtoReservedRange, IGoogleProtobufDescriptorProtoReservedRange>;
|
|
82
|
+
set reservedRange(v: IGoogleProtobufDescriptorProtoReservedRange[]);
|
|
83
|
+
get reservedName(): ARRAY<STRING, string>;
|
|
84
|
+
set reservedName(v: string[]);
|
|
85
|
+
fromLiteral(data: IDescriptorProto): void;
|
|
86
|
+
toLiteral(): IDescriptorProto;
|
|
87
|
+
}
|