@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,75 @@
|
|
|
1
|
+
import { BoolValue, BytesValue, DoubleValue, FieldNode, FloatValue, Int32Value, Int64Value, StringValue, UInt32Value, UInt64Value } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IConstraintWrappers
|
|
4
|
+
*/
|
|
5
|
+
export interface IConstraintWrappers {
|
|
6
|
+
stringValue?: string;
|
|
7
|
+
int32Value?: number;
|
|
8
|
+
int64Value?: string;
|
|
9
|
+
floatValue?: number;
|
|
10
|
+
doubleValue?: number;
|
|
11
|
+
boolValue?: boolean;
|
|
12
|
+
uint32Value?: number;
|
|
13
|
+
uint64Value?: string;
|
|
14
|
+
bytesValue?: string;
|
|
15
|
+
exclInt32Value?: number;
|
|
16
|
+
exclInt64Value?: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @interface TConstraintWrappers
|
|
20
|
+
*/
|
|
21
|
+
export interface TConstraintWrappers {
|
|
22
|
+
string_value?: string;
|
|
23
|
+
int32_value?: number;
|
|
24
|
+
int64_value?: string;
|
|
25
|
+
float_value?: number;
|
|
26
|
+
double_value?: number;
|
|
27
|
+
bool_value?: boolean;
|
|
28
|
+
uint32_value?: number;
|
|
29
|
+
uint64_value?: string;
|
|
30
|
+
bytes_value?: string;
|
|
31
|
+
excl_int32_value?: number;
|
|
32
|
+
excl_int64_value?: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* ConstraintWrappers
|
|
36
|
+
*/
|
|
37
|
+
export declare class ConstraintWrappers extends FieldNode {
|
|
38
|
+
private _stringValue;
|
|
39
|
+
private _int32Value;
|
|
40
|
+
private _int64Value;
|
|
41
|
+
private _floatValue;
|
|
42
|
+
private _doubleValue;
|
|
43
|
+
private _boolValue;
|
|
44
|
+
private _uint32Value;
|
|
45
|
+
private _uint64Value;
|
|
46
|
+
private _bytesValue;
|
|
47
|
+
private _exclInt32Value;
|
|
48
|
+
private _exclInt64Value;
|
|
49
|
+
__defaultValues: IConstraintWrappers;
|
|
50
|
+
constructor(initData?: IConstraintWrappers, parent?: FieldNode, parentAttributeName?: string);
|
|
51
|
+
get stringValue(): StringValue;
|
|
52
|
+
set stringValue(v: string | null);
|
|
53
|
+
get int32Value(): Int32Value;
|
|
54
|
+
set int32Value(v: number | null);
|
|
55
|
+
get int64Value(): Int64Value;
|
|
56
|
+
set int64Value(v: bigint | null);
|
|
57
|
+
get floatValue(): FloatValue;
|
|
58
|
+
set floatValue(v: number | null);
|
|
59
|
+
get doubleValue(): DoubleValue;
|
|
60
|
+
set doubleValue(v: number | null);
|
|
61
|
+
get boolValue(): BoolValue;
|
|
62
|
+
set boolValue(v: boolean | null);
|
|
63
|
+
get uint32Value(): UInt32Value;
|
|
64
|
+
set uint32Value(v: number | null);
|
|
65
|
+
get uint64Value(): UInt64Value;
|
|
66
|
+
set uint64Value(v: bigint | null);
|
|
67
|
+
get bytesValue(): BytesValue;
|
|
68
|
+
set bytesValue(v: string | null);
|
|
69
|
+
get exclInt32Value(): Int32Value;
|
|
70
|
+
set exclInt32Value(v: number | null);
|
|
71
|
+
get exclInt64Value(): Int64Value;
|
|
72
|
+
set exclInt64Value(v: bigint | null);
|
|
73
|
+
fromLiteral(data: IConstraintWrappers): void;
|
|
74
|
+
toLiteral(): IConstraintWrappers;
|
|
75
|
+
}
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { BoolValue, BytesValue, DoubleValue, FieldNode, FloatValue, Int32Value, Int64Value, Registry, StringValue, UInt32Value, UInt64Value, } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* ConstraintWrappers
|
|
6
|
+
*/
|
|
7
|
+
export class ConstraintWrappers extends FieldNode {
|
|
8
|
+
constructor(initData, parent, parentAttributeName) {
|
|
9
|
+
super(undefined, parent, parentAttributeName);
|
|
10
|
+
this.__meta.typeName = 'furo.type.ConstraintWrappers';
|
|
11
|
+
this.__meta.description = 'ConstraintWrappers';
|
|
12
|
+
this.__meta.nodeFields = [
|
|
13
|
+
{
|
|
14
|
+
fieldName: 'stringValue',
|
|
15
|
+
protoName: 'string_value',
|
|
16
|
+
FieldConstructor: StringValue,
|
|
17
|
+
constraints: {
|
|
18
|
+
max_length: 10,
|
|
19
|
+
min_length: 3,
|
|
20
|
+
pattern: '^-*$',
|
|
21
|
+
required: true,
|
|
22
|
+
},
|
|
23
|
+
description: '',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
fieldName: 'int32Value',
|
|
27
|
+
protoName: 'int32_value',
|
|
28
|
+
FieldConstructor: Int32Value,
|
|
29
|
+
constraints: {
|
|
30
|
+
maximum: 10,
|
|
31
|
+
minimum: 3,
|
|
32
|
+
multiple_of: 3,
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
description: '',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
fieldName: 'int64Value',
|
|
39
|
+
protoName: 'int64_value',
|
|
40
|
+
FieldConstructor: Int64Value,
|
|
41
|
+
constraints: {
|
|
42
|
+
maximum: 10,
|
|
43
|
+
minimum: 3,
|
|
44
|
+
multiple_of: 3,
|
|
45
|
+
required: true,
|
|
46
|
+
},
|
|
47
|
+
description: '',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
fieldName: 'floatValue',
|
|
51
|
+
protoName: 'float_value',
|
|
52
|
+
FieldConstructor: FloatValue,
|
|
53
|
+
constraints: {},
|
|
54
|
+
description: '',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
fieldName: 'doubleValue',
|
|
58
|
+
protoName: 'double_value',
|
|
59
|
+
FieldConstructor: DoubleValue,
|
|
60
|
+
constraints: {},
|
|
61
|
+
description: '',
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
fieldName: 'boolValue',
|
|
65
|
+
protoName: 'bool_value',
|
|
66
|
+
FieldConstructor: BoolValue,
|
|
67
|
+
constraints: {},
|
|
68
|
+
description: '',
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
fieldName: 'uint32Value',
|
|
72
|
+
protoName: 'uint32_value',
|
|
73
|
+
FieldConstructor: UInt32Value,
|
|
74
|
+
constraints: {},
|
|
75
|
+
description: '',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
fieldName: 'uint64Value',
|
|
79
|
+
protoName: 'uint64_value',
|
|
80
|
+
FieldConstructor: UInt64Value,
|
|
81
|
+
constraints: {},
|
|
82
|
+
description: '',
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
fieldName: 'bytesValue',
|
|
86
|
+
protoName: 'bytes_value',
|
|
87
|
+
FieldConstructor: BytesValue,
|
|
88
|
+
constraints: {},
|
|
89
|
+
description: '',
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
fieldName: 'exclInt32Value',
|
|
93
|
+
protoName: 'excl_int32_value',
|
|
94
|
+
FieldConstructor: Int32Value,
|
|
95
|
+
constraints: {
|
|
96
|
+
maximum: 10,
|
|
97
|
+
minimum: 3,
|
|
98
|
+
exclusive_maximum: true,
|
|
99
|
+
exclusive_minimum: true,
|
|
100
|
+
multiple_of: 3,
|
|
101
|
+
},
|
|
102
|
+
description: '',
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
fieldName: 'exclInt64Value',
|
|
106
|
+
protoName: 'excl_int64_value',
|
|
107
|
+
FieldConstructor: Int64Value,
|
|
108
|
+
constraints: {
|
|
109
|
+
maximum: 10,
|
|
110
|
+
minimum: 3,
|
|
111
|
+
exclusive_maximum: true,
|
|
112
|
+
exclusive_minimum: true,
|
|
113
|
+
multiple_of: 3,
|
|
114
|
+
},
|
|
115
|
+
description: '',
|
|
116
|
+
},
|
|
117
|
+
];
|
|
118
|
+
// Initialize the fields
|
|
119
|
+
this._stringValue = new StringValue(undefined, this, 'stringValue');
|
|
120
|
+
this._int32Value = new Int32Value(undefined, this, 'int32Value');
|
|
121
|
+
this._int64Value = new Int64Value(undefined, this, 'int64Value');
|
|
122
|
+
this._floatValue = new FloatValue(undefined, this, 'floatValue');
|
|
123
|
+
this._doubleValue = new DoubleValue(undefined, this, 'doubleValue');
|
|
124
|
+
this._boolValue = new BoolValue(undefined, this, 'boolValue');
|
|
125
|
+
this._uint32Value = new UInt32Value(undefined, this, 'uint32Value');
|
|
126
|
+
this._uint64Value = new UInt64Value(undefined, this, 'uint64Value');
|
|
127
|
+
this._bytesValue = new BytesValue(undefined, this, 'bytesValue');
|
|
128
|
+
this._exclInt32Value = new Int32Value(undefined, this, 'exclInt32Value');
|
|
129
|
+
this._exclInt64Value = new Int64Value(undefined, this, 'exclInt64Value');
|
|
130
|
+
// Set required fields
|
|
131
|
+
['stringValue', 'int32Value', 'int64Value'].forEach(fieldName => {
|
|
132
|
+
this[fieldName].__meta.required = true;
|
|
133
|
+
});
|
|
134
|
+
// Default values from openAPI annotations
|
|
135
|
+
this.__defaultValues = {
|
|
136
|
+
exclInt32Value: 3.0,
|
|
137
|
+
exclInt64Value: '3',
|
|
138
|
+
int32Value: 3.0,
|
|
139
|
+
int64Value: '3',
|
|
140
|
+
stringValue: 'default',
|
|
141
|
+
};
|
|
142
|
+
// Initialize the fields with init data
|
|
143
|
+
if (initData !== undefined) {
|
|
144
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
145
|
+
}
|
|
146
|
+
else {
|
|
147
|
+
this.__fromLiteral(this.__defaultValues);
|
|
148
|
+
}
|
|
149
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
150
|
+
[].forEach(fieldName => {
|
|
151
|
+
this[fieldName].__readonly =
|
|
152
|
+
true;
|
|
153
|
+
});
|
|
154
|
+
this.__meta.isPristine = true;
|
|
155
|
+
}
|
|
156
|
+
get stringValue() {
|
|
157
|
+
return this._stringValue;
|
|
158
|
+
}
|
|
159
|
+
set stringValue(v) {
|
|
160
|
+
this.__TypeSetter(this._stringValue, v);
|
|
161
|
+
}
|
|
162
|
+
get int32Value() {
|
|
163
|
+
return this._int32Value;
|
|
164
|
+
}
|
|
165
|
+
set int32Value(v) {
|
|
166
|
+
this.__TypeSetter(this._int32Value, v);
|
|
167
|
+
}
|
|
168
|
+
get int64Value() {
|
|
169
|
+
return this._int64Value;
|
|
170
|
+
}
|
|
171
|
+
set int64Value(v) {
|
|
172
|
+
this.__TypeSetter(this._int64Value, v);
|
|
173
|
+
}
|
|
174
|
+
get floatValue() {
|
|
175
|
+
return this._floatValue;
|
|
176
|
+
}
|
|
177
|
+
set floatValue(v) {
|
|
178
|
+
this.__TypeSetter(this._floatValue, v);
|
|
179
|
+
}
|
|
180
|
+
get doubleValue() {
|
|
181
|
+
return this._doubleValue;
|
|
182
|
+
}
|
|
183
|
+
set doubleValue(v) {
|
|
184
|
+
this.__TypeSetter(this._doubleValue, v);
|
|
185
|
+
}
|
|
186
|
+
get boolValue() {
|
|
187
|
+
return this._boolValue;
|
|
188
|
+
}
|
|
189
|
+
set boolValue(v) {
|
|
190
|
+
this.__TypeSetter(this._boolValue, v);
|
|
191
|
+
}
|
|
192
|
+
get uint32Value() {
|
|
193
|
+
return this._uint32Value;
|
|
194
|
+
}
|
|
195
|
+
set uint32Value(v) {
|
|
196
|
+
this.__TypeSetter(this._uint32Value, v);
|
|
197
|
+
}
|
|
198
|
+
get uint64Value() {
|
|
199
|
+
return this._uint64Value;
|
|
200
|
+
}
|
|
201
|
+
set uint64Value(v) {
|
|
202
|
+
this.__TypeSetter(this._uint64Value, v);
|
|
203
|
+
}
|
|
204
|
+
get bytesValue() {
|
|
205
|
+
return this._bytesValue;
|
|
206
|
+
}
|
|
207
|
+
set bytesValue(v) {
|
|
208
|
+
this.__TypeSetter(this._bytesValue, v);
|
|
209
|
+
}
|
|
210
|
+
get exclInt32Value() {
|
|
211
|
+
return this._exclInt32Value;
|
|
212
|
+
}
|
|
213
|
+
set exclInt32Value(v) {
|
|
214
|
+
this.__TypeSetter(this._exclInt32Value, v);
|
|
215
|
+
}
|
|
216
|
+
get exclInt64Value() {
|
|
217
|
+
return this._exclInt64Value;
|
|
218
|
+
}
|
|
219
|
+
set exclInt64Value(v) {
|
|
220
|
+
this.__TypeSetter(this._exclInt64Value, v);
|
|
221
|
+
}
|
|
222
|
+
fromLiteral(data) {
|
|
223
|
+
super.__fromLiteral(data);
|
|
224
|
+
}
|
|
225
|
+
toLiteral() {
|
|
226
|
+
return super.__toLiteral();
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
Registry.register('furo.type.ConstraintWrappers', ConstraintWrappers);
|
|
230
|
+
//# sourceMappingURL=ConstraintWrappers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConstraintWrappers.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/furo/type/ConstraintWrappers.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 BoolValue,\n BytesValue,\n DoubleValue,\n FieldNode,\n FloatValue,\n Int32Value,\n Int64Value,\n Registry,\n StringValue,\n UInt32Value,\n UInt64Value,\n} from '@furo/open-models/dist/index';\n\n/**\n * @interface IConstraintWrappers\n */\nexport interface IConstraintWrappers {\n stringValue?: string;\n int32Value?: number;\n int64Value?: string;\n floatValue?: number;\n doubleValue?: number;\n boolValue?: boolean;\n uint32Value?: number;\n uint64Value?: string;\n bytesValue?: string;\n exclInt32Value?: number;\n exclInt64Value?: string;\n}\n\n/**\n * @interface TConstraintWrappers\n */\nexport interface TConstraintWrappers {\n string_value?: string;\n int32_value?: number;\n int64_value?: string;\n float_value?: number;\n double_value?: number;\n bool_value?: boolean;\n uint32_value?: number;\n uint64_value?: string;\n bytes_value?: string;\n excl_int32_value?: number;\n excl_int64_value?: string;\n}\n\n/**\n * ConstraintWrappers\n */\nexport class ConstraintWrappers extends FieldNode {\n private _stringValue: StringValue;\n\n private _int32Value: Int32Value;\n\n private _int64Value: Int64Value;\n\n private _floatValue: FloatValue;\n\n private _doubleValue: DoubleValue;\n\n private _boolValue: BoolValue;\n\n private _uint32Value: UInt32Value;\n\n private _uint64Value: UInt64Value;\n\n private _bytesValue: BytesValue;\n\n private _exclInt32Value: Int32Value;\n\n private _exclInt64Value: Int64Value;\n\n public __defaultValues: IConstraintWrappers;\n\n constructor(\n initData?: IConstraintWrappers,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'furo.type.ConstraintWrappers';\n this.__meta.description = 'ConstraintWrappers';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'stringValue',\n protoName: 'string_value',\n FieldConstructor: StringValue,\n constraints: {\n max_length: 10,\n min_length: 3,\n pattern: '^-*$',\n required: true,\n },\n description: '',\n },\n {\n fieldName: 'int32Value',\n protoName: 'int32_value',\n FieldConstructor: Int32Value,\n constraints: {\n maximum: 10,\n minimum: 3,\n multiple_of: 3,\n required: true,\n },\n description: '',\n },\n {\n fieldName: 'int64Value',\n protoName: 'int64_value',\n FieldConstructor: Int64Value,\n constraints: {\n maximum: 10,\n minimum: 3,\n multiple_of: 3,\n required: true,\n },\n description: '',\n },\n {\n fieldName: 'floatValue',\n protoName: 'float_value',\n FieldConstructor: FloatValue,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'doubleValue',\n protoName: 'double_value',\n FieldConstructor: DoubleValue,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'boolValue',\n protoName: 'bool_value',\n FieldConstructor: BoolValue,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'uint32Value',\n protoName: 'uint32_value',\n FieldConstructor: UInt32Value,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'uint64Value',\n protoName: 'uint64_value',\n FieldConstructor: UInt64Value,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'bytesValue',\n protoName: 'bytes_value',\n FieldConstructor: BytesValue,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'exclInt32Value',\n protoName: 'excl_int32_value',\n FieldConstructor: Int32Value,\n constraints: {\n maximum: 10,\n minimum: 3,\n exclusive_maximum: true,\n exclusive_minimum: true,\n multiple_of: 3,\n },\n description: '',\n },\n {\n fieldName: 'exclInt64Value',\n protoName: 'excl_int64_value',\n FieldConstructor: Int64Value,\n constraints: {\n maximum: 10,\n minimum: 3,\n exclusive_maximum: true,\n exclusive_minimum: true,\n multiple_of: 3,\n },\n description: '',\n },\n ];\n\n // Initialize the fields\n this._stringValue = new StringValue(undefined, this, 'stringValue');\n\n this._int32Value = new Int32Value(undefined, this, 'int32Value');\n\n this._int64Value = new Int64Value(undefined, this, 'int64Value');\n\n this._floatValue = new FloatValue(undefined, this, 'floatValue');\n\n this._doubleValue = new DoubleValue(undefined, this, 'doubleValue');\n\n this._boolValue = new BoolValue(undefined, this, 'boolValue');\n\n this._uint32Value = new UInt32Value(undefined, this, 'uint32Value');\n\n this._uint64Value = new UInt64Value(undefined, this, 'uint64Value');\n\n this._bytesValue = new BytesValue(undefined, this, 'bytesValue');\n\n this._exclInt32Value = new Int32Value(undefined, this, 'exclInt32Value');\n\n this._exclInt64Value = new Int64Value(undefined, this, 'exclInt64Value');\n\n // Set required fields\n ['stringValue', 'int32Value', 'int64Value'].forEach(fieldName => {\n (\n this[fieldName as keyof ConstraintWrappers] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {\n exclInt32Value: 3.0,\n exclInt64Value: '3',\n int32Value: 3.0,\n int64Value: '3',\n stringValue: 'default',\n };\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 ConstraintWrappers] as FieldNode).__readonly =\n true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get stringValue(): StringValue {\n return this._stringValue;\n }\n\n public set stringValue(v: string | null) {\n this.__TypeSetter(this._stringValue, v);\n }\n\n public get int32Value(): Int32Value {\n return this._int32Value;\n }\n\n public set int32Value(v: number | null) {\n this.__TypeSetter(this._int32Value, v);\n }\n\n public get int64Value(): Int64Value {\n return this._int64Value;\n }\n\n public set int64Value(v: bigint | null) {\n this.__TypeSetter(this._int64Value, v);\n }\n\n public get floatValue(): FloatValue {\n return this._floatValue;\n }\n\n public set floatValue(v: number | null) {\n this.__TypeSetter(this._floatValue, v);\n }\n\n public get doubleValue(): DoubleValue {\n return this._doubleValue;\n }\n\n public set doubleValue(v: number | null) {\n this.__TypeSetter(this._doubleValue, v);\n }\n\n public get boolValue(): BoolValue {\n return this._boolValue;\n }\n\n public set boolValue(v: boolean | null) {\n this.__TypeSetter(this._boolValue, v);\n }\n\n public get uint32Value(): UInt32Value {\n return this._uint32Value;\n }\n\n public set uint32Value(v: number | null) {\n this.__TypeSetter(this._uint32Value, v);\n }\n\n public get uint64Value(): UInt64Value {\n return this._uint64Value;\n }\n\n public set uint64Value(v: bigint | null) {\n this.__TypeSetter(this._uint64Value, v);\n }\n\n public get bytesValue(): BytesValue {\n return this._bytesValue;\n }\n\n public set bytesValue(v: string | null) {\n this.__TypeSetter(this._bytesValue, v);\n }\n\n public get exclInt32Value(): Int32Value {\n return this._exclInt32Value;\n }\n\n public set exclInt32Value(v: number | null) {\n this.__TypeSetter(this._exclInt32Value, v);\n }\n\n public get exclInt64Value(): Int64Value {\n return this._exclInt64Value;\n }\n\n public set exclInt64Value(v: bigint | null) {\n this.__TypeSetter(this._exclInt64Value, v);\n }\n\n fromLiteral(data: IConstraintWrappers) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IConstraintWrappers {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('furo.type.ConstraintWrappers', ConstraintWrappers);\n"]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { FieldNode, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IDecimal
|
|
4
|
+
* Decimal numbers
|
|
5
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
6
|
+
*/
|
|
7
|
+
export interface IDecimal {
|
|
8
|
+
/**
|
|
9
|
+
* Value is set as a quoted number, use your numeric parser of choice
|
|
10
|
+
*/
|
|
11
|
+
value?: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @interface TDecimal
|
|
15
|
+
* Decimal numbers
|
|
16
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
17
|
+
*/
|
|
18
|
+
export interface TDecimal {
|
|
19
|
+
/**
|
|
20
|
+
* Value is set as a quoted number, use your numeric parser of choice
|
|
21
|
+
*/
|
|
22
|
+
value?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Decimal
|
|
26
|
+
* Decimal numbers
|
|
27
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
28
|
+
*/
|
|
29
|
+
export declare class Decimal extends FieldNode {
|
|
30
|
+
private _value;
|
|
31
|
+
__defaultValues: IDecimal;
|
|
32
|
+
constructor(initData?: IDecimal, parent?: FieldNode, parentAttributeName?: string);
|
|
33
|
+
get value(): STRING;
|
|
34
|
+
set value(v: string);
|
|
35
|
+
fromLiteral(data: IDecimal): void;
|
|
36
|
+
toLiteral(): IDecimal;
|
|
37
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { FieldNode, Registry, STRING } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* Decimal
|
|
6
|
+
* Decimal numbers
|
|
7
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
8
|
+
*/
|
|
9
|
+
export class Decimal extends FieldNode {
|
|
10
|
+
constructor(initData, parent, parentAttributeName) {
|
|
11
|
+
super(undefined, parent, parentAttributeName);
|
|
12
|
+
this.__meta.typeName = 'furo.type.Decimal';
|
|
13
|
+
this.__meta.description =
|
|
14
|
+
'Decimal Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$';
|
|
15
|
+
this.__meta.nodeFields = [
|
|
16
|
+
{
|
|
17
|
+
fieldName: 'value',
|
|
18
|
+
protoName: 'value',
|
|
19
|
+
FieldConstructor: STRING,
|
|
20
|
+
constraints: {},
|
|
21
|
+
description: 'Value is set as a quoted number, use your numeric parser of choice',
|
|
22
|
+
},
|
|
23
|
+
];
|
|
24
|
+
// Initialize the fields
|
|
25
|
+
// Value is set as a quoted number, use your numeric parser of choice
|
|
26
|
+
this._value = new STRING(undefined, this, 'value');
|
|
27
|
+
// Set required fields
|
|
28
|
+
[].forEach(fieldName => {
|
|
29
|
+
this[fieldName].__meta.required = true;
|
|
30
|
+
});
|
|
31
|
+
// Default values from openAPI annotations
|
|
32
|
+
this.__defaultValues = {};
|
|
33
|
+
// Initialize the fields with init data
|
|
34
|
+
if (initData !== undefined) {
|
|
35
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
36
|
+
}
|
|
37
|
+
else {
|
|
38
|
+
this.__fromLiteral(this.__defaultValues);
|
|
39
|
+
}
|
|
40
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
41
|
+
[].forEach(fieldName => {
|
|
42
|
+
this[fieldName].__readonly = true;
|
|
43
|
+
});
|
|
44
|
+
this.__meta.isPristine = true;
|
|
45
|
+
}
|
|
46
|
+
// Value is set as a quoted number, use your numeric parser of choice
|
|
47
|
+
get value() {
|
|
48
|
+
return this._value;
|
|
49
|
+
}
|
|
50
|
+
set value(v) {
|
|
51
|
+
this.__PrimitivesSetter(this._value, v);
|
|
52
|
+
}
|
|
53
|
+
fromLiteral(data) {
|
|
54
|
+
super.__fromLiteral(data);
|
|
55
|
+
}
|
|
56
|
+
toLiteral() {
|
|
57
|
+
return super.__toLiteral();
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
Registry.register('furo.type.Decimal', Decimal);
|
|
61
|
+
//# sourceMappingURL=Decimal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Decimal.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/furo/type/Decimal.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AA0B3E;;;;GAIG;AACH,MAAM,OAAO,OAAQ,SAAQ,SAAS;IAMpC,YACE,QAAmB,EACnB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,mBAAmB,CAAC;QAC3C,IAAI,CAAC,MAAM,CAAC,WAAW;YACrB,iEAAiE,CAAC;QAEpE,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;gBACf,WAAW,EACT,oEAAoE;aACvE;SACF,CAAC;QAEF,wBAAwB;QACxB,sEAAsE;QACtE,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAEnD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA0B,CAAe,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QACzE,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,SAA0B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACpE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,sEAAsE;IACtE,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,IAAc;QACxB,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,mBAAmB,EAAE,OAAO,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, Registry, STRING } from '@furo/open-models/dist/index';\n\n/**\n * @interface IDecimal\n * Decimal numbers\n * Regex pattern: ^[+-]?(\\d*\\.)?\\d+$\n */\nexport interface IDecimal {\n /**\n * Value is set as a quoted number, use your numeric parser of choice\n */\n value?: string;\n}\n\n/**\n * @interface TDecimal\n * Decimal numbers\n * Regex pattern: ^[+-]?(\\d*\\.)?\\d+$\n */\nexport interface TDecimal {\n /**\n * Value is set as a quoted number, use your numeric parser of choice\n */\n value?: string;\n}\n\n/**\n * Decimal\n * Decimal numbers\n * Regex pattern: ^[+-]?(\\d*\\.)?\\d+$\n */\nexport class Decimal extends FieldNode {\n // Value is set as a quoted number, use your numeric parser of choice\n private _value: STRING;\n\n public __defaultValues: IDecimal;\n\n constructor(\n initData?: IDecimal,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'furo.type.Decimal';\n this.__meta.description =\n 'Decimal Decimal numbers\\n Regex pattern: ^[+-]?(\\\\d*\\\\.)?\\\\d+$';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Value is set as a quoted number, use your numeric parser of choice',\n },\n ];\n\n // Initialize the fields\n // Value is set as a quoted number, use your numeric parser of choice\n this._value = new STRING(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof Decimal] 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 Decimal] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // Value is set as a quoted number, use your numeric parser of choice\n public get value(): STRING {\n return this._value;\n }\n\n public set value(v: string) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IDecimal) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IDecimal {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('furo.type.Decimal', Decimal);\n"]}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { FieldNode, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IDecimalB
|
|
4
|
+
* Decimal numbers
|
|
5
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
6
|
+
*/
|
|
7
|
+
export interface IDecimalB {
|
|
8
|
+
/**
|
|
9
|
+
* Value is set as a quoted number, use your numeric parser of choice
|
|
10
|
+
*/
|
|
11
|
+
value?: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @interface TDecimalB
|
|
15
|
+
* Decimal numbers
|
|
16
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
17
|
+
*/
|
|
18
|
+
export interface TDecimalB {
|
|
19
|
+
/**
|
|
20
|
+
* Value is set as a quoted number, use your numeric parser of choice
|
|
21
|
+
*/
|
|
22
|
+
value?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* DecimalB
|
|
26
|
+
* Decimal numbers
|
|
27
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
28
|
+
*/
|
|
29
|
+
export declare class DecimalB extends FieldNode {
|
|
30
|
+
private _value;
|
|
31
|
+
__defaultValues: IDecimalB;
|
|
32
|
+
constructor(initData?: IDecimalB, parent?: FieldNode, parentAttributeName?: string);
|
|
33
|
+
get value(): STRING;
|
|
34
|
+
set value(v: string);
|
|
35
|
+
fromLiteral(data: IDecimalB): void;
|
|
36
|
+
toLiteral(): IDecimalB;
|
|
37
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { FieldNode, Registry, STRING } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* DecimalB
|
|
6
|
+
* Decimal numbers
|
|
7
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
8
|
+
*/
|
|
9
|
+
export class DecimalB extends FieldNode {
|
|
10
|
+
constructor(initData, parent, parentAttributeName) {
|
|
11
|
+
super(undefined, parent, parentAttributeName);
|
|
12
|
+
this.__meta.typeName = 'furo.type.DecimalB';
|
|
13
|
+
this.__meta.description =
|
|
14
|
+
'DecimalB Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$';
|
|
15
|
+
this.__meta.nodeFields = [
|
|
16
|
+
{
|
|
17
|
+
fieldName: 'value',
|
|
18
|
+
protoName: 'value',
|
|
19
|
+
FieldConstructor: STRING,
|
|
20
|
+
constraints: {},
|
|
21
|
+
description: 'Value is set as a quoted number, use your numeric parser of choice',
|
|
22
|
+
},
|
|
23
|
+
];
|
|
24
|
+
// Initialize the fields
|
|
25
|
+
// Value is set as a quoted number, use your numeric parser of choice
|
|
26
|
+
this._value = new STRING(undefined, this, 'value');
|
|
27
|
+
// Set required fields
|
|
28
|
+
[].forEach(fieldName => {
|
|
29
|
+
this[fieldName].__meta.required = true;
|
|
30
|
+
});
|
|
31
|
+
// Default values from openAPI annotations
|
|
32
|
+
this.__defaultValues = {};
|
|
33
|
+
// Initialize the fields with init data
|
|
34
|
+
if (initData !== undefined) {
|
|
35
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
36
|
+
}
|
|
37
|
+
else {
|
|
38
|
+
this.__fromLiteral(this.__defaultValues);
|
|
39
|
+
}
|
|
40
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
41
|
+
[].forEach(fieldName => {
|
|
42
|
+
this[fieldName].__readonly = true;
|
|
43
|
+
});
|
|
44
|
+
this.__meta.isPristine = true;
|
|
45
|
+
}
|
|
46
|
+
// Value is set as a quoted number, use your numeric parser of choice
|
|
47
|
+
get value() {
|
|
48
|
+
return this._value;
|
|
49
|
+
}
|
|
50
|
+
set value(v) {
|
|
51
|
+
this.__PrimitivesSetter(this._value, v);
|
|
52
|
+
}
|
|
53
|
+
fromLiteral(data) {
|
|
54
|
+
super.__fromLiteral(data);
|
|
55
|
+
}
|
|
56
|
+
toLiteral() {
|
|
57
|
+
return super.__toLiteral();
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
Registry.register('furo.type.DecimalB', DecimalB);
|
|
61
|
+
//# sourceMappingURL=DecimalB.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DecimalB.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/furo/type/DecimalB.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AA0B3E;;;;GAIG;AACH,MAAM,OAAO,QAAS,SAAQ,SAAS;IAMrC,YACE,QAAoB,EACpB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,oBAAoB,CAAC;QAC5C,IAAI,CAAC,MAAM,CAAC,WAAW;YACrB,kEAAkE,CAAC;QAErE,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;gBACf,WAAW,EACT,oEAAoE;aACvE;SACF,CAAC;QAEF,wBAAwB;QACxB,sEAAsE;QACtE,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAEnD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA2B,CAAe,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC1E,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,SAA2B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACrE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,sEAAsE;IACtE,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,IAAe;QACzB,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,oBAAoB,EAAE,QAAQ,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, Registry, STRING } from '@furo/open-models/dist/index';\n\n/**\n * @interface IDecimalB\n * Decimal numbers\n * Regex pattern: ^[+-]?(\\d*\\.)?\\d+$\n */\nexport interface IDecimalB {\n /**\n * Value is set as a quoted number, use your numeric parser of choice\n */\n value?: string;\n}\n\n/**\n * @interface TDecimalB\n * Decimal numbers\n * Regex pattern: ^[+-]?(\\d*\\.)?\\d+$\n */\nexport interface TDecimalB {\n /**\n * Value is set as a quoted number, use your numeric parser of choice\n */\n value?: string;\n}\n\n/**\n * DecimalB\n * Decimal numbers\n * Regex pattern: ^[+-]?(\\d*\\.)?\\d+$\n */\nexport class DecimalB extends FieldNode {\n // Value is set as a quoted number, use your numeric parser of choice\n private _value: STRING;\n\n public __defaultValues: IDecimalB;\n\n constructor(\n initData?: IDecimalB,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'furo.type.DecimalB';\n this.__meta.description =\n 'DecimalB Decimal numbers\\n Regex pattern: ^[+-]?(\\\\d*\\\\.)?\\\\d+$';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'Value is set as a quoted number, use your numeric parser of choice',\n },\n ];\n\n // Initialize the fields\n // Value is set as a quoted number, use your numeric parser of choice\n this._value = new STRING(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof DecimalB] 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 DecimalB] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // Value is set as a quoted number, use your numeric parser of choice\n public get value(): STRING {\n return this._value;\n }\n\n public set value(v: string) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IDecimalB) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IDecimalB {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('furo.type.DecimalB', DecimalB);\n"]}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
import { Decimal as FuroTypeDecimal, type IDecimal as IFuroTypeDecimal, type TDecimal as TFuroTypeDecimal } from './Decimal.js';
|
|
3
|
+
/**
|
|
4
|
+
* @interface IDecimalRange
|
|
5
|
+
* Represents a decimal range, encoded as a decimal start (inclusive) and a
|
|
6
|
+
* decimal end (exclusive).
|
|
7
|
+
*
|
|
8
|
+
* The start must be less than or equal to the end.
|
|
9
|
+
* If a decimal is empty it means min for start and max for end.
|
|
10
|
+
*/
|
|
11
|
+
export interface IDecimalRange {
|
|
12
|
+
/**
|
|
13
|
+
* Optional. Inclusive start of the decimal range.
|
|
14
|
+
*/
|
|
15
|
+
start?: IFuroTypeDecimal;
|
|
16
|
+
/**
|
|
17
|
+
* Optional. Exclusive end of the decimal range.
|
|
18
|
+
*/
|
|
19
|
+
end?: IFuroTypeDecimal;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @interface TDecimalRange
|
|
23
|
+
* Represents a decimal range, encoded as a decimal start (inclusive) and a
|
|
24
|
+
* decimal end (exclusive).
|
|
25
|
+
*
|
|
26
|
+
* The start must be less than or equal to the end.
|
|
27
|
+
* If a decimal is empty it means min for start and max for end.
|
|
28
|
+
*/
|
|
29
|
+
export interface TDecimalRange {
|
|
30
|
+
/**
|
|
31
|
+
* Optional. Inclusive start of the decimal range.
|
|
32
|
+
*/
|
|
33
|
+
start?: TFuroTypeDecimal;
|
|
34
|
+
/**
|
|
35
|
+
* Optional. Exclusive end of the decimal range.
|
|
36
|
+
*/
|
|
37
|
+
end?: TFuroTypeDecimal;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* DecimalRange
|
|
41
|
+
* Represents a decimal range, encoded as a decimal start (inclusive) and a
|
|
42
|
+
* decimal end (exclusive).
|
|
43
|
+
*
|
|
44
|
+
* The start must be less than or equal to the end.
|
|
45
|
+
* If a decimal is empty it means min for start and max for end.
|
|
46
|
+
*/
|
|
47
|
+
export declare class DecimalRange extends FieldNode {
|
|
48
|
+
private _start;
|
|
49
|
+
private _end;
|
|
50
|
+
__defaultValues: IDecimalRange;
|
|
51
|
+
constructor(initData?: IDecimalRange, parent?: FieldNode, parentAttributeName?: string);
|
|
52
|
+
get start(): FuroTypeDecimal;
|
|
53
|
+
set start(v: IFuroTypeDecimal);
|
|
54
|
+
get end(): FuroTypeDecimal;
|
|
55
|
+
set end(v: IFuroTypeDecimal);
|
|
56
|
+
fromLiteral(data: IDecimalRange): void;
|
|
57
|
+
toLiteral(): IDecimalRange;
|
|
58
|
+
}
|