@furo/open-models 1.15.3 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +3545 -3545
- package/dist/protoc-gen-open-models/API_OPTIONS.d.ts +5 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js +11 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js.map +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.d.ts +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js +201 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js.map +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.d.ts +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js +17 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.d.ts +61 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.js +110 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.d.ts +80 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js +131 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.d.ts +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js +94 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.d.ts +12 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.js +14 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.d.ts +31 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js +58 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.d.ts +44 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js +79 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js +73 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.d.ts +12 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.js +21 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.d.ts +65 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.js +168 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.d.ts +50 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js +83 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.d.ts +50 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js +83 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.d.ts +74 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.js +96 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.d.ts +58 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js +82 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.d.ts +57 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.js +78 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/String.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/String.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.d.ts +11 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.js +15 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.d.ts +75 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js +230 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.js +61 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.js +61 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.d.ts +58 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.js +82 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.d.ts +31 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js +72 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.d.ts +30 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js +70 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.d.ts +111 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.js +222 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.d.ts +30 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js +70 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.d.ts +117 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.js +215 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.js +81 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.d.ts +47 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.js +95 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Other.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/type/Other.js +57 -0
- package/dist/protoc-gen-open-models/furo/type/Other.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.d.ts +13 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.js +17 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.d.ts +53 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.js +57 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.d.ts +53 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.js +90 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.d.ts +46 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.js +113 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.d.ts +65 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.js +168 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.d.ts +45 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js +77 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/Http.d.ts +66 -0
- package/dist/protoc-gen-open-models/google/api/Http.js +93 -0
- package/dist/protoc-gen-open-models/google/api/Http.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.d.ts +985 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.js +514 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.d.ts +356 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.js +217 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.d.ts +36 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js +85 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js +70 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.d.ts +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js +194 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.d.ts +11 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.js +26 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js +71 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.d.ts +69 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js +127 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.d.ts +95 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js +143 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.d.ts +39 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.d.ts +76 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js +120 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.d.ts +81 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js +132 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.d.ts +4 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js +8 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.d.ts +76 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js +120 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.d.ts +6 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js +16 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.d.ts +74 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js +140 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.d.ts +32 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js +73 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.d.ts +65 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js +100 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js +10 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.d.ts +20 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js +25 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.d.ts +189 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js +282 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.d.ts +31 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js +71 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.d.ts +12 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js +16 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.d.ts +264 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js +364 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.d.ts +151 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js +262 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.d.ts +32 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js +61 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.d.ts +333 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js +482 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js +12 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.d.ts +78 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js +130 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.d.ts +43 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js +66 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.d.ts +201 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js +259 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.d.ts +74 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js +138 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.d.ts +67 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js +115 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.d.ts +34 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js +73 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.d.ts +44 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js +77 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.d.ts +61 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js +99 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.d.ts +207 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js +262 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.d.ts +122 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js +147 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js +70 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.d.ts +82 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js +153 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js.map +1 -0
- package/dist/protoc-gen-open-models/init.d.ts +10 -0
- package/dist/protoc-gen-open-models/init.js +10 -0
- package/dist/protoc-gen-open-models/init.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.d.ts +31 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js +71 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.d.ts +30 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.d.ts +83 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.js +194 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.d.ts +44 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.js +101 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.js +85 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.d.ts +40 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.js +89 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.d.ts +73 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.js +176 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.d.ts +55 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.js +130 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.d.ts +47 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.js +114 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.d.ts +39 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js +88 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.d.ts +88 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.js +217 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.d.ts +66 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.js +159 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/License.d.ts +39 -0
- package/dist/protoc-gen-open-models/openapiv3/License.js +87 -0
- package/dist/protoc-gen-open-models/openapiv3/License.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.d.ts +61 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.js +145 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.d.ts +53 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.js +119 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js +79 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.d.ts +50 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js +116 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.d.ts +50 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js +116 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.d.ts +96 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.js +234 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.d.ts +98 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.js +245 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.d.ts +97 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.js +244 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.d.ts +38 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.js +86 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js +72 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.d.ts +52 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.js +118 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.d.ts +41 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.js +89 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.d.ts +213 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.js +558 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.d.ts +29 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js +60 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.d.ts +70 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js +173 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js +72 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.js +101 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.d.ts +44 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.d.ts +38 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js +86 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.d.ts +25 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.d.ts +54 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.js +129 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.js.map +1 -0
- package/dist/web-components/furo-type-renderer.d.ts +6 -0
- package/dist/web-components/furo-type-renderer.js +3 -0
- package/dist/web-components/furo-type-renderer.js.map +1 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.d.ts +158 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.js +309 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.js.map +1 -0
- package/dist/web-components/impl/TypeRenderer/index.d.ts +6 -0
- package/dist/web-components/impl/TypeRenderer/index.js +3 -0
- package/dist/web-components/impl/TypeRenderer/index.js.map +1 -0
- package/package.json +18 -15
- package/tsconfig.json +0 -44
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldOptions.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/FieldOptions.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} 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 { FieldOptionsCType as GoogleProtobufFieldOptionsCType } from './FieldOptions.CType';\n\nimport {\n FieldOptionsEditionDefault as GoogleProtobufFieldOptionsEditionDefault,\n type IFieldOptionsEditionDefault as IGoogleProtobufFieldOptionsEditionDefault,\n type TFieldOptionsEditionDefault as TGoogleProtobufFieldOptionsEditionDefault,\n} from './FieldOptions.EditionDefault';\n\nimport { FieldOptionsJSType as GoogleProtobufFieldOptionsJSType } from './FieldOptions.JSType';\n\nimport { FieldOptionsOptionRetention as GoogleProtobufFieldOptionsOptionRetention } from './FieldOptions.OptionRetention';\n\nimport { FieldOptionsOptionTargetType as GoogleProtobufFieldOptionsOptionTargetType } from './FieldOptions.OptionTargetType';\n\nimport {\n UninterpretedOption as GoogleProtobufUninterpretedOption,\n type IUninterpretedOption as IGoogleProtobufUninterpretedOption,\n type TUninterpretedOption as TGoogleProtobufUninterpretedOption,\n} from './UninterpretedOption';\n\n/**\n * @interface IFieldOptions\n */\nexport interface IFieldOptions {\n /**\n * The ctype option instructs the C++ code generator to use a different\n * representation of the field than it normally would. See the specific\n * options below. This option is only implemented to support use of\n * [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of\n * type \"bytes\" in the open source release -- sorry, we'll try to include\n * other types in a future version!\n */\n ctype?: GoogleProtobufFieldOptionsCType | string;\n /**\n * The packed option can be enabled for repeated primitive fields to enable\n * a more efficient representation on the wire. Rather than repeatedly\n * writing the tag and type for each element, the entire array is encoded as\n * a single length-delimited blob. In proto3, only explicit setting it to\n * false will avoid using packed encoding. This option is prohibited in\n * Editions, but the `repeated_field_encoding` feature can be used to control\n * the behavior.\n */\n packed?: boolean;\n /**\n * The jstype option determines the JavaScript type used for values of the\n * field. The option is permitted only for 64 bit integral and fixed types\n * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING\n * is represented as JavaScript string, which avoids loss of precision that\n * can happen when a large value is converted to a floating point JavaScript.\n * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to\n * use the JavaScript \"number\" type. The behavior of the default option\n * JS_NORMAL is implementation dependent.\n *\n * This option is an enum to permit additional types to be added, e.g.\n * goog.math.Integer.\n */\n jstype?: GoogleProtobufFieldOptionsJSType | string;\n /**\n * Should this field be parsed lazily? Lazy applies only to message-type\n * fields. It means that when the outer message is initially parsed, the\n * inner message's contents will not be parsed but instead stored in encoded\n * form. The inner message will actually be parsed when it is first accessed.\n *\n * This is only a hint. Implementations are free to choose whether to use\n * eager or lazy parsing regardless of the value of this option. However,\n * setting this option true suggests that the protocol author believes that\n * using lazy parsing on this field is worth the additional bookkeeping\n * overhead typically needed to implement it.\n *\n * This option does not affect the public interface of any generated code;\n * all method signatures remain the same. Furthermore, thread-safety of the\n * interface is not affected by this option; const methods remain safe to\n * call from multiple threads concurrently, while non-const methods continue\n * to require exclusive access.\n *\n * Note that implementations may choose not to check required fields within\n * a lazy sub-message. That is, calling IsInitialized() on the outer message\n * may return true even if the inner message has missing required fields.\n * This is necessary because otherwise the inner message would have to be\n * parsed in order to perform the check, defeating the purpose of lazy\n * parsing. An implementation which chooses not to check required fields\n * must be consistent about it. That is, for any particular sub-message, the\n * implementation must either *always* check its required fields, or *never*\n * check its required fields, regardless of whether or not the message has\n * been parsed.\n *\n * As of May 2022, lazy verifies the contents of the byte stream during\n * parsing. An invalid byte stream will cause the overall parsing to fail.\n */\n lazy?: boolean;\n /**\n * unverified_lazy does no correctness checks on the byte stream. This should\n * only be used where lazy with verification is prohibitive for performance\n * reasons.\n */\n unverifiedLazy?: boolean;\n /**\n * Is this field deprecated?\n * Depending on the target platform, this can emit Deprecated annotations\n * for accessors, or it will be completely ignored; in the very least, this\n * is a formalization for deprecating fields.\n */\n deprecated?: boolean;\n /**\n * For Google-internal migration only. Do not use.\n */\n weak?: boolean;\n /**\n * Indicate that the field value should not be printed out when using debug\n * formats, e.g. when the field contains sensitive credentials.\n */\n debugRedact?: boolean;\n retention?: GoogleProtobufFieldOptionsOptionRetention | string;\n targets?: GoogleProtobufFieldOptionsOptionTargetType[];\n editionDefaults?: IGoogleProtobufFieldOptionsEditionDefault[];\n /**\n * Any features defined in the specific edition.\n */\n features?: IGoogleProtobufFeatureSet;\n /**\n * The parser stores options it doesn't recognize here. See above.\n */\n uninterpretedOption?: IGoogleProtobufUninterpretedOption[];\n}\n\n/**\n * @interface TFieldOptions\n */\nexport interface TFieldOptions {\n /**\n * The ctype option instructs the C++ code generator to use a different\n * representation of the field than it normally would. See the specific\n * options below. This option is only implemented to support use of\n * [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of\n * type \"bytes\" in the open source release -- sorry, we'll try to include\n * other types in a future version!\n */\n ctype?: GoogleProtobufFieldOptionsCType | string;\n /**\n * The packed option can be enabled for repeated primitive fields to enable\n * a more efficient representation on the wire. Rather than repeatedly\n * writing the tag and type for each element, the entire array is encoded as\n * a single length-delimited blob. In proto3, only explicit setting it to\n * false will avoid using packed encoding. This option is prohibited in\n * Editions, but the `repeated_field_encoding` feature can be used to control\n * the behavior.\n */\n packed?: boolean;\n /**\n * The jstype option determines the JavaScript type used for values of the\n * field. The option is permitted only for 64 bit integral and fixed types\n * (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING\n * is represented as JavaScript string, which avoids loss of precision that\n * can happen when a large value is converted to a floating point JavaScript.\n * Specifying JS_NUMBER for the jstype causes the generated JavaScript code to\n * use the JavaScript \"number\" type. The behavior of the default option\n * JS_NORMAL is implementation dependent.\n *\n * This option is an enum to permit additional types to be added, e.g.\n * goog.math.Integer.\n */\n jstype?: GoogleProtobufFieldOptionsJSType | string;\n /**\n * Should this field be parsed lazily? Lazy applies only to message-type\n * fields. It means that when the outer message is initially parsed, the\n * inner message's contents will not be parsed but instead stored in encoded\n * form. The inner message will actually be parsed when it is first accessed.\n *\n * This is only a hint. Implementations are free to choose whether to use\n * eager or lazy parsing regardless of the value of this option. However,\n * setting this option true suggests that the protocol author believes that\n * using lazy parsing on this field is worth the additional bookkeeping\n * overhead typically needed to implement it.\n *\n * This option does not affect the public interface of any generated code;\n * all method signatures remain the same. Furthermore, thread-safety of the\n * interface is not affected by this option; const methods remain safe to\n * call from multiple threads concurrently, while non-const methods continue\n * to require exclusive access.\n *\n * Note that implementations may choose not to check required fields within\n * a lazy sub-message. That is, calling IsInitialized() on the outer message\n * may return true even if the inner message has missing required fields.\n * This is necessary because otherwise the inner message would have to be\n * parsed in order to perform the check, defeating the purpose of lazy\n * parsing. An implementation which chooses not to check required fields\n * must be consistent about it. That is, for any particular sub-message, the\n * implementation must either *always* check its required fields, or *never*\n * check its required fields, regardless of whether or not the message has\n * been parsed.\n *\n * As of May 2022, lazy verifies the contents of the byte stream during\n * parsing. An invalid byte stream will cause the overall parsing to fail.\n */\n lazy?: boolean;\n /**\n * unverified_lazy does no correctness checks on the byte stream. This should\n * only be used where lazy with verification is prohibitive for performance\n * reasons.\n */\n unverified_lazy?: boolean;\n /**\n * Is this field deprecated?\n * Depending on the target platform, this can emit Deprecated annotations\n * for accessors, or it will be completely ignored; in the very least, this\n * is a formalization for deprecating fields.\n */\n deprecated?: boolean;\n /**\n * For Google-internal migration only. Do not use.\n */\n weak?: boolean;\n /**\n * Indicate that the field value should not be printed out when using debug\n * formats, e.g. when the field contains sensitive credentials.\n */\n debug_redact?: boolean;\n retention?: GoogleProtobufFieldOptionsOptionRetention | string;\n targets?: GoogleProtobufFieldOptionsOptionTargetType[];\n edition_defaults?: TGoogleProtobufFieldOptionsEditionDefault[];\n /**\n * Any features defined in the specific edition.\n */\n features?: TGoogleProtobufFeatureSet;\n /**\n * The parser stores options it doesn't recognize here. See above.\n */\n uninterpreted_option?: TGoogleProtobufUninterpretedOption[];\n}\n\n/**\n * FieldOptions\n */\nexport class FieldOptions extends FieldNode {\n // The ctype option instructs the C++ code generator to use a different\n // representation of the field than it normally would. See the specific\n // options below. This option is only implemented to support use of\n // [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of\n // type \"bytes\" in the open source release -- sorry, we'll try to include\n // other types in a future version!\n private _ctype: ENUM<GoogleProtobufFieldOptionsCType>;\n\n // The packed option can be enabled for repeated primitive fields to enable\n // a more efficient representation on the wire. Rather than repeatedly\n // writing the tag and type for each element, the entire array is encoded as\n // a single length-delimited blob. In proto3, only explicit setting it to\n // false will avoid using packed encoding. This option is prohibited in\n // Editions, but the `repeated_field_encoding` feature can be used to control\n // the behavior.\n private _packed: BOOLEAN;\n\n // The jstype option determines the JavaScript type used for values of the\n // field. The option is permitted only for 64 bit integral and fixed types\n // (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING\n // is represented as JavaScript string, which avoids loss of precision that\n // can happen when a large value is converted to a floating point JavaScript.\n // Specifying JS_NUMBER for the jstype causes the generated JavaScript code to\n // use the JavaScript \"number\" type. The behavior of the default option\n // JS_NORMAL is implementation dependent.\n //\n // This option is an enum to permit additional types to be added, e.g.\n // goog.math.Integer.\n private _jstype: ENUM<GoogleProtobufFieldOptionsJSType>;\n\n // Should this field be parsed lazily? Lazy applies only to message-type\n // fields. It means that when the outer message is initially parsed, the\n // inner message's contents will not be parsed but instead stored in encoded\n // form. The inner message will actually be parsed when it is first accessed.\n //\n // This is only a hint. Implementations are free to choose whether to use\n // eager or lazy parsing regardless of the value of this option. However,\n // setting this option true suggests that the protocol author believes that\n // using lazy parsing on this field is worth the additional bookkeeping\n // overhead typically needed to implement it.\n //\n // This option does not affect the public interface of any generated code;\n // all method signatures remain the same. Furthermore, thread-safety of the\n // interface is not affected by this option; const methods remain safe to\n // call from multiple threads concurrently, while non-const methods continue\n // to require exclusive access.\n //\n // Note that implementations may choose not to check required fields within\n // a lazy sub-message. That is, calling IsInitialized() on the outer message\n // may return true even if the inner message has missing required fields.\n // This is necessary because otherwise the inner message would have to be\n // parsed in order to perform the check, defeating the purpose of lazy\n // parsing. An implementation which chooses not to check required fields\n // must be consistent about it. That is, for any particular sub-message, the\n // implementation must either *always* check its required fields, or *never*\n // check its required fields, regardless of whether or not the message has\n // been parsed.\n //\n // As of May 2022, lazy verifies the contents of the byte stream during\n // parsing. An invalid byte stream will cause the overall parsing to fail.\n private _lazy: BOOLEAN;\n\n // unverified_lazy does no correctness checks on the byte stream. This should\n // only be used where lazy with verification is prohibitive for performance\n // reasons.\n private _unverifiedLazy: BOOLEAN;\n\n // Is this field deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for accessors, or it will be completely ignored; in the very least, this\n // is a formalization for deprecating fields.\n private _deprecated: BOOLEAN;\n\n // For Google-internal migration only. Do not use.\n private _weak: BOOLEAN;\n\n // Indicate that the field value should not be printed out when using debug\n // formats, e.g. when the field contains sensitive credentials.\n private _debugRedact: BOOLEAN;\n\n private _retention: ENUM<GoogleProtobufFieldOptionsOptionRetention>;\n\n private _targets: ENUM<GoogleProtobufFieldOptionsOptionTargetType>;\n\n private _editionDefaults: ARRAY<\n GoogleProtobufFieldOptionsEditionDefault,\n IGoogleProtobufFieldOptionsEditionDefault\n >;\n\n // Any features defined in the specific edition.\n private _features: GoogleProtobufFeatureSet;\n\n // The parser stores options it doesn't recognize here. See above.\n private _uninterpretedOption: ARRAY<\n GoogleProtobufUninterpretedOption,\n IGoogleProtobufUninterpretedOption\n >;\n\n public __defaultValues: IFieldOptions;\n\n constructor(\n initData?: IFieldOptions,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.FieldOptions';\n this.__meta.description = 'FieldOptions';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'ctype',\n protoName: 'ctype',\n FieldConstructor: ENUM<GoogleProtobufFieldOptionsCType>,\n constraints: {},\n description:\n 'The ctype option instructs the C++ code generator to use a different\\n representation of the field than it normally would. See the specific\\n options below. This option is only implemented to support use of\\n [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of\\n type \"bytes\" in the open source release -- sorry, we\\'ll try to include\\n other types in a future version!',\n },\n {\n fieldName: 'packed',\n protoName: 'packed',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'The packed option can be enabled for repeated primitive fields to enable\\n a more efficient representation on the wire. Rather than repeatedly\\n writing the tag and type for each element, the entire array is encoded as\\n a single length-delimited blob. In proto3, only explicit setting it to\\n false will avoid using packed encoding. This option is prohibited in\\n Editions, but the `repeated_field_encoding` feature can be used to control\\n the behavior.',\n },\n {\n fieldName: 'jstype',\n protoName: 'jstype',\n FieldConstructor: ENUM<GoogleProtobufFieldOptionsJSType>,\n constraints: {},\n description:\n 'The jstype option determines the JavaScript type used for values of the\\n field. The option is permitted only for 64 bit integral and fixed types\\n (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING\\n is represented as JavaScript string, which avoids loss of precision that\\n can happen when a large value is converted to a floating point JavaScript.\\n Specifying JS_NUMBER for the jstype causes the generated JavaScript code to\\n use the JavaScript \"number\" type. The behavior of the default option\\n JS_NORMAL is implementation dependent.\\n\\n This option is an enum to permit additional types to be added, e.g.\\n goog.math.Integer.',\n },\n {\n fieldName: 'lazy',\n protoName: 'lazy',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n \"Should this field be parsed lazily? Lazy applies only to message-type\\n fields. It means that when the outer message is initially parsed, the\\n inner message's contents will not be parsed but instead stored in encoded\\n form. The inner message will actually be parsed when it is first accessed.\\n\\n This is only a hint. Implementations are free to choose whether to use\\n eager or lazy parsing regardless of the value of this option. However,\\n setting this option true suggests that the protocol author believes that\\n using lazy parsing on this field is worth the additional bookkeeping\\n overhead typically needed to implement it.\\n\\n This option does not affect the public interface of any generated code;\\n all method signatures remain the same. Furthermore, thread-safety of the\\n interface is not affected by this option; const methods remain safe to\\n call from multiple threads concurrently, while non-const methods continue\\n to require exclusive access.\\n\\n Note that implementations may choose not to check required fields within\\n a lazy sub-message. That is, calling IsInitialized() on the outer message\\n may return true even if the inner message has missing required fields.\\n This is necessary because otherwise the inner message would have to be\\n parsed in order to perform the check, defeating the purpose of lazy\\n parsing. An implementation which chooses not to check required fields\\n must be consistent about it. That is, for any particular sub-message, the\\n implementation must either *always* check its required fields, or *never*\\n check its required fields, regardless of whether or not the message has\\n been parsed.\\n\\n As of May 2022, lazy verifies the contents of the byte stream during\\n parsing. An invalid byte stream will cause the overall parsing to fail.\",\n },\n {\n fieldName: 'unverifiedLazy',\n protoName: 'unverified_lazy',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'unverified_lazy does no correctness checks on the byte stream. This should\\n only be used where lazy with verification is prohibitive for performance\\n reasons.',\n },\n {\n fieldName: 'deprecated',\n protoName: 'deprecated',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'Is this field deprecated?\\n Depending on the target platform, this can emit Deprecated annotations\\n for accessors, or it will be completely ignored; in the very least, this\\n is a formalization for deprecating fields.',\n },\n {\n fieldName: 'weak',\n protoName: 'weak',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description: 'For Google-internal migration only. Do not use.',\n },\n {\n fieldName: 'debugRedact',\n protoName: 'debug_redact',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description:\n 'Indicate that the field value should not be printed out when using debug\\n formats, e.g. when the field contains sensitive credentials.',\n },\n {\n fieldName: 'retention',\n protoName: 'retention',\n FieldConstructor: ENUM<GoogleProtobufFieldOptionsOptionRetention>,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'targets',\n protoName: 'targets',\n FieldConstructor: ENUM<GoogleProtobufFieldOptionsOptionTargetType>,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'editionDefaults',\n protoName: 'edition_defaults',\n FieldConstructor: GoogleProtobufFieldOptionsEditionDefault,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'features',\n protoName: 'features',\n FieldConstructor: GoogleProtobufFeatureSet,\n constraints: {},\n description: 'Any features defined in the specific edition.',\n },\n {\n fieldName: 'uninterpretedOption',\n protoName: 'uninterpreted_option',\n FieldConstructor: GoogleProtobufUninterpretedOption,\n constraints: {},\n description:\n \"The parser stores options it doesn't recognize here. See above.\",\n },\n ];\n\n // Initialize the fields\n // The ctype option instructs the C++ code generator to use a different\n // representation of the field than it normally would. See the specific\n // options below. This option is only implemented to support use of\n // [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of\n // type \"bytes\" in the open source release -- sorry, we'll try to include\n // other types in a future version!\n this._ctype = new ENUM<GoogleProtobufFieldOptionsCType>(\n undefined,\n GoogleProtobufFieldOptionsCType,\n GoogleProtobufFieldOptionsCType.STRING,\n this,\n 'ctype',\n );\n\n // The packed option can be enabled for repeated primitive fields to enable\n // a more efficient representation on the wire. Rather than repeatedly\n // writing the tag and type for each element, the entire array is encoded as\n // a single length-delimited blob. In proto3, only explicit setting it to\n // false will avoid using packed encoding. This option is prohibited in\n // Editions, but the `repeated_field_encoding` feature can be used to control\n // the behavior.\n this._packed = new BOOLEAN(undefined, this, 'packed');\n\n // The jstype option determines the JavaScript type used for values of the\n // field. The option is permitted only for 64 bit integral and fixed types\n // (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING\n // is represented as JavaScript string, which avoids loss of precision that\n // can happen when a large value is converted to a floating point JavaScript.\n // Specifying JS_NUMBER for the jstype causes the generated JavaScript code to\n // use the JavaScript \"number\" type. The behavior of the default option\n // JS_NORMAL is implementation dependent.\n //\n // This option is an enum to permit additional types to be added, e.g.\n // goog.math.Integer.\n this._jstype = new ENUM<GoogleProtobufFieldOptionsJSType>(\n undefined,\n GoogleProtobufFieldOptionsJSType,\n GoogleProtobufFieldOptionsJSType.JS_NORMAL,\n this,\n 'jstype',\n );\n\n // Should this field be parsed lazily? Lazy applies only to message-type\n // fields. It means that when the outer message is initially parsed, the\n // inner message's contents will not be parsed but instead stored in encoded\n // form. The inner message will actually be parsed when it is first accessed.\n //\n // This is only a hint. Implementations are free to choose whether to use\n // eager or lazy parsing regardless of the value of this option. However,\n // setting this option true suggests that the protocol author believes that\n // using lazy parsing on this field is worth the additional bookkeeping\n // overhead typically needed to implement it.\n //\n // This option does not affect the public interface of any generated code;\n // all method signatures remain the same. Furthermore, thread-safety of the\n // interface is not affected by this option; const methods remain safe to\n // call from multiple threads concurrently, while non-const methods continue\n // to require exclusive access.\n //\n // Note that implementations may choose not to check required fields within\n // a lazy sub-message. That is, calling IsInitialized() on the outer message\n // may return true even if the inner message has missing required fields.\n // This is necessary because otherwise the inner message would have to be\n // parsed in order to perform the check, defeating the purpose of lazy\n // parsing. An implementation which chooses not to check required fields\n // must be consistent about it. That is, for any particular sub-message, the\n // implementation must either *always* check its required fields, or *never*\n // check its required fields, regardless of whether or not the message has\n // been parsed.\n //\n // As of May 2022, lazy verifies the contents of the byte stream during\n // parsing. An invalid byte stream will cause the overall parsing to fail.\n this._lazy = new BOOLEAN(undefined, this, 'lazy');\n\n // unverified_lazy does no correctness checks on the byte stream. This should\n // only be used where lazy with verification is prohibitive for performance\n // reasons.\n this._unverifiedLazy = new BOOLEAN(undefined, this, 'unverifiedLazy');\n\n // Is this field deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for accessors, or it will be completely ignored; in the very least, this\n // is a formalization for deprecating fields.\n this._deprecated = new BOOLEAN(undefined, this, 'deprecated');\n\n // For Google-internal migration only. Do not use.\n this._weak = new BOOLEAN(undefined, this, 'weak');\n\n // Indicate that the field value should not be printed out when using debug\n // formats, e.g. when the field contains sensitive credentials.\n this._debugRedact = new BOOLEAN(undefined, this, 'debugRedact');\n\n this._retention = new ENUM<GoogleProtobufFieldOptionsOptionRetention>(\n undefined,\n GoogleProtobufFieldOptionsOptionRetention,\n GoogleProtobufFieldOptionsOptionRetention.RETENTION_UNKNOWN,\n this,\n 'retention',\n );\n\n this._targets = new ENUM<GoogleProtobufFieldOptionsOptionTargetType>(\n undefined,\n GoogleProtobufFieldOptionsOptionTargetType,\n GoogleProtobufFieldOptionsOptionTargetType.TARGET_TYPE_UNKNOWN,\n this,\n 'targets',\n );\n\n this._editionDefaults = new ARRAY<\n GoogleProtobufFieldOptionsEditionDefault,\n IGoogleProtobufFieldOptionsEditionDefault\n >(undefined, this, 'editionDefaults');\n\n // Any features defined in the specific edition.\n this._features = new GoogleProtobufFeatureSet(undefined, this, 'features');\n\n // The parser stores options it doesn't recognize here. See above.\n this._uninterpretedOption = new ARRAY<\n GoogleProtobufUninterpretedOption,\n IGoogleProtobufUninterpretedOption\n >(undefined, this, 'uninterpretedOption');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof FieldOptions] 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 FieldOptions] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // The ctype option instructs the C++ code generator to use a different\n // representation of the field than it normally would. See the specific\n // options below. This option is only implemented to support use of\n // [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of\n // type \"bytes\" in the open source release -- sorry, we'll try to include\n // other types in a future version!\n public get ctype(): ENUM<GoogleProtobufFieldOptionsCType> {\n return this._ctype;\n }\n\n public set ctype(v: GoogleProtobufFieldOptionsCType) {\n this.__TypeSetter(this._ctype, v);\n }\n\n // The packed option can be enabled for repeated primitive fields to enable\n // a more efficient representation on the wire. Rather than repeatedly\n // writing the tag and type for each element, the entire array is encoded as\n // a single length-delimited blob. In proto3, only explicit setting it to\n // false will avoid using packed encoding. This option is prohibited in\n // Editions, but the `repeated_field_encoding` feature can be used to control\n // the behavior.\n public get packed(): BOOLEAN {\n return this._packed;\n }\n\n public set packed(v: boolean) {\n this.__PrimitivesSetter(this._packed, v);\n }\n\n // The jstype option determines the JavaScript type used for values of the\n // field. The option is permitted only for 64 bit integral and fixed types\n // (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING\n // is represented as JavaScript string, which avoids loss of precision that\n // can happen when a large value is converted to a floating point JavaScript.\n // Specifying JS_NUMBER for the jstype causes the generated JavaScript code to\n // use the JavaScript \"number\" type. The behavior of the default option\n // JS_NORMAL is implementation dependent.\n //\n // This option is an enum to permit additional types to be added, e.g.\n // goog.math.Integer.\n public get jstype(): ENUM<GoogleProtobufFieldOptionsJSType> {\n return this._jstype;\n }\n\n public set jstype(v: GoogleProtobufFieldOptionsJSType) {\n this.__TypeSetter(this._jstype, v);\n }\n\n // Should this field be parsed lazily? Lazy applies only to message-type\n // fields. It means that when the outer message is initially parsed, the\n // inner message's contents will not be parsed but instead stored in encoded\n // form. The inner message will actually be parsed when it is first accessed.\n //\n // This is only a hint. Implementations are free to choose whether to use\n // eager or lazy parsing regardless of the value of this option. However,\n // setting this option true suggests that the protocol author believes that\n // using lazy parsing on this field is worth the additional bookkeeping\n // overhead typically needed to implement it.\n //\n // This option does not affect the public interface of any generated code;\n // all method signatures remain the same. Furthermore, thread-safety of the\n // interface is not affected by this option; const methods remain safe to\n // call from multiple threads concurrently, while non-const methods continue\n // to require exclusive access.\n //\n // Note that implementations may choose not to check required fields within\n // a lazy sub-message. That is, calling IsInitialized() on the outer message\n // may return true even if the inner message has missing required fields.\n // This is necessary because otherwise the inner message would have to be\n // parsed in order to perform the check, defeating the purpose of lazy\n // parsing. An implementation which chooses not to check required fields\n // must be consistent about it. That is, for any particular sub-message, the\n // implementation must either *always* check its required fields, or *never*\n // check its required fields, regardless of whether or not the message has\n // been parsed.\n //\n // As of May 2022, lazy verifies the contents of the byte stream during\n // parsing. An invalid byte stream will cause the overall parsing to fail.\n public get lazy(): BOOLEAN {\n return this._lazy;\n }\n\n public set lazy(v: boolean) {\n this.__PrimitivesSetter(this._lazy, v);\n }\n\n // unverified_lazy does no correctness checks on the byte stream. This should\n // only be used where lazy with verification is prohibitive for performance\n // reasons.\n public get unverifiedLazy(): BOOLEAN {\n return this._unverifiedLazy;\n }\n\n public set unverifiedLazy(v: boolean) {\n this.__PrimitivesSetter(this._unverifiedLazy, v);\n }\n\n // Is this field deprecated?\n // Depending on the target platform, this can emit Deprecated annotations\n // for accessors, or it will be completely ignored; in the very least, this\n // is a formalization for deprecating fields.\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 // For Google-internal migration only. Do not use.\n public get weak(): BOOLEAN {\n return this._weak;\n }\n\n public set weak(v: boolean) {\n this.__PrimitivesSetter(this._weak, v);\n }\n\n // Indicate that the field value should not be printed out when using debug\n // formats, e.g. when the field contains sensitive credentials.\n public get debugRedact(): BOOLEAN {\n return this._debugRedact;\n }\n\n public set debugRedact(v: boolean) {\n this.__PrimitivesSetter(this._debugRedact, v);\n }\n\n public get retention(): ENUM<GoogleProtobufFieldOptionsOptionRetention> {\n return this._retention;\n }\n\n public set retention(v: GoogleProtobufFieldOptionsOptionRetention) {\n this.__TypeSetter(this._retention, v);\n }\n\n public get targets(): ENUM<GoogleProtobufFieldOptionsOptionTargetType> {\n return this._targets;\n }\n\n public set targets(v: GoogleProtobufFieldOptionsOptionTargetType) {\n this.__TypeSetter(this._targets, v);\n }\n\n public get editionDefaults(): ARRAY<\n GoogleProtobufFieldOptionsEditionDefault,\n IGoogleProtobufFieldOptionsEditionDefault\n > {\n return this._editionDefaults;\n }\n\n public set editionDefaults(v: IGoogleProtobufFieldOptionsEditionDefault[]) {\n this.__TypeSetter(this._editionDefaults, v);\n }\n\n // Any features defined in the specific edition.\n public get features(): GoogleProtobufFeatureSet {\n return this._features;\n }\n\n public set features(v: IGoogleProtobufFeatureSet) {\n this.__TypeSetter(this._features, v);\n }\n\n // The parser stores options it doesn't recognize here. See above.\n public get uninterpretedOption(): ARRAY<\n GoogleProtobufUninterpretedOption,\n IGoogleProtobufUninterpretedOption\n > {\n return this._uninterpretedOption;\n }\n\n public set uninterpretedOption(v: IGoogleProtobufUninterpretedOption[]) {\n this.__TypeSetter(this._uninterpretedOption, v);\n }\n\n fromLiteral(data: IFieldOptions) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IFieldOptions {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.FieldOptions', FieldOptions);\n"]}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
import { ARRAY, ENUM, FieldNode, INT32, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
import { DescriptorProto as GoogleProtobufDescriptorProto, type IDescriptorProto as IGoogleProtobufDescriptorProto, type TDescriptorProto as TGoogleProtobufDescriptorProto } from './DescriptorProto.js';
|
|
3
|
+
import { Edition as GoogleProtobufEdition } from './Edition.js';
|
|
4
|
+
import { EnumDescriptorProto as GoogleProtobufEnumDescriptorProto, type IEnumDescriptorProto as IGoogleProtobufEnumDescriptorProto, type TEnumDescriptorProto as TGoogleProtobufEnumDescriptorProto } from './EnumDescriptorProto.js';
|
|
5
|
+
import { FieldDescriptorProto as GoogleProtobufFieldDescriptorProto, type IFieldDescriptorProto as IGoogleProtobufFieldDescriptorProto, type TFieldDescriptorProto as TGoogleProtobufFieldDescriptorProto } from './FieldDescriptorProto.js';
|
|
6
|
+
import { FileOptions as GoogleProtobufFileOptions, type IFileOptions as IGoogleProtobufFileOptions, type TFileOptions as TGoogleProtobufFileOptions } from './FileOptions.js';
|
|
7
|
+
import { ServiceDescriptorProto as GoogleProtobufServiceDescriptorProto, type IServiceDescriptorProto as IGoogleProtobufServiceDescriptorProto, type TServiceDescriptorProto as TGoogleProtobufServiceDescriptorProto } from './ServiceDescriptorProto.js';
|
|
8
|
+
import { SourceCodeInfo as GoogleProtobufSourceCodeInfo, type ISourceCodeInfo as IGoogleProtobufSourceCodeInfo, type TSourceCodeInfo as TGoogleProtobufSourceCodeInfo } from './SourceCodeInfo.js';
|
|
9
|
+
/**
|
|
10
|
+
* @interface IFileDescriptorProto
|
|
11
|
+
* Describes a complete .proto file.
|
|
12
|
+
*/
|
|
13
|
+
export interface IFileDescriptorProto {
|
|
14
|
+
name?: string;
|
|
15
|
+
package?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Names of files imported by this file.
|
|
18
|
+
*/
|
|
19
|
+
dependency?: string[];
|
|
20
|
+
/**
|
|
21
|
+
* Indexes of the public imported files in the dependency list above.
|
|
22
|
+
*/
|
|
23
|
+
publicDependency?: number[];
|
|
24
|
+
/**
|
|
25
|
+
* Indexes of the weak imported files in the dependency list.
|
|
26
|
+
* For Google-internal migration only. Do not use.
|
|
27
|
+
*/
|
|
28
|
+
weakDependency?: number[];
|
|
29
|
+
/**
|
|
30
|
+
* All top-level definitions in this file.
|
|
31
|
+
*/
|
|
32
|
+
messageType?: IGoogleProtobufDescriptorProto[];
|
|
33
|
+
enumType?: IGoogleProtobufEnumDescriptorProto[];
|
|
34
|
+
service?: IGoogleProtobufServiceDescriptorProto[];
|
|
35
|
+
extension?: IGoogleProtobufFieldDescriptorProto[];
|
|
36
|
+
options?: IGoogleProtobufFileOptions;
|
|
37
|
+
/**
|
|
38
|
+
* This field contains optional information about the original source code.
|
|
39
|
+
* You may safely remove this entire field without harming runtime
|
|
40
|
+
* functionality of the descriptors -- the information is needed only by
|
|
41
|
+
* development tools.
|
|
42
|
+
*/
|
|
43
|
+
sourceCodeInfo?: IGoogleProtobufSourceCodeInfo;
|
|
44
|
+
/**
|
|
45
|
+
* The syntax of the proto file.
|
|
46
|
+
* The supported values are "proto2", "proto3", and "editions".
|
|
47
|
+
*
|
|
48
|
+
* If `edition` is present, this value must be "editions".
|
|
49
|
+
*/
|
|
50
|
+
syntax?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The edition of the proto file.
|
|
53
|
+
*/
|
|
54
|
+
edition?: GoogleProtobufEdition | string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* @interface TFileDescriptorProto
|
|
58
|
+
* Describes a complete .proto file.
|
|
59
|
+
*/
|
|
60
|
+
export interface TFileDescriptorProto {
|
|
61
|
+
name?: string;
|
|
62
|
+
package?: string;
|
|
63
|
+
/**
|
|
64
|
+
* Names of files imported by this file.
|
|
65
|
+
*/
|
|
66
|
+
dependency?: string[];
|
|
67
|
+
/**
|
|
68
|
+
* Indexes of the public imported files in the dependency list above.
|
|
69
|
+
*/
|
|
70
|
+
public_dependency?: number[];
|
|
71
|
+
/**
|
|
72
|
+
* Indexes of the weak imported files in the dependency list.
|
|
73
|
+
* For Google-internal migration only. Do not use.
|
|
74
|
+
*/
|
|
75
|
+
weak_dependency?: number[];
|
|
76
|
+
/**
|
|
77
|
+
* All top-level definitions in this file.
|
|
78
|
+
*/
|
|
79
|
+
message_type?: TGoogleProtobufDescriptorProto[];
|
|
80
|
+
enum_type?: TGoogleProtobufEnumDescriptorProto[];
|
|
81
|
+
service?: TGoogleProtobufServiceDescriptorProto[];
|
|
82
|
+
extension?: TGoogleProtobufFieldDescriptorProto[];
|
|
83
|
+
options?: TGoogleProtobufFileOptions;
|
|
84
|
+
/**
|
|
85
|
+
* This field contains optional information about the original source code.
|
|
86
|
+
* You may safely remove this entire field without harming runtime
|
|
87
|
+
* functionality of the descriptors -- the information is needed only by
|
|
88
|
+
* development tools.
|
|
89
|
+
*/
|
|
90
|
+
source_code_info?: TGoogleProtobufSourceCodeInfo;
|
|
91
|
+
/**
|
|
92
|
+
* The syntax of the proto file.
|
|
93
|
+
* The supported values are "proto2", "proto3", and "editions".
|
|
94
|
+
*
|
|
95
|
+
* If `edition` is present, this value must be "editions".
|
|
96
|
+
*/
|
|
97
|
+
syntax?: string;
|
|
98
|
+
/**
|
|
99
|
+
* The edition of the proto file.
|
|
100
|
+
*/
|
|
101
|
+
edition?: GoogleProtobufEdition | string;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* FileDescriptorProto
|
|
105
|
+
* Describes a complete .proto file.
|
|
106
|
+
*/
|
|
107
|
+
export declare class FileDescriptorProto extends FieldNode {
|
|
108
|
+
private _name;
|
|
109
|
+
private _package;
|
|
110
|
+
private _dependency;
|
|
111
|
+
private _publicDependency;
|
|
112
|
+
private _weakDependency;
|
|
113
|
+
private _messageType;
|
|
114
|
+
private _enumType;
|
|
115
|
+
private _service;
|
|
116
|
+
private _extension;
|
|
117
|
+
private _options;
|
|
118
|
+
private _sourceCodeInfo;
|
|
119
|
+
private _syntax;
|
|
120
|
+
private _edition;
|
|
121
|
+
__defaultValues: IFileDescriptorProto;
|
|
122
|
+
constructor(initData?: IFileDescriptorProto, parent?: FieldNode, parentAttributeName?: string);
|
|
123
|
+
get name(): STRING;
|
|
124
|
+
set name(v: string);
|
|
125
|
+
get package(): STRING;
|
|
126
|
+
set package(v: string);
|
|
127
|
+
get dependency(): ARRAY<STRING, string>;
|
|
128
|
+
set dependency(v: string[]);
|
|
129
|
+
get publicDependency(): ARRAY<INT32, number>;
|
|
130
|
+
set publicDependency(v: number[]);
|
|
131
|
+
get weakDependency(): ARRAY<INT32, number>;
|
|
132
|
+
set weakDependency(v: number[]);
|
|
133
|
+
get messageType(): ARRAY<GoogleProtobufDescriptorProto, IGoogleProtobufDescriptorProto>;
|
|
134
|
+
set messageType(v: IGoogleProtobufDescriptorProto[]);
|
|
135
|
+
get enumType(): ARRAY<GoogleProtobufEnumDescriptorProto, IGoogleProtobufEnumDescriptorProto>;
|
|
136
|
+
set enumType(v: IGoogleProtobufEnumDescriptorProto[]);
|
|
137
|
+
get service(): ARRAY<GoogleProtobufServiceDescriptorProto, IGoogleProtobufServiceDescriptorProto>;
|
|
138
|
+
set service(v: IGoogleProtobufServiceDescriptorProto[]);
|
|
139
|
+
get extension(): ARRAY<GoogleProtobufFieldDescriptorProto, IGoogleProtobufFieldDescriptorProto>;
|
|
140
|
+
set extension(v: IGoogleProtobufFieldDescriptorProto[]);
|
|
141
|
+
get options(): GoogleProtobufFileOptions;
|
|
142
|
+
set options(v: IGoogleProtobufFileOptions);
|
|
143
|
+
get sourceCodeInfo(): GoogleProtobufSourceCodeInfo;
|
|
144
|
+
set sourceCodeInfo(v: IGoogleProtobufSourceCodeInfo);
|
|
145
|
+
get syntax(): STRING;
|
|
146
|
+
set syntax(v: string);
|
|
147
|
+
get edition(): ENUM<GoogleProtobufEdition>;
|
|
148
|
+
set edition(v: GoogleProtobufEdition);
|
|
149
|
+
fromLiteral(data: IFileDescriptorProto): void;
|
|
150
|
+
toLiteral(): IFileDescriptorProto;
|
|
151
|
+
}
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ARRAY, ENUM, FieldNode, INT32, Registry, STRING, } from '@furo/open-models/dist/index';
|
|
4
|
+
import { DescriptorProto as GoogleProtobufDescriptorProto, } from './DescriptorProto.js';
|
|
5
|
+
import { Edition as GoogleProtobufEdition } from './Edition.js';
|
|
6
|
+
import { EnumDescriptorProto as GoogleProtobufEnumDescriptorProto, } from './EnumDescriptorProto.js';
|
|
7
|
+
import { FieldDescriptorProto as GoogleProtobufFieldDescriptorProto, } from './FieldDescriptorProto.js';
|
|
8
|
+
import { FileOptions as GoogleProtobufFileOptions, } from './FileOptions.js';
|
|
9
|
+
import { ServiceDescriptorProto as GoogleProtobufServiceDescriptorProto, } from './ServiceDescriptorProto.js';
|
|
10
|
+
import { SourceCodeInfo as GoogleProtobufSourceCodeInfo, } from './SourceCodeInfo.js';
|
|
11
|
+
/**
|
|
12
|
+
* FileDescriptorProto
|
|
13
|
+
* Describes a complete .proto file.
|
|
14
|
+
*/
|
|
15
|
+
export class FileDescriptorProto extends FieldNode {
|
|
16
|
+
constructor(initData, parent, parentAttributeName) {
|
|
17
|
+
super(undefined, parent, parentAttributeName);
|
|
18
|
+
this.__meta.typeName = 'google.protobuf.FileDescriptorProto';
|
|
19
|
+
this.__meta.description =
|
|
20
|
+
'FileDescriptorProto Describes a complete .proto file.';
|
|
21
|
+
this.__meta.nodeFields = [
|
|
22
|
+
{
|
|
23
|
+
fieldName: 'name',
|
|
24
|
+
protoName: 'name',
|
|
25
|
+
FieldConstructor: STRING,
|
|
26
|
+
constraints: {},
|
|
27
|
+
description: '',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
fieldName: 'package',
|
|
31
|
+
protoName: 'package',
|
|
32
|
+
FieldConstructor: STRING,
|
|
33
|
+
constraints: {},
|
|
34
|
+
description: '',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
fieldName: 'dependency',
|
|
38
|
+
protoName: 'dependency',
|
|
39
|
+
FieldConstructor: STRING,
|
|
40
|
+
constraints: {},
|
|
41
|
+
description: 'Names of files imported by this file.',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
fieldName: 'publicDependency',
|
|
45
|
+
protoName: 'public_dependency',
|
|
46
|
+
FieldConstructor: INT32,
|
|
47
|
+
constraints: {},
|
|
48
|
+
description: 'Indexes of the public imported files in the dependency list above.',
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
fieldName: 'weakDependency',
|
|
52
|
+
protoName: 'weak_dependency',
|
|
53
|
+
FieldConstructor: INT32,
|
|
54
|
+
constraints: {},
|
|
55
|
+
description: 'Indexes of the weak imported files in the dependency list.\n For Google-internal migration only. Do not use.',
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
fieldName: 'messageType',
|
|
59
|
+
protoName: 'message_type',
|
|
60
|
+
FieldConstructor: GoogleProtobufDescriptorProto,
|
|
61
|
+
constraints: {},
|
|
62
|
+
description: 'All top-level definitions in this file.',
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
fieldName: 'enumType',
|
|
66
|
+
protoName: 'enum_type',
|
|
67
|
+
FieldConstructor: GoogleProtobufEnumDescriptorProto,
|
|
68
|
+
constraints: {},
|
|
69
|
+
description: '',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
fieldName: 'service',
|
|
73
|
+
protoName: 'service',
|
|
74
|
+
FieldConstructor: GoogleProtobufServiceDescriptorProto,
|
|
75
|
+
constraints: {},
|
|
76
|
+
description: '',
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
fieldName: 'extension',
|
|
80
|
+
protoName: 'extension',
|
|
81
|
+
FieldConstructor: GoogleProtobufFieldDescriptorProto,
|
|
82
|
+
constraints: {},
|
|
83
|
+
description: '',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
fieldName: 'options',
|
|
87
|
+
protoName: 'options',
|
|
88
|
+
FieldConstructor: GoogleProtobufFileOptions,
|
|
89
|
+
constraints: {},
|
|
90
|
+
description: '',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
fieldName: 'sourceCodeInfo',
|
|
94
|
+
protoName: 'source_code_info',
|
|
95
|
+
FieldConstructor: GoogleProtobufSourceCodeInfo,
|
|
96
|
+
constraints: {},
|
|
97
|
+
description: 'This field contains optional information about the original source code.\n You may safely remove this entire field without harming runtime\n functionality of the descriptors -- the information is needed only by\n development tools.',
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
fieldName: 'syntax',
|
|
101
|
+
protoName: 'syntax',
|
|
102
|
+
FieldConstructor: STRING,
|
|
103
|
+
constraints: {},
|
|
104
|
+
description: 'The syntax of the proto file.\n The supported values are "proto2", "proto3", and "editions".\n\n If `edition` is present, this value must be "editions".',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
fieldName: 'edition',
|
|
108
|
+
protoName: 'edition',
|
|
109
|
+
FieldConstructor: (ENUM),
|
|
110
|
+
constraints: {},
|
|
111
|
+
description: 'The edition of the proto file.',
|
|
112
|
+
},
|
|
113
|
+
];
|
|
114
|
+
// Initialize the fields
|
|
115
|
+
this._name = new STRING(undefined, this, 'name');
|
|
116
|
+
this._package = new STRING(undefined, this, 'package');
|
|
117
|
+
// Names of files imported by this file.
|
|
118
|
+
this._dependency = new ARRAY(undefined, this, 'dependency');
|
|
119
|
+
// Indexes of the public imported files in the dependency list above.
|
|
120
|
+
this._publicDependency = new ARRAY(undefined, this, 'publicDependency');
|
|
121
|
+
// Indexes of the weak imported files in the dependency list.
|
|
122
|
+
// For Google-internal migration only. Do not use.
|
|
123
|
+
this._weakDependency = new ARRAY(undefined, this, 'weakDependency');
|
|
124
|
+
// All top-level definitions in this file.
|
|
125
|
+
this._messageType = new ARRAY(undefined, this, 'messageType');
|
|
126
|
+
this._enumType = new ARRAY(undefined, this, 'enumType');
|
|
127
|
+
this._service = new ARRAY(undefined, this, 'service');
|
|
128
|
+
this._extension = new ARRAY(undefined, this, 'extension');
|
|
129
|
+
this._options = new GoogleProtobufFileOptions(undefined, this, 'options');
|
|
130
|
+
// This field contains optional information about the original source code.
|
|
131
|
+
// You may safely remove this entire field without harming runtime
|
|
132
|
+
// functionality of the descriptors -- the information is needed only by
|
|
133
|
+
// development tools.
|
|
134
|
+
this._sourceCodeInfo = new GoogleProtobufSourceCodeInfo(undefined, this, 'sourceCodeInfo');
|
|
135
|
+
// The syntax of the proto file.
|
|
136
|
+
// The supported values are "proto2", "proto3", and "editions".
|
|
137
|
+
//
|
|
138
|
+
// If `edition` is present, this value must be "editions".
|
|
139
|
+
this._syntax = new STRING(undefined, this, 'syntax');
|
|
140
|
+
// The edition of the proto file.
|
|
141
|
+
this._edition = new ENUM(undefined, GoogleProtobufEdition, GoogleProtobufEdition.EDITION_UNKNOWN, this, 'edition');
|
|
142
|
+
// Set required fields
|
|
143
|
+
[].forEach(fieldName => {
|
|
144
|
+
this[fieldName].__meta.required = true;
|
|
145
|
+
});
|
|
146
|
+
// Default values from openAPI annotations
|
|
147
|
+
this.__defaultValues = {};
|
|
148
|
+
// Initialize the fields with init data
|
|
149
|
+
if (initData !== undefined) {
|
|
150
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
151
|
+
}
|
|
152
|
+
else {
|
|
153
|
+
this.__fromLiteral(this.__defaultValues);
|
|
154
|
+
}
|
|
155
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
156
|
+
[].forEach(fieldName => {
|
|
157
|
+
this[fieldName].__readonly =
|
|
158
|
+
true;
|
|
159
|
+
});
|
|
160
|
+
this.__meta.isPristine = true;
|
|
161
|
+
}
|
|
162
|
+
get name() {
|
|
163
|
+
return this._name;
|
|
164
|
+
}
|
|
165
|
+
set name(v) {
|
|
166
|
+
this.__PrimitivesSetter(this._name, v);
|
|
167
|
+
}
|
|
168
|
+
get package() {
|
|
169
|
+
return this._package;
|
|
170
|
+
}
|
|
171
|
+
set package(v) {
|
|
172
|
+
this.__PrimitivesSetter(this._package, v);
|
|
173
|
+
}
|
|
174
|
+
// Names of files imported by this file.
|
|
175
|
+
get dependency() {
|
|
176
|
+
return this._dependency;
|
|
177
|
+
}
|
|
178
|
+
set dependency(v) {
|
|
179
|
+
this.__TypeSetter(this._dependency, v);
|
|
180
|
+
}
|
|
181
|
+
// Indexes of the public imported files in the dependency list above.
|
|
182
|
+
get publicDependency() {
|
|
183
|
+
return this._publicDependency;
|
|
184
|
+
}
|
|
185
|
+
set publicDependency(v) {
|
|
186
|
+
this.__TypeSetter(this._publicDependency, v);
|
|
187
|
+
}
|
|
188
|
+
// Indexes of the weak imported files in the dependency list.
|
|
189
|
+
// For Google-internal migration only. Do not use.
|
|
190
|
+
get weakDependency() {
|
|
191
|
+
return this._weakDependency;
|
|
192
|
+
}
|
|
193
|
+
set weakDependency(v) {
|
|
194
|
+
this.__TypeSetter(this._weakDependency, v);
|
|
195
|
+
}
|
|
196
|
+
// All top-level definitions in this file.
|
|
197
|
+
get messageType() {
|
|
198
|
+
return this._messageType;
|
|
199
|
+
}
|
|
200
|
+
set messageType(v) {
|
|
201
|
+
this.__TypeSetter(this._messageType, v);
|
|
202
|
+
}
|
|
203
|
+
get enumType() {
|
|
204
|
+
return this._enumType;
|
|
205
|
+
}
|
|
206
|
+
set enumType(v) {
|
|
207
|
+
this.__TypeSetter(this._enumType, v);
|
|
208
|
+
}
|
|
209
|
+
get service() {
|
|
210
|
+
return this._service;
|
|
211
|
+
}
|
|
212
|
+
set service(v) {
|
|
213
|
+
this.__TypeSetter(this._service, v);
|
|
214
|
+
}
|
|
215
|
+
get extension() {
|
|
216
|
+
return this._extension;
|
|
217
|
+
}
|
|
218
|
+
set extension(v) {
|
|
219
|
+
this.__TypeSetter(this._extension, v);
|
|
220
|
+
}
|
|
221
|
+
get options() {
|
|
222
|
+
return this._options;
|
|
223
|
+
}
|
|
224
|
+
set options(v) {
|
|
225
|
+
this.__TypeSetter(this._options, v);
|
|
226
|
+
}
|
|
227
|
+
// This field contains optional information about the original source code.
|
|
228
|
+
// You may safely remove this entire field without harming runtime
|
|
229
|
+
// functionality of the descriptors -- the information is needed only by
|
|
230
|
+
// development tools.
|
|
231
|
+
get sourceCodeInfo() {
|
|
232
|
+
return this._sourceCodeInfo;
|
|
233
|
+
}
|
|
234
|
+
set sourceCodeInfo(v) {
|
|
235
|
+
this.__TypeSetter(this._sourceCodeInfo, v);
|
|
236
|
+
}
|
|
237
|
+
// The syntax of the proto file.
|
|
238
|
+
// The supported values are "proto2", "proto3", and "editions".
|
|
239
|
+
//
|
|
240
|
+
// If `edition` is present, this value must be "editions".
|
|
241
|
+
get syntax() {
|
|
242
|
+
return this._syntax;
|
|
243
|
+
}
|
|
244
|
+
set syntax(v) {
|
|
245
|
+
this.__PrimitivesSetter(this._syntax, v);
|
|
246
|
+
}
|
|
247
|
+
// The edition of the proto file.
|
|
248
|
+
get edition() {
|
|
249
|
+
return this._edition;
|
|
250
|
+
}
|
|
251
|
+
set edition(v) {
|
|
252
|
+
this.__TypeSetter(this._edition, v);
|
|
253
|
+
}
|
|
254
|
+
fromLiteral(data) {
|
|
255
|
+
super.__fromLiteral(data);
|
|
256
|
+
}
|
|
257
|
+
toLiteral() {
|
|
258
|
+
return super.__toLiteral();
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
Registry.register('google.protobuf.FileDescriptorProto', FileDescriptorProto);
|
|
262
|
+
//# sourceMappingURL=FileDescriptorProto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileDescriptorProto.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/FileDescriptorProto.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 ENUM,\n FieldNode,\n INT32,\n Registry,\n STRING,\n} from '@furo/open-models/dist/index';\nimport {\n DescriptorProto as GoogleProtobufDescriptorProto,\n type IDescriptorProto as IGoogleProtobufDescriptorProto,\n type TDescriptorProto as TGoogleProtobufDescriptorProto,\n} from './DescriptorProto';\n\nimport { Edition as GoogleProtobufEdition } from './Edition';\n\nimport {\n EnumDescriptorProto as GoogleProtobufEnumDescriptorProto,\n type IEnumDescriptorProto as IGoogleProtobufEnumDescriptorProto,\n type TEnumDescriptorProto as TGoogleProtobufEnumDescriptorProto,\n} from './EnumDescriptorProto';\n\nimport {\n FieldDescriptorProto as GoogleProtobufFieldDescriptorProto,\n type IFieldDescriptorProto as IGoogleProtobufFieldDescriptorProto,\n type TFieldDescriptorProto as TGoogleProtobufFieldDescriptorProto,\n} from './FieldDescriptorProto';\n\nimport {\n FileOptions as GoogleProtobufFileOptions,\n type IFileOptions as IGoogleProtobufFileOptions,\n type TFileOptions as TGoogleProtobufFileOptions,\n} from './FileOptions';\n\nimport {\n ServiceDescriptorProto as GoogleProtobufServiceDescriptorProto,\n type IServiceDescriptorProto as IGoogleProtobufServiceDescriptorProto,\n type TServiceDescriptorProto as TGoogleProtobufServiceDescriptorProto,\n} from './ServiceDescriptorProto';\n\nimport {\n SourceCodeInfo as GoogleProtobufSourceCodeInfo,\n type ISourceCodeInfo as IGoogleProtobufSourceCodeInfo,\n type TSourceCodeInfo as TGoogleProtobufSourceCodeInfo,\n} from './SourceCodeInfo';\n\n/**\n * @interface IFileDescriptorProto\n * Describes a complete .proto file.\n */\nexport interface IFileDescriptorProto {\n name?: string; // file name, relative to root of source tree\n\n package?: string; // e.g. \"foo\", \"foo.bar\", etc.\n\n /**\n * Names of files imported by this file.\n */\n dependency?: string[];\n /**\n * Indexes of the public imported files in the dependency list above.\n */\n publicDependency?: number[];\n /**\n * Indexes of the weak imported files in the dependency list.\n * For Google-internal migration only. Do not use.\n */\n weakDependency?: number[];\n /**\n * All top-level definitions in this file.\n */\n messageType?: IGoogleProtobufDescriptorProto[];\n enumType?: IGoogleProtobufEnumDescriptorProto[];\n service?: IGoogleProtobufServiceDescriptorProto[];\n extension?: IGoogleProtobufFieldDescriptorProto[];\n options?: IGoogleProtobufFileOptions;\n /**\n * This field contains optional information about the original source code.\n * You may safely remove this entire field without harming runtime\n * functionality of the descriptors -- the information is needed only by\n * development tools.\n */\n sourceCodeInfo?: IGoogleProtobufSourceCodeInfo;\n /**\n * The syntax of the proto file.\n * The supported values are \"proto2\", \"proto3\", and \"editions\".\n *\n * If `edition` is present, this value must be \"editions\".\n */\n syntax?: string;\n /**\n * The edition of the proto file.\n */\n edition?: GoogleProtobufEdition | string;\n}\n\n/**\n * @interface TFileDescriptorProto\n * Describes a complete .proto file.\n */\nexport interface TFileDescriptorProto {\n name?: string; // file name, relative to root of source tree\n\n package?: string; // e.g. \"foo\", \"foo.bar\", etc.\n\n /**\n * Names of files imported by this file.\n */\n dependency?: string[];\n /**\n * Indexes of the public imported files in the dependency list above.\n */\n public_dependency?: number[];\n /**\n * Indexes of the weak imported files in the dependency list.\n * For Google-internal migration only. Do not use.\n */\n weak_dependency?: number[];\n /**\n * All top-level definitions in this file.\n */\n message_type?: TGoogleProtobufDescriptorProto[];\n enum_type?: TGoogleProtobufEnumDescriptorProto[];\n service?: TGoogleProtobufServiceDescriptorProto[];\n extension?: TGoogleProtobufFieldDescriptorProto[];\n options?: TGoogleProtobufFileOptions;\n /**\n * This field contains optional information about the original source code.\n * You may safely remove this entire field without harming runtime\n * functionality of the descriptors -- the information is needed only by\n * development tools.\n */\n source_code_info?: TGoogleProtobufSourceCodeInfo;\n /**\n * The syntax of the proto file.\n * The supported values are \"proto2\", \"proto3\", and \"editions\".\n *\n * If `edition` is present, this value must be \"editions\".\n */\n syntax?: string;\n /**\n * The edition of the proto file.\n */\n edition?: GoogleProtobufEdition | string;\n}\n\n/**\n * FileDescriptorProto\n * Describes a complete .proto file.\n */\nexport class FileDescriptorProto extends FieldNode {\n private _name: STRING; // file name, relative to root of source tree\n\n private _package: STRING; // e.g. \"foo\", \"foo.bar\", etc.\n\n // Names of files imported by this file.\n private _dependency: ARRAY<STRING, string>;\n\n // Indexes of the public imported files in the dependency list above.\n private _publicDependency: ARRAY<INT32, number>;\n\n // Indexes of the weak imported files in the dependency list.\n // For Google-internal migration only. Do not use.\n private _weakDependency: ARRAY<INT32, number>;\n\n // All top-level definitions in this file.\n private _messageType: ARRAY<\n GoogleProtobufDescriptorProto,\n IGoogleProtobufDescriptorProto\n >;\n\n private _enumType: ARRAY<\n GoogleProtobufEnumDescriptorProto,\n IGoogleProtobufEnumDescriptorProto\n >;\n\n private _service: ARRAY<\n GoogleProtobufServiceDescriptorProto,\n IGoogleProtobufServiceDescriptorProto\n >;\n\n private _extension: ARRAY<\n GoogleProtobufFieldDescriptorProto,\n IGoogleProtobufFieldDescriptorProto\n >;\n\n private _options: GoogleProtobufFileOptions;\n\n // This field contains optional information about the original source code.\n // You may safely remove this entire field without harming runtime\n // functionality of the descriptors -- the information is needed only by\n // development tools.\n private _sourceCodeInfo: GoogleProtobufSourceCodeInfo;\n\n // The syntax of the proto file.\n // The supported values are \"proto2\", \"proto3\", and \"editions\".\n //\n // If `edition` is present, this value must be \"editions\".\n private _syntax: STRING;\n\n // The edition of the proto file.\n private _edition: ENUM<GoogleProtobufEdition>;\n\n public __defaultValues: IFileDescriptorProto;\n\n constructor(\n initData?: IFileDescriptorProto,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.FileDescriptorProto';\n this.__meta.description =\n 'FileDescriptorProto Describes a complete .proto file.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'name',\n protoName: 'name',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'package',\n protoName: 'package',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'dependency',\n protoName: 'dependency',\n FieldConstructor: STRING,\n constraints: {},\n description: 'Names of files imported by this file.',\n },\n {\n fieldName: 'publicDependency',\n protoName: 'public_dependency',\n FieldConstructor: INT32,\n constraints: {},\n description:\n 'Indexes of the public imported files in the dependency list above.',\n },\n {\n fieldName: 'weakDependency',\n protoName: 'weak_dependency',\n FieldConstructor: INT32,\n constraints: {},\n description:\n 'Indexes of the weak imported files in the dependency list.\\n For Google-internal migration only. Do not use.',\n },\n {\n fieldName: 'messageType',\n protoName: 'message_type',\n FieldConstructor: GoogleProtobufDescriptorProto,\n constraints: {},\n description: 'All top-level definitions in this file.',\n },\n {\n fieldName: 'enumType',\n protoName: 'enum_type',\n FieldConstructor: GoogleProtobufEnumDescriptorProto,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'service',\n protoName: 'service',\n FieldConstructor: GoogleProtobufServiceDescriptorProto,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'extension',\n protoName: 'extension',\n FieldConstructor: GoogleProtobufFieldDescriptorProto,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'options',\n protoName: 'options',\n FieldConstructor: GoogleProtobufFileOptions,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'sourceCodeInfo',\n protoName: 'source_code_info',\n FieldConstructor: GoogleProtobufSourceCodeInfo,\n constraints: {},\n description:\n 'This field contains optional information about the original source code.\\n You may safely remove this entire field without harming runtime\\n functionality of the descriptors -- the information is needed only by\\n development tools.',\n },\n {\n fieldName: 'syntax',\n protoName: 'syntax',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'The syntax of the proto file.\\n The supported values are \"proto2\", \"proto3\", and \"editions\".\\n\\n If `edition` is present, this value must be \"editions\".',\n },\n {\n fieldName: 'edition',\n protoName: 'edition',\n FieldConstructor: ENUM<GoogleProtobufEdition>,\n constraints: {},\n description: 'The edition of the proto file.',\n },\n ];\n\n // Initialize the fields\n this._name = new STRING(undefined, this, 'name');\n\n this._package = new STRING(undefined, this, 'package');\n\n // Names of files imported by this file.\n this._dependency = new ARRAY<STRING, string>(undefined, this, 'dependency');\n\n // Indexes of the public imported files in the dependency list above.\n this._publicDependency = new ARRAY<INT32, number>(\n undefined,\n this,\n 'publicDependency',\n );\n\n // Indexes of the weak imported files in the dependency list.\n // For Google-internal migration only. Do not use.\n this._weakDependency = new ARRAY<INT32, number>(\n undefined,\n this,\n 'weakDependency',\n );\n\n // All top-level definitions in this file.\n this._messageType = new ARRAY<\n GoogleProtobufDescriptorProto,\n IGoogleProtobufDescriptorProto\n >(undefined, this, 'messageType');\n\n this._enumType = new ARRAY<\n GoogleProtobufEnumDescriptorProto,\n IGoogleProtobufEnumDescriptorProto\n >(undefined, this, 'enumType');\n\n this._service = new ARRAY<\n GoogleProtobufServiceDescriptorProto,\n IGoogleProtobufServiceDescriptorProto\n >(undefined, this, 'service');\n\n this._extension = new ARRAY<\n GoogleProtobufFieldDescriptorProto,\n IGoogleProtobufFieldDescriptorProto\n >(undefined, this, 'extension');\n\n this._options = new GoogleProtobufFileOptions(undefined, this, 'options');\n\n // This field contains optional information about the original source code.\n // You may safely remove this entire field without harming runtime\n // functionality of the descriptors -- the information is needed only by\n // development tools.\n this._sourceCodeInfo = new GoogleProtobufSourceCodeInfo(\n undefined,\n this,\n 'sourceCodeInfo',\n );\n\n // The syntax of the proto file.\n // The supported values are \"proto2\", \"proto3\", and \"editions\".\n //\n // If `edition` is present, this value must be \"editions\".\n this._syntax = new STRING(undefined, this, 'syntax');\n\n // The edition of the proto file.\n this._edition = new ENUM<GoogleProtobufEdition>(\n undefined,\n GoogleProtobufEdition,\n GoogleProtobufEdition.EDITION_UNKNOWN,\n this,\n 'edition',\n );\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[fieldName as keyof FileDescriptorProto] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof FileDescriptorProto] as FieldNode).__readonly =\n true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get name(): STRING {\n return this._name;\n }\n\n public set name(v: string) {\n this.__PrimitivesSetter(this._name, v);\n }\n\n public get package(): STRING {\n return this._package;\n }\n\n public set package(v: string) {\n this.__PrimitivesSetter(this._package, v);\n }\n\n // Names of files imported by this file.\n public get dependency(): ARRAY<STRING, string> {\n return this._dependency;\n }\n\n public set dependency(v: string[]) {\n this.__TypeSetter(this._dependency, v);\n }\n\n // Indexes of the public imported files in the dependency list above.\n public get publicDependency(): ARRAY<INT32, number> {\n return this._publicDependency;\n }\n\n public set publicDependency(v: number[]) {\n this.__TypeSetter(this._publicDependency, v);\n }\n\n // Indexes of the weak imported files in the dependency list.\n // For Google-internal migration only. Do not use.\n public get weakDependency(): ARRAY<INT32, number> {\n return this._weakDependency;\n }\n\n public set weakDependency(v: number[]) {\n this.__TypeSetter(this._weakDependency, v);\n }\n\n // All top-level definitions in this file.\n public get messageType(): ARRAY<\n GoogleProtobufDescriptorProto,\n IGoogleProtobufDescriptorProto\n > {\n return this._messageType;\n }\n\n public set messageType(v: IGoogleProtobufDescriptorProto[]) {\n this.__TypeSetter(this._messageType, v);\n }\n\n public get enumType(): ARRAY<\n GoogleProtobufEnumDescriptorProto,\n IGoogleProtobufEnumDescriptorProto\n > {\n return this._enumType;\n }\n\n public set enumType(v: IGoogleProtobufEnumDescriptorProto[]) {\n this.__TypeSetter(this._enumType, v);\n }\n\n public get service(): ARRAY<\n GoogleProtobufServiceDescriptorProto,\n IGoogleProtobufServiceDescriptorProto\n > {\n return this._service;\n }\n\n public set service(v: IGoogleProtobufServiceDescriptorProto[]) {\n this.__TypeSetter(this._service, v);\n }\n\n public get extension(): ARRAY<\n GoogleProtobufFieldDescriptorProto,\n IGoogleProtobufFieldDescriptorProto\n > {\n return this._extension;\n }\n\n public set extension(v: IGoogleProtobufFieldDescriptorProto[]) {\n this.__TypeSetter(this._extension, v);\n }\n\n public get options(): GoogleProtobufFileOptions {\n return this._options;\n }\n\n public set options(v: IGoogleProtobufFileOptions) {\n this.__TypeSetter(this._options, v);\n }\n\n // This field contains optional information about the original source code.\n // You may safely remove this entire field without harming runtime\n // functionality of the descriptors -- the information is needed only by\n // development tools.\n public get sourceCodeInfo(): GoogleProtobufSourceCodeInfo {\n return this._sourceCodeInfo;\n }\n\n public set sourceCodeInfo(v: IGoogleProtobufSourceCodeInfo) {\n this.__TypeSetter(this._sourceCodeInfo, v);\n }\n\n // The syntax of the proto file.\n // The supported values are \"proto2\", \"proto3\", and \"editions\".\n //\n // If `edition` is present, this value must be \"editions\".\n public get syntax(): STRING {\n return this._syntax;\n }\n\n public set syntax(v: string) {\n this.__PrimitivesSetter(this._syntax, v);\n }\n\n // The edition of the proto file.\n public get edition(): ENUM<GoogleProtobufEdition> {\n return this._edition;\n }\n\n public set edition(v: GoogleProtobufEdition) {\n this.__TypeSetter(this._edition, v);\n }\n\n fromLiteral(data: IFileDescriptorProto) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IFileDescriptorProto {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.FileDescriptorProto', FileDescriptorProto);\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { ARRAY, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
import { FileDescriptorProto as GoogleProtobufFileDescriptorProto, type IFileDescriptorProto as IGoogleProtobufFileDescriptorProto, type TFileDescriptorProto as TGoogleProtobufFileDescriptorProto } from './FileDescriptorProto.js';
|
|
3
|
+
/**
|
|
4
|
+
* @interface IFileDescriptorSet
|
|
5
|
+
* The protocol compiler can output a FileDescriptorSet containing the .proto
|
|
6
|
+
* files it parses.
|
|
7
|
+
*/
|
|
8
|
+
export interface IFileDescriptorSet {
|
|
9
|
+
file?: IGoogleProtobufFileDescriptorProto[];
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @interface TFileDescriptorSet
|
|
13
|
+
* The protocol compiler can output a FileDescriptorSet containing the .proto
|
|
14
|
+
* files it parses.
|
|
15
|
+
*/
|
|
16
|
+
export interface TFileDescriptorSet {
|
|
17
|
+
file?: TGoogleProtobufFileDescriptorProto[];
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* FileDescriptorSet
|
|
21
|
+
* The protocol compiler can output a FileDescriptorSet containing the .proto
|
|
22
|
+
* files it parses.
|
|
23
|
+
*/
|
|
24
|
+
export declare class FileDescriptorSet extends FieldNode {
|
|
25
|
+
private _file;
|
|
26
|
+
__defaultValues: IFileDescriptorSet;
|
|
27
|
+
constructor(initData?: IFileDescriptorSet, parent?: FieldNode, parentAttributeName?: string);
|
|
28
|
+
get file(): ARRAY<GoogleProtobufFileDescriptorProto, IGoogleProtobufFileDescriptorProto>;
|
|
29
|
+
set file(v: IGoogleProtobufFileDescriptorProto[]);
|
|
30
|
+
fromLiteral(data: IFileDescriptorSet): void;
|
|
31
|
+
toLiteral(): IFileDescriptorSet;
|
|
32
|
+
}
|