@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,482 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ARRAY, BOOLEAN, ENUM, FieldNode, Registry, STRING, } from '@furo/open-models/dist/index';
|
|
4
|
+
import { FeatureSet as GoogleProtobufFeatureSet, } from './FeatureSet.js';
|
|
5
|
+
import { FileOptionsOptimizeMode as GoogleProtobufFileOptionsOptimizeMode } from './FileOptions.OptimizeMode.js';
|
|
6
|
+
import { UninterpretedOption as GoogleProtobufUninterpretedOption, } from './UninterpretedOption.js';
|
|
7
|
+
/**
|
|
8
|
+
* FileOptions
|
|
9
|
+
*/
|
|
10
|
+
export class FileOptions extends FieldNode {
|
|
11
|
+
constructor(initData, parent, parentAttributeName) {
|
|
12
|
+
super(undefined, parent, parentAttributeName);
|
|
13
|
+
this.__meta.typeName = 'google.protobuf.FileOptions';
|
|
14
|
+
this.__meta.description = 'FileOptions';
|
|
15
|
+
this.__meta.nodeFields = [
|
|
16
|
+
{
|
|
17
|
+
fieldName: 'javaPackage',
|
|
18
|
+
protoName: 'java_package',
|
|
19
|
+
FieldConstructor: STRING,
|
|
20
|
+
constraints: {},
|
|
21
|
+
description: 'Sets the Java package where classes generated from this .proto will be\n placed. By default, the proto package is used, but this is often\n inappropriate because proto packages do not normally start with backwards\n domain names.',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
fieldName: 'javaOuterClassname',
|
|
25
|
+
protoName: 'java_outer_classname',
|
|
26
|
+
FieldConstructor: STRING,
|
|
27
|
+
constraints: {},
|
|
28
|
+
description: "Controls the name of the wrapper Java class generated for the .proto file.\n That class will always contain the .proto file's getDescriptor() method as\n well as any top-level extensions defined in the .proto file.\n If java_multiple_files is disabled, then all the other classes from the\n .proto file will be nested inside the single wrapper outer class.",
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
fieldName: 'javaMultipleFiles',
|
|
32
|
+
protoName: 'java_multiple_files',
|
|
33
|
+
FieldConstructor: BOOLEAN,
|
|
34
|
+
constraints: {},
|
|
35
|
+
description: "If enabled, then the Java code generator will generate a separate .java\n file for each top-level message, enum, and service defined in the .proto\n file. Thus, these types will *not* be nested inside the wrapper class\n named by java_outer_classname. However, the wrapper class will still be\n generated to contain the file's getDescriptor() method as well as any\n top-level extensions defined in the file.",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
fieldName: 'javaGenerateEqualsAndHash',
|
|
39
|
+
protoName: 'java_generate_equals_and_hash',
|
|
40
|
+
FieldConstructor: BOOLEAN,
|
|
41
|
+
constraints: {},
|
|
42
|
+
description: 'This option does nothing.',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
fieldName: 'javaStringCheckUtf8',
|
|
46
|
+
protoName: 'java_string_check_utf8',
|
|
47
|
+
FieldConstructor: BOOLEAN,
|
|
48
|
+
constraints: {},
|
|
49
|
+
description: 'If set true, then the Java2 code generator will generate code that\n throws an exception whenever an attempt is made to assign a non-UTF-8\n byte sequence to a string field.\n Message reflection will do the same.\n However, an extension field still accepts non-UTF-8 byte sequences.\n This option has no effect on when used with the lite runtime.',
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
fieldName: 'optimizeFor',
|
|
53
|
+
protoName: 'optimize_for',
|
|
54
|
+
FieldConstructor: (ENUM),
|
|
55
|
+
constraints: {},
|
|
56
|
+
description: '',
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
fieldName: 'goPackage',
|
|
60
|
+
protoName: 'go_package',
|
|
61
|
+
FieldConstructor: STRING,
|
|
62
|
+
constraints: {},
|
|
63
|
+
description: 'Sets the Go package where structs generated from this .proto will be\n placed. If omitted, the Go package will be derived from the following:\n - The basename of the package import path, if provided.\n - Otherwise, the package statement in the .proto file, if present.\n - Otherwise, the basename of the .proto file, without extension.',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
fieldName: 'ccGenericServices',
|
|
67
|
+
protoName: 'cc_generic_services',
|
|
68
|
+
FieldConstructor: BOOLEAN,
|
|
69
|
+
constraints: {},
|
|
70
|
+
description: 'Should generic services be generated in each language? "Generic" services\n are not specific to any particular RPC system. They are generated by the\n main code generators in each language (without additional plugins).\n Generic services were the only kind of service generation supported by\n early versions of google.protobuf.\n\n Generic services are now considered deprecated in favor of using plugins\n that generate code specific to your particular RPC system. Therefore,\n these default to false. Old code which depends on generic services should\n explicitly set them to true.',
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
fieldName: 'javaGenericServices',
|
|
74
|
+
protoName: 'java_generic_services',
|
|
75
|
+
FieldConstructor: BOOLEAN,
|
|
76
|
+
constraints: {},
|
|
77
|
+
description: '',
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
fieldName: 'pyGenericServices',
|
|
81
|
+
protoName: 'py_generic_services',
|
|
82
|
+
FieldConstructor: BOOLEAN,
|
|
83
|
+
constraints: {},
|
|
84
|
+
description: '',
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
fieldName: 'phpGenericServices',
|
|
88
|
+
protoName: 'php_generic_services',
|
|
89
|
+
FieldConstructor: BOOLEAN,
|
|
90
|
+
constraints: {},
|
|
91
|
+
description: '',
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
fieldName: 'deprecated',
|
|
95
|
+
protoName: 'deprecated',
|
|
96
|
+
FieldConstructor: BOOLEAN,
|
|
97
|
+
constraints: {},
|
|
98
|
+
description: 'Is this file deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for everything in the file, or it will be completely ignored; in the very\n least, this is a formalization for deprecating files.',
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
fieldName: 'ccEnableArenas',
|
|
102
|
+
protoName: 'cc_enable_arenas',
|
|
103
|
+
FieldConstructor: BOOLEAN,
|
|
104
|
+
constraints: {},
|
|
105
|
+
description: 'Enables the use of arenas for the proto messages in this file. This applies\n only to generated classes for C++.',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
fieldName: 'objcClassPrefix',
|
|
109
|
+
protoName: 'objc_class_prefix',
|
|
110
|
+
FieldConstructor: STRING,
|
|
111
|
+
constraints: {},
|
|
112
|
+
description: 'Sets the objective c class prefix which is prepended to all objective c\n generated classes from this .proto. There is no default.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
fieldName: 'csharpNamespace',
|
|
116
|
+
protoName: 'csharp_namespace',
|
|
117
|
+
FieldConstructor: STRING,
|
|
118
|
+
constraints: {},
|
|
119
|
+
description: 'Namespace for generated classes; defaults to the package.',
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
fieldName: 'swiftPrefix',
|
|
123
|
+
protoName: 'swift_prefix',
|
|
124
|
+
FieldConstructor: STRING,
|
|
125
|
+
constraints: {},
|
|
126
|
+
description: "By default Swift generators will take the proto package and CamelCase it\n replacing '.' with underscore and use that to prefix the types/symbols\n defined. When this options is provided, they will use this value instead\n to prefix the types/symbols defined.",
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
fieldName: 'phpClassPrefix',
|
|
130
|
+
protoName: 'php_class_prefix',
|
|
131
|
+
FieldConstructor: STRING,
|
|
132
|
+
constraints: {},
|
|
133
|
+
description: 'Sets the php class prefix which is prepended to all php generated classes\n from this .proto. Default is empty.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
fieldName: 'phpNamespace',
|
|
137
|
+
protoName: 'php_namespace',
|
|
138
|
+
FieldConstructor: STRING,
|
|
139
|
+
constraints: {},
|
|
140
|
+
description: 'Use this option to change the namespace of php generated classes. Default\n is empty. When this option is empty, the package name will be used for\n determining the namespace.',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
fieldName: 'phpMetadataNamespace',
|
|
144
|
+
protoName: 'php_metadata_namespace',
|
|
145
|
+
FieldConstructor: STRING,
|
|
146
|
+
constraints: {},
|
|
147
|
+
description: 'Use this option to change the namespace of php generated metadata classes.\n Default is empty. When this option is empty, the proto file name will be\n used for determining the namespace.',
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
fieldName: 'rubyPackage',
|
|
151
|
+
protoName: 'ruby_package',
|
|
152
|
+
FieldConstructor: STRING,
|
|
153
|
+
constraints: {},
|
|
154
|
+
description: 'Use this option to change the package of ruby generated classes. Default\n is empty. When this option is not set, the package name will be used for\n determining the ruby package.',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
fieldName: 'features',
|
|
158
|
+
protoName: 'features',
|
|
159
|
+
FieldConstructor: GoogleProtobufFeatureSet,
|
|
160
|
+
constraints: {},
|
|
161
|
+
description: 'Any features defined in the specific edition.',
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
fieldName: 'uninterpretedOption',
|
|
165
|
+
protoName: 'uninterpreted_option',
|
|
166
|
+
FieldConstructor: GoogleProtobufUninterpretedOption,
|
|
167
|
+
constraints: {},
|
|
168
|
+
description: 'The parser stores options it doesn\'t recognize here.\n See the documentation for the "Options" section above.',
|
|
169
|
+
},
|
|
170
|
+
];
|
|
171
|
+
// Initialize the fields
|
|
172
|
+
// Sets the Java package where classes generated from this .proto will be
|
|
173
|
+
// placed. By default, the proto package is used, but this is often
|
|
174
|
+
// inappropriate because proto packages do not normally start with backwards
|
|
175
|
+
// domain names.
|
|
176
|
+
this._javaPackage = new STRING(undefined, this, 'javaPackage');
|
|
177
|
+
// Controls the name of the wrapper Java class generated for the .proto file.
|
|
178
|
+
// That class will always contain the .proto file's getDescriptor() method as
|
|
179
|
+
// well as any top-level extensions defined in the .proto file.
|
|
180
|
+
// If java_multiple_files is disabled, then all the other classes from the
|
|
181
|
+
// .proto file will be nested inside the single wrapper outer class.
|
|
182
|
+
this._javaOuterClassname = new STRING(undefined, this, 'javaOuterClassname');
|
|
183
|
+
// If enabled, then the Java code generator will generate a separate .java
|
|
184
|
+
// file for each top-level message, enum, and service defined in the .proto
|
|
185
|
+
// file. Thus, these types will *not* be nested inside the wrapper class
|
|
186
|
+
// named by java_outer_classname. However, the wrapper class will still be
|
|
187
|
+
// generated to contain the file's getDescriptor() method as well as any
|
|
188
|
+
// top-level extensions defined in the file.
|
|
189
|
+
this._javaMultipleFiles = new BOOLEAN(undefined, this, 'javaMultipleFiles');
|
|
190
|
+
// This option does nothing.
|
|
191
|
+
this._javaGenerateEqualsAndHash = new BOOLEAN(undefined, this, 'javaGenerateEqualsAndHash');
|
|
192
|
+
// If set true, then the Java2 code generator will generate code that
|
|
193
|
+
// throws an exception whenever an attempt is made to assign a non-UTF-8
|
|
194
|
+
// byte sequence to a string field.
|
|
195
|
+
// Message reflection will do the same.
|
|
196
|
+
// However, an extension field still accepts non-UTF-8 byte sequences.
|
|
197
|
+
// This option has no effect on when used with the lite runtime.
|
|
198
|
+
this._javaStringCheckUtf8 = new BOOLEAN(undefined, this, 'javaStringCheckUtf8');
|
|
199
|
+
this._optimizeFor = new ENUM(undefined, GoogleProtobufFileOptionsOptimizeMode, GoogleProtobufFileOptionsOptimizeMode.SPEED, this, 'optimizeFor');
|
|
200
|
+
// Sets the Go package where structs generated from this .proto will be
|
|
201
|
+
// placed. If omitted, the Go package will be derived from the following:
|
|
202
|
+
// - The basename of the package import path, if provided.
|
|
203
|
+
// - Otherwise, the package statement in the .proto file, if present.
|
|
204
|
+
// - Otherwise, the basename of the .proto file, without extension.
|
|
205
|
+
this._goPackage = new STRING(undefined, this, 'goPackage');
|
|
206
|
+
// Should generic services be generated in each language? "Generic" services
|
|
207
|
+
// are not specific to any particular RPC system. They are generated by the
|
|
208
|
+
// main code generators in each language (without additional plugins).
|
|
209
|
+
// Generic services were the only kind of service generation supported by
|
|
210
|
+
// early versions of google.protobuf.
|
|
211
|
+
//
|
|
212
|
+
// Generic services are now considered deprecated in favor of using plugins
|
|
213
|
+
// that generate code specific to your particular RPC system. Therefore,
|
|
214
|
+
// these default to false. Old code which depends on generic services should
|
|
215
|
+
// explicitly set them to true.
|
|
216
|
+
this._ccGenericServices = new BOOLEAN(undefined, this, 'ccGenericServices');
|
|
217
|
+
this._javaGenericServices = new BOOLEAN(undefined, this, 'javaGenericServices');
|
|
218
|
+
this._pyGenericServices = new BOOLEAN(undefined, this, 'pyGenericServices');
|
|
219
|
+
this._phpGenericServices = new BOOLEAN(undefined, this, 'phpGenericServices');
|
|
220
|
+
// Is this file deprecated?
|
|
221
|
+
// Depending on the target platform, this can emit Deprecated annotations
|
|
222
|
+
// for everything in the file, or it will be completely ignored; in the very
|
|
223
|
+
// least, this is a formalization for deprecating files.
|
|
224
|
+
this._deprecated = new BOOLEAN(undefined, this, 'deprecated');
|
|
225
|
+
// Enables the use of arenas for the proto messages in this file. This applies
|
|
226
|
+
// only to generated classes for C++.
|
|
227
|
+
this._ccEnableArenas = new BOOLEAN(undefined, this, 'ccEnableArenas');
|
|
228
|
+
// Sets the objective c class prefix which is prepended to all objective c
|
|
229
|
+
// generated classes from this .proto. There is no default.
|
|
230
|
+
this._objcClassPrefix = new STRING(undefined, this, 'objcClassPrefix');
|
|
231
|
+
// Namespace for generated classes; defaults to the package.
|
|
232
|
+
this._csharpNamespace = new STRING(undefined, this, 'csharpNamespace');
|
|
233
|
+
// By default Swift generators will take the proto package and CamelCase it
|
|
234
|
+
// replacing '.' with underscore and use that to prefix the types/symbols
|
|
235
|
+
// defined. When this options is provided, they will use this value instead
|
|
236
|
+
// to prefix the types/symbols defined.
|
|
237
|
+
this._swiftPrefix = new STRING(undefined, this, 'swiftPrefix');
|
|
238
|
+
// Sets the php class prefix which is prepended to all php generated classes
|
|
239
|
+
// from this .proto. Default is empty.
|
|
240
|
+
this._phpClassPrefix = new STRING(undefined, this, 'phpClassPrefix');
|
|
241
|
+
// Use this option to change the namespace of php generated classes. Default
|
|
242
|
+
// is empty. When this option is empty, the package name will be used for
|
|
243
|
+
// determining the namespace.
|
|
244
|
+
this._phpNamespace = new STRING(undefined, this, 'phpNamespace');
|
|
245
|
+
// Use this option to change the namespace of php generated metadata classes.
|
|
246
|
+
// Default is empty. When this option is empty, the proto file name will be
|
|
247
|
+
// used for determining the namespace.
|
|
248
|
+
this._phpMetadataNamespace = new STRING(undefined, this, 'phpMetadataNamespace');
|
|
249
|
+
// Use this option to change the package of ruby generated classes. Default
|
|
250
|
+
// is empty. When this option is not set, the package name will be used for
|
|
251
|
+
// determining the ruby package.
|
|
252
|
+
this._rubyPackage = new STRING(undefined, this, 'rubyPackage');
|
|
253
|
+
// Any features defined in the specific edition.
|
|
254
|
+
this._features = new GoogleProtobufFeatureSet(undefined, this, 'features');
|
|
255
|
+
// The parser stores options it doesn't recognize here.
|
|
256
|
+
// See the documentation for the "Options" section above.
|
|
257
|
+
this._uninterpretedOption = new ARRAY(undefined, this, 'uninterpretedOption');
|
|
258
|
+
// Set required fields
|
|
259
|
+
[].forEach(fieldName => {
|
|
260
|
+
this[fieldName].__meta.required =
|
|
261
|
+
true;
|
|
262
|
+
});
|
|
263
|
+
// Default values from openAPI annotations
|
|
264
|
+
this.__defaultValues = {};
|
|
265
|
+
// Initialize the fields with init data
|
|
266
|
+
if (initData !== undefined) {
|
|
267
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
268
|
+
}
|
|
269
|
+
else {
|
|
270
|
+
this.__fromLiteral(this.__defaultValues);
|
|
271
|
+
}
|
|
272
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
273
|
+
[].forEach(fieldName => {
|
|
274
|
+
this[fieldName].__readonly = true;
|
|
275
|
+
});
|
|
276
|
+
this.__meta.isPristine = true;
|
|
277
|
+
}
|
|
278
|
+
// Sets the Java package where classes generated from this .proto will be
|
|
279
|
+
// placed. By default, the proto package is used, but this is often
|
|
280
|
+
// inappropriate because proto packages do not normally start with backwards
|
|
281
|
+
// domain names.
|
|
282
|
+
get javaPackage() {
|
|
283
|
+
return this._javaPackage;
|
|
284
|
+
}
|
|
285
|
+
set javaPackage(v) {
|
|
286
|
+
this.__PrimitivesSetter(this._javaPackage, v);
|
|
287
|
+
}
|
|
288
|
+
// Controls the name of the wrapper Java class generated for the .proto file.
|
|
289
|
+
// That class will always contain the .proto file's getDescriptor() method as
|
|
290
|
+
// well as any top-level extensions defined in the .proto file.
|
|
291
|
+
// If java_multiple_files is disabled, then all the other classes from the
|
|
292
|
+
// .proto file will be nested inside the single wrapper outer class.
|
|
293
|
+
get javaOuterClassname() {
|
|
294
|
+
return this._javaOuterClassname;
|
|
295
|
+
}
|
|
296
|
+
set javaOuterClassname(v) {
|
|
297
|
+
this.__PrimitivesSetter(this._javaOuterClassname, v);
|
|
298
|
+
}
|
|
299
|
+
// If enabled, then the Java code generator will generate a separate .java
|
|
300
|
+
// file for each top-level message, enum, and service defined in the .proto
|
|
301
|
+
// file. Thus, these types will *not* be nested inside the wrapper class
|
|
302
|
+
// named by java_outer_classname. However, the wrapper class will still be
|
|
303
|
+
// generated to contain the file's getDescriptor() method as well as any
|
|
304
|
+
// top-level extensions defined in the file.
|
|
305
|
+
get javaMultipleFiles() {
|
|
306
|
+
return this._javaMultipleFiles;
|
|
307
|
+
}
|
|
308
|
+
set javaMultipleFiles(v) {
|
|
309
|
+
this.__PrimitivesSetter(this._javaMultipleFiles, v);
|
|
310
|
+
}
|
|
311
|
+
// This option does nothing.
|
|
312
|
+
get javaGenerateEqualsAndHash() {
|
|
313
|
+
return this._javaGenerateEqualsAndHash;
|
|
314
|
+
}
|
|
315
|
+
set javaGenerateEqualsAndHash(v) {
|
|
316
|
+
this.__PrimitivesSetter(this._javaGenerateEqualsAndHash, v);
|
|
317
|
+
}
|
|
318
|
+
// If set true, then the Java2 code generator will generate code that
|
|
319
|
+
// throws an exception whenever an attempt is made to assign a non-UTF-8
|
|
320
|
+
// byte sequence to a string field.
|
|
321
|
+
// Message reflection will do the same.
|
|
322
|
+
// However, an extension field still accepts non-UTF-8 byte sequences.
|
|
323
|
+
// This option has no effect on when used with the lite runtime.
|
|
324
|
+
get javaStringCheckUtf8() {
|
|
325
|
+
return this._javaStringCheckUtf8;
|
|
326
|
+
}
|
|
327
|
+
set javaStringCheckUtf8(v) {
|
|
328
|
+
this.__PrimitivesSetter(this._javaStringCheckUtf8, v);
|
|
329
|
+
}
|
|
330
|
+
get optimizeFor() {
|
|
331
|
+
return this._optimizeFor;
|
|
332
|
+
}
|
|
333
|
+
set optimizeFor(v) {
|
|
334
|
+
this.__TypeSetter(this._optimizeFor, v);
|
|
335
|
+
}
|
|
336
|
+
// Sets the Go package where structs generated from this .proto will be
|
|
337
|
+
// placed. If omitted, the Go package will be derived from the following:
|
|
338
|
+
// - The basename of the package import path, if provided.
|
|
339
|
+
// - Otherwise, the package statement in the .proto file, if present.
|
|
340
|
+
// - Otherwise, the basename of the .proto file, without extension.
|
|
341
|
+
get goPackage() {
|
|
342
|
+
return this._goPackage;
|
|
343
|
+
}
|
|
344
|
+
set goPackage(v) {
|
|
345
|
+
this.__PrimitivesSetter(this._goPackage, v);
|
|
346
|
+
}
|
|
347
|
+
// Should generic services be generated in each language? "Generic" services
|
|
348
|
+
// are not specific to any particular RPC system. They are generated by the
|
|
349
|
+
// main code generators in each language (without additional plugins).
|
|
350
|
+
// Generic services were the only kind of service generation supported by
|
|
351
|
+
// early versions of google.protobuf.
|
|
352
|
+
//
|
|
353
|
+
// Generic services are now considered deprecated in favor of using plugins
|
|
354
|
+
// that generate code specific to your particular RPC system. Therefore,
|
|
355
|
+
// these default to false. Old code which depends on generic services should
|
|
356
|
+
// explicitly set them to true.
|
|
357
|
+
get ccGenericServices() {
|
|
358
|
+
return this._ccGenericServices;
|
|
359
|
+
}
|
|
360
|
+
set ccGenericServices(v) {
|
|
361
|
+
this.__PrimitivesSetter(this._ccGenericServices, v);
|
|
362
|
+
}
|
|
363
|
+
get javaGenericServices() {
|
|
364
|
+
return this._javaGenericServices;
|
|
365
|
+
}
|
|
366
|
+
set javaGenericServices(v) {
|
|
367
|
+
this.__PrimitivesSetter(this._javaGenericServices, v);
|
|
368
|
+
}
|
|
369
|
+
get pyGenericServices() {
|
|
370
|
+
return this._pyGenericServices;
|
|
371
|
+
}
|
|
372
|
+
set pyGenericServices(v) {
|
|
373
|
+
this.__PrimitivesSetter(this._pyGenericServices, v);
|
|
374
|
+
}
|
|
375
|
+
get phpGenericServices() {
|
|
376
|
+
return this._phpGenericServices;
|
|
377
|
+
}
|
|
378
|
+
set phpGenericServices(v) {
|
|
379
|
+
this.__PrimitivesSetter(this._phpGenericServices, v);
|
|
380
|
+
}
|
|
381
|
+
// Is this file deprecated?
|
|
382
|
+
// Depending on the target platform, this can emit Deprecated annotations
|
|
383
|
+
// for everything in the file, or it will be completely ignored; in the very
|
|
384
|
+
// least, this is a formalization for deprecating files.
|
|
385
|
+
get deprecated() {
|
|
386
|
+
return this._deprecated;
|
|
387
|
+
}
|
|
388
|
+
set deprecated(v) {
|
|
389
|
+
this.__PrimitivesSetter(this._deprecated, v);
|
|
390
|
+
}
|
|
391
|
+
// Enables the use of arenas for the proto messages in this file. This applies
|
|
392
|
+
// only to generated classes for C++.
|
|
393
|
+
get ccEnableArenas() {
|
|
394
|
+
return this._ccEnableArenas;
|
|
395
|
+
}
|
|
396
|
+
set ccEnableArenas(v) {
|
|
397
|
+
this.__PrimitivesSetter(this._ccEnableArenas, v);
|
|
398
|
+
}
|
|
399
|
+
// Sets the objective c class prefix which is prepended to all objective c
|
|
400
|
+
// generated classes from this .proto. There is no default.
|
|
401
|
+
get objcClassPrefix() {
|
|
402
|
+
return this._objcClassPrefix;
|
|
403
|
+
}
|
|
404
|
+
set objcClassPrefix(v) {
|
|
405
|
+
this.__PrimitivesSetter(this._objcClassPrefix, v);
|
|
406
|
+
}
|
|
407
|
+
// Namespace for generated classes; defaults to the package.
|
|
408
|
+
get csharpNamespace() {
|
|
409
|
+
return this._csharpNamespace;
|
|
410
|
+
}
|
|
411
|
+
set csharpNamespace(v) {
|
|
412
|
+
this.__PrimitivesSetter(this._csharpNamespace, v);
|
|
413
|
+
}
|
|
414
|
+
// By default Swift generators will take the proto package and CamelCase it
|
|
415
|
+
// replacing '.' with underscore and use that to prefix the types/symbols
|
|
416
|
+
// defined. When this options is provided, they will use this value instead
|
|
417
|
+
// to prefix the types/symbols defined.
|
|
418
|
+
get swiftPrefix() {
|
|
419
|
+
return this._swiftPrefix;
|
|
420
|
+
}
|
|
421
|
+
set swiftPrefix(v) {
|
|
422
|
+
this.__PrimitivesSetter(this._swiftPrefix, v);
|
|
423
|
+
}
|
|
424
|
+
// Sets the php class prefix which is prepended to all php generated classes
|
|
425
|
+
// from this .proto. Default is empty.
|
|
426
|
+
get phpClassPrefix() {
|
|
427
|
+
return this._phpClassPrefix;
|
|
428
|
+
}
|
|
429
|
+
set phpClassPrefix(v) {
|
|
430
|
+
this.__PrimitivesSetter(this._phpClassPrefix, v);
|
|
431
|
+
}
|
|
432
|
+
// Use this option to change the namespace of php generated classes. Default
|
|
433
|
+
// is empty. When this option is empty, the package name will be used for
|
|
434
|
+
// determining the namespace.
|
|
435
|
+
get phpNamespace() {
|
|
436
|
+
return this._phpNamespace;
|
|
437
|
+
}
|
|
438
|
+
set phpNamespace(v) {
|
|
439
|
+
this.__PrimitivesSetter(this._phpNamespace, v);
|
|
440
|
+
}
|
|
441
|
+
// Use this option to change the namespace of php generated metadata classes.
|
|
442
|
+
// Default is empty. When this option is empty, the proto file name will be
|
|
443
|
+
// used for determining the namespace.
|
|
444
|
+
get phpMetadataNamespace() {
|
|
445
|
+
return this._phpMetadataNamespace;
|
|
446
|
+
}
|
|
447
|
+
set phpMetadataNamespace(v) {
|
|
448
|
+
this.__PrimitivesSetter(this._phpMetadataNamespace, v);
|
|
449
|
+
}
|
|
450
|
+
// Use this option to change the package of ruby generated classes. Default
|
|
451
|
+
// is empty. When this option is not set, the package name will be used for
|
|
452
|
+
// determining the ruby package.
|
|
453
|
+
get rubyPackage() {
|
|
454
|
+
return this._rubyPackage;
|
|
455
|
+
}
|
|
456
|
+
set rubyPackage(v) {
|
|
457
|
+
this.__PrimitivesSetter(this._rubyPackage, v);
|
|
458
|
+
}
|
|
459
|
+
// Any features defined in the specific edition.
|
|
460
|
+
get features() {
|
|
461
|
+
return this._features;
|
|
462
|
+
}
|
|
463
|
+
set features(v) {
|
|
464
|
+
this.__TypeSetter(this._features, v);
|
|
465
|
+
}
|
|
466
|
+
// The parser stores options it doesn't recognize here.
|
|
467
|
+
// See the documentation for the "Options" section above.
|
|
468
|
+
get uninterpretedOption() {
|
|
469
|
+
return this._uninterpretedOption;
|
|
470
|
+
}
|
|
471
|
+
set uninterpretedOption(v) {
|
|
472
|
+
this.__TypeSetter(this._uninterpretedOption, v);
|
|
473
|
+
}
|
|
474
|
+
fromLiteral(data) {
|
|
475
|
+
super.__fromLiteral(data);
|
|
476
|
+
}
|
|
477
|
+
toLiteral() {
|
|
478
|
+
return super.__toLiteral();
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
Registry.register('google.protobuf.FileOptions', FileOptions);
|
|
482
|
+
//# sourceMappingURL=FileOptions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileOptions.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/FileOptions.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 ENUM,\n FieldNode,\n Registry,\n STRING,\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 { FileOptionsOptimizeMode as GoogleProtobufFileOptionsOptimizeMode } from './FileOptions.OptimizeMode';\n\nimport {\n UninterpretedOption as GoogleProtobufUninterpretedOption,\n type IUninterpretedOption as IGoogleProtobufUninterpretedOption,\n type TUninterpretedOption as TGoogleProtobufUninterpretedOption,\n} from './UninterpretedOption';\n\n/**\n * @interface IFileOptions\n */\nexport interface IFileOptions {\n /**\n * Sets the Java package where classes generated from this .proto will be\n * placed. By default, the proto package is used, but this is often\n * inappropriate because proto packages do not normally start with backwards\n * domain names.\n */\n javaPackage?: string;\n /**\n * Controls the name of the wrapper Java class generated for the .proto file.\n * That class will always contain the .proto file's getDescriptor() method as\n * well as any top-level extensions defined in the .proto file.\n * If java_multiple_files is disabled, then all the other classes from the\n * .proto file will be nested inside the single wrapper outer class.\n */\n javaOuterClassname?: string;\n /**\n * If enabled, then the Java code generator will generate a separate .java\n * file for each top-level message, enum, and service defined in the .proto\n * file. Thus, these types will *not* be nested inside the wrapper class\n * named by java_outer_classname. However, the wrapper class will still be\n * generated to contain the file's getDescriptor() method as well as any\n * top-level extensions defined in the file.\n */\n javaMultipleFiles?: boolean;\n /**\n * This option does nothing.\n */\n javaGenerateEqualsAndHash?: boolean;\n /**\n * If set true, then the Java2 code generator will generate code that\n * throws an exception whenever an attempt is made to assign a non-UTF-8\n * byte sequence to a string field.\n * Message reflection will do the same.\n * However, an extension field still accepts non-UTF-8 byte sequences.\n * This option has no effect on when used with the lite runtime.\n */\n javaStringCheckUtf8?: boolean;\n optimizeFor?: GoogleProtobufFileOptionsOptimizeMode | string;\n /**\n * Sets the Go package where structs generated from this .proto will be\n * placed. If omitted, the Go package will be derived from the following:\n * - The basename of the package import path, if provided.\n * - Otherwise, the package statement in the .proto file, if present.\n * - Otherwise, the basename of the .proto file, without extension.\n */\n goPackage?: string;\n /**\n * Should generic services be generated in each language? \"Generic\" services\n * are not specific to any particular RPC system. They are generated by the\n * main code generators in each language (without additional plugins).\n * Generic services were the only kind of service generation supported by\n * early versions of google.protobuf.\n *\n * Generic services are now considered deprecated in favor of using plugins\n * that generate code specific to your particular RPC system. Therefore,\n * these default to false. Old code which depends on generic services should\n * explicitly set them to true.\n */\n ccGenericServices?: boolean;\n javaGenericServices?: boolean;\n pyGenericServices?: boolean;\n phpGenericServices?: boolean;\n /**\n * Is this file deprecated?\n * Depending on the target platform, this can emit Deprecated annotations\n * for everything in the file, or it will be completely ignored; in the very\n * least, this is a formalization for deprecating files.\n */\n deprecated?: boolean;\n /**\n * Enables the use of arenas for the proto messages in this file. This applies\n * only to generated classes for C++.\n */\n ccEnableArenas?: boolean;\n /**\n * Sets the objective c class prefix which is prepended to all objective c\n * generated classes from this .proto. There is no default.\n */\n objcClassPrefix?: string;\n /**\n * Namespace for generated classes; defaults to the package.\n */\n csharpNamespace?: string;\n /**\n * By default Swift generators will take the proto package and CamelCase it\n * replacing '.' with underscore and use that to prefix the types/symbols\n * defined. When this options is provided, they will use this value instead\n * to prefix the types/symbols defined.\n */\n swiftPrefix?: string;\n /**\n * Sets the php class prefix which is prepended to all php generated classes\n * from this .proto. Default is empty.\n */\n phpClassPrefix?: string;\n /**\n * Use this option to change the namespace of php generated classes. Default\n * is empty. When this option is empty, the package name will be used for\n * determining the namespace.\n */\n phpNamespace?: string;\n /**\n * Use this option to change the namespace of php generated metadata classes.\n * Default is empty. When this option is empty, the proto file name will be\n * used for determining the namespace.\n */\n phpMetadataNamespace?: string;\n /**\n * Use this option to change the package of ruby generated classes. Default\n * is empty. When this option is not set, the package name will be used for\n * determining the ruby package.\n */\n rubyPackage?: string;\n /**\n * Any features defined in the specific edition.\n */\n features?: IGoogleProtobufFeatureSet;\n /**\n * The parser stores options it doesn't recognize here.\n * See the documentation for the \"Options\" section above.\n */\n uninterpretedOption?: IGoogleProtobufUninterpretedOption[];\n}\n\n/**\n * @interface TFileOptions\n */\nexport interface TFileOptions {\n /**\n * Sets the Java package where classes generated from this .proto will be\n * placed. By default, the proto package is used, but this is often\n * inappropriate because proto packages do not normally start with backwards\n * domain names.\n */\n java_package?: string;\n /**\n * Controls the name of the wrapper Java class generated for the .proto file.\n * That class will always contain the .proto file's getDescriptor() method as\n * well as any top-level extensions defined in the .proto file.\n * If java_multiple_files is disabled, then all the other classes from the\n * .proto file will be nested inside the single wrapper outer class.\n */\n java_outer_classname?: string;\n /**\n * If enabled, then the Java code generator will generate a separate .java\n * file for each top-level message, enum, and service defined in the .proto\n * file. Thus, these types will *not* be nested inside the wrapper class\n * named by java_outer_classname. However, the wrapper class will still be\n * generated to contain the file's getDescriptor() method as well as any\n * top-level extensions defined in the file.\n */\n java_multiple_files?: boolean;\n /**\n * This option does nothing.\n */\n java_generate_equals_and_hash?: boolean;\n /**\n * If set true, then the Java2 code generator will generate code that\n * throws an exception whenever an attempt is made to assign a non-UTF-8\n * byte sequence to a string field.\n * Message reflection will do the same.\n * However, an extension field still accepts non-UTF-8 byte sequences.\n * This option has no effect on when used with the lite runtime.\n */\n java_string_check_utf8?: boolean;\n optimize_for?: GoogleProtobufFileOptionsOptimizeMode | string;\n /**\n * Sets the Go package where structs generated from this .proto will be\n * placed. If omitted, the Go package will be derived from the following:\n * - The basename of the package import path, if provided.\n * - Otherwise, the package statement in the .proto file, if present.\n * - Otherwise, the basename of the .proto file, without extension.\n */\n go_package?: string;\n /**\n * Should generic services be generated in each language? \"Generic\" services\n * are not specific to any particular RPC system. They are generated by the\n * main code generators in each language (without additional plugins).\n * Generic services were the only kind of service generation supported by\n * early versions of google.protobuf.\n *\n * Generic services are now considered deprecated in favor of using plugins\n * that generate code specific to your particular RPC system. Therefore,\n * these default to false. Old code which depends on generic services should\n * explicitly set them to true.\n */\n cc_generic_services?: boolean;\n java_generic_services?: boolean;\n py_generic_services?: boolean;\n php_generic_services?: boolean;\n /**\n * Is this file deprecated?\n * Depending on the target platform, this can emit Deprecated annotations\n * for everything in the file, or it will be completely ignored; in the very\n * least, this is a formalization for deprecating files.\n */\n deprecated?: boolean;\n /**\n * Enables the use of arenas for the proto messages in this file. This applies\n * only to generated classes for C++.\n */\n cc_enable_arenas?: boolean;\n /**\n * Sets the objective c class prefix which is prepended to all objective c\n * generated classes from this .proto. There is no default.\n */\n objc_class_prefix?: string;\n /**\n * Namespace for generated classes; defaults to the package.\n */\n csharp_namespace?: string;\n /**\n * By default Swift generators will take the proto package and CamelCase it\n * replacing '.' with underscore and use that to prefix the types/symbols\n * defined. When this options is provided, they will use this value instead\n * to prefix the types/symbols defined.\n */\n swift_prefix?: string;\n /**\n * Sets the php class prefix which is prepended to all php generated classes\n * from this .proto. Default is empty.\n */\n php_class_prefix?: string;\n /**\n * Use this option to change the namespace of php generated classes. Default\n * is empty. When this option is empty, the package name will be used for\n * determining the namespace.\n */\n php_namespace?: string;\n /**\n * Use this option to change the namespace of php generated metadata classes.\n * Default is empty. When this option is empty, the proto file name will be\n * used for determining the namespace.\n */\n php_metadata_namespace?: string;\n /**\n * Use this option to change the package of ruby generated classes. Default\n * is empty. When this option is not set, the package name will be used for\n * determining the ruby package.\n */\n ruby_package?: string;\n /**\n * Any features defined in the specific edition.\n */\n features?: TGoogleProtobufFeatureSet;\n /**\n * The parser stores options it doesn't recognize here.\n * See the documentation for the \"Options\" section above.\n */\n uninterpreted_option?: TGoogleProtobufUninterpretedOption[];\n}\n\n/**\n * FileOptions\n */\nexport class FileOptions extends FieldNode {\n // Sets the Java package where classes generated from this .proto will be\n // placed. By default, the proto package is used, but this is often\n // inappropriate because proto packages do not normally start with backwards\n // domain names.\n private _javaPackage: STRING;\n\n // Controls the name of the wrapper Java class generated for the .proto file.\n // That class will always contain the .proto file's getDescriptor() method as\n // well as any top-level extensions defined in the .proto file.\n // If java_multiple_files is disabled, then all the other classes from the\n // .proto file will be nested inside the single wrapper outer class.\n private _javaOuterClassname: STRING;\n\n // If enabled, then the Java code generator will generate a separate .java\n // file for each top-level message, enum, and service defined in the .proto\n // file. Thus, these types will *not* be nested inside the wrapper class\n // named by java_outer_classname. However, the wrapper class will still be\n // generated to contain the file's getDescriptor() method as well as any\n // top-level extensions defined in the file.\n private _javaMultipleFiles: BOOLEAN;\n\n // This option does nothing.\n private _javaGenerateEqualsAndHash: BOOLEAN;\n\n // If set true, then the Java2 code generator will generate code that\n // throws an exception whenever an attempt is made to assign a non-UTF-8\n // byte sequence to a string field.\n // Message reflection will do the same.\n // However, an extension field still accepts non-UTF-8 byte sequences.\n // This option has no effect on when used with the lite runtime.\n private _javaStringCheckUtf8: BOOLEAN;\n\n private _optimizeFor: ENUM<GoogleProtobufFileOptionsOptimizeMode>;\n\n // Sets the Go package where structs generated from this .proto will be\n // placed. If omitted, the Go package will be derived from the following:\n // - The basename of the package import path, if provided.\n // - Otherwise, the package statement in the .proto file, if present.\n // - Otherwise, the basename of the .proto file, without extension.\n private _goPackage: STRING;\n\n // Should generic services be generated in each language? \"Generic\" services\n // are not specific to any particular RPC system. They are generated by the\n // main code generators in each language (without additional plugins).\n // Generic services were the only kind of service generation supported by\n // early versions of google.protobuf.\n //\n // Generic services are now considered deprecated in favor of using plugins\n // that generate code specific to your particular RPC system. Therefore,\n // these default to false. Old code which depends on generic services should\n // explicitly set them to true.\n private _ccGenericServices: BOOLEAN;\n\n private _javaGenericServices: BOOLEAN;\n\n private _pyGenericServices: BOOLEAN;\n\n private _phpGenericServices: BOOLEAN;\n\n // Is this file deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for everything in the file, or it will be completely ignored; in the very\n // least, this is a formalization for deprecating files.\n private _deprecated: BOOLEAN;\n\n // Enables the use of arenas for the proto messages in this file. This applies\n // only to generated classes for C++.\n private _ccEnableArenas: BOOLEAN;\n\n // Sets the objective c class prefix which is prepended to all objective c\n // generated classes from this .proto. There is no default.\n private _objcClassPrefix: STRING;\n\n // Namespace for generated classes; defaults to the package.\n private _csharpNamespace: STRING;\n\n // By default Swift generators will take the proto package and CamelCase it\n // replacing '.' with underscore and use that to prefix the types/symbols\n // defined. When this options is provided, they will use this value instead\n // to prefix the types/symbols defined.\n private _swiftPrefix: STRING;\n\n // Sets the php class prefix which is prepended to all php generated classes\n // from this .proto. Default is empty.\n private _phpClassPrefix: STRING;\n\n // Use this option to change the namespace of php generated classes. Default\n // is empty. When this option is empty, the package name will be used for\n // determining the namespace.\n private _phpNamespace: STRING;\n\n // Use this option to change the namespace of php generated metadata classes.\n // Default is empty. When this option is empty, the proto file name will be\n // used for determining the namespace.\n private _phpMetadataNamespace: STRING;\n\n // Use this option to change the package of ruby generated classes. Default\n // is empty. When this option is not set, the package name will be used for\n // determining the ruby package.\n private _rubyPackage: STRING;\n\n // Any features defined in the specific edition.\n private _features: GoogleProtobufFeatureSet;\n\n // The parser stores options it doesn't recognize here.\n // See the documentation for the \"Options\" section above.\n private _uninterpretedOption: ARRAY<\n GoogleProtobufUninterpretedOption,\n IGoogleProtobufUninterpretedOption\n >;\n\n public __defaultValues: IFileOptions;\n\n constructor(\n initData?: IFileOptions,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.FileOptions';\n this.__meta.description = 'FileOptions';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'javaPackage',\n protoName: 'java_package',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Sets the Java package where classes generated from this .proto will be\\n placed. By default, the proto package is used, but this is often\\n inappropriate because proto packages do not normally start with backwards\\n domain names.',\n },\n {\n fieldName: 'javaOuterClassname',\n protoName: 'java_outer_classname',\n FieldConstructor: STRING,\n constraints: {},\n description:\n \"Controls the name of the wrapper Java class generated for the .proto file.\\n That class will always contain the .proto file's getDescriptor() method as\\n well as any top-level extensions defined in the .proto file.\\n If java_multiple_files is disabled, then all the other classes from the\\n .proto file will be nested inside the single wrapper outer class.\",\n },\n {\n fieldName: 'javaMultipleFiles',\n protoName: 'java_multiple_files',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n \"If enabled, then the Java code generator will generate a separate .java\\n file for each top-level message, enum, and service defined in the .proto\\n file. Thus, these types will *not* be nested inside the wrapper class\\n named by java_outer_classname. However, the wrapper class will still be\\n generated to contain the file's getDescriptor() method as well as any\\n top-level extensions defined in the file.\",\n },\n {\n fieldName: 'javaGenerateEqualsAndHash',\n protoName: 'java_generate_equals_and_hash',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description: 'This option does nothing.',\n },\n {\n fieldName: 'javaStringCheckUtf8',\n protoName: 'java_string_check_utf8',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'If set true, then the Java2 code generator will generate code that\\n throws an exception whenever an attempt is made to assign a non-UTF-8\\n byte sequence to a string field.\\n Message reflection will do the same.\\n However, an extension field still accepts non-UTF-8 byte sequences.\\n This option has no effect on when used with the lite runtime.',\n },\n {\n fieldName: 'optimizeFor',\n protoName: 'optimize_for',\n FieldConstructor: ENUM<GoogleProtobufFileOptionsOptimizeMode>,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'goPackage',\n protoName: 'go_package',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Sets the Go package where structs generated from this .proto will be\\n placed. If omitted, the Go package will be derived from the following:\\n - The basename of the package import path, if provided.\\n - Otherwise, the package statement in the .proto file, if present.\\n - Otherwise, the basename of the .proto file, without extension.',\n },\n {\n fieldName: 'ccGenericServices',\n protoName: 'cc_generic_services',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'Should generic services be generated in each language? \"Generic\" services\\n are not specific to any particular RPC system. They are generated by the\\n main code generators in each language (without additional plugins).\\n Generic services were the only kind of service generation supported by\\n early versions of google.protobuf.\\n\\n Generic services are now considered deprecated in favor of using plugins\\n that generate code specific to your particular RPC system. Therefore,\\n these default to false. Old code which depends on generic services should\\n explicitly set them to true.',\n },\n {\n fieldName: 'javaGenericServices',\n protoName: 'java_generic_services',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'pyGenericServices',\n protoName: 'py_generic_services',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'phpGenericServices',\n protoName: 'php_generic_services',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'deprecated',\n protoName: 'deprecated',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'Is this file deprecated?\\n Depending on the target platform, this can emit Deprecated annotations\\n for everything in the file, or it will be completely ignored; in the very\\n least, this is a formalization for deprecating files.',\n },\n {\n fieldName: 'ccEnableArenas',\n protoName: 'cc_enable_arenas',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'Enables the use of arenas for the proto messages in this file. This applies\\n only to generated classes for C++.',\n },\n {\n fieldName: 'objcClassPrefix',\n protoName: 'objc_class_prefix',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Sets the objective c class prefix which is prepended to all objective c\\n generated classes from this .proto. There is no default.',\n },\n {\n fieldName: 'csharpNamespace',\n protoName: 'csharp_namespace',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Namespace for generated classes; defaults to the package.',\n },\n {\n fieldName: 'swiftPrefix',\n protoName: 'swift_prefix',\n FieldConstructor: STRING,\n constraints: {},\n description:\n \"By default Swift generators will take the proto package and CamelCase it\\n replacing '.' with underscore and use that to prefix the types/symbols\\n defined. When this options is provided, they will use this value instead\\n to prefix the types/symbols defined.\",\n },\n {\n fieldName: 'phpClassPrefix',\n protoName: 'php_class_prefix',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Sets the php class prefix which is prepended to all php generated classes\\n from this .proto. Default is empty.',\n },\n {\n fieldName: 'phpNamespace',\n protoName: 'php_namespace',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Use this option to change the namespace of php generated classes. Default\\n is empty. When this option is empty, the package name will be used for\\n determining the namespace.',\n },\n {\n fieldName: 'phpMetadataNamespace',\n protoName: 'php_metadata_namespace',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Use this option to change the namespace of php generated metadata classes.\\n Default is empty. When this option is empty, the proto file name will be\\n used for determining the namespace.',\n },\n {\n fieldName: 'rubyPackage',\n protoName: 'ruby_package',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Use this option to change the package of ruby generated classes. Default\\n is empty. When this option is not set, the package name will be used for\\n determining the ruby package.',\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.\\n See the documentation for the \"Options\" section above.',\n },\n ];\n\n // Initialize the fields\n // Sets the Java package where classes generated from this .proto will be\n // placed. By default, the proto package is used, but this is often\n // inappropriate because proto packages do not normally start with backwards\n // domain names.\n this._javaPackage = new STRING(undefined, this, 'javaPackage');\n\n // Controls the name of the wrapper Java class generated for the .proto file.\n // That class will always contain the .proto file's getDescriptor() method as\n // well as any top-level extensions defined in the .proto file.\n // If java_multiple_files is disabled, then all the other classes from the\n // .proto file will be nested inside the single wrapper outer class.\n this._javaOuterClassname = new STRING(\n undefined,\n this,\n 'javaOuterClassname',\n );\n\n // If enabled, then the Java code generator will generate a separate .java\n // file for each top-level message, enum, and service defined in the .proto\n // file. Thus, these types will *not* be nested inside the wrapper class\n // named by java_outer_classname. However, the wrapper class will still be\n // generated to contain the file's getDescriptor() method as well as any\n // top-level extensions defined in the file.\n this._javaMultipleFiles = new BOOLEAN(undefined, this, 'javaMultipleFiles');\n\n // This option does nothing.\n this._javaGenerateEqualsAndHash = new BOOLEAN(\n undefined,\n this,\n 'javaGenerateEqualsAndHash',\n );\n\n // If set true, then the Java2 code generator will generate code that\n // throws an exception whenever an attempt is made to assign a non-UTF-8\n // byte sequence to a string field.\n // Message reflection will do the same.\n // However, an extension field still accepts non-UTF-8 byte sequences.\n // This option has no effect on when used with the lite runtime.\n this._javaStringCheckUtf8 = new BOOLEAN(\n undefined,\n this,\n 'javaStringCheckUtf8',\n );\n\n this._optimizeFor = new ENUM<GoogleProtobufFileOptionsOptimizeMode>(\n undefined,\n GoogleProtobufFileOptionsOptimizeMode,\n GoogleProtobufFileOptionsOptimizeMode.SPEED,\n this,\n 'optimizeFor',\n );\n\n // Sets the Go package where structs generated from this .proto will be\n // placed. If omitted, the Go package will be derived from the following:\n // - The basename of the package import path, if provided.\n // - Otherwise, the package statement in the .proto file, if present.\n // - Otherwise, the basename of the .proto file, without extension.\n this._goPackage = new STRING(undefined, this, 'goPackage');\n\n // Should generic services be generated in each language? \"Generic\" services\n // are not specific to any particular RPC system. They are generated by the\n // main code generators in each language (without additional plugins).\n // Generic services were the only kind of service generation supported by\n // early versions of google.protobuf.\n //\n // Generic services are now considered deprecated in favor of using plugins\n // that generate code specific to your particular RPC system. Therefore,\n // these default to false. Old code which depends on generic services should\n // explicitly set them to true.\n this._ccGenericServices = new BOOLEAN(undefined, this, 'ccGenericServices');\n\n this._javaGenericServices = new BOOLEAN(\n undefined,\n this,\n 'javaGenericServices',\n );\n\n this._pyGenericServices = new BOOLEAN(undefined, this, 'pyGenericServices');\n\n this._phpGenericServices = new BOOLEAN(\n undefined,\n this,\n 'phpGenericServices',\n );\n\n // Is this file deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for everything in the file, or it will be completely ignored; in the very\n // least, this is a formalization for deprecating files.\n this._deprecated = new BOOLEAN(undefined, this, 'deprecated');\n\n // Enables the use of arenas for the proto messages in this file. This applies\n // only to generated classes for C++.\n this._ccEnableArenas = new BOOLEAN(undefined, this, 'ccEnableArenas');\n\n // Sets the objective c class prefix which is prepended to all objective c\n // generated classes from this .proto. There is no default.\n this._objcClassPrefix = new STRING(undefined, this, 'objcClassPrefix');\n\n // Namespace for generated classes; defaults to the package.\n this._csharpNamespace = new STRING(undefined, this, 'csharpNamespace');\n\n // By default Swift generators will take the proto package and CamelCase it\n // replacing '.' with underscore and use that to prefix the types/symbols\n // defined. When this options is provided, they will use this value instead\n // to prefix the types/symbols defined.\n this._swiftPrefix = new STRING(undefined, this, 'swiftPrefix');\n\n // Sets the php class prefix which is prepended to all php generated classes\n // from this .proto. Default is empty.\n this._phpClassPrefix = new STRING(undefined, this, 'phpClassPrefix');\n\n // Use this option to change the namespace of php generated classes. Default\n // is empty. When this option is empty, the package name will be used for\n // determining the namespace.\n this._phpNamespace = new STRING(undefined, this, 'phpNamespace');\n\n // Use this option to change the namespace of php generated metadata classes.\n // Default is empty. When this option is empty, the proto file name will be\n // used for determining the namespace.\n this._phpMetadataNamespace = new STRING(\n undefined,\n this,\n 'phpMetadataNamespace',\n );\n\n // Use this option to change the package of ruby generated classes. Default\n // is empty. When this option is not set, the package name will be used for\n // determining the ruby package.\n this._rubyPackage = new STRING(undefined, this, 'rubyPackage');\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.\n // See the documentation for the \"Options\" section 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 FileOptions] 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 FileOptions] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // Sets the Java package where classes generated from this .proto will be\n // placed. By default, the proto package is used, but this is often\n // inappropriate because proto packages do not normally start with backwards\n // domain names.\n public get javaPackage(): STRING {\n return this._javaPackage;\n }\n\n public set javaPackage(v: string) {\n this.__PrimitivesSetter(this._javaPackage, v);\n }\n\n // Controls the name of the wrapper Java class generated for the .proto file.\n // That class will always contain the .proto file's getDescriptor() method as\n // well as any top-level extensions defined in the .proto file.\n // If java_multiple_files is disabled, then all the other classes from the\n // .proto file will be nested inside the single wrapper outer class.\n public get javaOuterClassname(): STRING {\n return this._javaOuterClassname;\n }\n\n public set javaOuterClassname(v: string) {\n this.__PrimitivesSetter(this._javaOuterClassname, v);\n }\n\n // If enabled, then the Java code generator will generate a separate .java\n // file for each top-level message, enum, and service defined in the .proto\n // file. Thus, these types will *not* be nested inside the wrapper class\n // named by java_outer_classname. However, the wrapper class will still be\n // generated to contain the file's getDescriptor() method as well as any\n // top-level extensions defined in the file.\n public get javaMultipleFiles(): BOOLEAN {\n return this._javaMultipleFiles;\n }\n\n public set javaMultipleFiles(v: boolean) {\n this.__PrimitivesSetter(this._javaMultipleFiles, v);\n }\n\n // This option does nothing.\n public get javaGenerateEqualsAndHash(): BOOLEAN {\n return this._javaGenerateEqualsAndHash;\n }\n\n public set javaGenerateEqualsAndHash(v: boolean) {\n this.__PrimitivesSetter(this._javaGenerateEqualsAndHash, v);\n }\n\n // If set true, then the Java2 code generator will generate code that\n // throws an exception whenever an attempt is made to assign a non-UTF-8\n // byte sequence to a string field.\n // Message reflection will do the same.\n // However, an extension field still accepts non-UTF-8 byte sequences.\n // This option has no effect on when used with the lite runtime.\n public get javaStringCheckUtf8(): BOOLEAN {\n return this._javaStringCheckUtf8;\n }\n\n public set javaStringCheckUtf8(v: boolean) {\n this.__PrimitivesSetter(this._javaStringCheckUtf8, v);\n }\n\n public get optimizeFor(): ENUM<GoogleProtobufFileOptionsOptimizeMode> {\n return this._optimizeFor;\n }\n\n public set optimizeFor(v: GoogleProtobufFileOptionsOptimizeMode) {\n this.__TypeSetter(this._optimizeFor, v);\n }\n\n // Sets the Go package where structs generated from this .proto will be\n // placed. If omitted, the Go package will be derived from the following:\n // - The basename of the package import path, if provided.\n // - Otherwise, the package statement in the .proto file, if present.\n // - Otherwise, the basename of the .proto file, without extension.\n public get goPackage(): STRING {\n return this._goPackage;\n }\n\n public set goPackage(v: string) {\n this.__PrimitivesSetter(this._goPackage, v);\n }\n\n // Should generic services be generated in each language? \"Generic\" services\n // are not specific to any particular RPC system. They are generated by the\n // main code generators in each language (without additional plugins).\n // Generic services were the only kind of service generation supported by\n // early versions of google.protobuf.\n //\n // Generic services are now considered deprecated in favor of using plugins\n // that generate code specific to your particular RPC system. Therefore,\n // these default to false. Old code which depends on generic services should\n // explicitly set them to true.\n public get ccGenericServices(): BOOLEAN {\n return this._ccGenericServices;\n }\n\n public set ccGenericServices(v: boolean) {\n this.__PrimitivesSetter(this._ccGenericServices, v);\n }\n\n public get javaGenericServices(): BOOLEAN {\n return this._javaGenericServices;\n }\n\n public set javaGenericServices(v: boolean) {\n this.__PrimitivesSetter(this._javaGenericServices, v);\n }\n\n public get pyGenericServices(): BOOLEAN {\n return this._pyGenericServices;\n }\n\n public set pyGenericServices(v: boolean) {\n this.__PrimitivesSetter(this._pyGenericServices, v);\n }\n\n public get phpGenericServices(): BOOLEAN {\n return this._phpGenericServices;\n }\n\n public set phpGenericServices(v: boolean) {\n this.__PrimitivesSetter(this._phpGenericServices, v);\n }\n\n // Is this file deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for everything in the file, or it will be completely ignored; in the very\n // least, this is a formalization for deprecating files.\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 // Enables the use of arenas for the proto messages in this file. This applies\n // only to generated classes for C++.\n public get ccEnableArenas(): BOOLEAN {\n return this._ccEnableArenas;\n }\n\n public set ccEnableArenas(v: boolean) {\n this.__PrimitivesSetter(this._ccEnableArenas, v);\n }\n\n // Sets the objective c class prefix which is prepended to all objective c\n // generated classes from this .proto. There is no default.\n public get objcClassPrefix(): STRING {\n return this._objcClassPrefix;\n }\n\n public set objcClassPrefix(v: string) {\n this.__PrimitivesSetter(this._objcClassPrefix, v);\n }\n\n // Namespace for generated classes; defaults to the package.\n public get csharpNamespace(): STRING {\n return this._csharpNamespace;\n }\n\n public set csharpNamespace(v: string) {\n this.__PrimitivesSetter(this._csharpNamespace, v);\n }\n\n // By default Swift generators will take the proto package and CamelCase it\n // replacing '.' with underscore and use that to prefix the types/symbols\n // defined. When this options is provided, they will use this value instead\n // to prefix the types/symbols defined.\n public get swiftPrefix(): STRING {\n return this._swiftPrefix;\n }\n\n public set swiftPrefix(v: string) {\n this.__PrimitivesSetter(this._swiftPrefix, v);\n }\n\n // Sets the php class prefix which is prepended to all php generated classes\n // from this .proto. Default is empty.\n public get phpClassPrefix(): STRING {\n return this._phpClassPrefix;\n }\n\n public set phpClassPrefix(v: string) {\n this.__PrimitivesSetter(this._phpClassPrefix, v);\n }\n\n // Use this option to change the namespace of php generated classes. Default\n // is empty. When this option is empty, the package name will be used for\n // determining the namespace.\n public get phpNamespace(): STRING {\n return this._phpNamespace;\n }\n\n public set phpNamespace(v: string) {\n this.__PrimitivesSetter(this._phpNamespace, v);\n }\n\n // Use this option to change the namespace of php generated metadata classes.\n // Default is empty. When this option is empty, the proto file name will be\n // used for determining the namespace.\n public get phpMetadataNamespace(): STRING {\n return this._phpMetadataNamespace;\n }\n\n public set phpMetadataNamespace(v: string) {\n this.__PrimitivesSetter(this._phpMetadataNamespace, v);\n }\n\n // Use this option to change the package of ruby generated classes. Default\n // is empty. When this option is not set, the package name will be used for\n // determining the ruby package.\n public get rubyPackage(): STRING {\n return this._rubyPackage;\n }\n\n public set rubyPackage(v: string) {\n this.__PrimitivesSetter(this._rubyPackage, 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.\n // See the documentation for the \"Options\" section 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: IFileOptions) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IFileOptions {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.FileOptions', FileOptions);\n"]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { FLOAT, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IFloatValue
|
|
4
|
+
* Wrapper message for `float`.
|
|
5
|
+
*
|
|
6
|
+
* The JSON representation for `FloatValue` is JSON number.
|
|
7
|
+
*/
|
|
8
|
+
export interface IFloatValue {
|
|
9
|
+
/**
|
|
10
|
+
* The float value.
|
|
11
|
+
*/
|
|
12
|
+
value?: number;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @interface TFloatValue
|
|
16
|
+
* Wrapper message for `float`.
|
|
17
|
+
*
|
|
18
|
+
* The JSON representation for `FloatValue` is JSON number.
|
|
19
|
+
*/
|
|
20
|
+
export interface TFloatValue {
|
|
21
|
+
/**
|
|
22
|
+
* The float value.
|
|
23
|
+
*/
|
|
24
|
+
value?: number;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* FloatValue
|
|
28
|
+
* Wrapper message for `float`.
|
|
29
|
+
*
|
|
30
|
+
* The JSON representation for `FloatValue` is JSON number.
|
|
31
|
+
*/
|
|
32
|
+
export declare class FloatValue extends FieldNode {
|
|
33
|
+
private _value;
|
|
34
|
+
__defaultValues: IFloatValue;
|
|
35
|
+
constructor(initData?: IFloatValue, parent?: FieldNode, parentAttributeName?: string);
|
|
36
|
+
get value(): FLOAT;
|
|
37
|
+
set value(v: number);
|
|
38
|
+
fromLiteral(data: IFloatValue): void;
|
|
39
|
+
toLiteral(): IFloatValue;
|
|
40
|
+
}
|