@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,131 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { DOUBLE, ENUM, FieldNode, Registry, } from '@furo/open-models/dist/index';
|
|
4
|
+
import { Colour as FuroCubeColour, } from './Colour.js';
|
|
5
|
+
import { Materials as FuroCubeMaterials } from './Materials.js';
|
|
6
|
+
/**
|
|
7
|
+
* CubeDefinition
|
|
8
|
+
* CubeDefinition is a definition of a cube.
|
|
9
|
+
*/
|
|
10
|
+
export class CubeDefinition extends FieldNode {
|
|
11
|
+
constructor(initData, parent, parentAttributeName) {
|
|
12
|
+
super(undefined, parent, parentAttributeName);
|
|
13
|
+
this.__meta.typeName = 'furo.cube.CubeDefinition';
|
|
14
|
+
this.__meta.description =
|
|
15
|
+
'CubeDefinition CubeDefinition is a definition of a cube.';
|
|
16
|
+
this.__meta.nodeFields = [
|
|
17
|
+
{
|
|
18
|
+
fieldName: 'length',
|
|
19
|
+
protoName: 'length',
|
|
20
|
+
FieldConstructor: DOUBLE,
|
|
21
|
+
constraints: { maximum: 1000, minimum: 100, required: true },
|
|
22
|
+
description: 'the length of the cube in cm',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
fieldName: 'breadth',
|
|
26
|
+
protoName: 'breadth',
|
|
27
|
+
FieldConstructor: DOUBLE,
|
|
28
|
+
constraints: { maximum: 1000, minimum: 100, required: true },
|
|
29
|
+
description: 'the breadth / width of the cube in cm',
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
fieldName: 'height',
|
|
33
|
+
protoName: 'height',
|
|
34
|
+
FieldConstructor: DOUBLE,
|
|
35
|
+
constraints: { maximum: 1000, minimum: 100, required: true },
|
|
36
|
+
description: 'the height of the cube in cm',
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
fieldName: 'colour',
|
|
40
|
+
protoName: 'colour',
|
|
41
|
+
FieldConstructor: FuroCubeColour,
|
|
42
|
+
constraints: {},
|
|
43
|
+
description: 'the color of the cube',
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
fieldName: 'material',
|
|
47
|
+
protoName: 'material',
|
|
48
|
+
FieldConstructor: (ENUM),
|
|
49
|
+
constraints: {},
|
|
50
|
+
description: 'The material the cube is made of',
|
|
51
|
+
},
|
|
52
|
+
];
|
|
53
|
+
// Initialize the fields
|
|
54
|
+
// the length of the cube in cm
|
|
55
|
+
this._length = new DOUBLE(undefined, this, 'length');
|
|
56
|
+
// the breadth / width of the cube in cm
|
|
57
|
+
this._breadth = new DOUBLE(undefined, this, 'breadth');
|
|
58
|
+
// the height of the cube in cm
|
|
59
|
+
this._height = new DOUBLE(undefined, this, 'height');
|
|
60
|
+
// the color of the cube
|
|
61
|
+
this._colour = new FuroCubeColour(undefined, this, 'colour');
|
|
62
|
+
// The material the cube is made of
|
|
63
|
+
this._material = new ENUM(undefined, FuroCubeMaterials, FuroCubeMaterials.MATERIALS_UNSPECIFIED, this, 'material');
|
|
64
|
+
// Set required fields
|
|
65
|
+
['length', 'breadth', 'height'].forEach(fieldName => {
|
|
66
|
+
this[fieldName].__meta.required =
|
|
67
|
+
true;
|
|
68
|
+
});
|
|
69
|
+
// Default values from openAPI annotations
|
|
70
|
+
this.__defaultValues = {
|
|
71
|
+
breadth: 100.0,
|
|
72
|
+
height: 100.0,
|
|
73
|
+
length: 100.0,
|
|
74
|
+
};
|
|
75
|
+
// Initialize the fields with init data
|
|
76
|
+
if (initData !== undefined) {
|
|
77
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
78
|
+
}
|
|
79
|
+
else {
|
|
80
|
+
this.__fromLiteral(this.__defaultValues);
|
|
81
|
+
}
|
|
82
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
83
|
+
[].forEach(fieldName => {
|
|
84
|
+
this[fieldName].__readonly = true;
|
|
85
|
+
});
|
|
86
|
+
this.__meta.isPristine = true;
|
|
87
|
+
}
|
|
88
|
+
// the length of the cube in cm
|
|
89
|
+
get length() {
|
|
90
|
+
return this._length;
|
|
91
|
+
}
|
|
92
|
+
set length(v) {
|
|
93
|
+
this.__PrimitivesSetter(this._length, v);
|
|
94
|
+
}
|
|
95
|
+
// the breadth / width of the cube in cm
|
|
96
|
+
get breadth() {
|
|
97
|
+
return this._breadth;
|
|
98
|
+
}
|
|
99
|
+
set breadth(v) {
|
|
100
|
+
this.__PrimitivesSetter(this._breadth, v);
|
|
101
|
+
}
|
|
102
|
+
// the height of the cube in cm
|
|
103
|
+
get height() {
|
|
104
|
+
return this._height;
|
|
105
|
+
}
|
|
106
|
+
set height(v) {
|
|
107
|
+
this.__PrimitivesSetter(this._height, v);
|
|
108
|
+
}
|
|
109
|
+
// the color of the cube
|
|
110
|
+
get colour() {
|
|
111
|
+
return this._colour;
|
|
112
|
+
}
|
|
113
|
+
set colour(v) {
|
|
114
|
+
this.__TypeSetter(this._colour, v);
|
|
115
|
+
}
|
|
116
|
+
// The material the cube is made of
|
|
117
|
+
get material() {
|
|
118
|
+
return this._material;
|
|
119
|
+
}
|
|
120
|
+
set material(v) {
|
|
121
|
+
this.__TypeSetter(this._material, v);
|
|
122
|
+
}
|
|
123
|
+
fromLiteral(data) {
|
|
124
|
+
super.__fromLiteral(data);
|
|
125
|
+
}
|
|
126
|
+
toLiteral() {
|
|
127
|
+
return super.__toLiteral();
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
Registry.register('furo.cube.CubeDefinition', CubeDefinition);
|
|
131
|
+
//# sourceMappingURL=CubeDefinition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CubeDefinition.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/furo/cube/CubeDefinition.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 DOUBLE,\n ENUM,\n FieldNode,\n Registry,\n} from '@furo/open-models/dist/index';\nimport {\n Colour as FuroCubeColour,\n type IColour as IFuroCubeColour,\n type TColour as TFuroCubeColour,\n} from './Colour';\n\nimport { Materials as FuroCubeMaterials } from './Materials';\n\n/**\n * @interface ICubeDefinition\n * CubeDefinition is a definition of a cube.\n */\nexport interface ICubeDefinition {\n /**\n * the length of the cube in cm\n */\n length?: number;\n /**\n * the breadth / width of the cube in cm\n */\n breadth?: number;\n /**\n * the height of the cube in cm\n */\n height?: number;\n /**\n * the color of the cube\n */\n colour?: IFuroCubeColour;\n /**\n * The material the cube is made of\n */\n material?: FuroCubeMaterials | string;\n}\n\n/**\n * @interface TCubeDefinition\n * CubeDefinition is a definition of a cube.\n */\nexport interface TCubeDefinition {\n /**\n * the length of the cube in cm\n */\n length?: number;\n /**\n * the breadth / width of the cube in cm\n */\n breadth?: number;\n /**\n * the height of the cube in cm\n */\n height?: number;\n /**\n * the color of the cube\n */\n colour?: TFuroCubeColour;\n /**\n * The material the cube is made of\n */\n material?: FuroCubeMaterials | string;\n}\n\n/**\n * CubeDefinition\n * CubeDefinition is a definition of a cube.\n */\nexport class CubeDefinition extends FieldNode {\n // the length of the cube in cm\n private _length: DOUBLE;\n\n // the breadth / width of the cube in cm\n private _breadth: DOUBLE;\n\n // the height of the cube in cm\n private _height: DOUBLE;\n\n // the color of the cube\n private _colour: FuroCubeColour;\n\n // The material the cube is made of\n private _material: ENUM<FuroCubeMaterials>;\n\n public __defaultValues: ICubeDefinition;\n\n constructor(\n initData?: ICubeDefinition,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'furo.cube.CubeDefinition';\n this.__meta.description =\n 'CubeDefinition CubeDefinition is a definition of a cube.';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'length',\n protoName: 'length',\n FieldConstructor: DOUBLE,\n constraints: { maximum: 1000, minimum: 100, required: true },\n description: 'the length of the cube in cm',\n },\n {\n fieldName: 'breadth',\n protoName: 'breadth',\n FieldConstructor: DOUBLE,\n constraints: { maximum: 1000, minimum: 100, required: true },\n description: 'the breadth / width of the cube in cm',\n },\n {\n fieldName: 'height',\n protoName: 'height',\n FieldConstructor: DOUBLE,\n constraints: { maximum: 1000, minimum: 100, required: true },\n description: 'the height of the cube in cm',\n },\n {\n fieldName: 'colour',\n protoName: 'colour',\n FieldConstructor: FuroCubeColour,\n constraints: {},\n description: 'the color of the cube',\n },\n {\n fieldName: 'material',\n protoName: 'material',\n FieldConstructor: ENUM<FuroCubeMaterials>,\n constraints: {},\n description: 'The material the cube is made of',\n },\n ];\n\n // Initialize the fields\n // the length of the cube in cm\n this._length = new DOUBLE(undefined, this, 'length');\n\n // the breadth / width of the cube in cm\n this._breadth = new DOUBLE(undefined, this, 'breadth');\n\n // the height of the cube in cm\n this._height = new DOUBLE(undefined, this, 'height');\n\n // the color of the cube\n this._colour = new FuroCubeColour(undefined, this, 'colour');\n\n // The material the cube is made of\n this._material = new ENUM<FuroCubeMaterials>(\n undefined,\n FuroCubeMaterials,\n FuroCubeMaterials.MATERIALS_UNSPECIFIED,\n this,\n 'material',\n );\n\n // Set required fields\n ['length', 'breadth', 'height'].forEach(fieldName => {\n (this[fieldName as keyof CubeDefinition] as FieldNode).__meta.required =\n true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {\n breadth: 100.0,\n height: 100.0,\n length: 100.0,\n };\n\n // Initialize the fields with init data\n if (initData !== undefined) {\n this.__fromLiteral({ ...this.__defaultValues, ...initData });\n } else {\n this.__fromLiteral(this.__defaultValues);\n }\n\n // Set readonly fields after the init, so child nodes are readonly too\n [].forEach(fieldName => {\n (this[fieldName as keyof CubeDefinition] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // the length of the cube in cm\n public get length(): DOUBLE {\n return this._length;\n }\n\n public set length(v: number) {\n this.__PrimitivesSetter(this._length, v);\n }\n\n // the breadth / width of the cube in cm\n public get breadth(): DOUBLE {\n return this._breadth;\n }\n\n public set breadth(v: number) {\n this.__PrimitivesSetter(this._breadth, v);\n }\n\n // the height of the cube in cm\n public get height(): DOUBLE {\n return this._height;\n }\n\n public set height(v: number) {\n this.__PrimitivesSetter(this._height, v);\n }\n\n // the color of the cube\n public get colour(): FuroCubeColour {\n return this._colour;\n }\n\n public set colour(v: IFuroCubeColour) {\n this.__TypeSetter(this._colour, v);\n }\n\n // The material the cube is made of\n public get material(): ENUM<FuroCubeMaterials> {\n return this._material;\n }\n\n public set material(v: FuroCubeMaterials) {\n this.__TypeSetter(this._material, v);\n }\n\n fromLiteral(data: ICubeDefinition) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): ICubeDefinition {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('furo.cube.CubeDefinition', CubeDefinition);\n"]}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { FieldNode, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
import { CubeDefinition as FuroCubeCubeDefinition, type ICubeDefinition as IFuroCubeCubeDefinition, type TCubeDefinition as TFuroCubeCubeDefinition } from './CubeDefinition.js';
|
|
3
|
+
/**
|
|
4
|
+
* @interface ICubeEntity
|
|
5
|
+
* CubeEntity
|
|
6
|
+
*/
|
|
7
|
+
export interface ICubeEntity {
|
|
8
|
+
/**
|
|
9
|
+
* human-readable name for the cube entity
|
|
10
|
+
*/
|
|
11
|
+
displayName?: string;
|
|
12
|
+
/**
|
|
13
|
+
* short and nice description of the cube
|
|
14
|
+
*/
|
|
15
|
+
description?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Definition of the cube
|
|
18
|
+
*/
|
|
19
|
+
cube?: IFuroCubeCubeDefinition;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @interface TCubeEntity
|
|
23
|
+
* CubeEntity
|
|
24
|
+
*/
|
|
25
|
+
export interface TCubeEntity {
|
|
26
|
+
/**
|
|
27
|
+
* human-readable name for the cube entity
|
|
28
|
+
*/
|
|
29
|
+
display_name?: string;
|
|
30
|
+
/**
|
|
31
|
+
* short and nice description of the cube
|
|
32
|
+
*/
|
|
33
|
+
description?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Definition of the cube
|
|
36
|
+
*/
|
|
37
|
+
cube?: TFuroCubeCubeDefinition;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* CubeEntity
|
|
41
|
+
* CubeEntity
|
|
42
|
+
*/
|
|
43
|
+
export declare class CubeEntity extends FieldNode {
|
|
44
|
+
private _displayName;
|
|
45
|
+
private _description;
|
|
46
|
+
private _cube;
|
|
47
|
+
__defaultValues: ICubeEntity;
|
|
48
|
+
constructor(initData?: ICubeEntity, parent?: FieldNode, parentAttributeName?: string);
|
|
49
|
+
get displayName(): STRING;
|
|
50
|
+
set displayName(v: string);
|
|
51
|
+
get description(): STRING;
|
|
52
|
+
set description(v: string);
|
|
53
|
+
get cube(): FuroCubeCubeDefinition;
|
|
54
|
+
set cube(v: IFuroCubeCubeDefinition);
|
|
55
|
+
fromLiteral(data: ICubeEntity): void;
|
|
56
|
+
toLiteral(): ICubeEntity;
|
|
57
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
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
|
+
import { CubeDefinition as FuroCubeCubeDefinition, } from './CubeDefinition.js';
|
|
5
|
+
/**
|
|
6
|
+
* CubeEntity
|
|
7
|
+
* CubeEntity
|
|
8
|
+
*/
|
|
9
|
+
export class CubeEntity extends FieldNode {
|
|
10
|
+
constructor(initData, parent, parentAttributeName) {
|
|
11
|
+
super(undefined, parent, parentAttributeName);
|
|
12
|
+
this.__meta.typeName = 'furo.cube.CubeEntity';
|
|
13
|
+
this.__meta.description = 'CubeEntity CubeEntity';
|
|
14
|
+
this.__meta.nodeFields = [
|
|
15
|
+
{
|
|
16
|
+
fieldName: 'displayName',
|
|
17
|
+
protoName: 'display_name',
|
|
18
|
+
FieldConstructor: STRING,
|
|
19
|
+
constraints: { read_only: true },
|
|
20
|
+
description: 'human-readable name for the cube entity',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
fieldName: 'description',
|
|
24
|
+
protoName: 'description',
|
|
25
|
+
FieldConstructor: STRING,
|
|
26
|
+
constraints: {},
|
|
27
|
+
description: 'short and nice description of the cube',
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
fieldName: 'cube',
|
|
31
|
+
protoName: 'cube',
|
|
32
|
+
FieldConstructor: FuroCubeCubeDefinition,
|
|
33
|
+
constraints: {},
|
|
34
|
+
description: 'Definition of the cube',
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
// Initialize the fields
|
|
38
|
+
// human-readable name for the cube entity
|
|
39
|
+
this._displayName = new STRING(undefined, this, 'displayName');
|
|
40
|
+
// short and nice description of the cube
|
|
41
|
+
this._description = new STRING(undefined, this, 'description');
|
|
42
|
+
// Definition of the cube
|
|
43
|
+
this._cube = new FuroCubeCubeDefinition(undefined, this, 'cube');
|
|
44
|
+
// Set required fields
|
|
45
|
+
[].forEach(fieldName => {
|
|
46
|
+
this[fieldName].__meta.required = true;
|
|
47
|
+
});
|
|
48
|
+
// Default values from openAPI annotations
|
|
49
|
+
this.__defaultValues = {
|
|
50
|
+
cube: { length: 222 },
|
|
51
|
+
};
|
|
52
|
+
// Initialize the fields with init data
|
|
53
|
+
if (initData !== undefined) {
|
|
54
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
57
|
+
this.__fromLiteral(this.__defaultValues);
|
|
58
|
+
}
|
|
59
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
60
|
+
['displayName'].forEach(fieldName => {
|
|
61
|
+
this[fieldName].__readonly = true;
|
|
62
|
+
});
|
|
63
|
+
this.__meta.isPristine = true;
|
|
64
|
+
}
|
|
65
|
+
// human-readable name for the cube entity
|
|
66
|
+
get displayName() {
|
|
67
|
+
return this._displayName;
|
|
68
|
+
}
|
|
69
|
+
set displayName(v) {
|
|
70
|
+
this.__PrimitivesSetter(this._displayName, v);
|
|
71
|
+
}
|
|
72
|
+
// short and nice description of the cube
|
|
73
|
+
get description() {
|
|
74
|
+
return this._description;
|
|
75
|
+
}
|
|
76
|
+
set description(v) {
|
|
77
|
+
this.__PrimitivesSetter(this._description, v);
|
|
78
|
+
}
|
|
79
|
+
// Definition of the cube
|
|
80
|
+
get cube() {
|
|
81
|
+
return this._cube;
|
|
82
|
+
}
|
|
83
|
+
set cube(v) {
|
|
84
|
+
this.__TypeSetter(this._cube, v);
|
|
85
|
+
}
|
|
86
|
+
fromLiteral(data) {
|
|
87
|
+
super.__fromLiteral(data);
|
|
88
|
+
}
|
|
89
|
+
toLiteral() {
|
|
90
|
+
return super.__toLiteral();
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
Registry.register('furo.cube.CubeEntity', CubeEntity);
|
|
94
|
+
//# sourceMappingURL=CubeEntity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CubeEntity.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/furo/cube/CubeEntity.ts"],"names":[],"mappings":"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","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { FieldNode, Registry, STRING } from '@furo/open-models/dist/index';\nimport {\n CubeDefinition as FuroCubeCubeDefinition,\n type ICubeDefinition as IFuroCubeCubeDefinition,\n type TCubeDefinition as TFuroCubeCubeDefinition,\n} from './CubeDefinition';\n\n/**\n * @interface ICubeEntity\n * CubeEntity\n */\nexport interface ICubeEntity {\n /**\n * human-readable name for the cube entity\n */\n displayName?: string;\n /**\n * short and nice description of the cube\n */\n description?: string;\n /**\n * Definition of the cube\n */\n cube?: IFuroCubeCubeDefinition;\n}\n\n/**\n * @interface TCubeEntity\n * CubeEntity\n */\nexport interface TCubeEntity {\n /**\n * human-readable name for the cube entity\n */\n display_name?: string;\n /**\n * short and nice description of the cube\n */\n description?: string;\n /**\n * Definition of the cube\n */\n cube?: TFuroCubeCubeDefinition;\n}\n\n/**\n * CubeEntity\n * CubeEntity\n */\nexport class CubeEntity extends FieldNode {\n // human-readable name for the cube entity\n private _displayName: STRING;\n\n // short and nice description of the cube\n private _description: STRING;\n\n // Definition of the cube\n private _cube: FuroCubeCubeDefinition;\n\n public __defaultValues: ICubeEntity;\n\n constructor(\n initData?: ICubeEntity,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'furo.cube.CubeEntity';\n this.__meta.description = 'CubeEntity CubeEntity';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'displayName',\n protoName: 'display_name',\n FieldConstructor: STRING,\n constraints: { read_only: true },\n description: 'human-readable name for the cube entity',\n },\n {\n fieldName: 'description',\n protoName: 'description',\n FieldConstructor: STRING,\n constraints: {},\n description: 'short and nice description of the cube',\n },\n {\n fieldName: 'cube',\n protoName: 'cube',\n FieldConstructor: FuroCubeCubeDefinition,\n constraints: {},\n description: 'Definition of the cube',\n },\n ];\n\n // Initialize the fields\n // human-readable name for the cube entity\n this._displayName = new STRING(undefined, this, 'displayName');\n\n // short and nice description of the cube\n this._description = new STRING(undefined, this, 'description');\n\n // Definition of the cube\n this._cube = new FuroCubeCubeDefinition(undefined, this, 'cube');\n\n // Set required fields\n [].forEach(fieldName => {\n (this[fieldName as keyof CubeEntity] as FieldNode).__meta.required = true;\n });\n\n // Default values from openAPI annotations\n this.__defaultValues = {\n cube: { length: 222 },\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 ['displayName'].forEach(fieldName => {\n (this[fieldName as keyof CubeEntity] as FieldNode).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // human-readable name for the cube entity\n public get displayName(): STRING {\n return this._displayName;\n }\n\n public set displayName(v: string) {\n this.__PrimitivesSetter(this._displayName, v);\n }\n\n // short and nice description of the cube\n public get description(): STRING {\n return this._description;\n }\n\n public set description(v: string) {\n this.__PrimitivesSetter(this._description, v);\n }\n\n // Definition of the cube\n public get cube(): FuroCubeCubeDefinition {\n return this._cube;\n }\n\n public set cube(v: IFuroCubeCubeDefinition) {\n this.__TypeSetter(this._cube, v);\n }\n\n fromLiteral(data: ICubeEntity) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): ICubeEntity {\n return super.__toLiteral();\n }\n}\n\nRegistry.register('furo.cube.CubeEntity', CubeEntity);\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Fetcher } from '@furo/open-models/dist/Fetcher';
|
|
2
|
+
import { type ICubeServiceGetListRequest as IFuroCubeCubeServiceGetListRequest } from './CubeServiceGetListRequest.js';
|
|
3
|
+
import { type ICubeServiceGetListResponse as IFuroCubeCubeServiceGetListResponse } from './CubeServiceGetListResponse.js';
|
|
4
|
+
import { type ICubeServiceGetRequest as IFuroCubeCubeServiceGetRequest } from './CubeServiceGetRequest.js';
|
|
5
|
+
import { type ICubeServiceGetResponse as IFuroCubeCubeServiceGetResponse } from './CubeServiceGetResponse.js';
|
|
6
|
+
import { type ICubeServiceUpdateRequest as IFuroCubeCubeServiceUpdateRequest } from './CubeServiceUpdateRequest.js';
|
|
7
|
+
import { type ICubeServiceUpdateResponse as IFuroCubeCubeServiceUpdateResponse } from './CubeServiceUpdateResponse.js';
|
|
8
|
+
export declare class CubeService {
|
|
9
|
+
GetList: Fetcher<IFuroCubeCubeServiceGetListRequest, IFuroCubeCubeServiceGetListResponse>;
|
|
10
|
+
Get: Fetcher<IFuroCubeCubeServiceGetRequest, IFuroCubeCubeServiceGetResponse>;
|
|
11
|
+
Update: Fetcher<IFuroCubeCubeServiceUpdateRequest, IFuroCubeCubeServiceUpdateResponse>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { Fetcher } from '@furo/open-models/dist/Fetcher';
|
|
4
|
+
import { API_OPTIONS } from '../../API_OPTIONS.js';
|
|
5
|
+
// cube services
|
|
6
|
+
export class CubeService {
|
|
7
|
+
constructor() {
|
|
8
|
+
// Get a list of cubes
|
|
9
|
+
this.GetList = new Fetcher(API_OPTIONS, 'GET', '/v1/cubes'); // trailing
|
|
10
|
+
this.Get = new Fetcher(API_OPTIONS, 'GET', '/v1/cubes/{cube_id}');
|
|
11
|
+
this.Update = new Fetcher(API_OPTIONS, 'PUT', '/v1/cubes/{cube_id}', 'entity');
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=CubeService.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CubeService.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/furo/cube/CubeService.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,OAAO,EAAE,MAAM,gCAAgC,CAAC;AACzD,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAchD,iBAAiB;AAEjB,MAAM,OAAO,WAAW;IAAxB;QACE,uBAAuB;QAChB,YAAO,GAGV,IAAI,OAAO,CAGb,WAAW,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,YAAY;QAEzC,QAAG,GAGN,IAAI,OAAO,CAGb,WAAW,EAAE,KAAK,EAAE,qBAAqB,CAAC,CAAC;QAEtC,WAAM,GAGT,IAAI,OAAO,CAGb,WAAW,EAAE,KAAK,EAAE,qBAAqB,EAAE,QAAQ,CAAC,CAAC;IACzD,CAAC;CAAA","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { Fetcher } from '@furo/open-models/dist/Fetcher';\nimport { API_OPTIONS } from '../../API_OPTIONS';\n\nimport { type ICubeServiceGetListRequest as IFuroCubeCubeServiceGetListRequest } from './CubeServiceGetListRequest';\n\nimport { type ICubeServiceGetListResponse as IFuroCubeCubeServiceGetListResponse } from './CubeServiceGetListResponse';\n\nimport { type ICubeServiceGetRequest as IFuroCubeCubeServiceGetRequest } from './CubeServiceGetRequest';\n\nimport { type ICubeServiceGetResponse as IFuroCubeCubeServiceGetResponse } from './CubeServiceGetResponse';\n\nimport { type ICubeServiceUpdateRequest as IFuroCubeCubeServiceUpdateRequest } from './CubeServiceUpdateRequest';\n\nimport { type ICubeServiceUpdateResponse as IFuroCubeCubeServiceUpdateResponse } from './CubeServiceUpdateResponse';\n\n// cube services\n\nexport class CubeService {\n // Get a list of cubes\n public GetList: Fetcher<\n IFuroCubeCubeServiceGetListRequest,\n IFuroCubeCubeServiceGetListResponse\n > = new Fetcher<\n IFuroCubeCubeServiceGetListRequest,\n IFuroCubeCubeServiceGetListResponse\n >(API_OPTIONS, 'GET', '/v1/cubes'); // trailing\n\n public Get: Fetcher<\n IFuroCubeCubeServiceGetRequest,\n IFuroCubeCubeServiceGetResponse\n > = new Fetcher<\n IFuroCubeCubeServiceGetRequest,\n IFuroCubeCubeServiceGetResponse\n >(API_OPTIONS, 'GET', '/v1/cubes/{cube_id}');\n\n public Update: Fetcher<\n IFuroCubeCubeServiceUpdateRequest,\n IFuroCubeCubeServiceUpdateResponse\n > = new Fetcher<\n IFuroCubeCubeServiceUpdateRequest,\n IFuroCubeCubeServiceUpdateResponse\n >(API_OPTIONS, 'PUT', '/v1/cubes/{cube_id}', 'entity');\n}\n"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { FieldNode, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface ICubeServiceGetListRequest
|
|
4
|
+
*/
|
|
5
|
+
export interface ICubeServiceGetListRequest {
|
|
6
|
+
/**
|
|
7
|
+
* searches for display_name or client_number
|
|
8
|
+
*/
|
|
9
|
+
query?: string;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* @interface TCubeServiceGetListRequest
|
|
13
|
+
*/
|
|
14
|
+
export interface TCubeServiceGetListRequest {
|
|
15
|
+
/**
|
|
16
|
+
* searches for display_name or client_number
|
|
17
|
+
*/
|
|
18
|
+
query?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* CubeServiceGetListRequest
|
|
22
|
+
*/
|
|
23
|
+
export declare class CubeServiceGetListRequest extends FieldNode {
|
|
24
|
+
private _query;
|
|
25
|
+
__defaultValues: ICubeServiceGetListRequest;
|
|
26
|
+
constructor(initData?: ICubeServiceGetListRequest, parent?: FieldNode, parentAttributeName?: string);
|
|
27
|
+
get query(): STRING;
|
|
28
|
+
set query(v: string);
|
|
29
|
+
fromLiteral(data: ICubeServiceGetListRequest): void;
|
|
30
|
+
toLiteral(): ICubeServiceGetListRequest;
|
|
31
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
* CubeServiceGetListRequest
|
|
6
|
+
*/
|
|
7
|
+
export class CubeServiceGetListRequest extends FieldNode {
|
|
8
|
+
constructor(initData, parent, parentAttributeName) {
|
|
9
|
+
super(undefined, parent, parentAttributeName);
|
|
10
|
+
this.__meta.typeName = 'furo.cube.CubeServiceGetListRequest';
|
|
11
|
+
this.__meta.description = 'CubeServiceGetListRequest';
|
|
12
|
+
this.__meta.nodeFields = [
|
|
13
|
+
{
|
|
14
|
+
fieldName: 'query',
|
|
15
|
+
protoName: 'query',
|
|
16
|
+
FieldConstructor: STRING,
|
|
17
|
+
constraints: {},
|
|
18
|
+
description: 'searches for display_name or client_number',
|
|
19
|
+
},
|
|
20
|
+
];
|
|
21
|
+
// Initialize the fields
|
|
22
|
+
// searches for display_name or client_number
|
|
23
|
+
this._query = new STRING(undefined, this, 'query');
|
|
24
|
+
// Set required fields
|
|
25
|
+
[].forEach(fieldName => {
|
|
26
|
+
this[fieldName].__meta.required = true;
|
|
27
|
+
});
|
|
28
|
+
// Default values from openAPI annotations
|
|
29
|
+
this.__defaultValues = {};
|
|
30
|
+
// Initialize the fields with init data
|
|
31
|
+
if (initData !== undefined) {
|
|
32
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
this.__fromLiteral(this.__defaultValues);
|
|
36
|
+
}
|
|
37
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
38
|
+
[].forEach(fieldName => {
|
|
39
|
+
this[fieldName].__readonly = true;
|
|
40
|
+
});
|
|
41
|
+
this.__meta.isPristine = true;
|
|
42
|
+
}
|
|
43
|
+
// searches for display_name or client_number
|
|
44
|
+
get query() {
|
|
45
|
+
return this._query;
|
|
46
|
+
}
|
|
47
|
+
set query(v) {
|
|
48
|
+
this.__PrimitivesSetter(this._query, v);
|
|
49
|
+
}
|
|
50
|
+
fromLiteral(data) {
|
|
51
|
+
super.__fromLiteral(data);
|
|
52
|
+
}
|
|
53
|
+
toLiteral() {
|
|
54
|
+
return super.__toLiteral();
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
Registry.register('furo.cube.CubeServiceGetListRequest', CubeServiceGetListRequest);
|
|
58
|
+
//# sourceMappingURL=CubeServiceGetListRequest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CubeServiceGetListRequest.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAsB3E;;GAEG;AACH,MAAM,OAAO,yBAA0B,SAAQ,SAAS;IAMtD,YACE,QAAqC,EACrC,MAAkB,EAClB,mBAA4B;QAE5B,KAAK,CAAC,SAAS,EAAE,MAAM,EAAE,mBAAmB,CAAC,CAAC;QAC9C,IAAI,CAAC,MAAM,CAAC,QAAQ,GAAG,qCAAqC,CAAC;QAC7D,IAAI,CAAC,MAAM,CAAC,WAAW,GAAG,2BAA2B,CAAC;QAEtD,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,OAAO;gBAClB,SAAS,EAAE,OAAO;gBAClB,gBAAgB,EAAE,MAAM;gBACxB,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,4CAA4C;aAC1D;SACF,CAAC;QAEF,wBAAwB;QACxB,8CAA8C;QAC9C,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,8CAA8C;IAC9C,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,qCAAqC,EACrC,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 ICubeServiceGetListRequest\n */\nexport interface ICubeServiceGetListRequest {\n /**\n * searches for display_name or client_number\n */\n query?: string;\n}\n\n/**\n * @interface TCubeServiceGetListRequest\n */\nexport interface TCubeServiceGetListRequest {\n /**\n * searches for display_name or client_number\n */\n query?: string;\n}\n\n/**\n * CubeServiceGetListRequest\n */\nexport class CubeServiceGetListRequest extends FieldNode {\n // searches for display_name or client_number\n private _query: STRING;\n\n public __defaultValues: ICubeServiceGetListRequest;\n\n constructor(\n initData?: ICubeServiceGetListRequest,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'furo.cube.CubeServiceGetListRequest';\n this.__meta.description = 'CubeServiceGetListRequest';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'query',\n protoName: 'query',\n FieldConstructor: STRING,\n constraints: {},\n description: 'searches for display_name or client_number',\n },\n ];\n\n // Initialize the fields\n // searches for display_name or client_number\n this._query = new STRING(undefined, this, 'query');\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[fieldName as keyof CubeServiceGetListRequest] 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 CubeServiceGetListRequest] as FieldNode\n ).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n // searches for display_name or client_number\n public get query(): STRING {\n return this._query;\n }\n\n public set query(v: string) {\n this.__PrimitivesSetter(this._query, v);\n }\n\n fromLiteral(data: ICubeServiceGetListRequest) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): ICubeServiceGetListRequest {\n return super.__toLiteral();\n }\n}\n\nRegistry.register(\n 'furo.cube.CubeServiceGetListRequest',\n CubeServiceGetListRequest,\n);\n"]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ARRAY, FieldNode } from '@furo/open-models/dist/index';
|
|
2
|
+
import { CubeEntity as FuroCubeCubeEntity, type ICubeEntity as IFuroCubeCubeEntity, type TCubeEntity as TFuroCubeCubeEntity } from './CubeEntity.js';
|
|
3
|
+
/**
|
|
4
|
+
* @interface ICubeServiceGetListResponse
|
|
5
|
+
*/
|
|
6
|
+
export interface ICubeServiceGetListResponse {
|
|
7
|
+
entities?: IFuroCubeCubeEntity[];
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @interface TCubeServiceGetListResponse
|
|
11
|
+
*/
|
|
12
|
+
export interface TCubeServiceGetListResponse {
|
|
13
|
+
entities?: TFuroCubeCubeEntity[];
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* CubeServiceGetListResponse
|
|
17
|
+
*/
|
|
18
|
+
export declare class CubeServiceGetListResponse extends FieldNode {
|
|
19
|
+
private _entities;
|
|
20
|
+
__defaultValues: ICubeServiceGetListResponse;
|
|
21
|
+
constructor(initData?: ICubeServiceGetListResponse, parent?: FieldNode, parentAttributeName?: string);
|
|
22
|
+
get entities(): ARRAY<FuroCubeCubeEntity, IFuroCubeCubeEntity>;
|
|
23
|
+
set entities(v: IFuroCubeCubeEntity[]);
|
|
24
|
+
fromLiteral(data: ICubeServiceGetListResponse): void;
|
|
25
|
+
toLiteral(): ICubeServiceGetListResponse;
|
|
26
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
// Code generated by furo protoc-gen-open-models. DO NOT EDIT.
|
|
2
|
+
// protoc-gen-open-models version: ????
|
|
3
|
+
import { ARRAY, FieldNode, Registry } from '@furo/open-models/dist/index';
|
|
4
|
+
import { CubeEntity as FuroCubeCubeEntity, } from './CubeEntity.js';
|
|
5
|
+
/**
|
|
6
|
+
* CubeServiceGetListResponse
|
|
7
|
+
*/
|
|
8
|
+
export class CubeServiceGetListResponse extends FieldNode {
|
|
9
|
+
constructor(initData, parent, parentAttributeName) {
|
|
10
|
+
super(undefined, parent, parentAttributeName);
|
|
11
|
+
this.__meta.typeName = 'furo.cube.CubeServiceGetListResponse';
|
|
12
|
+
this.__meta.description = 'CubeServiceGetListResponse';
|
|
13
|
+
this.__meta.nodeFields = [
|
|
14
|
+
{
|
|
15
|
+
fieldName: 'entities',
|
|
16
|
+
protoName: 'entities',
|
|
17
|
+
FieldConstructor: FuroCubeCubeEntity,
|
|
18
|
+
constraints: {},
|
|
19
|
+
description: '',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
// Initialize the fields
|
|
23
|
+
this._entities = new ARRAY(undefined, this, 'entities');
|
|
24
|
+
// Set required fields
|
|
25
|
+
[].forEach(fieldName => {
|
|
26
|
+
this[fieldName].__meta.required = true;
|
|
27
|
+
});
|
|
28
|
+
// Default values from openAPI annotations
|
|
29
|
+
this.__defaultValues = {};
|
|
30
|
+
// Initialize the fields with init data
|
|
31
|
+
if (initData !== undefined) {
|
|
32
|
+
this.__fromLiteral({ ...this.__defaultValues, ...initData });
|
|
33
|
+
}
|
|
34
|
+
else {
|
|
35
|
+
this.__fromLiteral(this.__defaultValues);
|
|
36
|
+
}
|
|
37
|
+
// Set readonly fields after the init, so child nodes are readonly too
|
|
38
|
+
[].forEach(fieldName => {
|
|
39
|
+
this[fieldName].__readonly = true;
|
|
40
|
+
});
|
|
41
|
+
this.__meta.isPristine = true;
|
|
42
|
+
}
|
|
43
|
+
get entities() {
|
|
44
|
+
return this._entities;
|
|
45
|
+
}
|
|
46
|
+
set entities(v) {
|
|
47
|
+
this.__TypeSetter(this._entities, v);
|
|
48
|
+
}
|
|
49
|
+
fromLiteral(data) {
|
|
50
|
+
super.__fromLiteral(data);
|
|
51
|
+
}
|
|
52
|
+
toLiteral() {
|
|
53
|
+
return super.__toLiteral();
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
Registry.register('furo.cube.CubeServiceGetListResponse', CubeServiceGetListResponse);
|
|
57
|
+
//# sourceMappingURL=CubeServiceGetListResponse.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CubeServiceGetListResponse.js","sourceRoot":"","sources":["../../../../protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.ts"],"names":[],"mappings":"AAAA,8DAA8D;AAC9D,uCAAuC;AAEvC,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EACL,UAAU,IAAI,kBAAkB,GAGjC,MAAM,cAAc,CAAC;AAgBtB;;GAEG;AACH,MAAM,OAAO,0BAA2B,SAAQ,SAAS;IAKvD,YACE,QAAsC,EACtC,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,4BAA4B,CAAC;QAEvD,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG;YACvB;gBACE,SAAS,EAAE,UAAU;gBACrB,SAAS,EAAE,UAAU;gBACrB,gBAAgB,EAAE,kBAAkB;gBACpC,WAAW,EAAE,EAAE;gBACf,WAAW,EAAE,EAAE;aAChB;SACF,CAAC;QAEF,wBAAwB;QACxB,IAAI,CAAC,SAAS,GAAG,IAAI,KAAK,CACxB,SAAS,EACT,IAAI,EACJ,UAAU,CACX,CAAC;QAEF,sBAAsB;QACtB,EAAE,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;YAEnB,IAAI,CAAC,SAA6C,CACnD,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,SAA6C,CACnD,CAAC,UAAU,GAAG,IAAI,CAAC;QACtB,CAAC,CAAC,CAAC;QAEH,IAAI,CAAC,MAAM,CAAC,UAAU,GAAG,IAAI,CAAC;IAChC,CAAC;IAED,IAAW,QAAQ;QACjB,OAAO,IAAI,CAAC,SAAS,CAAC;IACxB,CAAC;IAED,IAAW,QAAQ,CAAC,CAAwB;QAC1C,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC;IACvC,CAAC;IAED,WAAW,CAAC,IAAiC;QAC3C,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,0BAA0B,CAC3B,CAAC","sourcesContent":["// Code generated by furo protoc-gen-open-models. DO NOT EDIT.\n// protoc-gen-open-models version: ????\n\nimport { ARRAY, FieldNode, Registry } from '@furo/open-models/dist/index';\nimport {\n CubeEntity as FuroCubeCubeEntity,\n type ICubeEntity as IFuroCubeCubeEntity,\n type TCubeEntity as TFuroCubeCubeEntity,\n} from './CubeEntity';\n\n/**\n * @interface ICubeServiceGetListResponse\n */\nexport interface ICubeServiceGetListResponse {\n entities?: IFuroCubeCubeEntity[];\n}\n\n/**\n * @interface TCubeServiceGetListResponse\n */\nexport interface TCubeServiceGetListResponse {\n entities?: TFuroCubeCubeEntity[];\n}\n\n/**\n * CubeServiceGetListResponse\n */\nexport class CubeServiceGetListResponse extends FieldNode {\n private _entities: ARRAY<FuroCubeCubeEntity, IFuroCubeCubeEntity>;\n\n public __defaultValues: ICubeServiceGetListResponse;\n\n constructor(\n initData?: ICubeServiceGetListResponse,\n parent?: FieldNode,\n parentAttributeName?: string,\n ) {\n super(undefined, parent, parentAttributeName);\n this.__meta.typeName = 'furo.cube.CubeServiceGetListResponse';\n this.__meta.description = 'CubeServiceGetListResponse';\n\n this.__meta.nodeFields = [\n {\n fieldName: 'entities',\n protoName: 'entities',\n FieldConstructor: FuroCubeCubeEntity,\n constraints: {},\n description: '',\n },\n ];\n\n // Initialize the fields\n this._entities = new ARRAY<FuroCubeCubeEntity, IFuroCubeCubeEntity>(\n undefined,\n this,\n 'entities',\n );\n\n // Set required fields\n [].forEach(fieldName => {\n (\n this[fieldName as keyof CubeServiceGetListResponse] 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 CubeServiceGetListResponse] as FieldNode\n ).__readonly = true;\n });\n\n this.__meta.isPristine = true;\n }\n\n public get entities(): ARRAY<FuroCubeCubeEntity, IFuroCubeCubeEntity> {\n return this._entities;\n }\n\n public set entities(v: IFuroCubeCubeEntity[]) {\n this.__TypeSetter(this._entities, v);\n }\n\n fromLiteral(data: ICubeServiceGetListResponse) {\n super.__fromLiteral(data);\n }\n\n toLiteral(): ICubeServiceGetListResponse {\n return super.__toLiteral();\n }\n}\n\nRegistry.register(\n 'furo.cube.CubeServiceGetListResponse',\n CubeServiceGetListResponse,\n);\n"]}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { FieldNode, STRING } from '@furo/open-models/dist/index';
|
|
2
|
+
/**
|
|
3
|
+
* @interface ICubeServiceGetRequest
|
|
4
|
+
*/
|
|
5
|
+
export interface ICubeServiceGetRequest {
|
|
6
|
+
/**
|
|
7
|
+
* ID of the cube
|
|
8
|
+
*/
|
|
9
|
+
cubeId?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Partial Response, https://cloud.google.com/apis/design/design_patterns#partial_response
|
|
12
|
+
* use wildcard * to get all fields
|
|
13
|
+
*/
|
|
14
|
+
fields?: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* @interface TCubeServiceGetRequest
|
|
18
|
+
*/
|
|
19
|
+
export interface TCubeServiceGetRequest {
|
|
20
|
+
/**
|
|
21
|
+
* ID of the cube
|
|
22
|
+
*/
|
|
23
|
+
cube_id?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Partial Response, https://cloud.google.com/apis/design/design_patterns#partial_response
|
|
26
|
+
* use wildcard * to get all fields
|
|
27
|
+
*/
|
|
28
|
+
fields?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* CubeServiceGetRequest
|
|
32
|
+
*/
|
|
33
|
+
export declare class CubeServiceGetRequest extends FieldNode {
|
|
34
|
+
private _cubeId;
|
|
35
|
+
private _fields;
|
|
36
|
+
__defaultValues: ICubeServiceGetRequest;
|
|
37
|
+
constructor(initData?: ICubeServiceGetRequest, parent?: FieldNode, parentAttributeName?: string);
|
|
38
|
+
get cubeId(): STRING;
|
|
39
|
+
set cubeId(v: string);
|
|
40
|
+
get fields(): STRING;
|
|
41
|
+
set fields(v: string);
|
|
42
|
+
fromLiteral(data: ICubeServiceGetRequest): void;
|
|
43
|
+
toLiteral(): ICubeServiceGetRequest;
|
|
44
|
+
}
|