@furo/open-models 1.9.3 → 1.10.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.
@@ -95030,82 +95030,20 @@
95030
95030
  },
95031
95031
  {
95032
95032
  "kind": "javascript-module",
95033
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js",
95034
- "declarations": [
95035
- {
95036
- "kind": "variable",
95037
- "name": "BookingCenter"
95038
- }
95039
- ],
95040
- "exports": [
95041
- {
95042
- "kind": "js",
95043
- "name": "BookingCenter",
95044
- "declaration": {
95045
- "name": "BookingCenter",
95046
- "module": "dist/protoc-gen-open-models/furo/type/BookingCenter.js"
95047
- }
95048
- }
95049
- ]
95050
- },
95051
- {
95052
- "kind": "javascript-module",
95053
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js.map",
95054
- "declarations": [],
95055
- "exports": []
95056
- },
95057
- {
95058
- "kind": "javascript-module",
95059
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js",
95033
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js",
95060
95034
  "declarations": [
95061
95035
  {
95062
95036
  "kind": "class",
95063
- "description": "ConstraintWrappers",
95064
- "name": "ConstraintWrappers",
95037
+ "description": "AnyAttributesEntry",
95038
+ "name": "AnyAttributesEntry",
95065
95039
  "members": [
95066
95040
  {
95067
95041
  "kind": "field",
95068
- "name": "stringValue"
95069
- },
95070
- {
95071
- "kind": "field",
95072
- "name": "int32Value"
95073
- },
95074
- {
95075
- "kind": "field",
95076
- "name": "int64Value"
95077
- },
95078
- {
95079
- "kind": "field",
95080
- "name": "floatValue"
95081
- },
95082
- {
95083
- "kind": "field",
95084
- "name": "doubleValue"
95085
- },
95086
- {
95087
- "kind": "field",
95088
- "name": "boolValue"
95089
- },
95090
- {
95091
- "kind": "field",
95092
- "name": "uint32Value"
95093
- },
95094
- {
95095
- "kind": "field",
95096
- "name": "uint64Value"
95097
- },
95098
- {
95099
- "kind": "field",
95100
- "name": "bytesValue"
95101
- },
95102
- {
95103
- "kind": "field",
95104
- "name": "exclInt32Value"
95042
+ "name": "key"
95105
95043
  },
95106
95044
  {
95107
95045
  "kind": "field",
95108
- "name": "exclInt64Value"
95046
+ "name": "value"
95109
95047
  },
95110
95048
  {
95111
95049
  "kind": "method",
@@ -95126,7 +95064,7 @@
95126
95064
  "type": {
95127
95065
  "text": "string"
95128
95066
  },
95129
- "default": "'furo.type.ConstraintWrappers'"
95067
+ "default": "'furo.fat.Any.AttributesEntry'"
95130
95068
  },
95131
95069
  {
95132
95070
  "kind": "field",
@@ -95134,62 +95072,17 @@
95134
95072
  "type": {
95135
95073
  "text": "array"
95136
95074
  },
95137
- "default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, }, { fieldName: 'exclInt32Value', protoName: 'excl_int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, }, { fieldName: 'exclInt64Value', protoName: 'excl_int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, }, ]"
95138
- },
95139
- {
95140
- "kind": "field",
95141
- "name": "_stringValue",
95142
- "default": "new StringValue(undefined, this, 'stringValue')"
95143
- },
95144
- {
95145
- "kind": "field",
95146
- "name": "_int32Value",
95147
- "default": "new Int32Value(undefined, this, 'int32Value')"
95148
- },
95149
- {
95150
- "kind": "field",
95151
- "name": "_int64Value",
95152
- "default": "new Int64Value(undefined, this, 'int64Value')"
95153
- },
95154
- {
95155
- "kind": "field",
95156
- "name": "_floatValue",
95157
- "default": "new FloatValue(undefined, this, 'floatValue')"
95158
- },
95159
- {
95160
- "kind": "field",
95161
- "name": "_doubleValue",
95162
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
95163
- },
95164
- {
95165
- "kind": "field",
95166
- "name": "_boolValue",
95167
- "default": "new BoolValue(undefined, this, 'boolValue')"
95168
- },
95169
- {
95170
- "kind": "field",
95171
- "name": "_uint32Value",
95172
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
95173
- },
95174
- {
95175
- "kind": "field",
95176
- "name": "_uint64Value",
95177
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
95178
- },
95179
- {
95180
- "kind": "field",
95181
- "name": "_bytesValue",
95182
- "default": "new BytesValue(undefined, this, 'bytesValue')"
95075
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
95183
95076
  },
95184
95077
  {
95185
95078
  "kind": "field",
95186
- "name": "_exclInt32Value",
95187
- "default": "new Int32Value(undefined, this, 'exclInt32Value')"
95079
+ "name": "_key",
95080
+ "default": "new STRING(undefined, this, 'key')"
95188
95081
  },
95189
95082
  {
95190
95083
  "kind": "field",
95191
- "name": "_exclInt64Value",
95192
- "default": "new Int64Value(undefined, this, 'exclInt64Value')"
95084
+ "name": "_value",
95085
+ "default": "new STRING(undefined, this, 'value')"
95193
95086
  },
95194
95087
  {
95195
95088
  "kind": "field",
@@ -95197,7 +95090,7 @@
95197
95090
  "type": {
95198
95091
  "text": "object"
95199
95092
  },
95200
- "default": "{ exclInt32Value: 3.0, exclInt64Value: '3', int32Value: 3.0, int64Value: '3', stringValue: 'default', }"
95093
+ "default": "{}"
95201
95094
  },
95202
95095
  {
95203
95096
  "kind": "field",
@@ -96020,29 +95913,33 @@
96020
95913
  "exports": [
96021
95914
  {
96022
95915
  "kind": "js",
96023
- "name": "ConstraintWrappers",
95916
+ "name": "AnyAttributesEntry",
96024
95917
  "declaration": {
96025
- "name": "ConstraintWrappers",
96026
- "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
95918
+ "name": "AnyAttributesEntry",
95919
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js"
96027
95920
  }
96028
95921
  }
96029
95922
  ]
96030
95923
  },
96031
95924
  {
96032
95925
  "kind": "javascript-module",
96033
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
95926
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map",
96034
95927
  "declarations": [],
96035
95928
  "exports": []
96036
95929
  },
96037
95930
  {
96038
95931
  "kind": "javascript-module",
96039
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
95932
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js",
96040
95933
  "declarations": [
96041
95934
  {
96042
95935
  "kind": "class",
96043
- "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
96044
- "name": "Decimal",
95936
+ "description": "AnyLabelsEntry",
95937
+ "name": "AnyLabelsEntry",
96045
95938
  "members": [
95939
+ {
95940
+ "kind": "field",
95941
+ "name": "key"
95942
+ },
96046
95943
  {
96047
95944
  "kind": "field",
96048
95945
  "name": "value"
@@ -96066,7 +95963,7 @@
96066
95963
  "type": {
96067
95964
  "text": "string"
96068
95965
  },
96069
- "default": "'furo.type.Decimal'"
95966
+ "default": "'furo.fat.Any.LabelsEntry'"
96070
95967
  },
96071
95968
  {
96072
95969
  "kind": "field",
@@ -96074,12 +95971,17 @@
96074
95971
  "type": {
96075
95972
  "text": "array"
96076
95973
  },
96077
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
95974
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
95975
+ },
95976
+ {
95977
+ "kind": "field",
95978
+ "name": "_key",
95979
+ "default": "new STRING(undefined, this, 'key')"
96078
95980
  },
96079
95981
  {
96080
95982
  "kind": "field",
96081
95983
  "name": "_value",
96082
- "default": "new STRING(undefined, this, 'value')"
95984
+ "default": "new BOOLEAN(undefined, this, 'value')"
96083
95985
  },
96084
95986
  {
96085
95987
  "kind": "field",
@@ -96910,33 +96812,41 @@
96910
96812
  "exports": [
96911
96813
  {
96912
96814
  "kind": "js",
96913
- "name": "Decimal",
96815
+ "name": "AnyLabelsEntry",
96914
96816
  "declaration": {
96915
- "name": "Decimal",
96916
- "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
96817
+ "name": "AnyLabelsEntry",
96818
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js"
96917
96819
  }
96918
96820
  }
96919
96821
  ]
96920
96822
  },
96921
96823
  {
96922
96824
  "kind": "javascript-module",
96923
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
96825
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map",
96924
96826
  "declarations": [],
96925
96827
  "exports": []
96926
96828
  },
96927
96829
  {
96928
96830
  "kind": "javascript-module",
96929
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
96831
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.js",
96930
96832
  "declarations": [
96931
96833
  {
96932
96834
  "kind": "class",
96933
- "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
96934
- "name": "DecimalB",
96835
+ "description": "XAny\n Furo annotated type wrapper message for `any`.\n // Any contains an arbitrary serialized protocol buffer message along with a\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto",
96836
+ "name": "XAny",
96935
96837
  "members": [
96936
96838
  {
96937
96839
  "kind": "field",
96938
96840
  "name": "value"
96939
96841
  },
96842
+ {
96843
+ "kind": "field",
96844
+ "name": "labels"
96845
+ },
96846
+ {
96847
+ "kind": "field",
96848
+ "name": "attributes"
96849
+ },
96940
96850
  {
96941
96851
  "kind": "method",
96942
96852
  "name": "fromLiteral",
@@ -96956,7 +96866,7 @@
96956
96866
  "type": {
96957
96867
  "text": "string"
96958
96868
  },
96959
- "default": "'furo.type.DecimalB'"
96869
+ "default": "'furo.fat.Any'"
96960
96870
  },
96961
96871
  {
96962
96872
  "kind": "field",
@@ -96964,12 +96874,22 @@
96964
96874
  "type": {
96965
96875
  "text": "array"
96966
96876
  },
96967
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
96877
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
96968
96878
  },
96969
96879
  {
96970
96880
  "kind": "field",
96971
96881
  "name": "_value",
96972
- "default": "new STRING(undefined, this, 'value')"
96882
+ "default": "new BYTES(undefined, this, 'value')"
96883
+ },
96884
+ {
96885
+ "kind": "field",
96886
+ "name": "_labels",
96887
+ "default": "new MAP(undefined, this, 'labels')"
96888
+ },
96889
+ {
96890
+ "kind": "field",
96891
+ "name": "_attributes",
96892
+ "default": "new MAP(undefined, this, 'attributes')"
96973
96893
  },
96974
96894
  {
96975
96895
  "kind": "field",
@@ -97800,36 +97720,36 @@
97800
97720
  "exports": [
97801
97721
  {
97802
97722
  "kind": "js",
97803
- "name": "DecimalB",
97723
+ "name": "XAny",
97804
97724
  "declaration": {
97805
- "name": "DecimalB",
97806
- "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
97725
+ "name": "XAny",
97726
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.js"
97807
97727
  }
97808
97728
  }
97809
97729
  ]
97810
97730
  },
97811
97731
  {
97812
97732
  "kind": "javascript-module",
97813
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
97733
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.js.map",
97814
97734
  "declarations": [],
97815
97735
  "exports": []
97816
97736
  },
97817
97737
  {
97818
97738
  "kind": "javascript-module",
97819
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
97739
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js",
97820
97740
  "declarations": [
97821
97741
  {
97822
97742
  "kind": "class",
97823
- "description": "DecimalRange\n Represents a decimal range, encoded as a decimal start (inclusive) and a\n decimal end (exclusive).\n\n The start must be less than or equal to the end.\n If a decimal is empty it means min for start and max for end.",
97824
- "name": "DecimalRange",
97743
+ "description": "BoolAttributesEntry",
97744
+ "name": "BoolAttributesEntry",
97825
97745
  "members": [
97826
97746
  {
97827
97747
  "kind": "field",
97828
- "name": "start"
97748
+ "name": "key"
97829
97749
  },
97830
97750
  {
97831
97751
  "kind": "field",
97832
- "name": "end"
97752
+ "name": "value"
97833
97753
  },
97834
97754
  {
97835
97755
  "kind": "method",
@@ -97850,7 +97770,7 @@
97850
97770
  "type": {
97851
97771
  "text": "string"
97852
97772
  },
97853
- "default": "'furo.type.DecimalRange'"
97773
+ "default": "'furo.fat.Bool.AttributesEntry'"
97854
97774
  },
97855
97775
  {
97856
97776
  "kind": "field",
@@ -97858,17 +97778,17 @@
97858
97778
  "type": {
97859
97779
  "text": "array"
97860
97780
  },
97861
- "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
97781
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
97862
97782
  },
97863
97783
  {
97864
97784
  "kind": "field",
97865
- "name": "_start",
97866
- "default": "new FuroTypeDecimal(undefined, this, 'start')"
97785
+ "name": "_key",
97786
+ "default": "new STRING(undefined, this, 'key')"
97867
97787
  },
97868
97788
  {
97869
97789
  "kind": "field",
97870
- "name": "_end",
97871
- "default": "new FuroTypeDecimal(undefined, this, 'end')"
97790
+ "name": "_value",
97791
+ "default": "new STRING(undefined, this, 'value')"
97872
97792
  },
97873
97793
  {
97874
97794
  "kind": "field",
@@ -98699,36 +98619,36 @@
98699
98619
  "exports": [
98700
98620
  {
98701
98621
  "kind": "js",
98702
- "name": "DecimalRange",
98622
+ "name": "BoolAttributesEntry",
98703
98623
  "declaration": {
98704
- "name": "DecimalRange",
98705
- "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
98624
+ "name": "BoolAttributesEntry",
98625
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js"
98706
98626
  }
98707
98627
  }
98708
98628
  ]
98709
98629
  },
98710
98630
  {
98711
98631
  "kind": "javascript-module",
98712
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
98632
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map",
98713
98633
  "declarations": [],
98714
98634
  "exports": []
98715
98635
  },
98716
98636
  {
98717
98637
  "kind": "javascript-module",
98718
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
98638
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js",
98719
98639
  "declarations": [
98720
98640
  {
98721
98641
  "kind": "class",
98722
- "description": "DeepRecursion",
98723
- "name": "DeepRecursion",
98642
+ "description": "BoolLabelsEntry",
98643
+ "name": "BoolLabelsEntry",
98724
98644
  "members": [
98725
98645
  {
98726
98646
  "kind": "field",
98727
- "name": "displayName"
98647
+ "name": "key"
98728
98648
  },
98729
98649
  {
98730
98650
  "kind": "field",
98731
- "name": "field"
98651
+ "name": "value"
98732
98652
  },
98733
98653
  {
98734
98654
  "kind": "method",
@@ -98749,7 +98669,7 @@
98749
98669
  "type": {
98750
98670
  "text": "string"
98751
98671
  },
98752
- "default": "'furo.type.DeepRecursion'"
98672
+ "default": "'furo.fat.Bool.LabelsEntry'"
98753
98673
  },
98754
98674
  {
98755
98675
  "kind": "field",
@@ -98757,17 +98677,17 @@
98757
98677
  "type": {
98758
98678
  "text": "array"
98759
98679
  },
98760
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
98680
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
98761
98681
  },
98762
98682
  {
98763
98683
  "kind": "field",
98764
- "name": "_displayName",
98765
- "default": "new STRING(undefined, this, 'displayName')"
98684
+ "name": "_key",
98685
+ "default": "new STRING(undefined, this, 'key')"
98766
98686
  },
98767
98687
  {
98768
98688
  "kind": "field",
98769
- "name": "_field",
98770
- "default": "new RECURSION(undefined, this, 'field')"
98689
+ "name": "_value",
98690
+ "default": "new BOOLEAN(undefined, this, 'value')"
98771
98691
  },
98772
98692
  {
98773
98693
  "kind": "field",
@@ -99598,36 +99518,40 @@
99598
99518
  "exports": [
99599
99519
  {
99600
99520
  "kind": "js",
99601
- "name": "DeepRecursion",
99521
+ "name": "BoolLabelsEntry",
99602
99522
  "declaration": {
99603
- "name": "DeepRecursion",
99604
- "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
99523
+ "name": "BoolLabelsEntry",
99524
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js"
99605
99525
  }
99606
99526
  }
99607
99527
  ]
99608
99528
  },
99609
99529
  {
99610
99530
  "kind": "javascript-module",
99611
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
99531
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map",
99612
99532
  "declarations": [],
99613
99533
  "exports": []
99614
99534
  },
99615
99535
  {
99616
99536
  "kind": "javascript-module",
99617
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
99537
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.js",
99618
99538
  "declarations": [
99619
99539
  {
99620
99540
  "kind": "class",
99621
- "description": "DefaultsAttributesEntry",
99622
- "name": "DefaultsAttributesEntry",
99541
+ "description": "Bool\n Furo annotated type wrapper message for `bool`.",
99542
+ "name": "Bool",
99623
99543
  "members": [
99624
99544
  {
99625
99545
  "kind": "field",
99626
- "name": "key"
99546
+ "name": "value"
99627
99547
  },
99628
99548
  {
99629
99549
  "kind": "field",
99630
- "name": "value"
99550
+ "name": "labels"
99551
+ },
99552
+ {
99553
+ "kind": "field",
99554
+ "name": "attributes"
99631
99555
  },
99632
99556
  {
99633
99557
  "kind": "method",
@@ -99648,7 +99572,7 @@
99648
99572
  "type": {
99649
99573
  "text": "string"
99650
99574
  },
99651
- "default": "'furo.type.Defaults.AttributesEntry'"
99575
+ "default": "'furo.fat.Bool'"
99652
99576
  },
99653
99577
  {
99654
99578
  "kind": "field",
@@ -99656,17 +99580,22 @@
99656
99580
  "type": {
99657
99581
  "text": "array"
99658
99582
  },
99659
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
99583
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
99660
99584
  },
99661
99585
  {
99662
99586
  "kind": "field",
99663
- "name": "_key",
99664
- "default": "new STRING(undefined, this, 'key')"
99587
+ "name": "_value",
99588
+ "default": "new BOOLEAN(undefined, this, 'value')"
99665
99589
  },
99666
99590
  {
99667
99591
  "kind": "field",
99668
- "name": "_value",
99669
- "default": "new STRING(undefined, this, 'value')"
99592
+ "name": "_labels",
99593
+ "default": "new MAP(undefined, this, 'labels')"
99594
+ },
99595
+ {
99596
+ "kind": "field",
99597
+ "name": "_attributes",
99598
+ "default": "new MAP(undefined, this, 'attributes')"
99670
99599
  },
99671
99600
  {
99672
99601
  "kind": "field",
@@ -100497,72 +100426,36 @@
100497
100426
  "exports": [
100498
100427
  {
100499
100428
  "kind": "js",
100500
- "name": "DefaultsAttributesEntry",
100429
+ "name": "Bool",
100501
100430
  "declaration": {
100502
- "name": "DefaultsAttributesEntry",
100503
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
100431
+ "name": "Bool",
100432
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.js"
100504
100433
  }
100505
100434
  }
100506
100435
  ]
100507
100436
  },
100508
100437
  {
100509
100438
  "kind": "javascript-module",
100510
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
100439
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.js.map",
100511
100440
  "declarations": [],
100512
100441
  "exports": []
100513
100442
  },
100514
100443
  {
100515
100444
  "kind": "javascript-module",
100516
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
100445
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js",
100517
100446
  "declarations": [
100518
100447
  {
100519
100448
  "kind": "class",
100520
- "description": "Defaults",
100521
- "name": "Defaults",
100449
+ "description": "BytesAttributesEntry",
100450
+ "name": "BytesAttributesEntry",
100522
100451
  "members": [
100523
100452
  {
100524
100453
  "kind": "field",
100525
- "name": "refSystem"
100526
- },
100527
- {
100528
- "kind": "field",
100529
- "name": "refType"
100530
- },
100531
- {
100532
- "kind": "field",
100533
- "name": "bookingCenter"
100534
- },
100535
- {
100536
- "kind": "field",
100537
- "name": "attributes"
100538
- },
100539
- {
100540
- "kind": "field",
100541
- "name": "id"
100542
- },
100543
- {
100544
- "kind": "field",
100545
- "name": "stringArray"
100546
- },
100547
- {
100548
- "kind": "field",
100549
- "name": "repeatedDecimal"
100550
- },
100551
- {
100552
- "kind": "field",
100553
- "name": "decRange"
100554
- },
100555
- {
100556
- "kind": "field",
100557
- "name": "any"
100558
- },
100559
- {
100560
- "kind": "field",
100561
- "name": "fatString"
100454
+ "name": "key"
100562
100455
  },
100563
100456
  {
100564
100457
  "kind": "field",
100565
- "name": "trueFalse"
100458
+ "name": "value"
100566
100459
  },
100567
100460
  {
100568
100461
  "kind": "method",
@@ -100583,7 +100476,7 @@
100583
100476
  "type": {
100584
100477
  "text": "string"
100585
100478
  },
100586
- "default": "'furo.type.Defaults'"
100479
+ "default": "'furo.fat.Bytes.AttributesEntry'"
100587
100480
  },
100588
100481
  {
100589
100482
  "kind": "field",
@@ -100591,62 +100484,17 @@
100591
100484
  "type": {
100592
100485
  "text": "array"
100593
100486
  },
100594
- "default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: { minimum: 3.1, required: true }, }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: { read_only: true }, }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
100595
- },
100596
- {
100597
- "kind": "field",
100598
- "name": "_refSystem",
100599
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
100600
- },
100601
- {
100602
- "kind": "field",
100603
- "name": "_refType",
100604
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
100605
- },
100606
- {
100607
- "kind": "field",
100608
- "name": "_bookingCenter",
100609
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
100610
- },
100611
- {
100612
- "kind": "field",
100613
- "name": "_attributes",
100614
- "default": "new MAP(undefined, this, 'attributes')"
100615
- },
100616
- {
100617
- "kind": "field",
100618
- "name": "_id",
100619
- "default": "new STRING(undefined, this, 'id')"
100620
- },
100621
- {
100622
- "kind": "field",
100623
- "name": "_stringArray",
100624
- "default": "new ARRAY(undefined, this, 'stringArray')"
100625
- },
100626
- {
100627
- "kind": "field",
100628
- "name": "_repeatedDecimal",
100629
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
100630
- },
100631
- {
100632
- "kind": "field",
100633
- "name": "_decRange",
100634
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
100635
- },
100636
- {
100637
- "kind": "field",
100638
- "name": "_any",
100639
- "default": "new ANY(undefined, this, 'any')"
100487
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
100640
100488
  },
100641
100489
  {
100642
100490
  "kind": "field",
100643
- "name": "_fatString",
100644
- "default": "new FuroFatString(undefined, this, 'fatString')"
100491
+ "name": "_key",
100492
+ "default": "new STRING(undefined, this, 'key')"
100645
100493
  },
100646
100494
  {
100647
100495
  "kind": "field",
100648
- "name": "_trueFalse",
100649
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
100496
+ "name": "_value",
100497
+ "default": "new STRING(undefined, this, 'value')"
100650
100498
  },
100651
100499
  {
100652
100500
  "kind": "field",
@@ -100654,7 +100502,7 @@
100654
100502
  "type": {
100655
100503
  "text": "object"
100656
100504
  },
100657
- "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
100505
+ "default": "{}"
100658
100506
  },
100659
100507
  {
100660
100508
  "kind": "field",
@@ -101477,28 +101325,28 @@
101477
101325
  "exports": [
101478
101326
  {
101479
101327
  "kind": "js",
101480
- "name": "Defaults",
101328
+ "name": "BytesAttributesEntry",
101481
101329
  "declaration": {
101482
- "name": "Defaults",
101483
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
101330
+ "name": "BytesAttributesEntry",
101331
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js"
101484
101332
  }
101485
101333
  }
101486
101334
  ]
101487
101335
  },
101488
101336
  {
101489
101337
  "kind": "javascript-module",
101490
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
101338
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map",
101491
101339
  "declarations": [],
101492
101340
  "exports": []
101493
101341
  },
101494
101342
  {
101495
101343
  "kind": "javascript-module",
101496
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
101344
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js",
101497
101345
  "declarations": [
101498
101346
  {
101499
101347
  "kind": "class",
101500
- "description": "IdentifierAttributesEntry",
101501
- "name": "IdentifierAttributesEntry",
101348
+ "description": "BytesLabelsEntry",
101349
+ "name": "BytesLabelsEntry",
101502
101350
  "members": [
101503
101351
  {
101504
101352
  "kind": "field",
@@ -101527,7 +101375,7 @@
101527
101375
  "type": {
101528
101376
  "text": "string"
101529
101377
  },
101530
- "default": "'furo.type.Identifier.AttributesEntry'"
101378
+ "default": "'furo.fat.Bytes.LabelsEntry'"
101531
101379
  },
101532
101380
  {
101533
101381
  "kind": "field",
@@ -101535,7 +101383,7 @@
101535
101383
  "type": {
101536
101384
  "text": "array"
101537
101385
  },
101538
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
101386
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
101539
101387
  },
101540
101388
  {
101541
101389
  "kind": "field",
@@ -101545,7 +101393,7 @@
101545
101393
  {
101546
101394
  "kind": "field",
101547
101395
  "name": "_value",
101548
- "default": "new STRING(undefined, this, 'value')"
101396
+ "default": "new BOOLEAN(undefined, this, 'value')"
101549
101397
  },
101550
101398
  {
101551
101399
  "kind": "field",
@@ -102376,73 +102224,41 @@
102376
102224
  "exports": [
102377
102225
  {
102378
102226
  "kind": "js",
102379
- "name": "IdentifierAttributesEntry",
102227
+ "name": "BytesLabelsEntry",
102380
102228
  "declaration": {
102381
- "name": "IdentifierAttributesEntry",
102382
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
102229
+ "name": "BytesLabelsEntry",
102230
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js"
102383
102231
  }
102384
102232
  }
102385
102233
  ]
102386
102234
  },
102387
102235
  {
102388
102236
  "kind": "javascript-module",
102389
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
102237
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map",
102390
102238
  "declarations": [],
102391
102239
  "exports": []
102392
102240
  },
102393
102241
  {
102394
102242
  "kind": "javascript-module",
102395
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
102243
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js",
102396
102244
  "declarations": [
102397
102245
  {
102398
102246
  "kind": "class",
102399
- "description": "Identifier",
102400
- "name": "Identifier",
102247
+ "description": "Bytes\n Furo annotated type wrapper message for `bytes`.",
102248
+ "name": "Bytes",
102401
102249
  "members": [
102402
102250
  {
102403
102251
  "kind": "field",
102404
- "name": "refSystem"
102405
- },
102406
- {
102407
- "kind": "field",
102408
- "name": "refType"
102252
+ "name": "value"
102409
102253
  },
102410
102254
  {
102411
102255
  "kind": "field",
102412
- "name": "bookingCenter"
102256
+ "name": "labels"
102413
102257
  },
102414
102258
  {
102415
102259
  "kind": "field",
102416
102260
  "name": "attributes"
102417
102261
  },
102418
- {
102419
- "kind": "field",
102420
- "name": "id"
102421
- },
102422
- {
102423
- "kind": "field",
102424
- "name": "stringArray"
102425
- },
102426
- {
102427
- "kind": "field",
102428
- "name": "repeatedDecimal"
102429
- },
102430
- {
102431
- "kind": "field",
102432
- "name": "decRange"
102433
- },
102434
- {
102435
- "kind": "field",
102436
- "name": "any"
102437
- },
102438
- {
102439
- "kind": "field",
102440
- "name": "fatString"
102441
- },
102442
- {
102443
- "kind": "field",
102444
- "name": "trueFalse"
102445
- },
102446
102262
  {
102447
102263
  "kind": "method",
102448
102264
  "name": "fromLiteral",
@@ -102462,7 +102278,7 @@
102462
102278
  "type": {
102463
102279
  "text": "string"
102464
102280
  },
102465
- "default": "'furo.type.Identifier'"
102281
+ "default": "'furo.fat.Bytes'"
102466
102282
  },
102467
102283
  {
102468
102284
  "kind": "field",
@@ -102470,70 +102286,30 @@
102470
102286
  "type": {
102471
102287
  "text": "array"
102472
102288
  },
102473
- "default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: {}, }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
102474
- },
102475
- {
102476
- "kind": "field",
102477
- "name": "_refSystem",
102478
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
102289
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
102479
102290
  },
102480
102291
  {
102481
102292
  "kind": "field",
102482
- "name": "_refType",
102483
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
102293
+ "name": "_value",
102294
+ "default": "new BYTES(undefined, this, 'value')"
102484
102295
  },
102485
102296
  {
102486
102297
  "kind": "field",
102487
- "name": "_bookingCenter",
102488
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
102298
+ "name": "_labels",
102299
+ "default": "new MAP(undefined, this, 'labels')"
102489
102300
  },
102490
102301
  {
102491
102302
  "kind": "field",
102492
102303
  "name": "_attributes",
102493
102304
  "default": "new MAP(undefined, this, 'attributes')"
102494
102305
  },
102495
- {
102496
- "kind": "field",
102497
- "name": "_id",
102498
- "default": "new STRING(undefined, this, 'id')"
102499
- },
102500
- {
102501
- "kind": "field",
102502
- "name": "_stringArray",
102503
- "default": "new ARRAY(undefined, this, 'stringArray')"
102504
- },
102505
- {
102506
- "kind": "field",
102507
- "name": "_repeatedDecimal",
102508
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
102509
- },
102510
- {
102511
- "kind": "field",
102512
- "name": "_decRange",
102513
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
102514
- },
102515
- {
102516
- "kind": "field",
102517
- "name": "_any",
102518
- "default": "new ANY(undefined, this, 'any')"
102519
- },
102520
- {
102521
- "kind": "field",
102522
- "name": "_fatString",
102523
- "default": "new FuroFatString(undefined, this, 'fatString')"
102524
- },
102525
- {
102526
- "kind": "field",
102527
- "name": "_trueFalse",
102528
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
102529
- },
102530
102306
  {
102531
102307
  "kind": "field",
102532
102308
  "name": "__defaultValues",
102533
102309
  "type": {
102534
102310
  "text": "object"
102535
102311
  },
102536
- "default": "{ stringArray: ['A', 'B', 'C'], }"
102312
+ "default": "{}"
102537
102313
  },
102538
102314
  {
102539
102315
  "kind": "field",
@@ -103356,36 +103132,36 @@
103356
103132
  "exports": [
103357
103133
  {
103358
103134
  "kind": "js",
103359
- "name": "Identifier",
103135
+ "name": "Bytes",
103360
103136
  "declaration": {
103361
- "name": "Identifier",
103362
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
103137
+ "name": "Bytes",
103138
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.js"
103363
103139
  }
103364
103140
  }
103365
103141
  ]
103366
103142
  },
103367
103143
  {
103368
103144
  "kind": "javascript-module",
103369
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
103145
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js.map",
103370
103146
  "declarations": [],
103371
103147
  "exports": []
103372
103148
  },
103373
103149
  {
103374
103150
  "kind": "javascript-module",
103375
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
103151
+ "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js",
103376
103152
  "declarations": [
103377
103153
  {
103378
103154
  "kind": "class",
103379
- "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
103380
- "name": "Numeric",
103155
+ "description": "DecimalRange\n Represents a decimal range, encoded as a decimal start (inclusive) and a\n decimal end (exclusive).\n\n The start must be less than or equal to the end.\n If a decimal is empty it means min for start and max for end.",
103156
+ "name": "DecimalRange",
103381
103157
  "members": [
103382
103158
  {
103383
103159
  "kind": "field",
103384
- "name": "primitiveInt32"
103160
+ "name": "start"
103385
103161
  },
103386
103162
  {
103387
103163
  "kind": "field",
103388
- "name": "repeatedPrimitiveInt32"
103164
+ "name": "end"
103389
103165
  },
103390
103166
  {
103391
103167
  "kind": "method",
@@ -103406,7 +103182,7 @@
103406
103182
  "type": {
103407
103183
  "text": "string"
103408
103184
  },
103409
- "default": "'furo.type.Numeric'"
103185
+ "default": "'furo.fat.DecimalRange'"
103410
103186
  },
103411
103187
  {
103412
103188
  "kind": "field",
@@ -103414,17 +103190,17 @@
103414
103190
  "type": {
103415
103191
  "text": "array"
103416
103192
  },
103417
- "default": "[ { fieldName: 'primitiveInt32', protoName: 'primitive_int32', FieldConstructor: INT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'repeatedPrimitiveInt32', protoName: 'repeated_primitive_int32', FieldConstructor: INT32, constraints: {}, }, ]"
103193
+ "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
103418
103194
  },
103419
103195
  {
103420
103196
  "kind": "field",
103421
- "name": "_primitiveInt32",
103422
- "default": "new INT32(undefined, this, 'primitiveInt32')"
103197
+ "name": "_start",
103198
+ "default": "new FuroTypeDecimal(undefined, this, 'start')"
103423
103199
  },
103424
103200
  {
103425
103201
  "kind": "field",
103426
- "name": "_repeatedPrimitiveInt32",
103427
- "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
103202
+ "name": "_end",
103203
+ "default": "new FuroTypeDecimal(undefined, this, 'end')"
103428
103204
  },
103429
103205
  {
103430
103206
  "kind": "field",
@@ -104255,40 +104031,36 @@
104255
104031
  "exports": [
104256
104032
  {
104257
104033
  "kind": "js",
104258
- "name": "Numeric",
104034
+ "name": "DecimalRange",
104259
104035
  "declaration": {
104260
- "name": "Numeric",
104261
- "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
104036
+ "name": "DecimalRange",
104037
+ "module": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js"
104262
104038
  }
104263
104039
  }
104264
104040
  ]
104265
104041
  },
104266
104042
  {
104267
104043
  "kind": "javascript-module",
104268
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
104044
+ "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map",
104269
104045
  "declarations": [],
104270
104046
  "exports": []
104271
104047
  },
104272
104048
  {
104273
104049
  "kind": "javascript-module",
104274
- "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js",
104050
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js",
104275
104051
  "declarations": [
104276
104052
  {
104277
104053
  "kind": "class",
104278
- "description": "Numeric64\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
104279
- "name": "Numeric64",
104054
+ "description": "DoubleAttributesEntry",
104055
+ "name": "DoubleAttributesEntry",
104280
104056
  "members": [
104281
104057
  {
104282
104058
  "kind": "field",
104283
- "name": "primitiveInt64"
104284
- },
104285
- {
104286
- "kind": "field",
104287
- "name": "repeatedPrimitiveInt64"
104059
+ "name": "key"
104288
104060
  },
104289
104061
  {
104290
104062
  "kind": "field",
104291
- "name": "primitiveInt64Excl"
104063
+ "name": "value"
104292
104064
  },
104293
104065
  {
104294
104066
  "kind": "method",
@@ -104309,7 +104081,7 @@
104309
104081
  "type": {
104310
104082
  "text": "string"
104311
104083
  },
104312
- "default": "'furo.type.Numeric64'"
104084
+ "default": "'furo.fat.Double.AttributesEntry'"
104313
104085
  },
104314
104086
  {
104315
104087
  "kind": "field",
@@ -104317,22 +104089,17 @@
104317
104089
  "type": {
104318
104090
  "text": "array"
104319
104091
  },
104320
- "default": "[ { fieldName: 'primitiveInt64', protoName: 'primitive_int64', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'repeatedPrimitiveInt64', protoName: 'repeated_primitive_int64', FieldConstructor: INT64, constraints: {}, }, { fieldName: 'primitiveInt64Excl', protoName: 'primitive_int64_excl', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, ]"
104321
- },
104322
- {
104323
- "kind": "field",
104324
- "name": "_primitiveInt64",
104325
- "default": "new INT64(undefined, this, 'primitiveInt64')"
104092
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
104326
104093
  },
104327
104094
  {
104328
104095
  "kind": "field",
104329
- "name": "_repeatedPrimitiveInt64",
104330
- "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt64')"
104096
+ "name": "_key",
104097
+ "default": "new STRING(undefined, this, 'key')"
104331
104098
  },
104332
104099
  {
104333
104100
  "kind": "field",
104334
- "name": "_primitiveInt64Excl",
104335
- "default": "new INT64(undefined, this, 'primitiveInt64Excl')"
104101
+ "name": "_value",
104102
+ "default": "new STRING(undefined, this, 'value')"
104336
104103
  },
104337
104104
  {
104338
104105
  "kind": "field",
@@ -105163,32 +104930,36 @@
105163
104930
  "exports": [
105164
104931
  {
105165
104932
  "kind": "js",
105166
- "name": "Numeric64",
104933
+ "name": "DoubleAttributesEntry",
105167
104934
  "declaration": {
105168
- "name": "Numeric64",
105169
- "module": "dist/protoc-gen-open-models/furo/type/Numeric64.js"
104935
+ "name": "DoubleAttributesEntry",
104936
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js"
105170
104937
  }
105171
104938
  }
105172
104939
  ]
105173
104940
  },
105174
104941
  {
105175
104942
  "kind": "javascript-module",
105176
- "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js.map",
104943
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map",
105177
104944
  "declarations": [],
105178
104945
  "exports": []
105179
104946
  },
105180
104947
  {
105181
104948
  "kind": "javascript-module",
105182
- "path": "dist/protoc-gen-open-models/furo/type/Other.js",
104949
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js",
105183
104950
  "declarations": [
105184
104951
  {
105185
104952
  "kind": "class",
105186
- "description": "Other",
105187
- "name": "Other",
104953
+ "description": "DoubleLabelsEntry",
104954
+ "name": "DoubleLabelsEntry",
105188
104955
  "members": [
105189
104956
  {
105190
104957
  "kind": "field",
105191
- "name": "recursion"
104958
+ "name": "key"
104959
+ },
104960
+ {
104961
+ "kind": "field",
104962
+ "name": "value"
105192
104963
  },
105193
104964
  {
105194
104965
  "kind": "method",
@@ -105209,7 +104980,7 @@
105209
104980
  "type": {
105210
104981
  "text": "string"
105211
104982
  },
105212
- "default": "'furo.type.Other'"
104983
+ "default": "'furo.fat.Double.LabelsEntry'"
105213
104984
  },
105214
104985
  {
105215
104986
  "kind": "field",
@@ -105217,12 +104988,17 @@
105217
104988
  "type": {
105218
104989
  "text": "array"
105219
104990
  },
105220
- "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
104991
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
105221
104992
  },
105222
104993
  {
105223
104994
  "kind": "field",
105224
- "name": "_recursion",
105225
- "default": "new RECURSION(undefined, this, 'recursion')"
104995
+ "name": "_key",
104996
+ "default": "new STRING(undefined, this, 'key')"
104997
+ },
104998
+ {
104999
+ "kind": "field",
105000
+ "name": "_value",
105001
+ "default": "new BOOLEAN(undefined, this, 'value')"
105226
105002
  },
105227
105003
  {
105228
105004
  "kind": "field",
@@ -106053,92 +105829,40 @@
106053
105829
  "exports": [
106054
105830
  {
106055
105831
  "kind": "js",
106056
- "name": "Other",
106057
- "declaration": {
106058
- "name": "Other",
106059
- "module": "dist/protoc-gen-open-models/furo/type/Other.js"
106060
- }
106061
- }
106062
- ]
106063
- },
106064
- {
106065
- "kind": "javascript-module",
106066
- "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
106067
- "declarations": [],
106068
- "exports": []
106069
- },
106070
- {
106071
- "kind": "javascript-module",
106072
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js",
106073
- "declarations": [
106074
- {
106075
- "kind": "variable",
106076
- "name": "RefSystem"
106077
- }
106078
- ],
106079
- "exports": [
106080
- {
106081
- "kind": "js",
106082
- "name": "RefSystem",
106083
- "declaration": {
106084
- "name": "RefSystem",
106085
- "module": "dist/protoc-gen-open-models/furo/type/RefSystem.js"
106086
- }
106087
- }
106088
- ]
106089
- },
106090
- {
106091
- "kind": "javascript-module",
106092
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js.map",
106093
- "declarations": [],
106094
- "exports": []
106095
- },
106096
- {
106097
- "kind": "javascript-module",
106098
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js",
106099
- "declarations": [
106100
- {
106101
- "kind": "variable",
106102
- "name": "RefType"
106103
- }
106104
- ],
106105
- "exports": [
106106
- {
106107
- "kind": "js",
106108
- "name": "RefType",
105832
+ "name": "DoubleLabelsEntry",
106109
105833
  "declaration": {
106110
- "name": "RefType",
106111
- "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
105834
+ "name": "DoubleLabelsEntry",
105835
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js"
106112
105836
  }
106113
105837
  }
106114
105838
  ]
106115
105839
  },
106116
105840
  {
106117
105841
  "kind": "javascript-module",
106118
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
105842
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map",
106119
105843
  "declarations": [],
106120
105844
  "exports": []
106121
105845
  },
106122
105846
  {
106123
105847
  "kind": "javascript-module",
106124
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
105848
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.js",
106125
105849
  "declarations": [
106126
105850
  {
106127
105851
  "kind": "class",
106128
- "description": "Tree\n*\n Tree is for checking recursive types",
106129
- "name": "Tree",
105852
+ "description": "Double\n Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
105853
+ "name": "Double",
106130
105854
  "members": [
106131
105855
  {
106132
105856
  "kind": "field",
106133
- "name": "displayName"
105857
+ "name": "value"
106134
105858
  },
106135
105859
  {
106136
105860
  "kind": "field",
106137
- "name": "nodes"
105861
+ "name": "labels"
106138
105862
  },
106139
105863
  {
106140
105864
  "kind": "field",
106141
- "name": "recursion"
105865
+ "name": "attributes"
106142
105866
  },
106143
105867
  {
106144
105868
  "kind": "method",
@@ -106159,7 +105883,7 @@
106159
105883
  "type": {
106160
105884
  "text": "string"
106161
105885
  },
106162
- "default": "'furo.type.Tree'"
105886
+ "default": "'furo.fat.Double'"
106163
105887
  },
106164
105888
  {
106165
105889
  "kind": "field",
@@ -106167,22 +105891,22 @@
106167
105891
  "type": {
106168
105892
  "text": "array"
106169
105893
  },
106170
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, }, ]"
105894
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: DOUBLE, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
106171
105895
  },
106172
105896
  {
106173
105897
  "kind": "field",
106174
- "name": "_displayName",
106175
- "default": "new STRING(undefined, this, 'displayName')"
105898
+ "name": "_value",
105899
+ "default": "new DOUBLE(undefined, this, 'value')"
106176
105900
  },
106177
105901
  {
106178
105902
  "kind": "field",
106179
- "name": "_nodes",
106180
- "default": "new ARRAY(undefined, this, 'nodes')"
105903
+ "name": "_labels",
105904
+ "default": "new MAP(undefined, this, 'labels')"
106181
105905
  },
106182
105906
  {
106183
105907
  "kind": "field",
106184
- "name": "_recursion",
106185
- "default": "new RECURSION(undefined, this, 'recursion')"
105908
+ "name": "_attributes",
105909
+ "default": "new MAP(undefined, this, 'attributes')"
106186
105910
  },
106187
105911
  {
106188
105912
  "kind": "field",
@@ -107013,44 +106737,36 @@
107013
106737
  "exports": [
107014
106738
  {
107015
106739
  "kind": "js",
107016
- "name": "Tree",
106740
+ "name": "Double",
107017
106741
  "declaration": {
107018
- "name": "Tree",
107019
- "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
106742
+ "name": "Double",
106743
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.js"
107020
106744
  }
107021
106745
  }
107022
106746
  ]
107023
106747
  },
107024
106748
  {
107025
106749
  "kind": "javascript-module",
107026
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
106750
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.js.map",
107027
106751
  "declarations": [],
107028
106752
  "exports": []
107029
106753
  },
107030
106754
  {
107031
106755
  "kind": "javascript-module",
107032
- "path": "dist/protoc-gen-open-models/furo/type/Uints.js",
106756
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js",
107033
106757
  "declarations": [
107034
106758
  {
107035
106759
  "kind": "class",
107036
- "description": "Uints\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
107037
- "name": "Uints",
106760
+ "description": "EmptyAttributesEntry",
106761
+ "name": "EmptyAttributesEntry",
107038
106762
  "members": [
107039
106763
  {
107040
106764
  "kind": "field",
107041
- "name": "uint64"
107042
- },
107043
- {
107044
- "kind": "field",
107045
- "name": "uint32"
107046
- },
107047
- {
107048
- "kind": "field",
107049
- "name": "uint64Excl"
106765
+ "name": "key"
107050
106766
  },
107051
106767
  {
107052
106768
  "kind": "field",
107053
- "name": "uint32Excl"
106769
+ "name": "value"
107054
106770
  },
107055
106771
  {
107056
106772
  "kind": "method",
@@ -107071,7 +106787,7 @@
107071
106787
  "type": {
107072
106788
  "text": "string"
107073
106789
  },
107074
- "default": "'furo.type.Uints'"
106790
+ "default": "'furo.fat.Empty.AttributesEntry'"
107075
106791
  },
107076
106792
  {
107077
106793
  "kind": "field",
@@ -107079,27 +106795,17 @@
107079
106795
  "type": {
107080
106796
  "text": "array"
107081
106797
  },
107082
- "default": "[ { fieldName: 'uint64', protoName: 'uint64', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, { fieldName: 'uint32', protoName: 'uint32', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, { fieldName: 'uint64Excl', protoName: 'uint64Excl', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'uint32Excl', protoName: 'uint32Excl', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, ]"
107083
- },
107084
- {
107085
- "kind": "field",
107086
- "name": "_uint64",
107087
- "default": "new UINT64(undefined, this, 'uint64')"
107088
- },
107089
- {
107090
- "kind": "field",
107091
- "name": "_uint32",
107092
- "default": "new UINT32(undefined, this, 'uint32')"
106798
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
107093
106799
  },
107094
106800
  {
107095
106801
  "kind": "field",
107096
- "name": "_uint64Excl",
107097
- "default": "new UINT64(undefined, this, 'uint64Excl')"
106802
+ "name": "_key",
106803
+ "default": "new STRING(undefined, this, 'key')"
107098
106804
  },
107099
106805
  {
107100
106806
  "kind": "field",
107101
- "name": "_uint32Excl",
107102
- "default": "new UINT32(undefined, this, 'uint32Excl')"
106807
+ "name": "_value",
106808
+ "default": "new STRING(undefined, this, 'value')"
107103
106809
  },
107104
106810
  {
107105
106811
  "kind": "field",
@@ -107930,64 +107636,36 @@
107930
107636
  "exports": [
107931
107637
  {
107932
107638
  "kind": "js",
107933
- "name": "Uints",
107639
+ "name": "EmptyAttributesEntry",
107934
107640
  "declaration": {
107935
- "name": "Uints",
107936
- "module": "dist/protoc-gen-open-models/furo/type/Uints.js"
107641
+ "name": "EmptyAttributesEntry",
107642
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js"
107937
107643
  }
107938
107644
  }
107939
107645
  ]
107940
107646
  },
107941
107647
  {
107942
107648
  "kind": "javascript-module",
107943
- "path": "dist/protoc-gen-open-models/furo/type/Uints.js.map",
107649
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map",
107944
107650
  "declarations": [],
107945
107651
  "exports": []
107946
107652
  },
107947
107653
  {
107948
107654
  "kind": "javascript-module",
107949
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
107655
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js",
107950
107656
  "declarations": [
107951
107657
  {
107952
107658
  "kind": "class",
107953
- "description": "Wrappers",
107954
- "name": "Wrappers",
107659
+ "description": "EmptyLabelsEntry",
107660
+ "name": "EmptyLabelsEntry",
107955
107661
  "members": [
107956
107662
  {
107957
107663
  "kind": "field",
107958
- "name": "stringValue"
107959
- },
107960
- {
107961
- "kind": "field",
107962
- "name": "int32Value"
107963
- },
107964
- {
107965
- "kind": "field",
107966
- "name": "int64Value"
107967
- },
107968
- {
107969
- "kind": "field",
107970
- "name": "floatValue"
107971
- },
107972
- {
107973
- "kind": "field",
107974
- "name": "doubleValue"
107975
- },
107976
- {
107977
- "kind": "field",
107978
- "name": "boolValue"
107979
- },
107980
- {
107981
- "kind": "field",
107982
- "name": "uint32Value"
107983
- },
107984
- {
107985
- "kind": "field",
107986
- "name": "uint64Value"
107664
+ "name": "key"
107987
107665
  },
107988
107666
  {
107989
107667
  "kind": "field",
107990
- "name": "bytesValue"
107668
+ "name": "value"
107991
107669
  },
107992
107670
  {
107993
107671
  "kind": "method",
@@ -108008,7 +107686,7 @@
108008
107686
  "type": {
108009
107687
  "text": "string"
108010
107688
  },
108011
- "default": "'furo.type.Wrappers'"
107689
+ "default": "'furo.fat.Empty.LabelsEntry'"
108012
107690
  },
108013
107691
  {
108014
107692
  "kind": "field",
@@ -108016,52 +107694,17 @@
108016
107694
  "type": {
108017
107695
  "text": "array"
108018
107696
  },
108019
- "default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: {}, }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: {}, }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: {}, }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, }, ]"
108020
- },
108021
- {
108022
- "kind": "field",
108023
- "name": "_stringValue",
108024
- "default": "new StringValue(undefined, this, 'stringValue')"
108025
- },
108026
- {
108027
- "kind": "field",
108028
- "name": "_int32Value",
108029
- "default": "new Int32Value(undefined, this, 'int32Value')"
108030
- },
108031
- {
108032
- "kind": "field",
108033
- "name": "_int64Value",
108034
- "default": "new Int64Value(undefined, this, 'int64Value')"
108035
- },
108036
- {
108037
- "kind": "field",
108038
- "name": "_floatValue",
108039
- "default": "new FloatValue(undefined, this, 'floatValue')"
108040
- },
108041
- {
108042
- "kind": "field",
108043
- "name": "_doubleValue",
108044
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
108045
- },
108046
- {
108047
- "kind": "field",
108048
- "name": "_boolValue",
108049
- "default": "new BoolValue(undefined, this, 'boolValue')"
108050
- },
108051
- {
108052
- "kind": "field",
108053
- "name": "_uint32Value",
108054
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
107697
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
108055
107698
  },
108056
107699
  {
108057
107700
  "kind": "field",
108058
- "name": "_uint64Value",
108059
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
107701
+ "name": "_key",
107702
+ "default": "new STRING(undefined, this, 'key')"
108060
107703
  },
108061
107704
  {
108062
107705
  "kind": "field",
108063
- "name": "_bytesValue",
108064
- "default": "new BytesValue(undefined, this, 'bytesValue')"
107706
+ "name": "_value",
107707
+ "default": "new BOOLEAN(undefined, this, 'value')"
108065
107708
  },
108066
107709
  {
108067
107710
  "kind": "field",
@@ -108892,36 +108535,36 @@
108892
108535
  "exports": [
108893
108536
  {
108894
108537
  "kind": "js",
108895
- "name": "Wrappers",
108538
+ "name": "EmptyLabelsEntry",
108896
108539
  "declaration": {
108897
- "name": "Wrappers",
108898
- "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
108540
+ "name": "EmptyLabelsEntry",
108541
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js"
108899
108542
  }
108900
108543
  }
108901
108544
  ]
108902
108545
  },
108903
108546
  {
108904
108547
  "kind": "javascript-module",
108905
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
108548
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map",
108906
108549
  "declarations": [],
108907
108550
  "exports": []
108908
108551
  },
108909
108552
  {
108910
108553
  "kind": "javascript-module",
108911
- "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js",
108554
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.js",
108912
108555
  "declarations": [
108913
108556
  {
108914
108557
  "kind": "class",
108915
- "description": "AnyAttributesEntry",
108916
- "name": "AnyAttributesEntry",
108558
+ "description": "Empty\n Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes",
108559
+ "name": "Empty",
108917
108560
  "members": [
108918
108561
  {
108919
108562
  "kind": "field",
108920
- "name": "key"
108563
+ "name": "labels"
108921
108564
  },
108922
108565
  {
108923
108566
  "kind": "field",
108924
- "name": "value"
108567
+ "name": "attributes"
108925
108568
  },
108926
108569
  {
108927
108570
  "kind": "method",
@@ -108942,7 +108585,7 @@
108942
108585
  "type": {
108943
108586
  "text": "string"
108944
108587
  },
108945
- "default": "'furo.fat.Any.AttributesEntry'"
108588
+ "default": "'furo.fat.Empty'"
108946
108589
  },
108947
108590
  {
108948
108591
  "kind": "field",
@@ -108950,17 +108593,17 @@
108950
108593
  "type": {
108951
108594
  "text": "array"
108952
108595
  },
108953
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
108596
+ "default": "[ { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
108954
108597
  },
108955
108598
  {
108956
108599
  "kind": "field",
108957
- "name": "_key",
108958
- "default": "new STRING(undefined, this, 'key')"
108600
+ "name": "_labels",
108601
+ "default": "new MAP(undefined, this, 'labels')"
108959
108602
  },
108960
108603
  {
108961
108604
  "kind": "field",
108962
- "name": "_value",
108963
- "default": "new STRING(undefined, this, 'value')"
108605
+ "name": "_attributes",
108606
+ "default": "new MAP(undefined, this, 'attributes')"
108964
108607
  },
108965
108608
  {
108966
108609
  "kind": "field",
@@ -109791,28 +109434,28 @@
109791
109434
  "exports": [
109792
109435
  {
109793
109436
  "kind": "js",
109794
- "name": "AnyAttributesEntry",
109437
+ "name": "Empty",
109795
109438
  "declaration": {
109796
- "name": "AnyAttributesEntry",
109797
- "module": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js"
109439
+ "name": "Empty",
109440
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.js"
109798
109441
  }
109799
109442
  }
109800
109443
  ]
109801
109444
  },
109802
109445
  {
109803
109446
  "kind": "javascript-module",
109804
- "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map",
109447
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.js.map",
109805
109448
  "declarations": [],
109806
109449
  "exports": []
109807
109450
  },
109808
109451
  {
109809
109452
  "kind": "javascript-module",
109810
- "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js",
109453
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js",
109811
109454
  "declarations": [
109812
109455
  {
109813
109456
  "kind": "class",
109814
- "description": "AnyLabelsEntry",
109815
- "name": "AnyLabelsEntry",
109457
+ "description": "FloatAttributesEntry",
109458
+ "name": "FloatAttributesEntry",
109816
109459
  "members": [
109817
109460
  {
109818
109461
  "kind": "field",
@@ -109841,7 +109484,7 @@
109841
109484
  "type": {
109842
109485
  "text": "string"
109843
109486
  },
109844
- "default": "'furo.fat.Any.LabelsEntry'"
109487
+ "default": "'furo.fat.Float.AttributesEntry'"
109845
109488
  },
109846
109489
  {
109847
109490
  "kind": "field",
@@ -109849,7 +109492,7 @@
109849
109492
  "type": {
109850
109493
  "text": "array"
109851
109494
  },
109852
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
109495
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
109853
109496
  },
109854
109497
  {
109855
109498
  "kind": "field",
@@ -109859,7 +109502,7 @@
109859
109502
  {
109860
109503
  "kind": "field",
109861
109504
  "name": "_value",
109862
- "default": "new BOOLEAN(undefined, this, 'value')"
109505
+ "default": "new STRING(undefined, this, 'value')"
109863
109506
  },
109864
109507
  {
109865
109508
  "kind": "field",
@@ -110690,40 +110333,36 @@
110690
110333
  "exports": [
110691
110334
  {
110692
110335
  "kind": "js",
110693
- "name": "AnyLabelsEntry",
110336
+ "name": "FloatAttributesEntry",
110694
110337
  "declaration": {
110695
- "name": "AnyLabelsEntry",
110696
- "module": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js"
110338
+ "name": "FloatAttributesEntry",
110339
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js"
110697
110340
  }
110698
110341
  }
110699
110342
  ]
110700
110343
  },
110701
110344
  {
110702
110345
  "kind": "javascript-module",
110703
- "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map",
110346
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map",
110704
110347
  "declarations": [],
110705
110348
  "exports": []
110706
110349
  },
110707
110350
  {
110708
110351
  "kind": "javascript-module",
110709
- "path": "dist/protoc-gen-open-models/furo/fat/Any.js",
110352
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js",
110710
110353
  "declarations": [
110711
110354
  {
110712
110355
  "kind": "class",
110713
- "description": "XAny\n Furo annotated type wrapper message for `any`.\n // Any contains an arbitrary serialized protocol buffer message along with a\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto",
110714
- "name": "XAny",
110356
+ "description": "FloatLabelsEntry",
110357
+ "name": "FloatLabelsEntry",
110715
110358
  "members": [
110716
110359
  {
110717
110360
  "kind": "field",
110718
- "name": "value"
110719
- },
110720
- {
110721
- "kind": "field",
110722
- "name": "labels"
110361
+ "name": "key"
110723
110362
  },
110724
110363
  {
110725
110364
  "kind": "field",
110726
- "name": "attributes"
110365
+ "name": "value"
110727
110366
  },
110728
110367
  {
110729
110368
  "kind": "method",
@@ -110744,7 +110383,7 @@
110744
110383
  "type": {
110745
110384
  "text": "string"
110746
110385
  },
110747
- "default": "'furo.fat.Any'"
110386
+ "default": "'furo.fat.Float.LabelsEntry'"
110748
110387
  },
110749
110388
  {
110750
110389
  "kind": "field",
@@ -110752,22 +110391,17 @@
110752
110391
  "type": {
110753
110392
  "text": "array"
110754
110393
  },
110755
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
110756
- },
110757
- {
110758
- "kind": "field",
110759
- "name": "_value",
110760
- "default": "new BYTES(undefined, this, 'value')"
110394
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
110761
110395
  },
110762
110396
  {
110763
110397
  "kind": "field",
110764
- "name": "_labels",
110765
- "default": "new MAP(undefined, this, 'labels')"
110398
+ "name": "_key",
110399
+ "default": "new STRING(undefined, this, 'key')"
110766
110400
  },
110767
110401
  {
110768
110402
  "kind": "field",
110769
- "name": "_attributes",
110770
- "default": "new MAP(undefined, this, 'attributes')"
110403
+ "name": "_value",
110404
+ "default": "new BOOLEAN(undefined, this, 'value')"
110771
110405
  },
110772
110406
  {
110773
110407
  "kind": "field",
@@ -111598,36 +111232,40 @@
111598
111232
  "exports": [
111599
111233
  {
111600
111234
  "kind": "js",
111601
- "name": "XAny",
111235
+ "name": "FloatLabelsEntry",
111602
111236
  "declaration": {
111603
- "name": "XAny",
111604
- "module": "dist/protoc-gen-open-models/furo/fat/Any.js"
111237
+ "name": "FloatLabelsEntry",
111238
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js"
111605
111239
  }
111606
111240
  }
111607
111241
  ]
111608
111242
  },
111609
111243
  {
111610
111244
  "kind": "javascript-module",
111611
- "path": "dist/protoc-gen-open-models/furo/fat/Any.js.map",
111245
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map",
111612
111246
  "declarations": [],
111613
111247
  "exports": []
111614
111248
  },
111615
111249
  {
111616
111250
  "kind": "javascript-module",
111617
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js",
111251
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.js",
111618
111252
  "declarations": [
111619
111253
  {
111620
111254
  "kind": "class",
111621
- "description": "BoolAttributesEntry",
111622
- "name": "BoolAttributesEntry",
111255
+ "description": "Float\n Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
111256
+ "name": "Float",
111623
111257
  "members": [
111624
111258
  {
111625
111259
  "kind": "field",
111626
- "name": "key"
111260
+ "name": "value"
111627
111261
  },
111628
111262
  {
111629
111263
  "kind": "field",
111630
- "name": "value"
111264
+ "name": "labels"
111265
+ },
111266
+ {
111267
+ "kind": "field",
111268
+ "name": "attributes"
111631
111269
  },
111632
111270
  {
111633
111271
  "kind": "method",
@@ -111648,7 +111286,7 @@
111648
111286
  "type": {
111649
111287
  "text": "string"
111650
111288
  },
111651
- "default": "'furo.fat.Bool.AttributesEntry'"
111289
+ "default": "'furo.fat.Float'"
111652
111290
  },
111653
111291
  {
111654
111292
  "kind": "field",
@@ -111656,17 +111294,22 @@
111656
111294
  "type": {
111657
111295
  "text": "array"
111658
111296
  },
111659
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
111297
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: FLOAT, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
111660
111298
  },
111661
111299
  {
111662
111300
  "kind": "field",
111663
- "name": "_key",
111664
- "default": "new STRING(undefined, this, 'key')"
111301
+ "name": "_value",
111302
+ "default": "new FLOAT(undefined, this, 'value')"
111665
111303
  },
111666
111304
  {
111667
111305
  "kind": "field",
111668
- "name": "_value",
111669
- "default": "new STRING(undefined, this, 'value')"
111306
+ "name": "_labels",
111307
+ "default": "new MAP(undefined, this, 'labels')"
111308
+ },
111309
+ {
111310
+ "kind": "field",
111311
+ "name": "_attributes",
111312
+ "default": "new MAP(undefined, this, 'attributes')"
111670
111313
  },
111671
111314
  {
111672
111315
  "kind": "field",
@@ -112497,28 +112140,28 @@
112497
112140
  "exports": [
112498
112141
  {
112499
112142
  "kind": "js",
112500
- "name": "BoolAttributesEntry",
112143
+ "name": "Float",
112501
112144
  "declaration": {
112502
- "name": "BoolAttributesEntry",
112503
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js"
112145
+ "name": "Float",
112146
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.js"
112504
112147
  }
112505
112148
  }
112506
112149
  ]
112507
112150
  },
112508
112151
  {
112509
112152
  "kind": "javascript-module",
112510
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map",
112153
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.js.map",
112511
112154
  "declarations": [],
112512
112155
  "exports": []
112513
112156
  },
112514
112157
  {
112515
112158
  "kind": "javascript-module",
112516
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js",
112159
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js",
112517
112160
  "declarations": [
112518
112161
  {
112519
112162
  "kind": "class",
112520
- "description": "BoolLabelsEntry",
112521
- "name": "BoolLabelsEntry",
112163
+ "description": "Int32AttributesEntry",
112164
+ "name": "Int32AttributesEntry",
112522
112165
  "members": [
112523
112166
  {
112524
112167
  "kind": "field",
@@ -112547,7 +112190,7 @@
112547
112190
  "type": {
112548
112191
  "text": "string"
112549
112192
  },
112550
- "default": "'furo.fat.Bool.LabelsEntry'"
112193
+ "default": "'furo.fat.Int32.AttributesEntry'"
112551
112194
  },
112552
112195
  {
112553
112196
  "kind": "field",
@@ -112555,7 +112198,7 @@
112555
112198
  "type": {
112556
112199
  "text": "array"
112557
112200
  },
112558
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
112201
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
112559
112202
  },
112560
112203
  {
112561
112204
  "kind": "field",
@@ -112565,7 +112208,7 @@
112565
112208
  {
112566
112209
  "kind": "field",
112567
112210
  "name": "_value",
112568
- "default": "new BOOLEAN(undefined, this, 'value')"
112211
+ "default": "new STRING(undefined, this, 'value')"
112569
112212
  },
112570
112213
  {
112571
112214
  "kind": "field",
@@ -113396,40 +113039,36 @@
113396
113039
  "exports": [
113397
113040
  {
113398
113041
  "kind": "js",
113399
- "name": "BoolLabelsEntry",
113042
+ "name": "Int32AttributesEntry",
113400
113043
  "declaration": {
113401
- "name": "BoolLabelsEntry",
113402
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js"
113044
+ "name": "Int32AttributesEntry",
113045
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js"
113403
113046
  }
113404
113047
  }
113405
113048
  ]
113406
113049
  },
113407
113050
  {
113408
113051
  "kind": "javascript-module",
113409
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map",
113052
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map",
113410
113053
  "declarations": [],
113411
113054
  "exports": []
113412
113055
  },
113413
113056
  {
113414
113057
  "kind": "javascript-module",
113415
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.js",
113058
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js",
113416
113059
  "declarations": [
113417
113060
  {
113418
113061
  "kind": "class",
113419
- "description": "Bool\n Furo annotated type wrapper message for `bool`.",
113420
- "name": "Bool",
113062
+ "description": "Int32LabelsEntry",
113063
+ "name": "Int32LabelsEntry",
113421
113064
  "members": [
113422
113065
  {
113423
113066
  "kind": "field",
113424
- "name": "value"
113425
- },
113426
- {
113427
- "kind": "field",
113428
- "name": "labels"
113067
+ "name": "key"
113429
113068
  },
113430
113069
  {
113431
113070
  "kind": "field",
113432
- "name": "attributes"
113071
+ "name": "value"
113433
113072
  },
113434
113073
  {
113435
113074
  "kind": "method",
@@ -113450,7 +113089,7 @@
113450
113089
  "type": {
113451
113090
  "text": "string"
113452
113091
  },
113453
- "default": "'furo.fat.Bool'"
113092
+ "default": "'furo.fat.Int32.LabelsEntry'"
113454
113093
  },
113455
113094
  {
113456
113095
  "kind": "field",
@@ -113458,22 +113097,17 @@
113458
113097
  "type": {
113459
113098
  "text": "array"
113460
113099
  },
113461
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
113462
- },
113463
- {
113464
- "kind": "field",
113465
- "name": "_value",
113466
- "default": "new BOOLEAN(undefined, this, 'value')"
113100
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
113467
113101
  },
113468
113102
  {
113469
113103
  "kind": "field",
113470
- "name": "_labels",
113471
- "default": "new MAP(undefined, this, 'labels')"
113104
+ "name": "_key",
113105
+ "default": "new STRING(undefined, this, 'key')"
113472
113106
  },
113473
113107
  {
113474
113108
  "kind": "field",
113475
- "name": "_attributes",
113476
- "default": "new MAP(undefined, this, 'attributes')"
113109
+ "name": "_value",
113110
+ "default": "new BOOLEAN(undefined, this, 'value')"
113477
113111
  },
113478
113112
  {
113479
113113
  "kind": "field",
@@ -114304,36 +113938,40 @@
114304
113938
  "exports": [
114305
113939
  {
114306
113940
  "kind": "js",
114307
- "name": "Bool",
113941
+ "name": "Int32LabelsEntry",
114308
113942
  "declaration": {
114309
- "name": "Bool",
114310
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.js"
113943
+ "name": "Int32LabelsEntry",
113944
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js"
114311
113945
  }
114312
113946
  }
114313
113947
  ]
114314
113948
  },
114315
113949
  {
114316
113950
  "kind": "javascript-module",
114317
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.js.map",
113951
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map",
114318
113952
  "declarations": [],
114319
113953
  "exports": []
114320
113954
  },
114321
113955
  {
114322
113956
  "kind": "javascript-module",
114323
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js",
113957
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.js",
114324
113958
  "declarations": [
114325
113959
  {
114326
113960
  "kind": "class",
114327
- "description": "BytesAttributesEntry",
114328
- "name": "BytesAttributesEntry",
113961
+ "description": "Int32\n Furo annotated type wrapper message for `int32`.",
113962
+ "name": "Int32",
114329
113963
  "members": [
114330
113964
  {
114331
113965
  "kind": "field",
114332
- "name": "key"
113966
+ "name": "value"
114333
113967
  },
114334
113968
  {
114335
113969
  "kind": "field",
114336
- "name": "value"
113970
+ "name": "labels"
113971
+ },
113972
+ {
113973
+ "kind": "field",
113974
+ "name": "attributes"
114337
113975
  },
114338
113976
  {
114339
113977
  "kind": "method",
@@ -114354,7 +113992,7 @@
114354
113992
  "type": {
114355
113993
  "text": "string"
114356
113994
  },
114357
- "default": "'furo.fat.Bytes.AttributesEntry'"
113995
+ "default": "'furo.fat.Int32'"
114358
113996
  },
114359
113997
  {
114360
113998
  "kind": "field",
@@ -114362,17 +114000,22 @@
114362
114000
  "type": {
114363
114001
  "text": "array"
114364
114002
  },
114365
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
114003
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT32, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
114366
114004
  },
114367
114005
  {
114368
114006
  "kind": "field",
114369
- "name": "_key",
114370
- "default": "new STRING(undefined, this, 'key')"
114007
+ "name": "_value",
114008
+ "default": "new INT32(undefined, this, 'value')"
114371
114009
  },
114372
114010
  {
114373
114011
  "kind": "field",
114374
- "name": "_value",
114375
- "default": "new STRING(undefined, this, 'value')"
114012
+ "name": "_labels",
114013
+ "default": "new MAP(undefined, this, 'labels')"
114014
+ },
114015
+ {
114016
+ "kind": "field",
114017
+ "name": "_attributes",
114018
+ "default": "new MAP(undefined, this, 'attributes')"
114376
114019
  },
114377
114020
  {
114378
114021
  "kind": "field",
@@ -115203,28 +114846,28 @@
115203
114846
  "exports": [
115204
114847
  {
115205
114848
  "kind": "js",
115206
- "name": "BytesAttributesEntry",
114849
+ "name": "Int32",
115207
114850
  "declaration": {
115208
- "name": "BytesAttributesEntry",
115209
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js"
114851
+ "name": "Int32",
114852
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.js"
115210
114853
  }
115211
114854
  }
115212
114855
  ]
115213
114856
  },
115214
114857
  {
115215
114858
  "kind": "javascript-module",
115216
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map",
114859
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.js.map",
115217
114860
  "declarations": [],
115218
114861
  "exports": []
115219
114862
  },
115220
114863
  {
115221
114864
  "kind": "javascript-module",
115222
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js",
114865
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js",
115223
114866
  "declarations": [
115224
114867
  {
115225
114868
  "kind": "class",
115226
- "description": "BytesLabelsEntry",
115227
- "name": "BytesLabelsEntry",
114869
+ "description": "Int64AttributesEntry",
114870
+ "name": "Int64AttributesEntry",
115228
114871
  "members": [
115229
114872
  {
115230
114873
  "kind": "field",
@@ -115253,7 +114896,7 @@
115253
114896
  "type": {
115254
114897
  "text": "string"
115255
114898
  },
115256
- "default": "'furo.fat.Bytes.LabelsEntry'"
114899
+ "default": "'furo.fat.Int64.AttributesEntry'"
115257
114900
  },
115258
114901
  {
115259
114902
  "kind": "field",
@@ -115261,7 +114904,7 @@
115261
114904
  "type": {
115262
114905
  "text": "array"
115263
114906
  },
115264
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
114907
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
115265
114908
  },
115266
114909
  {
115267
114910
  "kind": "field",
@@ -115271,7 +114914,7 @@
115271
114914
  {
115272
114915
  "kind": "field",
115273
114916
  "name": "_value",
115274
- "default": "new BOOLEAN(undefined, this, 'value')"
114917
+ "default": "new STRING(undefined, this, 'value')"
115275
114918
  },
115276
114919
  {
115277
114920
  "kind": "field",
@@ -116102,40 +115745,36 @@
116102
115745
  "exports": [
116103
115746
  {
116104
115747
  "kind": "js",
116105
- "name": "BytesLabelsEntry",
115748
+ "name": "Int64AttributesEntry",
116106
115749
  "declaration": {
116107
- "name": "BytesLabelsEntry",
116108
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js"
115750
+ "name": "Int64AttributesEntry",
115751
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js"
116109
115752
  }
116110
115753
  }
116111
115754
  ]
116112
115755
  },
116113
115756
  {
116114
115757
  "kind": "javascript-module",
116115
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map",
115758
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map",
116116
115759
  "declarations": [],
116117
115760
  "exports": []
116118
115761
  },
116119
115762
  {
116120
115763
  "kind": "javascript-module",
116121
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js",
115764
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js",
116122
115765
  "declarations": [
116123
115766
  {
116124
115767
  "kind": "class",
116125
- "description": "Bytes\n Furo annotated type wrapper message for `bytes`.",
116126
- "name": "Bytes",
115768
+ "description": "Int64LabelsEntry",
115769
+ "name": "Int64LabelsEntry",
116127
115770
  "members": [
116128
115771
  {
116129
115772
  "kind": "field",
116130
- "name": "value"
116131
- },
116132
- {
116133
- "kind": "field",
116134
- "name": "labels"
115773
+ "name": "key"
116135
115774
  },
116136
115775
  {
116137
115776
  "kind": "field",
116138
- "name": "attributes"
115777
+ "name": "value"
116139
115778
  },
116140
115779
  {
116141
115780
  "kind": "method",
@@ -116156,7 +115795,7 @@
116156
115795
  "type": {
116157
115796
  "text": "string"
116158
115797
  },
116159
- "default": "'furo.fat.Bytes'"
115798
+ "default": "'furo.fat.Int64.LabelsEntry'"
116160
115799
  },
116161
115800
  {
116162
115801
  "kind": "field",
@@ -116164,22 +115803,17 @@
116164
115803
  "type": {
116165
115804
  "text": "array"
116166
115805
  },
116167
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
116168
- },
116169
- {
116170
- "kind": "field",
116171
- "name": "_value",
116172
- "default": "new BYTES(undefined, this, 'value')"
115806
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
116173
115807
  },
116174
115808
  {
116175
115809
  "kind": "field",
116176
- "name": "_labels",
116177
- "default": "new MAP(undefined, this, 'labels')"
115810
+ "name": "_key",
115811
+ "default": "new STRING(undefined, this, 'key')"
116178
115812
  },
116179
115813
  {
116180
115814
  "kind": "field",
116181
- "name": "_attributes",
116182
- "default": "new MAP(undefined, this, 'attributes')"
115815
+ "name": "_value",
115816
+ "default": "new BOOLEAN(undefined, this, 'value')"
116183
115817
  },
116184
115818
  {
116185
115819
  "kind": "field",
@@ -117010,36 +116644,40 @@
117010
116644
  "exports": [
117011
116645
  {
117012
116646
  "kind": "js",
117013
- "name": "Bytes",
116647
+ "name": "Int64LabelsEntry",
117014
116648
  "declaration": {
117015
- "name": "Bytes",
117016
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.js"
116649
+ "name": "Int64LabelsEntry",
116650
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js"
117017
116651
  }
117018
116652
  }
117019
116653
  ]
117020
116654
  },
117021
116655
  {
117022
116656
  "kind": "javascript-module",
117023
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js.map",
116657
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map",
117024
116658
  "declarations": [],
117025
116659
  "exports": []
117026
116660
  },
117027
116661
  {
117028
116662
  "kind": "javascript-module",
117029
- "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js",
116663
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.js",
117030
116664
  "declarations": [
117031
116665
  {
117032
116666
  "kind": "class",
117033
- "description": "DecimalRange\n Represents a decimal range, encoded as a decimal start (inclusive) and a\n decimal end (exclusive).\n\n The start must be less than or equal to the end.\n If a decimal is empty it means min for start and max for end.",
117034
- "name": "DecimalRange",
116667
+ "description": "Int64\n Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
116668
+ "name": "Int64",
117035
116669
  "members": [
117036
116670
  {
117037
116671
  "kind": "field",
117038
- "name": "start"
116672
+ "name": "value"
117039
116673
  },
117040
116674
  {
117041
116675
  "kind": "field",
117042
- "name": "end"
116676
+ "name": "labels"
116677
+ },
116678
+ {
116679
+ "kind": "field",
116680
+ "name": "attributes"
117043
116681
  },
117044
116682
  {
117045
116683
  "kind": "method",
@@ -117060,7 +116698,7 @@
117060
116698
  "type": {
117061
116699
  "text": "string"
117062
116700
  },
117063
- "default": "'furo.fat.DecimalRange'"
116701
+ "default": "'furo.fat.Int64'"
117064
116702
  },
117065
116703
  {
117066
116704
  "kind": "field",
@@ -117068,17 +116706,22 @@
117068
116706
  "type": {
117069
116707
  "text": "array"
117070
116708
  },
117071
- "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
116709
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT64, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
117072
116710
  },
117073
116711
  {
117074
116712
  "kind": "field",
117075
- "name": "_start",
117076
- "default": "new FuroTypeDecimal(undefined, this, 'start')"
116713
+ "name": "_value",
116714
+ "default": "new INT64(undefined, this, 'value')"
117077
116715
  },
117078
116716
  {
117079
116717
  "kind": "field",
117080
- "name": "_end",
117081
- "default": "new FuroTypeDecimal(undefined, this, 'end')"
116718
+ "name": "_labels",
116719
+ "default": "new MAP(undefined, this, 'labels')"
116720
+ },
116721
+ {
116722
+ "kind": "field",
116723
+ "name": "_attributes",
116724
+ "default": "new MAP(undefined, this, 'attributes')"
117082
116725
  },
117083
116726
  {
117084
116727
  "kind": "field",
@@ -117909,28 +117552,28 @@
117909
117552
  "exports": [
117910
117553
  {
117911
117554
  "kind": "js",
117912
- "name": "DecimalRange",
117555
+ "name": "Int64",
117913
117556
  "declaration": {
117914
- "name": "DecimalRange",
117915
- "module": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js"
117557
+ "name": "Int64",
117558
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.js"
117916
117559
  }
117917
117560
  }
117918
117561
  ]
117919
117562
  },
117920
117563
  {
117921
117564
  "kind": "javascript-module",
117922
- "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map",
117565
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.js.map",
117923
117566
  "declarations": [],
117924
117567
  "exports": []
117925
117568
  },
117926
117569
  {
117927
117570
  "kind": "javascript-module",
117928
- "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js",
117571
+ "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js",
117929
117572
  "declarations": [
117930
117573
  {
117931
117574
  "kind": "class",
117932
- "description": "DoubleAttributesEntry",
117933
- "name": "DoubleAttributesEntry",
117575
+ "description": "StringAttributesEntry",
117576
+ "name": "StringAttributesEntry",
117934
117577
  "members": [
117935
117578
  {
117936
117579
  "kind": "field",
@@ -117959,7 +117602,7 @@
117959
117602
  "type": {
117960
117603
  "text": "string"
117961
117604
  },
117962
- "default": "'furo.fat.Double.AttributesEntry'"
117605
+ "default": "'furo.fat.String.AttributesEntry'"
117963
117606
  },
117964
117607
  {
117965
117608
  "kind": "field",
@@ -118808,28 +118451,28 @@
118808
118451
  "exports": [
118809
118452
  {
118810
118453
  "kind": "js",
118811
- "name": "DoubleAttributesEntry",
118454
+ "name": "StringAttributesEntry",
118812
118455
  "declaration": {
118813
- "name": "DoubleAttributesEntry",
118814
- "module": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js"
118456
+ "name": "StringAttributesEntry",
118457
+ "module": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js"
118815
118458
  }
118816
118459
  }
118817
118460
  ]
118818
118461
  },
118819
118462
  {
118820
118463
  "kind": "javascript-module",
118821
- "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map",
118464
+ "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map",
118822
118465
  "declarations": [],
118823
118466
  "exports": []
118824
118467
  },
118825
118468
  {
118826
118469
  "kind": "javascript-module",
118827
- "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js",
118470
+ "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js",
118828
118471
  "declarations": [
118829
118472
  {
118830
118473
  "kind": "class",
118831
- "description": "DoubleLabelsEntry",
118832
- "name": "DoubleLabelsEntry",
118474
+ "description": "StringLabelsEntry",
118475
+ "name": "StringLabelsEntry",
118833
118476
  "members": [
118834
118477
  {
118835
118478
  "kind": "field",
@@ -118858,7 +118501,7 @@
118858
118501
  "type": {
118859
118502
  "text": "string"
118860
118503
  },
118861
- "default": "'furo.fat.Double.LabelsEntry'"
118504
+ "default": "'furo.fat.String.LabelsEntry'"
118862
118505
  },
118863
118506
  {
118864
118507
  "kind": "field",
@@ -119707,28 +119350,28 @@
119707
119350
  "exports": [
119708
119351
  {
119709
119352
  "kind": "js",
119710
- "name": "DoubleLabelsEntry",
119353
+ "name": "StringLabelsEntry",
119711
119354
  "declaration": {
119712
- "name": "DoubleLabelsEntry",
119713
- "module": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js"
119355
+ "name": "StringLabelsEntry",
119356
+ "module": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js"
119714
119357
  }
119715
119358
  }
119716
119359
  ]
119717
119360
  },
119718
119361
  {
119719
119362
  "kind": "javascript-module",
119720
- "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map",
119363
+ "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map",
119721
119364
  "declarations": [],
119722
119365
  "exports": []
119723
119366
  },
119724
119367
  {
119725
119368
  "kind": "javascript-module",
119726
- "path": "dist/protoc-gen-open-models/furo/fat/Double.js",
119369
+ "path": "dist/protoc-gen-open-models/furo/fat/String.js",
119727
119370
  "declarations": [
119728
119371
  {
119729
119372
  "kind": "class",
119730
- "description": "Double\n Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
119731
- "name": "Double",
119373
+ "description": "XString\n Furo annotated type wrapper message for `string`.",
119374
+ "name": "XString",
119732
119375
  "members": [
119733
119376
  {
119734
119377
  "kind": "field",
@@ -119761,7 +119404,7 @@
119761
119404
  "type": {
119762
119405
  "text": "string"
119763
119406
  },
119764
- "default": "'furo.fat.Double'"
119407
+ "default": "'furo.fat.String'"
119765
119408
  },
119766
119409
  {
119767
119410
  "kind": "field",
@@ -119769,12 +119412,12 @@
119769
119412
  "type": {
119770
119413
  "text": "array"
119771
119414
  },
119772
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: DOUBLE, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
119415
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
119773
119416
  },
119774
119417
  {
119775
119418
  "kind": "field",
119776
119419
  "name": "_value",
119777
- "default": "new DOUBLE(undefined, this, 'value')"
119420
+ "default": "new STRING(undefined, this, 'value')"
119778
119421
  },
119779
119422
  {
119780
119423
  "kind": "field",
@@ -120615,28 +120258,28 @@
120615
120258
  "exports": [
120616
120259
  {
120617
120260
  "kind": "js",
120618
- "name": "Double",
120261
+ "name": "XString",
120619
120262
  "declaration": {
120620
- "name": "Double",
120621
- "module": "dist/protoc-gen-open-models/furo/fat/Double.js"
120263
+ "name": "XString",
120264
+ "module": "dist/protoc-gen-open-models/furo/fat/String.js"
120622
120265
  }
120623
120266
  }
120624
120267
  ]
120625
120268
  },
120626
120269
  {
120627
120270
  "kind": "javascript-module",
120628
- "path": "dist/protoc-gen-open-models/furo/fat/Double.js.map",
120271
+ "path": "dist/protoc-gen-open-models/furo/fat/String.js.map",
120629
120272
  "declarations": [],
120630
120273
  "exports": []
120631
120274
  },
120632
120275
  {
120633
120276
  "kind": "javascript-module",
120634
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js",
120277
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js",
120635
120278
  "declarations": [
120636
120279
  {
120637
120280
  "kind": "class",
120638
- "description": "EmptyAttributesEntry",
120639
- "name": "EmptyAttributesEntry",
120281
+ "description": "Uint32AttributesEntry",
120282
+ "name": "Uint32AttributesEntry",
120640
120283
  "members": [
120641
120284
  {
120642
120285
  "kind": "field",
@@ -120665,7 +120308,7 @@
120665
120308
  "type": {
120666
120309
  "text": "string"
120667
120310
  },
120668
- "default": "'furo.fat.Empty.AttributesEntry'"
120311
+ "default": "'furo.fat.Uint32.AttributesEntry'"
120669
120312
  },
120670
120313
  {
120671
120314
  "kind": "field",
@@ -121514,28 +121157,28 @@
121514
121157
  "exports": [
121515
121158
  {
121516
121159
  "kind": "js",
121517
- "name": "EmptyAttributesEntry",
121160
+ "name": "Uint32AttributesEntry",
121518
121161
  "declaration": {
121519
- "name": "EmptyAttributesEntry",
121520
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js"
121162
+ "name": "Uint32AttributesEntry",
121163
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js"
121521
121164
  }
121522
121165
  }
121523
121166
  ]
121524
121167
  },
121525
121168
  {
121526
121169
  "kind": "javascript-module",
121527
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map",
121170
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map",
121528
121171
  "declarations": [],
121529
121172
  "exports": []
121530
121173
  },
121531
121174
  {
121532
121175
  "kind": "javascript-module",
121533
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js",
121176
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js",
121534
121177
  "declarations": [
121535
121178
  {
121536
121179
  "kind": "class",
121537
- "description": "EmptyLabelsEntry",
121538
- "name": "EmptyLabelsEntry",
121180
+ "description": "Uint32LabelsEntry",
121181
+ "name": "Uint32LabelsEntry",
121539
121182
  "members": [
121540
121183
  {
121541
121184
  "kind": "field",
@@ -121564,7 +121207,7 @@
121564
121207
  "type": {
121565
121208
  "text": "string"
121566
121209
  },
121567
- "default": "'furo.fat.Empty.LabelsEntry'"
121210
+ "default": "'furo.fat.Uint32.LabelsEntry'"
121568
121211
  },
121569
121212
  {
121570
121213
  "kind": "field",
@@ -122413,29 +122056,33 @@
122413
122056
  "exports": [
122414
122057
  {
122415
122058
  "kind": "js",
122416
- "name": "EmptyLabelsEntry",
122059
+ "name": "Uint32LabelsEntry",
122417
122060
  "declaration": {
122418
- "name": "EmptyLabelsEntry",
122419
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js"
122061
+ "name": "Uint32LabelsEntry",
122062
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js"
122420
122063
  }
122421
122064
  }
122422
122065
  ]
122423
122066
  },
122424
122067
  {
122425
122068
  "kind": "javascript-module",
122426
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map",
122069
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map",
122427
122070
  "declarations": [],
122428
122071
  "exports": []
122429
122072
  },
122430
122073
  {
122431
122074
  "kind": "javascript-module",
122432
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.js",
122075
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js",
122433
122076
  "declarations": [
122434
122077
  {
122435
122078
  "kind": "class",
122436
- "description": "Empty\n Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes",
122437
- "name": "Empty",
122079
+ "description": "Uint32\n Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto",
122080
+ "name": "Uint32",
122438
122081
  "members": [
122082
+ {
122083
+ "kind": "field",
122084
+ "name": "value"
122085
+ },
122439
122086
  {
122440
122087
  "kind": "field",
122441
122088
  "name": "labels"
@@ -122463,7 +122110,7 @@
122463
122110
  "type": {
122464
122111
  "text": "string"
122465
122112
  },
122466
- "default": "'furo.fat.Empty'"
122113
+ "default": "'furo.fat.Uint32'"
122467
122114
  },
122468
122115
  {
122469
122116
  "kind": "field",
@@ -122471,7 +122118,12 @@
122471
122118
  "type": {
122472
122119
  "text": "array"
122473
122120
  },
122474
- "default": "[ { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
122121
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT32, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
122122
+ },
122123
+ {
122124
+ "kind": "field",
122125
+ "name": "_value",
122126
+ "default": "new UINT32(undefined, this, 'value')"
122475
122127
  },
122476
122128
  {
122477
122129
  "kind": "field",
@@ -123312,28 +122964,28 @@
123312
122964
  "exports": [
123313
122965
  {
123314
122966
  "kind": "js",
123315
- "name": "Empty",
122967
+ "name": "Uint32",
123316
122968
  "declaration": {
123317
- "name": "Empty",
123318
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.js"
122969
+ "name": "Uint32",
122970
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.js"
123319
122971
  }
123320
122972
  }
123321
122973
  ]
123322
122974
  },
123323
122975
  {
123324
122976
  "kind": "javascript-module",
123325
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.js.map",
122977
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js.map",
123326
122978
  "declarations": [],
123327
122979
  "exports": []
123328
122980
  },
123329
122981
  {
123330
122982
  "kind": "javascript-module",
123331
- "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js",
122983
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js",
123332
122984
  "declarations": [
123333
122985
  {
123334
122986
  "kind": "class",
123335
- "description": "FloatAttributesEntry",
123336
- "name": "FloatAttributesEntry",
122987
+ "description": "Uint64AttributesEntry",
122988
+ "name": "Uint64AttributesEntry",
123337
122989
  "members": [
123338
122990
  {
123339
122991
  "kind": "field",
@@ -123362,7 +123014,7 @@
123362
123014
  "type": {
123363
123015
  "text": "string"
123364
123016
  },
123365
- "default": "'furo.fat.Float.AttributesEntry'"
123017
+ "default": "'furo.fat.Uint64.AttributesEntry'"
123366
123018
  },
123367
123019
  {
123368
123020
  "kind": "field",
@@ -124211,28 +123863,28 @@
124211
123863
  "exports": [
124212
123864
  {
124213
123865
  "kind": "js",
124214
- "name": "FloatAttributesEntry",
123866
+ "name": "Uint64AttributesEntry",
124215
123867
  "declaration": {
124216
- "name": "FloatAttributesEntry",
124217
- "module": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js"
123868
+ "name": "Uint64AttributesEntry",
123869
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js"
124218
123870
  }
124219
123871
  }
124220
123872
  ]
124221
123873
  },
124222
123874
  {
124223
123875
  "kind": "javascript-module",
124224
- "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map",
123876
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map",
124225
123877
  "declarations": [],
124226
123878
  "exports": []
124227
123879
  },
124228
123880
  {
124229
123881
  "kind": "javascript-module",
124230
- "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js",
123882
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js",
124231
123883
  "declarations": [
124232
123884
  {
124233
123885
  "kind": "class",
124234
- "description": "FloatLabelsEntry",
124235
- "name": "FloatLabelsEntry",
123886
+ "description": "Uint64LabelsEntry",
123887
+ "name": "Uint64LabelsEntry",
124236
123888
  "members": [
124237
123889
  {
124238
123890
  "kind": "field",
@@ -124261,7 +123913,7 @@
124261
123913
  "type": {
124262
123914
  "text": "string"
124263
123915
  },
124264
- "default": "'furo.fat.Float.LabelsEntry'"
123916
+ "default": "'furo.fat.Uint64.LabelsEntry'"
124265
123917
  },
124266
123918
  {
124267
123919
  "kind": "field",
@@ -125110,28 +124762,28 @@
125110
124762
  "exports": [
125111
124763
  {
125112
124764
  "kind": "js",
125113
- "name": "FloatLabelsEntry",
124765
+ "name": "Uint64LabelsEntry",
125114
124766
  "declaration": {
125115
- "name": "FloatLabelsEntry",
125116
- "module": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js"
124767
+ "name": "Uint64LabelsEntry",
124768
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js"
125117
124769
  }
125118
124770
  }
125119
124771
  ]
125120
124772
  },
125121
124773
  {
125122
124774
  "kind": "javascript-module",
125123
- "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map",
124775
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map",
125124
124776
  "declarations": [],
125125
124777
  "exports": []
125126
124778
  },
125127
124779
  {
125128
124780
  "kind": "javascript-module",
125129
- "path": "dist/protoc-gen-open-models/furo/fat/Float.js",
124781
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js",
125130
124782
  "declarations": [
125131
124783
  {
125132
124784
  "kind": "class",
125133
- "description": "Float\n Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
125134
- "name": "Float",
124785
+ "description": "Uint64\n Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations",
124786
+ "name": "Uint64",
125135
124787
  "members": [
125136
124788
  {
125137
124789
  "kind": "field",
@@ -125164,7 +124816,7 @@
125164
124816
  "type": {
125165
124817
  "text": "string"
125166
124818
  },
125167
- "default": "'furo.fat.Float'"
124819
+ "default": "'furo.fat.Uint64'"
125168
124820
  },
125169
124821
  {
125170
124822
  "kind": "field",
@@ -125172,12 +124824,12 @@
125172
124824
  "type": {
125173
124825
  "text": "array"
125174
124826
  },
125175
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: FLOAT, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
124827
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT64, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
125176
124828
  },
125177
124829
  {
125178
124830
  "kind": "field",
125179
124831
  "name": "_value",
125180
- "default": "new FLOAT(undefined, this, 'value')"
124832
+ "default": "new UINT64(undefined, this, 'value')"
125181
124833
  },
125182
124834
  {
125183
124835
  "kind": "field",
@@ -126018,36 +125670,98 @@
126018
125670
  "exports": [
126019
125671
  {
126020
125672
  "kind": "js",
126021
- "name": "Float",
125673
+ "name": "Uint64",
126022
125674
  "declaration": {
126023
- "name": "Float",
126024
- "module": "dist/protoc-gen-open-models/furo/fat/Float.js"
125675
+ "name": "Uint64",
125676
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.js"
126025
125677
  }
126026
125678
  }
126027
125679
  ]
126028
125680
  },
126029
125681
  {
126030
125682
  "kind": "javascript-module",
126031
- "path": "dist/protoc-gen-open-models/furo/fat/Float.js.map",
125683
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js.map",
126032
125684
  "declarations": [],
126033
125685
  "exports": []
126034
125686
  },
126035
125687
  {
126036
125688
  "kind": "javascript-module",
126037
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js",
125689
+ "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js",
125690
+ "declarations": [
125691
+ {
125692
+ "kind": "variable",
125693
+ "name": "BookingCenter"
125694
+ }
125695
+ ],
125696
+ "exports": [
125697
+ {
125698
+ "kind": "js",
125699
+ "name": "BookingCenter",
125700
+ "declaration": {
125701
+ "name": "BookingCenter",
125702
+ "module": "dist/protoc-gen-open-models/furo/type/BookingCenter.js"
125703
+ }
125704
+ }
125705
+ ]
125706
+ },
125707
+ {
125708
+ "kind": "javascript-module",
125709
+ "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js.map",
125710
+ "declarations": [],
125711
+ "exports": []
125712
+ },
125713
+ {
125714
+ "kind": "javascript-module",
125715
+ "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js",
126038
125716
  "declarations": [
126039
125717
  {
126040
125718
  "kind": "class",
126041
- "description": "Int32AttributesEntry",
126042
- "name": "Int32AttributesEntry",
125719
+ "description": "ConstraintWrappers",
125720
+ "name": "ConstraintWrappers",
126043
125721
  "members": [
126044
125722
  {
126045
125723
  "kind": "field",
126046
- "name": "key"
125724
+ "name": "stringValue"
126047
125725
  },
126048
125726
  {
126049
125727
  "kind": "field",
126050
- "name": "value"
125728
+ "name": "int32Value"
125729
+ },
125730
+ {
125731
+ "kind": "field",
125732
+ "name": "int64Value"
125733
+ },
125734
+ {
125735
+ "kind": "field",
125736
+ "name": "floatValue"
125737
+ },
125738
+ {
125739
+ "kind": "field",
125740
+ "name": "doubleValue"
125741
+ },
125742
+ {
125743
+ "kind": "field",
125744
+ "name": "boolValue"
125745
+ },
125746
+ {
125747
+ "kind": "field",
125748
+ "name": "uint32Value"
125749
+ },
125750
+ {
125751
+ "kind": "field",
125752
+ "name": "uint64Value"
125753
+ },
125754
+ {
125755
+ "kind": "field",
125756
+ "name": "bytesValue"
125757
+ },
125758
+ {
125759
+ "kind": "field",
125760
+ "name": "exclInt32Value"
125761
+ },
125762
+ {
125763
+ "kind": "field",
125764
+ "name": "exclInt64Value"
126051
125765
  },
126052
125766
  {
126053
125767
  "kind": "method",
@@ -126068,7 +125782,7 @@
126068
125782
  "type": {
126069
125783
  "text": "string"
126070
125784
  },
126071
- "default": "'furo.fat.Int32.AttributesEntry'"
125785
+ "default": "'furo.type.ConstraintWrappers'"
126072
125786
  },
126073
125787
  {
126074
125788
  "kind": "field",
@@ -126076,17 +125790,62 @@
126076
125790
  "type": {
126077
125791
  "text": "array"
126078
125792
  },
126079
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
125793
+ "default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, }, { fieldName: 'exclInt32Value', protoName: 'excl_int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, }, { fieldName: 'exclInt64Value', protoName: 'excl_int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, }, ]"
126080
125794
  },
126081
125795
  {
126082
125796
  "kind": "field",
126083
- "name": "_key",
126084
- "default": "new STRING(undefined, this, 'key')"
125797
+ "name": "_stringValue",
125798
+ "default": "new StringValue(undefined, this, 'stringValue')"
126085
125799
  },
126086
125800
  {
126087
125801
  "kind": "field",
126088
- "name": "_value",
126089
- "default": "new STRING(undefined, this, 'value')"
125802
+ "name": "_int32Value",
125803
+ "default": "new Int32Value(undefined, this, 'int32Value')"
125804
+ },
125805
+ {
125806
+ "kind": "field",
125807
+ "name": "_int64Value",
125808
+ "default": "new Int64Value(undefined, this, 'int64Value')"
125809
+ },
125810
+ {
125811
+ "kind": "field",
125812
+ "name": "_floatValue",
125813
+ "default": "new FloatValue(undefined, this, 'floatValue')"
125814
+ },
125815
+ {
125816
+ "kind": "field",
125817
+ "name": "_doubleValue",
125818
+ "default": "new DoubleValue(undefined, this, 'doubleValue')"
125819
+ },
125820
+ {
125821
+ "kind": "field",
125822
+ "name": "_boolValue",
125823
+ "default": "new BoolValue(undefined, this, 'boolValue')"
125824
+ },
125825
+ {
125826
+ "kind": "field",
125827
+ "name": "_uint32Value",
125828
+ "default": "new UInt32Value(undefined, this, 'uint32Value')"
125829
+ },
125830
+ {
125831
+ "kind": "field",
125832
+ "name": "_uint64Value",
125833
+ "default": "new UInt64Value(undefined, this, 'uint64Value')"
125834
+ },
125835
+ {
125836
+ "kind": "field",
125837
+ "name": "_bytesValue",
125838
+ "default": "new BytesValue(undefined, this, 'bytesValue')"
125839
+ },
125840
+ {
125841
+ "kind": "field",
125842
+ "name": "_exclInt32Value",
125843
+ "default": "new Int32Value(undefined, this, 'exclInt32Value')"
125844
+ },
125845
+ {
125846
+ "kind": "field",
125847
+ "name": "_exclInt64Value",
125848
+ "default": "new Int64Value(undefined, this, 'exclInt64Value')"
126090
125849
  },
126091
125850
  {
126092
125851
  "kind": "field",
@@ -126094,7 +125853,7 @@
126094
125853
  "type": {
126095
125854
  "text": "object"
126096
125855
  },
126097
- "default": "{}"
125856
+ "default": "{ exclInt32Value: 3.0, exclInt64Value: '3', int32Value: 3.0, int64Value: '3', stringValue: 'default', }"
126098
125857
  },
126099
125858
  {
126100
125859
  "kind": "field",
@@ -126917,33 +126676,29 @@
126917
126676
  "exports": [
126918
126677
  {
126919
126678
  "kind": "js",
126920
- "name": "Int32AttributesEntry",
126679
+ "name": "ConstraintWrappers",
126921
126680
  "declaration": {
126922
- "name": "Int32AttributesEntry",
126923
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js"
126681
+ "name": "ConstraintWrappers",
126682
+ "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
126924
126683
  }
126925
126684
  }
126926
126685
  ]
126927
126686
  },
126928
126687
  {
126929
126688
  "kind": "javascript-module",
126930
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map",
126689
+ "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
126931
126690
  "declarations": [],
126932
126691
  "exports": []
126933
126692
  },
126934
126693
  {
126935
126694
  "kind": "javascript-module",
126936
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js",
126695
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
126937
126696
  "declarations": [
126938
126697
  {
126939
126698
  "kind": "class",
126940
- "description": "Int32LabelsEntry",
126941
- "name": "Int32LabelsEntry",
126699
+ "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
126700
+ "name": "Decimal",
126942
126701
  "members": [
126943
- {
126944
- "kind": "field",
126945
- "name": "key"
126946
- },
126947
126702
  {
126948
126703
  "kind": "field",
126949
126704
  "name": "value"
@@ -126967,7 +126722,7 @@
126967
126722
  "type": {
126968
126723
  "text": "string"
126969
126724
  },
126970
- "default": "'furo.fat.Int32.LabelsEntry'"
126725
+ "default": "'furo.type.Decimal'"
126971
126726
  },
126972
126727
  {
126973
126728
  "kind": "field",
@@ -126975,17 +126730,12 @@
126975
126730
  "type": {
126976
126731
  "text": "array"
126977
126732
  },
126978
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
126979
- },
126980
- {
126981
- "kind": "field",
126982
- "name": "_key",
126983
- "default": "new STRING(undefined, this, 'key')"
126733
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
126984
126734
  },
126985
126735
  {
126986
126736
  "kind": "field",
126987
126737
  "name": "_value",
126988
- "default": "new BOOLEAN(undefined, this, 'value')"
126738
+ "default": "new STRING(undefined, this, 'value')"
126989
126739
  },
126990
126740
  {
126991
126741
  "kind": "field",
@@ -127816,41 +127566,33 @@
127816
127566
  "exports": [
127817
127567
  {
127818
127568
  "kind": "js",
127819
- "name": "Int32LabelsEntry",
127569
+ "name": "Decimal",
127820
127570
  "declaration": {
127821
- "name": "Int32LabelsEntry",
127822
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js"
127571
+ "name": "Decimal",
127572
+ "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
127823
127573
  }
127824
127574
  }
127825
127575
  ]
127826
127576
  },
127827
127577
  {
127828
127578
  "kind": "javascript-module",
127829
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map",
127579
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
127830
127580
  "declarations": [],
127831
127581
  "exports": []
127832
127582
  },
127833
127583
  {
127834
127584
  "kind": "javascript-module",
127835
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.js",
127585
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
127836
127586
  "declarations": [
127837
127587
  {
127838
127588
  "kind": "class",
127839
- "description": "Int32\n Furo annotated type wrapper message for `int32`.",
127840
- "name": "Int32",
127589
+ "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
127590
+ "name": "DecimalB",
127841
127591
  "members": [
127842
127592
  {
127843
127593
  "kind": "field",
127844
127594
  "name": "value"
127845
127595
  },
127846
- {
127847
- "kind": "field",
127848
- "name": "labels"
127849
- },
127850
- {
127851
- "kind": "field",
127852
- "name": "attributes"
127853
- },
127854
127596
  {
127855
127597
  "kind": "method",
127856
127598
  "name": "fromLiteral",
@@ -127870,7 +127612,7 @@
127870
127612
  "type": {
127871
127613
  "text": "string"
127872
127614
  },
127873
- "default": "'furo.fat.Int32'"
127615
+ "default": "'furo.type.DecimalB'"
127874
127616
  },
127875
127617
  {
127876
127618
  "kind": "field",
@@ -127878,22 +127620,12 @@
127878
127620
  "type": {
127879
127621
  "text": "array"
127880
127622
  },
127881
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT32, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
127623
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
127882
127624
  },
127883
127625
  {
127884
127626
  "kind": "field",
127885
127627
  "name": "_value",
127886
- "default": "new INT32(undefined, this, 'value')"
127887
- },
127888
- {
127889
- "kind": "field",
127890
- "name": "_labels",
127891
- "default": "new MAP(undefined, this, 'labels')"
127892
- },
127893
- {
127894
- "kind": "field",
127895
- "name": "_attributes",
127896
- "default": "new MAP(undefined, this, 'attributes')"
127628
+ "default": "new STRING(undefined, this, 'value')"
127897
127629
  },
127898
127630
  {
127899
127631
  "kind": "field",
@@ -128724,36 +128456,36 @@
128724
128456
  "exports": [
128725
128457
  {
128726
128458
  "kind": "js",
128727
- "name": "Int32",
128459
+ "name": "DecimalB",
128728
128460
  "declaration": {
128729
- "name": "Int32",
128730
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.js"
128461
+ "name": "DecimalB",
128462
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
128731
128463
  }
128732
128464
  }
128733
128465
  ]
128734
128466
  },
128735
128467
  {
128736
128468
  "kind": "javascript-module",
128737
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.js.map",
128469
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
128738
128470
  "declarations": [],
128739
128471
  "exports": []
128740
128472
  },
128741
128473
  {
128742
128474
  "kind": "javascript-module",
128743
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js",
128475
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
128744
128476
  "declarations": [
128745
128477
  {
128746
128478
  "kind": "class",
128747
- "description": "Int64AttributesEntry",
128748
- "name": "Int64AttributesEntry",
128479
+ "description": "DecimalRange\n Represents a decimal range, encoded as a decimal start (inclusive) and a\n decimal end (exclusive).\n\n The start must be less than or equal to the end.\n If a decimal is empty it means min for start and max for end.",
128480
+ "name": "DecimalRange",
128749
128481
  "members": [
128750
128482
  {
128751
128483
  "kind": "field",
128752
- "name": "key"
128484
+ "name": "start"
128753
128485
  },
128754
128486
  {
128755
128487
  "kind": "field",
128756
- "name": "value"
128488
+ "name": "end"
128757
128489
  },
128758
128490
  {
128759
128491
  "kind": "method",
@@ -128774,7 +128506,7 @@
128774
128506
  "type": {
128775
128507
  "text": "string"
128776
128508
  },
128777
- "default": "'furo.fat.Int64.AttributesEntry'"
128509
+ "default": "'furo.type.DecimalRange'"
128778
128510
  },
128779
128511
  {
128780
128512
  "kind": "field",
@@ -128782,17 +128514,17 @@
128782
128514
  "type": {
128783
128515
  "text": "array"
128784
128516
  },
128785
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
128517
+ "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
128786
128518
  },
128787
128519
  {
128788
128520
  "kind": "field",
128789
- "name": "_key",
128790
- "default": "new STRING(undefined, this, 'key')"
128521
+ "name": "_start",
128522
+ "default": "new FuroTypeDecimal(undefined, this, 'start')"
128791
128523
  },
128792
128524
  {
128793
128525
  "kind": "field",
128794
- "name": "_value",
128795
- "default": "new STRING(undefined, this, 'value')"
128526
+ "name": "_end",
128527
+ "default": "new FuroTypeDecimal(undefined, this, 'end')"
128796
128528
  },
128797
128529
  {
128798
128530
  "kind": "field",
@@ -129623,36 +129355,36 @@
129623
129355
  "exports": [
129624
129356
  {
129625
129357
  "kind": "js",
129626
- "name": "Int64AttributesEntry",
129358
+ "name": "DecimalRange",
129627
129359
  "declaration": {
129628
- "name": "Int64AttributesEntry",
129629
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js"
129360
+ "name": "DecimalRange",
129361
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
129630
129362
  }
129631
129363
  }
129632
129364
  ]
129633
129365
  },
129634
129366
  {
129635
129367
  "kind": "javascript-module",
129636
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map",
129368
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
129637
129369
  "declarations": [],
129638
129370
  "exports": []
129639
129371
  },
129640
129372
  {
129641
129373
  "kind": "javascript-module",
129642
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js",
129374
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
129643
129375
  "declarations": [
129644
129376
  {
129645
129377
  "kind": "class",
129646
- "description": "Int64LabelsEntry",
129647
- "name": "Int64LabelsEntry",
129378
+ "description": "DeepRecursion",
129379
+ "name": "DeepRecursion",
129648
129380
  "members": [
129649
129381
  {
129650
129382
  "kind": "field",
129651
- "name": "key"
129383
+ "name": "displayName"
129652
129384
  },
129653
129385
  {
129654
129386
  "kind": "field",
129655
- "name": "value"
129387
+ "name": "field"
129656
129388
  },
129657
129389
  {
129658
129390
  "kind": "method",
@@ -129673,7 +129405,7 @@
129673
129405
  "type": {
129674
129406
  "text": "string"
129675
129407
  },
129676
- "default": "'furo.fat.Int64.LabelsEntry'"
129408
+ "default": "'furo.type.DeepRecursion'"
129677
129409
  },
129678
129410
  {
129679
129411
  "kind": "field",
@@ -129681,17 +129413,17 @@
129681
129413
  "type": {
129682
129414
  "text": "array"
129683
129415
  },
129684
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
129416
+ "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
129685
129417
  },
129686
129418
  {
129687
129419
  "kind": "field",
129688
- "name": "_key",
129689
- "default": "new STRING(undefined, this, 'key')"
129420
+ "name": "_displayName",
129421
+ "default": "new STRING(undefined, this, 'displayName')"
129690
129422
  },
129691
129423
  {
129692
129424
  "kind": "field",
129693
- "name": "_value",
129694
- "default": "new BOOLEAN(undefined, this, 'value')"
129425
+ "name": "_field",
129426
+ "default": "new RECURSION(undefined, this, 'field')"
129695
129427
  },
129696
129428
  {
129697
129429
  "kind": "field",
@@ -130522,40 +130254,36 @@
130522
130254
  "exports": [
130523
130255
  {
130524
130256
  "kind": "js",
130525
- "name": "Int64LabelsEntry",
130257
+ "name": "DeepRecursion",
130526
130258
  "declaration": {
130527
- "name": "Int64LabelsEntry",
130528
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js"
130259
+ "name": "DeepRecursion",
130260
+ "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
130529
130261
  }
130530
130262
  }
130531
130263
  ]
130532
130264
  },
130533
130265
  {
130534
130266
  "kind": "javascript-module",
130535
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map",
130267
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
130536
130268
  "declarations": [],
130537
130269
  "exports": []
130538
130270
  },
130539
130271
  {
130540
130272
  "kind": "javascript-module",
130541
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.js",
130273
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
130542
130274
  "declarations": [
130543
130275
  {
130544
130276
  "kind": "class",
130545
- "description": "Int64\n Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations",
130546
- "name": "Int64",
130277
+ "description": "DefaultsAttributesEntry",
130278
+ "name": "DefaultsAttributesEntry",
130547
130279
  "members": [
130548
130280
  {
130549
130281
  "kind": "field",
130550
- "name": "value"
130551
- },
130552
- {
130553
- "kind": "field",
130554
- "name": "labels"
130282
+ "name": "key"
130555
130283
  },
130556
130284
  {
130557
130285
  "kind": "field",
130558
- "name": "attributes"
130286
+ "name": "value"
130559
130287
  },
130560
130288
  {
130561
130289
  "kind": "method",
@@ -130576,7 +130304,7 @@
130576
130304
  "type": {
130577
130305
  "text": "string"
130578
130306
  },
130579
- "default": "'furo.fat.Int64'"
130307
+ "default": "'furo.type.Defaults.AttributesEntry'"
130580
130308
  },
130581
130309
  {
130582
130310
  "kind": "field",
@@ -130584,22 +130312,17 @@
130584
130312
  "type": {
130585
130313
  "text": "array"
130586
130314
  },
130587
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT64, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
130588
- },
130589
- {
130590
- "kind": "field",
130591
- "name": "_value",
130592
- "default": "new INT64(undefined, this, 'value')"
130315
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
130593
130316
  },
130594
130317
  {
130595
130318
  "kind": "field",
130596
- "name": "_labels",
130597
- "default": "new MAP(undefined, this, 'labels')"
130319
+ "name": "_key",
130320
+ "default": "new STRING(undefined, this, 'key')"
130598
130321
  },
130599
130322
  {
130600
130323
  "kind": "field",
130601
- "name": "_attributes",
130602
- "default": "new MAP(undefined, this, 'attributes')"
130324
+ "name": "_value",
130325
+ "default": "new STRING(undefined, this, 'value')"
130603
130326
  },
130604
130327
  {
130605
130328
  "kind": "field",
@@ -131430,36 +131153,72 @@
131430
131153
  "exports": [
131431
131154
  {
131432
131155
  "kind": "js",
131433
- "name": "Int64",
131156
+ "name": "DefaultsAttributesEntry",
131434
131157
  "declaration": {
131435
- "name": "Int64",
131436
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.js"
131158
+ "name": "DefaultsAttributesEntry",
131159
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
131437
131160
  }
131438
131161
  }
131439
131162
  ]
131440
131163
  },
131441
131164
  {
131442
131165
  "kind": "javascript-module",
131443
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.js.map",
131166
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
131444
131167
  "declarations": [],
131445
131168
  "exports": []
131446
131169
  },
131447
131170
  {
131448
131171
  "kind": "javascript-module",
131449
- "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js",
131172
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
131450
131173
  "declarations": [
131451
131174
  {
131452
131175
  "kind": "class",
131453
- "description": "StringAttributesEntry",
131454
- "name": "StringAttributesEntry",
131176
+ "description": "Defaults",
131177
+ "name": "Defaults",
131455
131178
  "members": [
131456
131179
  {
131457
131180
  "kind": "field",
131458
- "name": "key"
131181
+ "name": "refSystem"
131459
131182
  },
131460
131183
  {
131461
131184
  "kind": "field",
131462
- "name": "value"
131185
+ "name": "refType"
131186
+ },
131187
+ {
131188
+ "kind": "field",
131189
+ "name": "bookingCenter"
131190
+ },
131191
+ {
131192
+ "kind": "field",
131193
+ "name": "attributes"
131194
+ },
131195
+ {
131196
+ "kind": "field",
131197
+ "name": "id"
131198
+ },
131199
+ {
131200
+ "kind": "field",
131201
+ "name": "stringArray"
131202
+ },
131203
+ {
131204
+ "kind": "field",
131205
+ "name": "repeatedDecimal"
131206
+ },
131207
+ {
131208
+ "kind": "field",
131209
+ "name": "decRange"
131210
+ },
131211
+ {
131212
+ "kind": "field",
131213
+ "name": "any"
131214
+ },
131215
+ {
131216
+ "kind": "field",
131217
+ "name": "fatString"
131218
+ },
131219
+ {
131220
+ "kind": "field",
131221
+ "name": "trueFalse"
131463
131222
  },
131464
131223
  {
131465
131224
  "kind": "method",
@@ -131480,7 +131239,7 @@
131480
131239
  "type": {
131481
131240
  "text": "string"
131482
131241
  },
131483
- "default": "'furo.fat.String.AttributesEntry'"
131242
+ "default": "'furo.type.Defaults'"
131484
131243
  },
131485
131244
  {
131486
131245
  "kind": "field",
@@ -131488,17 +131247,62 @@
131488
131247
  "type": {
131489
131248
  "text": "array"
131490
131249
  },
131491
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
131250
+ "default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: { minimum: 3.1, required: true }, }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: { read_only: true }, }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
131492
131251
  },
131493
131252
  {
131494
131253
  "kind": "field",
131495
- "name": "_key",
131496
- "default": "new STRING(undefined, this, 'key')"
131254
+ "name": "_refSystem",
131255
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
131497
131256
  },
131498
131257
  {
131499
131258
  "kind": "field",
131500
- "name": "_value",
131501
- "default": "new STRING(undefined, this, 'value')"
131259
+ "name": "_refType",
131260
+ "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
131261
+ },
131262
+ {
131263
+ "kind": "field",
131264
+ "name": "_bookingCenter",
131265
+ "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
131266
+ },
131267
+ {
131268
+ "kind": "field",
131269
+ "name": "_attributes",
131270
+ "default": "new MAP(undefined, this, 'attributes')"
131271
+ },
131272
+ {
131273
+ "kind": "field",
131274
+ "name": "_id",
131275
+ "default": "new STRING(undefined, this, 'id')"
131276
+ },
131277
+ {
131278
+ "kind": "field",
131279
+ "name": "_stringArray",
131280
+ "default": "new ARRAY(undefined, this, 'stringArray')"
131281
+ },
131282
+ {
131283
+ "kind": "field",
131284
+ "name": "_repeatedDecimal",
131285
+ "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
131286
+ },
131287
+ {
131288
+ "kind": "field",
131289
+ "name": "_decRange",
131290
+ "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
131291
+ },
131292
+ {
131293
+ "kind": "field",
131294
+ "name": "_any",
131295
+ "default": "new ANY(undefined, this, 'any')"
131296
+ },
131297
+ {
131298
+ "kind": "field",
131299
+ "name": "_fatString",
131300
+ "default": "new FuroFatString(undefined, this, 'fatString')"
131301
+ },
131302
+ {
131303
+ "kind": "field",
131304
+ "name": "_trueFalse",
131305
+ "default": "new BOOLEAN(undefined, this, 'trueFalse')"
131502
131306
  },
131503
131307
  {
131504
131308
  "kind": "field",
@@ -131506,7 +131310,7 @@
131506
131310
  "type": {
131507
131311
  "text": "object"
131508
131312
  },
131509
- "default": "{}"
131313
+ "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
131510
131314
  },
131511
131315
  {
131512
131316
  "kind": "field",
@@ -132329,28 +132133,28 @@
132329
132133
  "exports": [
132330
132134
  {
132331
132135
  "kind": "js",
132332
- "name": "StringAttributesEntry",
132136
+ "name": "Defaults",
132333
132137
  "declaration": {
132334
- "name": "StringAttributesEntry",
132335
- "module": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js"
132138
+ "name": "Defaults",
132139
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
132336
132140
  }
132337
132141
  }
132338
132142
  ]
132339
132143
  },
132340
132144
  {
132341
132145
  "kind": "javascript-module",
132342
- "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map",
132146
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
132343
132147
  "declarations": [],
132344
132148
  "exports": []
132345
132149
  },
132346
132150
  {
132347
132151
  "kind": "javascript-module",
132348
- "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js",
132152
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
132349
132153
  "declarations": [
132350
132154
  {
132351
132155
  "kind": "class",
132352
- "description": "StringLabelsEntry",
132353
- "name": "StringLabelsEntry",
132156
+ "description": "IdentifierAttributesEntry",
132157
+ "name": "IdentifierAttributesEntry",
132354
132158
  "members": [
132355
132159
  {
132356
132160
  "kind": "field",
@@ -132379,7 +132183,7 @@
132379
132183
  "type": {
132380
132184
  "text": "string"
132381
132185
  },
132382
- "default": "'furo.fat.String.LabelsEntry'"
132186
+ "default": "'furo.type.Identifier.AttributesEntry'"
132383
132187
  },
132384
132188
  {
132385
132189
  "kind": "field",
@@ -132387,7 +132191,7 @@
132387
132191
  "type": {
132388
132192
  "text": "array"
132389
132193
  },
132390
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
132194
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
132391
132195
  },
132392
132196
  {
132393
132197
  "kind": "field",
@@ -132397,7 +132201,7 @@
132397
132201
  {
132398
132202
  "kind": "field",
132399
132203
  "name": "_value",
132400
- "default": "new BOOLEAN(undefined, this, 'value')"
132204
+ "default": "new STRING(undefined, this, 'value')"
132401
132205
  },
132402
132206
  {
132403
132207
  "kind": "field",
@@ -133228,41 +133032,73 @@
133228
133032
  "exports": [
133229
133033
  {
133230
133034
  "kind": "js",
133231
- "name": "StringLabelsEntry",
133035
+ "name": "IdentifierAttributesEntry",
133232
133036
  "declaration": {
133233
- "name": "StringLabelsEntry",
133234
- "module": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js"
133037
+ "name": "IdentifierAttributesEntry",
133038
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
133235
133039
  }
133236
133040
  }
133237
133041
  ]
133238
133042
  },
133239
133043
  {
133240
133044
  "kind": "javascript-module",
133241
- "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map",
133045
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
133242
133046
  "declarations": [],
133243
133047
  "exports": []
133244
133048
  },
133245
133049
  {
133246
133050
  "kind": "javascript-module",
133247
- "path": "dist/protoc-gen-open-models/furo/fat/String.js",
133051
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
133248
133052
  "declarations": [
133249
133053
  {
133250
133054
  "kind": "class",
133251
- "description": "XString\n Furo annotated type wrapper message for `string`.",
133252
- "name": "XString",
133055
+ "description": "Identifier",
133056
+ "name": "Identifier",
133253
133057
  "members": [
133254
133058
  {
133255
133059
  "kind": "field",
133256
- "name": "value"
133060
+ "name": "refSystem"
133257
133061
  },
133258
133062
  {
133259
133063
  "kind": "field",
133260
- "name": "labels"
133064
+ "name": "refType"
133065
+ },
133066
+ {
133067
+ "kind": "field",
133068
+ "name": "bookingCenter"
133261
133069
  },
133262
133070
  {
133263
133071
  "kind": "field",
133264
133072
  "name": "attributes"
133265
133073
  },
133074
+ {
133075
+ "kind": "field",
133076
+ "name": "id"
133077
+ },
133078
+ {
133079
+ "kind": "field",
133080
+ "name": "stringArray"
133081
+ },
133082
+ {
133083
+ "kind": "field",
133084
+ "name": "repeatedDecimal"
133085
+ },
133086
+ {
133087
+ "kind": "field",
133088
+ "name": "decRange"
133089
+ },
133090
+ {
133091
+ "kind": "field",
133092
+ "name": "any"
133093
+ },
133094
+ {
133095
+ "kind": "field",
133096
+ "name": "fatString"
133097
+ },
133098
+ {
133099
+ "kind": "field",
133100
+ "name": "trueFalse"
133101
+ },
133266
133102
  {
133267
133103
  "kind": "method",
133268
133104
  "name": "fromLiteral",
@@ -133282,7 +133118,7 @@
133282
133118
  "type": {
133283
133119
  "text": "string"
133284
133120
  },
133285
- "default": "'furo.fat.String'"
133121
+ "default": "'furo.type.Identifier'"
133286
133122
  },
133287
133123
  {
133288
133124
  "kind": "field",
@@ -133290,30 +133126,70 @@
133290
133126
  "type": {
133291
133127
  "text": "array"
133292
133128
  },
133293
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
133129
+ "default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: {}, }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
133294
133130
  },
133295
133131
  {
133296
133132
  "kind": "field",
133297
- "name": "_value",
133298
- "default": "new STRING(undefined, this, 'value')"
133133
+ "name": "_refSystem",
133134
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
133299
133135
  },
133300
133136
  {
133301
133137
  "kind": "field",
133302
- "name": "_labels",
133303
- "default": "new MAP(undefined, this, 'labels')"
133138
+ "name": "_refType",
133139
+ "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
133140
+ },
133141
+ {
133142
+ "kind": "field",
133143
+ "name": "_bookingCenter",
133144
+ "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
133304
133145
  },
133305
133146
  {
133306
133147
  "kind": "field",
133307
133148
  "name": "_attributes",
133308
133149
  "default": "new MAP(undefined, this, 'attributes')"
133309
133150
  },
133151
+ {
133152
+ "kind": "field",
133153
+ "name": "_id",
133154
+ "default": "new STRING(undefined, this, 'id')"
133155
+ },
133156
+ {
133157
+ "kind": "field",
133158
+ "name": "_stringArray",
133159
+ "default": "new ARRAY(undefined, this, 'stringArray')"
133160
+ },
133161
+ {
133162
+ "kind": "field",
133163
+ "name": "_repeatedDecimal",
133164
+ "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
133165
+ },
133166
+ {
133167
+ "kind": "field",
133168
+ "name": "_decRange",
133169
+ "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
133170
+ },
133171
+ {
133172
+ "kind": "field",
133173
+ "name": "_any",
133174
+ "default": "new ANY(undefined, this, 'any')"
133175
+ },
133176
+ {
133177
+ "kind": "field",
133178
+ "name": "_fatString",
133179
+ "default": "new FuroFatString(undefined, this, 'fatString')"
133180
+ },
133181
+ {
133182
+ "kind": "field",
133183
+ "name": "_trueFalse",
133184
+ "default": "new BOOLEAN(undefined, this, 'trueFalse')"
133185
+ },
133310
133186
  {
133311
133187
  "kind": "field",
133312
133188
  "name": "__defaultValues",
133313
133189
  "type": {
133314
133190
  "text": "object"
133315
133191
  },
133316
- "default": "{}"
133192
+ "default": "{ stringArray: ['A', 'B', 'C'], }"
133317
133193
  },
133318
133194
  {
133319
133195
  "kind": "field",
@@ -134136,36 +134012,36 @@
134136
134012
  "exports": [
134137
134013
  {
134138
134014
  "kind": "js",
134139
- "name": "XString",
134015
+ "name": "Identifier",
134140
134016
  "declaration": {
134141
- "name": "XString",
134142
- "module": "dist/protoc-gen-open-models/furo/fat/String.js"
134017
+ "name": "Identifier",
134018
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
134143
134019
  }
134144
134020
  }
134145
134021
  ]
134146
134022
  },
134147
134023
  {
134148
134024
  "kind": "javascript-module",
134149
- "path": "dist/protoc-gen-open-models/furo/fat/String.js.map",
134025
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
134150
134026
  "declarations": [],
134151
134027
  "exports": []
134152
134028
  },
134153
134029
  {
134154
134030
  "kind": "javascript-module",
134155
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js",
134031
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
134156
134032
  "declarations": [
134157
134033
  {
134158
134034
  "kind": "class",
134159
- "description": "Uint32AttributesEntry",
134160
- "name": "Uint32AttributesEntry",
134035
+ "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
134036
+ "name": "Numeric",
134161
134037
  "members": [
134162
134038
  {
134163
134039
  "kind": "field",
134164
- "name": "key"
134040
+ "name": "primitiveInt32"
134165
134041
  },
134166
134042
  {
134167
134043
  "kind": "field",
134168
- "name": "value"
134044
+ "name": "repeatedPrimitiveInt32"
134169
134045
  },
134170
134046
  {
134171
134047
  "kind": "method",
@@ -134186,7 +134062,7 @@
134186
134062
  "type": {
134187
134063
  "text": "string"
134188
134064
  },
134189
- "default": "'furo.fat.Uint32.AttributesEntry'"
134065
+ "default": "'furo.type.Numeric'"
134190
134066
  },
134191
134067
  {
134192
134068
  "kind": "field",
@@ -134194,17 +134070,17 @@
134194
134070
  "type": {
134195
134071
  "text": "array"
134196
134072
  },
134197
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
134073
+ "default": "[ { fieldName: 'primitiveInt32', protoName: 'primitive_int32', FieldConstructor: INT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'repeatedPrimitiveInt32', protoName: 'repeated_primitive_int32', FieldConstructor: INT32, constraints: {}, }, ]"
134198
134074
  },
134199
134075
  {
134200
134076
  "kind": "field",
134201
- "name": "_key",
134202
- "default": "new STRING(undefined, this, 'key')"
134077
+ "name": "_primitiveInt32",
134078
+ "default": "new INT32(undefined, this, 'primitiveInt32')"
134203
134079
  },
134204
134080
  {
134205
134081
  "kind": "field",
134206
- "name": "_value",
134207
- "default": "new STRING(undefined, this, 'value')"
134082
+ "name": "_repeatedPrimitiveInt32",
134083
+ "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
134208
134084
  },
134209
134085
  {
134210
134086
  "kind": "field",
@@ -135035,36 +134911,40 @@
135035
134911
  "exports": [
135036
134912
  {
135037
134913
  "kind": "js",
135038
- "name": "Uint32AttributesEntry",
134914
+ "name": "Numeric",
135039
134915
  "declaration": {
135040
- "name": "Uint32AttributesEntry",
135041
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js"
134916
+ "name": "Numeric",
134917
+ "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
135042
134918
  }
135043
134919
  }
135044
134920
  ]
135045
134921
  },
135046
134922
  {
135047
134923
  "kind": "javascript-module",
135048
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map",
134924
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
135049
134925
  "declarations": [],
135050
134926
  "exports": []
135051
134927
  },
135052
134928
  {
135053
134929
  "kind": "javascript-module",
135054
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js",
134930
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js",
135055
134931
  "declarations": [
135056
134932
  {
135057
134933
  "kind": "class",
135058
- "description": "Uint32LabelsEntry",
135059
- "name": "Uint32LabelsEntry",
134934
+ "description": "Numeric64\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
134935
+ "name": "Numeric64",
135060
134936
  "members": [
135061
134937
  {
135062
134938
  "kind": "field",
135063
- "name": "key"
134939
+ "name": "primitiveInt64"
135064
134940
  },
135065
134941
  {
135066
134942
  "kind": "field",
135067
- "name": "value"
134943
+ "name": "repeatedPrimitiveInt64"
134944
+ },
134945
+ {
134946
+ "kind": "field",
134947
+ "name": "primitiveInt64Excl"
135068
134948
  },
135069
134949
  {
135070
134950
  "kind": "method",
@@ -135085,7 +134965,7 @@
135085
134965
  "type": {
135086
134966
  "text": "string"
135087
134967
  },
135088
- "default": "'furo.fat.Uint32.LabelsEntry'"
134968
+ "default": "'furo.type.Numeric64'"
135089
134969
  },
135090
134970
  {
135091
134971
  "kind": "field",
@@ -135093,17 +134973,22 @@
135093
134973
  "type": {
135094
134974
  "text": "array"
135095
134975
  },
135096
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
134976
+ "default": "[ { fieldName: 'primitiveInt64', protoName: 'primitive_int64', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'repeatedPrimitiveInt64', protoName: 'repeated_primitive_int64', FieldConstructor: INT64, constraints: {}, }, { fieldName: 'primitiveInt64Excl', protoName: 'primitive_int64_excl', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, ]"
135097
134977
  },
135098
134978
  {
135099
134979
  "kind": "field",
135100
- "name": "_key",
135101
- "default": "new STRING(undefined, this, 'key')"
134980
+ "name": "_primitiveInt64",
134981
+ "default": "new INT64(undefined, this, 'primitiveInt64')"
135102
134982
  },
135103
134983
  {
135104
134984
  "kind": "field",
135105
- "name": "_value",
135106
- "default": "new BOOLEAN(undefined, this, 'value')"
134985
+ "name": "_repeatedPrimitiveInt64",
134986
+ "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt64')"
134987
+ },
134988
+ {
134989
+ "kind": "field",
134990
+ "name": "_primitiveInt64Excl",
134991
+ "default": "new INT64(undefined, this, 'primitiveInt64Excl')"
135107
134992
  },
135108
134993
  {
135109
134994
  "kind": "field",
@@ -135934,40 +135819,32 @@
135934
135819
  "exports": [
135935
135820
  {
135936
135821
  "kind": "js",
135937
- "name": "Uint32LabelsEntry",
135822
+ "name": "Numeric64",
135938
135823
  "declaration": {
135939
- "name": "Uint32LabelsEntry",
135940
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js"
135824
+ "name": "Numeric64",
135825
+ "module": "dist/protoc-gen-open-models/furo/type/Numeric64.js"
135941
135826
  }
135942
135827
  }
135943
135828
  ]
135944
135829
  },
135945
135830
  {
135946
135831
  "kind": "javascript-module",
135947
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map",
135832
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js.map",
135948
135833
  "declarations": [],
135949
135834
  "exports": []
135950
135835
  },
135951
135836
  {
135952
135837
  "kind": "javascript-module",
135953
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js",
135838
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js",
135954
135839
  "declarations": [
135955
135840
  {
135956
135841
  "kind": "class",
135957
- "description": "Uint32\n Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto",
135958
- "name": "Uint32",
135842
+ "description": "Other",
135843
+ "name": "Other",
135959
135844
  "members": [
135960
135845
  {
135961
135846
  "kind": "field",
135962
- "name": "value"
135963
- },
135964
- {
135965
- "kind": "field",
135966
- "name": "labels"
135967
- },
135968
- {
135969
- "kind": "field",
135970
- "name": "attributes"
135847
+ "name": "recursion"
135971
135848
  },
135972
135849
  {
135973
135850
  "kind": "method",
@@ -135988,7 +135865,7 @@
135988
135865
  "type": {
135989
135866
  "text": "string"
135990
135867
  },
135991
- "default": "'furo.fat.Uint32'"
135868
+ "default": "'furo.type.Other'"
135992
135869
  },
135993
135870
  {
135994
135871
  "kind": "field",
@@ -135996,22 +135873,12 @@
135996
135873
  "type": {
135997
135874
  "text": "array"
135998
135875
  },
135999
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT32, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
136000
- },
136001
- {
136002
- "kind": "field",
136003
- "name": "_value",
136004
- "default": "new UINT32(undefined, this, 'value')"
136005
- },
136006
- {
136007
- "kind": "field",
136008
- "name": "_labels",
136009
- "default": "new MAP(undefined, this, 'labels')"
135876
+ "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
136010
135877
  },
136011
135878
  {
136012
135879
  "kind": "field",
136013
- "name": "_attributes",
136014
- "default": "new MAP(undefined, this, 'attributes')"
135880
+ "name": "_recursion",
135881
+ "default": "new RECURSION(undefined, this, 'recursion')"
136015
135882
  },
136016
135883
  {
136017
135884
  "kind": "field",
@@ -136842,36 +136709,92 @@
136842
136709
  "exports": [
136843
136710
  {
136844
136711
  "kind": "js",
136845
- "name": "Uint32",
136712
+ "name": "Other",
136846
136713
  "declaration": {
136847
- "name": "Uint32",
136848
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.js"
136714
+ "name": "Other",
136715
+ "module": "dist/protoc-gen-open-models/furo/type/Other.js"
136849
136716
  }
136850
136717
  }
136851
136718
  ]
136852
136719
  },
136853
136720
  {
136854
136721
  "kind": "javascript-module",
136855
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js.map",
136722
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
136856
136723
  "declarations": [],
136857
136724
  "exports": []
136858
136725
  },
136859
136726
  {
136860
136727
  "kind": "javascript-module",
136861
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js",
136728
+ "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js",
136729
+ "declarations": [
136730
+ {
136731
+ "kind": "variable",
136732
+ "name": "RefSystem"
136733
+ }
136734
+ ],
136735
+ "exports": [
136736
+ {
136737
+ "kind": "js",
136738
+ "name": "RefSystem",
136739
+ "declaration": {
136740
+ "name": "RefSystem",
136741
+ "module": "dist/protoc-gen-open-models/furo/type/RefSystem.js"
136742
+ }
136743
+ }
136744
+ ]
136745
+ },
136746
+ {
136747
+ "kind": "javascript-module",
136748
+ "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js.map",
136749
+ "declarations": [],
136750
+ "exports": []
136751
+ },
136752
+ {
136753
+ "kind": "javascript-module",
136754
+ "path": "dist/protoc-gen-open-models/furo/type/RefType.js",
136755
+ "declarations": [
136756
+ {
136757
+ "kind": "variable",
136758
+ "name": "RefType"
136759
+ }
136760
+ ],
136761
+ "exports": [
136762
+ {
136763
+ "kind": "js",
136764
+ "name": "RefType",
136765
+ "declaration": {
136766
+ "name": "RefType",
136767
+ "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
136768
+ }
136769
+ }
136770
+ ]
136771
+ },
136772
+ {
136773
+ "kind": "javascript-module",
136774
+ "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
136775
+ "declarations": [],
136776
+ "exports": []
136777
+ },
136778
+ {
136779
+ "kind": "javascript-module",
136780
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
136862
136781
  "declarations": [
136863
136782
  {
136864
136783
  "kind": "class",
136865
- "description": "Uint64AttributesEntry",
136866
- "name": "Uint64AttributesEntry",
136784
+ "description": "Tree\n*\n Tree is for checking recursive types",
136785
+ "name": "Tree",
136867
136786
  "members": [
136868
136787
  {
136869
136788
  "kind": "field",
136870
- "name": "key"
136789
+ "name": "displayName"
136871
136790
  },
136872
136791
  {
136873
136792
  "kind": "field",
136874
- "name": "value"
136793
+ "name": "nodes"
136794
+ },
136795
+ {
136796
+ "kind": "field",
136797
+ "name": "recursion"
136875
136798
  },
136876
136799
  {
136877
136800
  "kind": "method",
@@ -136892,7 +136815,7 @@
136892
136815
  "type": {
136893
136816
  "text": "string"
136894
136817
  },
136895
- "default": "'furo.fat.Uint64.AttributesEntry'"
136818
+ "default": "'furo.type.Tree'"
136896
136819
  },
136897
136820
  {
136898
136821
  "kind": "field",
@@ -136900,17 +136823,22 @@
136900
136823
  "type": {
136901
136824
  "text": "array"
136902
136825
  },
136903
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
136826
+ "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, }, ]"
136904
136827
  },
136905
136828
  {
136906
136829
  "kind": "field",
136907
- "name": "_key",
136908
- "default": "new STRING(undefined, this, 'key')"
136830
+ "name": "_displayName",
136831
+ "default": "new STRING(undefined, this, 'displayName')"
136909
136832
  },
136910
136833
  {
136911
136834
  "kind": "field",
136912
- "name": "_value",
136913
- "default": "new STRING(undefined, this, 'value')"
136835
+ "name": "_nodes",
136836
+ "default": "new ARRAY(undefined, this, 'nodes')"
136837
+ },
136838
+ {
136839
+ "kind": "field",
136840
+ "name": "_recursion",
136841
+ "default": "new RECURSION(undefined, this, 'recursion')"
136914
136842
  },
136915
136843
  {
136916
136844
  "kind": "field",
@@ -137741,36 +137669,44 @@
137741
137669
  "exports": [
137742
137670
  {
137743
137671
  "kind": "js",
137744
- "name": "Uint64AttributesEntry",
137672
+ "name": "Tree",
137745
137673
  "declaration": {
137746
- "name": "Uint64AttributesEntry",
137747
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js"
137674
+ "name": "Tree",
137675
+ "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
137748
137676
  }
137749
137677
  }
137750
137678
  ]
137751
137679
  },
137752
137680
  {
137753
137681
  "kind": "javascript-module",
137754
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map",
137682
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
137755
137683
  "declarations": [],
137756
137684
  "exports": []
137757
137685
  },
137758
137686
  {
137759
137687
  "kind": "javascript-module",
137760
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js",
137688
+ "path": "dist/protoc-gen-open-models/furo/type/Uints.js",
137761
137689
  "declarations": [
137762
137690
  {
137763
137691
  "kind": "class",
137764
- "description": "Uint64LabelsEntry",
137765
- "name": "Uint64LabelsEntry",
137692
+ "description": "Uints\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
137693
+ "name": "Uints",
137766
137694
  "members": [
137767
137695
  {
137768
137696
  "kind": "field",
137769
- "name": "key"
137697
+ "name": "uint64"
137770
137698
  },
137771
137699
  {
137772
137700
  "kind": "field",
137773
- "name": "value"
137701
+ "name": "uint32"
137702
+ },
137703
+ {
137704
+ "kind": "field",
137705
+ "name": "uint64Excl"
137706
+ },
137707
+ {
137708
+ "kind": "field",
137709
+ "name": "uint32Excl"
137774
137710
  },
137775
137711
  {
137776
137712
  "kind": "method",
@@ -137791,7 +137727,7 @@
137791
137727
  "type": {
137792
137728
  "text": "string"
137793
137729
  },
137794
- "default": "'furo.fat.Uint64.LabelsEntry'"
137730
+ "default": "'furo.type.Uints'"
137795
137731
  },
137796
137732
  {
137797
137733
  "kind": "field",
@@ -137799,17 +137735,27 @@
137799
137735
  "type": {
137800
137736
  "text": "array"
137801
137737
  },
137802
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
137738
+ "default": "[ { fieldName: 'uint64', protoName: 'uint64', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, { fieldName: 'uint32', protoName: 'uint32', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, { fieldName: 'uint64Excl', protoName: 'uint64Excl', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'uint32Excl', protoName: 'uint32Excl', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, ]"
137803
137739
  },
137804
137740
  {
137805
137741
  "kind": "field",
137806
- "name": "_key",
137807
- "default": "new STRING(undefined, this, 'key')"
137742
+ "name": "_uint64",
137743
+ "default": "new UINT64(undefined, this, 'uint64')"
137808
137744
  },
137809
137745
  {
137810
137746
  "kind": "field",
137811
- "name": "_value",
137812
- "default": "new BOOLEAN(undefined, this, 'value')"
137747
+ "name": "_uint32",
137748
+ "default": "new UINT32(undefined, this, 'uint32')"
137749
+ },
137750
+ {
137751
+ "kind": "field",
137752
+ "name": "_uint64Excl",
137753
+ "default": "new UINT64(undefined, this, 'uint64Excl')"
137754
+ },
137755
+ {
137756
+ "kind": "field",
137757
+ "name": "_uint32Excl",
137758
+ "default": "new UINT32(undefined, this, 'uint32Excl')"
137813
137759
  },
137814
137760
  {
137815
137761
  "kind": "field",
@@ -138640,40 +138586,64 @@
138640
138586
  "exports": [
138641
138587
  {
138642
138588
  "kind": "js",
138643
- "name": "Uint64LabelsEntry",
138589
+ "name": "Uints",
138644
138590
  "declaration": {
138645
- "name": "Uint64LabelsEntry",
138646
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js"
138591
+ "name": "Uints",
138592
+ "module": "dist/protoc-gen-open-models/furo/type/Uints.js"
138647
138593
  }
138648
138594
  }
138649
138595
  ]
138650
138596
  },
138651
138597
  {
138652
138598
  "kind": "javascript-module",
138653
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map",
138599
+ "path": "dist/protoc-gen-open-models/furo/type/Uints.js.map",
138654
138600
  "declarations": [],
138655
138601
  "exports": []
138656
138602
  },
138657
138603
  {
138658
138604
  "kind": "javascript-module",
138659
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js",
138605
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
138660
138606
  "declarations": [
138661
138607
  {
138662
138608
  "kind": "class",
138663
- "description": "Uint64\n Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations",
138664
- "name": "Uint64",
138609
+ "description": "Wrappers",
138610
+ "name": "Wrappers",
138665
138611
  "members": [
138666
138612
  {
138667
138613
  "kind": "field",
138668
- "name": "value"
138614
+ "name": "stringValue"
138669
138615
  },
138670
138616
  {
138671
138617
  "kind": "field",
138672
- "name": "labels"
138618
+ "name": "int32Value"
138673
138619
  },
138674
138620
  {
138675
138621
  "kind": "field",
138676
- "name": "attributes"
138622
+ "name": "int64Value"
138623
+ },
138624
+ {
138625
+ "kind": "field",
138626
+ "name": "floatValue"
138627
+ },
138628
+ {
138629
+ "kind": "field",
138630
+ "name": "doubleValue"
138631
+ },
138632
+ {
138633
+ "kind": "field",
138634
+ "name": "boolValue"
138635
+ },
138636
+ {
138637
+ "kind": "field",
138638
+ "name": "uint32Value"
138639
+ },
138640
+ {
138641
+ "kind": "field",
138642
+ "name": "uint64Value"
138643
+ },
138644
+ {
138645
+ "kind": "field",
138646
+ "name": "bytesValue"
138677
138647
  },
138678
138648
  {
138679
138649
  "kind": "method",
@@ -138694,7 +138664,7 @@
138694
138664
  "type": {
138695
138665
  "text": "string"
138696
138666
  },
138697
- "default": "'furo.fat.Uint64'"
138667
+ "default": "'furo.type.Wrappers'"
138698
138668
  },
138699
138669
  {
138700
138670
  "kind": "field",
@@ -138702,22 +138672,52 @@
138702
138672
  "type": {
138703
138673
  "text": "array"
138704
138674
  },
138705
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT64, constraints: {}, }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
138675
+ "default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: {}, }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: {}, }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: {}, }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, }, ]"
138706
138676
  },
138707
138677
  {
138708
138678
  "kind": "field",
138709
- "name": "_value",
138710
- "default": "new UINT64(undefined, this, 'value')"
138679
+ "name": "_stringValue",
138680
+ "default": "new StringValue(undefined, this, 'stringValue')"
138711
138681
  },
138712
138682
  {
138713
138683
  "kind": "field",
138714
- "name": "_labels",
138715
- "default": "new MAP(undefined, this, 'labels')"
138684
+ "name": "_int32Value",
138685
+ "default": "new Int32Value(undefined, this, 'int32Value')"
138716
138686
  },
138717
138687
  {
138718
138688
  "kind": "field",
138719
- "name": "_attributes",
138720
- "default": "new MAP(undefined, this, 'attributes')"
138689
+ "name": "_int64Value",
138690
+ "default": "new Int64Value(undefined, this, 'int64Value')"
138691
+ },
138692
+ {
138693
+ "kind": "field",
138694
+ "name": "_floatValue",
138695
+ "default": "new FloatValue(undefined, this, 'floatValue')"
138696
+ },
138697
+ {
138698
+ "kind": "field",
138699
+ "name": "_doubleValue",
138700
+ "default": "new DoubleValue(undefined, this, 'doubleValue')"
138701
+ },
138702
+ {
138703
+ "kind": "field",
138704
+ "name": "_boolValue",
138705
+ "default": "new BoolValue(undefined, this, 'boolValue')"
138706
+ },
138707
+ {
138708
+ "kind": "field",
138709
+ "name": "_uint32Value",
138710
+ "default": "new UInt32Value(undefined, this, 'uint32Value')"
138711
+ },
138712
+ {
138713
+ "kind": "field",
138714
+ "name": "_uint64Value",
138715
+ "default": "new UInt64Value(undefined, this, 'uint64Value')"
138716
+ },
138717
+ {
138718
+ "kind": "field",
138719
+ "name": "_bytesValue",
138720
+ "default": "new BytesValue(undefined, this, 'bytesValue')"
138721
138721
  },
138722
138722
  {
138723
138723
  "kind": "field",
@@ -139548,17 +139548,17 @@
139548
139548
  "exports": [
139549
139549
  {
139550
139550
  "kind": "js",
139551
- "name": "Uint64",
139551
+ "name": "Wrappers",
139552
139552
  "declaration": {
139553
- "name": "Uint64",
139554
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.js"
139553
+ "name": "Wrappers",
139554
+ "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
139555
139555
  }
139556
139556
  }
139557
139557
  ]
139558
139558
  },
139559
139559
  {
139560
139560
  "kind": "javascript-module",
139561
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js.map",
139561
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
139562
139562
  "declarations": [],
139563
139563
  "exports": []
139564
139564
  },