@furo/open-models 1.15.2 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +3730 -3730
- package/dist/decorators/ModelDecorators.d.ts +2 -0
- package/dist/decorators/ModelDecorators.js.map +1 -1
- package/dist/protoc-gen-open-models/API_OPTIONS.d.ts +5 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js +11 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js.map +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.d.ts +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js +201 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js.map +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.d.ts +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js +17 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.d.ts +61 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.js +110 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.d.ts +80 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js +131 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.d.ts +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js +94 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.d.ts +12 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.js +14 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.d.ts +31 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js +58 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.d.ts +44 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js +79 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js +73 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.d.ts +12 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.js +21 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.d.ts +65 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.js +168 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.d.ts +50 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js +83 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.d.ts +50 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js +83 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.d.ts +74 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.js +96 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.d.ts +58 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js +82 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.d.ts +57 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.js +78 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/String.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/String.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.d.ts +11 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.js +15 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.d.ts +75 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js +230 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.js +61 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.js +61 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.d.ts +58 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.js +82 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.d.ts +31 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js +72 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.d.ts +30 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js +70 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.d.ts +111 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.js +222 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.d.ts +30 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js +70 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.d.ts +117 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.js +215 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.js +81 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.d.ts +47 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.js +95 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Other.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/type/Other.js +57 -0
- package/dist/protoc-gen-open-models/furo/type/Other.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.d.ts +13 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.js +17 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.d.ts +53 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.js +57 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.d.ts +53 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.js +90 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.d.ts +46 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.js +113 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.d.ts +65 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.js +168 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.d.ts +45 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js +77 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/Http.d.ts +66 -0
- package/dist/protoc-gen-open-models/google/api/Http.js +93 -0
- package/dist/protoc-gen-open-models/google/api/Http.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.d.ts +985 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.js +514 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.d.ts +356 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.js +217 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.d.ts +36 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js +85 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js +70 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.d.ts +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js +194 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.d.ts +11 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.js +26 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js +71 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.d.ts +69 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js +127 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.d.ts +95 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js +143 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.d.ts +39 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.d.ts +76 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js +120 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.d.ts +81 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js +132 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.d.ts +4 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js +8 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.d.ts +76 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js +120 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.d.ts +6 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js +16 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.d.ts +74 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js +140 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.d.ts +32 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js +73 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.d.ts +65 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js +100 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js +10 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.d.ts +20 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js +25 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.d.ts +189 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js +282 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.d.ts +31 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js +71 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.d.ts +12 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js +16 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.d.ts +264 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js +364 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.d.ts +151 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js +262 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.d.ts +32 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js +61 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.d.ts +333 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js +482 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js +12 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.d.ts +78 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js +130 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.d.ts +43 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js +66 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.d.ts +201 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js +259 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.d.ts +74 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js +138 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.d.ts +67 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js +115 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.d.ts +34 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js +73 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.d.ts +44 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js +77 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.d.ts +61 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js +99 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.d.ts +207 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js +262 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.d.ts +122 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js +147 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js +70 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.d.ts +82 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js +153 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js.map +1 -0
- package/dist/protoc-gen-open-models/init.d.ts +10 -0
- package/dist/protoc-gen-open-models/init.js +10 -0
- package/dist/protoc-gen-open-models/init.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.d.ts +31 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js +71 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.d.ts +30 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.d.ts +83 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.js +194 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.d.ts +44 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.js +101 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.js +85 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.d.ts +40 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.js +89 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.d.ts +73 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.js +176 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.d.ts +55 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.js +130 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.d.ts +47 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.js +114 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.d.ts +39 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js +88 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.d.ts +88 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.js +217 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.d.ts +66 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.js +159 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/License.d.ts +39 -0
- package/dist/protoc-gen-open-models/openapiv3/License.js +87 -0
- package/dist/protoc-gen-open-models/openapiv3/License.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.d.ts +61 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.js +145 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.d.ts +53 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.js +119 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js +79 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.d.ts +50 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js +116 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.d.ts +50 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js +116 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.d.ts +96 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.js +234 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.d.ts +98 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.js +245 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.d.ts +97 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.js +244 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.d.ts +38 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.js +86 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js +72 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.d.ts +52 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.js +118 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.d.ts +41 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.js +89 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.d.ts +213 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.js +558 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.d.ts +29 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js +60 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.d.ts +70 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js +173 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js +72 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.js +101 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.d.ts +44 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.d.ts +38 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js +86 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.d.ts +25 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.d.ts +54 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.js +129 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.js.map +1 -0
- package/dist/web-components/furo-type-renderer.d.ts +6 -0
- package/dist/web-components/furo-type-renderer.js +3 -0
- package/dist/web-components/furo-type-renderer.js.map +1 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.d.ts +158 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.js +309 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.js.map +1 -0
- package/dist/web-components/impl/TypeRenderer/index.d.ts +6 -0
- package/dist/web-components/impl/TypeRenderer/index.js +3 -0
- package/dist/web-components/impl/TypeRenderer/index.js.map +1 -0
- package/package.json +18 -15
- package/tsconfig.json +0 -44
- /package/dist/decorators/{defaultServiceEventHandlers.d.ts → DefaultServiceEventHandlers.d.ts} +0 -0
- /package/dist/decorators/{defaultServiceEventHandlers.js → DefaultServiceEventHandlers.js} +0 -0
- /package/dist/decorators/{defaultServiceEventHandlers.js.map → DefaultServiceEventHandlers.js.map} +0 -0
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ARRAY, BYTES, DOUBLE, FieldNode, INT64, Registry, STRING, UINT64, } from '@furo/open-models/dist/index';
|
|
4
|
+
import { UninterpretedOptionNamePart as GoogleProtobufUninterpretedOptionNamePart, } from './UninterpretedOption.NamePart.js';
|
|
5
|
+
/**
|
|
6
|
+
* UninterpretedOption
|
|
7
|
+
* A message representing a option the parser does not recognize. This only
|
|
8
|
+
* appears in options protos created by the compiler::Parser class.
|
|
9
|
+
* DescriptorPool resolves these when building Descriptor objects. Therefore,
|
|
10
|
+
* options protos in descriptor objects (e.g. returned by Descriptor::options(),
|
|
11
|
+
* or produced by Descriptor::CopyTo()) will never have UninterpretedOptions
|
|
12
|
+
* in them.
|
|
13
|
+
*/
|
|
14
|
+
export class UninterpretedOption extends FieldNode {
|
|
15
|
+
constructor(initData, parent, parentAttributeName) {
|
|
16
|
+
super(undefined, parent, parentAttributeName);
|
|
17
|
+
this.__meta.typeName = 'google.protobuf.UninterpretedOption';
|
|
18
|
+
this.__meta.description =
|
|
19
|
+
'UninterpretedOption A message representing a option the parser does not recognize. This only\n appears in options protos created by the compiler::Parser class.\n DescriptorPool resolves these when building Descriptor objects. Therefore,\n options protos in descriptor objects (e.g. returned by Descriptor::options(),\n or produced by Descriptor::CopyTo()) will never have UninterpretedOptions\n in them.';
|
|
20
|
+
this.__meta.nodeFields = [
|
|
21
|
+
{
|
|
22
|
+
fieldName: 'name',
|
|
23
|
+
protoName: 'name',
|
|
24
|
+
FieldConstructor: GoogleProtobufUninterpretedOptionNamePart,
|
|
25
|
+
constraints: {},
|
|
26
|
+
description: '',
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
fieldName: 'identifierValue',
|
|
30
|
+
protoName: 'identifier_value',
|
|
31
|
+
FieldConstructor: STRING,
|
|
32
|
+
constraints: {},
|
|
33
|
+
description: 'The value of the uninterpreted option, in whatever type the tokenizer\n identified it as during parsing. Exactly one of these should be set.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
fieldName: 'positiveIntValue',
|
|
37
|
+
protoName: 'positive_int_value',
|
|
38
|
+
FieldConstructor: UINT64,
|
|
39
|
+
constraints: {},
|
|
40
|
+
description: '',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
fieldName: 'negativeIntValue',
|
|
44
|
+
protoName: 'negative_int_value',
|
|
45
|
+
FieldConstructor: INT64,
|
|
46
|
+
constraints: {},
|
|
47
|
+
description: '',
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
fieldName: 'doubleValue',
|
|
51
|
+
protoName: 'double_value',
|
|
52
|
+
FieldConstructor: DOUBLE,
|
|
53
|
+
constraints: {},
|
|
54
|
+
description: '',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
fieldName: 'stringValue',
|
|
58
|
+
protoName: 'string_value',
|
|
59
|
+
FieldConstructor: BYTES,
|
|
60
|
+
constraints: {},
|
|
61
|
+
description: '',
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
fieldName: 'aggregateValue',
|
|
65
|
+
protoName: 'aggregate_value',
|
|
66
|
+
FieldConstructor: STRING,
|
|
67
|
+
constraints: {},
|
|
68
|
+
description: '',
|
|
69
|
+
},
|
|
70
|
+
];
|
|
71
|
+
// Initialize the fields
|
|
72
|
+
this._name = new ARRAY(undefined, this, 'name');
|
|
73
|
+
// The value of the uninterpreted option, in whatever type the tokenizer
|
|
74
|
+
// identified it as during parsing. Exactly one of these should be set.
|
|
75
|
+
this._identifierValue = new STRING(undefined, this, 'identifierValue');
|
|
76
|
+
this._positiveIntValue = new UINT64(undefined, this, 'positiveIntValue');
|
|
77
|
+
this._negativeIntValue = new INT64(undefined, this, 'negativeIntValue');
|
|
78
|
+
this._doubleValue = new DOUBLE(undefined, this, 'doubleValue');
|
|
79
|
+
this._stringValue = new BYTES(undefined, this, 'stringValue');
|
|
80
|
+
this._aggregateValue = new STRING(undefined, this, 'aggregateValue');
|
|
81
|
+
// Set required fields
|
|
82
|
+
[].forEach(fieldName => {
|
|
83
|
+
this[fieldName].__meta.required = true;
|
|
84
|
+
});
|
|
85
|
+
// Default values from openAPI annotations
|
|
86
|
+
this.__defaultValues = {};
|
|
87
|
+
// Initialize the fields with init data
|
|
88
|
+
if (initData !== undefined) {
|
|
89
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
90
|
+
}
|
|
91
|
+
else {
|
|
92
|
+
this.__fromLiteral(this.__defaultValues);
|
|
93
|
+
}
|
|
94
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
95
|
+
[].forEach(fieldName => {
|
|
96
|
+
this[fieldName].__readonly =
|
|
97
|
+
true;
|
|
98
|
+
});
|
|
99
|
+
this.__meta.isPristine = true;
|
|
100
|
+
}
|
|
101
|
+
get name() {
|
|
102
|
+
return this._name;
|
|
103
|
+
}
|
|
104
|
+
set name(v) {
|
|
105
|
+
this.__TypeSetter(this._name, v);
|
|
106
|
+
}
|
|
107
|
+
// The value of the uninterpreted option, in whatever type the tokenizer
|
|
108
|
+
// identified it as during parsing. Exactly one of these should be set.
|
|
109
|
+
get identifierValue() {
|
|
110
|
+
return this._identifierValue;
|
|
111
|
+
}
|
|
112
|
+
set identifierValue(v) {
|
|
113
|
+
this.__PrimitivesSetter(this._identifierValue, v);
|
|
114
|
+
}
|
|
115
|
+
get positiveIntValue() {
|
|
116
|
+
return this._positiveIntValue;
|
|
117
|
+
}
|
|
118
|
+
set positiveIntValue(v) {
|
|
119
|
+
this.__PrimitivesSetter(this._positiveIntValue, v);
|
|
120
|
+
}
|
|
121
|
+
get negativeIntValue() {
|
|
122
|
+
return this._negativeIntValue;
|
|
123
|
+
}
|
|
124
|
+
set negativeIntValue(v) {
|
|
125
|
+
this.__PrimitivesSetter(this._negativeIntValue, v);
|
|
126
|
+
}
|
|
127
|
+
get doubleValue() {
|
|
128
|
+
return this._doubleValue;
|
|
129
|
+
}
|
|
130
|
+
set doubleValue(v) {
|
|
131
|
+
this.__PrimitivesSetter(this._doubleValue, v);
|
|
132
|
+
}
|
|
133
|
+
get stringValue() {
|
|
134
|
+
return this._stringValue;
|
|
135
|
+
}
|
|
136
|
+
set stringValue(v) {
|
|
137
|
+
this.__PrimitivesSetter(this._stringValue, v);
|
|
138
|
+
}
|
|
139
|
+
get aggregateValue() {
|
|
140
|
+
return this._aggregateValue;
|
|
141
|
+
}
|
|
142
|
+
set aggregateValue(v) {
|
|
143
|
+
this.__PrimitivesSetter(this._aggregateValue, v);
|
|
144
|
+
}
|
|
145
|
+
fromLiteral(data) {
|
|
146
|
+
super.__fromLiteral(data);
|
|
147
|
+
}
|
|
148
|
+
toLiteral() {
|
|
149
|
+
return super.__toLiteral();
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
Registry.register('google.protobuf.UninterpretedOption', UninterpretedOption);
|
|
153
|
+
//# sourceMappingURL=UninterpretedOption.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UninterpretedOption.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/google/protobuf/UninterpretedOption.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EACL,KAAK,EACL,KAAK,EACL,MAAM,EACN,SAAS,EACT,KAAK,EACL,QAAQ,EACR,MAAM,EACN,MAAM,GACP,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,2BAA2B,IAAI,yCAAyC,GAGzE,MAAM,gCAAgC,CAAC;AAgDxC;;;;;;;;GAQG;AACH,MAAM,OAAO,mBAAoB,SAAQ,SAAS;IAsBhD,YACE,QAA+B,EAC/B,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,qCAAqC,CAAC;QAC7D,IAAI,CAAC,MAAM,CAAC,WAAW;YACrB,qZAAqZ,CAAC;QAExZ,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,MAAM;gBACjB,SAAS,EAAE,MAAM;gBACjB,gBAAgB,EAAE,yCAAyC;gBAC3D,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,iBAAiB;gBAC5B,SAAS,EAAE,kBAAkB;gBAC7B,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;gBACf,WAAW,EACT,8IAA8I;aACjJ;YACD;gBACE,SAAS,EAAE,kBAAkB;gBAC7B,SAAS,EAAE,oBAAoB;gBAC/B,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,kBAAkB;gBAC7B,SAAS,EAAE,oBAAoB;gBAC/B,gBAAgB,EAAE,KAAK;gBACvB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,aAAa;gBACxB,SAAS,EAAE,cAAc;gBACzB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,aAAa;gBACxB,SAAS,EAAE,cAAc;gBACzB,gBAAgB,EAAE,KAAK;gBACvB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,gBAAgB;gBAC3B,SAAS,EAAE,iBAAiB;gBAC5B,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,CAGpB,SAAS,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;QAE3B,yEAAyE;QACzE,wEAAwE;QACxE,IAAI,CAAC,gBAAgB,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,iBAAiB,CAAC,CAAC;QAEvE,IAAI,CAAC,iBAAiB,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,kBAAkB,CAAC,CAAC;QAEzE,IAAI,CAAC,iBAAiB,GAAG,IAAI,KAAK,CAAC,SAAS,EAAE,IAAI,EAAE,kBAAkB,CAAC,CAAC;QAExE,IAAI,CAAC,YAAY,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,aAAa,CAAC,CAAC;QAE/D,IAAI,CAAC,YAAY,GAAG,IAAI,KAAK,CAAC,SAAS,EAAE,IAAI,EAAE,aAAa,CAAC,CAAC;QAE9D,IAAI,CAAC,eAAe,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC;QAErE,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YAEnB,IAAI,CAAC,SAAsC,CAC5C,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC3B,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,SAAsC,CAAe,CAAC,UAAU;gBACpE,IAAI,CAAC;QACT,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,IAAI;QAIb,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED,IAAW,IAAI,CAAC,CAA+C;QAC7D,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IACnC,CAAC;IAED,yEAAyE;IACzE,wEAAwE;IACxE,IAAW,eAAe;QACxB,OAAO,IAAI,CAAC,gBAAgB,CAAC;IAC/B,CAAC;IAED,IAAW,eAAe,CAAC,CAAS;QAClC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;IACpD,CAAC;IAED,IAAW,gBAAgB;QACzB,OAAO,IAAI,CAAC,iBAAiB,CAAC;IAChC,CAAC;IAED,IAAW,gBAAgB,CAAC,CAAS;QACnC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,CAAC,CAAC;IACrD,CAAC;IAED,IAAW,gBAAgB;QACzB,OAAO,IAAI,CAAC,iBAAiB,CAAC;IAChC,CAAC;IAED,IAAW,gBAAgB,CAAC,CAAS;QACnC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,iBAAiB,EAAE,CAAC,CAAC,CAAC;IACrD,CAAC;IAED,IAAW,WAAW;QACpB,OAAO,IAAI,CAAC,YAAY,CAAC;IAC3B,CAAC;IAED,IAAW,WAAW,CAAC,CAAS;QAC9B,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC;IAChD,CAAC;IAED,IAAW,WAAW;QACpB,OAAO,IAAI,CAAC,YAAY,CAAC;IAC3B,CAAC;IAED,IAAW,WAAW,CAAC,CAAS;QAC9B,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC,CAAC;IAChD,CAAC;IAED,IAAW,cAAc;QACvB,OAAO,IAAI,CAAC,eAAe,CAAC;IAC9B,CAAC;IAED,IAAW,cAAc,CAAC,CAAS;QACjC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;IACnD,CAAC;IAED,WAAW,CAAC,IAA0B;QACpC,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,qCAAqC,EAAE,mBAAmB,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport {\n ARRAY,\n BYTES,\n DOUBLE,\n FieldNode,\n INT64,\n Registry,\n STRING,\n UINT64,\n} from '@furo/open-models/dist/index';\nimport {\n UninterpretedOptionNamePart as GoogleProtobufUninterpretedOptionNamePart,\n type IUninterpretedOptionNamePart as IGoogleProtobufUninterpretedOptionNamePart,\n type TUninterpretedOptionNamePart as TGoogleProtobufUninterpretedOptionNamePart,\n} from './UninterpretedOption.NamePart';\n\n/**\n * @interface IUninterpretedOption\n * A message representing a option the parser does not recognize. This only\n * appears in options protos created by the compiler::Parser class.\n * DescriptorPool resolves these when building Descriptor objects. Therefore,\n * options protos in descriptor objects (e.g. returned by Descriptor::options(),\n * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions\n * in them.\n */\nexport interface IUninterpretedOption {\n name?: IGoogleProtobufUninterpretedOptionNamePart[];\n /**\n * The value of the uninterpreted option, in whatever type the tokenizer\n * identified it as during parsing. Exactly one of these should be set.\n */\n identifierValue?: string;\n positiveIntValue?: string;\n negativeIntValue?: string;\n doubleValue?: number;\n stringValue?: string;\n aggregateValue?: string;\n}\n\n/**\n * @interface TUninterpretedOption\n * A message representing a option the parser does not recognize. This only\n * appears in options protos created by the compiler::Parser class.\n * DescriptorPool resolves these when building Descriptor objects. Therefore,\n * options protos in descriptor objects (e.g. returned by Descriptor::options(),\n * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions\n * in them.\n */\nexport interface TUninterpretedOption {\n name?: TGoogleProtobufUninterpretedOptionNamePart[];\n /**\n * The value of the uninterpreted option, in whatever type the tokenizer\n * identified it as during parsing. Exactly one of these should be set.\n */\n identifier_value?: string;\n positive_int_value?: string;\n negative_int_value?: string;\n double_value?: number;\n string_value?: string;\n aggregate_value?: string;\n}\n\n/**\n * UninterpretedOption\n * A message representing a option the parser does not recognize. This only\n * appears in options protos created by the compiler::Parser class.\n * DescriptorPool resolves these when building Descriptor objects. Therefore,\n * options protos in descriptor objects (e.g. returned by Descriptor::options(),\n * or produced by Descriptor::CopyTo()) will never have UninterpretedOptions\n * in them.\n */\nexport class UninterpretedOption extends FieldNode {\n private _name: ARRAY<\n GoogleProtobufUninterpretedOptionNamePart,\n IGoogleProtobufUninterpretedOptionNamePart\n >;\n\n // The value of the uninterpreted option, in whatever type the tokenizer\n // identified it as during parsing. Exactly one of these should be set.\n private _identifierValue: STRING;\n\n private _positiveIntValue: UINT64;\n\n private _negativeIntValue: INT64;\n\n private _doubleValue: DOUBLE;\n\n private _stringValue: BYTES;\n\n private _aggregateValue: STRING;\n\n public __defaultValues: IUninterpretedOption;\n\n constructor(\n initData?: IUninterpretedOption,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'google.protobuf.UninterpretedOption';\n this.__meta.description =\n 'UninterpretedOption A message representing a option the parser does not recognize. This only\\n appears in options protos created by the compiler::Parser class.\\n DescriptorPool resolves these when building Descriptor objects. Therefore,\\n options protos in descriptor objects (e.g. returned by Descriptor::options(),\\n or produced by Descriptor::CopyTo()) will never have UninterpretedOptions\\n in them.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'name',\n protoName: 'name',\n FieldConstructor: GoogleProtobufUninterpretedOptionNamePart,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'identifierValue',\n protoName: 'identifier_value',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'The value of the uninterpreted option, in whatever type the tokenizer\\n identified it as during parsing. Exactly one of these should be set.',\n },\n {\n fieldName: 'positiveIntValue',\n protoName: 'positive_int_value',\n FieldConstructor: UINT64,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'negativeIntValue',\n protoName: 'negative_int_value',\n FieldConstructor: INT64,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'doubleValue',\n protoName: 'double_value',\n FieldConstructor: DOUBLE,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'stringValue',\n protoName: 'string_value',\n FieldConstructor: BYTES,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'aggregateValue',\n protoName: 'aggregate_value',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._name = new ARRAY<\n GoogleProtobufUninterpretedOptionNamePart,\n IGoogleProtobufUninterpretedOptionNamePart\n >(undefined, this, 'name');\n\n // The value of the uninterpreted option, in whatever type the tokenizer\n // identified it as during parsing. Exactly one of these should be set.\n this._identifierValue = new STRING(undefined, this, 'identifierValue');\n\n this._positiveIntValue = new UINT64(undefined, this, 'positiveIntValue');\n\n this._negativeIntValue = new INT64(undefined, this, 'negativeIntValue');\n\n this._doubleValue = new DOUBLE(undefined, this, 'doubleValue');\n\n this._stringValue = new BYTES(undefined, this, 'stringValue');\n\n this._aggregateValue = new STRING(undefined, this, 'aggregateValue');\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[fieldName as keyof UninterpretedOption] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof UninterpretedOption] as FieldNode).__readonly =\n true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get name(): ARRAY<\n GoogleProtobufUninterpretedOptionNamePart,\n IGoogleProtobufUninterpretedOptionNamePart\n > {\n return this._name;\n }\n\n public set name(v: IGoogleProtobufUninterpretedOptionNamePart[]) {\n this.__TypeSetter(this._name, v);\n }\n\n // The value of the uninterpreted option, in whatever type the tokenizer\n // identified it as during parsing. Exactly one of these should be set.\n public get identifierValue(): STRING {\n return this._identifierValue;\n }\n\n public set identifierValue(v: string) {\n this.__PrimitivesSetter(this._identifierValue, v);\n }\n\n public get positiveIntValue(): UINT64 {\n return this._positiveIntValue;\n }\n\n public set positiveIntValue(v: bigint) {\n this.__PrimitivesSetter(this._positiveIntValue, v);\n }\n\n public get negativeIntValue(): INT64 {\n return this._negativeIntValue;\n }\n\n public set negativeIntValue(v: bigint) {\n this.__PrimitivesSetter(this._negativeIntValue, v);\n }\n\n public get doubleValue(): DOUBLE {\n return this._doubleValue;\n }\n\n public set doubleValue(v: number) {\n this.__PrimitivesSetter(this._doubleValue, v);\n }\n\n public get stringValue(): BYTES {\n return this._stringValue;\n }\n\n public set stringValue(v: string) {\n this.__PrimitivesSetter(this._stringValue, v);\n }\n\n public get aggregateValue(): STRING {\n return this._aggregateValue;\n }\n\n public set aggregateValue(v: string) {\n this.__PrimitivesSetter(this._aggregateValue, v);\n }\n\n fromLiteral(data: IUninterpretedOption) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IUninterpretedOption {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('google.protobuf.UninterpretedOption', UninterpretedOption);\n"]}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import './BusinessValidators.js';
|
|
2
|
+
import './CustomPrototypes.js';
|
|
3
|
+
const API_OPTIONS = {
|
|
4
|
+
serverAddr: '',
|
|
5
|
+
ApiBaseURL: '/api',
|
|
6
|
+
headers: new Headers({ 'Content-Type': 'application/json' }),
|
|
7
|
+
// timeout: 3000
|
|
8
|
+
};
|
|
9
|
+
export { API_OPTIONS };
|
|
10
|
+
//# sourceMappingURL=init.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"init.js","sourceRoot":"","sources":["../../protoc-gen-open-models/init.ts"],"names":[],"mappings":"AAAA,OAAO,sBAAsB,CAAC;AAC9B,OAAO,oBAAoB,CAAC;AAU5B,MAAM,WAAW,GAAgB;IAC/B,UAAU,EAAE,EAAE;IACd,UAAU,EAAE,MAAM;IAClB,OAAO,EAAE,IAAI,OAAO,CAAC,EAAE,cAAc,EAAE,kBAAkB,EAAE,CAAC;IAC5D,gBAAgB;CACjB,CAAC;AAEF,OAAO,EAAE,WAAW,EAAE,CAAC","sourcesContent":["import './BusinessValidators';\nimport './CustomPrototypes';\n\ninterface IApiOptions {\n // leave empty to connect to the same host which delivers your files, otherwise set something like http://localhost:3000\n serverAddr: string;\n ApiBaseURL: string;\n headers?: Headers;\n timeout?: number;\n}\n\nconst API_OPTIONS: IApiOptions = {\n serverAddr: '',\n ApiBaseURL: '/api',\n headers: new Headers({ 'Content-Type': 'application/json' }),\n // timeout: 3000\n};\n\nexport { API_OPTIONS };\n"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { BOOLEAN, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
import { SchemaOrReference as OpenapiV3SchemaOrReference, type ISchemaOrReference as IOpenapiV3SchemaOrReference, type TSchemaOrReference as TOpenapiV3SchemaOrReference } from './SchemaOrReference.js';
|
|
3
|
+
/**
|
|
4
|
+
* @interface IAdditionalPropertiesItem
|
|
5
|
+
*/
|
|
6
|
+
export interface IAdditionalPropertiesItem {
|
|
7
|
+
schemaOrReference?: IOpenapiV3SchemaOrReference;
|
|
8
|
+
boolean?: boolean;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @interface TAdditionalPropertiesItem
|
|
12
|
+
*/
|
|
13
|
+
export interface TAdditionalPropertiesItem {
|
|
14
|
+
schema_or_reference?: TOpenapiV3SchemaOrReference;
|
|
15
|
+
boolean?: boolean;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* AdditionalPropertiesItem
|
|
19
|
+
*/
|
|
20
|
+
export declare class AdditionalPropertiesItem extends FieldNode {
|
|
21
|
+
private _schemaOrReference;
|
|
22
|
+
private _boolean;
|
|
23
|
+
__defaultValues: IAdditionalPropertiesItem;
|
|
24
|
+
constructor(initData?: IAdditionalPropertiesItem, parent?: FieldNode, parentAttributeName?: string);
|
|
25
|
+
get schemaOrReference(): OpenapiV3SchemaOrReference;
|
|
26
|
+
set schemaOrReference(v: IOpenapiV3SchemaOrReference);
|
|
27
|
+
get boolean(): BOOLEAN;
|
|
28
|
+
set boolean(v: boolean);
|
|
29
|
+
fromLiteral(data: IAdditionalPropertiesItem): void;
|
|
30
|
+
toLiteral(): IAdditionalPropertiesItem;
|
|
31
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { BOOLEAN, FieldNode, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
import { SchemaOrReference as OpenapiV3SchemaOrReference, } from './SchemaOrReference.js';
|
|
5
|
+
/**
|
|
6
|
+
* AdditionalPropertiesItem
|
|
7
|
+
*/
|
|
8
|
+
export class AdditionalPropertiesItem extends FieldNode {
|
|
9
|
+
constructor(initData, parent, parentAttributeName) {
|
|
10
|
+
super(undefined, parent, parentAttributeName);
|
|
11
|
+
this.__meta.typeName = 'openapi.v3.AdditionalPropertiesItem';
|
|
12
|
+
this.__meta.description = 'AdditionalPropertiesItem';
|
|
13
|
+
this.__meta.nodeFields = [
|
|
14
|
+
{
|
|
15
|
+
fieldName: 'schemaOrReference',
|
|
16
|
+
protoName: 'schema_or_reference',
|
|
17
|
+
FieldConstructor: OpenapiV3SchemaOrReference,
|
|
18
|
+
constraints: {},
|
|
19
|
+
description: '',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
fieldName: 'boolean',
|
|
23
|
+
protoName: 'boolean',
|
|
24
|
+
FieldConstructor: BOOLEAN,
|
|
25
|
+
constraints: {},
|
|
26
|
+
description: '',
|
|
27
|
+
},
|
|
28
|
+
];
|
|
29
|
+
// Initialize the fields
|
|
30
|
+
this._schemaOrReference = new OpenapiV3SchemaOrReference(undefined, this, 'schemaOrReference');
|
|
31
|
+
this._boolean = new BOOLEAN(undefined, this, 'boolean');
|
|
32
|
+
// Set required fields
|
|
33
|
+
[].forEach(fieldName => {
|
|
34
|
+
this[fieldName].__meta.required = true;
|
|
35
|
+
});
|
|
36
|
+
// Default values from openAPI annotations
|
|
37
|
+
this.__defaultValues = {};
|
|
38
|
+
// Initialize the fields with init data
|
|
39
|
+
if (initData !== undefined) {
|
|
40
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
this.__fromLiteral(this.__defaultValues);
|
|
44
|
+
}
|
|
45
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
46
|
+
[].forEach(fieldName => {
|
|
47
|
+
this[fieldName].__readonly = true;
|
|
48
|
+
});
|
|
49
|
+
this.__meta.isPristine = true;
|
|
50
|
+
}
|
|
51
|
+
get schemaOrReference() {
|
|
52
|
+
return this._schemaOrReference;
|
|
53
|
+
}
|
|
54
|
+
set schemaOrReference(v) {
|
|
55
|
+
this.__TypeSetter(this._schemaOrReference, v);
|
|
56
|
+
}
|
|
57
|
+
get boolean() {
|
|
58
|
+
return this._boolean;
|
|
59
|
+
}
|
|
60
|
+
set boolean(v) {
|
|
61
|
+
this.__PrimitivesSetter(this._boolean, v);
|
|
62
|
+
}
|
|
63
|
+
fromLiteral(data) {
|
|
64
|
+
super.__fromLiteral(data);
|
|
65
|
+
}
|
|
66
|
+
toLiteral() {
|
|
67
|
+
return super.__toLiteral();
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
Registry.register('openapi.v3.AdditionalPropertiesItem', AdditionalPropertiesItem);
|
|
71
|
+
//# sourceMappingURL=AdditionalPropertiesItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdditionalPropertiesItem.js","sourceRoot":"","sources":["../../../protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,EACL,iBAAiB,IAAI,0BAA0B,GAGhD,MAAM,qBAAqB,CAAC;AAkB7B;;GAEG;AACH,MAAM,OAAO,wBAAyB,SAAQ,SAAS;IAOrD,YACE,QAAoC,EACpC,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,qCAAqC,CAAC;QAC7D,IAAI,CAAC,MAAM,CAAC,WAAW,GAAG,0BAA0B,CAAC;QAErD,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,mBAAmB;gBAC9B,SAAS,EAAE,qBAAqB;gBAChC,gBAAgB,EAAE,0BAA0B;gBAC5C,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,SAAS;gBACpB,SAAS,EAAE,SAAS;gBACpB,gBAAgB,EAAE,OAAO;gBACzB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,kBAAkB,GAAG,IAAI,0BAA0B,CACtD,SAAS,EACT,IAAI,EACJ,mBAAmB,CACpB,CAAC;QAEF,IAAI,CAAC,QAAQ,GAAG,IAAI,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;QAExD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YAEnB,IAAI,CAAC,SAA2C,CACjD,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC3B,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;YAEnB,IAAI,CAAC,SAA2C,CACjD,CAAC,UAAU,GAAG,IAAI,CAAC;QACtB,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,iBAAiB;QAC1B,OAAO,IAAI,CAAC,kBAAkB,CAAC;IACjC,CAAC;IAED,IAAW,iBAAiB,CAAC,CAA8B;QACzD,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,kBAAkB,EAAE,CAAC,CAAC,CAAC;IAChD,CAAC;IAED,IAAW,OAAO;QAChB,OAAO,IAAI,CAAC,QAAQ,CAAC;IACvB,CAAC;IAED,IAAW,OAAO,CAAC,CAAU;QAC3B,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC;IAC5C,CAAC;IAED,WAAW,CAAC,IAA+B;QACzC,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,CACf,qCAAqC,EACrC,wBAAwB,CACzB,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { BOOLEAN, FieldNode, Registry } from '@furo/open-models/dist/index';\nimport {\n SchemaOrReference as OpenapiV3SchemaOrReference,\n type ISchemaOrReference as IOpenapiV3SchemaOrReference,\n type TSchemaOrReference as TOpenapiV3SchemaOrReference,\n} from './SchemaOrReference';\n\n/**\n * @interface IAdditionalPropertiesItem\n */\nexport interface IAdditionalPropertiesItem {\n schemaOrReference?: IOpenapiV3SchemaOrReference;\n boolean?: boolean;\n}\n\n/**\n * @interface TAdditionalPropertiesItem\n */\nexport interface TAdditionalPropertiesItem {\n schema_or_reference?: TOpenapiV3SchemaOrReference;\n boolean?: boolean;\n}\n\n/**\n * AdditionalPropertiesItem\n */\nexport class AdditionalPropertiesItem extends FieldNode {\n private _schemaOrReference: OpenapiV3SchemaOrReference;\n\n private _boolean: BOOLEAN;\n\n public __defaultValues: IAdditionalPropertiesItem;\n\n constructor(\n initData?: IAdditionalPropertiesItem,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'openapi.v3.AdditionalPropertiesItem';\n this.__meta.description = 'AdditionalPropertiesItem';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'schemaOrReference',\n protoName: 'schema_or_reference',\n FieldConstructor: OpenapiV3SchemaOrReference,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'boolean',\n protoName: 'boolean',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._schemaOrReference = new OpenapiV3SchemaOrReference(\n undefined,\n this,\n 'schemaOrReference',\n );\n\n this._boolean = new BOOLEAN(undefined, this, 'boolean');\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[fieldName as keyof AdditionalPropertiesItem] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (\n this[fieldName as keyof AdditionalPropertiesItem] as FieldNode\n ).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get schemaOrReference(): OpenapiV3SchemaOrReference {\n return this._schemaOrReference;\n }\n\n public set schemaOrReference(v: IOpenapiV3SchemaOrReference) {\n this.__TypeSetter(this._schemaOrReference, v);\n }\n\n public get boolean(): BOOLEAN {\n return this._boolean;\n }\n\n public set boolean(v: boolean) {\n this.__PrimitivesSetter(this._boolean, v);\n }\n\n fromLiteral(data: IAdditionalPropertiesItem) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IAdditionalPropertiesItem {\n return super.__toLiteral();\n }\n}\n\nRegistry.register(\n 'openapi.v3.AdditionalPropertiesItem',\n AdditionalPropertiesItem,\n);\n"]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ANY, FieldNode, STRING, type IAny } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IXAny
|
|
4
|
+
*/
|
|
5
|
+
export interface IXAny {
|
|
6
|
+
value?: IAny;
|
|
7
|
+
yaml?: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @interface TXAny
|
|
11
|
+
*/
|
|
12
|
+
export interface TXAny {
|
|
13
|
+
value?: IAny;
|
|
14
|
+
yaml?: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* XAny
|
|
18
|
+
*/
|
|
19
|
+
export declare class XAny extends FieldNode {
|
|
20
|
+
private _value;
|
|
21
|
+
private _yaml;
|
|
22
|
+
__defaultValues: IXAny;
|
|
23
|
+
constructor(initData?: IXAny, parent?: FieldNode, parentAttributeName?: string);
|
|
24
|
+
get value(): ANY;
|
|
25
|
+
set value(v: IAny);
|
|
26
|
+
get yaml(): STRING;
|
|
27
|
+
set yaml(v: string);
|
|
28
|
+
fromLiteral(data: IXAny): void;
|
|
29
|
+
toLiteral(): IXAny;
|
|
30
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ANY, FieldNode, Registry, STRING, } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* XAny
|
|
6
|
+
*/
|
|
7
|
+
export class XAny extends FieldNode {
|
|
8
|
+
constructor(initData, parent, parentAttributeName) {
|
|
9
|
+
super(undefined, parent, parentAttributeName);
|
|
10
|
+
this.__meta.typeName = 'openapi.v3.Any';
|
|
11
|
+
this.__meta.description = 'XAny';
|
|
12
|
+
this.__meta.nodeFields = [
|
|
13
|
+
{
|
|
14
|
+
fieldName: 'value',
|
|
15
|
+
protoName: 'value',
|
|
16
|
+
FieldConstructor: ANY,
|
|
17
|
+
constraints: {},
|
|
18
|
+
description: '',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
fieldName: 'yaml',
|
|
22
|
+
protoName: 'yaml',
|
|
23
|
+
FieldConstructor: STRING,
|
|
24
|
+
constraints: {},
|
|
25
|
+
description: '',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
// Initialize the fields
|
|
29
|
+
this._value = new ANY(undefined, this, 'value');
|
|
30
|
+
this._yaml = new STRING(undefined, this, 'yaml');
|
|
31
|
+
// Set required fields
|
|
32
|
+
[].forEach(fieldName => {
|
|
33
|
+
this[fieldName].__meta.required = true;
|
|
34
|
+
});
|
|
35
|
+
// Default values from openAPI annotations
|
|
36
|
+
this.__defaultValues = {};
|
|
37
|
+
// Initialize the fields with init data
|
|
38
|
+
if (initData !== undefined) {
|
|
39
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
40
|
+
}
|
|
41
|
+
else {
|
|
42
|
+
this.__fromLiteral(this.__defaultValues);
|
|
43
|
+
}
|
|
44
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
45
|
+
[].forEach(fieldName => {
|
|
46
|
+
this[fieldName].__readonly = true;
|
|
47
|
+
});
|
|
48
|
+
this.__meta.isPristine = true;
|
|
49
|
+
}
|
|
50
|
+
get value() {
|
|
51
|
+
return this._value;
|
|
52
|
+
}
|
|
53
|
+
set value(v) {
|
|
54
|
+
this.__TypeSetter(this._value, v);
|
|
55
|
+
}
|
|
56
|
+
get yaml() {
|
|
57
|
+
return this._yaml;
|
|
58
|
+
}
|
|
59
|
+
set yaml(v) {
|
|
60
|
+
this.__PrimitivesSetter(this._yaml, v);
|
|
61
|
+
}
|
|
62
|
+
fromLiteral(data) {
|
|
63
|
+
super.__fromLiteral(data);
|
|
64
|
+
}
|
|
65
|
+
toLiteral() {
|
|
66
|
+
return super.__toLiteral();
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
Registry.register('openapi.v3.Any', XAny);
|
|
70
|
+
//# sourceMappingURL=Any.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Any.js","sourceRoot":"","sources":["../../../protoc-gen-open-models/openapiv3/Any.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EACL,GAAG,EACH,SAAS,EACT,QAAQ,EACR,MAAM,GAEP,MAAM,8BAA8B,CAAC;AAkBtC;;GAEG;AACH,MAAM,OAAO,IAAK,SAAQ,SAAS;IAOjC,YACE,QAAgB,EAChB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,gBAAgB,CAAC;QACxC,IAAI,CAAC,MAAM,CAAC,WAAW,GAAG,MAAM,CAAC;QAEjC,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,GAAG;gBACrB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,MAAM;gBACjB,SAAS,EAAE,MAAM;gBACjB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,MAAM,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAEhD,IAAI,CAAC,KAAK,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC;QAEjD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAAuB,CAAe,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QACtE,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,SAAuB,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACjE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,IAAW,KAAK,CAAC,CAAO;QACtB,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IACpC,CAAC;IAED,IAAW,IAAI;QACb,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED,IAAW,IAAI,CAAC,CAAS;QACvB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IACzC,CAAC;IAED,WAAW,CAAC,IAAW;QACrB,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,gBAAgB,EAAE,IAAI,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport {\n ANY,\n FieldNode,\n Registry,\n STRING,\n type IAny,\n} from '@furo/open-models/dist/index';\n\n/**\n * @interface IXAny\n */\nexport interface IXAny {\n value?: IAny;\n yaml?: string;\n}\n\n/**\n * @interface TXAny\n */\nexport interface TXAny {\n value?: IAny;\n yaml?: string;\n}\n\n/**\n * XAny\n */\nexport class XAny extends FieldNode {\n private _value: ANY;\n\n private _yaml: STRING;\n\n public __defaultValues: IXAny;\n\n constructor(\n initData?: IXAny,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'openapi.v3.Any';\n this.__meta.description = 'XAny';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: ANY,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'yaml',\n protoName: 'yaml',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._value = new ANY(undefined, this, 'value');\n\n this._yaml = new STRING(undefined, this, 'yaml');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof XAny] as FieldNode).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof XAny] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get value(): ANY {\n return this._value;\n }\n\n public set value(v: IAny) {\n this.__TypeSetter(this._value, v);\n }\n\n public get yaml(): STRING {\n return this._yaml;\n }\n\n public set yaml(v: string) {\n this.__PrimitivesSetter(this._yaml, v);\n }\n\n fromLiteral(data: IXAny) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IXAny {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('openapi.v3.Any', XAny);\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
import { XAny as OpenapiV3Any, type IXAny as IOpenapiV3Any, type TXAny as TOpenapiV3Any } from './Any.js';
|
|
3
|
+
import { Expression as OpenapiV3Expression, type IExpression as IOpenapiV3Expression, type TExpression as TOpenapiV3Expression } from './Expression.js';
|
|
4
|
+
/**
|
|
5
|
+
* @interface IAnyOrExpression
|
|
6
|
+
*/
|
|
7
|
+
export interface IAnyOrExpression {
|
|
8
|
+
any?: IOpenapiV3Any;
|
|
9
|
+
expression?: IOpenapiV3Expression;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @interface TAnyOrExpression
|
|
13
|
+
*/
|
|
14
|
+
export interface TAnyOrExpression {
|
|
15
|
+
any?: TOpenapiV3Any;
|
|
16
|
+
expression?: TOpenapiV3Expression;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* AnyOrExpression
|
|
20
|
+
*/
|
|
21
|
+
export declare class AnyOrExpression extends FieldNode {
|
|
22
|
+
private _any;
|
|
23
|
+
private _expression;
|
|
24
|
+
__defaultValues: IAnyOrExpression;
|
|
25
|
+
constructor(initData?: IAnyOrExpression, parent?: FieldNode, parentAttributeName?: string);
|
|
26
|
+
get any(): OpenapiV3Any;
|
|
27
|
+
set any(v: IOpenapiV3Any);
|
|
28
|
+
get expression(): OpenapiV3Expression;
|
|
29
|
+
set expression(v: IOpenapiV3Expression);
|
|
30
|
+
fromLiteral(data: IAnyOrExpression): void;
|
|
31
|
+
toLiteral(): IAnyOrExpression;
|
|
32
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { FieldNode, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
import { XAny as OpenapiV3Any, } from './Any.js';
|
|
5
|
+
import { Expression as OpenapiV3Expression, } from './Expression.js';
|
|
6
|
+
/**
|
|
7
|
+
* AnyOrExpression
|
|
8
|
+
*/
|
|
9
|
+
export class AnyOrExpression extends FieldNode {
|
|
10
|
+
constructor(initData, parent, parentAttributeName) {
|
|
11
|
+
super(undefined, parent, parentAttributeName);
|
|
12
|
+
this.__meta.typeName = 'openapi.v3.AnyOrExpression';
|
|
13
|
+
this.__meta.description = 'AnyOrExpression';
|
|
14
|
+
this.__meta.nodeFields = [
|
|
15
|
+
{
|
|
16
|
+
fieldName: 'any',
|
|
17
|
+
protoName: 'any',
|
|
18
|
+
FieldConstructor: OpenapiV3Any,
|
|
19
|
+
constraints: {},
|
|
20
|
+
description: '',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
fieldName: 'expression',
|
|
24
|
+
protoName: 'expression',
|
|
25
|
+
FieldConstructor: OpenapiV3Expression,
|
|
26
|
+
constraints: {},
|
|
27
|
+
description: '',
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
// Initialize the fields
|
|
31
|
+
this._any = new OpenapiV3Any(undefined, this, 'any');
|
|
32
|
+
this._expression = new OpenapiV3Expression(undefined, this, 'expression');
|
|
33
|
+
// Set required fields
|
|
34
|
+
[].forEach(fieldName => {
|
|
35
|
+
this[fieldName].__meta.required =
|
|
36
|
+
true;
|
|
37
|
+
});
|
|
38
|
+
// Default values from openAPI annotations
|
|
39
|
+
this.__defaultValues = {};
|
|
40
|
+
// Initialize the fields with init data
|
|
41
|
+
if (initData !== undefined) {
|
|
42
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
this.__fromLiteral(this.__defaultValues);
|
|
46
|
+
}
|
|
47
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
48
|
+
[].forEach(fieldName => {
|
|
49
|
+
this[fieldName].__readonly = true;
|
|
50
|
+
});
|
|
51
|
+
this.__meta.isPristine = true;
|
|
52
|
+
}
|
|
53
|
+
get any() {
|
|
54
|
+
return this._any;
|
|
55
|
+
}
|
|
56
|
+
set any(v) {
|
|
57
|
+
this.__TypeSetter(this._any, v);
|
|
58
|
+
}
|
|
59
|
+
get expression() {
|
|
60
|
+
return this._expression;
|
|
61
|
+
}
|
|
62
|
+
set expression(v) {
|
|
63
|
+
this.__TypeSetter(this._expression, v);
|
|
64
|
+
}
|
|
65
|
+
fromLiteral(data) {
|
|
66
|
+
super.__fromLiteral(data);
|
|
67
|
+
}
|
|
68
|
+
toLiteral() {
|
|
69
|
+
return super.__toLiteral();
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
Registry.register('openapi.v3.AnyOrExpression', AnyOrExpression);
|
|
73
|
+
//# sourceMappingURL=AnyOrExpression.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnyOrExpression.js","sourceRoot":"","sources":["../../../protoc-gen-open-models/openapiv3/AnyOrExpression.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AACnE,OAAO,EACL,IAAI,IAAI,YAAY,GAGrB,MAAM,OAAO,CAAC;AAEf,OAAO,EACL,UAAU,IAAI,mBAAmB,GAGlC,MAAM,cAAc,CAAC;AAkBtB;;GAEG;AACH,MAAM,OAAO,eAAgB,SAAQ,SAAS;IAO5C,YACE,QAA2B,EAC3B,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,4BAA4B,CAAC;QACpD,IAAI,CAAC,MAAM,CAAC,WAAW,GAAG,iBAAiB,CAAC;QAE5C,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,KAAK;gBAChB,gBAAgB,EAAE,YAAY;gBAC9B,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,YAAY;gBACvB,SAAS,EAAE,YAAY;gBACvB,gBAAgB,EAAE,mBAAmB;gBACrC,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,IAAI,GAAG,IAAI,YAAY,CAAC,SAAS,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QAErD,IAAI,CAAC,WAAW,GAAG,IAAI,mBAAmB,CAAC,SAAS,EAAE,IAAI,EAAE,YAAY,CAAC,CAAC;QAE1E,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAAkC,CAAe,CAAC,MAAM,CAAC,QAAQ;gBACrE,IAAI,CAAC;QACT,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,SAAkC,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QAC5E,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,GAAG;QACZ,OAAO,IAAI,CAAC,IAAI,CAAC;IACnB,CAAC;IAED,IAAW,GAAG,CAAC,CAAgB;QAC7B,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IAClC,CAAC;IAED,IAAW,UAAU;QACnB,OAAO,IAAI,CAAC,WAAW,CAAC;IAC1B,CAAC;IAED,IAAW,UAAU,CAAC,CAAuB;QAC3C,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC;IACzC,CAAC;IAED,WAAW,CAAC,IAAsB;QAChC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CAAC,4BAA4B,EAAE,eAAe,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, Registry } from '@furo/open-models/dist/index';\nimport {\n XAny as OpenapiV3Any,\n type IXAny as IOpenapiV3Any,\n type TXAny as TOpenapiV3Any,\n} from './Any';\n\nimport {\n Expression as OpenapiV3Expression,\n type IExpression as IOpenapiV3Expression,\n type TExpression as TOpenapiV3Expression,\n} from './Expression';\n\n/**\n * @interface IAnyOrExpression\n */\nexport interface IAnyOrExpression {\n any?: IOpenapiV3Any;\n expression?: IOpenapiV3Expression;\n}\n\n/**\n * @interface TAnyOrExpression\n */\nexport interface TAnyOrExpression {\n any?: TOpenapiV3Any;\n expression?: TOpenapiV3Expression;\n}\n\n/**\n * AnyOrExpression\n */\nexport class AnyOrExpression extends FieldNode {\n private _any: OpenapiV3Any;\n\n private _expression: OpenapiV3Expression;\n\n public __defaultValues: IAnyOrExpression;\n\n constructor(\n initData?: IAnyOrExpression,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'openapi.v3.AnyOrExpression';\n this.__meta.description = 'AnyOrExpression';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'any',\n protoName: 'any',\n FieldConstructor: OpenapiV3Any,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'expression',\n protoName: 'expression',\n FieldConstructor: OpenapiV3Expression,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._any = new OpenapiV3Any(undefined, this, 'any');\n\n this._expression = new OpenapiV3Expression(undefined, this, 'expression');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof AnyOrExpression] as FieldNode).__meta.required =\n true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof AnyOrExpression] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get any(): OpenapiV3Any {\n return this._any;\n }\n\n public set any(v: IOpenapiV3Any) {\n this.__TypeSetter(this._any, v);\n }\n\n public get expression(): OpenapiV3Expression {\n return this._expression;\n }\n\n public set expression(v: IOpenapiV3Expression) {\n this.__TypeSetter(this._expression, v);\n }\n\n fromLiteral(data: IAnyOrExpression) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IAnyOrExpression {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('openapi.v3.AnyOrExpression', AnyOrExpression);\n"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ARRAY, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
import { NamedAny as OpenapiV3NamedAny, type INamedAny as IOpenapiV3NamedAny, type TNamedAny as TOpenapiV3NamedAny } from './NamedAny.js';
|
|
3
|
+
import { NamedPathItem as OpenapiV3NamedPathItem, type INamedPathItem as IOpenapiV3NamedPathItem, type TNamedPathItem as TOpenapiV3NamedPathItem } from './NamedPathItem.js';
|
|
4
|
+
/**
|
|
5
|
+
* @interface ICallback
|
|
6
|
+
* A map of possible out-of band callbacks related to the parent operation. Each value in the map is a Path Item Object that describes a set of requests that may be initiated by the API provider and the expected responses. The key value used to identify the callback object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation.
|
|
7
|
+
*/
|
|
8
|
+
export interface ICallback {
|
|
9
|
+
path?: IOpenapiV3NamedPathItem[];
|
|
10
|
+
specificationExtension?: IOpenapiV3NamedAny[];
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @interface TCallback
|
|
14
|
+
* A map of possible out-of band callbacks related to the parent operation. Each value in the map is a Path Item Object that describes a set of requests that may be initiated by the API provider and the expected responses. The key value used to identify the callback object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation.
|
|
15
|
+
*/
|
|
16
|
+
export interface TCallback {
|
|
17
|
+
path?: TOpenapiV3NamedPathItem[];
|
|
18
|
+
specification_extension?: TOpenapiV3NamedAny[];
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Callback
|
|
22
|
+
* A map of possible out-of band callbacks related to the parent operation. Each value in the map is a Path Item Object that describes a set of requests that may be initiated by the API provider and the expected responses. The key value used to identify the callback object is an expression, evaluated at runtime, that identifies a URL to use for the callback operation.
|
|
23
|
+
*/
|
|
24
|
+
export declare class Callback extends FieldNode {
|
|
25
|
+
private _path;
|
|
26
|
+
private _specificationExtension;
|
|
27
|
+
__defaultValues: ICallback;
|
|
28
|
+
constructor(initData?: ICallback, parent?: FieldNode, parentAttributeName?: string);
|
|
29
|
+
get path(): ARRAY<OpenapiV3NamedPathItem, IOpenapiV3NamedPathItem>;
|
|
30
|
+
set path(v: IOpenapiV3NamedPathItem[]);
|
|
31
|
+
get specificationExtension(): ARRAY<OpenapiV3NamedAny, IOpenapiV3NamedAny>;
|
|
32
|
+
set specificationExtension(v: IOpenapiV3NamedAny[]);
|
|
33
|
+
fromLiteral(data: ICallback): void;
|
|
34
|
+
toLiteral(): ICallback;
|
|
35
|
+
}
|