@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.
- package/custom-elements.json +3545 -3545
- 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 +61 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.js +110 -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 +80 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js +131 -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 +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js +94 -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 +58 -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 +57 -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 +79 -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 +57 -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 +73 -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 +57 -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 +168 -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 +83 -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 +83 -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 +96 -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 +75 -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 +75 -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 +94 -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 +75 -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 +76 -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 +94 -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 +82 -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 +75 -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 +75 -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 +94 -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 +75 -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 +76 -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 +78 -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 +75 -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 +76 -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 +94 -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 +75 -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 +76 -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 +94 -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 +75 -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 +76 -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 +94 -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 +75 -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 +75 -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 +94 -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 +75 -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 +75 -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 +94 -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 +75 -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 +75 -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 +94 -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 +230 -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 +61 -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 +61 -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 +82 -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 +72 -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 +70 -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 +222 -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 +70 -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 +215 -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 +81 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.d.ts +47 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.js +95 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.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 +57 -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 +90 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.d.ts +46 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.js +113 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.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 +168 -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 +77 -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 +93 -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 +514 -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 +217 -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 +62 -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 +62 -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 +85 -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 +70 -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 +194 -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 +63 -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 +71 -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 +127 -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 +143 -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 +87 -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 +120 -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 +132 -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 +120 -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 +140 -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 +73 -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 +100 -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 +282 -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 +71 -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 +364 -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 +262 -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 +61 -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 +482 -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 +62 -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 +130 -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 +66 -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 +62 -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 +62 -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 +259 -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 +138 -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 +115 -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 +73 -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 +77 -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 +87 -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 +99 -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 +262 -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 +147 -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 +63 -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 +63 -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 +63 -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 +70 -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 +153 -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 +71 -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 +70 -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 +73 -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 +74 -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 +73 -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 +58 -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 +194 -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 +101 -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 +85 -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 +89 -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 +176 -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 +130 -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 +57 -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 +114 -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 +73 -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 +58 -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 +57 -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 +88 -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 +217 -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 +73 -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 +58 -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 +159 -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 +57 -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 +87 -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 +145 -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 +73 -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 +58 -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 +119 -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 +57 -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 +77 -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 +77 -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 +78 -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 +77 -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 +77 -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 +78 -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 +78 -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 +77 -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 +78 -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 +77 -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 +77 -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 +77 -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 +77 -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 +78 -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 +77 -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 +79 -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 +116 -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 +116 -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 +57 -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 +234 -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 +245 -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 +73 -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 +57 -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 +244 -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 +74 -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 +57 -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 +86 -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 +57 -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 +102 -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 +72 -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 +118 -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 +73 -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 +89 -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 +58 -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 +558 -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 +73 -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 +58 -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 +60 -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 +173 -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 +72 -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 +57 -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 +101 -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 +102 -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 +58 -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 +86 -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 +57 -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 +57 -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 +102 -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 +129 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.js.map +1 -0
- package/dist/web-components/furo-type-renderer.d.ts +6 -0
- package/dist/web-components/furo-type-renderer.js +3 -0
- package/dist/web-components/furo-type-renderer.js.map +1 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.d.ts +158 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.js +309 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.js.map +1 -0
- package/dist/web-components/impl/TypeRenderer/index.d.ts +6 -0
- package/dist/web-components/impl/TypeRenderer/index.js +3 -0
- package/dist/web-components/impl/TypeRenderer/index.js.map +1 -0
- package/package.json +18 -15
- package/tsconfig.json +0 -44
|
@@ -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,70 @@
|
|
|
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.description = 'DescriptorProtoReservedRange';
|
|
12
|
+
this.__meta.nodeFields = [
|
|
13
|
+
{
|
|
14
|
+
fieldName: 'start',
|
|
15
|
+
protoName: 'start',
|
|
16
|
+
FieldConstructor: INT32,
|
|
17
|
+
constraints: {},
|
|
18
|
+
description: '',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
fieldName: 'end',
|
|
22
|
+
protoName: 'end',
|
|
23
|
+
FieldConstructor: INT32,
|
|
24
|
+
constraints: {},
|
|
25
|
+
description: '',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
// Initialize the fields
|
|
29
|
+
this._start = new INT32(undefined, this, 'start');
|
|
30
|
+
this._end = new INT32(undefined, this, 'end');
|
|
31
|
+
// Set required fields
|
|
32
|
+
[].forEach(fieldName => {
|
|
33
|
+
this[fieldName].__meta.required = true;
|
|
34
|
+
});
|
|
35
|
+
// Default values from openAPI annotations
|
|
36
|
+
this.__defaultValues = {};
|
|
37
|
+
// Initialize the fields with init data
|
|
38
|
+
if (initData !== undefined) {
|
|
39
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
40
|
+
}
|
|
41
|
+
else {
|
|
42
|
+
this.__fromLiteral(this.__defaultValues);
|
|
43
|
+
}
|
|
44
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
45
|
+
[].forEach(fieldName => {
|
|
46
|
+
this[fieldName].__readonly = true;
|
|
47
|
+
});
|
|
48
|
+
this.__meta.isPristine = true;
|
|
49
|
+
}
|
|
50
|
+
get start() {
|
|
51
|
+
return this._start;
|
|
52
|
+
}
|
|
53
|
+
set start(v) {
|
|
54
|
+
this.__PrimitivesSetter(this._start, v);
|
|
55
|
+
}
|
|
56
|
+
get end() {
|
|
57
|
+
return this._end;
|
|
58
|
+
}
|
|
59
|
+
set end(v) {
|
|
60
|
+
this.__PrimitivesSetter(this._end, v);
|
|
61
|
+
}
|
|
62
|
+
fromLiteral(data) {
|
|
63
|
+
super.__fromLiteral(data);
|
|
64
|
+
}
|
|
65
|
+
toLiteral() {
|
|
66
|
+
return super.__toLiteral();
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
Registry.register('google.protobuf.DescriptorProto.ReservedRange', DescriptorProtoReservedRange);
|
|
70
|
+
//# 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;QACvE,IAAI,CAAC,MAAM,CAAC,WAAW,GAAG,8BAA8B,CAAC;QAEzD,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,KAAK;gBACvB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,KAAK;gBAChB,gBAAgB,EAAE,KAAK;gBACvB,WAAW,EAAE,EAAE;gBACf,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 this.__meta.description = 'DescriptorProtoReservedRange';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'start',\n protoName: 'start',\n FieldConstructor: INT32,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'end',\n protoName: 'end',\n FieldConstructor: INT32,\n constraints: {},\n description: '',\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, type IDescriptorProtoExtensionRange as IGoogleProtobufDescriptorProtoExtensionRange, type TDescriptorProtoExtensionRange as TGoogleProtobufDescriptorProtoExtensionRange } from './DescriptorProto.ExtensionRange.js';
|
|
3
|
+
import { DescriptorProtoReservedRange as GoogleProtobufDescriptorProtoReservedRange, type IDescriptorProtoReservedRange as IGoogleProtobufDescriptorProtoReservedRange, type TDescriptorProtoReservedRange as TGoogleProtobufDescriptorProtoReservedRange } from './DescriptorProto.ReservedRange.js';
|
|
4
|
+
import { EnumDescriptorProto as GoogleProtobufEnumDescriptorProto, type IEnumDescriptorProto as IGoogleProtobufEnumDescriptorProto, type TEnumDescriptorProto as TGoogleProtobufEnumDescriptorProto } from './EnumDescriptorProto.js';
|
|
5
|
+
import { FieldDescriptorProto as GoogleProtobufFieldDescriptorProto, type IFieldDescriptorProto as IGoogleProtobufFieldDescriptorProto, type TFieldDescriptorProto as TGoogleProtobufFieldDescriptorProto } from './FieldDescriptorProto.js';
|
|
6
|
+
import { MessageOptions as GoogleProtobufMessageOptions, type IMessageOptions as IGoogleProtobufMessageOptions, type TMessageOptions as TGoogleProtobufMessageOptions } from './MessageOptions.js';
|
|
7
|
+
import { OneofDescriptorProto as GoogleProtobufOneofDescriptorProto, type IOneofDescriptorProto as IGoogleProtobufOneofDescriptorProto, type 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
|
+
}
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ARRAY, FieldNode, Registry, STRING, } from '@furo/open-models/dist/index';
|
|
4
|
+
import { DescriptorProtoExtensionRange as GoogleProtobufDescriptorProtoExtensionRange, } from './DescriptorProto.ExtensionRange.js';
|
|
5
|
+
import { DescriptorProtoReservedRange as GoogleProtobufDescriptorProtoReservedRange, } from './DescriptorProto.ReservedRange.js';
|
|
6
|
+
import { EnumDescriptorProto as GoogleProtobufEnumDescriptorProto, } from './EnumDescriptorProto.js';
|
|
7
|
+
import { FieldDescriptorProto as GoogleProtobufFieldDescriptorProto, } from './FieldDescriptorProto.js';
|
|
8
|
+
import { MessageOptions as GoogleProtobufMessageOptions, } from './MessageOptions.js';
|
|
9
|
+
import { OneofDescriptorProto as GoogleProtobufOneofDescriptorProto, } from './OneofDescriptorProto.js';
|
|
10
|
+
/**
|
|
11
|
+
* DescriptorProto
|
|
12
|
+
* Describes a message type.
|
|
13
|
+
*/
|
|
14
|
+
export class DescriptorProto extends FieldNode {
|
|
15
|
+
constructor(initData, parent, parentAttributeName) {
|
|
16
|
+
super(undefined, parent, parentAttributeName);
|
|
17
|
+
this.__meta.typeName = 'google.protobuf.DescriptorProto';
|
|
18
|
+
this.__meta.description = 'DescriptorProto Describes a message type.';
|
|
19
|
+
this.__meta.nodeFields = [
|
|
20
|
+
{
|
|
21
|
+
fieldName: 'name',
|
|
22
|
+
protoName: 'name',
|
|
23
|
+
FieldConstructor: STRING,
|
|
24
|
+
constraints: {},
|
|
25
|
+
description: '',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
fieldName: 'field',
|
|
29
|
+
protoName: 'field',
|
|
30
|
+
FieldConstructor: GoogleProtobufFieldDescriptorProto,
|
|
31
|
+
constraints: {},
|
|
32
|
+
description: '',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
fieldName: 'extension',
|
|
36
|
+
protoName: 'extension',
|
|
37
|
+
FieldConstructor: GoogleProtobufFieldDescriptorProto,
|
|
38
|
+
constraints: {},
|
|
39
|
+
description: '',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
fieldName: 'nestedType',
|
|
43
|
+
protoName: 'nested_type',
|
|
44
|
+
FieldConstructor: DescriptorProto,
|
|
45
|
+
constraints: {},
|
|
46
|
+
description: '',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
fieldName: 'enumType',
|
|
50
|
+
protoName: 'enum_type',
|
|
51
|
+
FieldConstructor: GoogleProtobufEnumDescriptorProto,
|
|
52
|
+
constraints: {},
|
|
53
|
+
description: '',
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
fieldName: 'extensionRange',
|
|
57
|
+
protoName: 'extension_range',
|
|
58
|
+
FieldConstructor: GoogleProtobufDescriptorProtoExtensionRange,
|
|
59
|
+
constraints: {},
|
|
60
|
+
description: '',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
fieldName: 'oneofDecl',
|
|
64
|
+
protoName: 'oneof_decl',
|
|
65
|
+
FieldConstructor: GoogleProtobufOneofDescriptorProto,
|
|
66
|
+
constraints: {},
|
|
67
|
+
description: '',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
fieldName: 'options',
|
|
71
|
+
protoName: 'options',
|
|
72
|
+
FieldConstructor: GoogleProtobufMessageOptions,
|
|
73
|
+
constraints: {},
|
|
74
|
+
description: '',
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
fieldName: 'reservedRange',
|
|
78
|
+
protoName: 'reserved_range',
|
|
79
|
+
FieldConstructor: GoogleProtobufDescriptorProtoReservedRange,
|
|
80
|
+
constraints: {},
|
|
81
|
+
description: '',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
fieldName: 'reservedName',
|
|
85
|
+
protoName: 'reserved_name',
|
|
86
|
+
FieldConstructor: STRING,
|
|
87
|
+
constraints: {},
|
|
88
|
+
description: 'Reserved field names, which may not be used by fields in the same message.\n A given name may only be reserved once.',
|
|
89
|
+
},
|
|
90
|
+
];
|
|
91
|
+
// Initialize the fields
|
|
92
|
+
this._name = new STRING(undefined, this, 'name');
|
|
93
|
+
this._field = new ARRAY(undefined, this, 'field');
|
|
94
|
+
this._extension = new ARRAY(undefined, this, 'extension');
|
|
95
|
+
this._nestedType = new ARRAY(undefined, this, 'nestedType');
|
|
96
|
+
this._enumType = new ARRAY(undefined, this, 'enumType');
|
|
97
|
+
this._extensionRange = new ARRAY(undefined, this, 'extensionRange');
|
|
98
|
+
this._oneofDecl = new ARRAY(undefined, this, 'oneofDecl');
|
|
99
|
+
this._options = new GoogleProtobufMessageOptions(undefined, this, 'options');
|
|
100
|
+
this._reservedRange = new ARRAY(undefined, this, 'reservedRange');
|
|
101
|
+
// Reserved field names, which may not be used by fields in the same message.
|
|
102
|
+
// A given name may only be reserved once.
|
|
103
|
+
this._reservedName = new ARRAY(undefined, this, 'reservedName');
|
|
104
|
+
// Set required fields
|
|
105
|
+
[].forEach(fieldName => {
|
|
106
|
+
this[fieldName].__meta.required =
|
|
107
|
+
true;
|
|
108
|
+
});
|
|
109
|
+
// Default values from openAPI annotations
|
|
110
|
+
this.__defaultValues = {};
|
|
111
|
+
// Initialize the fields with init data
|
|
112
|
+
if (initData !== undefined) {
|
|
113
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
114
|
+
}
|
|
115
|
+
else {
|
|
116
|
+
this.__fromLiteral(this.__defaultValues);
|
|
117
|
+
}
|
|
118
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
119
|
+
[].forEach(fieldName => {
|
|
120
|
+
this[fieldName].__readonly = true;
|
|
121
|
+
});
|
|
122
|
+
this.__meta.isPristine = true;
|
|
123
|
+
}
|
|
124
|
+
get name() {
|
|
125
|
+
return this._name;
|
|
126
|
+
}
|
|
127
|
+
set name(v) {
|
|
128
|
+
this.__PrimitivesSetter(this._name, v);
|
|
129
|
+
}
|
|
130
|
+
get field() {
|
|
131
|
+
return this._field;
|
|
132
|
+
}
|
|
133
|
+
set field(v) {
|
|
134
|
+
this.__TypeSetter(this._field, v);
|
|
135
|
+
}
|
|
136
|
+
get extension() {
|
|
137
|
+
return this._extension;
|
|
138
|
+
}
|
|
139
|
+
set extension(v) {
|
|
140
|
+
this.__TypeSetter(this._extension, v);
|
|
141
|
+
}
|
|
142
|
+
get nestedType() {
|
|
143
|
+
return this._nestedType;
|
|
144
|
+
}
|
|
145
|
+
set nestedType(v) {
|
|
146
|
+
this.__TypeSetter(this._nestedType, v);
|
|
147
|
+
}
|
|
148
|
+
get enumType() {
|
|
149
|
+
return this._enumType;
|
|
150
|
+
}
|
|
151
|
+
set enumType(v) {
|
|
152
|
+
this.__TypeSetter(this._enumType, v);
|
|
153
|
+
}
|
|
154
|
+
get extensionRange() {
|
|
155
|
+
return this._extensionRange;
|
|
156
|
+
}
|
|
157
|
+
set extensionRange(v) {
|
|
158
|
+
this.__TypeSetter(this._extensionRange, v);
|
|
159
|
+
}
|
|
160
|
+
get oneofDecl() {
|
|
161
|
+
return this._oneofDecl;
|
|
162
|
+
}
|
|
163
|
+
set oneofDecl(v) {
|
|
164
|
+
this.__TypeSetter(this._oneofDecl, v);
|
|
165
|
+
}
|
|
166
|
+
get options() {
|
|
167
|
+
return this._options;
|
|
168
|
+
}
|
|
169
|
+
set options(v) {
|
|
170
|
+
this.__TypeSetter(this._options, v);
|
|
171
|
+
}
|
|
172
|
+
get reservedRange() {
|
|
173
|
+
return this._reservedRange;
|
|
174
|
+
}
|
|
175
|
+
set reservedRange(v) {
|
|
176
|
+
this.__TypeSetter(this._reservedRange, v);
|
|
177
|
+
}
|
|
178
|
+
// Reserved field names, which may not be used by fields in the same message.
|
|
179
|
+
// A given name may only be reserved once.
|
|
180
|
+
get reservedName() {
|
|
181
|
+
return this._reservedName;
|
|
182
|
+
}
|
|
183
|
+
set reservedName(v) {
|
|
184
|
+
this.__TypeSetter(this._reservedName, v);
|
|
185
|
+
}
|
|
186
|
+
fromLiteral(data) {
|
|
187
|
+
super.__fromLiteral(data);
|
|
188
|
+
}
|
|
189
|
+
toLiteral() {
|
|
190
|
+
return super.__toLiteral();
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
Registry.register('google.protobuf.DescriptorProto', DescriptorProto);
|
|
194
|
+
//# sourceMappingURL=DescriptorProto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescriptorProto.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/DescriptorProto.ts"],"names":[],"mappings":"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","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport {\n ARRAY,\n FieldNode,\n Registry,\n STRING,\n} from '@furo/open-models/dist/index';\nimport {\n DescriptorProtoExtensionRange as GoogleProtobufDescriptorProtoExtensionRange,\n type IDescriptorProtoExtensionRange as IGoogleProtobufDescriptorProtoExtensionRange,\n type TDescriptorProtoExtensionRange as TGoogleProtobufDescriptorProtoExtensionRange,\n} from './DescriptorProto.ExtensionRange';\n\nimport {\n DescriptorProtoReservedRange as GoogleProtobufDescriptorProtoReservedRange,\n type IDescriptorProtoReservedRange as IGoogleProtobufDescriptorProtoReservedRange,\n type TDescriptorProtoReservedRange as TGoogleProtobufDescriptorProtoReservedRange,\n} from './DescriptorProto.ReservedRange';\n\nimport {\n EnumDescriptorProto as GoogleProtobufEnumDescriptorProto,\n type IEnumDescriptorProto as IGoogleProtobufEnumDescriptorProto,\n type TEnumDescriptorProto as TGoogleProtobufEnumDescriptorProto,\n} from './EnumDescriptorProto';\n\nimport {\n FieldDescriptorProto as GoogleProtobufFieldDescriptorProto,\n type IFieldDescriptorProto as IGoogleProtobufFieldDescriptorProto,\n type TFieldDescriptorProto as TGoogleProtobufFieldDescriptorProto,\n} from './FieldDescriptorProto';\n\nimport {\n MessageOptions as GoogleProtobufMessageOptions,\n type IMessageOptions as IGoogleProtobufMessageOptions,\n type TMessageOptions as TGoogleProtobufMessageOptions,\n} from './MessageOptions';\n\nimport {\n OneofDescriptorProto as GoogleProtobufOneofDescriptorProto,\n type IOneofDescriptorProto as IGoogleProtobufOneofDescriptorProto,\n type TOneofDescriptorProto as TGoogleProtobufOneofDescriptorProto,\n} from './OneofDescriptorProto';\n\n/**\n * @interface IDescriptorProto\n * Describes a message type.\n */\nexport interface IDescriptorProto {\n name?: string;\n field?: IGoogleProtobufFieldDescriptorProto[];\n extension?: IGoogleProtobufFieldDescriptorProto[];\n nestedType?: IDescriptorProto[];\n enumType?: IGoogleProtobufEnumDescriptorProto[];\n extensionRange?: IGoogleProtobufDescriptorProtoExtensionRange[];\n oneofDecl?: IGoogleProtobufOneofDescriptorProto[];\n options?: IGoogleProtobufMessageOptions;\n reservedRange?: IGoogleProtobufDescriptorProtoReservedRange[];\n /**\n * Reserved field names, which may not be used by fields in the same message.\n * A given name may only be reserved once.\n */\n reservedName?: string[];\n}\n\n/**\n * @interface TDescriptorProto\n * Describes a message type.\n */\nexport interface TDescriptorProto {\n name?: string;\n field?: TGoogleProtobufFieldDescriptorProto[];\n extension?: TGoogleProtobufFieldDescriptorProto[];\n nested_type?: TDescriptorProto[];\n enum_type?: TGoogleProtobufEnumDescriptorProto[];\n extension_range?: TGoogleProtobufDescriptorProtoExtensionRange[];\n oneof_decl?: TGoogleProtobufOneofDescriptorProto[];\n options?: TGoogleProtobufMessageOptions;\n reserved_range?: TGoogleProtobufDescriptorProtoReservedRange[];\n /**\n * Reserved field names, which may not be used by fields in the same message.\n * A given name may only be reserved once.\n */\n reserved_name?: string[];\n}\n\n/**\n * DescriptorProto\n * Describes a message type.\n */\nexport class DescriptorProto extends FieldNode {\n private _name: STRING;\n\n private _field: ARRAY<\n GoogleProtobufFieldDescriptorProto,\n IGoogleProtobufFieldDescriptorProto\n >;\n\n private _extension: ARRAY<\n GoogleProtobufFieldDescriptorProto,\n IGoogleProtobufFieldDescriptorProto\n >;\n\n private _nestedType: ARRAY<DescriptorProto, IDescriptorProto>;\n\n private _enumType: ARRAY<\n GoogleProtobufEnumDescriptorProto,\n IGoogleProtobufEnumDescriptorProto\n >;\n\n private _extensionRange: ARRAY<\n GoogleProtobufDescriptorProtoExtensionRange,\n IGoogleProtobufDescriptorProtoExtensionRange\n >;\n\n private _oneofDecl: ARRAY<\n GoogleProtobufOneofDescriptorProto,\n IGoogleProtobufOneofDescriptorProto\n >;\n\n private _options: GoogleProtobufMessageOptions;\n\n private _reservedRange: ARRAY<\n GoogleProtobufDescriptorProtoReservedRange,\n IGoogleProtobufDescriptorProtoReservedRange\n >;\n\n // Reserved field names, which may not be used by fields in the same message.\n // A given name may only be reserved once.\n private _reservedName: ARRAY<STRING, string>;\n\n public __defaultValues: IDescriptorProto;\n\n constructor(\n initData?: IDescriptorProto,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.DescriptorProto';\n this.__meta.description = 'DescriptorProto Describes a message type.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'name',\n protoName: 'name',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'field',\n protoName: 'field',\n FieldConstructor: GoogleProtobufFieldDescriptorProto,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'extension',\n protoName: 'extension',\n FieldConstructor: GoogleProtobufFieldDescriptorProto,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'nestedType',\n protoName: 'nested_type',\n FieldConstructor: DescriptorProto,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'enumType',\n protoName: 'enum_type',\n FieldConstructor: GoogleProtobufEnumDescriptorProto,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'extensionRange',\n protoName: 'extension_range',\n FieldConstructor: GoogleProtobufDescriptorProtoExtensionRange,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'oneofDecl',\n protoName: 'oneof_decl',\n FieldConstructor: GoogleProtobufOneofDescriptorProto,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'options',\n protoName: 'options',\n FieldConstructor: GoogleProtobufMessageOptions,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'reservedRange',\n protoName: 'reserved_range',\n FieldConstructor: GoogleProtobufDescriptorProtoReservedRange,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'reservedName',\n protoName: 'reserved_name',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Reserved field names, which may not be used by fields in the same message.\\n A given name may only be reserved once.',\n },\n ];\n\n // Initialize the fields\n this._name = new STRING(undefined, this, 'name');\n\n this._field = new ARRAY<\n GoogleProtobufFieldDescriptorProto,\n IGoogleProtobufFieldDescriptorProto\n >(undefined, this, 'field');\n\n this._extension = new ARRAY<\n GoogleProtobufFieldDescriptorProto,\n IGoogleProtobufFieldDescriptorProto\n >(undefined, this, 'extension');\n\n this._nestedType = new ARRAY<DescriptorProto, IDescriptorProto>(\n undefined,\n this,\n 'nestedType',\n );\n\n this._enumType = new ARRAY<\n GoogleProtobufEnumDescriptorProto,\n IGoogleProtobufEnumDescriptorProto\n >(undefined, this, 'enumType');\n\n this._extensionRange = new ARRAY<\n GoogleProtobufDescriptorProtoExtensionRange,\n IGoogleProtobufDescriptorProtoExtensionRange\n >(undefined, this, 'extensionRange');\n\n this._oneofDecl = new ARRAY<\n GoogleProtobufOneofDescriptorProto,\n IGoogleProtobufOneofDescriptorProto\n >(undefined, this, 'oneofDecl');\n\n this._options = new GoogleProtobufMessageOptions(\n undefined,\n this,\n 'options',\n );\n\n this._reservedRange = new ARRAY<\n GoogleProtobufDescriptorProtoReservedRange,\n IGoogleProtobufDescriptorProtoReservedRange\n >(undefined, this, 'reservedRange');\n\n // Reserved field names, which may not be used by fields in the same message.\n // A given name may only be reserved once.\n this._reservedName = new ARRAY<STRING, string>(\n undefined,\n this,\n 'reservedName',\n );\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof DescriptorProto] as FieldNode).__meta.required =\n true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof DescriptorProto] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get name(): STRING {\n return this._name;\n }\n\n public set name(v: string) {\n this.__PrimitivesSetter(this._name, v);\n }\n\n public get field(): ARRAY<\n GoogleProtobufFieldDescriptorProto,\n IGoogleProtobufFieldDescriptorProto\n > {\n return this._field;\n }\n\n public set field(v: IGoogleProtobufFieldDescriptorProto[]) {\n this.__TypeSetter(this._field, v);\n }\n\n public get extension(): ARRAY<\n GoogleProtobufFieldDescriptorProto,\n IGoogleProtobufFieldDescriptorProto\n > {\n return this._extension;\n }\n\n public set extension(v: IGoogleProtobufFieldDescriptorProto[]) {\n this.__TypeSetter(this._extension, v);\n }\n\n public get nestedType(): ARRAY<DescriptorProto, IDescriptorProto> {\n return this._nestedType;\n }\n\n public set nestedType(v: IDescriptorProto[]) {\n this.__TypeSetter(this._nestedType, v);\n }\n\n public get enumType(): ARRAY<\n GoogleProtobufEnumDescriptorProto,\n IGoogleProtobufEnumDescriptorProto\n > {\n return this._enumType;\n }\n\n public set enumType(v: IGoogleProtobufEnumDescriptorProto[]) {\n this.__TypeSetter(this._enumType, v);\n }\n\n public get extensionRange(): ARRAY<\n GoogleProtobufDescriptorProtoExtensionRange,\n IGoogleProtobufDescriptorProtoExtensionRange\n > {\n return this._extensionRange;\n }\n\n public set extensionRange(v: IGoogleProtobufDescriptorProtoExtensionRange[]) {\n this.__TypeSetter(this._extensionRange, v);\n }\n\n public get oneofDecl(): ARRAY<\n GoogleProtobufOneofDescriptorProto,\n IGoogleProtobufOneofDescriptorProto\n > {\n return this._oneofDecl;\n }\n\n public set oneofDecl(v: IGoogleProtobufOneofDescriptorProto[]) {\n this.__TypeSetter(this._oneofDecl, v);\n }\n\n public get options(): GoogleProtobufMessageOptions {\n return this._options;\n }\n\n public set options(v: IGoogleProtobufMessageOptions) {\n this.__TypeSetter(this._options, v);\n }\n\n public get reservedRange(): ARRAY<\n GoogleProtobufDescriptorProtoReservedRange,\n IGoogleProtobufDescriptorProtoReservedRange\n > {\n return this._reservedRange;\n }\n\n public set reservedRange(v: IGoogleProtobufDescriptorProtoReservedRange[]) {\n this.__TypeSetter(this._reservedRange, v);\n }\n\n // Reserved field names, which may not be used by fields in the same message.\n // A given name may only be reserved once.\n public get reservedName(): ARRAY<STRING, string> {\n return this._reservedName;\n }\n\n public set reservedName(v: string[]) {\n this.__TypeSetter(this._reservedName, v);\n }\n\n fromLiteral(data: IDescriptorProto) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IDescriptorProto {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.DescriptorProto', DescriptorProto);\n"]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { DOUBLE, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IDoubleValue
|
|
4
|
+
* Wrapper message for `double`.
|
|
5
|
+
*
|
|
6
|
+
* The JSON representation for `DoubleValue` is JSON number.
|
|
7
|
+
*/
|
|
8
|
+
export interface IDoubleValue {
|
|
9
|
+
/**
|
|
10
|
+
* The double value.
|
|
11
|
+
*/
|
|
12
|
+
value?: number;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @interface TDoubleValue
|
|
16
|
+
* Wrapper message for `double`.
|
|
17
|
+
*
|
|
18
|
+
* The JSON representation for `DoubleValue` is JSON number.
|
|
19
|
+
*/
|
|
20
|
+
export interface TDoubleValue {
|
|
21
|
+
/**
|
|
22
|
+
* The double value.
|
|
23
|
+
*/
|
|
24
|
+
value?: number;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* DoubleValue
|
|
28
|
+
* Wrapper message for `double`.
|
|
29
|
+
*
|
|
30
|
+
* The JSON representation for `DoubleValue` is JSON number.
|
|
31
|
+
*/
|
|
32
|
+
export declare class DoubleValue extends FieldNode {
|
|
33
|
+
private _value;
|
|
34
|
+
__defaultValues: IDoubleValue;
|
|
35
|
+
constructor(initData?: IDoubleValue, parent?: FieldNode, parentAttributeName?: string);
|
|
36
|
+
get value(): DOUBLE;
|
|
37
|
+
set value(v: number);
|
|
38
|
+
fromLiteral(data: IDoubleValue): void;
|
|
39
|
+
toLiteral(): IDoubleValue;
|
|
40
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { DOUBLE, FieldNode, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* DoubleValue
|
|
6
|
+
* Wrapper message for `double`.
|
|
7
|
+
*
|
|
8
|
+
* The JSON representation for `DoubleValue` is JSON number.
|
|
9
|
+
*/
|
|
10
|
+
export class DoubleValue extends FieldNode {
|
|
11
|
+
constructor(initData, parent, parentAttributeName) {
|
|
12
|
+
super(undefined, parent, parentAttributeName);
|
|
13
|
+
this.__meta.typeName = 'google.protobuf.DoubleValue';
|
|
14
|
+
this.__meta.description =
|
|
15
|
+
'DoubleValue Wrapper message for `double`.\n\n The JSON representation for `DoubleValue` is JSON number.';
|
|
16
|
+
this.__meta.nodeFields = [
|
|
17
|
+
{
|
|
18
|
+
fieldName: 'value',
|
|
19
|
+
protoName: 'value',
|
|
20
|
+
FieldConstructor: DOUBLE,
|
|
21
|
+
constraints: {},
|
|
22
|
+
description: 'The double value.',
|
|
23
|
+
},
|
|
24
|
+
];
|
|
25
|
+
// Initialize the fields
|
|
26
|
+
// The double value.
|
|
27
|
+
this._value = new DOUBLE(undefined, this, 'value');
|
|
28
|
+
// Set required fields
|
|
29
|
+
[].forEach(fieldName => {
|
|
30
|
+
this[fieldName].__meta.required =
|
|
31
|
+
true;
|
|
32
|
+
});
|
|
33
|
+
// Default values from openAPI annotations
|
|
34
|
+
this.__defaultValues = {};
|
|
35
|
+
// Initialize the fields with init data
|
|
36
|
+
if (initData !== undefined) {
|
|
37
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
this.__fromLiteral(this.__defaultValues);
|
|
41
|
+
}
|
|
42
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
43
|
+
[].forEach(fieldName => {
|
|
44
|
+
this[fieldName].__readonly = true;
|
|
45
|
+
});
|
|
46
|
+
this.__meta.isPristine = true;
|
|
47
|
+
}
|
|
48
|
+
// The double value.
|
|
49
|
+
get value() {
|
|
50
|
+
return this._value;
|
|
51
|
+
}
|
|
52
|
+
set value(v) {
|
|
53
|
+
this.__PrimitivesSetter(this._value, v);
|
|
54
|
+
}
|
|
55
|
+
fromLiteral(data) {
|
|
56
|
+
super.__fromLiteral(data);
|
|
57
|
+
}
|
|
58
|
+
toLiteral() {
|
|
59
|
+
return super.__toLiteral();
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
Registry.register('google.protobuf.DoubleValue', DoubleValue);
|
|
63
|
+
//# sourceMappingURL=DoubleValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DoubleValue.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/DoubleValue.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AA4B3E;;;;;GAKG;AACH,MAAM,OAAO,WAAY,SAAQ,SAAS;IAMxC,YACE,QAAuB,EACvB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,6BAA6B,CAAC;QACrD,IAAI,CAAC,MAAM,CAAC,WAAW;YACrB,yGAAyG,CAAC;QAE5G,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,mBAAmB;aACjC;SACF,CAAC;QAEF,wBAAwB;QACxB,qBAAqB;QACrB,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAEnD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA8B,CAAe,CAAC,MAAM,CAAC,QAAQ;gBACjE,IAAI,CAAC;QACT,CAAC,CAAC,CAAC;QAEH,0CAA0C;QAC1C,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAE1B,uCAAuC;QACvC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3C,CAAC;QAED,sEAAsE;QACtE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA8B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACxE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,qBAAqB;IACrB,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,IAAW,KAAK,CAAC,CAAS;QACxB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC1C,CAAC;IAED,WAAW,CAAC,IAAkB;QAC5B,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CAAC,6BAA6B,EAAE,WAAW,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { DOUBLE, FieldNode, Registry } from '@furo/open-models/dist/index';\n\n/**\n * @interface IDoubleValue\n * Wrapper message for `double`.\n *\n * The JSON representation for `DoubleValue` is JSON number.\n */\nexport interface IDoubleValue {\n /**\n * The double value.\n */\n value?: number;\n}\n\n/**\n * @interface TDoubleValue\n * Wrapper message for `double`.\n *\n * The JSON representation for `DoubleValue` is JSON number.\n */\nexport interface TDoubleValue {\n /**\n * The double value.\n */\n value?: number;\n}\n\n/**\n * DoubleValue\n * Wrapper message for `double`.\n *\n * The JSON representation for `DoubleValue` is JSON number.\n */\nexport class DoubleValue extends FieldNode {\n // The double value.\n private _value: DOUBLE;\n\n public __defaultValues: IDoubleValue;\n\n constructor(\n initData?: IDoubleValue,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.DoubleValue';\n this.__meta.description =\n 'DoubleValue Wrapper message for `double`.\\n\\n The JSON representation for `DoubleValue` is JSON number.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: DOUBLE,\n constraints: {},\n description: 'The double value.',\n },\n ];\n\n // Initialize the fields\n // The double value.\n this._value = new DOUBLE(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof DoubleValue] as FieldNode).__meta.required =\n true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof DoubleValue] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // The double value.\n public get value(): DOUBLE {\n return this._value;\n }\n\n public set value(v: number) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IDoubleValue) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IDoubleValue {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.DoubleValue', DoubleValue);\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare enum Edition {
|
|
2
|
+
EDITION_UNKNOWN = "EDITION_UNKNOWN",
|
|
3
|
+
EDITION_PROTO2 = "EDITION_PROTO2",
|
|
4
|
+
EDITION_PROTO3 = "EDITION_PROTO3",
|
|
5
|
+
EDITION_2023 = "EDITION_2023",
|
|
6
|
+
EDITION_1_TEST_ONLY = "EDITION_1_TEST_ONLY",
|
|
7
|
+
EDITION_2_TEST_ONLY = "EDITION_2_TEST_ONLY",
|
|
8
|
+
EDITION_99997_TEST_ONLY = "EDITION_99997_TEST_ONLY",
|
|
9
|
+
EDITION_99998_TEST_ONLY = "EDITION_99998_TEST_ONLY",
|
|
10
|
+
EDITION_99999_TEST_ONLY = "EDITION_99999_TEST_ONLY"
|
|
11
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
// The full set of known editions.
|
|
4
|
+
export var Edition;
|
|
5
|
+
(function (Edition) {
|
|
6
|
+
// A placeholder for an unknown edition value.
|
|
7
|
+
Edition["EDITION_UNKNOWN"] = "EDITION_UNKNOWN";
|
|
8
|
+
// Legacy syntax "editions". These pre-date editions, but behave much like
|
|
9
|
+
// distinct editions. These can't be used to specify the edition of proto
|
|
10
|
+
// files, but feature definitions must supply proto2/proto3 defaults for
|
|
11
|
+
// backwards compatibility.
|
|
12
|
+
Edition["EDITION_PROTO2"] = "EDITION_PROTO2";
|
|
13
|
+
Edition["EDITION_PROTO3"] = "EDITION_PROTO3";
|
|
14
|
+
// Editions that have been released. The specific values are arbitrary and
|
|
15
|
+
// should not be depended on, but they will always be time-ordered for easy
|
|
16
|
+
// comparison.
|
|
17
|
+
Edition["EDITION_2023"] = "EDITION_2023";
|
|
18
|
+
// Placeholder editions for testing feature resolution. These should not be
|
|
19
|
+
// used or relyed on outside of tests.
|
|
20
|
+
Edition["EDITION_1_TEST_ONLY"] = "EDITION_1_TEST_ONLY";
|
|
21
|
+
Edition["EDITION_2_TEST_ONLY"] = "EDITION_2_TEST_ONLY";
|
|
22
|
+
Edition["EDITION_99997_TEST_ONLY"] = "EDITION_99997_TEST_ONLY";
|
|
23
|
+
Edition["EDITION_99998_TEST_ONLY"] = "EDITION_99998_TEST_ONLY";
|
|
24
|
+
Edition["EDITION_99999_TEST_ONLY"] = "EDITION_99999_TEST_ONLY";
|
|
25
|
+
})(Edition || (Edition = {}));
|
|
26
|
+
//# sourceMappingURL=Edition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Edition.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/Edition.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,mCAAmC;AACnC,MAAM,CAAN,IAAY,OAoBX;AApBD,WAAY,OAAO;IACjB,+CAA+C;IAC/C,8CAAmC,CAAA;IACnC,4EAA4E;IAC5E,2EAA2E;IAC3E,yEAAyE;IACzE,4BAA4B;IAC5B,4CAAiC,CAAA;IACjC,4CAAiC,CAAA;IACjC,4EAA4E;IAC5E,4EAA4E;IAC5E,eAAe;IACf,wCAA6B,CAAA;IAC7B,6EAA6E;IAC7E,uCAAuC;IACvC,sDAA2C,CAAA;IAC3C,sDAA2C,CAAA;IAC3C,8DAAmD,CAAA;IACnD,8DAAmD,CAAA;IACnD,8DAAmD,CAAA;AACrD,CAAC,EApBW,OAAO,KAAP,OAAO,QAoBlB","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\n// The full set of known editions.\nexport enum Edition {\n // A placeholder for an unknown edition value.\n EDITION_UNKNOWN = 'EDITION_UNKNOWN',\n // Legacy syntax \"editions\". These pre-date editions, but behave much like\n // distinct editions. These can't be used to specify the edition of proto\n // files, but feature definitions must supply proto2/proto3 defaults for\n // backwards compatibility.\n EDITION_PROTO2 = 'EDITION_PROTO2',\n EDITION_PROTO3 = 'EDITION_PROTO3',\n // Editions that have been released. The specific values are arbitrary and\n // should not be depended on, but they will always be time-ordered for easy\n // comparison.\n EDITION_2023 = 'EDITION_2023',\n // Placeholder editions for testing feature resolution. These should not be\n // used or relyed on outside of tests.\n EDITION_1_TEST_ONLY = 'EDITION_1_TEST_ONLY',\n EDITION_2_TEST_ONLY = 'EDITION_2_TEST_ONLY',\n EDITION_99997_TEST_ONLY = 'EDITION_99997_TEST_ONLY',\n EDITION_99998_TEST_ONLY = 'EDITION_99998_TEST_ONLY',\n EDITION_99999_TEST_ONLY = 'EDITION_99999_TEST_ONLY',\n}\n"]}
|
package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FieldNode, INT32 } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IEnumDescriptorProtoEnumReservedRange
|
|
4
|
+
*/
|
|
5
|
+
export interface IEnumDescriptorProtoEnumReservedRange {
|
|
6
|
+
start?: number;
|
|
7
|
+
end?: number;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @interface TEnumDescriptorProtoEnumReservedRange
|
|
11
|
+
*/
|
|
12
|
+
export interface TEnumDescriptorProtoEnumReservedRange {
|
|
13
|
+
start?: number;
|
|
14
|
+
end?: number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* EnumDescriptorProtoEnumReservedRange
|
|
18
|
+
*/
|
|
19
|
+
export declare class EnumDescriptorProtoEnumReservedRange extends FieldNode {
|
|
20
|
+
private _start;
|
|
21
|
+
private _end;
|
|
22
|
+
__defaultValues: IEnumDescriptorProtoEnumReservedRange;
|
|
23
|
+
constructor(initData?: IEnumDescriptorProtoEnumReservedRange, 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: IEnumDescriptorProtoEnumReservedRange): void;
|
|
29
|
+
toLiteral(): IEnumDescriptorProtoEnumReservedRange;
|
|
30
|
+
}
|