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