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