@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 @@
|
|
|
1
|
+
{"version":3,"file":"Defaults.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/furo/type/Defaults.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 ANY,\n ARRAY,\n BOOLEAN,\n ENUM,\n FieldNode,\n MAP,\n Registry,\n STRING,\n type IAny,\n} from '@furo/open-models/dist/index';\nimport {\n XString as FuroFatString,\n type IXString as IFuroFatString,\n type TXString as TFuroFatString,\n} from '../fat/String';\n\nimport { BookingCenter as FuroTypeBookingCenter } from './BookingCenter';\n\nimport {\n Decimal as FuroTypeDecimal,\n type IDecimal as IFuroTypeDecimal,\n type TDecimal as TFuroTypeDecimal,\n} from './Decimal';\n\nimport {\n DecimalRange as FuroTypeDecimalRange,\n type IDecimalRange as IFuroTypeDecimalRange,\n type TDecimalRange as TFuroTypeDecimalRange,\n} from './DecimalRange';\n\nimport { RefSystem as FuroTypeRefSystem } from './RefSystem';\n\nimport { RefType as FuroTypeRefType } from './RefType';\n\n/**\n * @interface IDefaults\n */\nexport interface IDefaults {\n /**\n * related to the master of the object - who gives the id\n */\n refSystem?: FuroTypeRefSystem | string;\n /**\n * Type from the master objects system\n */\n refType?: FuroTypeRefType | string;\n /**\n * booking center\n */\n bookingCenter?: FuroTypeBookingCenter | string;\n /**\n * Attributes for a value, something like confidential-msg: you are not allowed to see this value\n */\n attributes?: { [key: string]: string };\n id?: string;\n stringArray?: string[];\n repeatedDecimal?: IFuroTypeDecimal[];\n decRange?: IFuroTypeDecimalRange;\n any?: IAny;\n fatString?: IFuroFatString;\n trueFalse?: boolean;\n}\n\n/**\n * @interface TDefaults\n */\nexport interface TDefaults {\n /**\n * related to the master of the object - who gives the id\n */\n ref_system?: FuroTypeRefSystem | string;\n /**\n * Type from the master objects system\n */\n ref_type?: FuroTypeRefType | string;\n /**\n * booking center\n */\n booking_center?: FuroTypeBookingCenter | string;\n /**\n * Attributes for a value, something like confidential-msg: you are not allowed to see this value\n */\n attributes?: { [key: string]: string };\n id?: string;\n string_array?: string[];\n repeated_decimal?: TFuroTypeDecimal[];\n dec_range?: TFuroTypeDecimalRange;\n any?: IAny;\n fat_string?: TFuroFatString;\n true_false?: boolean;\n}\n\n/**\n * Defaults\n */\nexport class Defaults extends FieldNode {\n // related to the master of the object - who gives the id\n private _refSystem: ENUM<FuroTypeRefSystem>;\n\n // Type from the master objects system\n private _refType: ENUM<FuroTypeRefType>;\n\n // booking center\n private _bookingCenter: ENUM<FuroTypeBookingCenter>;\n\n // Attributes for a value, something like confidential-msg: you are not allowed to see this value\n private _attributes: MAP<string, STRING, string>;\n\n private _id: STRING;\n\n private _stringArray: ARRAY<STRING, string>;\n\n private _repeatedDecimal: ARRAY<FuroTypeDecimal, IFuroTypeDecimal>;\n\n private _decRange: FuroTypeDecimalRange;\n\n private _any: ANY;\n\n private _fatString: FuroFatString;\n\n private _trueFalse: BOOLEAN;\n\n public __defaultValues: IDefaults;\n\n constructor(\n initData?: IDefaults,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'furo.type.Defaults';\n this.__meta.description = 'Defaults';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'refSystem',\n protoName: 'ref_system',\n FieldConstructor: ENUM<FuroTypeRefSystem>,\n constraints: {},\n description: 'related to the master of the object - who gives the id',\n },\n {\n fieldName: 'refType',\n protoName: 'ref_type',\n FieldConstructor: ENUM<FuroTypeRefType>,\n constraints: {},\n description: 'Type from the master objects system',\n },\n {\n fieldName: 'bookingCenter',\n protoName: 'booking_center',\n FieldConstructor: ENUM<FuroTypeBookingCenter>,\n constraints: {},\n description: 'booking center',\n },\n {\n fieldName: 'attributes',\n protoName: 'attributes',\n FieldConstructor: MAP<string, STRING, string>,\n ValueConstructor: STRING,\n constraints: {},\n description:\n 'Attributes for a value, something like confidential-msg: you are not allowed to see this value',\n },\n {\n fieldName: 'id',\n protoName: 'id',\n FieldConstructor: STRING,\n constraints: {\n max_length: 10,\n min_length: 3,\n pattern: '^-*$',\n required: true,\n },\n description: '',\n },\n {\n fieldName: 'stringArray',\n protoName: 'string_array',\n FieldConstructor: STRING,\n constraints: { read_only: true, max_items: 4, required: true },\n description: '',\n },\n {\n fieldName: 'repeatedDecimal',\n protoName: 'repeated_decimal',\n FieldConstructor: FuroTypeDecimal,\n constraints: { minimum: 3.1, required: true },\n description: '',\n },\n {\n fieldName: 'decRange',\n protoName: 'dec_range',\n FieldConstructor: FuroTypeDecimalRange,\n constraints: { read_only: true },\n description: '',\n },\n {\n fieldName: 'any',\n protoName: 'any',\n FieldConstructor: ANY,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'fatString',\n protoName: 'fat_string',\n FieldConstructor: FuroFatString,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'trueFalse',\n protoName: 'true_false',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n // related to the master of the object - who gives the id\n this._refSystem = new ENUM<FuroTypeRefSystem>(\n undefined,\n FuroTypeRefSystem,\n FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED,\n this,\n 'refSystem',\n );\n\n // Type from the master objects system\n this._refType = new ENUM<FuroTypeRefType>(\n undefined,\n FuroTypeRefType,\n FuroTypeRefType.REF_TYPE_UNSPECIFIED,\n this,\n 'refType',\n );\n\n // booking center\n this._bookingCenter = new ENUM<FuroTypeBookingCenter>(\n undefined,\n FuroTypeBookingCenter,\n FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED,\n this,\n 'bookingCenter',\n );\n\n // Attributes for a value, something like confidential-msg: you are not allowed to see this value\n this._attributes = new MAP<string, STRING, string>(\n undefined,\n this,\n 'attributes',\n );\n\n this._id = new STRING(undefined, this, 'id');\n\n this._stringArray = new ARRAY<STRING, string>(\n undefined,\n this,\n 'stringArray',\n );\n\n this._repeatedDecimal = new ARRAY<FuroTypeDecimal, IFuroTypeDecimal>(\n undefined,\n this,\n 'repeatedDecimal',\n );\n\n this._decRange = new FuroTypeDecimalRange(undefined, this, 'decRange');\n\n this._any = new ANY(undefined, this, 'any');\n\n this._fatString = new FuroFatString(undefined, this, 'fatString');\n\n this._trueFalse = new BOOLEAN(undefined, this, 'trueFalse');\n\n // Set required fields\n ['id', 'stringArray', 'repeatedDecimal'].forEach(fieldName => {\n (this[fieldName as keyof Defaults] as FieldNode).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {\n attributes: { we: 'have' },\n bookingCenter: 'BBC_CH',\n decRange: { start: { value: '123' } },\n id: 'default',\n stringArray: ['A', 'B', 'C'],\n };\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n ['stringArray', 'decRange'].forEach(fieldName => {\n (this[fieldName as keyof Defaults] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // related to the master of the object - who gives the id\n public get refSystem(): ENUM<FuroTypeRefSystem> {\n return this._refSystem;\n }\n\n public set refSystem(v: FuroTypeRefSystem) {\n this.__TypeSetter(this._refSystem, v);\n }\n\n // Type from the master objects system\n public get refType(): ENUM<FuroTypeRefType> {\n return this._refType;\n }\n\n public set refType(v: FuroTypeRefType) {\n this.__TypeSetter(this._refType, v);\n }\n\n // booking center\n public get bookingCenter(): ENUM<FuroTypeBookingCenter> {\n return this._bookingCenter;\n }\n\n public set bookingCenter(v: FuroTypeBookingCenter) {\n this.__TypeSetter(this._bookingCenter, v);\n }\n\n // Attributes for a value, something like confidential-msg: you are not allowed to see this value\n public get attributes(): MAP<string, STRING, string> {\n return this._attributes;\n }\n\n public set attributes(v: { [key: string]: string }) {\n this.__TypeSetter(this._attributes, v);\n }\n\n public get id(): STRING {\n return this._id;\n }\n\n public set id(v: string) {\n this.__PrimitivesSetter(this._id, v);\n }\n\n public get stringArray(): ARRAY<STRING, string> {\n return this._stringArray;\n }\n\n public set stringArray(v: string[]) {\n this.__TypeSetter(this._stringArray, v);\n }\n\n public get repeatedDecimal(): ARRAY<FuroTypeDecimal, IFuroTypeDecimal> {\n return this._repeatedDecimal;\n }\n\n public set repeatedDecimal(v: IFuroTypeDecimal[]) {\n this.__TypeSetter(this._repeatedDecimal, v);\n }\n\n public get decRange(): FuroTypeDecimalRange {\n return this._decRange;\n }\n\n public set decRange(v: IFuroTypeDecimalRange) {\n this.__TypeSetter(this._decRange, v);\n }\n\n public get any(): ANY {\n return this._any;\n }\n\n public set any(v: IAny) {\n this.__TypeSetter(this._any, v);\n }\n\n public get fatString(): FuroFatString {\n return this._fatString;\n }\n\n public set fatString(v: IFuroFatString) {\n this.__TypeSetter(this._fatString, v);\n }\n\n public get trueFalse(): BOOLEAN {\n return this._trueFalse;\n }\n\n public set trueFalse(v: boolean) {\n this.__PrimitivesSetter(this._trueFalse, v);\n }\n\n fromLiteral(data: IDefaults) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IDefaults {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('furo.type.Defaults', Defaults);\n"]}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { FieldNode, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface IIdentifierAttributesEntry
|
|
4
|
+
*/
|
|
5
|
+
export interface IIdentifierAttributesEntry {
|
|
6
|
+
key?: string;
|
|
7
|
+
value?: string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @interface TIdentifierAttributesEntry
|
|
11
|
+
*/
|
|
12
|
+
export interface TIdentifierAttributesEntry {
|
|
13
|
+
key?: string;
|
|
14
|
+
value?: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* IdentifierAttributesEntry
|
|
18
|
+
*/
|
|
19
|
+
export declare class IdentifierAttributesEntry extends FieldNode {
|
|
20
|
+
private _key;
|
|
21
|
+
private _value;
|
|
22
|
+
__defaultValues: IIdentifierAttributesEntry;
|
|
23
|
+
constructor(initData?: IIdentifierAttributesEntry, parent?: FieldNode, parentAttributeName?: string);
|
|
24
|
+
get key(): STRING;
|
|
25
|
+
set key(v: string);
|
|
26
|
+
get value(): STRING;
|
|
27
|
+
set value(v: string);
|
|
28
|
+
fromLiteral(data: IIdentifierAttributesEntry): void;
|
|
29
|
+
toLiteral(): IIdentifierAttributesEntry;
|
|
30
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { FieldNode, Registry, STRING } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* IdentifierAttributesEntry
|
|
6
|
+
*/
|
|
7
|
+
export class IdentifierAttributesEntry extends FieldNode {
|
|
8
|
+
constructor(initData, parent, parentAttributeName) {
|
|
9
|
+
super(undefined, parent, parentAttributeName);
|
|
10
|
+
this.__meta.typeName = 'furo.type.Identifier.AttributesEntry';
|
|
11
|
+
this.__meta.description = 'IdentifierAttributesEntry';
|
|
12
|
+
this.__meta.nodeFields = [
|
|
13
|
+
{
|
|
14
|
+
fieldName: 'key',
|
|
15
|
+
protoName: 'key',
|
|
16
|
+
FieldConstructor: STRING,
|
|
17
|
+
constraints: {},
|
|
18
|
+
description: '',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
fieldName: 'value',
|
|
22
|
+
protoName: 'value',
|
|
23
|
+
FieldConstructor: STRING,
|
|
24
|
+
constraints: {},
|
|
25
|
+
description: '',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
// Initialize the fields
|
|
29
|
+
this._key = new STRING(undefined, this, 'key');
|
|
30
|
+
this._value = new STRING(undefined, this, 'value');
|
|
31
|
+
// Set required fields
|
|
32
|
+
[].forEach(fieldName => {
|
|
33
|
+
this[fieldName].__meta.required = true;
|
|
34
|
+
});
|
|
35
|
+
// Default values from openAPI annotations
|
|
36
|
+
this.__defaultValues = {};
|
|
37
|
+
// Initialize the fields with init data
|
|
38
|
+
if (initData !== undefined) {
|
|
39
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
40
|
+
}
|
|
41
|
+
else {
|
|
42
|
+
this.__fromLiteral(this.__defaultValues);
|
|
43
|
+
}
|
|
44
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
45
|
+
[].forEach(fieldName => {
|
|
46
|
+
this[fieldName].__readonly = true;
|
|
47
|
+
});
|
|
48
|
+
this.__meta.isPristine = true;
|
|
49
|
+
}
|
|
50
|
+
get key() {
|
|
51
|
+
return this._key;
|
|
52
|
+
}
|
|
53
|
+
set key(v) {
|
|
54
|
+
this.__PrimitivesSetter(this._key, v);
|
|
55
|
+
}
|
|
56
|
+
get value() {
|
|
57
|
+
return this._value;
|
|
58
|
+
}
|
|
59
|
+
set value(v) {
|
|
60
|
+
this.__PrimitivesSetter(this._value, v);
|
|
61
|
+
}
|
|
62
|
+
fromLiteral(data) {
|
|
63
|
+
super.__fromLiteral(data);
|
|
64
|
+
}
|
|
65
|
+
toLiteral() {
|
|
66
|
+
return super.__toLiteral();
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
Registry.register('furo.type.Identifier.AttributesEntry', IdentifierAttributesEntry);
|
|
70
|
+
//# sourceMappingURL=Identifier.AttributesEntry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Identifier.AttributesEntry.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/furo/type/Identifier.AttributesEntry.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAkB3E;;GAEG;AACH,MAAM,OAAO,yBAA0B,SAAQ,SAAS;IAOtD,YACE,QAAqC,EACrC,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,sCAAsC,CAAC;QAC9D,IAAI,CAAC,MAAM,CAAC,WAAW,GAAG,2BAA2B,CAAC;QAEtD,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,KAAK;gBAChB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;YACD;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,IAAI,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC;QAE/C,IAAI,CAAC,MAAM,GAAG,IAAI,MAAM,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;QAEnD,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YAEnB,IAAI,CAAC,SAA4C,CAClD,CAAC,MAAM,CAAC,QAAQ,GAAG,IAAI,CAAC;QAC3B,CAAC,CAAC,CAAC;QAEH,0CAA0C;QAC1C,IAAI,CAAC,eAAe,GAAG,EAAE,CAAC;QAE1B,uCAAuC;QACvC,IAAI,QAAQ,KAAK,SAAS,EAAE,CAAC;YAC3B,IAAI,CAAC,aAAa,CAAC,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,GAAG,QAAQ,EAAE,CAAC,CAAC;QAC/D,CAAC;aAAM,CAAC;YACN,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAC3C,CAAC;QAED,sEAAsE;QACtE,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YAEnB,IAAI,CAAC,SAA4C,CAClD,CAAC,UAAU,GAAG,IAAI,CAAC;QACtB,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,GAAG;QACZ,OAAO,IAAI,CAAC,IAAI,CAAC;IACnB,CAAC;IAED,IAAW,GAAG,CAAC,CAAS;QACtB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IACxC,CAAC;IAED,IAAW,KAAK;QACd,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,IAAW,KAAK,CAAC,CAAS;QACxB,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;IAC1C,CAAC;IAED,WAAW,CAAC,IAAgC;QAC1C,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,CAAC;IAC5B,CAAC;IAED,SAAS;QACP,OAAO,KAAK,CAAC,WAAW,EAAE,CAAC;IAC7B,CAAC;CACF;AAED,QAAQ,CAAC,QAAQ,CACf,sCAAsC,EACtC,yBAAyB,CAC1B,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, Registry, STRING } from '@furo/open-models/dist/index';\n\n/**\n * @interface IIdentifierAttributesEntry\n */\nexport interface IIdentifierAttributesEntry {\n key?: string;\n value?: string;\n}\n\n/**\n * @interface TIdentifierAttributesEntry\n */\nexport interface TIdentifierAttributesEntry {\n key?: string;\n value?: string;\n}\n\n/**\n * IdentifierAttributesEntry\n */\nexport class IdentifierAttributesEntry extends FieldNode {\n private _key: STRING;\n\n private _value: STRING;\n\n public __defaultValues: IIdentifierAttributesEntry;\n\n constructor(\n initData?: IIdentifierAttributesEntry,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'furo.type.Identifier.AttributesEntry';\n this.__meta.description = 'IdentifierAttributesEntry';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'key',\n protoName: 'key',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'value',\n protoName: 'value',\n FieldConstructor: STRING,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._key = new STRING(undefined, this, 'key');\n\n this._value = new STRING(undefined, this, 'value');\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[fieldName as keyof IdentifierAttributesEntry] as FieldNode\n ).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {};\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (\n this[fieldName as keyof IdentifierAttributesEntry] as FieldNode\n ).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get key(): STRING {\n return this._key;\n }\n\n public set key(v: string) {\n this.__PrimitivesSetter(this._key, v);\n }\n\n public get value(): STRING {\n return this._value;\n }\n\n public set value(v: string) {\n this.__PrimitivesSetter(this._value, v);\n }\n\n fromLiteral(data: IIdentifierAttributesEntry) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IIdentifierAttributesEntry {\n return super.__toLiteral();\n }\n}\n\nRegistry.register(\n 'furo.type.Identifier.AttributesEntry',\n IdentifierAttributesEntry,\n);\n"]}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { ANY, ARRAY, BOOLEAN, ENUM, FieldNode, MAP, STRING, type IAny } from '@furo/open-models/dist/index';
|
|
2
|
+
import { XString as FuroFatString, type IXString as IFuroFatString, type TXString as TFuroFatString } from '../fat/String.js';
|
|
3
|
+
import { BookingCenter as FuroTypeBookingCenter } from './BookingCenter.js';
|
|
4
|
+
import { Decimal as FuroTypeDecimal, type IDecimal as IFuroTypeDecimal, type TDecimal as TFuroTypeDecimal } from './Decimal.js';
|
|
5
|
+
import { DecimalRange as FuroTypeDecimalRange, type IDecimalRange as IFuroTypeDecimalRange, type TDecimalRange as TFuroTypeDecimalRange } from './DecimalRange.js';
|
|
6
|
+
import { RefSystem as FuroTypeRefSystem } from './RefSystem.js';
|
|
7
|
+
import { RefType as FuroTypeRefType } from './RefType.js';
|
|
8
|
+
/**
|
|
9
|
+
* @interface IIdentifier
|
|
10
|
+
*/
|
|
11
|
+
export interface IIdentifier {
|
|
12
|
+
/**
|
|
13
|
+
* related to the master of the object - who gives the id
|
|
14
|
+
*/
|
|
15
|
+
refSystem?: FuroTypeRefSystem | string;
|
|
16
|
+
/**
|
|
17
|
+
* Type from the master objects system
|
|
18
|
+
*/
|
|
19
|
+
refType?: FuroTypeRefType | string;
|
|
20
|
+
/**
|
|
21
|
+
* booking center
|
|
22
|
+
*/
|
|
23
|
+
bookingCenter?: FuroTypeBookingCenter | string;
|
|
24
|
+
/**
|
|
25
|
+
* Attributes for a value, something like confidential-msg: you are not allowed to see this value
|
|
26
|
+
*/
|
|
27
|
+
attributes?: {
|
|
28
|
+
[key: string]: string;
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* for example obj_id or your own uuid - the unique id for the source system (together with type)
|
|
32
|
+
*/
|
|
33
|
+
id?: string;
|
|
34
|
+
stringArray?: string[];
|
|
35
|
+
repeatedDecimal?: IFuroTypeDecimal[];
|
|
36
|
+
decRange?: IFuroTypeDecimalRange;
|
|
37
|
+
any?: IAny;
|
|
38
|
+
fatString?: IFuroFatString;
|
|
39
|
+
trueFalse?: boolean;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* @interface TIdentifier
|
|
43
|
+
*/
|
|
44
|
+
export interface TIdentifier {
|
|
45
|
+
/**
|
|
46
|
+
* related to the master of the object - who gives the id
|
|
47
|
+
*/
|
|
48
|
+
ref_system?: FuroTypeRefSystem | string;
|
|
49
|
+
/**
|
|
50
|
+
* Type from the master objects system
|
|
51
|
+
*/
|
|
52
|
+
ref_type?: FuroTypeRefType | string;
|
|
53
|
+
/**
|
|
54
|
+
* booking center
|
|
55
|
+
*/
|
|
56
|
+
booking_center?: FuroTypeBookingCenter | string;
|
|
57
|
+
/**
|
|
58
|
+
* Attributes for a value, something like confidential-msg: you are not allowed to see this value
|
|
59
|
+
*/
|
|
60
|
+
attributes?: {
|
|
61
|
+
[key: string]: string;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* for example obj_id or your own uuid - the unique id for the source system (together with type)
|
|
65
|
+
*/
|
|
66
|
+
id?: string;
|
|
67
|
+
string_array?: string[];
|
|
68
|
+
repeated_decimal?: TFuroTypeDecimal[];
|
|
69
|
+
dec_range?: TFuroTypeDecimalRange;
|
|
70
|
+
any?: IAny;
|
|
71
|
+
fat_string?: TFuroFatString;
|
|
72
|
+
true_false?: boolean;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Identifier
|
|
76
|
+
*/
|
|
77
|
+
export declare class Identifier extends FieldNode {
|
|
78
|
+
private _refSystem;
|
|
79
|
+
private _refType;
|
|
80
|
+
private _bookingCenter;
|
|
81
|
+
private _attributes;
|
|
82
|
+
private _id;
|
|
83
|
+
private _stringArray;
|
|
84
|
+
private _repeatedDecimal;
|
|
85
|
+
private _decRange;
|
|
86
|
+
private _any;
|
|
87
|
+
private _fatString;
|
|
88
|
+
private _trueFalse;
|
|
89
|
+
__defaultValues: IIdentifier;
|
|
90
|
+
constructor(initData?: IIdentifier, parent?: FieldNode, parentAttributeName?: string);
|
|
91
|
+
get refSystem(): ENUM<FuroTypeRefSystem>;
|
|
92
|
+
set refSystem(v: FuroTypeRefSystem);
|
|
93
|
+
get refType(): ENUM<FuroTypeRefType>;
|
|
94
|
+
set refType(v: FuroTypeRefType);
|
|
95
|
+
get bookingCenter(): ENUM<FuroTypeBookingCenter>;
|
|
96
|
+
set bookingCenter(v: FuroTypeBookingCenter);
|
|
97
|
+
get attributes(): MAP<string, STRING, string>;
|
|
98
|
+
set attributes(v: {
|
|
99
|
+
[key: string]: string;
|
|
100
|
+
});
|
|
101
|
+
get id(): STRING;
|
|
102
|
+
set id(v: string);
|
|
103
|
+
get stringArray(): ARRAY<STRING, string>;
|
|
104
|
+
set stringArray(v: string[]);
|
|
105
|
+
get repeatedDecimal(): ARRAY<FuroTypeDecimal, IFuroTypeDecimal>;
|
|
106
|
+
set repeatedDecimal(v: IFuroTypeDecimal[]);
|
|
107
|
+
get decRange(): FuroTypeDecimalRange;
|
|
108
|
+
set decRange(v: IFuroTypeDecimalRange);
|
|
109
|
+
get any(): ANY;
|
|
110
|
+
set any(v: IAny);
|
|
111
|
+
get fatString(): FuroFatString;
|
|
112
|
+
set fatString(v: IFuroFatString);
|
|
113
|
+
get trueFalse(): BOOLEAN;
|
|
114
|
+
set trueFalse(v: boolean);
|
|
115
|
+
fromLiteral(data: IIdentifier): void;
|
|
116
|
+
toLiteral(): IIdentifier;
|
|
117
|
+
}
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ANY, ARRAY, BOOLEAN, ENUM, FieldNode, MAP, Registry, STRING, } from '@furo/open-models/dist/index';
|
|
4
|
+
import { XString as FuroFatString, } from '../fat/String.js';
|
|
5
|
+
import { BookingCenter as FuroTypeBookingCenter } from './BookingCenter.js';
|
|
6
|
+
import { Decimal as FuroTypeDecimal, } from './Decimal.js';
|
|
7
|
+
import { DecimalRange as FuroTypeDecimalRange, } from './DecimalRange.js';
|
|
8
|
+
import { RefSystem as FuroTypeRefSystem } from './RefSystem.js';
|
|
9
|
+
import { RefType as FuroTypeRefType } from './RefType.js';
|
|
10
|
+
/**
|
|
11
|
+
* Identifier
|
|
12
|
+
*/
|
|
13
|
+
export class Identifier extends FieldNode {
|
|
14
|
+
constructor(initData, parent, parentAttributeName) {
|
|
15
|
+
super(undefined, parent, parentAttributeName);
|
|
16
|
+
this.__meta.typeName = 'furo.type.Identifier';
|
|
17
|
+
this.__meta.description = 'Identifier';
|
|
18
|
+
this.__meta.nodeFields = [
|
|
19
|
+
{
|
|
20
|
+
fieldName: 'refSystem',
|
|
21
|
+
protoName: 'ref_system',
|
|
22
|
+
FieldConstructor: (ENUM),
|
|
23
|
+
constraints: {},
|
|
24
|
+
description: 'related to the master of the object - who gives the id',
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
fieldName: 'refType',
|
|
28
|
+
protoName: 'ref_type',
|
|
29
|
+
FieldConstructor: (ENUM),
|
|
30
|
+
constraints: {},
|
|
31
|
+
description: 'Type from the master objects system',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
fieldName: 'bookingCenter',
|
|
35
|
+
protoName: 'booking_center',
|
|
36
|
+
FieldConstructor: (ENUM),
|
|
37
|
+
constraints: {},
|
|
38
|
+
description: 'booking center',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
fieldName: 'attributes',
|
|
42
|
+
protoName: 'attributes',
|
|
43
|
+
FieldConstructor: (MAP),
|
|
44
|
+
ValueConstructor: STRING,
|
|
45
|
+
constraints: {},
|
|
46
|
+
description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
fieldName: 'id',
|
|
50
|
+
protoName: 'id',
|
|
51
|
+
FieldConstructor: STRING,
|
|
52
|
+
constraints: {},
|
|
53
|
+
description: 'for example obj_id or your own uuid - the unique id for the source system (together with type)',
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
fieldName: 'stringArray',
|
|
57
|
+
protoName: 'string_array',
|
|
58
|
+
FieldConstructor: STRING,
|
|
59
|
+
constraints: { read_only: true, max_items: 4, required: true },
|
|
60
|
+
description: '',
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
fieldName: 'repeatedDecimal',
|
|
64
|
+
protoName: 'repeated_decimal',
|
|
65
|
+
FieldConstructor: FuroTypeDecimal,
|
|
66
|
+
constraints: {},
|
|
67
|
+
description: '',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
fieldName: 'decRange',
|
|
71
|
+
protoName: 'dec_range',
|
|
72
|
+
FieldConstructor: FuroTypeDecimalRange,
|
|
73
|
+
constraints: {},
|
|
74
|
+
description: '',
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
fieldName: 'any',
|
|
78
|
+
protoName: 'any',
|
|
79
|
+
FieldConstructor: ANY,
|
|
80
|
+
constraints: {},
|
|
81
|
+
description: '',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
fieldName: 'fatString',
|
|
85
|
+
protoName: 'fat_string',
|
|
86
|
+
FieldConstructor: FuroFatString,
|
|
87
|
+
constraints: {},
|
|
88
|
+
description: '',
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
fieldName: 'trueFalse',
|
|
92
|
+
protoName: 'true_false',
|
|
93
|
+
FieldConstructor: BOOLEAN,
|
|
94
|
+
constraints: {},
|
|
95
|
+
description: '',
|
|
96
|
+
},
|
|
97
|
+
];
|
|
98
|
+
// Initialize the fields
|
|
99
|
+
// related to the master of the object - who gives the id
|
|
100
|
+
this._refSystem = new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem');
|
|
101
|
+
// Type from the master objects system
|
|
102
|
+
this._refType = new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType');
|
|
103
|
+
// booking center
|
|
104
|
+
this._bookingCenter = new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter');
|
|
105
|
+
// Attributes for a value, something like confidential-msg: you are not allowed to see this value
|
|
106
|
+
this._attributes = new MAP(undefined, this, 'attributes');
|
|
107
|
+
// for example obj_id or your own uuid - the unique id for the source system (together with type)
|
|
108
|
+
this._id = new STRING(undefined, this, 'id');
|
|
109
|
+
this._stringArray = new ARRAY(undefined, this, 'stringArray');
|
|
110
|
+
this._repeatedDecimal = new ARRAY(undefined, this, 'repeatedDecimal');
|
|
111
|
+
this._decRange = new FuroTypeDecimalRange(undefined, this, 'decRange');
|
|
112
|
+
this._any = new ANY(undefined, this, 'any');
|
|
113
|
+
this._fatString = new FuroFatString(undefined, this, 'fatString');
|
|
114
|
+
this._trueFalse = new BOOLEAN(undefined, this, 'trueFalse');
|
|
115
|
+
// Set required fields
|
|
116
|
+
['stringArray'].forEach(fieldName => {
|
|
117
|
+
this[fieldName].__meta.required = true;
|
|
118
|
+
});
|
|
119
|
+
// Default values from openAPI annotations
|
|
120
|
+
this.__defaultValues = {
|
|
121
|
+
stringArray: ['A', 'B', 'C'],
|
|
122
|
+
};
|
|
123
|
+
// Initialize the fields with init data
|
|
124
|
+
if (initData !== undefined) {
|
|
125
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
126
|
+
}
|
|
127
|
+
else {
|
|
128
|
+
this.__fromLiteral(this.__defaultValues);
|
|
129
|
+
}
|
|
130
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
131
|
+
['stringArray'].forEach(fieldName => {
|
|
132
|
+
this[fieldName].__readonly = true;
|
|
133
|
+
});
|
|
134
|
+
this.__meta.isPristine = true;
|
|
135
|
+
}
|
|
136
|
+
// related to the master of the object - who gives the id
|
|
137
|
+
get refSystem() {
|
|
138
|
+
return this._refSystem;
|
|
139
|
+
}
|
|
140
|
+
set refSystem(v) {
|
|
141
|
+
this.__TypeSetter(this._refSystem, v);
|
|
142
|
+
}
|
|
143
|
+
// Type from the master objects system
|
|
144
|
+
get refType() {
|
|
145
|
+
return this._refType;
|
|
146
|
+
}
|
|
147
|
+
set refType(v) {
|
|
148
|
+
this.__TypeSetter(this._refType, v);
|
|
149
|
+
}
|
|
150
|
+
// booking center
|
|
151
|
+
get bookingCenter() {
|
|
152
|
+
return this._bookingCenter;
|
|
153
|
+
}
|
|
154
|
+
set bookingCenter(v) {
|
|
155
|
+
this.__TypeSetter(this._bookingCenter, v);
|
|
156
|
+
}
|
|
157
|
+
// Attributes for a value, something like confidential-msg: you are not allowed to see this value
|
|
158
|
+
get attributes() {
|
|
159
|
+
return this._attributes;
|
|
160
|
+
}
|
|
161
|
+
set attributes(v) {
|
|
162
|
+
this.__TypeSetter(this._attributes, v);
|
|
163
|
+
}
|
|
164
|
+
// for example obj_id or your own uuid - the unique id for the source system (together with type)
|
|
165
|
+
get id() {
|
|
166
|
+
return this._id;
|
|
167
|
+
}
|
|
168
|
+
set id(v) {
|
|
169
|
+
this.__PrimitivesSetter(this._id, v);
|
|
170
|
+
}
|
|
171
|
+
get stringArray() {
|
|
172
|
+
return this._stringArray;
|
|
173
|
+
}
|
|
174
|
+
set stringArray(v) {
|
|
175
|
+
this.__TypeSetter(this._stringArray, v);
|
|
176
|
+
}
|
|
177
|
+
get repeatedDecimal() {
|
|
178
|
+
return this._repeatedDecimal;
|
|
179
|
+
}
|
|
180
|
+
set repeatedDecimal(v) {
|
|
181
|
+
this.__TypeSetter(this._repeatedDecimal, v);
|
|
182
|
+
}
|
|
183
|
+
get decRange() {
|
|
184
|
+
return this._decRange;
|
|
185
|
+
}
|
|
186
|
+
set decRange(v) {
|
|
187
|
+
this.__TypeSetter(this._decRange, v);
|
|
188
|
+
}
|
|
189
|
+
get any() {
|
|
190
|
+
return this._any;
|
|
191
|
+
}
|
|
192
|
+
set any(v) {
|
|
193
|
+
this.__TypeSetter(this._any, v);
|
|
194
|
+
}
|
|
195
|
+
get fatString() {
|
|
196
|
+
return this._fatString;
|
|
197
|
+
}
|
|
198
|
+
set fatString(v) {
|
|
199
|
+
this.__TypeSetter(this._fatString, v);
|
|
200
|
+
}
|
|
201
|
+
get trueFalse() {
|
|
202
|
+
return this._trueFalse;
|
|
203
|
+
}
|
|
204
|
+
set trueFalse(v) {
|
|
205
|
+
this.__PrimitivesSetter(this._trueFalse, v);
|
|
206
|
+
}
|
|
207
|
+
fromLiteral(data) {
|
|
208
|
+
super.__fromLiteral(data);
|
|
209
|
+
}
|
|
210
|
+
toLiteral() {
|
|
211
|
+
return super.__toLiteral();
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
Registry.register('furo.type.Identifier', Identifier);
|
|
215
|
+
//# sourceMappingURL=Identifier.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Identifier.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/furo/type/Identifier.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 ANY,\n ARRAY,\n BOOLEAN,\n ENUM,\n FieldNode,\n MAP,\n Registry,\n STRING,\n type IAny,\n} from '@furo/open-models/dist/index';\nimport {\n XString as FuroFatString,\n type IXString as IFuroFatString,\n type TXString as TFuroFatString,\n} from '../fat/String';\n\nimport { BookingCenter as FuroTypeBookingCenter } from './BookingCenter';\n\nimport {\n Decimal as FuroTypeDecimal,\n type IDecimal as IFuroTypeDecimal,\n type TDecimal as TFuroTypeDecimal,\n} from './Decimal';\n\nimport {\n DecimalRange as FuroTypeDecimalRange,\n type IDecimalRange as IFuroTypeDecimalRange,\n type TDecimalRange as TFuroTypeDecimalRange,\n} from './DecimalRange';\n\nimport { RefSystem as FuroTypeRefSystem } from './RefSystem';\n\nimport { RefType as FuroTypeRefType } from './RefType';\n\n/**\n * @interface IIdentifier\n */\nexport interface IIdentifier {\n /**\n * related to the master of the object - who gives the id\n */\n refSystem?: FuroTypeRefSystem | string;\n /**\n * Type from the master objects system\n */\n refType?: FuroTypeRefType | string;\n /**\n * booking center\n */\n bookingCenter?: FuroTypeBookingCenter | string;\n /**\n * Attributes for a value, something like confidential-msg: you are not allowed to see this value\n */\n attributes?: { [key: string]: string };\n /**\n * for example obj_id or your own uuid - the unique id for the source system (together with type)\n */\n id?: string;\n stringArray?: string[];\n repeatedDecimal?: IFuroTypeDecimal[];\n decRange?: IFuroTypeDecimalRange;\n any?: IAny;\n fatString?: IFuroFatString;\n trueFalse?: boolean;\n}\n\n/**\n * @interface TIdentifier\n */\nexport interface TIdentifier {\n /**\n * related to the master of the object - who gives the id\n */\n ref_system?: FuroTypeRefSystem | string;\n /**\n * Type from the master objects system\n */\n ref_type?: FuroTypeRefType | string;\n /**\n * booking center\n */\n booking_center?: FuroTypeBookingCenter | string;\n /**\n * Attributes for a value, something like confidential-msg: you are not allowed to see this value\n */\n attributes?: { [key: string]: string };\n /**\n * for example obj_id or your own uuid - the unique id for the source system (together with type)\n */\n id?: string;\n string_array?: string[];\n repeated_decimal?: TFuroTypeDecimal[];\n dec_range?: TFuroTypeDecimalRange;\n any?: IAny;\n fat_string?: TFuroFatString;\n true_false?: boolean;\n}\n\n/**\n * Identifier\n */\nexport class Identifier extends FieldNode {\n // related to the master of the object - who gives the id\n private _refSystem: ENUM<FuroTypeRefSystem>;\n\n // Type from the master objects system\n private _refType: ENUM<FuroTypeRefType>;\n\n // booking center\n private _bookingCenter: ENUM<FuroTypeBookingCenter>;\n\n // Attributes for a value, something like confidential-msg: you are not allowed to see this value\n private _attributes: MAP<string, STRING, string>;\n\n // for example obj_id or your own uuid - the unique id for the source system (together with type)\n private _id: STRING;\n\n private _stringArray: ARRAY<STRING, string>;\n\n private _repeatedDecimal: ARRAY<FuroTypeDecimal, IFuroTypeDecimal>;\n\n private _decRange: FuroTypeDecimalRange;\n\n private _any: ANY;\n\n private _fatString: FuroFatString;\n\n private _trueFalse: BOOLEAN;\n\n public __defaultValues: IIdentifier;\n\n constructor(\n initData?: IIdentifier,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'furo.type.Identifier';\n this.__meta.description = 'Identifier';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'refSystem',\n protoName: 'ref_system',\n FieldConstructor: ENUM<FuroTypeRefSystem>,\n constraints: {},\n description: 'related to the master of the object - who gives the id',\n },\n {\n fieldName: 'refType',\n protoName: 'ref_type',\n FieldConstructor: ENUM<FuroTypeRefType>,\n constraints: {},\n description: 'Type from the master objects system',\n },\n {\n fieldName: 'bookingCenter',\n protoName: 'booking_center',\n FieldConstructor: ENUM<FuroTypeBookingCenter>,\n constraints: {},\n description: 'booking center',\n },\n {\n fieldName: 'attributes',\n protoName: 'attributes',\n FieldConstructor: MAP<string, STRING, string>,\n ValueConstructor: STRING,\n constraints: {},\n description:\n 'Attributes for a value, something like confidential-msg: you are not allowed to see this value',\n },\n {\n fieldName: 'id',\n protoName: 'id',\n FieldConstructor: STRING,\n constraints: {},\n description:\n 'for example obj_id or your own uuid - the unique id for the source system (together with type)',\n },\n {\n fieldName: 'stringArray',\n protoName: 'string_array',\n FieldConstructor: STRING,\n constraints: { read_only: true, max_items: 4, required: true },\n description: '',\n },\n {\n fieldName: 'repeatedDecimal',\n protoName: 'repeated_decimal',\n FieldConstructor: FuroTypeDecimal,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'decRange',\n protoName: 'dec_range',\n FieldConstructor: FuroTypeDecimalRange,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'any',\n protoName: 'any',\n FieldConstructor: ANY,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'fatString',\n protoName: 'fat_string',\n FieldConstructor: FuroFatString,\n constraints: {},\n description: '',\n },\n {\n fieldName: 'trueFalse',\n protoName: 'true_false',\n FieldConstructor: BOOLEAN,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n // related to the master of the object - who gives the id\n this._refSystem = new ENUM<FuroTypeRefSystem>(\n undefined,\n FuroTypeRefSystem,\n FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED,\n this,\n 'refSystem',\n );\n\n // Type from the master objects system\n this._refType = new ENUM<FuroTypeRefType>(\n undefined,\n FuroTypeRefType,\n FuroTypeRefType.REF_TYPE_UNSPECIFIED,\n this,\n 'refType',\n );\n\n // booking center\n this._bookingCenter = new ENUM<FuroTypeBookingCenter>(\n undefined,\n FuroTypeBookingCenter,\n FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED,\n this,\n 'bookingCenter',\n );\n\n // Attributes for a value, something like confidential-msg: you are not allowed to see this value\n this._attributes = new MAP<string, STRING, string>(\n undefined,\n this,\n 'attributes',\n );\n\n // for example obj_id or your own uuid - the unique id for the source system (together with type)\n this._id = new STRING(undefined, this, 'id');\n\n this._stringArray = new ARRAY<STRING, string>(\n undefined,\n this,\n 'stringArray',\n );\n\n this._repeatedDecimal = new ARRAY<FuroTypeDecimal, IFuroTypeDecimal>(\n undefined,\n this,\n 'repeatedDecimal',\n );\n\n this._decRange = new FuroTypeDecimalRange(undefined, this, 'decRange');\n\n this._any = new ANY(undefined, this, 'any');\n\n this._fatString = new FuroFatString(undefined, this, 'fatString');\n\n this._trueFalse = new BOOLEAN(undefined, this, 'trueFalse');\n\n // Set required fields\n ['stringArray'].forEach(fieldName => {\n (this[fieldName as keyof Identifier] as FieldNode).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {\n stringArray: ['A', 'B', 'C'],\n };\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n ['stringArray'].forEach(fieldName => {\n (this[fieldName as keyof Identifier] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // related to the master of the object - who gives the id\n public get refSystem(): ENUM<FuroTypeRefSystem> {\n return this._refSystem;\n }\n\n public set refSystem(v: FuroTypeRefSystem) {\n this.__TypeSetter(this._refSystem, v);\n }\n\n // Type from the master objects system\n public get refType(): ENUM<FuroTypeRefType> {\n return this._refType;\n }\n\n public set refType(v: FuroTypeRefType) {\n this.__TypeSetter(this._refType, v);\n }\n\n // booking center\n public get bookingCenter(): ENUM<FuroTypeBookingCenter> {\n return this._bookingCenter;\n }\n\n public set bookingCenter(v: FuroTypeBookingCenter) {\n this.__TypeSetter(this._bookingCenter, v);\n }\n\n // Attributes for a value, something like confidential-msg: you are not allowed to see this value\n public get attributes(): MAP<string, STRING, string> {\n return this._attributes;\n }\n\n public set attributes(v: { [key: string]: string }) {\n this.__TypeSetter(this._attributes, v);\n }\n\n // for example obj_id or your own uuid - the unique id for the source system (together with type)\n public get id(): STRING {\n return this._id;\n }\n\n public set id(v: string) {\n this.__PrimitivesSetter(this._id, v);\n }\n\n public get stringArray(): ARRAY<STRING, string> {\n return this._stringArray;\n }\n\n public set stringArray(v: string[]) {\n this.__TypeSetter(this._stringArray, v);\n }\n\n public get repeatedDecimal(): ARRAY<FuroTypeDecimal, IFuroTypeDecimal> {\n return this._repeatedDecimal;\n }\n\n public set repeatedDecimal(v: IFuroTypeDecimal[]) {\n this.__TypeSetter(this._repeatedDecimal, v);\n }\n\n public get decRange(): FuroTypeDecimalRange {\n return this._decRange;\n }\n\n public set decRange(v: IFuroTypeDecimalRange) {\n this.__TypeSetter(this._decRange, v);\n }\n\n public get any(): ANY {\n return this._any;\n }\n\n public set any(v: IAny) {\n this.__TypeSetter(this._any, v);\n }\n\n public get fatString(): FuroFatString {\n return this._fatString;\n }\n\n public set fatString(v: IFuroFatString) {\n this.__TypeSetter(this._fatString, v);\n }\n\n public get trueFalse(): BOOLEAN {\n return this._trueFalse;\n }\n\n public set trueFalse(v: boolean) {\n this.__PrimitivesSetter(this._trueFalse, v);\n }\n\n fromLiteral(data: IIdentifier) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): IIdentifier {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('furo.type.Identifier', Identifier);\n"]}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ARRAY, FieldNode, INT32 } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface INumeric
|
|
4
|
+
* Decimal numbers
|
|
5
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
6
|
+
*/
|
|
7
|
+
export interface INumeric {
|
|
8
|
+
/**
|
|
9
|
+
* Value is set as a quoted number, use your numeric parser of choice
|
|
10
|
+
*/
|
|
11
|
+
primitiveInt32?: number;
|
|
12
|
+
repeatedPrimitiveInt32?: number[];
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @interface TNumeric
|
|
16
|
+
* Decimal numbers
|
|
17
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
18
|
+
*/
|
|
19
|
+
export interface TNumeric {
|
|
20
|
+
/**
|
|
21
|
+
* Value is set as a quoted number, use your numeric parser of choice
|
|
22
|
+
*/
|
|
23
|
+
primitive_int32?: number;
|
|
24
|
+
repeated_primitive_int32?: number[];
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Numeric
|
|
28
|
+
* Decimal numbers
|
|
29
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
30
|
+
*/
|
|
31
|
+
export declare class Numeric extends FieldNode {
|
|
32
|
+
private _primitiveInt32;
|
|
33
|
+
private _repeatedPrimitiveInt32;
|
|
34
|
+
__defaultValues: INumeric;
|
|
35
|
+
constructor(initData?: INumeric, parent?: FieldNode, parentAttributeName?: string);
|
|
36
|
+
get primitiveInt32(): INT32;
|
|
37
|
+
set primitiveInt32(v: number);
|
|
38
|
+
get repeatedPrimitiveInt32(): ARRAY<INT32, number>;
|
|
39
|
+
set repeatedPrimitiveInt32(v: number[]);
|
|
40
|
+
fromLiteral(data: INumeric): void;
|
|
41
|
+
toLiteral(): INumeric;
|
|
42
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ARRAY, FieldNode, INT32, Registry, } from '@furo/open-models/dist/index';
|
|
4
|
+
/**
|
|
5
|
+
* Numeric
|
|
6
|
+
* Decimal numbers
|
|
7
|
+
* Regex pattern: ^[+-]?(\d*\.)?\d+$
|
|
8
|
+
*/
|
|
9
|
+
export class Numeric extends FieldNode {
|
|
10
|
+
constructor(initData, parent, parentAttributeName) {
|
|
11
|
+
super(undefined, parent, parentAttributeName);
|
|
12
|
+
this.__meta.typeName = 'furo.type.Numeric';
|
|
13
|
+
this.__meta.description =
|
|
14
|
+
'Numeric Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$';
|
|
15
|
+
this.__meta.nodeFields = [
|
|
16
|
+
{
|
|
17
|
+
fieldName: 'primitiveInt32',
|
|
18
|
+
protoName: 'primitive_int32',
|
|
19
|
+
FieldConstructor: INT32,
|
|
20
|
+
constraints: {
|
|
21
|
+
maximum: 1000,
|
|
22
|
+
minimum: 5,
|
|
23
|
+
exclusive_maximum: true,
|
|
24
|
+
exclusive_minimum: true,
|
|
25
|
+
multiple_of: 5,
|
|
26
|
+
},
|
|
27
|
+
description: 'Value is set as a quoted number, use your numeric parser of choice',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
fieldName: 'repeatedPrimitiveInt32',
|
|
31
|
+
protoName: 'repeated_primitive_int32',
|
|
32
|
+
FieldConstructor: INT32,
|
|
33
|
+
constraints: {},
|
|
34
|
+
description: '',
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
// Initialize the fields
|
|
38
|
+
// Value is set as a quoted number, use your numeric parser of choice
|
|
39
|
+
this._primitiveInt32 = new INT32(undefined, this, 'primitiveInt32');
|
|
40
|
+
this._repeatedPrimitiveInt32 = new ARRAY(undefined, this, 'repeatedPrimitiveInt32');
|
|
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
|
+
// Value is set as a quoted number, use your numeric parser of choice
|
|
61
|
+
get primitiveInt32() {
|
|
62
|
+
return this._primitiveInt32;
|
|
63
|
+
}
|
|
64
|
+
set primitiveInt32(v) {
|
|
65
|
+
this.__PrimitivesSetter(this._primitiveInt32, v);
|
|
66
|
+
}
|
|
67
|
+
get repeatedPrimitiveInt32() {
|
|
68
|
+
return this._repeatedPrimitiveInt32;
|
|
69
|
+
}
|
|
70
|
+
set repeatedPrimitiveInt32(v) {
|
|
71
|
+
this.__TypeSetter(this._repeatedPrimitiveInt32, v);
|
|
72
|
+
}
|
|
73
|
+
fromLiteral(data) {
|
|
74
|
+
super.__fromLiteral(data);
|
|
75
|
+
}
|
|
76
|
+
toLiteral() {
|
|
77
|
+
return super.__toLiteral();
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
Registry.register('furo.type.Numeric', Numeric);
|
|
81
|
+
//# sourceMappingURL=Numeric.js.map
|