@furo/open-models 1.15.3 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +3545 -3545
- package/dist/protoc-gen-open-models/API_OPTIONS.d.ts +5 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js +11 -0
- package/dist/protoc-gen-open-models/API_OPTIONS.js.map +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.d.ts +1 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js +201 -0
- package/dist/protoc-gen-open-models/BusinessValidators.js.map +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.d.ts +1 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js +17 -0
- package/dist/protoc-gen-open-models/CustomPrototypes.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.d.ts +61 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.js +110 -0
- package/dist/protoc-gen-open-models/furo/cube/Colour.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.d.ts +80 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js +131 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.d.ts +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js +94 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.d.ts +12 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.js +14 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeService.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.d.ts +31 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js +58 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.d.ts +44 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js +79 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js +73 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js +57 -0
- package/dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.d.ts +12 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.js +21 -0
- package/dist/protoc-gen-open-models/furo/cube/Materials.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.d.ts +65 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.js +168 -0
- package/dist/protoc-gen-open-models/furo/cube/Wrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.d.ts +50 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js +83 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.d.ts +50 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js +83 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.d.ts +74 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.js +96 -0
- package/dist/protoc-gen-open-models/furo/fat/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Bool.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Bytes.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.d.ts +58 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js +82 -0
- package/dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Double.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.d.ts +57 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.js +78 -0
- package/dist/protoc-gen-open-models/furo/fat/Empty.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Float.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Int32.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js +76 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Int64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/String.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/String.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/String.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint32.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js +75 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.d.ts +68 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.js +94 -0
- package/dist/protoc-gen-open-models/furo/fat/Uint64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.d.ts +11 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.js +15 -0
- package/dist/protoc-gen-open-models/furo/type/BookingCenter.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.d.ts +75 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js +230 -0
- package/dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.js +61 -0
- package/dist/protoc-gen-open-models/furo/type/Decimal.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.d.ts +37 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.js +61 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalB.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.d.ts +58 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.js +82 -0
- package/dist/protoc-gen-open-models/furo/type/DecimalRange.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.d.ts +31 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js +72 -0
- package/dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.d.ts +30 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js +70 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.d.ts +111 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.js +222 -0
- package/dist/protoc-gen-open-models/furo/type/Defaults.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.d.ts +30 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js +70 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.d.ts +117 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.js +215 -0
- package/dist/protoc-gen-open-models/furo/type/Identifier.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.d.ts +42 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.js +81 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.d.ts +47 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.js +95 -0
- package/dist/protoc-gen-open-models/furo/type/Numeric64.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Other.d.ts +26 -0
- package/dist/protoc-gen-open-models/furo/type/Other.js +57 -0
- package/dist/protoc-gen-open-models/furo/type/Other.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.d.ts +13 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.js +17 -0
- package/dist/protoc-gen-open-models/furo/type/RefSystem.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.d.ts +53 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.js +57 -0
- package/dist/protoc-gen-open-models/furo/type/RefType.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.d.ts +53 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.js +90 -0
- package/dist/protoc-gen-open-models/furo/type/Tree.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.d.ts +46 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.js +113 -0
- package/dist/protoc-gen-open-models/furo/type/Uints.js.map +1 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.d.ts +65 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.js +168 -0
- package/dist/protoc-gen-open-models/furo/type/Wrappers.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.d.ts +45 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js +77 -0
- package/dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/Http.d.ts +66 -0
- package/dist/protoc-gen-open-models/google/api/Http.js +93 -0
- package/dist/protoc-gen-open-models/google/api/Http.js.map +1 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.d.ts +985 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.js +514 -0
- package/dist/protoc-gen-open-models/google/api/HttpRule.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.d.ts +356 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.js +217 -0
- package/dist/protoc-gen-open-models/google/protobuf/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/BoolValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/BytesValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.d.ts +36 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js +85 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ExtensionRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js +70 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.ReservedRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.d.ts +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js +194 -0
- package/dist/protoc-gen-open-models/google/protobuf/DescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/DoubleValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.d.ts +11 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.js +26 -0
- package/dist/protoc-gen-open-models/google/protobuf/Edition.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js +71 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.EnumReservedRange.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.d.ts +69 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js +127 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.d.ts +95 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js +143 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.d.ts +39 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.d.ts +76 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js +120 -0
- package/dist/protoc-gen-open-models/google/protobuf/EnumValueOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.d.ts +81 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js +132 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.Declaration.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.d.ts +4 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js +8 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.VerificationState.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.d.ts +76 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js +120 -0
- package/dist/protoc-gen-open-models/google/protobuf/ExtensionRangeOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.EnumType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.d.ts +6 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js +16 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.FieldPresence.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.JsonFormat.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.MessageEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.RepeatedFieldEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js +15 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.Utf8Validation.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.d.ts +74 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js +140 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSet.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.d.ts +32 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js +73 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.FeatureSetEditionDefault.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.d.ts +65 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js +100 -0
- package/dist/protoc-gen-open-models/google/protobuf/FeatureSetDefaults.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js +10 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Label.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.d.ts +20 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js +25 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.Type.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.d.ts +189 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js +282 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.CType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.d.ts +31 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js +71 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.EditionDefault.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.JSType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionRetention.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.d.ts +12 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js +16 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.OptionTargetType.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.d.ts +264 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js +364 -0
- package/dist/protoc-gen-open-models/google/protobuf/FieldOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.d.ts +151 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js +262 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.d.ts +32 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js +61 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileDescriptorSet.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.OptimizeMode.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.d.ts +333 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js +482 -0
- package/dist/protoc-gen-open-models/google/protobuf/FileOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/FloatValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js +12 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.Semantic.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.d.ts +78 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js +130 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.Annotation.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.d.ts +43 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js +66 -0
- package/dist/protoc-gen-open-models/google/protobuf/GeneratedCodeInfo.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int32Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js +62 -0
- package/dist/protoc-gen-open-models/google/protobuf/Int64Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.d.ts +201 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js +259 -0
- package/dist/protoc-gen-open-models/google/protobuf/MessageOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.d.ts +74 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js +138 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.d.ts +5 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js +9 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.IdempotencyLevel.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.d.ts +67 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js +115 -0
- package/dist/protoc-gen-open-models/google/protobuf/MethodOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.d.ts +34 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js +73 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.d.ts +44 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js +77 -0
- package/dist/protoc-gen-open-models/google/protobuf/OneofOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js +87 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceDescriptorProto.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.d.ts +61 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js +99 -0
- package/dist/protoc-gen-open-models/google/protobuf/ServiceOptions.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.d.ts +207 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js +262 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.Location.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.d.ts +122 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js +147 -0
- package/dist/protoc-gen-open-models/google/protobuf/SourceCodeInfo.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/StringValue.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt32Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.d.ts +40 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js +63 -0
- package/dist/protoc-gen-open-models/google/protobuf/UInt64Value.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.d.ts +30 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js +70 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.NamePart.js.map +1 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.d.ts +82 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js +153 -0
- package/dist/protoc-gen-open-models/google/protobuf/UninterpretedOption.js.map +1 -0
- package/dist/protoc-gen-open-models/init.d.ts +10 -0
- package/dist/protoc-gen-open-models/init.js +10 -0
- package/dist/protoc-gen-open-models/init.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.d.ts +31 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js +71 -0
- package/dist/protoc-gen-open-models/openapiv3/AdditionalPropertiesItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.d.ts +30 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.js +70 -0
- package/dist/protoc-gen-open-models/openapiv3/Any.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/AnyOrExpression.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/Callback.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbackOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/CallbacksOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.d.ts +83 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.js +194 -0
- package/dist/protoc-gen-open-models/openapiv3/Components.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.d.ts +44 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.js +101 -0
- package/dist/protoc-gen-open-models/openapiv3/Contact.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.js +85 -0
- package/dist/protoc-gen-open-models/openapiv3/DefaultType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.d.ts +40 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.js +89 -0
- package/dist/protoc-gen-open-models/openapiv3/Discriminator.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.d.ts +73 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.js +176 -0
- package/dist/protoc-gen-open-models/openapiv3/Document.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.d.ts +55 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.js +130 -0
- package/dist/protoc-gen-open-models/openapiv3/Encoding.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Encodings.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.d.ts +47 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.js +114 -0
- package/dist/protoc-gen-open-models/openapiv3/Example.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ExampleOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ExamplesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Expression.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.d.ts +39 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js +88 -0
- package/dist/protoc-gen-open-models/openapiv3/ExternalDocs.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.d.ts +88 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.js +217 -0
- package/dist/protoc-gen-open-models/openapiv3/Header.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/HeaderOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/HeadersOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.d.ts +66 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.js +159 -0
- package/dist/protoc-gen-open-models/openapiv3/Info.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/ItemsItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/License.d.ts +39 -0
- package/dist/protoc-gen-open-models/openapiv3/License.js +87 -0
- package/dist/protoc-gen-open-models/openapiv3/License.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.d.ts +61 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.js +145 -0
- package/dist/protoc-gen-open-models/openapiv3/Link.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/LinkOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/LinksOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.d.ts +53 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.js +119 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/MediaTypes.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedAny.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedCallbackOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedEncoding.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedExampleOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedHeaderOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedLinkOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedMediaType.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedParameterOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedPathItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedRequestBodyOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedResponseOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSchemaOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedSecuritySchemeOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js +78 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedServerVariable.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.js +77 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedString.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.d.ts +46 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js +79 -0
- package/dist/protoc-gen-open-models/openapiv3/NamedStringArray.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.d.ts +50 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js +116 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlow.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.d.ts +50 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js +116 -0
- package/dist/protoc-gen-open-models/openapiv3/OauthFlows.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Object.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.d.ts +96 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.js +234 -0
- package/dist/protoc-gen-open-models/openapiv3/Operation.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.d.ts +98 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.js +245 -0
- package/dist/protoc-gen-open-models/openapiv3/Parameter.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ParameterOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/ParametersOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.d.ts +97 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.js +244 -0
- package/dist/protoc-gen-open-models/openapiv3/PathItem.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.d.ts +35 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.js +74 -0
- package/dist/protoc-gen-open-models/openapiv3/Paths.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Properties.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.d.ts +38 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.js +86 -0
- package/dist/protoc-gen-open-models/openapiv3/Reference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodiesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBody.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js +72 -0
- package/dist/protoc-gen-open-models/openapiv3/RequestBodyOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.d.ts +52 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.js +118 -0
- package/dist/protoc-gen-open-models/openapiv3/Response.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponseOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.d.ts +41 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.js +89 -0
- package/dist/protoc-gen-open-models/openapiv3/Responses.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ResponsesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.d.ts +213 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.js +558 -0
- package/dist/protoc-gen-open-models/openapiv3/Schema.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js +73 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemaOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/SchemasOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.d.ts +29 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js +60 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityRequirement.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.d.ts +70 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js +173 -0
- package/dist/protoc-gen-open-models/openapiv3/SecurityScheme.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.d.ts +32 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js +72 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemeOrReference.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/SecuritySchemesOrReferences.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.js +101 -0
- package/dist/protoc-gen-open-models/openapiv3/Server.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.d.ts +44 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariable.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js +58 -0
- package/dist/protoc-gen-open-models/openapiv3/ServerVariables.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.d.ts +38 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js +86 -0
- package/dist/protoc-gen-open-models/openapiv3/SpecificationExtension.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.d.ts +25 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/StringArray.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.d.ts +26 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.js +57 -0
- package/dist/protoc-gen-open-models/openapiv3/Strings.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.d.ts +45 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.js +102 -0
- package/dist/protoc-gen-open-models/openapiv3/Tag.js.map +1 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.d.ts +54 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.js +129 -0
- package/dist/protoc-gen-open-models/openapiv3/Xml.js.map +1 -0
- package/dist/web-components/furo-type-renderer.d.ts +6 -0
- package/dist/web-components/furo-type-renderer.js +3 -0
- package/dist/web-components/furo-type-renderer.js.map +1 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.d.ts +158 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.js +309 -0
- package/dist/web-components/impl/TypeRenderer/TypeRenderer.js.map +1 -0
- package/dist/web-components/impl/TypeRenderer/index.d.ts +6 -0
- package/dist/web-components/impl/TypeRenderer/index.js +3 -0
- package/dist/web-components/impl/TypeRenderer/index.js.map +1 -0
- package/package.json +18 -15
- package/tsconfig.json +0 -44
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ARRAY, FieldNode, Registry, STRING, } from '@furo/open-models/dist/index';
|
|
4
|
+
import { NamedAny as OpenapiV3NamedAny, } from './NamedAny.js';
|
|
5
|
+
import { Operation as OpenapiV3Operation, } from './Operation.js';
|
|
6
|
+
import { ParameterOrReference as OpenapiV3ParameterOrReference, } from './ParameterOrReference.js';
|
|
7
|
+
import { Server as OpenapiV3Server, } from './Server.js';
|
|
8
|
+
/**
|
|
9
|
+
* PathItem
|
|
10
|
+
* Describes the operations available on a single path. A Path Item MAY be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.
|
|
11
|
+
*/
|
|
12
|
+
export class PathItem extends FieldNode {
|
|
13
|
+
constructor(initData, parent, parentAttributeName) {
|
|
14
|
+
super(undefined, parent, parentAttributeName);
|
|
15
|
+
this.__meta.typeName = 'openapi.v3.PathItem';
|
|
16
|
+
this.__meta.description =
|
|
17
|
+
'PathItem Describes the operations available on a single path. A Path Item MAY be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.';
|
|
18
|
+
this.__meta.nodeFields = [
|
|
19
|
+
{
|
|
20
|
+
fieldName: 'Ref',
|
|
21
|
+
protoName: '_ref',
|
|
22
|
+
FieldConstructor: STRING,
|
|
23
|
+
constraints: {},
|
|
24
|
+
description: '',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
fieldName: 'summary',
|
|
28
|
+
protoName: 'summary',
|
|
29
|
+
FieldConstructor: STRING,
|
|
30
|
+
constraints: {},
|
|
31
|
+
description: '',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
fieldName: 'description',
|
|
35
|
+
protoName: 'description',
|
|
36
|
+
FieldConstructor: STRING,
|
|
37
|
+
constraints: {},
|
|
38
|
+
description: '',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
fieldName: 'get',
|
|
42
|
+
protoName: 'get',
|
|
43
|
+
FieldConstructor: OpenapiV3Operation,
|
|
44
|
+
constraints: {},
|
|
45
|
+
description: '',
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
fieldName: 'put',
|
|
49
|
+
protoName: 'put',
|
|
50
|
+
FieldConstructor: OpenapiV3Operation,
|
|
51
|
+
constraints: {},
|
|
52
|
+
description: '',
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
fieldName: 'post',
|
|
56
|
+
protoName: 'post',
|
|
57
|
+
FieldConstructor: OpenapiV3Operation,
|
|
58
|
+
constraints: {},
|
|
59
|
+
description: '',
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
fieldName: 'delete',
|
|
63
|
+
protoName: 'delete',
|
|
64
|
+
FieldConstructor: OpenapiV3Operation,
|
|
65
|
+
constraints: {},
|
|
66
|
+
description: '',
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
fieldName: 'options',
|
|
70
|
+
protoName: 'options',
|
|
71
|
+
FieldConstructor: OpenapiV3Operation,
|
|
72
|
+
constraints: {},
|
|
73
|
+
description: '',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
fieldName: 'head',
|
|
77
|
+
protoName: 'head',
|
|
78
|
+
FieldConstructor: OpenapiV3Operation,
|
|
79
|
+
constraints: {},
|
|
80
|
+
description: '',
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
fieldName: 'patch',
|
|
84
|
+
protoName: 'patch',
|
|
85
|
+
FieldConstructor: OpenapiV3Operation,
|
|
86
|
+
constraints: {},
|
|
87
|
+
description: '',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
fieldName: 'trace',
|
|
91
|
+
protoName: 'trace',
|
|
92
|
+
FieldConstructor: OpenapiV3Operation,
|
|
93
|
+
constraints: {},
|
|
94
|
+
description: '',
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
fieldName: 'servers',
|
|
98
|
+
protoName: 'servers',
|
|
99
|
+
FieldConstructor: OpenapiV3Server,
|
|
100
|
+
constraints: {},
|
|
101
|
+
description: '',
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
fieldName: 'parameters',
|
|
105
|
+
protoName: 'parameters',
|
|
106
|
+
FieldConstructor: OpenapiV3ParameterOrReference,
|
|
107
|
+
constraints: {},
|
|
108
|
+
description: '',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
fieldName: 'specificationExtension',
|
|
112
|
+
protoName: 'specification_extension',
|
|
113
|
+
FieldConstructor: OpenapiV3NamedAny,
|
|
114
|
+
constraints: {},
|
|
115
|
+
description: '',
|
|
116
|
+
},
|
|
117
|
+
];
|
|
118
|
+
// Initialize the fields
|
|
119
|
+
this._Ref = new STRING(undefined, this, 'Ref');
|
|
120
|
+
this._summary = new STRING(undefined, this, 'summary');
|
|
121
|
+
this._description = new STRING(undefined, this, 'description');
|
|
122
|
+
this._get = new OpenapiV3Operation(undefined, this, 'get');
|
|
123
|
+
this._put = new OpenapiV3Operation(undefined, this, 'put');
|
|
124
|
+
this._post = new OpenapiV3Operation(undefined, this, 'post');
|
|
125
|
+
this._delete = new OpenapiV3Operation(undefined, this, 'delete');
|
|
126
|
+
this._options = new OpenapiV3Operation(undefined, this, 'options');
|
|
127
|
+
this._head = new OpenapiV3Operation(undefined, this, 'head');
|
|
128
|
+
this._patch = new OpenapiV3Operation(undefined, this, 'patch');
|
|
129
|
+
this._trace = new OpenapiV3Operation(undefined, this, 'trace');
|
|
130
|
+
this._servers = new ARRAY(undefined, this, 'servers');
|
|
131
|
+
this._parameters = new ARRAY(undefined, this, 'parameters');
|
|
132
|
+
this._specificationExtension = new ARRAY(undefined, this, 'specificationExtension');
|
|
133
|
+
// Set required fields
|
|
134
|
+
[].forEach(fieldName => {
|
|
135
|
+
this[fieldName].__meta.required = true;
|
|
136
|
+
});
|
|
137
|
+
// Default values from openAPI annotations
|
|
138
|
+
this.__defaultValues = {};
|
|
139
|
+
// Initialize the fields with init data
|
|
140
|
+
if (initData !== undefined) {
|
|
141
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
142
|
+
}
|
|
143
|
+
else {
|
|
144
|
+
this.__fromLiteral(this.__defaultValues);
|
|
145
|
+
}
|
|
146
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
147
|
+
[].forEach(fieldName => {
|
|
148
|
+
this[fieldName].__readonly = true;
|
|
149
|
+
});
|
|
150
|
+
this.__meta.isPristine = true;
|
|
151
|
+
}
|
|
152
|
+
get Ref() {
|
|
153
|
+
return this._Ref;
|
|
154
|
+
}
|
|
155
|
+
set Ref(v) {
|
|
156
|
+
this.__PrimitivesSetter(this._Ref, v);
|
|
157
|
+
}
|
|
158
|
+
get summary() {
|
|
159
|
+
return this._summary;
|
|
160
|
+
}
|
|
161
|
+
set summary(v) {
|
|
162
|
+
this.__PrimitivesSetter(this._summary, v);
|
|
163
|
+
}
|
|
164
|
+
get description() {
|
|
165
|
+
return this._description;
|
|
166
|
+
}
|
|
167
|
+
set description(v) {
|
|
168
|
+
this.__PrimitivesSetter(this._description, v);
|
|
169
|
+
}
|
|
170
|
+
get get() {
|
|
171
|
+
return this._get;
|
|
172
|
+
}
|
|
173
|
+
set get(v) {
|
|
174
|
+
this.__TypeSetter(this._get, v);
|
|
175
|
+
}
|
|
176
|
+
get put() {
|
|
177
|
+
return this._put;
|
|
178
|
+
}
|
|
179
|
+
set put(v) {
|
|
180
|
+
this.__TypeSetter(this._put, v);
|
|
181
|
+
}
|
|
182
|
+
get post() {
|
|
183
|
+
return this._post;
|
|
184
|
+
}
|
|
185
|
+
set post(v) {
|
|
186
|
+
this.__TypeSetter(this._post, v);
|
|
187
|
+
}
|
|
188
|
+
get delete() {
|
|
189
|
+
return this._delete;
|
|
190
|
+
}
|
|
191
|
+
set delete(v) {
|
|
192
|
+
this.__TypeSetter(this._delete, v);
|
|
193
|
+
}
|
|
194
|
+
get options() {
|
|
195
|
+
return this._options;
|
|
196
|
+
}
|
|
197
|
+
set options(v) {
|
|
198
|
+
this.__TypeSetter(this._options, v);
|
|
199
|
+
}
|
|
200
|
+
get head() {
|
|
201
|
+
return this._head;
|
|
202
|
+
}
|
|
203
|
+
set head(v) {
|
|
204
|
+
this.__TypeSetter(this._head, v);
|
|
205
|
+
}
|
|
206
|
+
get patch() {
|
|
207
|
+
return this._patch;
|
|
208
|
+
}
|
|
209
|
+
set patch(v) {
|
|
210
|
+
this.__TypeSetter(this._patch, v);
|
|
211
|
+
}
|
|
212
|
+
get trace() {
|
|
213
|
+
return this._trace;
|
|
214
|
+
}
|
|
215
|
+
set trace(v) {
|
|
216
|
+
this.__TypeSetter(this._trace, v);
|
|
217
|
+
}
|
|
218
|
+
get servers() {
|
|
219
|
+
return this._servers;
|
|
220
|
+
}
|
|
221
|
+
set servers(v) {
|
|
222
|
+
this.__TypeSetter(this._servers, v);
|
|
223
|
+
}
|
|
224
|
+
get parameters() {
|
|
225
|
+
return this._parameters;
|
|
226
|
+
}
|
|
227
|
+
set parameters(v) {
|
|
228
|
+
this.__TypeSetter(this._parameters, v);
|
|
229
|
+
}
|
|
230
|
+
get specificationExtension() {
|
|
231
|
+
return this._specificationExtension;
|
|
232
|
+
}
|
|
233
|
+
set specificationExtension(v) {
|
|
234
|
+
this.__TypeSetter(this._specificationExtension, v);
|
|
235
|
+
}
|
|
236
|
+
fromLiteral(data) {
|
|
237
|
+
super.__fromLiteral(data);
|
|
238
|
+
}
|
|
239
|
+
toLiteral() {
|
|
240
|
+
return super.__toLiteral();
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
Registry.register('openapi.v3.PathItem', PathItem);
|
|
244
|
+
//# sourceMappingURL=PathItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PathItem.js","sourceRoot":"","sources":["../../../protoc-gen-open-models/openapiv3/PathItem.ts"],"names":[],"mappings":"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","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport {\n ARRAY,\n FieldNode,\n Registry,\n STRING,\n} from '@furo/open-models/dist/index';\nimport {\n NamedAny as OpenapiV3NamedAny,\n type INamedAny as IOpenapiV3NamedAny,\n type TNamedAny as TOpenapiV3NamedAny,\n} from './NamedAny';\n\nimport {\n Operation as OpenapiV3Operation,\n type IOperation as IOpenapiV3Operation,\n type TOperation as TOpenapiV3Operation,\n} from './Operation';\n\nimport {\n ParameterOrReference as OpenapiV3ParameterOrReference,\n type IParameterOrReference as IOpenapiV3ParameterOrReference,\n type TParameterOrReference as TOpenapiV3ParameterOrReference,\n} from './ParameterOrReference';\n\nimport {\n Server as OpenapiV3Server,\n type IServer as IOpenapiV3Server,\n type TServer as TOpenapiV3Server,\n} from './Server';\n\n/**\n * @interface IPathItem\n * Describes the operations available on a single path. A Path Item MAY be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.\n */\nexport interface IPathItem {\n Ref?: string;\n summary?: string;\n description?: string;\n get?: IOpenapiV3Operation;\n put?: IOpenapiV3Operation;\n post?: IOpenapiV3Operation;\n delete?: IOpenapiV3Operation;\n options?: IOpenapiV3Operation;\n head?: IOpenapiV3Operation;\n patch?: IOpenapiV3Operation;\n trace?: IOpenapiV3Operation;\n servers?: IOpenapiV3Server[];\n parameters?: IOpenapiV3ParameterOrReference[];\n specificationExtension?: IOpenapiV3NamedAny[];\n}\n\n/**\n * @interface TPathItem\n * Describes the operations available on a single path. A Path Item MAY be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.\n */\nexport interface TPathItem {\n _ref?: string;\n summary?: string;\n description?: string;\n get?: TOpenapiV3Operation;\n put?: TOpenapiV3Operation;\n post?: TOpenapiV3Operation;\n delete?: TOpenapiV3Operation;\n options?: TOpenapiV3Operation;\n head?: TOpenapiV3Operation;\n patch?: TOpenapiV3Operation;\n trace?: TOpenapiV3Operation;\n servers?: TOpenapiV3Server[];\n parameters?: TOpenapiV3ParameterOrReference[];\n specification_extension?: TOpenapiV3NamedAny[];\n}\n\n/**\n * PathItem\n * Describes the operations available on a single path. A Path Item MAY be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.\n */\nexport class PathItem extends FieldNode {\n private _Ref: STRING;\n\n private _summary: STRING;\n\n private _description: STRING;\n\n private _get: OpenapiV3Operation;\n\n private _put: OpenapiV3Operation;\n\n private _post: OpenapiV3Operation;\n\n private _delete: OpenapiV3Operation;\n\n private _options: OpenapiV3Operation;\n\n private _head: OpenapiV3Operation;\n\n private _patch: OpenapiV3Operation;\n\n private _trace: OpenapiV3Operation;\n\n private _servers: ARRAY<OpenapiV3Server, IOpenapiV3Server>;\n\n private _parameters: ARRAY<\n OpenapiV3ParameterOrReference,\n IOpenapiV3ParameterOrReference\n >;\n\n private _specificationExtension: ARRAY<OpenapiV3NamedAny, IOpenapiV3NamedAny>;\n\n public __defaultValues: IPathItem;\n\n constructor(\n initData?: IPathItem,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'openapi.v3.PathItem';\n this.__meta.description =\n 'PathItem Describes the operations available on a single path. A Path Item MAY be empty, due to ACL constraints. The path itself is still exposed to the documentation viewer but they will not know which operations and parameters are available.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'Ref',\n protoName: '_ref',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'summary',\n protoName: 'summary',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'description',\n protoName: 'description',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'get',\n protoName: 'get',\n FieldConstructor: OpenapiV3Operation,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'put',\n protoName: 'put',\n FieldConstructor: OpenapiV3Operation,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'post',\n protoName: 'post',\n FieldConstructor: OpenapiV3Operation,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'delete',\n protoName: 'delete',\n FieldConstructor: OpenapiV3Operation,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'options',\n protoName: 'options',\n FieldConstructor: OpenapiV3Operation,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'head',\n protoName: 'head',\n FieldConstructor: OpenapiV3Operation,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'patch',\n protoName: 'patch',\n FieldConstructor: OpenapiV3Operation,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'trace',\n protoName: 'trace',\n FieldConstructor: OpenapiV3Operation,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'servers',\n protoName: 'servers',\n FieldConstructor: OpenapiV3Server,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'parameters',\n protoName: 'parameters',\n FieldConstructor: OpenapiV3ParameterOrReference,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'specificationExtension',\n protoName: 'specification_extension',\n FieldConstructor: OpenapiV3NamedAny,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._Ref = new STRING(undefined, this, 'Ref');\n\n this._summary = new STRING(undefined, this, 'summary');\n\n this._description = new STRING(undefined, this, 'description');\n\n this._get = new OpenapiV3Operation(undefined, this, 'get');\n\n this._put = new OpenapiV3Operation(undefined, this, 'put');\n\n this._post = new OpenapiV3Operation(undefined, this, 'post');\n\n this._delete = new OpenapiV3Operation(undefined, this, 'delete');\n\n this._options = new OpenapiV3Operation(undefined, this, 'options');\n\n this._head = new OpenapiV3Operation(undefined, this, 'head');\n\n this._patch = new OpenapiV3Operation(undefined, this, 'patch');\n\n this._trace = new OpenapiV3Operation(undefined, this, 'trace');\n\n this._servers = new ARRAY<OpenapiV3Server, IOpenapiV3Server>(\n undefined,\n this,\n 'servers',\n );\n\n this._parameters = new ARRAY<\n OpenapiV3ParameterOrReference,\n IOpenapiV3ParameterOrReference\n >(undefined, this, 'parameters');\n\n this._specificationExtension = new ARRAY<\n OpenapiV3NamedAny,\n IOpenapiV3NamedAny\n >(undefined, this, 'specificationExtension');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof PathItem] 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 PathItem] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get Ref(): STRING {\n return this._Ref;\n }\n\n public set Ref(v: string) {\n this.__PrimitivesSetter(this._Ref, v);\n }\n\n public get summary(): STRING {\n return this._summary;\n }\n\n public set summary(v: string) {\n this.__PrimitivesSetter(this._summary, v);\n }\n\n public get description(): STRING {\n return this._description;\n }\n\n public set description(v: string) {\n this.__PrimitivesSetter(this._description, v);\n }\n\n public get get(): OpenapiV3Operation {\n return this._get;\n }\n\n public set get(v: IOpenapiV3Operation) {\n this.__TypeSetter(this._get, v);\n }\n\n public get put(): OpenapiV3Operation {\n return this._put;\n }\n\n public set put(v: IOpenapiV3Operation) {\n this.__TypeSetter(this._put, v);\n }\n\n public get post(): OpenapiV3Operation {\n return this._post;\n }\n\n public set post(v: IOpenapiV3Operation) {\n this.__TypeSetter(this._post, v);\n }\n\n public get delete(): OpenapiV3Operation {\n return this._delete;\n }\n\n public set delete(v: IOpenapiV3Operation) {\n this.__TypeSetter(this._delete, v);\n }\n\n public get options(): OpenapiV3Operation {\n return this._options;\n }\n\n public set options(v: IOpenapiV3Operation) {\n this.__TypeSetter(this._options, v);\n }\n\n public get head(): OpenapiV3Operation {\n return this._head;\n }\n\n public set head(v: IOpenapiV3Operation) {\n this.__TypeSetter(this._head, v);\n }\n\n public get patch(): OpenapiV3Operation {\n return this._patch;\n }\n\n public set patch(v: IOpenapiV3Operation) {\n this.__TypeSetter(this._patch, v);\n }\n\n public get trace(): OpenapiV3Operation {\n return this._trace;\n }\n\n public set trace(v: IOpenapiV3Operation) {\n this.__TypeSetter(this._trace, v);\n }\n\n public get servers(): ARRAY<OpenapiV3Server, IOpenapiV3Server> {\n return this._servers;\n }\n\n public set servers(v: IOpenapiV3Server[]) {\n this.__TypeSetter(this._servers, v);\n }\n\n public get parameters(): ARRAY<\n OpenapiV3ParameterOrReference,\n IOpenapiV3ParameterOrReference\n > {\n return this._parameters;\n }\n\n public set parameters(v: IOpenapiV3ParameterOrReference[]) {\n this.__TypeSetter(this._parameters, v);\n }\n\n public get specificationExtension(): ARRAY<\n OpenapiV3NamedAny,\n IOpenapiV3NamedAny\n > {\n return this._specificationExtension;\n }\n\n public set specificationExtension(v: IOpenapiV3NamedAny[]) {\n this.__TypeSetter(this._specificationExtension, v);\n }\n\n fromLiteral(data: IPathItem) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IPathItem {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('openapi.v3.PathItem', PathItem);\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 IPaths
|
|
6
|
+
* Holds the relative paths to the individual endpoints and their operations. The path is appended to the URL from the `Server Object` in order to construct the full URL. The Paths MAY be empty, due to ACL constraints.
|
|
7
|
+
*/
|
|
8
|
+
export interface IPaths {
|
|
9
|
+
path?: IOpenapiV3NamedPathItem[];
|
|
10
|
+
specificationExtension?: IOpenapiV3NamedAny[];
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @interface TPaths
|
|
14
|
+
* Holds the relative paths to the individual endpoints and their operations. The path is appended to the URL from the `Server Object` in order to construct the full URL. The Paths MAY be empty, due to ACL constraints.
|
|
15
|
+
*/
|
|
16
|
+
export interface TPaths {
|
|
17
|
+
path?: TOpenapiV3NamedPathItem[];
|
|
18
|
+
specification_extension?: TOpenapiV3NamedAny[];
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Paths
|
|
22
|
+
* Holds the relative paths to the individual endpoints and their operations. The path is appended to the URL from the `Server Object` in order to construct the full URL. The Paths MAY be empty, due to ACL constraints.
|
|
23
|
+
*/
|
|
24
|
+
export declare class Paths extends FieldNode {
|
|
25
|
+
private _path;
|
|
26
|
+
private _specificationExtension;
|
|
27
|
+
__defaultValues: IPaths;
|
|
28
|
+
constructor(initData?: IPaths, 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: IPaths): void;
|
|
34
|
+
toLiteral(): IPaths;
|
|
35
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ARRAY, FieldNode, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
import { NamedAny as OpenapiV3NamedAny, } from './NamedAny.js';
|
|
5
|
+
import { NamedPathItem as OpenapiV3NamedPathItem, } from './NamedPathItem.js';
|
|
6
|
+
/**
|
|
7
|
+
* Paths
|
|
8
|
+
* Holds the relative paths to the individual endpoints and their operations. The path is appended to the URL from the `Server Object` in order to construct the full URL. The Paths MAY be empty, due to ACL constraints.
|
|
9
|
+
*/
|
|
10
|
+
export class Paths extends FieldNode {
|
|
11
|
+
constructor(initData, parent, parentAttributeName) {
|
|
12
|
+
super(undefined, parent, parentAttributeName);
|
|
13
|
+
this.__meta.typeName = 'openapi.v3.Paths';
|
|
14
|
+
this.__meta.description =
|
|
15
|
+
'Paths Holds the relative paths to the individual endpoints and their operations. The path is appended to the URL from the `Server Object` in order to construct the full URL. The Paths MAY be empty, due to ACL constraints.';
|
|
16
|
+
this.__meta.nodeFields = [
|
|
17
|
+
{
|
|
18
|
+
fieldName: 'path',
|
|
19
|
+
protoName: 'path',
|
|
20
|
+
FieldConstructor: OpenapiV3NamedPathItem,
|
|
21
|
+
constraints: {},
|
|
22
|
+
description: '',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
fieldName: 'specificationExtension',
|
|
26
|
+
protoName: 'specification_extension',
|
|
27
|
+
FieldConstructor: OpenapiV3NamedAny,
|
|
28
|
+
constraints: {},
|
|
29
|
+
description: '',
|
|
30
|
+
},
|
|
31
|
+
];
|
|
32
|
+
// Initialize the fields
|
|
33
|
+
this._path = new ARRAY(undefined, this, 'path');
|
|
34
|
+
this._specificationExtension = new ARRAY(undefined, this, 'specificationExtension');
|
|
35
|
+
// Set required fields
|
|
36
|
+
[].forEach(fieldName => {
|
|
37
|
+
this[fieldName].__meta.required = true;
|
|
38
|
+
});
|
|
39
|
+
// Default values from openAPI annotations
|
|
40
|
+
this.__defaultValues = {};
|
|
41
|
+
// Initialize the fields with init data
|
|
42
|
+
if (initData !== undefined) {
|
|
43
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
this.__fromLiteral(this.__defaultValues);
|
|
47
|
+
}
|
|
48
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
49
|
+
[].forEach(fieldName => {
|
|
50
|
+
this[fieldName].__readonly = true;
|
|
51
|
+
});
|
|
52
|
+
this.__meta.isPristine = true;
|
|
53
|
+
}
|
|
54
|
+
get path() {
|
|
55
|
+
return this._path;
|
|
56
|
+
}
|
|
57
|
+
set path(v) {
|
|
58
|
+
this.__TypeSetter(this._path, v);
|
|
59
|
+
}
|
|
60
|
+
get specificationExtension() {
|
|
61
|
+
return this._specificationExtension;
|
|
62
|
+
}
|
|
63
|
+
set specificationExtension(v) {
|
|
64
|
+
this.__TypeSetter(this._specificationExtension, v);
|
|
65
|
+
}
|
|
66
|
+
fromLiteral(data) {
|
|
67
|
+
super.__fromLiteral(data);
|
|
68
|
+
}
|
|
69
|
+
toLiteral() {
|
|
70
|
+
return super.__toLiteral();
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
Registry.register('openapi.v3.Paths', Paths);
|
|
74
|
+
//# sourceMappingURL=Paths.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Paths.js","sourceRoot":"","sources":["../../../protoc-gen-open-models/openapiv3/Paths.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EACL,QAAQ,IAAI,iBAAiB,GAG9B,MAAM,YAAY,CAAC;AAEpB,OAAO,EACL,aAAa,IAAI,sBAAsB,GAGxC,MAAM,iBAAiB,CAAC;AAoBzB;;;GAGG;AACH,MAAM,OAAO,KAAM,SAAQ,SAAS;IAOlC,YACE,QAAiB,EACjB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,kBAAkB,CAAC;QAC1C,IAAI,CAAC,MAAM,CAAC,WAAW;YACrB,gOAAgO,CAAC;QAEnO,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,MAAM;gBACjB,SAAS,EAAE,MAAM;gBACjB,gBAAgB,EAAE,sBAAsB;gBACxC,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,wBAAwB;gBACnC,SAAS,EAAE,yBAAyB;gBACpC,gBAAgB,EAAE,iBAAiB;gBACnC,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,KAAK,GAAG,IAAI,KAAK,CACpB,SAAS,EACT,IAAI,EACJ,MAAM,CACP,CAAC;QAEF,IAAI,CAAC,uBAAuB,GAAG,IAAI,KAAK,CAGtC,SAAS,EAAE,IAAI,EAAE,wBAAwB,CAAC,CAAC;QAE7C,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAAwB,CAAe,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QACvE,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,SAAwB,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QAClE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,IAAI;QACb,OAAO,IAAI,CAAC,KAAK,CAAC;IACpB,CAAC;IAED,IAAW,IAAI,CAAC,CAA4B;QAC1C,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;IACnC,CAAC;IAED,IAAW,sBAAsB;QAI/B,OAAO,IAAI,CAAC,uBAAuB,CAAC;IACtC,CAAC;IAED,IAAW,sBAAsB,CAAC,CAAuB;QACvD,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,uBAAuB,EAAE,CAAC,CAAC,CAAC;IACrD,CAAC;IAED,WAAW,CAAC,IAAY;QACtB,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,kBAAkB,EAAE,KAAK,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { ARRAY, FieldNode, Registry } from '@furo/open-models/dist/index';\nimport {\n NamedAny as OpenapiV3NamedAny,\n type INamedAny as IOpenapiV3NamedAny,\n type TNamedAny as TOpenapiV3NamedAny,\n} from './NamedAny';\n\nimport {\n NamedPathItem as OpenapiV3NamedPathItem,\n type INamedPathItem as IOpenapiV3NamedPathItem,\n type TNamedPathItem as TOpenapiV3NamedPathItem,\n} from './NamedPathItem';\n\n/**\n * @interface IPaths\n * Holds the relative paths to the individual endpoints and their operations. The path is appended to the URL from the `Server Object` in order to construct the full URL. The Paths MAY be empty, due to ACL constraints.\n */\nexport interface IPaths {\n path?: IOpenapiV3NamedPathItem[];\n specificationExtension?: IOpenapiV3NamedAny[];\n}\n\n/**\n * @interface TPaths\n * Holds the relative paths to the individual endpoints and their operations. The path is appended to the URL from the `Server Object` in order to construct the full URL. The Paths MAY be empty, due to ACL constraints.\n */\nexport interface TPaths {\n path?: TOpenapiV3NamedPathItem[];\n specification_extension?: TOpenapiV3NamedAny[];\n}\n\n/**\n * Paths\n * Holds the relative paths to the individual endpoints and their operations. The path is appended to the URL from the `Server Object` in order to construct the full URL. The Paths MAY be empty, due to ACL constraints.\n */\nexport class Paths extends FieldNode {\n private _path: ARRAY<OpenapiV3NamedPathItem, IOpenapiV3NamedPathItem>;\n\n private _specificationExtension: ARRAY<OpenapiV3NamedAny, IOpenapiV3NamedAny>;\n\n public __defaultValues: IPaths;\n\n constructor(\n initData?: IPaths,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'openapi.v3.Paths';\n this.__meta.description =\n 'Paths Holds the relative paths to the individual endpoints and their operations. The path is appended to the URL from the `Server Object` in order to construct the full URL. The Paths MAY be empty, due to ACL constraints.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'path',\n protoName: 'path',\n FieldConstructor: OpenapiV3NamedPathItem,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'specificationExtension',\n protoName: 'specification_extension',\n FieldConstructor: OpenapiV3NamedAny,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._path = new ARRAY<OpenapiV3NamedPathItem, IOpenapiV3NamedPathItem>(\n undefined,\n this,\n 'path',\n );\n\n this._specificationExtension = new ARRAY<\n OpenapiV3NamedAny,\n IOpenapiV3NamedAny\n >(undefined, this, 'specificationExtension');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof Paths] 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 Paths] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get path(): ARRAY<OpenapiV3NamedPathItem, IOpenapiV3NamedPathItem> {\n return this._path;\n }\n\n public set path(v: IOpenapiV3NamedPathItem[]) {\n this.__TypeSetter(this._path, v);\n }\n\n public get specificationExtension(): ARRAY<\n OpenapiV3NamedAny,\n IOpenapiV3NamedAny\n > {\n return this._specificationExtension;\n }\n\n public set specificationExtension(v: IOpenapiV3NamedAny[]) {\n this.__TypeSetter(this._specificationExtension, v);\n }\n\n fromLiteral(data: IPaths) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IPaths {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('openapi.v3.Paths', Paths);\n"]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ARRAY, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
import { NamedSchemaOrReference as OpenapiV3NamedSchemaOrReference, type INamedSchemaOrReference as IOpenapiV3NamedSchemaOrReference, type TNamedSchemaOrReference as TOpenapiV3NamedSchemaOrReference } from './NamedSchemaOrReference.js';
|
|
3
|
+
/**
|
|
4
|
+
* @interface IProperties
|
|
5
|
+
*/
|
|
6
|
+
export interface IProperties {
|
|
7
|
+
additionalProperties?: IOpenapiV3NamedSchemaOrReference[];
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @interface TProperties
|
|
11
|
+
*/
|
|
12
|
+
export interface TProperties {
|
|
13
|
+
additional_properties?: TOpenapiV3NamedSchemaOrReference[];
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Properties
|
|
17
|
+
*/
|
|
18
|
+
export declare class Properties extends FieldNode {
|
|
19
|
+
private _additionalProperties;
|
|
20
|
+
__defaultValues: IProperties;
|
|
21
|
+
constructor(initData?: IProperties, parent?: FieldNode, parentAttributeName?: string);
|
|
22
|
+
get additionalProperties(): ARRAY<OpenapiV3NamedSchemaOrReference, IOpenapiV3NamedSchemaOrReference>;
|
|
23
|
+
set additionalProperties(v: IOpenapiV3NamedSchemaOrReference[]);
|
|
24
|
+
fromLiteral(data: IProperties): void;
|
|
25
|
+
toLiteral(): IProperties;
|
|
26
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ARRAY, FieldNode, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
import { NamedSchemaOrReference as OpenapiV3NamedSchemaOrReference, } from './NamedSchemaOrReference.js';
|
|
5
|
+
/**
|
|
6
|
+
* Properties
|
|
7
|
+
*/
|
|
8
|
+
export class Properties extends FieldNode {
|
|
9
|
+
constructor(initData, parent, parentAttributeName) {
|
|
10
|
+
super(undefined, parent, parentAttributeName);
|
|
11
|
+
this.__meta.typeName = 'openapi.v3.Properties';
|
|
12
|
+
this.__meta.description = 'Properties';
|
|
13
|
+
this.__meta.nodeFields = [
|
|
14
|
+
{
|
|
15
|
+
fieldName: 'additionalProperties',
|
|
16
|
+
protoName: 'additional_properties',
|
|
17
|
+
FieldConstructor: OpenapiV3NamedSchemaOrReference,
|
|
18
|
+
constraints: {},
|
|
19
|
+
description: '',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
// Initialize the fields
|
|
23
|
+
this._additionalProperties = new ARRAY(undefined, this, 'additionalProperties');
|
|
24
|
+
// Set required fields
|
|
25
|
+
[].forEach(fieldName => {
|
|
26
|
+
this[fieldName].__meta.required = true;
|
|
27
|
+
});
|
|
28
|
+
// Default values from openAPI annotations
|
|
29
|
+
this.__defaultValues = {};
|
|
30
|
+
// Initialize the fields with init data
|
|
31
|
+
if (initData !== undefined) {
|
|
32
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
this.__fromLiteral(this.__defaultValues);
|
|
36
|
+
}
|
|
37
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
38
|
+
[].forEach(fieldName => {
|
|
39
|
+
this[fieldName].__readonly = true;
|
|
40
|
+
});
|
|
41
|
+
this.__meta.isPristine = true;
|
|
42
|
+
}
|
|
43
|
+
get additionalProperties() {
|
|
44
|
+
return this._additionalProperties;
|
|
45
|
+
}
|
|
46
|
+
set additionalProperties(v) {
|
|
47
|
+
this.__TypeSetter(this._additionalProperties, v);
|
|
48
|
+
}
|
|
49
|
+
fromLiteral(data) {
|
|
50
|
+
super.__fromLiteral(data);
|
|
51
|
+
}
|
|
52
|
+
toLiteral() {
|
|
53
|
+
return super.__toLiteral();
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
Registry.register('openapi.v3.Properties', Properties);
|
|
57
|
+
//# sourceMappingURL=Properties.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Properties.js","sourceRoot":"","sources":["../../../protoc-gen-open-models/openapiv3/Properties.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EACL,sBAAsB,IAAI,+BAA+B,GAG1D,MAAM,0BAA0B,CAAC;AAgBlC;;GAEG;AACH,MAAM,OAAO,UAAW,SAAQ,SAAS;IAQvC,YACE,QAAsB,EACtB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,uBAAuB,CAAC;QAC/C,IAAI,CAAC,MAAM,CAAC,WAAW,GAAG,YAAY,CAAC;QAEvC,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,sBAAsB;gBACjC,SAAS,EAAE,uBAAuB;gBAClC,gBAAgB,EAAE,+BAA+B;gBACjD,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,qBAAqB,GAAG,IAAI,KAAK,CAGpC,SAAS,EAAE,IAAI,EAAE,sBAAsB,CAAC,CAAC;QAE3C,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA6B,CAAe,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC5E,CAAC,CAAC,CAAC;QAEH,0CAA0C;QAC1C,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAE1B,uCAAuC;QACvC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3C,CAAC;QAED,sEAAsE;QACtE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA6B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACvE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,oBAAoB;QAI7B,OAAO,IAAI,CAAC,qBAAqB,CAAC;IACpC,CAAC;IAED,IAAW,oBAAoB,CAAC,CAAqC;QACnE,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,qBAAqB,EAAE,CAAC,CAAC,CAAC;IACnD,CAAC;IAED,WAAW,CAAC,IAAiB;QAC3B,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CAAC,uBAAuB,EAAE,UAAU,CAAC,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { ARRAY, FieldNode, Registry } from '@furo/open-models/dist/index';\nimport {\n NamedSchemaOrReference as OpenapiV3NamedSchemaOrReference,\n type INamedSchemaOrReference as IOpenapiV3NamedSchemaOrReference,\n type TNamedSchemaOrReference as TOpenapiV3NamedSchemaOrReference,\n} from './NamedSchemaOrReference';\n\n/**\n * @interface IProperties\n */\nexport interface IProperties {\n additionalProperties?: IOpenapiV3NamedSchemaOrReference[];\n}\n\n/**\n * @interface TProperties\n */\nexport interface TProperties {\n additional_properties?: TOpenapiV3NamedSchemaOrReference[];\n}\n\n/**\n * Properties\n */\nexport class Properties extends FieldNode {\n private _additionalProperties: ARRAY<\n OpenapiV3NamedSchemaOrReference,\n IOpenapiV3NamedSchemaOrReference\n >;\n\n public __defaultValues: IProperties;\n\n constructor(\n initData?: IProperties,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'openapi.v3.Properties';\n this.__meta.description = 'Properties';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'additionalProperties',\n protoName: 'additional_properties',\n FieldConstructor: OpenapiV3NamedSchemaOrReference,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._additionalProperties = new ARRAY<\n OpenapiV3NamedSchemaOrReference,\n IOpenapiV3NamedSchemaOrReference\n >(undefined, this, 'additionalProperties');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof Properties] 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 Properties] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get additionalProperties(): ARRAY<\n OpenapiV3NamedSchemaOrReference,\n IOpenapiV3NamedSchemaOrReference\n > {\n return this._additionalProperties;\n }\n\n public set additionalProperties(v: IOpenapiV3NamedSchemaOrReference[]) {\n this.__TypeSetter(this._additionalProperties, v);\n }\n\n fromLiteral(data: IProperties) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IProperties {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('openapi.v3.Properties', Properties);\n"]}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FieldNode, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IReference
|
|
4
|
+
* A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.
|
|
5
|
+
*/
|
|
6
|
+
export interface IReference {
|
|
7
|
+
Ref?: string;
|
|
8
|
+
summary?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @interface TReference
|
|
13
|
+
* A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.
|
|
14
|
+
*/
|
|
15
|
+
export interface TReference {
|
|
16
|
+
_ref?: string;
|
|
17
|
+
summary?: string;
|
|
18
|
+
description?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Reference
|
|
22
|
+
* A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.
|
|
23
|
+
*/
|
|
24
|
+
export declare class Reference extends FieldNode {
|
|
25
|
+
private _Ref;
|
|
26
|
+
private _summary;
|
|
27
|
+
private _description;
|
|
28
|
+
__defaultValues: IReference;
|
|
29
|
+
constructor(initData?: IReference, parent?: FieldNode, parentAttributeName?: string);
|
|
30
|
+
get Ref(): STRING;
|
|
31
|
+
set Ref(v: string);
|
|
32
|
+
get summary(): STRING;
|
|
33
|
+
set summary(v: string);
|
|
34
|
+
get description(): STRING;
|
|
35
|
+
set description(v: string);
|
|
36
|
+
fromLiteral(data: IReference): void;
|
|
37
|
+
toLiteral(): IReference;
|
|
38
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { FieldNode, Registry, STRING } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* Reference
|
|
6
|
+
* A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.
|
|
7
|
+
*/
|
|
8
|
+
export class Reference extends FieldNode {
|
|
9
|
+
constructor(initData, parent, parentAttributeName) {
|
|
10
|
+
super(undefined, parent, parentAttributeName);
|
|
11
|
+
this.__meta.typeName = 'openapi.v3.Reference';
|
|
12
|
+
this.__meta.description =
|
|
13
|
+
'Reference A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.';
|
|
14
|
+
this.__meta.nodeFields = [
|
|
15
|
+
{
|
|
16
|
+
fieldName: 'Ref',
|
|
17
|
+
protoName: '_ref',
|
|
18
|
+
FieldConstructor: STRING,
|
|
19
|
+
constraints: {},
|
|
20
|
+
description: '',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
fieldName: 'summary',
|
|
24
|
+
protoName: 'summary',
|
|
25
|
+
FieldConstructor: STRING,
|
|
26
|
+
constraints: {},
|
|
27
|
+
description: '',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
fieldName: 'description',
|
|
31
|
+
protoName: 'description',
|
|
32
|
+
FieldConstructor: STRING,
|
|
33
|
+
constraints: {},
|
|
34
|
+
description: '',
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
// Initialize the fields
|
|
38
|
+
this._Ref = new STRING(undefined, this, 'Ref');
|
|
39
|
+
this._summary = new STRING(undefined, this, 'summary');
|
|
40
|
+
this._description = new STRING(undefined, this, 'description');
|
|
41
|
+
// Set required fields
|
|
42
|
+
[].forEach(fieldName => {
|
|
43
|
+
this[fieldName].__meta.required = true;
|
|
44
|
+
});
|
|
45
|
+
// Default values from openAPI annotations
|
|
46
|
+
this.__defaultValues = {};
|
|
47
|
+
// Initialize the fields with init data
|
|
48
|
+
if (initData !== undefined) {
|
|
49
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
50
|
+
}
|
|
51
|
+
else {
|
|
52
|
+
this.__fromLiteral(this.__defaultValues);
|
|
53
|
+
}
|
|
54
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
55
|
+
[].forEach(fieldName => {
|
|
56
|
+
this[fieldName].__readonly = true;
|
|
57
|
+
});
|
|
58
|
+
this.__meta.isPristine = true;
|
|
59
|
+
}
|
|
60
|
+
get Ref() {
|
|
61
|
+
return this._Ref;
|
|
62
|
+
}
|
|
63
|
+
set Ref(v) {
|
|
64
|
+
this.__PrimitivesSetter(this._Ref, v);
|
|
65
|
+
}
|
|
66
|
+
get summary() {
|
|
67
|
+
return this._summary;
|
|
68
|
+
}
|
|
69
|
+
set summary(v) {
|
|
70
|
+
this.__PrimitivesSetter(this._summary, v);
|
|
71
|
+
}
|
|
72
|
+
get description() {
|
|
73
|
+
return this._description;
|
|
74
|
+
}
|
|
75
|
+
set description(v) {
|
|
76
|
+
this.__PrimitivesSetter(this._description, v);
|
|
77
|
+
}
|
|
78
|
+
fromLiteral(data) {
|
|
79
|
+
super.__fromLiteral(data);
|
|
80
|
+
}
|
|
81
|
+
toLiteral() {
|
|
82
|
+
return super.__toLiteral();
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
Registry.register('openapi.v3.Reference', Reference);
|
|
86
|
+
//# sourceMappingURL=Reference.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Reference.js","sourceRoot":"","sources":["../../../protoc-gen-open-models/openapiv3/Reference.ts"],"names":[],"mappings":"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","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, Registry, STRING } from '@furo/open-models/dist/index';\n\n/**\n * @interface IReference\n * A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.\n */\nexport interface IReference {\n Ref?: string;\n summary?: string;\n description?: string;\n}\n\n/**\n * @interface TReference\n * A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.\n */\nexport interface TReference {\n _ref?: string;\n summary?: string;\n description?: string;\n}\n\n/**\n * Reference\n * A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.\n */\nexport class Reference extends FieldNode {\n private _Ref: STRING;\n\n private _summary: STRING;\n\n private _description: STRING;\n\n public __defaultValues: IReference;\n\n constructor(\n initData?: IReference,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'openapi.v3.Reference';\n this.__meta.description =\n 'Reference A simple object to allow referencing other components in the specification, internally and externally. The Reference Object is defined by JSON Reference and follows the same structure, behavior and rules. For this specification, reference resolution is accomplished as defined by the JSON Reference specification and not by the JSON Schema specification.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'Ref',\n protoName: '_ref',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'summary',\n protoName: 'summary',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'description',\n protoName: 'description',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._Ref = new STRING(undefined, this, 'Ref');\n\n this._summary = new STRING(undefined, this, 'summary');\n\n this._description = new STRING(undefined, this, 'description');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof Reference] 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 Reference] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get Ref(): STRING {\n return this._Ref;\n }\n\n public set Ref(v: string) {\n this.__PrimitivesSetter(this._Ref, v);\n }\n\n public get summary(): STRING {\n return this._summary;\n }\n\n public set summary(v: string) {\n this.__PrimitivesSetter(this._summary, v);\n }\n\n public get description(): STRING {\n return this._description;\n }\n\n public set description(v: string) {\n this.__PrimitivesSetter(this._description, v);\n }\n\n fromLiteral(data: IReference) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IReference {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('openapi.v3.Reference', Reference);\n"]}
|