@furo/open-models 1.15.2 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +3730 -3730
- package/dist/decorators/ModelDecorators.d.ts +2 -0
- package/dist/decorators/ModelDecorators.js.map +1 -1
- package/dist/protoc-gen-open-models/API_OPTIONS.d.ts +5 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js +11 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js.map +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.d.ts +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js +201 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js.map +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.d.ts +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js +17 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.d.ts +61 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.js +110 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.d.ts +80 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js +131 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.d.ts +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js +94 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.d.ts +12 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.js +14 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.d.ts +31 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js +58 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.d.ts +44 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js +79 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js +73 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.d.ts +12 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.js +21 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.d.ts +65 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.js +168 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.d.ts +50 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js +83 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.d.ts +50 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js +83 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.d.ts +74 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.js +96 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.d.ts +58 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js +82 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.d.ts +57 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.js +78 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/String.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/String.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.d.ts +11 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.js +15 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.d.ts +75 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js +230 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.js +61 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.js +61 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.d.ts +58 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.js +82 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.d.ts +31 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js +72 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.d.ts +30 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js +70 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.d.ts +111 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.js +222 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.d.ts +30 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js +70 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.d.ts +117 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.js +215 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.js +81 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.d.ts +47 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.js +95 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Other.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/type/Other.js +57 -0
- package/dist/protoc-gen-open-models/furo/type/Other.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.d.ts +13 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.js +17 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.d.ts +53 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.js +57 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.d.ts +53 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.js +90 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.d.ts +46 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.js +113 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.d.ts +65 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.js +168 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.d.ts +45 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js +77 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/Http.d.ts +66 -0
- package/dist/protoc-gen-open-models/google/api/Http.js +93 -0
- package/dist/protoc-gen-open-models/google/api/Http.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.d.ts +985 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.js +514 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.d.ts +356 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.js +217 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.d.ts +36 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js +85 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js +70 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.d.ts +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js +194 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.d.ts +11 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.js +26 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js +71 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.d.ts +69 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js +127 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.d.ts +95 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js +143 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.d.ts +39 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.d.ts +76 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js +120 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.d.ts +81 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js +132 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.d.ts +4 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js +8 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.d.ts +76 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js +120 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.d.ts +6 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js +16 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.d.ts +74 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js +140 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.d.ts +32 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js +73 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.d.ts +65 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js +100 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js +10 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.d.ts +20 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js +25 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.d.ts +189 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js +282 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.d.ts +31 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js +71 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.d.ts +12 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js +16 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.d.ts +264 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js +364 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.d.ts +151 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js +262 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.d.ts +32 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js +61 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.d.ts +333 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js +482 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js +12 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.d.ts +78 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js +130 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.d.ts +43 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js +66 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.d.ts +201 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js +259 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.d.ts +74 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js +138 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.d.ts +67 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js +115 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.d.ts +34 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js +73 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.d.ts +44 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js +77 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.d.ts +61 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js +99 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.d.ts +207 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js +262 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.d.ts +122 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js +147 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js +70 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.d.ts +82 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js +153 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js.map +1 -0
- package/dist/protoc-gen-open-models/init.d.ts +10 -0
- package/dist/protoc-gen-open-models/init.js +10 -0
- package/dist/protoc-gen-open-models/init.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.d.ts +31 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js +71 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.d.ts +30 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.d.ts +83 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.js +194 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.d.ts +44 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.js +101 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.js +85 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.d.ts +40 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.js +89 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.d.ts +73 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.js +176 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.d.ts +55 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.js +130 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.d.ts +47 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.js +114 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.d.ts +39 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js +88 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.d.ts +88 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.js +217 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.d.ts +66 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.js +159 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/License.d.ts +39 -0
- package/dist/protoc-gen-open-models/openapiv3/License.js +87 -0
- package/dist/protoc-gen-open-models/openapiv3/License.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.d.ts +61 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.js +145 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.d.ts +53 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.js +119 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js +79 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.d.ts +50 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js +116 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.d.ts +50 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js +116 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.d.ts +96 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.js +234 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.d.ts +98 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.js +245 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.d.ts +97 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.js +244 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.d.ts +38 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.js +86 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js +72 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.d.ts +52 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.js +118 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.d.ts +41 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.js +89 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.d.ts +213 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.js +558 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.d.ts +29 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js +60 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.d.ts +70 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js +173 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js +72 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.js +101 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.d.ts +44 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.d.ts +38 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js +86 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.d.ts +25 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.d.ts +54 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.js +129 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.js.map +1 -0
- package/dist/web-components/furo-type-renderer.d.ts +6 -0
- package/dist/web-components/furo-type-renderer.js +3 -0
- package/dist/web-components/furo-type-renderer.js.map +1 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.d.ts +158 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.js +309 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.js.map +1 -0
- package/dist/web-components/impl/TypeRenderer/index.d.ts +6 -0
- package/dist/web-components/impl/TypeRenderer/index.js +3 -0
- package/dist/web-components/impl/TypeRenderer/index.js.map +1 -0
- package/package.json +18 -15
- package/tsconfig.json +0 -44
- /package/dist/decorators/{defaultServiceEventHandlers.d.ts → DefaultServiceEventHandlers.d.ts} +0 -0
- /package/dist/decorators/{defaultServiceEventHandlers.js → DefaultServiceEventHandlers.js} +0 -0
- /package/dist/decorators/{defaultServiceEventHandlers.js.map → DefaultServiceEventHandlers.js.map} +0 -0
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { BYTES, FieldNode, Registry, STRING, } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* XAny
|
|
6
|
+
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
7
|
+
* URL that describes the type of the serialized message.
|
|
8
|
+
*
|
|
9
|
+
* Protobuf library provides support to pack/unpack Any values in the form
|
|
10
|
+
* of utility functions or additional generated methods of the Any type.
|
|
11
|
+
*
|
|
12
|
+
* Example 1: Pack and unpack a message in C++.
|
|
13
|
+
*
|
|
14
|
+
* Foo foo = ...;
|
|
15
|
+
* Any any;
|
|
16
|
+
* any.PackFrom(foo);
|
|
17
|
+
* ...
|
|
18
|
+
* if (any.UnpackTo(&foo)) {
|
|
19
|
+
* ...
|
|
20
|
+
* }
|
|
21
|
+
*
|
|
22
|
+
* Example 2: Pack and unpack a message in Java.
|
|
23
|
+
*
|
|
24
|
+
* Foo foo = ...;
|
|
25
|
+
* Any any = Any.pack(foo);
|
|
26
|
+
* ...
|
|
27
|
+
* if (any.is(Foo.class)) {
|
|
28
|
+
* foo = any.unpack(Foo.class);
|
|
29
|
+
* }
|
|
30
|
+
* // or ...
|
|
31
|
+
* if (any.isSameTypeAs(Foo.getDefaultInstance())) {
|
|
32
|
+
* foo = any.unpack(Foo.getDefaultInstance());
|
|
33
|
+
* }
|
|
34
|
+
*
|
|
35
|
+
* Example 3: Pack and unpack a message in Python.
|
|
36
|
+
*
|
|
37
|
+
* foo = Foo(...)
|
|
38
|
+
* any = Any()
|
|
39
|
+
* any.Pack(foo)
|
|
40
|
+
* ...
|
|
41
|
+
* if any.Is(Foo.DESCRIPTOR):
|
|
42
|
+
* any.Unpack(foo)
|
|
43
|
+
* ...
|
|
44
|
+
*
|
|
45
|
+
* Example 4: Pack and unpack a message in Go
|
|
46
|
+
*
|
|
47
|
+
* foo := &pb.Foo{...}
|
|
48
|
+
* any, err := anypb.New(foo)
|
|
49
|
+
* if err != nil {
|
|
50
|
+
* ...
|
|
51
|
+
* }
|
|
52
|
+
* ...
|
|
53
|
+
* foo := &pb.Foo{}
|
|
54
|
+
* if err := any.UnmarshalTo(foo); err != nil {
|
|
55
|
+
* ...
|
|
56
|
+
* }
|
|
57
|
+
*
|
|
58
|
+
* The pack methods provided by protobuf library will by default use
|
|
59
|
+
* 'type.googleapis.com/full.type.name' as the type URL and the unpack
|
|
60
|
+
* methods only use the fully qualified type name after the last '/'
|
|
61
|
+
* in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
62
|
+
* name "y.z".
|
|
63
|
+
*
|
|
64
|
+
* JSON
|
|
65
|
+
* ====
|
|
66
|
+
* The JSON representation of an `Any` value uses the regular
|
|
67
|
+
* representation of the deserialized, embedded message, with an
|
|
68
|
+
* additional field `@type` which contains the type URL. Example:
|
|
69
|
+
*
|
|
70
|
+
* package google.profile;
|
|
71
|
+
* message Person {
|
|
72
|
+
* string first_name = 1;
|
|
73
|
+
* string last_name = 2;
|
|
74
|
+
* }
|
|
75
|
+
*
|
|
76
|
+
* {
|
|
77
|
+
* "@type": "type.googleapis.com/google.profile.Person",
|
|
78
|
+
* "firstName": <string>,
|
|
79
|
+
* "lastName": <string>
|
|
80
|
+
* }
|
|
81
|
+
*
|
|
82
|
+
* If the embedded message type is well-known and has a custom JSON
|
|
83
|
+
* representation, that representation will be embedded adding a field
|
|
84
|
+
* `value` which holds the custom JSON in addition to the `@type`
|
|
85
|
+
* field. Example (for message [google.protobuf.Duration][]):
|
|
86
|
+
*
|
|
87
|
+
* {
|
|
88
|
+
* "@type": "type.googleapis.com/google.protobuf.Duration",
|
|
89
|
+
* "value": "1.212s"
|
|
90
|
+
* }
|
|
91
|
+
*
|
|
92
|
+
*/
|
|
93
|
+
export class XAny extends FieldNode {
|
|
94
|
+
constructor(initData, parent, parentAttributeName) {
|
|
95
|
+
super(undefined, parent, parentAttributeName);
|
|
96
|
+
this.__meta.typeName = 'google.protobuf.Any';
|
|
97
|
+
this.__meta.description =
|
|
98
|
+
'XAny `Any` contains an arbitrary serialized protocol buffer message along with a\n URL that describes the type of the serialized message.\n\n Protobuf library provides support to pack/unpack Any values in the form\n of utility functions or additional generated methods of the Any type.\n\n Example 1: Pack and unpack a message in C++.\n\n Foo foo = ...;\n Any any;\n any.PackFrom(foo);\n ...\n if (any.UnpackTo(&foo)) {\n ...\n }\n\n Example 2: Pack and unpack a message in Java.\n\n Foo foo = ...;\n Any any = Any.pack(foo);\n ...\n if (any.is(Foo.class)) {\n foo = any.unpack(Foo.class);\n }\n // or ...\n if (any.isSameTypeAs(Foo.getDefaultInstance())) {\n foo = any.unpack(Foo.getDefaultInstance());\n }\n\n Example 3: Pack and unpack a message in Python.\n\n foo = Foo(...)\n any = Any()\n any.Pack(foo)\n ...\n if any.Is(Foo.DESCRIPTOR):\n any.Unpack(foo)\n ...\n\n Example 4: Pack and unpack a message in Go\n\n foo := &pb.Foo{...}\n any, err := anypb.New(foo)\n if err != nil {\n ...\n }\n ...\n foo := &pb.Foo{}\n if err := any.UnmarshalTo(foo); err != nil {\n ...\n }\n\n The pack methods provided by protobuf library will by default use\n \'type.googleapis.com/full.type.name\' as the type URL and the unpack\n methods only use the fully qualified type name after the last \'/\'\n in the type URL, for example "foo.bar.com/x/y.z" will yield type\n name "y.z".\n\n JSON\n ====\n The JSON representation of an `Any` value uses the regular\n representation of the deserialized, embedded message, with an\n additional field `@type` which contains the type URL. Example:\n\n package google.profile;\n message Person {\n string first_name = 1;\n string last_name = 2;\n }\n\n {\n "@type": "type.googleapis.com/google.profile.Person",\n "firstName": <string>,\n "lastName": <string>\n }\n\n If the embedded message type is well-known and has a custom JSON\n representation, that representation will be embedded adding a field\n `value` which holds the custom JSON in addition to the `@type`\n field. Example (for message [google.protobuf.Duration][]):\n\n {\n "@type": "type.googleapis.com/google.protobuf.Duration",\n "value": "1.212s"\n }\n';
|
|
99
|
+
this.__meta.nodeFields = [
|
|
100
|
+
{
|
|
101
|
+
fieldName: 'typeUrl',
|
|
102
|
+
protoName: 'type_url',
|
|
103
|
+
FieldConstructor: STRING,
|
|
104
|
+
constraints: {},
|
|
105
|
+
description: 'A URL/resource name that uniquely identifies the type of the serialized\n protocol buffer message. This string must contain at least\n one "/" character. The last segment of the URL\'s path must represent\n the fully qualified name of the type (as in\n `path/google.protobuf.Duration`). The name should be in a canonical form\n (e.g., leading "." is not accepted).\n\n In practice, teams usually precompile into the binary all types that they\n expect it to use in the context of Any. However, for URLs which use the\n scheme `http`, `https`, or no scheme, one can optionally set up a type\n server that maps type URLs to message definitions as follows:\n\n * If no scheme is provided, `https` is assumed.\n * An HTTP GET on the URL must yield a [google.protobuf.Type][]\n value in binary format, or produce an error.\n * Applications are allowed to cache lookup results based on the\n URL, or have them precompiled into a binary to avoid any\n lookup. Therefore, binary compatibility needs to be preserved\n on changes to types. (Use versioned type names to manage\n breaking changes.)\n\n Note: this functionality is not currently available in the official\n protobuf release, and it is not used for type URLs beginning with\n type.googleapis.com. As of May 2023, there are no widely used type server\n implementations and no plans to implement one.\n\n Schemes other than `http`, `https` (or the empty scheme) might be\n used with implementation specific semantics.\n',
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
fieldName: 'value',
|
|
109
|
+
protoName: 'value',
|
|
110
|
+
FieldConstructor: BYTES,
|
|
111
|
+
constraints: {},
|
|
112
|
+
description: 'Must be a valid serialized protocol buffer of the above specified type.',
|
|
113
|
+
},
|
|
114
|
+
];
|
|
115
|
+
// Initialize the fields
|
|
116
|
+
// A URL/resource name that uniquely identifies the type of the serialized
|
|
117
|
+
// protocol buffer message. This string must contain at least
|
|
118
|
+
// one "/" character. The last segment of the URL's path must represent
|
|
119
|
+
// the fully qualified name of the type (as in
|
|
120
|
+
// `path/google.protobuf.Duration`). The name should be in a canonical form
|
|
121
|
+
// (e.g., leading "." is not accepted).
|
|
122
|
+
//
|
|
123
|
+
// In practice, teams usually precompile into the binary all types that they
|
|
124
|
+
// expect it to use in the context of Any. However, for URLs which use the
|
|
125
|
+
// scheme `http`, `https`, or no scheme, one can optionally set up a type
|
|
126
|
+
// server that maps type URLs to message definitions as follows:
|
|
127
|
+
//
|
|
128
|
+
// * If no scheme is provided, `https` is assumed.
|
|
129
|
+
// * An HTTP GET on the URL must yield a [google.protobuf.Type][]
|
|
130
|
+
// value in binary format, or produce an error.
|
|
131
|
+
// * Applications are allowed to cache lookup results based on the
|
|
132
|
+
// URL, or have them precompiled into a binary to avoid any
|
|
133
|
+
// lookup. Therefore, binary compatibility needs to be preserved
|
|
134
|
+
// on changes to types. (Use versioned type names to manage
|
|
135
|
+
// breaking changes.)
|
|
136
|
+
//
|
|
137
|
+
// Note: this functionality is not currently available in the official
|
|
138
|
+
// protobuf release, and it is not used for type URLs beginning with
|
|
139
|
+
// type.googleapis.com. As of May 2023, there are no widely used type server
|
|
140
|
+
// implementations and no plans to implement one.
|
|
141
|
+
//
|
|
142
|
+
// Schemes other than `http`, `https` (or the empty scheme) might be
|
|
143
|
+
// used with implementation specific semantics.
|
|
144
|
+
//
|
|
145
|
+
this._typeUrl = new STRING(undefined, this, 'typeUrl');
|
|
146
|
+
// Must be a valid serialized protocol buffer of the above specified type.
|
|
147
|
+
this._value = new BYTES(undefined, this, 'value');
|
|
148
|
+
// Set required fields
|
|
149
|
+
[].forEach(fieldName => {
|
|
150
|
+
this[fieldName].__meta.required = true;
|
|
151
|
+
});
|
|
152
|
+
// Default values from openAPI annotations
|
|
153
|
+
this.__defaultValues = {};
|
|
154
|
+
// Initialize the fields with init data
|
|
155
|
+
if (initData !== undefined) {
|
|
156
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
157
|
+
}
|
|
158
|
+
else {
|
|
159
|
+
this.__fromLiteral(this.__defaultValues);
|
|
160
|
+
}
|
|
161
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
162
|
+
[].forEach(fieldName => {
|
|
163
|
+
this[fieldName].__readonly = true;
|
|
164
|
+
});
|
|
165
|
+
this.__meta.isPristine = true;
|
|
166
|
+
}
|
|
167
|
+
// A URL/resource name that uniquely identifies the type of the serialized
|
|
168
|
+
// protocol buffer message. This string must contain at least
|
|
169
|
+
// one "/" character. The last segment of the URL's path must represent
|
|
170
|
+
// the fully qualified name of the type (as in
|
|
171
|
+
// `path/google.protobuf.Duration`). The name should be in a canonical form
|
|
172
|
+
// (e.g., leading "." is not accepted).
|
|
173
|
+
//
|
|
174
|
+
// In practice, teams usually precompile into the binary all types that they
|
|
175
|
+
// expect it to use in the context of Any. However, for URLs which use the
|
|
176
|
+
// scheme `http`, `https`, or no scheme, one can optionally set up a type
|
|
177
|
+
// server that maps type URLs to message definitions as follows:
|
|
178
|
+
//
|
|
179
|
+
// * If no scheme is provided, `https` is assumed.
|
|
180
|
+
// * An HTTP GET on the URL must yield a [google.protobuf.Type][]
|
|
181
|
+
// value in binary format, or produce an error.
|
|
182
|
+
// * Applications are allowed to cache lookup results based on the
|
|
183
|
+
// URL, or have them precompiled into a binary to avoid any
|
|
184
|
+
// lookup. Therefore, binary compatibility needs to be preserved
|
|
185
|
+
// on changes to types. (Use versioned type names to manage
|
|
186
|
+
// breaking changes.)
|
|
187
|
+
//
|
|
188
|
+
// Note: this functionality is not currently available in the official
|
|
189
|
+
// protobuf release, and it is not used for type URLs beginning with
|
|
190
|
+
// type.googleapis.com. As of May 2023, there are no widely used type server
|
|
191
|
+
// implementations and no plans to implement one.
|
|
192
|
+
//
|
|
193
|
+
// Schemes other than `http`, `https` (or the empty scheme) might be
|
|
194
|
+
// used with implementation specific semantics.
|
|
195
|
+
//
|
|
196
|
+
get typeUrl() {
|
|
197
|
+
return this._typeUrl;
|
|
198
|
+
}
|
|
199
|
+
set typeUrl(v) {
|
|
200
|
+
this.__PrimitivesSetter(this._typeUrl, v);
|
|
201
|
+
}
|
|
202
|
+
// Must be a valid serialized protocol buffer of the above specified type.
|
|
203
|
+
get value() {
|
|
204
|
+
return this._value;
|
|
205
|
+
}
|
|
206
|
+
set value(v) {
|
|
207
|
+
this.__PrimitivesSetter(this._value, v);
|
|
208
|
+
}
|
|
209
|
+
fromLiteral(data) {
|
|
210
|
+
super.__fromLiteral(data);
|
|
211
|
+
}
|
|
212
|
+
toLiteral() {
|
|
213
|
+
return super.__toLiteral();
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
Registry.register('google.protobuf.Any', XAny);
|
|
217
|
+
//# sourceMappingURL=Any.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Any.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/Any.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 BYTES,\n FieldNode,\n Registry,\n STRING,\n} from '@furo/open-models/dist/index';\n\n/**\n * @interface IXAny\n * `Any` contains an arbitrary serialized protocol buffer message along with a\n * URL that describes the type of the serialized message.\n *\n * Protobuf library provides support to pack/unpack Any values in the form\n * of utility functions or additional generated methods of the Any type.\n *\n * Example 1: Pack and unpack a message in C++.\n *\n * Foo foo = ...;\n * Any any;\n * any.PackFrom(foo);\n * ...\n * if (any.UnpackTo(&foo)) {\n * ...\n * }\n *\n * Example 2: Pack and unpack a message in Java.\n *\n * Foo foo = ...;\n * Any any = Any.pack(foo);\n * ...\n * if (any.is(Foo.class)) {\n * foo = any.unpack(Foo.class);\n * }\n * // or ...\n * if (any.isSameTypeAs(Foo.getDefaultInstance())) {\n * foo = any.unpack(Foo.getDefaultInstance());\n * }\n *\n * Example 3: Pack and unpack a message in Python.\n *\n * foo = Foo(...)\n * any = Any()\n * any.Pack(foo)\n * ...\n * if any.Is(Foo.DESCRIPTOR):\n * any.Unpack(foo)\n * ...\n *\n * Example 4: Pack and unpack a message in Go\n *\n * foo := &pb.Foo{...}\n * any, err := anypb.New(foo)\n * if err != nil {\n * ...\n * }\n * ...\n * foo := &pb.Foo{}\n * if err := any.UnmarshalTo(foo); err != nil {\n * ...\n * }\n *\n * The pack methods provided by protobuf library will by default use\n * 'type.googleapis.com/full.type.name' as the type URL and the unpack\n * methods only use the fully qualified type name after the last '/'\n * in the type URL, for example \"foo.bar.com/x/y.z\" will yield type\n * name \"y.z\".\n *\n * JSON\n * ====\n * The JSON representation of an `Any` value uses the regular\n * representation of the deserialized, embedded message, with an\n * additional field `@type` which contains the type URL. Example:\n *\n * package google.profile;\n * message Person {\n * string first_name = 1;\n * string last_name = 2;\n * }\n *\n * {\n * \"@type\": \"type.googleapis.com/google.profile.Person\",\n * \"firstName\": <string>,\n * \"lastName\": <string>\n * }\n *\n * If the embedded message type is well-known and has a custom JSON\n * representation, that representation will be embedded adding a field\n * `value` which holds the custom JSON in addition to the `@type`\n * field. Example (for message [google.protobuf.Duration][]):\n *\n * {\n * \"@type\": \"type.googleapis.com/google.protobuf.Duration\",\n * \"value\": \"1.212s\"\n * }\n *\n */\nexport interface IXAny {\n /**\n * A URL/resource name that uniquely identifies the type of the serialized\n * protocol buffer message. This string must contain at least\n * one \"/\" character. The last segment of the URL's path must represent\n * the fully qualified name of the type (as in\n * `path/google.protobuf.Duration`). The name should be in a canonical form\n * (e.g., leading \".\" is not accepted).\n *\n * In practice, teams usually precompile into the binary all types that they\n * expect it to use in the context of Any. However, for URLs which use the\n * scheme `http`, `https`, or no scheme, one can optionally set up a type\n * server that maps type URLs to message definitions as follows:\n *\n * * If no scheme is provided, `https` is assumed.\n * * An HTTP GET on the URL must yield a [google.protobuf.Type][]\n * value in binary format, or produce an error.\n * * Applications are allowed to cache lookup results based on the\n * URL, or have them precompiled into a binary to avoid any\n * lookup. Therefore, binary compatibility needs to be preserved\n * on changes to types. (Use versioned type names to manage\n * breaking changes.)\n *\n * Note: this functionality is not currently available in the official\n * protobuf release, and it is not used for type URLs beginning with\n * type.googleapis.com. As of May 2023, there are no widely used type server\n * implementations and no plans to implement one.\n *\n * Schemes other than `http`, `https` (or the empty scheme) might be\n * used with implementation specific semantics.\n *\n */\n typeUrl?: string;\n /**\n * Must be a valid serialized protocol buffer of the above specified type.\n */\n value?: string;\n}\n\n/**\n * @interface TXAny\n * `Any` contains an arbitrary serialized protocol buffer message along with a\n * URL that describes the type of the serialized message.\n *\n * Protobuf library provides support to pack/unpack Any values in the form\n * of utility functions or additional generated methods of the Any type.\n *\n * Example 1: Pack and unpack a message in C++.\n *\n * Foo foo = ...;\n * Any any;\n * any.PackFrom(foo);\n * ...\n * if (any.UnpackTo(&foo)) {\n * ...\n * }\n *\n * Example 2: Pack and unpack a message in Java.\n *\n * Foo foo = ...;\n * Any any = Any.pack(foo);\n * ...\n * if (any.is(Foo.class)) {\n * foo = any.unpack(Foo.class);\n * }\n * // or ...\n * if (any.isSameTypeAs(Foo.getDefaultInstance())) {\n * foo = any.unpack(Foo.getDefaultInstance());\n * }\n *\n * Example 3: Pack and unpack a message in Python.\n *\n * foo = Foo(...)\n * any = Any()\n * any.Pack(foo)\n * ...\n * if any.Is(Foo.DESCRIPTOR):\n * any.Unpack(foo)\n * ...\n *\n * Example 4: Pack and unpack a message in Go\n *\n * foo := &pb.Foo{...}\n * any, err := anypb.New(foo)\n * if err != nil {\n * ...\n * }\n * ...\n * foo := &pb.Foo{}\n * if err := any.UnmarshalTo(foo); err != nil {\n * ...\n * }\n *\n * The pack methods provided by protobuf library will by default use\n * 'type.googleapis.com/full.type.name' as the type URL and the unpack\n * methods only use the fully qualified type name after the last '/'\n * in the type URL, for example \"foo.bar.com/x/y.z\" will yield type\n * name \"y.z\".\n *\n * JSON\n * ====\n * The JSON representation of an `Any` value uses the regular\n * representation of the deserialized, embedded message, with an\n * additional field `@type` which contains the type URL. Example:\n *\n * package google.profile;\n * message Person {\n * string first_name = 1;\n * string last_name = 2;\n * }\n *\n * {\n * \"@type\": \"type.googleapis.com/google.profile.Person\",\n * \"firstName\": <string>,\n * \"lastName\": <string>\n * }\n *\n * If the embedded message type is well-known and has a custom JSON\n * representation, that representation will be embedded adding a field\n * `value` which holds the custom JSON in addition to the `@type`\n * field. Example (for message [google.protobuf.Duration][]):\n *\n * {\n * \"@type\": \"type.googleapis.com/google.protobuf.Duration\",\n * \"value\": \"1.212s\"\n * }\n *\n */\nexport interface TXAny {\n /**\n * A URL/resource name that uniquely identifies the type of the serialized\n * protocol buffer message. This string must contain at least\n * one \"/\" character. The last segment of the URL's path must represent\n * the fully qualified name of the type (as in\n * `path/google.protobuf.Duration`). The name should be in a canonical form\n * (e.g., leading \".\" is not accepted).\n *\n * In practice, teams usually precompile into the binary all types that they\n * expect it to use in the context of Any. However, for URLs which use the\n * scheme `http`, `https`, or no scheme, one can optionally set up a type\n * server that maps type URLs to message definitions as follows:\n *\n * * If no scheme is provided, `https` is assumed.\n * * An HTTP GET on the URL must yield a [google.protobuf.Type][]\n * value in binary format, or produce an error.\n * * Applications are allowed to cache lookup results based on the\n * URL, or have them precompiled into a binary to avoid any\n * lookup. Therefore, binary compatibility needs to be preserved\n * on changes to types. (Use versioned type names to manage\n * breaking changes.)\n *\n * Note: this functionality is not currently available in the official\n * protobuf release, and it is not used for type URLs beginning with\n * type.googleapis.com. As of May 2023, there are no widely used type server\n * implementations and no plans to implement one.\n *\n * Schemes other than `http`, `https` (or the empty scheme) might be\n * used with implementation specific semantics.\n *\n */\n type_url?: string;\n /**\n * Must be a valid serialized protocol buffer of the above specified type.\n */\n value?: string;\n}\n\n/**\n * XAny\n * `Any` contains an arbitrary serialized protocol buffer message along with a\n * URL that describes the type of the serialized message.\n *\n * Protobuf library provides support to pack/unpack Any values in the form\n * of utility functions or additional generated methods of the Any type.\n *\n * Example 1: Pack and unpack a message in C++.\n *\n * Foo foo = ...;\n * Any any;\n * any.PackFrom(foo);\n * ...\n * if (any.UnpackTo(&foo)) {\n * ...\n * }\n *\n * Example 2: Pack and unpack a message in Java.\n *\n * Foo foo = ...;\n * Any any = Any.pack(foo);\n * ...\n * if (any.is(Foo.class)) {\n * foo = any.unpack(Foo.class);\n * }\n * // or ...\n * if (any.isSameTypeAs(Foo.getDefaultInstance())) {\n * foo = any.unpack(Foo.getDefaultInstance());\n * }\n *\n * Example 3: Pack and unpack a message in Python.\n *\n * foo = Foo(...)\n * any = Any()\n * any.Pack(foo)\n * ...\n * if any.Is(Foo.DESCRIPTOR):\n * any.Unpack(foo)\n * ...\n *\n * Example 4: Pack and unpack a message in Go\n *\n * foo := &pb.Foo{...}\n * any, err := anypb.New(foo)\n * if err != nil {\n * ...\n * }\n * ...\n * foo := &pb.Foo{}\n * if err := any.UnmarshalTo(foo); err != nil {\n * ...\n * }\n *\n * The pack methods provided by protobuf library will by default use\n * 'type.googleapis.com/full.type.name' as the type URL and the unpack\n * methods only use the fully qualified type name after the last '/'\n * in the type URL, for example \"foo.bar.com/x/y.z\" will yield type\n * name \"y.z\".\n *\n * JSON\n * ====\n * The JSON representation of an `Any` value uses the regular\n * representation of the deserialized, embedded message, with an\n * additional field `@type` which contains the type URL. Example:\n *\n * package google.profile;\n * message Person {\n * string first_name = 1;\n * string last_name = 2;\n * }\n *\n * {\n * \"@type\": \"type.googleapis.com/google.profile.Person\",\n * \"firstName\": <string>,\n * \"lastName\": <string>\n * }\n *\n * If the embedded message type is well-known and has a custom JSON\n * representation, that representation will be embedded adding a field\n * `value` which holds the custom JSON in addition to the `@type`\n * field. Example (for message [google.protobuf.Duration][]):\n *\n * {\n * \"@type\": \"type.googleapis.com/google.protobuf.Duration\",\n * \"value\": \"1.212s\"\n * }\n *\n */\nexport class XAny extends FieldNode {\n // A URL/resource name that uniquely identifies the type of the serialized\n // protocol buffer message. This string must contain at least\n // one \"/\" character. The last segment of the URL's path must represent\n // the fully qualified name of the type (as in\n // `path/google.protobuf.Duration`). The name should be in a canonical form\n // (e.g., leading \".\" is not accepted).\n //\n // In practice, teams usually precompile into the binary all types that they\n // expect it to use in the context of Any. However, for URLs which use the\n // scheme `http`, `https`, or no scheme, one can optionally set up a type\n // server that maps type URLs to message definitions as follows:\n //\n // * If no scheme is provided, `https` is assumed.\n // * An HTTP GET on the URL must yield a [google.protobuf.Type][]\n // value in binary format, or produce an error.\n // * Applications are allowed to cache lookup results based on the\n // URL, or have them precompiled into a binary to avoid any\n // lookup. Therefore, binary compatibility needs to be preserved\n // on changes to types. (Use versioned type names to manage\n // breaking changes.)\n //\n // Note: this functionality is not currently available in the official\n // protobuf release, and it is not used for type URLs beginning with\n // type.googleapis.com. As of May 2023, there are no widely used type server\n // implementations and no plans to implement one.\n //\n // Schemes other than `http`, `https` (or the empty scheme) might be\n // used with implementation specific semantics.\n //\n private _typeUrl: STRING;\n\n // Must be a valid serialized protocol buffer of the above specified type.\n private _value: BYTES;\n\n public __defaultValues: IXAny;\n\n constructor(\n initData?: IXAny,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.Any';\n this.__meta.description =\n 'XAny `Any` contains an arbitrary serialized protocol buffer message along with a\\n URL that describes the type of the serialized message.\\n\\n Protobuf library provides support to pack/unpack Any values in the form\\n of utility functions or additional generated methods of the Any type.\\n\\n Example 1: Pack and unpack a message in C++.\\n\\n Foo foo = ...;\\n Any any;\\n any.PackFrom(foo);\\n ...\\n if (any.UnpackTo(&foo)) {\\n ...\\n }\\n\\n Example 2: Pack and unpack a message in Java.\\n\\n Foo foo = ...;\\n Any any = Any.pack(foo);\\n ...\\n if (any.is(Foo.class)) {\\n foo = any.unpack(Foo.class);\\n }\\n // or ...\\n if (any.isSameTypeAs(Foo.getDefaultInstance())) {\\n foo = any.unpack(Foo.getDefaultInstance());\\n }\\n\\n Example 3: Pack and unpack a message in Python.\\n\\n foo = Foo(...)\\n any = Any()\\n any.Pack(foo)\\n ...\\n if any.Is(Foo.DESCRIPTOR):\\n any.Unpack(foo)\\n ...\\n\\n Example 4: Pack and unpack a message in Go\\n\\n foo := &pb.Foo{...}\\n any, err := anypb.New(foo)\\n if err != nil {\\n ...\\n }\\n ...\\n foo := &pb.Foo{}\\n if err := any.UnmarshalTo(foo); err != nil {\\n ...\\n }\\n\\n The pack methods provided by protobuf library will by default use\\n \\'type.googleapis.com/full.type.name\\' as the type URL and the unpack\\n methods only use the fully qualified type name after the last \\'/\\'\\n in the type URL, for example \"foo.bar.com/x/y.z\" will yield type\\n name \"y.z\".\\n\\n JSON\\n ====\\n The JSON representation of an `Any` value uses the regular\\n representation of the deserialized, embedded message, with an\\n additional field `@type` which contains the type URL. Example:\\n\\n package google.profile;\\n message Person {\\n string first_name = 1;\\n string last_name = 2;\\n }\\n\\n {\\n \"@type\": \"type.googleapis.com/google.profile.Person\",\\n \"firstName\": <string>,\\n \"lastName\": <string>\\n }\\n\\n If the embedded message type is well-known and has a custom JSON\\n representation, that representation will be embedded adding a field\\n `value` which holds the custom JSON in addition to the `@type`\\n field. Example (for message [google.protobuf.Duration][]):\\n\\n {\\n \"@type\": \"type.googleapis.com/google.protobuf.Duration\",\\n \"value\": \"1.212s\"\\n }\\n';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'typeUrl',\n protoName: 'type_url',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'A URL/resource name that uniquely identifies the type of the serialized\\n protocol buffer message. This string must contain at least\\n one \"/\" character. The last segment of the URL\\'s path must represent\\n the fully qualified name of the type (as in\\n `path/google.protobuf.Duration`). The name should be in a canonical form\\n (e.g., leading \".\" is not accepted).\\n\\n In practice, teams usually precompile into the binary all types that they\\n expect it to use in the context of Any. However, for URLs which use the\\n scheme `http`, `https`, or no scheme, one can optionally set up a type\\n server that maps type URLs to message definitions as follows:\\n\\n * If no scheme is provided, `https` is assumed.\\n * An HTTP GET on the URL must yield a [google.protobuf.Type][]\\n value in binary format, or produce an error.\\n * Applications are allowed to cache lookup results based on the\\n URL, or have them precompiled into a binary to avoid any\\n lookup. Therefore, binary compatibility needs to be preserved\\n on changes to types. (Use versioned type names to manage\\n breaking changes.)\\n\\n Note: this functionality is not currently available in the official\\n protobuf release, and it is not used for type URLs beginning with\\n type.googleapis.com. As of May 2023, there are no widely used type server\\n implementations and no plans to implement one.\\n\\n Schemes other than `http`, `https` (or the empty scheme) might be\\n used with implementation specific semantics.\\n',\n },\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: BYTES,\n constraints: {},\n description:\n 'Must be a valid serialized protocol buffer of the above specified type.',\n },\n ];\n\n // Initialize the fields\n // A URL/resource name that uniquely identifies the type of the serialized\n // protocol buffer message. This string must contain at least\n // one \"/\" character. The last segment of the URL's path must represent\n // the fully qualified name of the type (as in\n // `path/google.protobuf.Duration`). The name should be in a canonical form\n // (e.g., leading \".\" is not accepted).\n //\n // In practice, teams usually precompile into the binary all types that they\n // expect it to use in the context of Any. However, for URLs which use the\n // scheme `http`, `https`, or no scheme, one can optionally set up a type\n // server that maps type URLs to message definitions as follows:\n //\n // * If no scheme is provided, `https` is assumed.\n // * An HTTP GET on the URL must yield a [google.protobuf.Type][]\n // value in binary format, or produce an error.\n // * Applications are allowed to cache lookup results based on the\n // URL, or have them precompiled into a binary to avoid any\n // lookup. Therefore, binary compatibility needs to be preserved\n // on changes to types. (Use versioned type names to manage\n // breaking changes.)\n //\n // Note: this functionality is not currently available in the official\n // protobuf release, and it is not used for type URLs beginning with\n // type.googleapis.com. As of May 2023, there are no widely used type server\n // implementations and no plans to implement one.\n //\n // Schemes other than `http`, `https` (or the empty scheme) might be\n // used with implementation specific semantics.\n //\n this._typeUrl = new STRING(undefined, this, 'typeUrl');\n\n // Must be a valid serialized protocol buffer of the above specified type.\n this._value = new BYTES(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof XAny] as FieldNode).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof XAny] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // A URL/resource name that uniquely identifies the type of the serialized\n // protocol buffer message. This string must contain at least\n // one \"/\" character. The last segment of the URL's path must represent\n // the fully qualified name of the type (as in\n // `path/google.protobuf.Duration`). The name should be in a canonical form\n // (e.g., leading \".\" is not accepted).\n //\n // In practice, teams usually precompile into the binary all types that they\n // expect it to use in the context of Any. However, for URLs which use the\n // scheme `http`, `https`, or no scheme, one can optionally set up a type\n // server that maps type URLs to message definitions as follows:\n //\n // * If no scheme is provided, `https` is assumed.\n // * An HTTP GET on the URL must yield a [google.protobuf.Type][]\n // value in binary format, or produce an error.\n // * Applications are allowed to cache lookup results based on the\n // URL, or have them precompiled into a binary to avoid any\n // lookup. Therefore, binary compatibility needs to be preserved\n // on changes to types. (Use versioned type names to manage\n // breaking changes.)\n //\n // Note: this functionality is not currently available in the official\n // protobuf release, and it is not used for type URLs beginning with\n // type.googleapis.com. As of May 2023, there are no widely used type server\n // implementations and no plans to implement one.\n //\n // Schemes other than `http`, `https` (or the empty scheme) might be\n // used with implementation specific semantics.\n //\n public get typeUrl(): STRING {\n return this._typeUrl;\n }\n\n public set typeUrl(v: string) {\n this.__PrimitivesSetter(this._typeUrl, v);\n }\n\n // Must be a valid serialized protocol buffer of the above specified type.\n public get value(): BYTES {\n return this._value;\n }\n\n public set value(v: string) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IXAny) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IXAny {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.Any', XAny);\n"]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { BOOLEAN, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IBoolValue
|
|
4
|
+
* Wrapper message for `bool`.
|
|
5
|
+
*
|
|
6
|
+
* The JSON representation for `BoolValue` is JSON `true` and `false`.
|
|
7
|
+
*/
|
|
8
|
+
export interface IBoolValue {
|
|
9
|
+
/**
|
|
10
|
+
* The bool value.
|
|
11
|
+
*/
|
|
12
|
+
value?: boolean;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @interface TBoolValue
|
|
16
|
+
* Wrapper message for `bool`.
|
|
17
|
+
*
|
|
18
|
+
* The JSON representation for `BoolValue` is JSON `true` and `false`.
|
|
19
|
+
*/
|
|
20
|
+
export interface TBoolValue {
|
|
21
|
+
/**
|
|
22
|
+
* The bool value.
|
|
23
|
+
*/
|
|
24
|
+
value?: boolean;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* BoolValue
|
|
28
|
+
* Wrapper message for `bool`.
|
|
29
|
+
*
|
|
30
|
+
* The JSON representation for `BoolValue` is JSON `true` and `false`.
|
|
31
|
+
*/
|
|
32
|
+
export declare class BoolValue extends FieldNode {
|
|
33
|
+
private _value;
|
|
34
|
+
__defaultValues: IBoolValue;
|
|
35
|
+
constructor(initData?: IBoolValue, parent?: FieldNode, parentAttributeName?: string);
|
|
36
|
+
get value(): BOOLEAN;
|
|
37
|
+
set value(v: boolean);
|
|
38
|
+
fromLiteral(data: IBoolValue): void;
|
|
39
|
+
toLiteral(): IBoolValue;
|
|
40
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { BOOLEAN, FieldNode, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* BoolValue
|
|
6
|
+
* Wrapper message for `bool`.
|
|
7
|
+
*
|
|
8
|
+
* The JSON representation for `BoolValue` is JSON `true` and `false`.
|
|
9
|
+
*/
|
|
10
|
+
export class BoolValue extends FieldNode {
|
|
11
|
+
constructor(initData, parent, parentAttributeName) {
|
|
12
|
+
super(undefined, parent, parentAttributeName);
|
|
13
|
+
this.__meta.typeName = 'google.protobuf.BoolValue';
|
|
14
|
+
this.__meta.description =
|
|
15
|
+
'BoolValue Wrapper message for `bool`.\n\n The JSON representation for `BoolValue` is JSON `true` and `false`.';
|
|
16
|
+
this.__meta.nodeFields = [
|
|
17
|
+
{
|
|
18
|
+
fieldName: 'value',
|
|
19
|
+
protoName: 'value',
|
|
20
|
+
FieldConstructor: BOOLEAN,
|
|
21
|
+
constraints: {},
|
|
22
|
+
description: 'The bool value.',
|
|
23
|
+
},
|
|
24
|
+
];
|
|
25
|
+
// Initialize the fields
|
|
26
|
+
// The bool value.
|
|
27
|
+
this._value = new BOOLEAN(undefined, this, 'value');
|
|
28
|
+
// Set required fields
|
|
29
|
+
[].forEach(fieldName => {
|
|
30
|
+
this[fieldName].__meta.required = true;
|
|
31
|
+
});
|
|
32
|
+
// Default values from openAPI annotations
|
|
33
|
+
this.__defaultValues = {};
|
|
34
|
+
// Initialize the fields with init data
|
|
35
|
+
if (initData !== undefined) {
|
|
36
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
this.__fromLiteral(this.__defaultValues);
|
|
40
|
+
}
|
|
41
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
42
|
+
[].forEach(fieldName => {
|
|
43
|
+
this[fieldName].__readonly = true;
|
|
44
|
+
});
|
|
45
|
+
this.__meta.isPristine = true;
|
|
46
|
+
}
|
|
47
|
+
// The bool value.
|
|
48
|
+
get value() {
|
|
49
|
+
return this._value;
|
|
50
|
+
}
|
|
51
|
+
set value(v) {
|
|
52
|
+
this.__PrimitivesSetter(this._value, v);
|
|
53
|
+
}
|
|
54
|
+
fromLiteral(data) {
|
|
55
|
+
super.__fromLiteral(data);
|
|
56
|
+
}
|
|
57
|
+
toLiteral() {
|
|
58
|
+
return super.__toLiteral();
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
Registry.register('google.protobuf.BoolValue', BoolValue);
|
|
62
|
+
//# sourceMappingURL=BoolValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BoolValue.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/BoolValue.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AA4B5E;;;;;GAKG;AACH,MAAM,OAAO,SAAU,SAAQ,SAAS;IAMtC,YACE,QAAqB,EACrB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,2BAA2B,CAAC;QACnD,IAAI,CAAC,MAAM,CAAC,WAAW;YACrB,+GAA+G,CAAC;QAElH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,OAAO;gBACzB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,iBAAiB;aAC/B;SACF,CAAC;QAEF,wBAAwB;QACxB,mBAAmB;QACnB,IAAI,CAAC,MAAM,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAEpD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA4B,CAAe,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC3E,CAAC,CAAC,CAAC;QAEH,0CAA0C;QAC1C,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAE1B,uCAAuC;QACvC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3C,CAAC;QAED,sEAAsE;QACtE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA4B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACtE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,mBAAmB;IACnB,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,IAAW,KAAK,CAAC,CAAU;QACzB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC1C,CAAC;IAED,WAAW,CAAC,IAAgB;QAC1B,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CAAC,2BAA2B,EAAE,SAAS,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { BOOLEAN, FieldNode, Registry } from '@furo/open-models/dist/index';\n\n/**\n * @interface IBoolValue\n * Wrapper message for `bool`.\n *\n * The JSON representation for `BoolValue` is JSON `true` and `false`.\n */\nexport interface IBoolValue {\n /**\n * The bool value.\n */\n value?: boolean;\n}\n\n/**\n * @interface TBoolValue\n * Wrapper message for `bool`.\n *\n * The JSON representation for `BoolValue` is JSON `true` and `false`.\n */\nexport interface TBoolValue {\n /**\n * The bool value.\n */\n value?: boolean;\n}\n\n/**\n * BoolValue\n * Wrapper message for `bool`.\n *\n * The JSON representation for `BoolValue` is JSON `true` and `false`.\n */\nexport class BoolValue extends FieldNode {\n // The bool value.\n private _value: BOOLEAN;\n\n public __defaultValues: IBoolValue;\n\n constructor(\n initData?: IBoolValue,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.BoolValue';\n this.__meta.description =\n 'BoolValue Wrapper message for `bool`.\\n\\n The JSON representation for `BoolValue` is JSON `true` and `false`.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description: 'The bool value.',\n },\n ];\n\n // Initialize the fields\n // The bool value.\n this._value = new BOOLEAN(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof BoolValue] as FieldNode).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof BoolValue] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // The bool value.\n public get value(): BOOLEAN {\n return this._value;\n }\n\n public set value(v: boolean) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IBoolValue) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IBoolValue {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.BoolValue', BoolValue);\n"]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { BYTES, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IBytesValue
|
|
4
|
+
* Wrapper message for `bytes`.
|
|
5
|
+
*
|
|
6
|
+
* The JSON representation for `BytesValue` is JSON string.
|
|
7
|
+
*/
|
|
8
|
+
export interface IBytesValue {
|
|
9
|
+
/**
|
|
10
|
+
* The bytes value.
|
|
11
|
+
*/
|
|
12
|
+
value?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @interface TBytesValue
|
|
16
|
+
* Wrapper message for `bytes`.
|
|
17
|
+
*
|
|
18
|
+
* The JSON representation for `BytesValue` is JSON string.
|
|
19
|
+
*/
|
|
20
|
+
export interface TBytesValue {
|
|
21
|
+
/**
|
|
22
|
+
* The bytes value.
|
|
23
|
+
*/
|
|
24
|
+
value?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* BytesValue
|
|
28
|
+
* Wrapper message for `bytes`.
|
|
29
|
+
*
|
|
30
|
+
* The JSON representation for `BytesValue` is JSON string.
|
|
31
|
+
*/
|
|
32
|
+
export declare class BytesValue extends FieldNode {
|
|
33
|
+
private _value;
|
|
34
|
+
__defaultValues: IBytesValue;
|
|
35
|
+
constructor(initData?: IBytesValue, parent?: FieldNode, parentAttributeName?: string);
|
|
36
|
+
get value(): BYTES;
|
|
37
|
+
set value(v: string);
|
|
38
|
+
fromLiteral(data: IBytesValue): void;
|
|
39
|
+
toLiteral(): IBytesValue;
|
|
40
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { BYTES, FieldNode, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* BytesValue
|
|
6
|
+
* Wrapper message for `bytes`.
|
|
7
|
+
*
|
|
8
|
+
* The JSON representation for `BytesValue` is JSON string.
|
|
9
|
+
*/
|
|
10
|
+
export class BytesValue extends FieldNode {
|
|
11
|
+
constructor(initData, parent, parentAttributeName) {
|
|
12
|
+
super(undefined, parent, parentAttributeName);
|
|
13
|
+
this.__meta.typeName = 'google.protobuf.BytesValue';
|
|
14
|
+
this.__meta.description =
|
|
15
|
+
'BytesValue Wrapper message for `bytes`.\n\n The JSON representation for `BytesValue` is JSON string.';
|
|
16
|
+
this.__meta.nodeFields = [
|
|
17
|
+
{
|
|
18
|
+
fieldName: 'value',
|
|
19
|
+
protoName: 'value',
|
|
20
|
+
FieldConstructor: BYTES,
|
|
21
|
+
constraints: {},
|
|
22
|
+
description: 'The bytes value.',
|
|
23
|
+
},
|
|
24
|
+
];
|
|
25
|
+
// Initialize the fields
|
|
26
|
+
// The bytes value.
|
|
27
|
+
this._value = new BYTES(undefined, this, 'value');
|
|
28
|
+
// Set required fields
|
|
29
|
+
[].forEach(fieldName => {
|
|
30
|
+
this[fieldName].__meta.required = true;
|
|
31
|
+
});
|
|
32
|
+
// Default values from openAPI annotations
|
|
33
|
+
this.__defaultValues = {};
|
|
34
|
+
// Initialize the fields with init data
|
|
35
|
+
if (initData !== undefined) {
|
|
36
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
37
|
+
}
|
|
38
|
+
else {
|
|
39
|
+
this.__fromLiteral(this.__defaultValues);
|
|
40
|
+
}
|
|
41
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
42
|
+
[].forEach(fieldName => {
|
|
43
|
+
this[fieldName].__readonly = true;
|
|
44
|
+
});
|
|
45
|
+
this.__meta.isPristine = true;
|
|
46
|
+
}
|
|
47
|
+
// The bytes value.
|
|
48
|
+
get value() {
|
|
49
|
+
return this._value;
|
|
50
|
+
}
|
|
51
|
+
set value(v) {
|
|
52
|
+
this.__PrimitivesSetter(this._value, v);
|
|
53
|
+
}
|
|
54
|
+
fromLiteral(data) {
|
|
55
|
+
super.__fromLiteral(data);
|
|
56
|
+
}
|
|
57
|
+
toLiteral() {
|
|
58
|
+
return super.__toLiteral();
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
Registry.register('google.protobuf.BytesValue', BytesValue);
|
|
62
|
+
//# sourceMappingURL=BytesValue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BytesValue.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/BytesValue.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AA4B1E;;;;;GAKG;AACH,MAAM,OAAO,UAAW,SAAQ,SAAS;IAMvC,YACE,QAAsB,EACtB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,4BAA4B,CAAC;QACpD,IAAI,CAAC,MAAM,CAAC,WAAW;YACrB,sGAAsG,CAAC;QAEzG,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,KAAK;gBACvB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,kBAAkB;aAChC;SACF,CAAC;QAEF,wBAAwB;QACxB,oBAAoB;QACpB,IAAI,CAAC,MAAM,GAAG,IAAI,KAAK,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAElD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA6B,CAAe,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC5E,CAAC,CAAC,CAAC;QAEH,0CAA0C;QAC1C,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAE1B,uCAAuC;QACvC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3C,CAAC;QAED,sEAAsE;QACtE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA6B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACvE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,oBAAoB;IACpB,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,IAAW,KAAK,CAAC,CAAS;QACxB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC1C,CAAC;IAED,WAAW,CAAC,IAAiB;QAC3B,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CAAC,4BAA4B,EAAE,UAAU,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { BYTES, FieldNode, Registry } from '@furo/open-models/dist/index';\n\n/**\n * @interface IBytesValue\n * Wrapper message for `bytes`.\n *\n * The JSON representation for `BytesValue` is JSON string.\n */\nexport interface IBytesValue {\n /**\n * The bytes value.\n */\n value?: string;\n}\n\n/**\n * @interface TBytesValue\n * Wrapper message for `bytes`.\n *\n * The JSON representation for `BytesValue` is JSON string.\n */\nexport interface TBytesValue {\n /**\n * The bytes value.\n */\n value?: string;\n}\n\n/**\n * BytesValue\n * Wrapper message for `bytes`.\n *\n * The JSON representation for `BytesValue` is JSON string.\n */\nexport class BytesValue extends FieldNode {\n // The bytes value.\n private _value: BYTES;\n\n public __defaultValues: IBytesValue;\n\n constructor(\n initData?: IBytesValue,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.BytesValue';\n this.__meta.description =\n 'BytesValue Wrapper message for `bytes`.\\n\\n The JSON representation for `BytesValue` is JSON string.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: BYTES,\n constraints: {},\n description: 'The bytes value.',\n },\n ];\n\n // Initialize the fields\n // The bytes value.\n this._value = new BYTES(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof BytesValue] as FieldNode).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof BytesValue] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // The bytes value.\n public get value(): BYTES {\n return this._value;\n }\n\n public set value(v: string) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IBytesValue) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IBytesValue {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.BytesValue', BytesValue);\n"]}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { FieldNode, INT32 } from '@furo/open-models/dist/index';
|
|
2
|
+
import { ExtensionRangeOptions as GoogleProtobufExtensionRangeOptions, type IExtensionRangeOptions as IGoogleProtobufExtensionRangeOptions, type TExtensionRangeOptions as TGoogleProtobufExtensionRangeOptions } from './ExtensionRangeOptions.js';
|
|
3
|
+
/**
|
|
4
|
+
* @interface IDescriptorProtoExtensionRange
|
|
5
|
+
*/
|
|
6
|
+
export interface IDescriptorProtoExtensionRange {
|
|
7
|
+
start?: number;
|
|
8
|
+
end?: number;
|
|
9
|
+
options?: IGoogleProtobufExtensionRangeOptions;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @interface TDescriptorProtoExtensionRange
|
|
13
|
+
*/
|
|
14
|
+
export interface TDescriptorProtoExtensionRange {
|
|
15
|
+
start?: number;
|
|
16
|
+
end?: number;
|
|
17
|
+
options?: TGoogleProtobufExtensionRangeOptions;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* DescriptorProtoExtensionRange
|
|
21
|
+
*/
|
|
22
|
+
export declare class DescriptorProtoExtensionRange extends FieldNode {
|
|
23
|
+
private _start;
|
|
24
|
+
private _end;
|
|
25
|
+
private _options;
|
|
26
|
+
__defaultValues: IDescriptorProtoExtensionRange;
|
|
27
|
+
constructor(initData?: IDescriptorProtoExtensionRange, parent?: FieldNode, parentAttributeName?: string);
|
|
28
|
+
get start(): INT32;
|
|
29
|
+
set start(v: number);
|
|
30
|
+
get end(): INT32;
|
|
31
|
+
set end(v: number);
|
|
32
|
+
get options(): GoogleProtobufExtensionRangeOptions;
|
|
33
|
+
set options(v: IGoogleProtobufExtensionRangeOptions);
|
|
34
|
+
fromLiteral(data: IDescriptorProtoExtensionRange): void;
|
|
35
|
+
toLiteral(): IDescriptorProtoExtensionRange;
|
|
36
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { FieldNode, INT32, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
import { ExtensionRangeOptions as GoogleProtobufExtensionRangeOptions, } from './ExtensionRangeOptions.js';
|
|
5
|
+
/**
|
|
6
|
+
* DescriptorProtoExtensionRange
|
|
7
|
+
*/
|
|
8
|
+
export class DescriptorProtoExtensionRange extends FieldNode {
|
|
9
|
+
constructor(initData, parent, parentAttributeName) {
|
|
10
|
+
super(undefined, parent, parentAttributeName);
|
|
11
|
+
this.__meta.typeName = 'google.protobuf.DescriptorProto.ExtensionRange';
|
|
12
|
+
this.__meta.description = 'DescriptorProtoExtensionRange';
|
|
13
|
+
this.__meta.nodeFields = [
|
|
14
|
+
{
|
|
15
|
+
fieldName: 'start',
|
|
16
|
+
protoName: 'start',
|
|
17
|
+
FieldConstructor: INT32,
|
|
18
|
+
constraints: {},
|
|
19
|
+
description: '',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
fieldName: 'end',
|
|
23
|
+
protoName: 'end',
|
|
24
|
+
FieldConstructor: INT32,
|
|
25
|
+
constraints: {},
|
|
26
|
+
description: '',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
fieldName: 'options',
|
|
30
|
+
protoName: 'options',
|
|
31
|
+
FieldConstructor: GoogleProtobufExtensionRangeOptions,
|
|
32
|
+
constraints: {},
|
|
33
|
+
description: '',
|
|
34
|
+
},
|
|
35
|
+
];
|
|
36
|
+
// Initialize the fields
|
|
37
|
+
this._start = new INT32(undefined, this, 'start');
|
|
38
|
+
this._end = new INT32(undefined, this, 'end');
|
|
39
|
+
this._options = new GoogleProtobufExtensionRangeOptions(undefined, this, 'options');
|
|
40
|
+
// Set required fields
|
|
41
|
+
[].forEach(fieldName => {
|
|
42
|
+
this[fieldName].__meta.required = true;
|
|
43
|
+
});
|
|
44
|
+
// Default values from openAPI annotations
|
|
45
|
+
this.__defaultValues = {};
|
|
46
|
+
// Initialize the fields with init data
|
|
47
|
+
if (initData !== undefined) {
|
|
48
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
this.__fromLiteral(this.__defaultValues);
|
|
52
|
+
}
|
|
53
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
54
|
+
[].forEach(fieldName => {
|
|
55
|
+
this[fieldName].__readonly = true;
|
|
56
|
+
});
|
|
57
|
+
this.__meta.isPristine = true;
|
|
58
|
+
}
|
|
59
|
+
get start() {
|
|
60
|
+
return this._start;
|
|
61
|
+
}
|
|
62
|
+
set start(v) {
|
|
63
|
+
this.__PrimitivesSetter(this._start, v);
|
|
64
|
+
}
|
|
65
|
+
get end() {
|
|
66
|
+
return this._end;
|
|
67
|
+
}
|
|
68
|
+
set end(v) {
|
|
69
|
+
this.__PrimitivesSetter(this._end, v);
|
|
70
|
+
}
|
|
71
|
+
get options() {
|
|
72
|
+
return this._options;
|
|
73
|
+
}
|
|
74
|
+
set options(v) {
|
|
75
|
+
this.__TypeSetter(this._options, v);
|
|
76
|
+
}
|
|
77
|
+
fromLiteral(data) {
|
|
78
|
+
super.__fromLiteral(data);
|
|
79
|
+
}
|
|
80
|
+
toLiteral() {
|
|
81
|
+
return super.__toLiteral();
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
Registry.register('google.protobuf.DescriptorProto.ExtensionRange', DescriptorProtoExtensionRange);
|
|
85
|
+
//# sourceMappingURL=DescriptorProto.ExtensionRange.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DescriptorProto.ExtensionRange.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.ts"],"names":[],"mappings":"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","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, INT32, Registry } from '@furo/open-models/dist/index';\nimport {\n ExtensionRangeOptions as GoogleProtobufExtensionRangeOptions,\n type IExtensionRangeOptions as IGoogleProtobufExtensionRangeOptions,\n type TExtensionRangeOptions as TGoogleProtobufExtensionRangeOptions,\n} from './ExtensionRangeOptions';\n\n/**\n * @interface IDescriptorProtoExtensionRange\n */\nexport interface IDescriptorProtoExtensionRange {\n start?: number; // Inclusive.\n\n end?: number; // Exclusive.\n\n options?: IGoogleProtobufExtensionRangeOptions;\n}\n\n/**\n * @interface TDescriptorProtoExtensionRange\n */\nexport interface TDescriptorProtoExtensionRange {\n start?: number; // Inclusive.\n\n end?: number; // Exclusive.\n\n options?: TGoogleProtobufExtensionRangeOptions;\n}\n\n/**\n * DescriptorProtoExtensionRange\n */\nexport class DescriptorProtoExtensionRange extends FieldNode {\n private _start: INT32; // Inclusive.\n\n private _end: INT32; // Exclusive.\n\n private _options: GoogleProtobufExtensionRangeOptions;\n\n public __defaultValues: IDescriptorProtoExtensionRange;\n\n constructor(\n initData?: IDescriptorProtoExtensionRange,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.DescriptorProto.ExtensionRange';\n this.__meta.description = 'DescriptorProtoExtensionRange';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'start',\n protoName: 'start',\n FieldConstructor: INT32,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'end',\n protoName: 'end',\n FieldConstructor: INT32,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'options',\n protoName: 'options',\n FieldConstructor: GoogleProtobufExtensionRangeOptions,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._start = new INT32(undefined, this, 'start');\n\n this._end = new INT32(undefined, this, 'end');\n\n this._options = new GoogleProtobufExtensionRangeOptions(\n undefined,\n this,\n 'options',\n );\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[fieldName as keyof DescriptorProtoExtensionRange] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (\n this[fieldName as keyof DescriptorProtoExtensionRange] as FieldNode\n ).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get start(): INT32 {\n return this._start;\n }\n\n public set start(v: number) {\n this.__PrimitivesSetter(this._start, v);\n }\n\n public get end(): INT32 {\n return this._end;\n }\n\n public set end(v: number) {\n this.__PrimitivesSetter(this._end, v);\n }\n\n public get options(): GoogleProtobufExtensionRangeOptions {\n return this._options;\n }\n\n public set options(v: IGoogleProtobufExtensionRangeOptions) {\n this.__TypeSetter(this._options, v);\n }\n\n fromLiteral(data: IDescriptorProtoExtensionRange) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IDescriptorProtoExtensionRange {\n return super.__toLiteral();\n }\n}\n\nRegistry.register(\n 'google.protobuf.DescriptorProto.ExtensionRange',\n DescriptorProtoExtensionRange,\n);\n"]}
|