@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,159 @@
|
|
|
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 { Contact as OpenapiV3Contact, } from './Contact.js';
|
|
5
|
+
import { License as OpenapiV3License, } from './License.js';
|
|
6
|
+
import { NamedAny as OpenapiV3NamedAny, } from './NamedAny.js';
|
|
7
|
+
/**
|
|
8
|
+
* Info
|
|
9
|
+
* The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience.
|
|
10
|
+
*/
|
|
11
|
+
export class Info extends FieldNode {
|
|
12
|
+
constructor(initData, parent, parentAttributeName) {
|
|
13
|
+
super(undefined, parent, parentAttributeName);
|
|
14
|
+
this.__meta.typeName = 'openapi.v3.Info';
|
|
15
|
+
this.__meta.description =
|
|
16
|
+
'Info The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience.';
|
|
17
|
+
this.__meta.nodeFields = [
|
|
18
|
+
{
|
|
19
|
+
fieldName: 'title',
|
|
20
|
+
protoName: 'title',
|
|
21
|
+
FieldConstructor: STRING,
|
|
22
|
+
constraints: {},
|
|
23
|
+
description: '',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
fieldName: 'description',
|
|
27
|
+
protoName: 'description',
|
|
28
|
+
FieldConstructor: STRING,
|
|
29
|
+
constraints: {},
|
|
30
|
+
description: '',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
fieldName: 'termsOfService',
|
|
34
|
+
protoName: 'terms_of_service',
|
|
35
|
+
FieldConstructor: STRING,
|
|
36
|
+
constraints: {},
|
|
37
|
+
description: '',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
fieldName: 'contact',
|
|
41
|
+
protoName: 'contact',
|
|
42
|
+
FieldConstructor: OpenapiV3Contact,
|
|
43
|
+
constraints: {},
|
|
44
|
+
description: '',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
fieldName: 'license',
|
|
48
|
+
protoName: 'license',
|
|
49
|
+
FieldConstructor: OpenapiV3License,
|
|
50
|
+
constraints: {},
|
|
51
|
+
description: '',
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
fieldName: 'version',
|
|
55
|
+
protoName: 'version',
|
|
56
|
+
FieldConstructor: STRING,
|
|
57
|
+
constraints: {},
|
|
58
|
+
description: '',
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
fieldName: 'specificationExtension',
|
|
62
|
+
protoName: 'specification_extension',
|
|
63
|
+
FieldConstructor: OpenapiV3NamedAny,
|
|
64
|
+
constraints: {},
|
|
65
|
+
description: '',
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
fieldName: 'summary',
|
|
69
|
+
protoName: 'summary',
|
|
70
|
+
FieldConstructor: STRING,
|
|
71
|
+
constraints: {},
|
|
72
|
+
description: '',
|
|
73
|
+
},
|
|
74
|
+
];
|
|
75
|
+
// Initialize the fields
|
|
76
|
+
this._title = new STRING(undefined, this, 'title');
|
|
77
|
+
this._description = new STRING(undefined, this, 'description');
|
|
78
|
+
this._termsOfService = new STRING(undefined, this, 'termsOfService');
|
|
79
|
+
this._contact = new OpenapiV3Contact(undefined, this, 'contact');
|
|
80
|
+
this._license = new OpenapiV3License(undefined, this, 'license');
|
|
81
|
+
this._version = new STRING(undefined, this, 'version');
|
|
82
|
+
this._specificationExtension = new ARRAY(undefined, this, 'specificationExtension');
|
|
83
|
+
this._summary = new STRING(undefined, this, 'summary');
|
|
84
|
+
// Set required fields
|
|
85
|
+
[].forEach(fieldName => {
|
|
86
|
+
this[fieldName].__meta.required = true;
|
|
87
|
+
});
|
|
88
|
+
// Default values from openAPI annotations
|
|
89
|
+
this.__defaultValues = {};
|
|
90
|
+
// Initialize the fields with init data
|
|
91
|
+
if (initData !== undefined) {
|
|
92
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
93
|
+
}
|
|
94
|
+
else {
|
|
95
|
+
this.__fromLiteral(this.__defaultValues);
|
|
96
|
+
}
|
|
97
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
98
|
+
[].forEach(fieldName => {
|
|
99
|
+
this[fieldName].__readonly = true;
|
|
100
|
+
});
|
|
101
|
+
this.__meta.isPristine = true;
|
|
102
|
+
}
|
|
103
|
+
get title() {
|
|
104
|
+
return this._title;
|
|
105
|
+
}
|
|
106
|
+
set title(v) {
|
|
107
|
+
this.__PrimitivesSetter(this._title, v);
|
|
108
|
+
}
|
|
109
|
+
get description() {
|
|
110
|
+
return this._description;
|
|
111
|
+
}
|
|
112
|
+
set description(v) {
|
|
113
|
+
this.__PrimitivesSetter(this._description, v);
|
|
114
|
+
}
|
|
115
|
+
get termsOfService() {
|
|
116
|
+
return this._termsOfService;
|
|
117
|
+
}
|
|
118
|
+
set termsOfService(v) {
|
|
119
|
+
this.__PrimitivesSetter(this._termsOfService, v);
|
|
120
|
+
}
|
|
121
|
+
get contact() {
|
|
122
|
+
return this._contact;
|
|
123
|
+
}
|
|
124
|
+
set contact(v) {
|
|
125
|
+
this.__TypeSetter(this._contact, v);
|
|
126
|
+
}
|
|
127
|
+
get license() {
|
|
128
|
+
return this._license;
|
|
129
|
+
}
|
|
130
|
+
set license(v) {
|
|
131
|
+
this.__TypeSetter(this._license, v);
|
|
132
|
+
}
|
|
133
|
+
get version() {
|
|
134
|
+
return this._version;
|
|
135
|
+
}
|
|
136
|
+
set version(v) {
|
|
137
|
+
this.__PrimitivesSetter(this._version, v);
|
|
138
|
+
}
|
|
139
|
+
get specificationExtension() {
|
|
140
|
+
return this._specificationExtension;
|
|
141
|
+
}
|
|
142
|
+
set specificationExtension(v) {
|
|
143
|
+
this.__TypeSetter(this._specificationExtension, v);
|
|
144
|
+
}
|
|
145
|
+
get summary() {
|
|
146
|
+
return this._summary;
|
|
147
|
+
}
|
|
148
|
+
set summary(v) {
|
|
149
|
+
this.__PrimitivesSetter(this._summary, v);
|
|
150
|
+
}
|
|
151
|
+
fromLiteral(data) {
|
|
152
|
+
super.__fromLiteral(data);
|
|
153
|
+
}
|
|
154
|
+
toLiteral() {
|
|
155
|
+
return super.__toLiteral();
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
Registry.register('openapi.v3.Info', Info);
|
|
159
|
+
//# sourceMappingURL=Info.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Info.js","sourceRoot":"","sources":["../../../protoc-gen-open-models/openapiv3/Info.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 Contact as OpenapiV3Contact,\n type IContact as IOpenapiV3Contact,\n type TContact as TOpenapiV3Contact,\n} from './Contact';\n\nimport {\n License as OpenapiV3License,\n type ILicense as IOpenapiV3License,\n type TLicense as TOpenapiV3License,\n} from './License';\n\nimport {\n NamedAny as OpenapiV3NamedAny,\n type INamedAny as IOpenapiV3NamedAny,\n type TNamedAny as TOpenapiV3NamedAny,\n} from './NamedAny';\n\n/**\n * @interface IInfo\n * The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience.\n */\nexport interface IInfo {\n title?: string;\n description?: string;\n termsOfService?: string;\n contact?: IOpenapiV3Contact;\n license?: IOpenapiV3License;\n version?: string;\n specificationExtension?: IOpenapiV3NamedAny[];\n summary?: string;\n}\n\n/**\n * @interface TInfo\n * The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience.\n */\nexport interface TInfo {\n title?: string;\n description?: string;\n terms_of_service?: string;\n contact?: TOpenapiV3Contact;\n license?: TOpenapiV3License;\n version?: string;\n specification_extension?: TOpenapiV3NamedAny[];\n summary?: string;\n}\n\n/**\n * Info\n * The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience.\n */\nexport class Info extends FieldNode {\n private _title: STRING;\n\n private _description: STRING;\n\n private _termsOfService: STRING;\n\n private _contact: OpenapiV3Contact;\n\n private _license: OpenapiV3License;\n\n private _version: STRING;\n\n private _specificationExtension: ARRAY<OpenapiV3NamedAny, IOpenapiV3NamedAny>;\n\n private _summary: STRING;\n\n public __defaultValues: IInfo;\n\n constructor(\n initData?: IInfo,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'openapi.v3.Info';\n this.__meta.description =\n 'Info The object provides metadata about the API. The metadata MAY be used by the clients if needed, and MAY be presented in editing or documentation generation tools for convenience.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'title',\n protoName: 'title',\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: 'termsOfService',\n protoName: 'terms_of_service',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'contact',\n protoName: 'contact',\n FieldConstructor: OpenapiV3Contact,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'license',\n protoName: 'license',\n FieldConstructor: OpenapiV3License,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'version',\n protoName: 'version',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'specificationExtension',\n protoName: 'specification_extension',\n FieldConstructor: OpenapiV3NamedAny,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'summary',\n protoName: 'summary',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._title = new STRING(undefined, this, 'title');\n\n this._description = new STRING(undefined, this, 'description');\n\n this._termsOfService = new STRING(undefined, this, 'termsOfService');\n\n this._contact = new OpenapiV3Contact(undefined, this, 'contact');\n\n this._license = new OpenapiV3License(undefined, this, 'license');\n\n this._version = new STRING(undefined, this, 'version');\n\n this._specificationExtension = new ARRAY<\n OpenapiV3NamedAny,\n IOpenapiV3NamedAny\n >(undefined, this, 'specificationExtension');\n\n this._summary = new STRING(undefined, this, 'summary');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof Info] 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 Info] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get title(): STRING {\n return this._title;\n }\n\n public set title(v: string) {\n this.__PrimitivesSetter(this._title, 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 termsOfService(): STRING {\n return this._termsOfService;\n }\n\n public set termsOfService(v: string) {\n this.__PrimitivesSetter(this._termsOfService, v);\n }\n\n public get contact(): OpenapiV3Contact {\n return this._contact;\n }\n\n public set contact(v: IOpenapiV3Contact) {\n this.__TypeSetter(this._contact, v);\n }\n\n public get license(): OpenapiV3License {\n return this._license;\n }\n\n public set license(v: IOpenapiV3License) {\n this.__TypeSetter(this._license, v);\n }\n\n public get version(): STRING {\n return this._version;\n }\n\n public set version(v: string) {\n this.__PrimitivesSetter(this._version, 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 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 fromLiteral(data: IInfo) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IInfo {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('openapi.v3.Info', Info);\n"]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ARRAY, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
import { SchemaOrReference as OpenapiV3SchemaOrReference, type ISchemaOrReference as IOpenapiV3SchemaOrReference, type TSchemaOrReference as TOpenapiV3SchemaOrReference } from './SchemaOrReference.js';
|
|
3
|
+
/**
|
|
4
|
+
* @interface IItemsItem
|
|
5
|
+
*/
|
|
6
|
+
export interface IItemsItem {
|
|
7
|
+
schemaOrReference?: IOpenapiV3SchemaOrReference[];
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @interface TItemsItem
|
|
11
|
+
*/
|
|
12
|
+
export interface TItemsItem {
|
|
13
|
+
schema_or_reference?: TOpenapiV3SchemaOrReference[];
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* ItemsItem
|
|
17
|
+
*/
|
|
18
|
+
export declare class ItemsItem extends FieldNode {
|
|
19
|
+
private _schemaOrReference;
|
|
20
|
+
__defaultValues: IItemsItem;
|
|
21
|
+
constructor(initData?: IItemsItem, parent?: FieldNode, parentAttributeName?: string);
|
|
22
|
+
get schemaOrReference(): ARRAY<OpenapiV3SchemaOrReference, IOpenapiV3SchemaOrReference>;
|
|
23
|
+
set schemaOrReference(v: IOpenapiV3SchemaOrReference[]);
|
|
24
|
+
fromLiteral(data: IItemsItem): void;
|
|
25
|
+
toLiteral(): IItemsItem;
|
|
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 { SchemaOrReference as OpenapiV3SchemaOrReference, } from './SchemaOrReference.js';
|
|
5
|
+
/**
|
|
6
|
+
* ItemsItem
|
|
7
|
+
*/
|
|
8
|
+
export class ItemsItem extends FieldNode {
|
|
9
|
+
constructor(initData, parent, parentAttributeName) {
|
|
10
|
+
super(undefined, parent, parentAttributeName);
|
|
11
|
+
this.__meta.typeName = 'openapi.v3.ItemsItem';
|
|
12
|
+
this.__meta.description = 'ItemsItem';
|
|
13
|
+
this.__meta.nodeFields = [
|
|
14
|
+
{
|
|
15
|
+
fieldName: 'schemaOrReference',
|
|
16
|
+
protoName: 'schema_or_reference',
|
|
17
|
+
FieldConstructor: OpenapiV3SchemaOrReference,
|
|
18
|
+
constraints: {},
|
|
19
|
+
description: '',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
// Initialize the fields
|
|
23
|
+
this._schemaOrReference = new ARRAY(undefined, this, 'schemaOrReference');
|
|
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 schemaOrReference() {
|
|
44
|
+
return this._schemaOrReference;
|
|
45
|
+
}
|
|
46
|
+
set schemaOrReference(v) {
|
|
47
|
+
this.__TypeSetter(this._schemaOrReference, v);
|
|
48
|
+
}
|
|
49
|
+
fromLiteral(data) {
|
|
50
|
+
super.__fromLiteral(data);
|
|
51
|
+
}
|
|
52
|
+
toLiteral() {
|
|
53
|
+
return super.__toLiteral();
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
Registry.register('openapi.v3.ItemsItem', ItemsItem);
|
|
57
|
+
//# sourceMappingURL=ItemsItem.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ItemsItem.js","sourceRoot":"","sources":["../../../protoc-gen-open-models/openapiv3/ItemsItem.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EACL,iBAAiB,IAAI,0BAA0B,GAGhD,MAAM,qBAAqB,CAAC;AAgB7B;;GAEG;AACH,MAAM,OAAO,SAAU,SAAQ,SAAS;IAQtC,YACE,QAAqB,EACrB,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,sBAAsB,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,WAAW,GAAG,WAAW,CAAC;QAEtC,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,mBAAmB;gBAC9B,SAAS,EAAE,qBAAqB;gBAChC,gBAAgB,EAAE,0BAA0B;gBAC5C,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,kBAAkB,GAAG,IAAI,KAAK,CAGjC,SAAS,EAAE,IAAI,EAAE,mBAAmB,CAAC,CAAC;QAExC,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA4B,CAAe,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC3E,CAAC,CAAC,CAAC;QAEH,0CAA0C;QAC1C,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAE1B,uCAAuC;QACvC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3C,CAAC;QAED,sEAAsE;QACtE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YACpB,IAAI,CAAC,SAA4B,CAAe,CAAC,UAAU,GAAG,IAAI,CAAC;QACtE,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,iBAAiB;QAI1B,OAAO,IAAI,CAAC,kBAAkB,CAAC;IACjC,CAAC;IAED,IAAW,iBAAiB,CAAC,CAAgC;QAC3D,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,kBAAkB,EAAE,CAAC,CAAC,CAAC;IAChD,CAAC;IAED,WAAW,CAAC,IAAgB;QAC1B,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CAAC,sBAAsB,EAAE,SAAS,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 SchemaOrReference as OpenapiV3SchemaOrReference,\n type ISchemaOrReference as IOpenapiV3SchemaOrReference,\n type TSchemaOrReference as TOpenapiV3SchemaOrReference,\n} from './SchemaOrReference';\n\n/**\n * @interface IItemsItem\n */\nexport interface IItemsItem {\n schemaOrReference?: IOpenapiV3SchemaOrReference[];\n}\n\n/**\n * @interface TItemsItem\n */\nexport interface TItemsItem {\n schema_or_reference?: TOpenapiV3SchemaOrReference[];\n}\n\n/**\n * ItemsItem\n */\nexport class ItemsItem extends FieldNode {\n private _schemaOrReference: ARRAY<\n OpenapiV3SchemaOrReference,\n IOpenapiV3SchemaOrReference\n >;\n\n public __defaultValues: IItemsItem;\n\n constructor(\n initData?: IItemsItem,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'openapi.v3.ItemsItem';\n this.__meta.description = 'ItemsItem';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'schemaOrReference',\n protoName: 'schema_or_reference',\n FieldConstructor: OpenapiV3SchemaOrReference,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._schemaOrReference = new ARRAY<\n OpenapiV3SchemaOrReference,\n IOpenapiV3SchemaOrReference\n >(undefined, this, 'schemaOrReference');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof ItemsItem] 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 ItemsItem] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get schemaOrReference(): ARRAY<\n OpenapiV3SchemaOrReference,\n IOpenapiV3SchemaOrReference\n > {\n return this._schemaOrReference;\n }\n\n public set schemaOrReference(v: IOpenapiV3SchemaOrReference[]) {\n this.__TypeSetter(this._schemaOrReference, v);\n }\n\n fromLiteral(data: IItemsItem) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IItemsItem {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('openapi.v3.ItemsItem', ItemsItem);\n"]}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { ARRAY, FieldNode, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
import { NamedAny as OpenapiV3NamedAny, type INamedAny as IOpenapiV3NamedAny, type TNamedAny as TOpenapiV3NamedAny } from './NamedAny.js';
|
|
3
|
+
/**
|
|
4
|
+
* @interface ILicense
|
|
5
|
+
* License information for the exposed API.
|
|
6
|
+
*/
|
|
7
|
+
export interface ILicense {
|
|
8
|
+
name?: string;
|
|
9
|
+
url?: string;
|
|
10
|
+
specificationExtension?: IOpenapiV3NamedAny[];
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @interface TLicense
|
|
14
|
+
* License information for the exposed API.
|
|
15
|
+
*/
|
|
16
|
+
export interface TLicense {
|
|
17
|
+
name?: string;
|
|
18
|
+
url?: string;
|
|
19
|
+
specification_extension?: TOpenapiV3NamedAny[];
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* License
|
|
23
|
+
* License information for the exposed API.
|
|
24
|
+
*/
|
|
25
|
+
export declare class License extends FieldNode {
|
|
26
|
+
private _name;
|
|
27
|
+
private _url;
|
|
28
|
+
private _specificationExtension;
|
|
29
|
+
__defaultValues: ILicense;
|
|
30
|
+
constructor(initData?: ILicense, parent?: FieldNode, parentAttributeName?: string);
|
|
31
|
+
get name(): STRING;
|
|
32
|
+
set name(v: string);
|
|
33
|
+
get url(): STRING;
|
|
34
|
+
set url(v: string);
|
|
35
|
+
get specificationExtension(): ARRAY<OpenapiV3NamedAny, IOpenapiV3NamedAny>;
|
|
36
|
+
set specificationExtension(v: IOpenapiV3NamedAny[]);
|
|
37
|
+
fromLiteral(data: ILicense): void;
|
|
38
|
+
toLiteral(): ILicense;
|
|
39
|
+
}
|
|
@@ -0,0 +1,87 @@
|
|
|
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
|
+
/**
|
|
6
|
+
* License
|
|
7
|
+
* License information for the exposed API.
|
|
8
|
+
*/
|
|
9
|
+
export class License extends FieldNode {
|
|
10
|
+
constructor(initData, parent, parentAttributeName) {
|
|
11
|
+
super(undefined, parent, parentAttributeName);
|
|
12
|
+
this.__meta.typeName = 'openapi.v3.License';
|
|
13
|
+
this.__meta.description =
|
|
14
|
+
'License License information for the exposed API.';
|
|
15
|
+
this.__meta.nodeFields = [
|
|
16
|
+
{
|
|
17
|
+
fieldName: 'name',
|
|
18
|
+
protoName: 'name',
|
|
19
|
+
FieldConstructor: STRING,
|
|
20
|
+
constraints: {},
|
|
21
|
+
description: '',
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
fieldName: 'url',
|
|
25
|
+
protoName: 'url',
|
|
26
|
+
FieldConstructor: STRING,
|
|
27
|
+
constraints: {},
|
|
28
|
+
description: '',
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
fieldName: 'specificationExtension',
|
|
32
|
+
protoName: 'specification_extension',
|
|
33
|
+
FieldConstructor: OpenapiV3NamedAny,
|
|
34
|
+
constraints: {},
|
|
35
|
+
description: '',
|
|
36
|
+
},
|
|
37
|
+
];
|
|
38
|
+
// Initialize the fields
|
|
39
|
+
this._name = new STRING(undefined, this, 'name');
|
|
40
|
+
this._url = new STRING(undefined, this, 'url');
|
|
41
|
+
this._specificationExtension = new ARRAY(undefined, this, 'specificationExtension');
|
|
42
|
+
// Set required fields
|
|
43
|
+
[].forEach(fieldName => {
|
|
44
|
+
this[fieldName].__meta.required = true;
|
|
45
|
+
});
|
|
46
|
+
// Default values from openAPI annotations
|
|
47
|
+
this.__defaultValues = {};
|
|
48
|
+
// Initialize the fields with init data
|
|
49
|
+
if (initData !== undefined) {
|
|
50
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
51
|
+
}
|
|
52
|
+
else {
|
|
53
|
+
this.__fromLiteral(this.__defaultValues);
|
|
54
|
+
}
|
|
55
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
56
|
+
[].forEach(fieldName => {
|
|
57
|
+
this[fieldName].__readonly = true;
|
|
58
|
+
});
|
|
59
|
+
this.__meta.isPristine = true;
|
|
60
|
+
}
|
|
61
|
+
get name() {
|
|
62
|
+
return this._name;
|
|
63
|
+
}
|
|
64
|
+
set name(v) {
|
|
65
|
+
this.__PrimitivesSetter(this._name, v);
|
|
66
|
+
}
|
|
67
|
+
get url() {
|
|
68
|
+
return this._url;
|
|
69
|
+
}
|
|
70
|
+
set url(v) {
|
|
71
|
+
this.__PrimitivesSetter(this._url, v);
|
|
72
|
+
}
|
|
73
|
+
get specificationExtension() {
|
|
74
|
+
return this._specificationExtension;
|
|
75
|
+
}
|
|
76
|
+
set specificationExtension(v) {
|
|
77
|
+
this.__TypeSetter(this._specificationExtension, v);
|
|
78
|
+
}
|
|
79
|
+
fromLiteral(data) {
|
|
80
|
+
super.__fromLiteral(data);
|
|
81
|
+
}
|
|
82
|
+
toLiteral() {
|
|
83
|
+
return super.__toLiteral();
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
Registry.register('openapi.v3.License', License);
|
|
87
|
+
//# sourceMappingURL=License.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"License.js","sourceRoot":"","sources":["../../../protoc-gen-open-models/openapiv3/License.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\n/**\n * @interface ILicense\n * License information for the exposed API.\n */\nexport interface ILicense {\n name?: string;\n url?: string;\n specificationExtension?: IOpenapiV3NamedAny[];\n}\n\n/**\n * @interface TLicense\n * License information for the exposed API.\n */\nexport interface TLicense {\n name?: string;\n url?: string;\n specification_extension?: TOpenapiV3NamedAny[];\n}\n\n/**\n * License\n * License information for the exposed API.\n */\nexport class License extends FieldNode {\n private _name: STRING;\n\n private _url: STRING;\n\n private _specificationExtension: ARRAY<OpenapiV3NamedAny, IOpenapiV3NamedAny>;\n\n public __defaultValues: ILicense;\n\n constructor(\n initData?: ILicense,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'openapi.v3.License';\n this.__meta.description =\n 'License License information for the exposed API.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'name',\n protoName: 'name',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'url',\n protoName: 'url',\n FieldConstructor: STRING,\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._name = new STRING(undefined, this, 'name');\n\n this._url = new STRING(undefined, this, 'url');\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 License] 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 License] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get name(): STRING {\n return this._name;\n }\n\n public set name(v: string) {\n this.__PrimitivesSetter(this._name, v);\n }\n\n public get url(): STRING {\n return this._url;\n }\n\n public set url(v: string) {\n this.__PrimitivesSetter(this._url, 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: ILicense) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): ILicense {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('openapi.v3.License', License);\n"]}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { ARRAY, FieldNode, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
import { AnyOrExpression as OpenapiV3AnyOrExpression, type IAnyOrExpression as IOpenapiV3AnyOrExpression, type TAnyOrExpression as TOpenapiV3AnyOrExpression } from './AnyOrExpression.js';
|
|
3
|
+
import { NamedAny as OpenapiV3NamedAny, type INamedAny as IOpenapiV3NamedAny, type TNamedAny as TOpenapiV3NamedAny } from './NamedAny.js';
|
|
4
|
+
import { Server as OpenapiV3Server, type IServer as IOpenapiV3Server, type TServer as TOpenapiV3Server } from './Server.js';
|
|
5
|
+
/**
|
|
6
|
+
* @interface ILink
|
|
7
|
+
* The `Link object` represents a possible design-time link for a response. The presence of a link does not guarantee the caller's ability to successfully invoke it, rather it provides a known relationship and traversal mechanism between responses and other operations. Unlike _dynamic_ links (i.e. links provided **in** the response payload), the OAS linking mechanism does not require link information in the runtime response. For computing links, and providing instructions to execute them, a runtime expression is used for accessing values in an operation and using them as parameters while invoking the linked operation.
|
|
8
|
+
*/
|
|
9
|
+
export interface ILink {
|
|
10
|
+
operationRef?: string;
|
|
11
|
+
operationId?: string;
|
|
12
|
+
parameters?: IOpenapiV3AnyOrExpression;
|
|
13
|
+
requestBody?: IOpenapiV3AnyOrExpression;
|
|
14
|
+
description?: string;
|
|
15
|
+
server?: IOpenapiV3Server;
|
|
16
|
+
specificationExtension?: IOpenapiV3NamedAny[];
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @interface TLink
|
|
20
|
+
* The `Link object` represents a possible design-time link for a response. The presence of a link does not guarantee the caller's ability to successfully invoke it, rather it provides a known relationship and traversal mechanism between responses and other operations. Unlike _dynamic_ links (i.e. links provided **in** the response payload), the OAS linking mechanism does not require link information in the runtime response. For computing links, and providing instructions to execute them, a runtime expression is used for accessing values in an operation and using them as parameters while invoking the linked operation.
|
|
21
|
+
*/
|
|
22
|
+
export interface TLink {
|
|
23
|
+
operation_ref?: string;
|
|
24
|
+
operation_id?: string;
|
|
25
|
+
parameters?: TOpenapiV3AnyOrExpression;
|
|
26
|
+
request_body?: TOpenapiV3AnyOrExpression;
|
|
27
|
+
description?: string;
|
|
28
|
+
server?: TOpenapiV3Server;
|
|
29
|
+
specification_extension?: TOpenapiV3NamedAny[];
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Link
|
|
33
|
+
* The `Link object` represents a possible design-time link for a response. The presence of a link does not guarantee the caller's ability to successfully invoke it, rather it provides a known relationship and traversal mechanism between responses and other operations. Unlike _dynamic_ links (i.e. links provided **in** the response payload), the OAS linking mechanism does not require link information in the runtime response. For computing links, and providing instructions to execute them, a runtime expression is used for accessing values in an operation and using them as parameters while invoking the linked operation.
|
|
34
|
+
*/
|
|
35
|
+
export declare class Link extends FieldNode {
|
|
36
|
+
private _operationRef;
|
|
37
|
+
private _operationId;
|
|
38
|
+
private _parameters;
|
|
39
|
+
private _requestBody;
|
|
40
|
+
private _description;
|
|
41
|
+
private _server;
|
|
42
|
+
private _specificationExtension;
|
|
43
|
+
__defaultValues: ILink;
|
|
44
|
+
constructor(initData?: ILink, parent?: FieldNode, parentAttributeName?: string);
|
|
45
|
+
get operationRef(): STRING;
|
|
46
|
+
set operationRef(v: string);
|
|
47
|
+
get operationId(): STRING;
|
|
48
|
+
set operationId(v: string);
|
|
49
|
+
get parameters(): OpenapiV3AnyOrExpression;
|
|
50
|
+
set parameters(v: IOpenapiV3AnyOrExpression);
|
|
51
|
+
get requestBody(): OpenapiV3AnyOrExpression;
|
|
52
|
+
set requestBody(v: IOpenapiV3AnyOrExpression);
|
|
53
|
+
get description(): STRING;
|
|
54
|
+
set description(v: string);
|
|
55
|
+
get server(): OpenapiV3Server;
|
|
56
|
+
set server(v: IOpenapiV3Server);
|
|
57
|
+
get specificationExtension(): ARRAY<OpenapiV3NamedAny, IOpenapiV3NamedAny>;
|
|
58
|
+
set specificationExtension(v: IOpenapiV3NamedAny[]);
|
|
59
|
+
fromLiteral(data: ILink): void;
|
|
60
|
+
toLiteral(): ILink;
|
|
61
|
+
}
|
|
@@ -0,0 +1,145 @@
|
|
|
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 { AnyOrExpression as OpenapiV3AnyOrExpression, } from './AnyOrExpression.js';
|
|
5
|
+
import { NamedAny as OpenapiV3NamedAny, } from './NamedAny.js';
|
|
6
|
+
import { Server as OpenapiV3Server, } from './Server.js';
|
|
7
|
+
/**
|
|
8
|
+
* Link
|
|
9
|
+
* The `Link object` represents a possible design-time link for a response. The presence of a link does not guarantee the caller's ability to successfully invoke it, rather it provides a known relationship and traversal mechanism between responses and other operations. Unlike _dynamic_ links (i.e. links provided **in** the response payload), the OAS linking mechanism does not require link information in the runtime response. For computing links, and providing instructions to execute them, a runtime expression is used for accessing values in an operation and using them as parameters while invoking the linked operation.
|
|
10
|
+
*/
|
|
11
|
+
export class Link extends FieldNode {
|
|
12
|
+
constructor(initData, parent, parentAttributeName) {
|
|
13
|
+
super(undefined, parent, parentAttributeName);
|
|
14
|
+
this.__meta.typeName = 'openapi.v3.Link';
|
|
15
|
+
this.__meta.description =
|
|
16
|
+
"Link The `Link object` represents a possible design-time link for a response. The presence of a link does not guarantee the caller's ability to successfully invoke it, rather it provides a known relationship and traversal mechanism between responses and other operations. Unlike _dynamic_ links (i.e. links provided **in** the response payload), the OAS linking mechanism does not require link information in the runtime response. For computing links, and providing instructions to execute them, a runtime expression is used for accessing values in an operation and using them as parameters while invoking the linked operation.";
|
|
17
|
+
this.__meta.nodeFields = [
|
|
18
|
+
{
|
|
19
|
+
fieldName: 'operationRef',
|
|
20
|
+
protoName: 'operation_ref',
|
|
21
|
+
FieldConstructor: STRING,
|
|
22
|
+
constraints: {},
|
|
23
|
+
description: '',
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
fieldName: 'operationId',
|
|
27
|
+
protoName: 'operation_id',
|
|
28
|
+
FieldConstructor: STRING,
|
|
29
|
+
constraints: {},
|
|
30
|
+
description: '',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
fieldName: 'parameters',
|
|
34
|
+
protoName: 'parameters',
|
|
35
|
+
FieldConstructor: OpenapiV3AnyOrExpression,
|
|
36
|
+
constraints: {},
|
|
37
|
+
description: '',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
fieldName: 'requestBody',
|
|
41
|
+
protoName: 'request_body',
|
|
42
|
+
FieldConstructor: OpenapiV3AnyOrExpression,
|
|
43
|
+
constraints: {},
|
|
44
|
+
description: '',
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
fieldName: 'description',
|
|
48
|
+
protoName: 'description',
|
|
49
|
+
FieldConstructor: STRING,
|
|
50
|
+
constraints: {},
|
|
51
|
+
description: '',
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
fieldName: 'server',
|
|
55
|
+
protoName: 'server',
|
|
56
|
+
FieldConstructor: OpenapiV3Server,
|
|
57
|
+
constraints: {},
|
|
58
|
+
description: '',
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
fieldName: 'specificationExtension',
|
|
62
|
+
protoName: 'specification_extension',
|
|
63
|
+
FieldConstructor: OpenapiV3NamedAny,
|
|
64
|
+
constraints: {},
|
|
65
|
+
description: '',
|
|
66
|
+
},
|
|
67
|
+
];
|
|
68
|
+
// Initialize the fields
|
|
69
|
+
this._operationRef = new STRING(undefined, this, 'operationRef');
|
|
70
|
+
this._operationId = new STRING(undefined, this, 'operationId');
|
|
71
|
+
this._parameters = new OpenapiV3AnyOrExpression(undefined, this, 'parameters');
|
|
72
|
+
this._requestBody = new OpenapiV3AnyOrExpression(undefined, this, 'requestBody');
|
|
73
|
+
this._description = new STRING(undefined, this, 'description');
|
|
74
|
+
this._server = new OpenapiV3Server(undefined, this, 'server');
|
|
75
|
+
this._specificationExtension = new ARRAY(undefined, this, 'specificationExtension');
|
|
76
|
+
// Set required fields
|
|
77
|
+
[].forEach(fieldName => {
|
|
78
|
+
this[fieldName].__meta.required = true;
|
|
79
|
+
});
|
|
80
|
+
// Default values from openAPI annotations
|
|
81
|
+
this.__defaultValues = {};
|
|
82
|
+
// Initialize the fields with init data
|
|
83
|
+
if (initData !== undefined) {
|
|
84
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
85
|
+
}
|
|
86
|
+
else {
|
|
87
|
+
this.__fromLiteral(this.__defaultValues);
|
|
88
|
+
}
|
|
89
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
90
|
+
[].forEach(fieldName => {
|
|
91
|
+
this[fieldName].__readonly = true;
|
|
92
|
+
});
|
|
93
|
+
this.__meta.isPristine = true;
|
|
94
|
+
}
|
|
95
|
+
get operationRef() {
|
|
96
|
+
return this._operationRef;
|
|
97
|
+
}
|
|
98
|
+
set operationRef(v) {
|
|
99
|
+
this.__PrimitivesSetter(this._operationRef, v);
|
|
100
|
+
}
|
|
101
|
+
get operationId() {
|
|
102
|
+
return this._operationId;
|
|
103
|
+
}
|
|
104
|
+
set operationId(v) {
|
|
105
|
+
this.__PrimitivesSetter(this._operationId, v);
|
|
106
|
+
}
|
|
107
|
+
get parameters() {
|
|
108
|
+
return this._parameters;
|
|
109
|
+
}
|
|
110
|
+
set parameters(v) {
|
|
111
|
+
this.__TypeSetter(this._parameters, v);
|
|
112
|
+
}
|
|
113
|
+
get requestBody() {
|
|
114
|
+
return this._requestBody;
|
|
115
|
+
}
|
|
116
|
+
set requestBody(v) {
|
|
117
|
+
this.__TypeSetter(this._requestBody, v);
|
|
118
|
+
}
|
|
119
|
+
get description() {
|
|
120
|
+
return this._description;
|
|
121
|
+
}
|
|
122
|
+
set description(v) {
|
|
123
|
+
this.__PrimitivesSetter(this._description, v);
|
|
124
|
+
}
|
|
125
|
+
get server() {
|
|
126
|
+
return this._server;
|
|
127
|
+
}
|
|
128
|
+
set server(v) {
|
|
129
|
+
this.__TypeSetter(this._server, v);
|
|
130
|
+
}
|
|
131
|
+
get specificationExtension() {
|
|
132
|
+
return this._specificationExtension;
|
|
133
|
+
}
|
|
134
|
+
set specificationExtension(v) {
|
|
135
|
+
this.__TypeSetter(this._specificationExtension, v);
|
|
136
|
+
}
|
|
137
|
+
fromLiteral(data) {
|
|
138
|
+
super.__fromLiteral(data);
|
|
139
|
+
}
|
|
140
|
+
toLiteral() {
|
|
141
|
+
return super.__toLiteral();
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
Registry.register('openapi.v3.Link', Link);
|
|
145
|
+
//# sourceMappingURL=Link.js.map
|