@furo/open-models 1.15.2 → 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 +3730 -3730
- package/dist/decorators/ModelDecorators.d.ts +2 -0
- package/dist/decorators/ModelDecorators.js.map +1 -1
- package/dist/protoc-gen-open-models/API_OPTIONS.d.ts +5 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js +11 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js.map +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.d.ts +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js +201 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js.map +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.d.ts +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js +17 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.d.ts +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
- /package/dist/decorators/{defaultServiceEventHandlers.d.ts → DefaultServiceEventHandlers.d.ts} +0 -0
- /package/dist/decorators/{defaultServiceEventHandlers.js → DefaultServiceEventHandlers.js} +0 -0
- /package/dist/decorators/{defaultServiceEventHandlers.js.map → DefaultServiceEventHandlers.js.map} +0 -0
|
@@ -0,0 +1,71 @@
|
|
|
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
|
+
* EnumDescriptorProtoEnumReservedRange
|
|
6
|
+
*/
|
|
7
|
+
export class EnumDescriptorProtoEnumReservedRange extends FieldNode {
|
|
8
|
+
constructor(initData, parent, parentAttributeName) {
|
|
9
|
+
super(undefined, parent, parentAttributeName);
|
|
10
|
+
this.__meta.typeName =
|
|
11
|
+
'google.protobuf.EnumDescriptorProto.EnumReservedRange';
|
|
12
|
+
this.__meta.description = 'EnumDescriptorProtoEnumReservedRange';
|
|
13
|
+
this.__meta.nodeFields = [
|
|
14
|
+
{
|
|
15
|
+
fieldName: 'start',
|
|
16
|
+
protoName: 'start',
|
|
17
|
+
FieldConstructor: INT32,
|
|
18
|
+
constraints: {},
|
|
19
|
+
description: '',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
fieldName: 'end',
|
|
23
|
+
protoName: 'end',
|
|
24
|
+
FieldConstructor: INT32,
|
|
25
|
+
constraints: {},
|
|
26
|
+
description: '',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
// Initialize the fields
|
|
30
|
+
this._start = new INT32(undefined, this, 'start');
|
|
31
|
+
this._end = new INT32(undefined, this, 'end');
|
|
32
|
+
// Set required fields
|
|
33
|
+
[].forEach(fieldName => {
|
|
34
|
+
this[fieldName].__meta.required = true;
|
|
35
|
+
});
|
|
36
|
+
// Default values from openAPI annotations
|
|
37
|
+
this.__defaultValues = {};
|
|
38
|
+
// Initialize the fields with init data
|
|
39
|
+
if (initData !== undefined) {
|
|
40
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
this.__fromLiteral(this.__defaultValues);
|
|
44
|
+
}
|
|
45
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
46
|
+
[].forEach(fieldName => {
|
|
47
|
+
this[fieldName].__readonly = true;
|
|
48
|
+
});
|
|
49
|
+
this.__meta.isPristine = true;
|
|
50
|
+
}
|
|
51
|
+
get start() {
|
|
52
|
+
return this._start;
|
|
53
|
+
}
|
|
54
|
+
set start(v) {
|
|
55
|
+
this.__PrimitivesSetter(this._start, v);
|
|
56
|
+
}
|
|
57
|
+
get end() {
|
|
58
|
+
return this._end;
|
|
59
|
+
}
|
|
60
|
+
set end(v) {
|
|
61
|
+
this.__PrimitivesSetter(this._end, v);
|
|
62
|
+
}
|
|
63
|
+
fromLiteral(data) {
|
|
64
|
+
super.__fromLiteral(data);
|
|
65
|
+
}
|
|
66
|
+
toLiteral() {
|
|
67
|
+
return super.__toLiteral();
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
Registry.register('google.protobuf.EnumDescriptorProto.EnumReservedRange', EnumDescriptorProtoEnumReservedRange);
|
|
71
|
+
//# sourceMappingURL=EnumDescriptorProto.EnumReservedRange.js.map
|
package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EnumDescriptorProto.EnumReservedRange.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAoB1E;;GAEG;AACH,MAAM,OAAO,oCAAqC,SAAQ,SAAS;IAOjE,YACE,QAAgD,EAChD,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ;YAClB,uDAAuD,CAAC;QAC1D,IAAI,CAAC,MAAM,CAAC,WAAW,GAAG,sCAAsC,CAAC;QAEjE,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,CACF,SAAuD,CAE1D,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,CACF,SAAuD,CAE1D,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,IAA2C;QACrD,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,uDAAuD,EACvD,oCAAoC,CACrC,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 IEnumDescriptorProtoEnumReservedRange\n */\nexport interface IEnumDescriptorProtoEnumReservedRange {\n start?: number; // Inclusive.\n\n end?: number; // Inclusive.\n}\n\n/**\n * @interface TEnumDescriptorProtoEnumReservedRange\n */\nexport interface TEnumDescriptorProtoEnumReservedRange {\n start?: number; // Inclusive.\n\n end?: number; // Inclusive.\n}\n\n/**\n * EnumDescriptorProtoEnumReservedRange\n */\nexport class EnumDescriptorProtoEnumReservedRange extends FieldNode {\n private _start: INT32; // Inclusive.\n\n private _end: INT32; // Inclusive.\n\n public __defaultValues: IEnumDescriptorProtoEnumReservedRange;\n\n constructor(\n initData?: IEnumDescriptorProtoEnumReservedRange,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName =\n 'google.protobuf.EnumDescriptorProto.EnumReservedRange';\n this.__meta.description = 'EnumDescriptorProtoEnumReservedRange';\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[\n fieldName as keyof EnumDescriptorProtoEnumReservedRange\n ] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (\n this[\n fieldName as keyof EnumDescriptorProtoEnumReservedRange\n ] 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: IEnumDescriptorProtoEnumReservedRange) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IEnumDescriptorProtoEnumReservedRange {\n return super.__toLiteral();\n }\n}\n\nRegistry.register(\n 'google.protobuf.EnumDescriptorProto.EnumReservedRange',\n EnumDescriptorProtoEnumReservedRange,\n);\n"]}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import { ARRAY, FieldNode, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
import { EnumDescriptorProtoEnumReservedRange as GoogleProtobufEnumDescriptorProtoEnumReservedRange, type IEnumDescriptorProtoEnumReservedRange as IGoogleProtobufEnumDescriptorProtoEnumReservedRange, type TEnumDescriptorProtoEnumReservedRange as TGoogleProtobufEnumDescriptorProtoEnumReservedRange } from './EnumDescriptorProto.EnumReservedRange.js';
|
|
3
|
+
import { EnumOptions as GoogleProtobufEnumOptions, type IEnumOptions as IGoogleProtobufEnumOptions, type TEnumOptions as TGoogleProtobufEnumOptions } from './EnumOptions.js';
|
|
4
|
+
import { EnumValueDescriptorProto as GoogleProtobufEnumValueDescriptorProto, type IEnumValueDescriptorProto as IGoogleProtobufEnumValueDescriptorProto, type TEnumValueDescriptorProto as TGoogleProtobufEnumValueDescriptorProto } from './EnumValueDescriptorProto.js';
|
|
5
|
+
/**
|
|
6
|
+
* @interface IEnumDescriptorProto
|
|
7
|
+
* Describes an enum type.
|
|
8
|
+
*/
|
|
9
|
+
export interface IEnumDescriptorProto {
|
|
10
|
+
name?: string;
|
|
11
|
+
value?: IGoogleProtobufEnumValueDescriptorProto[];
|
|
12
|
+
options?: IGoogleProtobufEnumOptions;
|
|
13
|
+
/**
|
|
14
|
+
* Range of reserved numeric values. Reserved numeric values may not be used
|
|
15
|
+
* by enum values in the same enum declaration. Reserved ranges may not
|
|
16
|
+
* overlap.
|
|
17
|
+
*/
|
|
18
|
+
reservedRange?: IGoogleProtobufEnumDescriptorProtoEnumReservedRange[];
|
|
19
|
+
/**
|
|
20
|
+
* Reserved enum value names, which may not be reused. A given name may only
|
|
21
|
+
* be reserved once.
|
|
22
|
+
*/
|
|
23
|
+
reservedName?: string[];
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @interface TEnumDescriptorProto
|
|
27
|
+
* Describes an enum type.
|
|
28
|
+
*/
|
|
29
|
+
export interface TEnumDescriptorProto {
|
|
30
|
+
name?: string;
|
|
31
|
+
value?: TGoogleProtobufEnumValueDescriptorProto[];
|
|
32
|
+
options?: TGoogleProtobufEnumOptions;
|
|
33
|
+
/**
|
|
34
|
+
* Range of reserved numeric values. Reserved numeric values may not be used
|
|
35
|
+
* by enum values in the same enum declaration. Reserved ranges may not
|
|
36
|
+
* overlap.
|
|
37
|
+
*/
|
|
38
|
+
reserved_range?: TGoogleProtobufEnumDescriptorProtoEnumReservedRange[];
|
|
39
|
+
/**
|
|
40
|
+
* Reserved enum value names, which may not be reused. A given name may only
|
|
41
|
+
* be reserved once.
|
|
42
|
+
*/
|
|
43
|
+
reserved_name?: string[];
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* EnumDescriptorProto
|
|
47
|
+
* Describes an enum type.
|
|
48
|
+
*/
|
|
49
|
+
export declare class EnumDescriptorProto extends FieldNode {
|
|
50
|
+
private _name;
|
|
51
|
+
private _value;
|
|
52
|
+
private _options;
|
|
53
|
+
private _reservedRange;
|
|
54
|
+
private _reservedName;
|
|
55
|
+
__defaultValues: IEnumDescriptorProto;
|
|
56
|
+
constructor(initData?: IEnumDescriptorProto, parent?: FieldNode, parentAttributeName?: string);
|
|
57
|
+
get name(): STRING;
|
|
58
|
+
set name(v: string);
|
|
59
|
+
get value(): ARRAY<GoogleProtobufEnumValueDescriptorProto, IGoogleProtobufEnumValueDescriptorProto>;
|
|
60
|
+
set value(v: IGoogleProtobufEnumValueDescriptorProto[]);
|
|
61
|
+
get options(): GoogleProtobufEnumOptions;
|
|
62
|
+
set options(v: IGoogleProtobufEnumOptions);
|
|
63
|
+
get reservedRange(): ARRAY<GoogleProtobufEnumDescriptorProtoEnumReservedRange, IGoogleProtobufEnumDescriptorProtoEnumReservedRange>;
|
|
64
|
+
set reservedRange(v: IGoogleProtobufEnumDescriptorProtoEnumReservedRange[]);
|
|
65
|
+
get reservedName(): ARRAY<STRING, string>;
|
|
66
|
+
set reservedName(v: string[]);
|
|
67
|
+
fromLiteral(data: IEnumDescriptorProto): void;
|
|
68
|
+
toLiteral(): IEnumDescriptorProto;
|
|
69
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
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 { EnumDescriptorProtoEnumReservedRange as GoogleProtobufEnumDescriptorProtoEnumReservedRange, } from './EnumDescriptorProto.EnumReservedRange.js';
|
|
5
|
+
import { EnumOptions as GoogleProtobufEnumOptions, } from './EnumOptions.js';
|
|
6
|
+
import { EnumValueDescriptorProto as GoogleProtobufEnumValueDescriptorProto, } from './EnumValueDescriptorProto.js';
|
|
7
|
+
/**
|
|
8
|
+
* EnumDescriptorProto
|
|
9
|
+
* Describes an enum type.
|
|
10
|
+
*/
|
|
11
|
+
export class EnumDescriptorProto extends FieldNode {
|
|
12
|
+
constructor(initData, parent, parentAttributeName) {
|
|
13
|
+
super(undefined, parent, parentAttributeName);
|
|
14
|
+
this.__meta.typeName = 'google.protobuf.EnumDescriptorProto';
|
|
15
|
+
this.__meta.description = 'EnumDescriptorProto Describes an enum type.';
|
|
16
|
+
this.__meta.nodeFields = [
|
|
17
|
+
{
|
|
18
|
+
fieldName: 'name',
|
|
19
|
+
protoName: 'name',
|
|
20
|
+
FieldConstructor: STRING,
|
|
21
|
+
constraints: {},
|
|
22
|
+
description: '',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
fieldName: 'value',
|
|
26
|
+
protoName: 'value',
|
|
27
|
+
FieldConstructor: GoogleProtobufEnumValueDescriptorProto,
|
|
28
|
+
constraints: {},
|
|
29
|
+
description: '',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
fieldName: 'options',
|
|
33
|
+
protoName: 'options',
|
|
34
|
+
FieldConstructor: GoogleProtobufEnumOptions,
|
|
35
|
+
constraints: {},
|
|
36
|
+
description: '',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
fieldName: 'reservedRange',
|
|
40
|
+
protoName: 'reserved_range',
|
|
41
|
+
FieldConstructor: GoogleProtobufEnumDescriptorProtoEnumReservedRange,
|
|
42
|
+
constraints: {},
|
|
43
|
+
description: 'Range of reserved numeric values. Reserved numeric values may not be used\n by enum values in the same enum declaration. Reserved ranges may not\n overlap.',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
fieldName: 'reservedName',
|
|
47
|
+
protoName: 'reserved_name',
|
|
48
|
+
FieldConstructor: STRING,
|
|
49
|
+
constraints: {},
|
|
50
|
+
description: 'Reserved enum value names, which may not be reused. A given name may only\n be reserved once.',
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
// Initialize the fields
|
|
54
|
+
this._name = new STRING(undefined, this, 'name');
|
|
55
|
+
this._value = new ARRAY(undefined, this, 'value');
|
|
56
|
+
this._options = new GoogleProtobufEnumOptions(undefined, this, 'options');
|
|
57
|
+
// Range of reserved numeric values. Reserved numeric values may not be used
|
|
58
|
+
// by enum values in the same enum declaration. Reserved ranges may not
|
|
59
|
+
// overlap.
|
|
60
|
+
this._reservedRange = new ARRAY(undefined, this, 'reservedRange');
|
|
61
|
+
// Reserved enum value names, which may not be reused. A given name may only
|
|
62
|
+
// be reserved once.
|
|
63
|
+
this._reservedName = new ARRAY(undefined, this, 'reservedName');
|
|
64
|
+
// Set required fields
|
|
65
|
+
[].forEach(fieldName => {
|
|
66
|
+
this[fieldName].__meta.required = true;
|
|
67
|
+
});
|
|
68
|
+
// Default values from openAPI annotations
|
|
69
|
+
this.__defaultValues = {};
|
|
70
|
+
// Initialize the fields with init data
|
|
71
|
+
if (initData !== undefined) {
|
|
72
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
73
|
+
}
|
|
74
|
+
else {
|
|
75
|
+
this.__fromLiteral(this.__defaultValues);
|
|
76
|
+
}
|
|
77
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
78
|
+
[].forEach(fieldName => {
|
|
79
|
+
this[fieldName].__readonly =
|
|
80
|
+
true;
|
|
81
|
+
});
|
|
82
|
+
this.__meta.isPristine = true;
|
|
83
|
+
}
|
|
84
|
+
get name() {
|
|
85
|
+
return this._name;
|
|
86
|
+
}
|
|
87
|
+
set name(v) {
|
|
88
|
+
this.__PrimitivesSetter(this._name, v);
|
|
89
|
+
}
|
|
90
|
+
get value() {
|
|
91
|
+
return this._value;
|
|
92
|
+
}
|
|
93
|
+
set value(v) {
|
|
94
|
+
this.__TypeSetter(this._value, v);
|
|
95
|
+
}
|
|
96
|
+
get options() {
|
|
97
|
+
return this._options;
|
|
98
|
+
}
|
|
99
|
+
set options(v) {
|
|
100
|
+
this.__TypeSetter(this._options, v);
|
|
101
|
+
}
|
|
102
|
+
// Range of reserved numeric values. Reserved numeric values may not be used
|
|
103
|
+
// by enum values in the same enum declaration. Reserved ranges may not
|
|
104
|
+
// overlap.
|
|
105
|
+
get reservedRange() {
|
|
106
|
+
return this._reservedRange;
|
|
107
|
+
}
|
|
108
|
+
set reservedRange(v) {
|
|
109
|
+
this.__TypeSetter(this._reservedRange, v);
|
|
110
|
+
}
|
|
111
|
+
// Reserved enum value names, which may not be reused. A given name may only
|
|
112
|
+
// be reserved once.
|
|
113
|
+
get reservedName() {
|
|
114
|
+
return this._reservedName;
|
|
115
|
+
}
|
|
116
|
+
set reservedName(v) {
|
|
117
|
+
this.__TypeSetter(this._reservedName, v);
|
|
118
|
+
}
|
|
119
|
+
fromLiteral(data) {
|
|
120
|
+
super.__fromLiteral(data);
|
|
121
|
+
}
|
|
122
|
+
toLiteral() {
|
|
123
|
+
return super.__toLiteral();
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
Registry.register('google.protobuf.EnumDescriptorProto', EnumDescriptorProto);
|
|
127
|
+
//# sourceMappingURL=EnumDescriptorProto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EnumDescriptorProto.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/EnumDescriptorProto.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 EnumDescriptorProtoEnumReservedRange as GoogleProtobufEnumDescriptorProtoEnumReservedRange,\n type IEnumDescriptorProtoEnumReservedRange as IGoogleProtobufEnumDescriptorProtoEnumReservedRange,\n type TEnumDescriptorProtoEnumReservedRange as TGoogleProtobufEnumDescriptorProtoEnumReservedRange,\n} from './EnumDescriptorProto.EnumReservedRange';\n\nimport {\n EnumOptions as GoogleProtobufEnumOptions,\n type IEnumOptions as IGoogleProtobufEnumOptions,\n type TEnumOptions as TGoogleProtobufEnumOptions,\n} from './EnumOptions';\n\nimport {\n EnumValueDescriptorProto as GoogleProtobufEnumValueDescriptorProto,\n type IEnumValueDescriptorProto as IGoogleProtobufEnumValueDescriptorProto,\n type TEnumValueDescriptorProto as TGoogleProtobufEnumValueDescriptorProto,\n} from './EnumValueDescriptorProto';\n\n/**\n * @interface IEnumDescriptorProto\n * Describes an enum type.\n */\nexport interface IEnumDescriptorProto {\n name?: string;\n value?: IGoogleProtobufEnumValueDescriptorProto[];\n options?: IGoogleProtobufEnumOptions;\n /**\n * Range of reserved numeric values. Reserved numeric values may not be used\n * by enum values in the same enum declaration. Reserved ranges may not\n * overlap.\n */\n reservedRange?: IGoogleProtobufEnumDescriptorProtoEnumReservedRange[];\n /**\n * Reserved enum value names, which may not be reused. A given name may only\n * be reserved once.\n */\n reservedName?: string[];\n}\n\n/**\n * @interface TEnumDescriptorProto\n * Describes an enum type.\n */\nexport interface TEnumDescriptorProto {\n name?: string;\n value?: TGoogleProtobufEnumValueDescriptorProto[];\n options?: TGoogleProtobufEnumOptions;\n /**\n * Range of reserved numeric values. Reserved numeric values may not be used\n * by enum values in the same enum declaration. Reserved ranges may not\n * overlap.\n */\n reserved_range?: TGoogleProtobufEnumDescriptorProtoEnumReservedRange[];\n /**\n * Reserved enum value names, which may not be reused. A given name may only\n * be reserved once.\n */\n reserved_name?: string[];\n}\n\n/**\n * EnumDescriptorProto\n * Describes an enum type.\n */\nexport class EnumDescriptorProto extends FieldNode {\n private _name: STRING;\n\n private _value: ARRAY<\n GoogleProtobufEnumValueDescriptorProto,\n IGoogleProtobufEnumValueDescriptorProto\n >;\n\n private _options: GoogleProtobufEnumOptions;\n\n // Range of reserved numeric values. Reserved numeric values may not be used\n // by enum values in the same enum declaration. Reserved ranges may not\n // overlap.\n private _reservedRange: ARRAY<\n GoogleProtobufEnumDescriptorProtoEnumReservedRange,\n IGoogleProtobufEnumDescriptorProtoEnumReservedRange\n >;\n\n // Reserved enum value names, which may not be reused. A given name may only\n // be reserved once.\n private _reservedName: ARRAY<STRING, string>;\n\n public __defaultValues: IEnumDescriptorProto;\n\n constructor(\n initData?: IEnumDescriptorProto,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.EnumDescriptorProto';\n this.__meta.description = 'EnumDescriptorProto Describes an enum type.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'name',\n protoName: 'name',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: GoogleProtobufEnumValueDescriptorProto,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'options',\n protoName: 'options',\n FieldConstructor: GoogleProtobufEnumOptions,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'reservedRange',\n protoName: 'reserved_range',\n FieldConstructor: GoogleProtobufEnumDescriptorProtoEnumReservedRange,\n constraints: {},\n description:\n 'Range of reserved numeric values. Reserved numeric values may not be used\\n by enum values in the same enum declaration. Reserved ranges may not\\n overlap.',\n },\n {\n fieldName: 'reservedName',\n protoName: 'reserved_name',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Reserved enum value names, which may not be reused. A given name may only\\n be reserved once.',\n },\n ];\n\n // Initialize the fields\n this._name = new STRING(undefined, this, 'name');\n\n this._value = new ARRAY<\n GoogleProtobufEnumValueDescriptorProto,\n IGoogleProtobufEnumValueDescriptorProto\n >(undefined, this, 'value');\n\n this._options = new GoogleProtobufEnumOptions(undefined, this, 'options');\n\n // Range of reserved numeric values. Reserved numeric values may not be used\n // by enum values in the same enum declaration. Reserved ranges may not\n // overlap.\n this._reservedRange = new ARRAY<\n GoogleProtobufEnumDescriptorProtoEnumReservedRange,\n IGoogleProtobufEnumDescriptorProtoEnumReservedRange\n >(undefined, this, 'reservedRange');\n\n // Reserved enum value names, which may not be reused. A given name may only\n // 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 (\n this[fieldName as keyof EnumDescriptorProto] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof EnumDescriptorProto] as FieldNode).__readonly =\n 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 value(): ARRAY<\n GoogleProtobufEnumValueDescriptorProto,\n IGoogleProtobufEnumValueDescriptorProto\n > {\n return this._value;\n }\n\n public set value(v: IGoogleProtobufEnumValueDescriptorProto[]) {\n this.__TypeSetter(this._value, v);\n }\n\n public get options(): GoogleProtobufEnumOptions {\n return this._options;\n }\n\n public set options(v: IGoogleProtobufEnumOptions) {\n this.__TypeSetter(this._options, v);\n }\n\n // Range of reserved numeric values. Reserved numeric values may not be used\n // by enum values in the same enum declaration. Reserved ranges may not\n // overlap.\n public get reservedRange(): ARRAY<\n GoogleProtobufEnumDescriptorProtoEnumReservedRange,\n IGoogleProtobufEnumDescriptorProtoEnumReservedRange\n > {\n return this._reservedRange;\n }\n\n public set reservedRange(\n v: IGoogleProtobufEnumDescriptorProtoEnumReservedRange[],\n ) {\n this.__TypeSetter(this._reservedRange, v);\n }\n\n // Reserved enum value names, which may not be reused. A given name may only\n // 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: IEnumDescriptorProto) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IEnumDescriptorProto {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.EnumDescriptorProto', EnumDescriptorProto);\n"]}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { ARRAY, BOOLEAN, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
import { FeatureSet as GoogleProtobufFeatureSet, type IFeatureSet as IGoogleProtobufFeatureSet, type TFeatureSet as TGoogleProtobufFeatureSet } from './FeatureSet.js';
|
|
3
|
+
import { UninterpretedOption as GoogleProtobufUninterpretedOption, type IUninterpretedOption as IGoogleProtobufUninterpretedOption, type TUninterpretedOption as TGoogleProtobufUninterpretedOption } from './UninterpretedOption.js';
|
|
4
|
+
/**
|
|
5
|
+
* @interface IEnumOptions
|
|
6
|
+
*/
|
|
7
|
+
export interface IEnumOptions {
|
|
8
|
+
/**
|
|
9
|
+
* Set this option to true to allow mapping different tag names to the same
|
|
10
|
+
* value.
|
|
11
|
+
*/
|
|
12
|
+
allowAlias?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Is this enum deprecated?
|
|
15
|
+
* Depending on the target platform, this can emit Deprecated annotations
|
|
16
|
+
* for the enum, or it will be completely ignored; in the very least, this
|
|
17
|
+
* is a formalization for deprecating enums.
|
|
18
|
+
*/
|
|
19
|
+
deprecated?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Enable the legacy handling of JSON field name conflicts. This lowercases
|
|
22
|
+
* and strips underscored from the fields before comparison in proto3 only.
|
|
23
|
+
* The new behavior takes `json_name` into account and applies to proto2 as
|
|
24
|
+
* well.
|
|
25
|
+
* TODO Remove this legacy behavior once downstream teams have
|
|
26
|
+
* had time to migrate.
|
|
27
|
+
*/
|
|
28
|
+
deprecatedLegacyJsonFieldConflicts?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Any features defined in the specific edition.
|
|
31
|
+
*/
|
|
32
|
+
features?: IGoogleProtobufFeatureSet;
|
|
33
|
+
/**
|
|
34
|
+
* The parser stores options it doesn't recognize here. See above.
|
|
35
|
+
*/
|
|
36
|
+
uninterpretedOption?: IGoogleProtobufUninterpretedOption[];
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @interface TEnumOptions
|
|
40
|
+
*/
|
|
41
|
+
export interface TEnumOptions {
|
|
42
|
+
/**
|
|
43
|
+
* Set this option to true to allow mapping different tag names to the same
|
|
44
|
+
* value.
|
|
45
|
+
*/
|
|
46
|
+
allow_alias?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* Is this enum deprecated?
|
|
49
|
+
* Depending on the target platform, this can emit Deprecated annotations
|
|
50
|
+
* for the enum, or it will be completely ignored; in the very least, this
|
|
51
|
+
* is a formalization for deprecating enums.
|
|
52
|
+
*/
|
|
53
|
+
deprecated?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Enable the legacy handling of JSON field name conflicts. This lowercases
|
|
56
|
+
* and strips underscored from the fields before comparison in proto3 only.
|
|
57
|
+
* The new behavior takes `json_name` into account and applies to proto2 as
|
|
58
|
+
* well.
|
|
59
|
+
* TODO Remove this legacy behavior once downstream teams have
|
|
60
|
+
* had time to migrate.
|
|
61
|
+
*/
|
|
62
|
+
deprecated_legacy_json_field_conflicts?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Any features defined in the specific edition.
|
|
65
|
+
*/
|
|
66
|
+
features?: TGoogleProtobufFeatureSet;
|
|
67
|
+
/**
|
|
68
|
+
* The parser stores options it doesn't recognize here. See above.
|
|
69
|
+
*/
|
|
70
|
+
uninterpreted_option?: TGoogleProtobufUninterpretedOption[];
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* EnumOptions
|
|
74
|
+
*/
|
|
75
|
+
export declare class EnumOptions extends FieldNode {
|
|
76
|
+
private _allowAlias;
|
|
77
|
+
private _deprecated;
|
|
78
|
+
private _deprecatedLegacyJsonFieldConflicts;
|
|
79
|
+
private _features;
|
|
80
|
+
private _uninterpretedOption;
|
|
81
|
+
__defaultValues: IEnumOptions;
|
|
82
|
+
constructor(initData?: IEnumOptions, parent?: FieldNode, parentAttributeName?: string);
|
|
83
|
+
get allowAlias(): BOOLEAN;
|
|
84
|
+
set allowAlias(v: boolean);
|
|
85
|
+
get deprecated(): BOOLEAN;
|
|
86
|
+
set deprecated(v: boolean);
|
|
87
|
+
get deprecatedLegacyJsonFieldConflicts(): BOOLEAN;
|
|
88
|
+
set deprecatedLegacyJsonFieldConflicts(v: boolean);
|
|
89
|
+
get features(): GoogleProtobufFeatureSet;
|
|
90
|
+
set features(v: IGoogleProtobufFeatureSet);
|
|
91
|
+
get uninterpretedOption(): ARRAY<GoogleProtobufUninterpretedOption, IGoogleProtobufUninterpretedOption>;
|
|
92
|
+
set uninterpretedOption(v: IGoogleProtobufUninterpretedOption[]);
|
|
93
|
+
fromLiteral(data: IEnumOptions): void;
|
|
94
|
+
toLiteral(): IEnumOptions;
|
|
95
|
+
}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ARRAY, BOOLEAN, FieldNode, Registry, } from '@furo/open-models/dist/index';
|
|
4
|
+
import { FeatureSet as GoogleProtobufFeatureSet, } from './FeatureSet.js';
|
|
5
|
+
import { UninterpretedOption as GoogleProtobufUninterpretedOption, } from './UninterpretedOption.js';
|
|
6
|
+
/**
|
|
7
|
+
* EnumOptions
|
|
8
|
+
*/
|
|
9
|
+
export class EnumOptions extends FieldNode {
|
|
10
|
+
constructor(initData, parent, parentAttributeName) {
|
|
11
|
+
super(undefined, parent, parentAttributeName);
|
|
12
|
+
this.__meta.typeName = 'google.protobuf.EnumOptions';
|
|
13
|
+
this.__meta.description = 'EnumOptions';
|
|
14
|
+
this.__meta.nodeFields = [
|
|
15
|
+
{
|
|
16
|
+
fieldName: 'allowAlias',
|
|
17
|
+
protoName: 'allow_alias',
|
|
18
|
+
FieldConstructor: BOOLEAN,
|
|
19
|
+
constraints: {},
|
|
20
|
+
description: 'Set this option to true to allow mapping different tag names to the same\n value.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
fieldName: 'deprecated',
|
|
24
|
+
protoName: 'deprecated',
|
|
25
|
+
FieldConstructor: BOOLEAN,
|
|
26
|
+
constraints: {},
|
|
27
|
+
description: 'Is this enum deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the enum, or it will be completely ignored; in the very least, this\n is a formalization for deprecating enums.',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
fieldName: 'deprecatedLegacyJsonFieldConflicts',
|
|
31
|
+
protoName: 'deprecated_legacy_json_field_conflicts',
|
|
32
|
+
FieldConstructor: BOOLEAN,
|
|
33
|
+
constraints: {},
|
|
34
|
+
description: 'Enable the legacy handling of JSON field name conflicts. This lowercases\n and strips underscored from the fields before comparison in proto3 only.\n The new behavior takes `json_name` into account and applies to proto2 as\n well.\n TODO Remove this legacy behavior once downstream teams have\n had time to migrate.',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
fieldName: 'features',
|
|
38
|
+
protoName: 'features',
|
|
39
|
+
FieldConstructor: GoogleProtobufFeatureSet,
|
|
40
|
+
constraints: {},
|
|
41
|
+
description: 'Any features defined in the specific edition.',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
fieldName: 'uninterpretedOption',
|
|
45
|
+
protoName: 'uninterpreted_option',
|
|
46
|
+
FieldConstructor: GoogleProtobufUninterpretedOption,
|
|
47
|
+
constraints: {},
|
|
48
|
+
description: "The parser stores options it doesn't recognize here. See above.",
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
// Initialize the fields
|
|
52
|
+
// Set this option to true to allow mapping different tag names to the same
|
|
53
|
+
// value.
|
|
54
|
+
this._allowAlias = new BOOLEAN(undefined, this, 'allowAlias');
|
|
55
|
+
// Is this enum deprecated?
|
|
56
|
+
// Depending on the target platform, this can emit Deprecated annotations
|
|
57
|
+
// for the enum, or it will be completely ignored; in the very least, this
|
|
58
|
+
// is a formalization for deprecating enums.
|
|
59
|
+
this._deprecated = new BOOLEAN(undefined, this, 'deprecated');
|
|
60
|
+
// Enable the legacy handling of JSON field name conflicts. This lowercases
|
|
61
|
+
// and strips underscored from the fields before comparison in proto3 only.
|
|
62
|
+
// The new behavior takes `json_name` into account and applies to proto2 as
|
|
63
|
+
// well.
|
|
64
|
+
// TODO Remove this legacy behavior once downstream teams have
|
|
65
|
+
// had time to migrate.
|
|
66
|
+
this._deprecatedLegacyJsonFieldConflicts = new BOOLEAN(undefined, this, 'deprecatedLegacyJsonFieldConflicts');
|
|
67
|
+
// Any features defined in the specific edition.
|
|
68
|
+
this._features = new GoogleProtobufFeatureSet(undefined, this, 'features');
|
|
69
|
+
// The parser stores options it doesn't recognize here. See above.
|
|
70
|
+
this._uninterpretedOption = new ARRAY(undefined, this, 'uninterpretedOption');
|
|
71
|
+
// Set required fields
|
|
72
|
+
[].forEach(fieldName => {
|
|
73
|
+
this[fieldName].__meta.required =
|
|
74
|
+
true;
|
|
75
|
+
});
|
|
76
|
+
// Default values from openAPI annotations
|
|
77
|
+
this.__defaultValues = {};
|
|
78
|
+
// Initialize the fields with init data
|
|
79
|
+
if (initData !== undefined) {
|
|
80
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
81
|
+
}
|
|
82
|
+
else {
|
|
83
|
+
this.__fromLiteral(this.__defaultValues);
|
|
84
|
+
}
|
|
85
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
86
|
+
[].forEach(fieldName => {
|
|
87
|
+
this[fieldName].__readonly = true;
|
|
88
|
+
});
|
|
89
|
+
this.__meta.isPristine = true;
|
|
90
|
+
}
|
|
91
|
+
// Set this option to true to allow mapping different tag names to the same
|
|
92
|
+
// value.
|
|
93
|
+
get allowAlias() {
|
|
94
|
+
return this._allowAlias;
|
|
95
|
+
}
|
|
96
|
+
set allowAlias(v) {
|
|
97
|
+
this.__PrimitivesSetter(this._allowAlias, v);
|
|
98
|
+
}
|
|
99
|
+
// Is this enum deprecated?
|
|
100
|
+
// Depending on the target platform, this can emit Deprecated annotations
|
|
101
|
+
// for the enum, or it will be completely ignored; in the very least, this
|
|
102
|
+
// is a formalization for deprecating enums.
|
|
103
|
+
get deprecated() {
|
|
104
|
+
return this._deprecated;
|
|
105
|
+
}
|
|
106
|
+
set deprecated(v) {
|
|
107
|
+
this.__PrimitivesSetter(this._deprecated, v);
|
|
108
|
+
}
|
|
109
|
+
// Enable the legacy handling of JSON field name conflicts. This lowercases
|
|
110
|
+
// and strips underscored from the fields before comparison in proto3 only.
|
|
111
|
+
// The new behavior takes `json_name` into account and applies to proto2 as
|
|
112
|
+
// well.
|
|
113
|
+
// TODO Remove this legacy behavior once downstream teams have
|
|
114
|
+
// had time to migrate.
|
|
115
|
+
get deprecatedLegacyJsonFieldConflicts() {
|
|
116
|
+
return this._deprecatedLegacyJsonFieldConflicts;
|
|
117
|
+
}
|
|
118
|
+
set deprecatedLegacyJsonFieldConflicts(v) {
|
|
119
|
+
this.__PrimitivesSetter(this._deprecatedLegacyJsonFieldConflicts, v);
|
|
120
|
+
}
|
|
121
|
+
// Any features defined in the specific edition.
|
|
122
|
+
get features() {
|
|
123
|
+
return this._features;
|
|
124
|
+
}
|
|
125
|
+
set features(v) {
|
|
126
|
+
this.__TypeSetter(this._features, v);
|
|
127
|
+
}
|
|
128
|
+
// The parser stores options it doesn't recognize here. See above.
|
|
129
|
+
get uninterpretedOption() {
|
|
130
|
+
return this._uninterpretedOption;
|
|
131
|
+
}
|
|
132
|
+
set uninterpretedOption(v) {
|
|
133
|
+
this.__TypeSetter(this._uninterpretedOption, v);
|
|
134
|
+
}
|
|
135
|
+
fromLiteral(data) {
|
|
136
|
+
super.__fromLiteral(data);
|
|
137
|
+
}
|
|
138
|
+
toLiteral() {
|
|
139
|
+
return super.__toLiteral();
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
Registry.register('google.protobuf.EnumOptions', EnumOptions);
|
|
143
|
+
//# sourceMappingURL=EnumOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EnumOptions.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/EnumOptions.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 BOOLEAN,\n FieldNode,\n Registry,\n} from '@furo/open-models/dist/index';\nimport {\n FeatureSet as GoogleProtobufFeatureSet,\n type IFeatureSet as IGoogleProtobufFeatureSet,\n type TFeatureSet as TGoogleProtobufFeatureSet,\n} from './FeatureSet';\n\nimport {\n UninterpretedOption as GoogleProtobufUninterpretedOption,\n type IUninterpretedOption as IGoogleProtobufUninterpretedOption,\n type TUninterpretedOption as TGoogleProtobufUninterpretedOption,\n} from './UninterpretedOption';\n\n/**\n * @interface IEnumOptions\n */\nexport interface IEnumOptions {\n /**\n * Set this option to true to allow mapping different tag names to the same\n * value.\n */\n allowAlias?: boolean;\n /**\n * Is this enum deprecated?\n * Depending on the target platform, this can emit Deprecated annotations\n * for the enum, or it will be completely ignored; in the very least, this\n * is a formalization for deprecating enums.\n */\n deprecated?: boolean;\n /**\n * Enable the legacy handling of JSON field name conflicts. This lowercases\n * and strips underscored from the fields before comparison in proto3 only.\n * The new behavior takes `json_name` into account and applies to proto2 as\n * well.\n * TODO Remove this legacy behavior once downstream teams have\n * had time to migrate.\n */\n deprecatedLegacyJsonFieldConflicts?: boolean;\n /**\n * Any features defined in the specific edition.\n */\n features?: IGoogleProtobufFeatureSet;\n /**\n * The parser stores options it doesn't recognize here. See above.\n */\n uninterpretedOption?: IGoogleProtobufUninterpretedOption[];\n}\n\n/**\n * @interface TEnumOptions\n */\nexport interface TEnumOptions {\n /**\n * Set this option to true to allow mapping different tag names to the same\n * value.\n */\n allow_alias?: boolean;\n /**\n * Is this enum deprecated?\n * Depending on the target platform, this can emit Deprecated annotations\n * for the enum, or it will be completely ignored; in the very least, this\n * is a formalization for deprecating enums.\n */\n deprecated?: boolean;\n /**\n * Enable the legacy handling of JSON field name conflicts. This lowercases\n * and strips underscored from the fields before comparison in proto3 only.\n * The new behavior takes `json_name` into account and applies to proto2 as\n * well.\n * TODO Remove this legacy behavior once downstream teams have\n * had time to migrate.\n */\n deprecated_legacy_json_field_conflicts?: boolean;\n /**\n * Any features defined in the specific edition.\n */\n features?: TGoogleProtobufFeatureSet;\n /**\n * The parser stores options it doesn't recognize here. See above.\n */\n uninterpreted_option?: TGoogleProtobufUninterpretedOption[];\n}\n\n/**\n * EnumOptions\n */\nexport class EnumOptions extends FieldNode {\n // Set this option to true to allow mapping different tag names to the same\n // value.\n private _allowAlias: BOOLEAN;\n\n // Is this enum deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for the enum, or it will be completely ignored; in the very least, this\n // is a formalization for deprecating enums.\n private _deprecated: BOOLEAN;\n\n // Enable the legacy handling of JSON field name conflicts. This lowercases\n // and strips underscored from the fields before comparison in proto3 only.\n // The new behavior takes `json_name` into account and applies to proto2 as\n // well.\n // TODO Remove this legacy behavior once downstream teams have\n // had time to migrate.\n private _deprecatedLegacyJsonFieldConflicts: BOOLEAN;\n\n // Any features defined in the specific edition.\n private _features: GoogleProtobufFeatureSet;\n\n // The parser stores options it doesn't recognize here. See above.\n private _uninterpretedOption: ARRAY<\n GoogleProtobufUninterpretedOption,\n IGoogleProtobufUninterpretedOption\n >;\n\n public __defaultValues: IEnumOptions;\n\n constructor(\n initData?: IEnumOptions,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.EnumOptions';\n this.__meta.description = 'EnumOptions';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'allowAlias',\n protoName: 'allow_alias',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'Set this option to true to allow mapping different tag names to the same\\n value.',\n },\n {\n fieldName: 'deprecated',\n protoName: 'deprecated',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'Is this enum deprecated?\\n Depending on the target platform, this can emit Deprecated annotations\\n for the enum, or it will be completely ignored; in the very least, this\\n is a formalization for deprecating enums.',\n },\n {\n fieldName: 'deprecatedLegacyJsonFieldConflicts',\n protoName: 'deprecated_legacy_json_field_conflicts',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'Enable the legacy handling of JSON field name conflicts. This lowercases\\n and strips underscored from the fields before comparison in proto3 only.\\n The new behavior takes `json_name` into account and applies to proto2 as\\n well.\\n TODO Remove this legacy behavior once downstream teams have\\n had time to migrate.',\n },\n {\n fieldName: 'features',\n protoName: 'features',\n FieldConstructor: GoogleProtobufFeatureSet,\n constraints: {},\n description: 'Any features defined in the specific edition.',\n },\n {\n fieldName: 'uninterpretedOption',\n protoName: 'uninterpreted_option',\n FieldConstructor: GoogleProtobufUninterpretedOption,\n constraints: {},\n description:\n \"The parser stores options it doesn't recognize here. See above.\",\n },\n ];\n\n // Initialize the fields\n // Set this option to true to allow mapping different tag names to the same\n // value.\n this._allowAlias = new BOOLEAN(undefined, this, 'allowAlias');\n\n // Is this enum deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for the enum, or it will be completely ignored; in the very least, this\n // is a formalization for deprecating enums.\n this._deprecated = new BOOLEAN(undefined, this, 'deprecated');\n\n // Enable the legacy handling of JSON field name conflicts. This lowercases\n // and strips underscored from the fields before comparison in proto3 only.\n // The new behavior takes `json_name` into account and applies to proto2 as\n // well.\n // TODO Remove this legacy behavior once downstream teams have\n // had time to migrate.\n this._deprecatedLegacyJsonFieldConflicts = new BOOLEAN(\n undefined,\n this,\n 'deprecatedLegacyJsonFieldConflicts',\n );\n\n // Any features defined in the specific edition.\n this._features = new GoogleProtobufFeatureSet(undefined, this, 'features');\n\n // The parser stores options it doesn't recognize here. See above.\n this._uninterpretedOption = new ARRAY<\n GoogleProtobufUninterpretedOption,\n IGoogleProtobufUninterpretedOption\n >(undefined, this, 'uninterpretedOption');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof EnumOptions] 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 EnumOptions] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // Set this option to true to allow mapping different tag names to the same\n // value.\n public get allowAlias(): BOOLEAN {\n return this._allowAlias;\n }\n\n public set allowAlias(v: boolean) {\n this.__PrimitivesSetter(this._allowAlias, v);\n }\n\n // Is this enum deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for the enum, or it will be completely ignored; in the very least, this\n // is a formalization for deprecating enums.\n public get deprecated(): BOOLEAN {\n return this._deprecated;\n }\n\n public set deprecated(v: boolean) {\n this.__PrimitivesSetter(this._deprecated, v);\n }\n\n // Enable the legacy handling of JSON field name conflicts. This lowercases\n // and strips underscored from the fields before comparison in proto3 only.\n // The new behavior takes `json_name` into account and applies to proto2 as\n // well.\n // TODO Remove this legacy behavior once downstream teams have\n // had time to migrate.\n public get deprecatedLegacyJsonFieldConflicts(): BOOLEAN {\n return this._deprecatedLegacyJsonFieldConflicts;\n }\n\n public set deprecatedLegacyJsonFieldConflicts(v: boolean) {\n this.__PrimitivesSetter(this._deprecatedLegacyJsonFieldConflicts, v);\n }\n\n // Any features defined in the specific edition.\n public get features(): GoogleProtobufFeatureSet {\n return this._features;\n }\n\n public set features(v: IGoogleProtobufFeatureSet) {\n this.__TypeSetter(this._features, v);\n }\n\n // The parser stores options it doesn't recognize here. See above.\n public get uninterpretedOption(): ARRAY<\n GoogleProtobufUninterpretedOption,\n IGoogleProtobufUninterpretedOption\n > {\n return this._uninterpretedOption;\n }\n\n public set uninterpretedOption(v: IGoogleProtobufUninterpretedOption[]) {\n this.__TypeSetter(this._uninterpretedOption, v);\n }\n\n fromLiteral(data: IEnumOptions) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IEnumOptions {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.EnumOptions', EnumOptions);\n"]}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { FieldNode, INT32, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
import { EnumValueOptions as GoogleProtobufEnumValueOptions, type IEnumValueOptions as IGoogleProtobufEnumValueOptions, type TEnumValueOptions as TGoogleProtobufEnumValueOptions } from './EnumValueOptions.js';
|
|
3
|
+
/**
|
|
4
|
+
* @interface IEnumValueDescriptorProto
|
|
5
|
+
* Describes a value within an enum.
|
|
6
|
+
*/
|
|
7
|
+
export interface IEnumValueDescriptorProto {
|
|
8
|
+
name?: string;
|
|
9
|
+
number?: number;
|
|
10
|
+
options?: IGoogleProtobufEnumValueOptions;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @interface TEnumValueDescriptorProto
|
|
14
|
+
* Describes a value within an enum.
|
|
15
|
+
*/
|
|
16
|
+
export interface TEnumValueDescriptorProto {
|
|
17
|
+
name?: string;
|
|
18
|
+
number?: number;
|
|
19
|
+
options?: TGoogleProtobufEnumValueOptions;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* EnumValueDescriptorProto
|
|
23
|
+
* Describes a value within an enum.
|
|
24
|
+
*/
|
|
25
|
+
export declare class EnumValueDescriptorProto extends FieldNode {
|
|
26
|
+
private _name;
|
|
27
|
+
private _number;
|
|
28
|
+
private _options;
|
|
29
|
+
__defaultValues: IEnumValueDescriptorProto;
|
|
30
|
+
constructor(initData?: IEnumValueDescriptorProto, parent?: FieldNode, parentAttributeName?: string);
|
|
31
|
+
get name(): STRING;
|
|
32
|
+
set name(v: string);
|
|
33
|
+
get number(): INT32;
|
|
34
|
+
set number(v: number);
|
|
35
|
+
get options(): GoogleProtobufEnumValueOptions;
|
|
36
|
+
set options(v: IGoogleProtobufEnumValueOptions);
|
|
37
|
+
fromLiteral(data: IEnumValueDescriptorProto): void;
|
|
38
|
+
toLiteral(): IEnumValueDescriptorProto;
|
|
39
|
+
}
|