@furo/open-models 1.7.1 → 1.7.2

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.
@@ -90549,82 +90549,20 @@
90549
90549
  },
90550
90550
  {
90551
90551
  "kind": "javascript-module",
90552
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js",
90553
- "declarations": [
90554
- {
90555
- "kind": "variable",
90556
- "name": "BookingCenter"
90557
- }
90558
- ],
90559
- "exports": [
90560
- {
90561
- "kind": "js",
90562
- "name": "BookingCenter",
90563
- "declaration": {
90564
- "name": "BookingCenter",
90565
- "module": "dist/protoc-gen-open-models/furo/type/BookingCenter.js"
90566
- }
90567
- }
90568
- ]
90569
- },
90570
- {
90571
- "kind": "javascript-module",
90572
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js.map",
90573
- "declarations": [],
90574
- "exports": []
90575
- },
90576
- {
90577
- "kind": "javascript-module",
90578
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js",
90552
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js",
90579
90553
  "declarations": [
90580
90554
  {
90581
90555
  "kind": "class",
90582
- "description": "ConstraintWrappers",
90583
- "name": "ConstraintWrappers",
90556
+ "description": "AnyAttributesEntry",
90557
+ "name": "AnyAttributesEntry",
90584
90558
  "members": [
90585
90559
  {
90586
90560
  "kind": "field",
90587
- "name": "stringValue"
90588
- },
90589
- {
90590
- "kind": "field",
90591
- "name": "int32Value"
90592
- },
90593
- {
90594
- "kind": "field",
90595
- "name": "int64Value"
90596
- },
90597
- {
90598
- "kind": "field",
90599
- "name": "floatValue"
90600
- },
90601
- {
90602
- "kind": "field",
90603
- "name": "doubleValue"
90604
- },
90605
- {
90606
- "kind": "field",
90607
- "name": "boolValue"
90608
- },
90609
- {
90610
- "kind": "field",
90611
- "name": "uint32Value"
90612
- },
90613
- {
90614
- "kind": "field",
90615
- "name": "uint64Value"
90616
- },
90617
- {
90618
- "kind": "field",
90619
- "name": "bytesValue"
90620
- },
90621
- {
90622
- "kind": "field",
90623
- "name": "exclInt32Value"
90561
+ "name": "key"
90624
90562
  },
90625
90563
  {
90626
90564
  "kind": "field",
90627
- "name": "exclInt64Value"
90565
+ "name": "value"
90628
90566
  },
90629
90567
  {
90630
90568
  "kind": "method",
@@ -90645,7 +90583,7 @@
90645
90583
  "type": {
90646
90584
  "text": "string"
90647
90585
  },
90648
- "default": "'furo.type.ConstraintWrappers'"
90586
+ "default": "'furo.fat.Any.AttributesEntry'"
90649
90587
  },
90650
90588
  {
90651
90589
  "kind": "field",
@@ -90653,62 +90591,17 @@
90653
90591
  "type": {
90654
90592
  "text": "array"
90655
90593
  },
90656
- "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, }, }, ]"
90657
- },
90658
- {
90659
- "kind": "field",
90660
- "name": "_stringValue",
90661
- "default": "new StringValue(undefined, this, 'stringValue')"
90662
- },
90663
- {
90664
- "kind": "field",
90665
- "name": "_int32Value",
90666
- "default": "new Int32Value(undefined, this, 'int32Value')"
90667
- },
90668
- {
90669
- "kind": "field",
90670
- "name": "_int64Value",
90671
- "default": "new Int64Value(undefined, this, 'int64Value')"
90672
- },
90673
- {
90674
- "kind": "field",
90675
- "name": "_floatValue",
90676
- "default": "new FloatValue(undefined, this, 'floatValue')"
90677
- },
90678
- {
90679
- "kind": "field",
90680
- "name": "_doubleValue",
90681
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
90682
- },
90683
- {
90684
- "kind": "field",
90685
- "name": "_boolValue",
90686
- "default": "new BoolValue(undefined, this, 'boolValue')"
90687
- },
90688
- {
90689
- "kind": "field",
90690
- "name": "_uint32Value",
90691
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
90692
- },
90693
- {
90694
- "kind": "field",
90695
- "name": "_uint64Value",
90696
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
90697
- },
90698
- {
90699
- "kind": "field",
90700
- "name": "_bytesValue",
90701
- "default": "new BytesValue(undefined, this, 'bytesValue')"
90594
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
90702
90595
  },
90703
90596
  {
90704
90597
  "kind": "field",
90705
- "name": "_exclInt32Value",
90706
- "default": "new Int32Value(undefined, this, 'exclInt32Value')"
90598
+ "name": "_key",
90599
+ "default": "new STRING(undefined, this, 'key')"
90707
90600
  },
90708
90601
  {
90709
90602
  "kind": "field",
90710
- "name": "_exclInt64Value",
90711
- "default": "new Int64Value(undefined, this, 'exclInt64Value')"
90603
+ "name": "_value",
90604
+ "default": "new STRING(undefined, this, 'value')"
90712
90605
  },
90713
90606
  {
90714
90607
  "kind": "field",
@@ -90716,7 +90609,7 @@
90716
90609
  "type": {
90717
90610
  "text": "object"
90718
90611
  },
90719
- "default": "{ exclInt32Value: 3.0, exclInt64Value: 3.0, int32Value: 3.0, int64Value: 3.0, stringValue: 'default', }"
90612
+ "default": "{}"
90720
90613
  },
90721
90614
  {
90722
90615
  "kind": "field",
@@ -91539,29 +91432,33 @@
91539
91432
  "exports": [
91540
91433
  {
91541
91434
  "kind": "js",
91542
- "name": "ConstraintWrappers",
91435
+ "name": "AnyAttributesEntry",
91543
91436
  "declaration": {
91544
- "name": "ConstraintWrappers",
91545
- "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
91437
+ "name": "AnyAttributesEntry",
91438
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js"
91546
91439
  }
91547
91440
  }
91548
91441
  ]
91549
91442
  },
91550
91443
  {
91551
91444
  "kind": "javascript-module",
91552
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
91445
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map",
91553
91446
  "declarations": [],
91554
91447
  "exports": []
91555
91448
  },
91556
91449
  {
91557
91450
  "kind": "javascript-module",
91558
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
91451
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js",
91559
91452
  "declarations": [
91560
91453
  {
91561
91454
  "kind": "class",
91562
- "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
91563
- "name": "Decimal",
91455
+ "description": "AnyLabelsEntry",
91456
+ "name": "AnyLabelsEntry",
91564
91457
  "members": [
91458
+ {
91459
+ "kind": "field",
91460
+ "name": "key"
91461
+ },
91565
91462
  {
91566
91463
  "kind": "field",
91567
91464
  "name": "value"
@@ -91585,7 +91482,7 @@
91585
91482
  "type": {
91586
91483
  "text": "string"
91587
91484
  },
91588
- "default": "'furo.type.Decimal'"
91485
+ "default": "'furo.fat.Any.LabelsEntry'"
91589
91486
  },
91590
91487
  {
91591
91488
  "kind": "field",
@@ -91593,12 +91490,17 @@
91593
91490
  "type": {
91594
91491
  "text": "array"
91595
91492
  },
91596
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
91493
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
91494
+ },
91495
+ {
91496
+ "kind": "field",
91497
+ "name": "_key",
91498
+ "default": "new STRING(undefined, this, 'key')"
91597
91499
  },
91598
91500
  {
91599
91501
  "kind": "field",
91600
91502
  "name": "_value",
91601
- "default": "new STRING(undefined, this, 'value')"
91503
+ "default": "new BOOLEAN(undefined, this, 'value')"
91602
91504
  },
91603
91505
  {
91604
91506
  "kind": "field",
@@ -92429,33 +92331,41 @@
92429
92331
  "exports": [
92430
92332
  {
92431
92333
  "kind": "js",
92432
- "name": "Decimal",
92334
+ "name": "AnyLabelsEntry",
92433
92335
  "declaration": {
92434
- "name": "Decimal",
92435
- "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
92336
+ "name": "AnyLabelsEntry",
92337
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js"
92436
92338
  }
92437
92339
  }
92438
92340
  ]
92439
92341
  },
92440
92342
  {
92441
92343
  "kind": "javascript-module",
92442
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
92344
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map",
92443
92345
  "declarations": [],
92444
92346
  "exports": []
92445
92347
  },
92446
92348
  {
92447
92349
  "kind": "javascript-module",
92448
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
92350
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.js",
92449
92351
  "declarations": [
92450
92352
  {
92451
92353
  "kind": "class",
92452
- "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
92453
- "name": "DecimalB",
92354
+ "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",
92355
+ "name": "XAny",
92454
92356
  "members": [
92455
92357
  {
92456
92358
  "kind": "field",
92457
92359
  "name": "value"
92458
92360
  },
92361
+ {
92362
+ "kind": "field",
92363
+ "name": "labels"
92364
+ },
92365
+ {
92366
+ "kind": "field",
92367
+ "name": "attributes"
92368
+ },
92459
92369
  {
92460
92370
  "kind": "method",
92461
92371
  "name": "fromLiteral",
@@ -92475,7 +92385,7 @@
92475
92385
  "type": {
92476
92386
  "text": "string"
92477
92387
  },
92478
- "default": "'furo.type.DecimalB'"
92388
+ "default": "'furo.fat.Any'"
92479
92389
  },
92480
92390
  {
92481
92391
  "kind": "field",
@@ -92483,12 +92393,22 @@
92483
92393
  "type": {
92484
92394
  "text": "array"
92485
92395
  },
92486
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
92396
+ "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: {}, }, ]"
92487
92397
  },
92488
92398
  {
92489
92399
  "kind": "field",
92490
92400
  "name": "_value",
92491
- "default": "new STRING(undefined, this, 'value')"
92401
+ "default": "new BYTES(undefined, this, 'value')"
92402
+ },
92403
+ {
92404
+ "kind": "field",
92405
+ "name": "_labels",
92406
+ "default": "new MAP(undefined, this, 'labels')"
92407
+ },
92408
+ {
92409
+ "kind": "field",
92410
+ "name": "_attributes",
92411
+ "default": "new MAP(undefined, this, 'attributes')"
92492
92412
  },
92493
92413
  {
92494
92414
  "kind": "field",
@@ -93319,36 +93239,36 @@
93319
93239
  "exports": [
93320
93240
  {
93321
93241
  "kind": "js",
93322
- "name": "DecimalB",
93242
+ "name": "XAny",
93323
93243
  "declaration": {
93324
- "name": "DecimalB",
93325
- "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
93244
+ "name": "XAny",
93245
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.js"
93326
93246
  }
93327
93247
  }
93328
93248
  ]
93329
93249
  },
93330
93250
  {
93331
93251
  "kind": "javascript-module",
93332
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
93252
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.js.map",
93333
93253
  "declarations": [],
93334
93254
  "exports": []
93335
93255
  },
93336
93256
  {
93337
93257
  "kind": "javascript-module",
93338
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
93258
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js",
93339
93259
  "declarations": [
93340
93260
  {
93341
93261
  "kind": "class",
93342
- "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.",
93343
- "name": "DecimalRange",
93262
+ "description": "BoolAttributesEntry",
93263
+ "name": "BoolAttributesEntry",
93344
93264
  "members": [
93345
93265
  {
93346
93266
  "kind": "field",
93347
- "name": "start"
93267
+ "name": "key"
93348
93268
  },
93349
93269
  {
93350
93270
  "kind": "field",
93351
- "name": "end"
93271
+ "name": "value"
93352
93272
  },
93353
93273
  {
93354
93274
  "kind": "method",
@@ -93369,7 +93289,7 @@
93369
93289
  "type": {
93370
93290
  "text": "string"
93371
93291
  },
93372
- "default": "'furo.type.DecimalRange'"
93292
+ "default": "'furo.fat.Bool.AttributesEntry'"
93373
93293
  },
93374
93294
  {
93375
93295
  "kind": "field",
@@ -93377,17 +93297,17 @@
93377
93297
  "type": {
93378
93298
  "text": "array"
93379
93299
  },
93380
- "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
93300
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
93381
93301
  },
93382
93302
  {
93383
93303
  "kind": "field",
93384
- "name": "_start",
93385
- "default": "new FuroTypeDecimal(undefined, this, 'start')"
93304
+ "name": "_key",
93305
+ "default": "new STRING(undefined, this, 'key')"
93386
93306
  },
93387
93307
  {
93388
93308
  "kind": "field",
93389
- "name": "_end",
93390
- "default": "new FuroTypeDecimal(undefined, this, 'end')"
93309
+ "name": "_value",
93310
+ "default": "new STRING(undefined, this, 'value')"
93391
93311
  },
93392
93312
  {
93393
93313
  "kind": "field",
@@ -94218,36 +94138,36 @@
94218
94138
  "exports": [
94219
94139
  {
94220
94140
  "kind": "js",
94221
- "name": "DecimalRange",
94141
+ "name": "BoolAttributesEntry",
94222
94142
  "declaration": {
94223
- "name": "DecimalRange",
94224
- "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
94143
+ "name": "BoolAttributesEntry",
94144
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js"
94225
94145
  }
94226
94146
  }
94227
94147
  ]
94228
94148
  },
94229
94149
  {
94230
94150
  "kind": "javascript-module",
94231
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
94151
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map",
94232
94152
  "declarations": [],
94233
94153
  "exports": []
94234
94154
  },
94235
94155
  {
94236
94156
  "kind": "javascript-module",
94237
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
94157
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js",
94238
94158
  "declarations": [
94239
94159
  {
94240
94160
  "kind": "class",
94241
- "description": "DeepRecursion",
94242
- "name": "DeepRecursion",
94161
+ "description": "BoolLabelsEntry",
94162
+ "name": "BoolLabelsEntry",
94243
94163
  "members": [
94244
94164
  {
94245
94165
  "kind": "field",
94246
- "name": "displayName"
94166
+ "name": "key"
94247
94167
  },
94248
94168
  {
94249
94169
  "kind": "field",
94250
- "name": "field"
94170
+ "name": "value"
94251
94171
  },
94252
94172
  {
94253
94173
  "kind": "method",
@@ -94268,7 +94188,7 @@
94268
94188
  "type": {
94269
94189
  "text": "string"
94270
94190
  },
94271
- "default": "'furo.type.DeepRecursion'"
94191
+ "default": "'furo.fat.Bool.LabelsEntry'"
94272
94192
  },
94273
94193
  {
94274
94194
  "kind": "field",
@@ -94276,17 +94196,17 @@
94276
94196
  "type": {
94277
94197
  "text": "array"
94278
94198
  },
94279
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
94199
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
94280
94200
  },
94281
94201
  {
94282
94202
  "kind": "field",
94283
- "name": "_displayName",
94284
- "default": "new STRING(undefined, this, 'displayName')"
94203
+ "name": "_key",
94204
+ "default": "new STRING(undefined, this, 'key')"
94285
94205
  },
94286
94206
  {
94287
94207
  "kind": "field",
94288
- "name": "_field",
94289
- "default": "new RECURSION(undefined, this, 'field')"
94208
+ "name": "_value",
94209
+ "default": "new BOOLEAN(undefined, this, 'value')"
94290
94210
  },
94291
94211
  {
94292
94212
  "kind": "field",
@@ -95117,36 +95037,40 @@
95117
95037
  "exports": [
95118
95038
  {
95119
95039
  "kind": "js",
95120
- "name": "DeepRecursion",
95040
+ "name": "BoolLabelsEntry",
95121
95041
  "declaration": {
95122
- "name": "DeepRecursion",
95123
- "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
95042
+ "name": "BoolLabelsEntry",
95043
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js"
95124
95044
  }
95125
95045
  }
95126
95046
  ]
95127
95047
  },
95128
95048
  {
95129
95049
  "kind": "javascript-module",
95130
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
95050
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map",
95131
95051
  "declarations": [],
95132
95052
  "exports": []
95133
95053
  },
95134
95054
  {
95135
95055
  "kind": "javascript-module",
95136
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
95056
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.js",
95137
95057
  "declarations": [
95138
95058
  {
95139
95059
  "kind": "class",
95140
- "description": "DefaultsAttributesEntry",
95141
- "name": "DefaultsAttributesEntry",
95060
+ "description": "Bool\n Furo annotated type wrapper message for `bool`.",
95061
+ "name": "Bool",
95142
95062
  "members": [
95143
95063
  {
95144
95064
  "kind": "field",
95145
- "name": "key"
95065
+ "name": "value"
95146
95066
  },
95147
95067
  {
95148
95068
  "kind": "field",
95149
- "name": "value"
95069
+ "name": "labels"
95070
+ },
95071
+ {
95072
+ "kind": "field",
95073
+ "name": "attributes"
95150
95074
  },
95151
95075
  {
95152
95076
  "kind": "method",
@@ -95167,7 +95091,7 @@
95167
95091
  "type": {
95168
95092
  "text": "string"
95169
95093
  },
95170
- "default": "'furo.type.Defaults.AttributesEntry'"
95094
+ "default": "'furo.fat.Bool'"
95171
95095
  },
95172
95096
  {
95173
95097
  "kind": "field",
@@ -95175,17 +95099,22 @@
95175
95099
  "type": {
95176
95100
  "text": "array"
95177
95101
  },
95178
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
95102
+ "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: {}, }, ]"
95179
95103
  },
95180
95104
  {
95181
95105
  "kind": "field",
95182
- "name": "_key",
95183
- "default": "new STRING(undefined, this, 'key')"
95106
+ "name": "_value",
95107
+ "default": "new BOOLEAN(undefined, this, 'value')"
95184
95108
  },
95185
95109
  {
95186
95110
  "kind": "field",
95187
- "name": "_value",
95188
- "default": "new STRING(undefined, this, 'value')"
95111
+ "name": "_labels",
95112
+ "default": "new MAP(undefined, this, 'labels')"
95113
+ },
95114
+ {
95115
+ "kind": "field",
95116
+ "name": "_attributes",
95117
+ "default": "new MAP(undefined, this, 'attributes')"
95189
95118
  },
95190
95119
  {
95191
95120
  "kind": "field",
@@ -96016,72 +95945,36 @@
96016
95945
  "exports": [
96017
95946
  {
96018
95947
  "kind": "js",
96019
- "name": "DefaultsAttributesEntry",
95948
+ "name": "Bool",
96020
95949
  "declaration": {
96021
- "name": "DefaultsAttributesEntry",
96022
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
95950
+ "name": "Bool",
95951
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.js"
96023
95952
  }
96024
95953
  }
96025
95954
  ]
96026
95955
  },
96027
95956
  {
96028
95957
  "kind": "javascript-module",
96029
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
95958
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.js.map",
96030
95959
  "declarations": [],
96031
95960
  "exports": []
96032
95961
  },
96033
95962
  {
96034
95963
  "kind": "javascript-module",
96035
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
95964
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js",
96036
95965
  "declarations": [
96037
95966
  {
96038
95967
  "kind": "class",
96039
- "description": "Defaults",
96040
- "name": "Defaults",
95968
+ "description": "BytesAttributesEntry",
95969
+ "name": "BytesAttributesEntry",
96041
95970
  "members": [
96042
95971
  {
96043
95972
  "kind": "field",
96044
- "name": "refSystem"
96045
- },
96046
- {
96047
- "kind": "field",
96048
- "name": "refType"
96049
- },
96050
- {
96051
- "kind": "field",
96052
- "name": "bookingCenter"
96053
- },
96054
- {
96055
- "kind": "field",
96056
- "name": "attributes"
96057
- },
96058
- {
96059
- "kind": "field",
96060
- "name": "id"
96061
- },
96062
- {
96063
- "kind": "field",
96064
- "name": "stringArray"
96065
- },
96066
- {
96067
- "kind": "field",
96068
- "name": "repeatedDecimal"
96069
- },
96070
- {
96071
- "kind": "field",
96072
- "name": "decRange"
96073
- },
96074
- {
96075
- "kind": "field",
96076
- "name": "any"
96077
- },
96078
- {
96079
- "kind": "field",
96080
- "name": "fatString"
95973
+ "name": "key"
96081
95974
  },
96082
95975
  {
96083
95976
  "kind": "field",
96084
- "name": "trueFalse"
95977
+ "name": "value"
96085
95978
  },
96086
95979
  {
96087
95980
  "kind": "method",
@@ -96102,7 +95995,7 @@
96102
95995
  "type": {
96103
95996
  "text": "string"
96104
95997
  },
96105
- "default": "'furo.type.Defaults'"
95998
+ "default": "'furo.fat.Bytes.AttributesEntry'"
96106
95999
  },
96107
96000
  {
96108
96001
  "kind": "field",
@@ -96110,62 +96003,17 @@
96110
96003
  "type": {
96111
96004
  "text": "array"
96112
96005
  },
96113
- "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: {}, }, ]"
96114
- },
96115
- {
96116
- "kind": "field",
96117
- "name": "_refSystem",
96118
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
96119
- },
96120
- {
96121
- "kind": "field",
96122
- "name": "_refType",
96123
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
96124
- },
96125
- {
96126
- "kind": "field",
96127
- "name": "_bookingCenter",
96128
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
96129
- },
96130
- {
96131
- "kind": "field",
96132
- "name": "_attributes",
96133
- "default": "new MAP(undefined, this, 'attributes')"
96134
- },
96135
- {
96136
- "kind": "field",
96137
- "name": "_id",
96138
- "default": "new STRING(undefined, this, 'id')"
96139
- },
96140
- {
96141
- "kind": "field",
96142
- "name": "_stringArray",
96143
- "default": "new ARRAY(undefined, this, 'stringArray')"
96144
- },
96145
- {
96146
- "kind": "field",
96147
- "name": "_repeatedDecimal",
96148
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
96149
- },
96150
- {
96151
- "kind": "field",
96152
- "name": "_decRange",
96153
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
96154
- },
96155
- {
96156
- "kind": "field",
96157
- "name": "_any",
96158
- "default": "new ANY(undefined, this, 'any')"
96006
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
96159
96007
  },
96160
96008
  {
96161
96009
  "kind": "field",
96162
- "name": "_fatString",
96163
- "default": "new FuroFatString(undefined, this, 'fatString')"
96010
+ "name": "_key",
96011
+ "default": "new STRING(undefined, this, 'key')"
96164
96012
  },
96165
96013
  {
96166
96014
  "kind": "field",
96167
- "name": "_trueFalse",
96168
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
96015
+ "name": "_value",
96016
+ "default": "new STRING(undefined, this, 'value')"
96169
96017
  },
96170
96018
  {
96171
96019
  "kind": "field",
@@ -96173,7 +96021,7 @@
96173
96021
  "type": {
96174
96022
  "text": "object"
96175
96023
  },
96176
- "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
96024
+ "default": "{}"
96177
96025
  },
96178
96026
  {
96179
96027
  "kind": "field",
@@ -96996,28 +96844,28 @@
96996
96844
  "exports": [
96997
96845
  {
96998
96846
  "kind": "js",
96999
- "name": "Defaults",
96847
+ "name": "BytesAttributesEntry",
97000
96848
  "declaration": {
97001
- "name": "Defaults",
97002
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
96849
+ "name": "BytesAttributesEntry",
96850
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js"
97003
96851
  }
97004
96852
  }
97005
96853
  ]
97006
96854
  },
97007
96855
  {
97008
96856
  "kind": "javascript-module",
97009
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
96857
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map",
97010
96858
  "declarations": [],
97011
96859
  "exports": []
97012
96860
  },
97013
96861
  {
97014
96862
  "kind": "javascript-module",
97015
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
96863
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js",
97016
96864
  "declarations": [
97017
96865
  {
97018
96866
  "kind": "class",
97019
- "description": "IdentifierAttributesEntry",
97020
- "name": "IdentifierAttributesEntry",
96867
+ "description": "BytesLabelsEntry",
96868
+ "name": "BytesLabelsEntry",
97021
96869
  "members": [
97022
96870
  {
97023
96871
  "kind": "field",
@@ -97046,7 +96894,7 @@
97046
96894
  "type": {
97047
96895
  "text": "string"
97048
96896
  },
97049
- "default": "'furo.type.Identifier.AttributesEntry'"
96897
+ "default": "'furo.fat.Bytes.LabelsEntry'"
97050
96898
  },
97051
96899
  {
97052
96900
  "kind": "field",
@@ -97054,7 +96902,7 @@
97054
96902
  "type": {
97055
96903
  "text": "array"
97056
96904
  },
97057
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
96905
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
97058
96906
  },
97059
96907
  {
97060
96908
  "kind": "field",
@@ -97064,7 +96912,7 @@
97064
96912
  {
97065
96913
  "kind": "field",
97066
96914
  "name": "_value",
97067
- "default": "new STRING(undefined, this, 'value')"
96915
+ "default": "new BOOLEAN(undefined, this, 'value')"
97068
96916
  },
97069
96917
  {
97070
96918
  "kind": "field",
@@ -97895,73 +97743,41 @@
97895
97743
  "exports": [
97896
97744
  {
97897
97745
  "kind": "js",
97898
- "name": "IdentifierAttributesEntry",
97746
+ "name": "BytesLabelsEntry",
97899
97747
  "declaration": {
97900
- "name": "IdentifierAttributesEntry",
97901
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
97748
+ "name": "BytesLabelsEntry",
97749
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js"
97902
97750
  }
97903
97751
  }
97904
97752
  ]
97905
97753
  },
97906
97754
  {
97907
97755
  "kind": "javascript-module",
97908
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
97756
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map",
97909
97757
  "declarations": [],
97910
97758
  "exports": []
97911
97759
  },
97912
97760
  {
97913
97761
  "kind": "javascript-module",
97914
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
97762
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js",
97915
97763
  "declarations": [
97916
97764
  {
97917
97765
  "kind": "class",
97918
- "description": "Identifier",
97919
- "name": "Identifier",
97766
+ "description": "Bytes\n Furo annotated type wrapper message for `bytes`.",
97767
+ "name": "Bytes",
97920
97768
  "members": [
97921
97769
  {
97922
97770
  "kind": "field",
97923
- "name": "refSystem"
97924
- },
97925
- {
97926
- "kind": "field",
97927
- "name": "refType"
97771
+ "name": "value"
97928
97772
  },
97929
97773
  {
97930
97774
  "kind": "field",
97931
- "name": "bookingCenter"
97775
+ "name": "labels"
97932
97776
  },
97933
97777
  {
97934
97778
  "kind": "field",
97935
97779
  "name": "attributes"
97936
97780
  },
97937
- {
97938
- "kind": "field",
97939
- "name": "id"
97940
- },
97941
- {
97942
- "kind": "field",
97943
- "name": "stringArray"
97944
- },
97945
- {
97946
- "kind": "field",
97947
- "name": "repeatedDecimal"
97948
- },
97949
- {
97950
- "kind": "field",
97951
- "name": "decRange"
97952
- },
97953
- {
97954
- "kind": "field",
97955
- "name": "any"
97956
- },
97957
- {
97958
- "kind": "field",
97959
- "name": "fatString"
97960
- },
97961
- {
97962
- "kind": "field",
97963
- "name": "trueFalse"
97964
- },
97965
97781
  {
97966
97782
  "kind": "method",
97967
97783
  "name": "fromLiteral",
@@ -97981,7 +97797,7 @@
97981
97797
  "type": {
97982
97798
  "text": "string"
97983
97799
  },
97984
- "default": "'furo.type.Identifier'"
97800
+ "default": "'furo.fat.Bytes'"
97985
97801
  },
97986
97802
  {
97987
97803
  "kind": "field",
@@ -97989,70 +97805,30 @@
97989
97805
  "type": {
97990
97806
  "text": "array"
97991
97807
  },
97992
- "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: {}, }, ]"
97993
- },
97994
- {
97995
- "kind": "field",
97996
- "name": "_refSystem",
97997
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
97808
+ "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: {}, }, ]"
97998
97809
  },
97999
97810
  {
98000
97811
  "kind": "field",
98001
- "name": "_refType",
98002
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
97812
+ "name": "_value",
97813
+ "default": "new BYTES(undefined, this, 'value')"
98003
97814
  },
98004
97815
  {
98005
97816
  "kind": "field",
98006
- "name": "_bookingCenter",
98007
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
97817
+ "name": "_labels",
97818
+ "default": "new MAP(undefined, this, 'labels')"
98008
97819
  },
98009
97820
  {
98010
97821
  "kind": "field",
98011
97822
  "name": "_attributes",
98012
97823
  "default": "new MAP(undefined, this, 'attributes')"
98013
97824
  },
98014
- {
98015
- "kind": "field",
98016
- "name": "_id",
98017
- "default": "new STRING(undefined, this, 'id')"
98018
- },
98019
- {
98020
- "kind": "field",
98021
- "name": "_stringArray",
98022
- "default": "new ARRAY(undefined, this, 'stringArray')"
98023
- },
98024
- {
98025
- "kind": "field",
98026
- "name": "_repeatedDecimal",
98027
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
98028
- },
98029
- {
98030
- "kind": "field",
98031
- "name": "_decRange",
98032
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
98033
- },
98034
- {
98035
- "kind": "field",
98036
- "name": "_any",
98037
- "default": "new ANY(undefined, this, 'any')"
98038
- },
98039
- {
98040
- "kind": "field",
98041
- "name": "_fatString",
98042
- "default": "new FuroFatString(undefined, this, 'fatString')"
98043
- },
98044
- {
98045
- "kind": "field",
98046
- "name": "_trueFalse",
98047
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
98048
- },
98049
97825
  {
98050
97826
  "kind": "field",
98051
97827
  "name": "__defaultValues",
98052
97828
  "type": {
98053
97829
  "text": "object"
98054
97830
  },
98055
- "default": "{ stringArray: ['A', 'B', 'C'], }"
97831
+ "default": "{}"
98056
97832
  },
98057
97833
  {
98058
97834
  "kind": "field",
@@ -98875,36 +98651,36 @@
98875
98651
  "exports": [
98876
98652
  {
98877
98653
  "kind": "js",
98878
- "name": "Identifier",
98654
+ "name": "Bytes",
98879
98655
  "declaration": {
98880
- "name": "Identifier",
98881
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
98656
+ "name": "Bytes",
98657
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.js"
98882
98658
  }
98883
98659
  }
98884
98660
  ]
98885
98661
  },
98886
98662
  {
98887
98663
  "kind": "javascript-module",
98888
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
98664
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js.map",
98889
98665
  "declarations": [],
98890
98666
  "exports": []
98891
98667
  },
98892
98668
  {
98893
98669
  "kind": "javascript-module",
98894
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
98670
+ "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js",
98895
98671
  "declarations": [
98896
98672
  {
98897
98673
  "kind": "class",
98898
- "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
98899
- "name": "Numeric",
98674
+ "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.",
98675
+ "name": "DecimalRange",
98900
98676
  "members": [
98901
98677
  {
98902
98678
  "kind": "field",
98903
- "name": "primitiveInt32"
98679
+ "name": "start"
98904
98680
  },
98905
98681
  {
98906
98682
  "kind": "field",
98907
- "name": "repeatedPrimitiveInt32"
98683
+ "name": "end"
98908
98684
  },
98909
98685
  {
98910
98686
  "kind": "method",
@@ -98925,7 +98701,7 @@
98925
98701
  "type": {
98926
98702
  "text": "string"
98927
98703
  },
98928
- "default": "'furo.type.Numeric'"
98704
+ "default": "'furo.fat.DecimalRange'"
98929
98705
  },
98930
98706
  {
98931
98707
  "kind": "field",
@@ -98933,17 +98709,17 @@
98933
98709
  "type": {
98934
98710
  "text": "array"
98935
98711
  },
98936
- "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: {}, }, ]"
98712
+ "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
98937
98713
  },
98938
98714
  {
98939
98715
  "kind": "field",
98940
- "name": "_primitiveInt32",
98941
- "default": "new INT32(undefined, this, 'primitiveInt32')"
98716
+ "name": "_start",
98717
+ "default": "new FuroTypeDecimal(undefined, this, 'start')"
98942
98718
  },
98943
98719
  {
98944
98720
  "kind": "field",
98945
- "name": "_repeatedPrimitiveInt32",
98946
- "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
98721
+ "name": "_end",
98722
+ "default": "new FuroTypeDecimal(undefined, this, 'end')"
98947
98723
  },
98948
98724
  {
98949
98725
  "kind": "field",
@@ -99774,32 +99550,36 @@
99774
99550
  "exports": [
99775
99551
  {
99776
99552
  "kind": "js",
99777
- "name": "Numeric",
99553
+ "name": "DecimalRange",
99778
99554
  "declaration": {
99779
- "name": "Numeric",
99780
- "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
99555
+ "name": "DecimalRange",
99556
+ "module": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js"
99781
99557
  }
99782
99558
  }
99783
99559
  ]
99784
99560
  },
99785
99561
  {
99786
99562
  "kind": "javascript-module",
99787
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
99563
+ "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map",
99788
99564
  "declarations": [],
99789
99565
  "exports": []
99790
99566
  },
99791
99567
  {
99792
99568
  "kind": "javascript-module",
99793
- "path": "dist/protoc-gen-open-models/furo/type/Other.js",
99569
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js",
99794
99570
  "declarations": [
99795
99571
  {
99796
99572
  "kind": "class",
99797
- "description": "Other",
99798
- "name": "Other",
99573
+ "description": "DoubleAttributesEntry",
99574
+ "name": "DoubleAttributesEntry",
99799
99575
  "members": [
99800
99576
  {
99801
99577
  "kind": "field",
99802
- "name": "recursion"
99578
+ "name": "key"
99579
+ },
99580
+ {
99581
+ "kind": "field",
99582
+ "name": "value"
99803
99583
  },
99804
99584
  {
99805
99585
  "kind": "method",
@@ -99820,7 +99600,7 @@
99820
99600
  "type": {
99821
99601
  "text": "string"
99822
99602
  },
99823
- "default": "'furo.type.Other'"
99603
+ "default": "'furo.fat.Double.AttributesEntry'"
99824
99604
  },
99825
99605
  {
99826
99606
  "kind": "field",
@@ -99828,12 +99608,17 @@
99828
99608
  "type": {
99829
99609
  "text": "array"
99830
99610
  },
99831
- "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
99611
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
99832
99612
  },
99833
99613
  {
99834
99614
  "kind": "field",
99835
- "name": "_recursion",
99836
- "default": "new RECURSION(undefined, this, 'recursion')"
99615
+ "name": "_key",
99616
+ "default": "new STRING(undefined, this, 'key')"
99617
+ },
99618
+ {
99619
+ "kind": "field",
99620
+ "name": "_value",
99621
+ "default": "new STRING(undefined, this, 'value')"
99837
99622
  },
99838
99623
  {
99839
99624
  "kind": "field",
@@ -100664,92 +100449,36 @@
100664
100449
  "exports": [
100665
100450
  {
100666
100451
  "kind": "js",
100667
- "name": "Other",
100668
- "declaration": {
100669
- "name": "Other",
100670
- "module": "dist/protoc-gen-open-models/furo/type/Other.js"
100671
- }
100672
- }
100673
- ]
100674
- },
100675
- {
100676
- "kind": "javascript-module",
100677
- "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
100678
- "declarations": [],
100679
- "exports": []
100680
- },
100681
- {
100682
- "kind": "javascript-module",
100683
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js",
100684
- "declarations": [
100685
- {
100686
- "kind": "variable",
100687
- "name": "RefSystem"
100688
- }
100689
- ],
100690
- "exports": [
100691
- {
100692
- "kind": "js",
100693
- "name": "RefSystem",
100694
- "declaration": {
100695
- "name": "RefSystem",
100696
- "module": "dist/protoc-gen-open-models/furo/type/RefSystem.js"
100697
- }
100698
- }
100699
- ]
100700
- },
100701
- {
100702
- "kind": "javascript-module",
100703
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js.map",
100704
- "declarations": [],
100705
- "exports": []
100706
- },
100707
- {
100708
- "kind": "javascript-module",
100709
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js",
100710
- "declarations": [
100711
- {
100712
- "kind": "variable",
100713
- "name": "RefType"
100714
- }
100715
- ],
100716
- "exports": [
100717
- {
100718
- "kind": "js",
100719
- "name": "RefType",
100452
+ "name": "DoubleAttributesEntry",
100720
100453
  "declaration": {
100721
- "name": "RefType",
100722
- "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
100454
+ "name": "DoubleAttributesEntry",
100455
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js"
100723
100456
  }
100724
100457
  }
100725
100458
  ]
100726
100459
  },
100727
100460
  {
100728
100461
  "kind": "javascript-module",
100729
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
100462
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map",
100730
100463
  "declarations": [],
100731
100464
  "exports": []
100732
100465
  },
100733
100466
  {
100734
100467
  "kind": "javascript-module",
100735
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
100468
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js",
100736
100469
  "declarations": [
100737
100470
  {
100738
100471
  "kind": "class",
100739
- "description": "Tree\n*\n Tree is for checking recursive types",
100740
- "name": "Tree",
100472
+ "description": "DoubleLabelsEntry",
100473
+ "name": "DoubleLabelsEntry",
100741
100474
  "members": [
100742
100475
  {
100743
100476
  "kind": "field",
100744
- "name": "displayName"
100745
- },
100746
- {
100747
- "kind": "field",
100748
- "name": "nodes"
100477
+ "name": "key"
100749
100478
  },
100750
100479
  {
100751
100480
  "kind": "field",
100752
- "name": "recursion"
100481
+ "name": "value"
100753
100482
  },
100754
100483
  {
100755
100484
  "kind": "method",
@@ -100770,7 +100499,7 @@
100770
100499
  "type": {
100771
100500
  "text": "string"
100772
100501
  },
100773
- "default": "'furo.type.Tree'"
100502
+ "default": "'furo.fat.Double.LabelsEntry'"
100774
100503
  },
100775
100504
  {
100776
100505
  "kind": "field",
@@ -100778,22 +100507,17 @@
100778
100507
  "type": {
100779
100508
  "text": "array"
100780
100509
  },
100781
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, }, ]"
100782
- },
100783
- {
100784
- "kind": "field",
100785
- "name": "_displayName",
100786
- "default": "new STRING(undefined, this, 'displayName')"
100510
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
100787
100511
  },
100788
100512
  {
100789
100513
  "kind": "field",
100790
- "name": "_nodes",
100791
- "default": "new ARRAY(undefined, this, 'nodes')"
100514
+ "name": "_key",
100515
+ "default": "new STRING(undefined, this, 'key')"
100792
100516
  },
100793
100517
  {
100794
100518
  "kind": "field",
100795
- "name": "_recursion",
100796
- "default": "new RECURSION(undefined, this, 'recursion')"
100519
+ "name": "_value",
100520
+ "default": "new BOOLEAN(undefined, this, 'value')"
100797
100521
  },
100798
100522
  {
100799
100523
  "kind": "field",
@@ -101624,64 +101348,40 @@
101624
101348
  "exports": [
101625
101349
  {
101626
101350
  "kind": "js",
101627
- "name": "Tree",
101351
+ "name": "DoubleLabelsEntry",
101628
101352
  "declaration": {
101629
- "name": "Tree",
101630
- "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
101353
+ "name": "DoubleLabelsEntry",
101354
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js"
101631
101355
  }
101632
101356
  }
101633
101357
  ]
101634
101358
  },
101635
101359
  {
101636
101360
  "kind": "javascript-module",
101637
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
101361
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map",
101638
101362
  "declarations": [],
101639
101363
  "exports": []
101640
101364
  },
101641
101365
  {
101642
101366
  "kind": "javascript-module",
101643
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
101367
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.js",
101644
101368
  "declarations": [
101645
101369
  {
101646
101370
  "kind": "class",
101647
- "description": "Wrappers",
101648
- "name": "Wrappers",
101371
+ "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",
101372
+ "name": "Double",
101649
101373
  "members": [
101650
101374
  {
101651
101375
  "kind": "field",
101652
- "name": "stringValue"
101653
- },
101654
- {
101655
- "kind": "field",
101656
- "name": "int32Value"
101657
- },
101658
- {
101659
- "kind": "field",
101660
- "name": "int64Value"
101661
- },
101662
- {
101663
- "kind": "field",
101664
- "name": "floatValue"
101665
- },
101666
- {
101667
- "kind": "field",
101668
- "name": "doubleValue"
101669
- },
101670
- {
101671
- "kind": "field",
101672
- "name": "boolValue"
101673
- },
101674
- {
101675
- "kind": "field",
101676
- "name": "uint32Value"
101376
+ "name": "value"
101677
101377
  },
101678
101378
  {
101679
101379
  "kind": "field",
101680
- "name": "uint64Value"
101380
+ "name": "labels"
101681
101381
  },
101682
101382
  {
101683
101383
  "kind": "field",
101684
- "name": "bytesValue"
101384
+ "name": "attributes"
101685
101385
  },
101686
101386
  {
101687
101387
  "kind": "method",
@@ -101702,7 +101402,7 @@
101702
101402
  "type": {
101703
101403
  "text": "string"
101704
101404
  },
101705
- "default": "'furo.type.Wrappers'"
101405
+ "default": "'furo.fat.Double'"
101706
101406
  },
101707
101407
  {
101708
101408
  "kind": "field",
@@ -101710,52 +101410,22 @@
101710
101410
  "type": {
101711
101411
  "text": "array"
101712
101412
  },
101713
- "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: {}, }, ]"
101714
- },
101715
- {
101716
- "kind": "field",
101717
- "name": "_stringValue",
101718
- "default": "new StringValue(undefined, this, 'stringValue')"
101719
- },
101720
- {
101721
- "kind": "field",
101722
- "name": "_int32Value",
101723
- "default": "new Int32Value(undefined, this, 'int32Value')"
101724
- },
101725
- {
101726
- "kind": "field",
101727
- "name": "_int64Value",
101728
- "default": "new Int64Value(undefined, this, 'int64Value')"
101729
- },
101730
- {
101731
- "kind": "field",
101732
- "name": "_floatValue",
101733
- "default": "new FloatValue(undefined, this, 'floatValue')"
101734
- },
101735
- {
101736
- "kind": "field",
101737
- "name": "_doubleValue",
101738
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
101739
- },
101740
- {
101741
- "kind": "field",
101742
- "name": "_boolValue",
101743
- "default": "new BoolValue(undefined, this, 'boolValue')"
101413
+ "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: {}, }, ]"
101744
101414
  },
101745
101415
  {
101746
101416
  "kind": "field",
101747
- "name": "_uint32Value",
101748
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
101417
+ "name": "_value",
101418
+ "default": "new DOUBLE(undefined, this, 'value')"
101749
101419
  },
101750
101420
  {
101751
101421
  "kind": "field",
101752
- "name": "_uint64Value",
101753
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
101422
+ "name": "_labels",
101423
+ "default": "new MAP(undefined, this, 'labels')"
101754
101424
  },
101755
101425
  {
101756
101426
  "kind": "field",
101757
- "name": "_bytesValue",
101758
- "default": "new BytesValue(undefined, this, 'bytesValue')"
101427
+ "name": "_attributes",
101428
+ "default": "new MAP(undefined, this, 'attributes')"
101759
101429
  },
101760
101430
  {
101761
101431
  "kind": "field",
@@ -102586,36 +102256,36 @@
102586
102256
  "exports": [
102587
102257
  {
102588
102258
  "kind": "js",
102589
- "name": "Wrappers",
102259
+ "name": "Double",
102590
102260
  "declaration": {
102591
- "name": "Wrappers",
102592
- "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
102261
+ "name": "Double",
102262
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.js"
102593
102263
  }
102594
102264
  }
102595
102265
  ]
102596
102266
  },
102597
102267
  {
102598
102268
  "kind": "javascript-module",
102599
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
102269
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.js.map",
102600
102270
  "declarations": [],
102601
102271
  "exports": []
102602
102272
  },
102603
102273
  {
102604
102274
  "kind": "javascript-module",
102605
- "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
102275
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js",
102606
102276
  "declarations": [
102607
102277
  {
102608
102278
  "kind": "class",
102609
- "description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
102610
- "name": "CustomHttpPattern",
102279
+ "description": "EmptyAttributesEntry",
102280
+ "name": "EmptyAttributesEntry",
102611
102281
  "members": [
102612
102282
  {
102613
102283
  "kind": "field",
102614
- "name": "kind"
102284
+ "name": "key"
102615
102285
  },
102616
102286
  {
102617
102287
  "kind": "field",
102618
- "name": "path"
102288
+ "name": "value"
102619
102289
  },
102620
102290
  {
102621
102291
  "kind": "method",
@@ -102636,7 +102306,7 @@
102636
102306
  "type": {
102637
102307
  "text": "string"
102638
102308
  },
102639
- "default": "'google.api.CustomHttpPattern'"
102309
+ "default": "'furo.fat.Empty.AttributesEntry'"
102640
102310
  },
102641
102311
  {
102642
102312
  "kind": "field",
@@ -102644,17 +102314,17 @@
102644
102314
  "type": {
102645
102315
  "text": "array"
102646
102316
  },
102647
- "default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
102317
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
102648
102318
  },
102649
102319
  {
102650
102320
  "kind": "field",
102651
- "name": "_kind",
102652
- "default": "new STRING(undefined, this, 'kind')"
102321
+ "name": "_key",
102322
+ "default": "new STRING(undefined, this, 'key')"
102653
102323
  },
102654
102324
  {
102655
102325
  "kind": "field",
102656
- "name": "_path",
102657
- "default": "new STRING(undefined, this, 'path')"
102326
+ "name": "_value",
102327
+ "default": "new STRING(undefined, this, 'value')"
102658
102328
  },
102659
102329
  {
102660
102330
  "kind": "field",
@@ -103485,36 +103155,36 @@
103485
103155
  "exports": [
103486
103156
  {
103487
103157
  "kind": "js",
103488
- "name": "CustomHttpPattern",
103158
+ "name": "EmptyAttributesEntry",
103489
103159
  "declaration": {
103490
- "name": "CustomHttpPattern",
103491
- "module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
103160
+ "name": "EmptyAttributesEntry",
103161
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js"
103492
103162
  }
103493
103163
  }
103494
103164
  ]
103495
103165
  },
103496
103166
  {
103497
103167
  "kind": "javascript-module",
103498
- "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
103168
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map",
103499
103169
  "declarations": [],
103500
103170
  "exports": []
103501
103171
  },
103502
103172
  {
103503
103173
  "kind": "javascript-module",
103504
- "path": "dist/protoc-gen-open-models/google/api/Http.js",
103174
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js",
103505
103175
  "declarations": [
103506
103176
  {
103507
103177
  "kind": "class",
103508
- "description": "Http\n Defines the HTTP configuration for an API service. It contains a list of\n [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method\n to one or more HTTP REST API methods.",
103509
- "name": "Http",
103178
+ "description": "EmptyLabelsEntry",
103179
+ "name": "EmptyLabelsEntry",
103510
103180
  "members": [
103511
103181
  {
103512
103182
  "kind": "field",
103513
- "name": "rules"
103183
+ "name": "key"
103514
103184
  },
103515
103185
  {
103516
103186
  "kind": "field",
103517
- "name": "fullyDecodeReservedExpansion"
103187
+ "name": "value"
103518
103188
  },
103519
103189
  {
103520
103190
  "kind": "method",
@@ -103535,7 +103205,7 @@
103535
103205
  "type": {
103536
103206
  "text": "string"
103537
103207
  },
103538
- "default": "'google.api.Http'"
103208
+ "default": "'furo.fat.Empty.LabelsEntry'"
103539
103209
  },
103540
103210
  {
103541
103211
  "kind": "field",
@@ -103543,17 +103213,17 @@
103543
103213
  "type": {
103544
103214
  "text": "array"
103545
103215
  },
103546
- "default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
103216
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
103547
103217
  },
103548
103218
  {
103549
103219
  "kind": "field",
103550
- "name": "_rules",
103551
- "default": "new ARRAY(undefined, this, 'rules')"
103220
+ "name": "_key",
103221
+ "default": "new STRING(undefined, this, 'key')"
103552
103222
  },
103553
103223
  {
103554
103224
  "kind": "field",
103555
- "name": "_fullyDecodeReservedExpansion",
103556
- "default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
103225
+ "name": "_value",
103226
+ "default": "new BOOLEAN(undefined, this, 'value')"
103557
103227
  },
103558
103228
  {
103559
103229
  "kind": "field",
@@ -104384,68 +104054,36 @@
104384
104054
  "exports": [
104385
104055
  {
104386
104056
  "kind": "js",
104387
- "name": "Http",
104057
+ "name": "EmptyLabelsEntry",
104388
104058
  "declaration": {
104389
- "name": "Http",
104390
- "module": "dist/protoc-gen-open-models/google/api/Http.js"
104059
+ "name": "EmptyLabelsEntry",
104060
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js"
104391
104061
  }
104392
104062
  }
104393
104063
  ]
104394
104064
  },
104395
104065
  {
104396
104066
  "kind": "javascript-module",
104397
- "path": "dist/protoc-gen-open-models/google/api/Http.js.map",
104067
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map",
104398
104068
  "declarations": [],
104399
104069
  "exports": []
104400
104070
  },
104401
104071
  {
104402
104072
  "kind": "javascript-module",
104403
- "path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
104073
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.js",
104404
104074
  "declarations": [
104405
104075
  {
104406
104076
  "kind": "class",
104407
- "description": "HttpRule\n # gRPC Transcoding\n\n gRPC Transcoding is a feature for mapping between a gRPC method and one or\n more HTTP REST endpoints. It allows developers to build a single API service\n that supports both gRPC APIs and REST APIs. Many systems, including [Google\n APIs](https://github.com/googleapis/googleapis),\n [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC\n Gateway](https://github.com/grpc-ecosystem/grpc-gateway),\n and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature\n and use it for large scale production services.\n\n `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies\n how different portions of the gRPC request message are mapped to the URL\n path, URL query parameters, and HTTP request body. It also controls how the\n gRPC response message is mapped to the HTTP response body. `HttpRule` is\n typically specified as an `google.api.http` annotation on the gRPC method.\n\n Each mapping specifies a URL path template and an HTTP method. The path\n template may refer to one or more fields in the gRPC request message, as long\n as each field is a non-repeated field with a primitive (non-message) type.\n The path template controls how fields of the request message are mapped to\n the URL path.\n\n Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/{name=messages/*}\"\n };\n }\n }\n message GetMessageRequest {\n string name = 1; // Mapped to URL path.\n }\n message Message {\n string text = 1; // The resource content.\n }\n\n This enables an HTTP REST to gRPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(name: \"messages/123456\")`\n\n Any fields in the request message which are not bound by the path template\n automatically become HTTP query parameters if there is no HTTP request body.\n For example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get:\"/v1/messages/{message_id}\"\n };\n }\n }\n message GetMessageRequest {\n message SubMessage {\n string subfield = 1;\n }\n string message_id = 1; // Mapped to URL path.\n int64 revision = 2; // Mapped to URL query parameter `revision`.\n SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.\n }\n\n This enables a HTTP JSON to RPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456?revision=2&sub.subfield=foo` |\n `GetMessage(message_id: \"123456\" revision: 2 sub: SubMessage(subfield:\n \"foo\"))`\n\n Note that fields which are mapped to URL query parameters must have a\n primitive type or a repeated primitive type or a non-repeated message type.\n In the case of a repeated type, the parameter can be repeated in the URL\n as `...?param=A&param=B`. In the case of a message type, each field of the\n message is mapped to a separate parameter, such as\n `...?foo.a=A&foo.b=B&foo.c=C`.\n\n For HTTP methods that allow a request body, the `body` field\n specifies the mapping. Consider a REST update method on the\n message resource collection:\n\n service Messaging {\n rpc UpdateMessage(UpdateMessageRequest) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"message\"\n };\n }\n }\n message UpdateMessageRequest {\n string message_id = 1; // mapped to the URL\n Message message = 2; // mapped to the body\n }\n\n The following HTTP JSON to RPC mapping is enabled, where the\n representation of the JSON in the request body is determined by\n protos JSON encoding:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" message { text: \"Hi!\" })`\n\n The special name `*` can be used in the body mapping to define that\n every field not bound by the path template should be mapped to the\n request body. This enables the following alternative definition of\n the update method:\n\n service Messaging {\n rpc UpdateMessage(Message) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"*\"\n };\n }\n }\n message Message {\n string message_id = 1;\n string text = 2;\n }\n\n\n The following HTTP JSON to RPC mapping is enabled:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" text: \"Hi!\")`\n\n Note that when using `*` in the body mapping, it is not possible to\n have HTTP parameters, as all fields not bound by the path end in\n the body. This makes this option more rarely used in practice when\n defining REST APIs. The common usage of `*` is in custom methods\n which don't use the URL at all for transferring data.\n\n It is possible to define multiple HTTP methods for one RPC by using\n the `additional_bindings` option. Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/messages/{message_id}\"\n additional_bindings {\n get: \"/v1/users/{user_id}/messages/{message_id}\"\n }\n };\n }\n }\n message GetMessageRequest {\n string message_id = 1;\n string user_id = 2;\n }\n\n This enables the following two alternative HTTP JSON to RPC mappings:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(message_id: \"123456\")`\n `GET /v1/users/me/messages/123456` | `GetMessage(user_id: \"me\" message_id:\n \"123456\")`\n\n ## Rules for HTTP mapping\n\n 1. Leaf request fields (recursive expansion nested messages in the request\n message) are classified into three categories:\n - Fields referred by the path template. They are passed via the URL path.\n - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They\n are passed via the HTTP\n request body.\n - All other fields are passed via the URL query parameters, and the\n parameter name is the field path in the request message. A repeated\n field can be represented as multiple query parameters under the same\n name.\n 2. If [HttpRule.body][google.api.HttpRule.body] is \"*\", there is no URL\n query parameter, all fields\n are passed via URL path and HTTP request body.\n 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP\n request body, all\n fields are passed via URL path and URL query parameters.\n\n ### Path template syntax\n\n Template = \"/\" Segments [ Verb ] ;\n Segments = Segment { \"/\" Segment } ;\n Segment = \"*\" | \"**\" | LITERAL | Variable ;\n Variable = \"{\" FieldPath [ \"=\" Segments ] \"}\" ;\n FieldPath = IDENT { \".\" IDENT } ;\n Verb = \":\" LITERAL ;\n\n The syntax `*` matches a single URL path segment. The syntax `**` matches\n zero or more URL path segments, which must be the last part of the URL path\n except the `Verb`.\n\n The syntax `Variable` matches part of the URL path as specified by its\n template. A variable template must not contain other variables. If a variable\n matches a single path segment, its template may be omitted, e.g. `{var}`\n is equivalent to `{var=*}`.\n\n The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`\n contains any reserved character, such characters should be percent-encoded\n before the matching.\n\n If a variable contains exactly one path segment, such as `\"{var}\"` or\n `\"{var=*}\"`, when such a variable is expanded into a URL path on the client\n side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The\n server side does the reverse decoding. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{var}`.\n\n If a variable contains multiple path segments, such as `\"{var=foo/*}\"`\n or `\"{var=**}\"`, when such a variable is expanded into a URL path on the\n client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.\n The server side does the reverse decoding, except \"%2F\" and \"%2f\" are left\n unchanged. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{+var}`.\n\n ## Using gRPC API Service Configuration\n\n gRPC API Service Configuration (service config) is a configuration language\n for configuring a gRPC service to become a user-facing product. The\n service config is simply the YAML representation of the `google.api.Service`\n proto message.\n\n As an alternative to annotating your proto file, you can configure gRPC\n transcoding in your service config YAML files. You do this by specifying a\n `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same\n effect as the proto annotation. This can be particularly useful if you\n have a proto that is reused in multiple services. Note that any transcoding\n specified in the service config will override any matching transcoding\n configuration in the proto.\n\n Example:\n\n http:\n rules:\n # Selects a gRPC method and applies HttpRule to it.\n - selector: example.v1.Messaging.GetMessage\n get: /v1/messages/{message_id}/{sub.subfield}\n\n ## Special notes\n\n When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the\n proto to JSON conversion must follow the [proto3\n specification](https://developers.google.com/protocol-buffers/docs/proto3#json).\n\n While the single segment variable follows the semantics of\n [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String\n Expansion, the multi segment variable **does not** follow RFC 6570 Section\n 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion\n does not expand special characters like `?` and `#`, which would lead\n to invalid URLs. As the result, gRPC Transcoding uses a custom encoding\n for multi segment variables.\n\n The path variables **must not** refer to any repeated or mapped field,\n because client libraries are not capable of handling such variable expansion.\n\n The path variables **must not** capture the leading \"/\" character. The reason\n is that the most common use case \"{var}\" does not capture the leading \"/\"\n character. For consistency, all path variables must share the same behavior.\n\n Repeated message fields must not be mapped to URL query parameters, because\n no client library can support such complicated mapping.\n\n If an API needs to use a JSON array for request or response body, it can map\n the request or response body to a repeated field. However, some gRPC\n Transcoding implementations may not support this feature.",
104408
- "name": "HttpRule",
104077
+ "description": "Empty\n Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes",
104078
+ "name": "Empty",
104409
104079
  "members": [
104410
104080
  {
104411
104081
  "kind": "field",
104412
- "name": "selector"
104413
- },
104414
- {
104415
- "kind": "field",
104416
- "name": "get"
104417
- },
104418
- {
104419
- "kind": "field",
104420
- "name": "put"
104421
- },
104422
- {
104423
- "kind": "field",
104424
- "name": "post"
104425
- },
104426
- {
104427
- "kind": "field",
104428
- "name": "delete"
104429
- },
104430
- {
104431
- "kind": "field",
104432
- "name": "patch"
104433
- },
104434
- {
104435
- "kind": "field",
104436
- "name": "custom"
104437
- },
104438
- {
104439
- "kind": "field",
104440
- "name": "body"
104441
- },
104442
- {
104443
- "kind": "field",
104444
- "name": "responseBody"
104082
+ "name": "labels"
104445
104083
  },
104446
104084
  {
104447
104085
  "kind": "field",
104448
- "name": "additionalBindings"
104086
+ "name": "attributes"
104449
104087
  },
104450
104088
  {
104451
104089
  "kind": "method",
@@ -104466,7 +104104,7 @@
104466
104104
  "type": {
104467
104105
  "text": "string"
104468
104106
  },
104469
- "default": "'google.api.HttpRule'"
104107
+ "default": "'furo.fat.Empty'"
104470
104108
  },
104471
104109
  {
104472
104110
  "kind": "field",
@@ -104474,57 +104112,17 @@
104474
104112
  "type": {
104475
104113
  "text": "array"
104476
104114
  },
104477
- "default": "[ { fieldName: 'selector', protoName: 'selector', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'get', protoName: 'get', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'put', protoName: 'put', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'post', protoName: 'post', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'delete', protoName: 'delete', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'patch', protoName: 'patch', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'custom', protoName: 'custom', FieldConstructor: GoogleApiCustomHttpPattern, constraints: {}, }, { fieldName: 'body', protoName: 'body', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'responseBody', protoName: 'response_body', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'additionalBindings', protoName: 'additional_bindings', FieldConstructor: HttpRule, constraints: {}, }, ]"
104478
- },
104479
- {
104480
- "kind": "field",
104481
- "name": "_selector",
104482
- "default": "new STRING(undefined, this, 'selector')"
104483
- },
104484
- {
104485
- "kind": "field",
104486
- "name": "_get",
104487
- "default": "new STRING(undefined, this, 'get')"
104488
- },
104489
- {
104490
- "kind": "field",
104491
- "name": "_put",
104492
- "default": "new STRING(undefined, this, 'put')"
104493
- },
104494
- {
104495
- "kind": "field",
104496
- "name": "_post",
104497
- "default": "new STRING(undefined, this, 'post')"
104498
- },
104499
- {
104500
- "kind": "field",
104501
- "name": "_delete",
104502
- "default": "new STRING(undefined, this, 'delete')"
104503
- },
104504
- {
104505
- "kind": "field",
104506
- "name": "_patch",
104507
- "default": "new STRING(undefined, this, 'patch')"
104508
- },
104509
- {
104510
- "kind": "field",
104511
- "name": "_custom",
104512
- "default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
104513
- },
104514
- {
104515
- "kind": "field",
104516
- "name": "_body",
104517
- "default": "new STRING(undefined, this, 'body')"
104115
+ "default": "[ { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
104518
104116
  },
104519
104117
  {
104520
104118
  "kind": "field",
104521
- "name": "_responseBody",
104522
- "default": "new STRING(undefined, this, 'responseBody')"
104119
+ "name": "_labels",
104120
+ "default": "new MAP(undefined, this, 'labels')"
104523
104121
  },
104524
104122
  {
104525
104123
  "kind": "field",
104526
- "name": "_additionalBindings",
104527
- "default": "new ARRAY(undefined, this, 'additionalBindings')"
104124
+ "name": "_attributes",
104125
+ "default": "new MAP(undefined, this, 'attributes')"
104528
104126
  },
104529
104127
  {
104530
104128
  "kind": "field",
@@ -105355,28 +104953,28 @@
105355
104953
  "exports": [
105356
104954
  {
105357
104955
  "kind": "js",
105358
- "name": "HttpRule",
104956
+ "name": "Empty",
105359
104957
  "declaration": {
105360
- "name": "HttpRule",
105361
- "module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
104958
+ "name": "Empty",
104959
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.js"
105362
104960
  }
105363
104961
  }
105364
104962
  ]
105365
104963
  },
105366
104964
  {
105367
104965
  "kind": "javascript-module",
105368
- "path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
104966
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.js.map",
105369
104967
  "declarations": [],
105370
104968
  "exports": []
105371
104969
  },
105372
104970
  {
105373
104971
  "kind": "javascript-module",
105374
- "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js",
104972
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js",
105375
104973
  "declarations": [
105376
104974
  {
105377
104975
  "kind": "class",
105378
- "description": "AnyAttributesEntry",
105379
- "name": "AnyAttributesEntry",
104976
+ "description": "FloatAttributesEntry",
104977
+ "name": "FloatAttributesEntry",
105380
104978
  "members": [
105381
104979
  {
105382
104980
  "kind": "field",
@@ -105405,7 +105003,7 @@
105405
105003
  "type": {
105406
105004
  "text": "string"
105407
105005
  },
105408
- "default": "'furo.fat.Any.AttributesEntry'"
105006
+ "default": "'furo.fat.Float.AttributesEntry'"
105409
105007
  },
105410
105008
  {
105411
105009
  "kind": "field",
@@ -106254,28 +105852,28 @@
106254
105852
  "exports": [
106255
105853
  {
106256
105854
  "kind": "js",
106257
- "name": "AnyAttributesEntry",
105855
+ "name": "FloatAttributesEntry",
106258
105856
  "declaration": {
106259
- "name": "AnyAttributesEntry",
106260
- "module": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js"
105857
+ "name": "FloatAttributesEntry",
105858
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js"
106261
105859
  }
106262
105860
  }
106263
105861
  ]
106264
105862
  },
106265
105863
  {
106266
105864
  "kind": "javascript-module",
106267
- "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map",
105865
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map",
106268
105866
  "declarations": [],
106269
105867
  "exports": []
106270
105868
  },
106271
105869
  {
106272
105870
  "kind": "javascript-module",
106273
- "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js",
105871
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js",
106274
105872
  "declarations": [
106275
105873
  {
106276
105874
  "kind": "class",
106277
- "description": "AnyLabelsEntry",
106278
- "name": "AnyLabelsEntry",
105875
+ "description": "FloatLabelsEntry",
105876
+ "name": "FloatLabelsEntry",
106279
105877
  "members": [
106280
105878
  {
106281
105879
  "kind": "field",
@@ -106304,7 +105902,7 @@
106304
105902
  "type": {
106305
105903
  "text": "string"
106306
105904
  },
106307
- "default": "'furo.fat.Any.LabelsEntry'"
105905
+ "default": "'furo.fat.Float.LabelsEntry'"
106308
105906
  },
106309
105907
  {
106310
105908
  "kind": "field",
@@ -107153,28 +106751,28 @@
107153
106751
  "exports": [
107154
106752
  {
107155
106753
  "kind": "js",
107156
- "name": "AnyLabelsEntry",
106754
+ "name": "FloatLabelsEntry",
107157
106755
  "declaration": {
107158
- "name": "AnyLabelsEntry",
107159
- "module": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js"
106756
+ "name": "FloatLabelsEntry",
106757
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js"
107160
106758
  }
107161
106759
  }
107162
106760
  ]
107163
106761
  },
107164
106762
  {
107165
106763
  "kind": "javascript-module",
107166
- "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map",
106764
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map",
107167
106765
  "declarations": [],
107168
106766
  "exports": []
107169
106767
  },
107170
106768
  {
107171
106769
  "kind": "javascript-module",
107172
- "path": "dist/protoc-gen-open-models/furo/fat/Any.js",
106770
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.js",
107173
106771
  "declarations": [
107174
106772
  {
107175
106773
  "kind": "class",
107176
- "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",
107177
- "name": "XAny",
106774
+ "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",
106775
+ "name": "Float",
107178
106776
  "members": [
107179
106777
  {
107180
106778
  "kind": "field",
@@ -107207,7 +106805,7 @@
107207
106805
  "type": {
107208
106806
  "text": "string"
107209
106807
  },
107210
- "default": "'furo.fat.Any'"
106808
+ "default": "'furo.fat.Float'"
107211
106809
  },
107212
106810
  {
107213
106811
  "kind": "field",
@@ -107215,12 +106813,12 @@
107215
106813
  "type": {
107216
106814
  "text": "array"
107217
106815
  },
107218
- "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: {}, }, ]"
106816
+ "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: {}, }, ]"
107219
106817
  },
107220
106818
  {
107221
106819
  "kind": "field",
107222
106820
  "name": "_value",
107223
- "default": "new BYTES(undefined, this, 'value')"
106821
+ "default": "new FLOAT(undefined, this, 'value')"
107224
106822
  },
107225
106823
  {
107226
106824
  "kind": "field",
@@ -108061,28 +107659,28 @@
108061
107659
  "exports": [
108062
107660
  {
108063
107661
  "kind": "js",
108064
- "name": "XAny",
107662
+ "name": "Float",
108065
107663
  "declaration": {
108066
- "name": "XAny",
108067
- "module": "dist/protoc-gen-open-models/furo/fat/Any.js"
107664
+ "name": "Float",
107665
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.js"
108068
107666
  }
108069
107667
  }
108070
107668
  ]
108071
107669
  },
108072
107670
  {
108073
107671
  "kind": "javascript-module",
108074
- "path": "dist/protoc-gen-open-models/furo/fat/Any.js.map",
107672
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.js.map",
108075
107673
  "declarations": [],
108076
107674
  "exports": []
108077
107675
  },
108078
107676
  {
108079
107677
  "kind": "javascript-module",
108080
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js",
107678
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js",
108081
107679
  "declarations": [
108082
107680
  {
108083
107681
  "kind": "class",
108084
- "description": "BoolAttributesEntry",
108085
- "name": "BoolAttributesEntry",
107682
+ "description": "Int32AttributesEntry",
107683
+ "name": "Int32AttributesEntry",
108086
107684
  "members": [
108087
107685
  {
108088
107686
  "kind": "field",
@@ -108111,7 +107709,7 @@
108111
107709
  "type": {
108112
107710
  "text": "string"
108113
107711
  },
108114
- "default": "'furo.fat.Bool.AttributesEntry'"
107712
+ "default": "'furo.fat.Int32.AttributesEntry'"
108115
107713
  },
108116
107714
  {
108117
107715
  "kind": "field",
@@ -108960,28 +108558,28 @@
108960
108558
  "exports": [
108961
108559
  {
108962
108560
  "kind": "js",
108963
- "name": "BoolAttributesEntry",
108561
+ "name": "Int32AttributesEntry",
108964
108562
  "declaration": {
108965
- "name": "BoolAttributesEntry",
108966
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js"
108563
+ "name": "Int32AttributesEntry",
108564
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js"
108967
108565
  }
108968
108566
  }
108969
108567
  ]
108970
108568
  },
108971
108569
  {
108972
108570
  "kind": "javascript-module",
108973
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map",
108571
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map",
108974
108572
  "declarations": [],
108975
108573
  "exports": []
108976
108574
  },
108977
108575
  {
108978
108576
  "kind": "javascript-module",
108979
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js",
108577
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js",
108980
108578
  "declarations": [
108981
108579
  {
108982
108580
  "kind": "class",
108983
- "description": "BoolLabelsEntry",
108984
- "name": "BoolLabelsEntry",
108581
+ "description": "Int32LabelsEntry",
108582
+ "name": "Int32LabelsEntry",
108985
108583
  "members": [
108986
108584
  {
108987
108585
  "kind": "field",
@@ -109010,7 +108608,7 @@
109010
108608
  "type": {
109011
108609
  "text": "string"
109012
108610
  },
109013
- "default": "'furo.fat.Bool.LabelsEntry'"
108611
+ "default": "'furo.fat.Int32.LabelsEntry'"
109014
108612
  },
109015
108613
  {
109016
108614
  "kind": "field",
@@ -109859,28 +109457,28 @@
109859
109457
  "exports": [
109860
109458
  {
109861
109459
  "kind": "js",
109862
- "name": "BoolLabelsEntry",
109460
+ "name": "Int32LabelsEntry",
109863
109461
  "declaration": {
109864
- "name": "BoolLabelsEntry",
109865
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js"
109462
+ "name": "Int32LabelsEntry",
109463
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js"
109866
109464
  }
109867
109465
  }
109868
109466
  ]
109869
109467
  },
109870
109468
  {
109871
109469
  "kind": "javascript-module",
109872
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map",
109470
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map",
109873
109471
  "declarations": [],
109874
109472
  "exports": []
109875
109473
  },
109876
109474
  {
109877
109475
  "kind": "javascript-module",
109878
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.js",
109476
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.js",
109879
109477
  "declarations": [
109880
109478
  {
109881
109479
  "kind": "class",
109882
- "description": "Bool\n Furo annotated type wrapper message for `bool`.",
109883
- "name": "Bool",
109480
+ "description": "Int32\n Furo annotated type wrapper message for `int32`.",
109481
+ "name": "Int32",
109884
109482
  "members": [
109885
109483
  {
109886
109484
  "kind": "field",
@@ -109913,7 +109511,7 @@
109913
109511
  "type": {
109914
109512
  "text": "string"
109915
109513
  },
109916
- "default": "'furo.fat.Bool'"
109514
+ "default": "'furo.fat.Int32'"
109917
109515
  },
109918
109516
  {
109919
109517
  "kind": "field",
@@ -109921,12 +109519,12 @@
109921
109519
  "type": {
109922
109520
  "text": "array"
109923
109521
  },
109924
- "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: {}, }, ]"
109522
+ "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: {}, }, ]"
109925
109523
  },
109926
109524
  {
109927
109525
  "kind": "field",
109928
109526
  "name": "_value",
109929
- "default": "new BOOLEAN(undefined, this, 'value')"
109527
+ "default": "new INT32(undefined, this, 'value')"
109930
109528
  },
109931
109529
  {
109932
109530
  "kind": "field",
@@ -110767,28 +110365,28 @@
110767
110365
  "exports": [
110768
110366
  {
110769
110367
  "kind": "js",
110770
- "name": "Bool",
110368
+ "name": "Int32",
110771
110369
  "declaration": {
110772
- "name": "Bool",
110773
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.js"
110370
+ "name": "Int32",
110371
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.js"
110774
110372
  }
110775
110373
  }
110776
110374
  ]
110777
110375
  },
110778
110376
  {
110779
110377
  "kind": "javascript-module",
110780
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.js.map",
110378
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.js.map",
110781
110379
  "declarations": [],
110782
110380
  "exports": []
110783
110381
  },
110784
110382
  {
110785
110383
  "kind": "javascript-module",
110786
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js",
110384
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js",
110787
110385
  "declarations": [
110788
110386
  {
110789
110387
  "kind": "class",
110790
- "description": "BytesAttributesEntry",
110791
- "name": "BytesAttributesEntry",
110388
+ "description": "Int64AttributesEntry",
110389
+ "name": "Int64AttributesEntry",
110792
110390
  "members": [
110793
110391
  {
110794
110392
  "kind": "field",
@@ -110817,7 +110415,7 @@
110817
110415
  "type": {
110818
110416
  "text": "string"
110819
110417
  },
110820
- "default": "'furo.fat.Bytes.AttributesEntry'"
110418
+ "default": "'furo.fat.Int64.AttributesEntry'"
110821
110419
  },
110822
110420
  {
110823
110421
  "kind": "field",
@@ -111666,28 +111264,28 @@
111666
111264
  "exports": [
111667
111265
  {
111668
111266
  "kind": "js",
111669
- "name": "BytesAttributesEntry",
111267
+ "name": "Int64AttributesEntry",
111670
111268
  "declaration": {
111671
- "name": "BytesAttributesEntry",
111672
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js"
111269
+ "name": "Int64AttributesEntry",
111270
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js"
111673
111271
  }
111674
111272
  }
111675
111273
  ]
111676
111274
  },
111677
111275
  {
111678
111276
  "kind": "javascript-module",
111679
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map",
111277
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map",
111680
111278
  "declarations": [],
111681
111279
  "exports": []
111682
111280
  },
111683
111281
  {
111684
111282
  "kind": "javascript-module",
111685
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js",
111283
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js",
111686
111284
  "declarations": [
111687
111285
  {
111688
111286
  "kind": "class",
111689
- "description": "BytesLabelsEntry",
111690
- "name": "BytesLabelsEntry",
111287
+ "description": "Int64LabelsEntry",
111288
+ "name": "Int64LabelsEntry",
111691
111289
  "members": [
111692
111290
  {
111693
111291
  "kind": "field",
@@ -111716,7 +111314,7 @@
111716
111314
  "type": {
111717
111315
  "text": "string"
111718
111316
  },
111719
- "default": "'furo.fat.Bytes.LabelsEntry'"
111317
+ "default": "'furo.fat.Int64.LabelsEntry'"
111720
111318
  },
111721
111319
  {
111722
111320
  "kind": "field",
@@ -112565,28 +112163,28 @@
112565
112163
  "exports": [
112566
112164
  {
112567
112165
  "kind": "js",
112568
- "name": "BytesLabelsEntry",
112166
+ "name": "Int64LabelsEntry",
112569
112167
  "declaration": {
112570
- "name": "BytesLabelsEntry",
112571
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js"
112168
+ "name": "Int64LabelsEntry",
112169
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js"
112572
112170
  }
112573
112171
  }
112574
112172
  ]
112575
112173
  },
112576
112174
  {
112577
112175
  "kind": "javascript-module",
112578
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map",
112176
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map",
112579
112177
  "declarations": [],
112580
112178
  "exports": []
112581
112179
  },
112582
112180
  {
112583
112181
  "kind": "javascript-module",
112584
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js",
112182
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.js",
112585
112183
  "declarations": [
112586
112184
  {
112587
112185
  "kind": "class",
112588
- "description": "Bytes\n Furo annotated type wrapper message for `bytes`.",
112589
- "name": "Bytes",
112186
+ "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",
112187
+ "name": "Int64",
112590
112188
  "members": [
112591
112189
  {
112592
112190
  "kind": "field",
@@ -112619,7 +112217,7 @@
112619
112217
  "type": {
112620
112218
  "text": "string"
112621
112219
  },
112622
- "default": "'furo.fat.Bytes'"
112220
+ "default": "'furo.fat.Int64'"
112623
112221
  },
112624
112222
  {
112625
112223
  "kind": "field",
@@ -112627,12 +112225,12 @@
112627
112225
  "type": {
112628
112226
  "text": "array"
112629
112227
  },
112630
- "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: {}, }, ]"
112228
+ "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: {}, }, ]"
112631
112229
  },
112632
112230
  {
112633
112231
  "kind": "field",
112634
112232
  "name": "_value",
112635
- "default": "new BYTES(undefined, this, 'value')"
112233
+ "default": "new INT64(undefined, this, 'value')"
112636
112234
  },
112637
112235
  {
112638
112236
  "kind": "field",
@@ -113473,36 +113071,36 @@
113473
113071
  "exports": [
113474
113072
  {
113475
113073
  "kind": "js",
113476
- "name": "Bytes",
113074
+ "name": "Int64",
113477
113075
  "declaration": {
113478
- "name": "Bytes",
113479
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.js"
113076
+ "name": "Int64",
113077
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.js"
113480
113078
  }
113481
113079
  }
113482
113080
  ]
113483
113081
  },
113484
113082
  {
113485
113083
  "kind": "javascript-module",
113486
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js.map",
113084
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.js.map",
113487
113085
  "declarations": [],
113488
113086
  "exports": []
113489
113087
  },
113490
113088
  {
113491
113089
  "kind": "javascript-module",
113492
- "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js",
113090
+ "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js",
113493
113091
  "declarations": [
113494
113092
  {
113495
113093
  "kind": "class",
113496
- "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.",
113497
- "name": "DecimalRange",
113094
+ "description": "StringAttributesEntry",
113095
+ "name": "StringAttributesEntry",
113498
113096
  "members": [
113499
113097
  {
113500
113098
  "kind": "field",
113501
- "name": "start"
113099
+ "name": "key"
113502
113100
  },
113503
113101
  {
113504
113102
  "kind": "field",
113505
- "name": "end"
113103
+ "name": "value"
113506
113104
  },
113507
113105
  {
113508
113106
  "kind": "method",
@@ -113523,7 +113121,7 @@
113523
113121
  "type": {
113524
113122
  "text": "string"
113525
113123
  },
113526
- "default": "'furo.fat.DecimalRange'"
113124
+ "default": "'furo.fat.String.AttributesEntry'"
113527
113125
  },
113528
113126
  {
113529
113127
  "kind": "field",
@@ -113531,17 +113129,17 @@
113531
113129
  "type": {
113532
113130
  "text": "array"
113533
113131
  },
113534
- "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
113132
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
113535
113133
  },
113536
113134
  {
113537
113135
  "kind": "field",
113538
- "name": "_start",
113539
- "default": "new FuroTypeDecimal(undefined, this, 'start')"
113136
+ "name": "_key",
113137
+ "default": "new STRING(undefined, this, 'key')"
113540
113138
  },
113541
113139
  {
113542
113140
  "kind": "field",
113543
- "name": "_end",
113544
- "default": "new FuroTypeDecimal(undefined, this, 'end')"
113141
+ "name": "_value",
113142
+ "default": "new STRING(undefined, this, 'value')"
113545
113143
  },
113546
113144
  {
113547
113145
  "kind": "field",
@@ -114372,28 +113970,28 @@
114372
113970
  "exports": [
114373
113971
  {
114374
113972
  "kind": "js",
114375
- "name": "DecimalRange",
113973
+ "name": "StringAttributesEntry",
114376
113974
  "declaration": {
114377
- "name": "DecimalRange",
114378
- "module": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js"
113975
+ "name": "StringAttributesEntry",
113976
+ "module": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js"
114379
113977
  }
114380
113978
  }
114381
113979
  ]
114382
113980
  },
114383
113981
  {
114384
113982
  "kind": "javascript-module",
114385
- "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map",
113983
+ "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map",
114386
113984
  "declarations": [],
114387
113985
  "exports": []
114388
113986
  },
114389
113987
  {
114390
113988
  "kind": "javascript-module",
114391
- "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js",
113989
+ "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js",
114392
113990
  "declarations": [
114393
113991
  {
114394
113992
  "kind": "class",
114395
- "description": "DoubleAttributesEntry",
114396
- "name": "DoubleAttributesEntry",
113993
+ "description": "StringLabelsEntry",
113994
+ "name": "StringLabelsEntry",
114397
113995
  "members": [
114398
113996
  {
114399
113997
  "kind": "field",
@@ -114422,7 +114020,7 @@
114422
114020
  "type": {
114423
114021
  "text": "string"
114424
114022
  },
114425
- "default": "'furo.fat.Double.AttributesEntry'"
114023
+ "default": "'furo.fat.String.LabelsEntry'"
114426
114024
  },
114427
114025
  {
114428
114026
  "kind": "field",
@@ -114430,7 +114028,7 @@
114430
114028
  "type": {
114431
114029
  "text": "array"
114432
114030
  },
114433
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
114031
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
114434
114032
  },
114435
114033
  {
114436
114034
  "kind": "field",
@@ -114440,7 +114038,7 @@
114440
114038
  {
114441
114039
  "kind": "field",
114442
114040
  "name": "_value",
114443
- "default": "new STRING(undefined, this, 'value')"
114041
+ "default": "new BOOLEAN(undefined, this, 'value')"
114444
114042
  },
114445
114043
  {
114446
114044
  "kind": "field",
@@ -115271,36 +114869,40 @@
115271
114869
  "exports": [
115272
114870
  {
115273
114871
  "kind": "js",
115274
- "name": "DoubleAttributesEntry",
114872
+ "name": "StringLabelsEntry",
115275
114873
  "declaration": {
115276
- "name": "DoubleAttributesEntry",
115277
- "module": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js"
114874
+ "name": "StringLabelsEntry",
114875
+ "module": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js"
115278
114876
  }
115279
114877
  }
115280
114878
  ]
115281
114879
  },
115282
114880
  {
115283
114881
  "kind": "javascript-module",
115284
- "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map",
114882
+ "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map",
115285
114883
  "declarations": [],
115286
114884
  "exports": []
115287
114885
  },
115288
114886
  {
115289
114887
  "kind": "javascript-module",
115290
- "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js",
114888
+ "path": "dist/protoc-gen-open-models/furo/fat/String.js",
115291
114889
  "declarations": [
115292
114890
  {
115293
114891
  "kind": "class",
115294
- "description": "DoubleLabelsEntry",
115295
- "name": "DoubleLabelsEntry",
114892
+ "description": "XString\n Furo annotated type wrapper message for `string`.",
114893
+ "name": "XString",
115296
114894
  "members": [
115297
114895
  {
115298
114896
  "kind": "field",
115299
- "name": "key"
114897
+ "name": "value"
115300
114898
  },
115301
114899
  {
115302
114900
  "kind": "field",
115303
- "name": "value"
114901
+ "name": "labels"
114902
+ },
114903
+ {
114904
+ "kind": "field",
114905
+ "name": "attributes"
115304
114906
  },
115305
114907
  {
115306
114908
  "kind": "method",
@@ -115321,7 +114923,7 @@
115321
114923
  "type": {
115322
114924
  "text": "string"
115323
114925
  },
115324
- "default": "'furo.fat.Double.LabelsEntry'"
114926
+ "default": "'furo.fat.String'"
115325
114927
  },
115326
114928
  {
115327
114929
  "kind": "field",
@@ -115329,17 +114931,22 @@
115329
114931
  "type": {
115330
114932
  "text": "array"
115331
114933
  },
115332
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
114934
+ "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: {}, }, ]"
115333
114935
  },
115334
114936
  {
115335
114937
  "kind": "field",
115336
- "name": "_key",
115337
- "default": "new STRING(undefined, this, 'key')"
114938
+ "name": "_value",
114939
+ "default": "new STRING(undefined, this, 'value')"
115338
114940
  },
115339
114941
  {
115340
114942
  "kind": "field",
115341
- "name": "_value",
115342
- "default": "new BOOLEAN(undefined, this, 'value')"
114943
+ "name": "_labels",
114944
+ "default": "new MAP(undefined, this, 'labels')"
114945
+ },
114946
+ {
114947
+ "kind": "field",
114948
+ "name": "_attributes",
114949
+ "default": "new MAP(undefined, this, 'attributes')"
115343
114950
  },
115344
114951
  {
115345
114952
  "kind": "field",
@@ -116170,40 +115777,36 @@
116170
115777
  "exports": [
116171
115778
  {
116172
115779
  "kind": "js",
116173
- "name": "DoubleLabelsEntry",
115780
+ "name": "XString",
116174
115781
  "declaration": {
116175
- "name": "DoubleLabelsEntry",
116176
- "module": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js"
115782
+ "name": "XString",
115783
+ "module": "dist/protoc-gen-open-models/furo/fat/String.js"
116177
115784
  }
116178
115785
  }
116179
115786
  ]
116180
115787
  },
116181
115788
  {
116182
115789
  "kind": "javascript-module",
116183
- "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map",
115790
+ "path": "dist/protoc-gen-open-models/furo/fat/String.js.map",
116184
115791
  "declarations": [],
116185
115792
  "exports": []
116186
115793
  },
116187
115794
  {
116188
115795
  "kind": "javascript-module",
116189
- "path": "dist/protoc-gen-open-models/furo/fat/Double.js",
115796
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js",
116190
115797
  "declarations": [
116191
115798
  {
116192
115799
  "kind": "class",
116193
- "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",
116194
- "name": "Double",
115800
+ "description": "Uint32AttributesEntry",
115801
+ "name": "Uint32AttributesEntry",
116195
115802
  "members": [
116196
115803
  {
116197
115804
  "kind": "field",
116198
- "name": "value"
116199
- },
116200
- {
116201
- "kind": "field",
116202
- "name": "labels"
115805
+ "name": "key"
116203
115806
  },
116204
115807
  {
116205
115808
  "kind": "field",
116206
- "name": "attributes"
115809
+ "name": "value"
116207
115810
  },
116208
115811
  {
116209
115812
  "kind": "method",
@@ -116224,7 +115827,7 @@
116224
115827
  "type": {
116225
115828
  "text": "string"
116226
115829
  },
116227
- "default": "'furo.fat.Double'"
115830
+ "default": "'furo.fat.Uint32.AttributesEntry'"
116228
115831
  },
116229
115832
  {
116230
115833
  "kind": "field",
@@ -116232,22 +115835,17 @@
116232
115835
  "type": {
116233
115836
  "text": "array"
116234
115837
  },
116235
- "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: {}, }, ]"
116236
- },
116237
- {
116238
- "kind": "field",
116239
- "name": "_value",
116240
- "default": "new DOUBLE(undefined, this, 'value')"
115838
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
116241
115839
  },
116242
115840
  {
116243
115841
  "kind": "field",
116244
- "name": "_labels",
116245
- "default": "new MAP(undefined, this, 'labels')"
115842
+ "name": "_key",
115843
+ "default": "new STRING(undefined, this, 'key')"
116246
115844
  },
116247
115845
  {
116248
115846
  "kind": "field",
116249
- "name": "_attributes",
116250
- "default": "new MAP(undefined, this, 'attributes')"
115847
+ "name": "_value",
115848
+ "default": "new STRING(undefined, this, 'value')"
116251
115849
  },
116252
115850
  {
116253
115851
  "kind": "field",
@@ -117078,28 +116676,28 @@
117078
116676
  "exports": [
117079
116677
  {
117080
116678
  "kind": "js",
117081
- "name": "Double",
116679
+ "name": "Uint32AttributesEntry",
117082
116680
  "declaration": {
117083
- "name": "Double",
117084
- "module": "dist/protoc-gen-open-models/furo/fat/Double.js"
116681
+ "name": "Uint32AttributesEntry",
116682
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js"
117085
116683
  }
117086
116684
  }
117087
116685
  ]
117088
116686
  },
117089
116687
  {
117090
116688
  "kind": "javascript-module",
117091
- "path": "dist/protoc-gen-open-models/furo/fat/Double.js.map",
116689
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map",
117092
116690
  "declarations": [],
117093
116691
  "exports": []
117094
116692
  },
117095
116693
  {
117096
116694
  "kind": "javascript-module",
117097
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js",
116695
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js",
117098
116696
  "declarations": [
117099
116697
  {
117100
116698
  "kind": "class",
117101
- "description": "EmptyAttributesEntry",
117102
- "name": "EmptyAttributesEntry",
116699
+ "description": "Uint32LabelsEntry",
116700
+ "name": "Uint32LabelsEntry",
117103
116701
  "members": [
117104
116702
  {
117105
116703
  "kind": "field",
@@ -117128,7 +116726,7 @@
117128
116726
  "type": {
117129
116727
  "text": "string"
117130
116728
  },
117131
- "default": "'furo.fat.Empty.AttributesEntry'"
116729
+ "default": "'furo.fat.Uint32.LabelsEntry'"
117132
116730
  },
117133
116731
  {
117134
116732
  "kind": "field",
@@ -117136,7 +116734,7 @@
117136
116734
  "type": {
117137
116735
  "text": "array"
117138
116736
  },
117139
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
116737
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
117140
116738
  },
117141
116739
  {
117142
116740
  "kind": "field",
@@ -117146,7 +116744,7 @@
117146
116744
  {
117147
116745
  "kind": "field",
117148
116746
  "name": "_value",
117149
- "default": "new STRING(undefined, this, 'value')"
116747
+ "default": "new BOOLEAN(undefined, this, 'value')"
117150
116748
  },
117151
116749
  {
117152
116750
  "kind": "field",
@@ -117977,36 +117575,40 @@
117977
117575
  "exports": [
117978
117576
  {
117979
117577
  "kind": "js",
117980
- "name": "EmptyAttributesEntry",
117578
+ "name": "Uint32LabelsEntry",
117981
117579
  "declaration": {
117982
- "name": "EmptyAttributesEntry",
117983
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js"
117580
+ "name": "Uint32LabelsEntry",
117581
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js"
117984
117582
  }
117985
117583
  }
117986
117584
  ]
117987
117585
  },
117988
117586
  {
117989
117587
  "kind": "javascript-module",
117990
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map",
117588
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map",
117991
117589
  "declarations": [],
117992
117590
  "exports": []
117993
117591
  },
117994
117592
  {
117995
117593
  "kind": "javascript-module",
117996
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js",
117594
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js",
117997
117595
  "declarations": [
117998
117596
  {
117999
117597
  "kind": "class",
118000
- "description": "EmptyLabelsEntry",
118001
- "name": "EmptyLabelsEntry",
117598
+ "description": "Uint32\n Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto",
117599
+ "name": "Uint32",
118002
117600
  "members": [
118003
117601
  {
118004
117602
  "kind": "field",
118005
- "name": "key"
117603
+ "name": "value"
118006
117604
  },
118007
117605
  {
118008
117606
  "kind": "field",
118009
- "name": "value"
117607
+ "name": "labels"
117608
+ },
117609
+ {
117610
+ "kind": "field",
117611
+ "name": "attributes"
118010
117612
  },
118011
117613
  {
118012
117614
  "kind": "method",
@@ -118027,7 +117629,7 @@
118027
117629
  "type": {
118028
117630
  "text": "string"
118029
117631
  },
118030
- "default": "'furo.fat.Empty.LabelsEntry'"
117632
+ "default": "'furo.fat.Uint32'"
118031
117633
  },
118032
117634
  {
118033
117635
  "kind": "field",
@@ -118035,17 +117637,22 @@
118035
117637
  "type": {
118036
117638
  "text": "array"
118037
117639
  },
118038
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
117640
+ "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: {}, }, ]"
118039
117641
  },
118040
117642
  {
118041
117643
  "kind": "field",
118042
- "name": "_key",
118043
- "default": "new STRING(undefined, this, 'key')"
117644
+ "name": "_value",
117645
+ "default": "new UINT32(undefined, this, 'value')"
118044
117646
  },
118045
117647
  {
118046
117648
  "kind": "field",
118047
- "name": "_value",
118048
- "default": "new BOOLEAN(undefined, this, 'value')"
117649
+ "name": "_labels",
117650
+ "default": "new MAP(undefined, this, 'labels')"
117651
+ },
117652
+ {
117653
+ "kind": "field",
117654
+ "name": "_attributes",
117655
+ "default": "new MAP(undefined, this, 'attributes')"
118049
117656
  },
118050
117657
  {
118051
117658
  "kind": "field",
@@ -118876,36 +118483,36 @@
118876
118483
  "exports": [
118877
118484
  {
118878
118485
  "kind": "js",
118879
- "name": "EmptyLabelsEntry",
118486
+ "name": "Uint32",
118880
118487
  "declaration": {
118881
- "name": "EmptyLabelsEntry",
118882
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js"
118488
+ "name": "Uint32",
118489
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.js"
118883
118490
  }
118884
118491
  }
118885
118492
  ]
118886
118493
  },
118887
118494
  {
118888
118495
  "kind": "javascript-module",
118889
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map",
118496
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js.map",
118890
118497
  "declarations": [],
118891
118498
  "exports": []
118892
118499
  },
118893
118500
  {
118894
118501
  "kind": "javascript-module",
118895
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.js",
118502
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js",
118896
118503
  "declarations": [
118897
118504
  {
118898
118505
  "kind": "class",
118899
- "description": "Empty\n Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes",
118900
- "name": "Empty",
118506
+ "description": "Uint64AttributesEntry",
118507
+ "name": "Uint64AttributesEntry",
118901
118508
  "members": [
118902
118509
  {
118903
118510
  "kind": "field",
118904
- "name": "labels"
118511
+ "name": "key"
118905
118512
  },
118906
118513
  {
118907
118514
  "kind": "field",
118908
- "name": "attributes"
118515
+ "name": "value"
118909
118516
  },
118910
118517
  {
118911
118518
  "kind": "method",
@@ -118926,7 +118533,7 @@
118926
118533
  "type": {
118927
118534
  "text": "string"
118928
118535
  },
118929
- "default": "'furo.fat.Empty'"
118536
+ "default": "'furo.fat.Uint64.AttributesEntry'"
118930
118537
  },
118931
118538
  {
118932
118539
  "kind": "field",
@@ -118934,17 +118541,17 @@
118934
118541
  "type": {
118935
118542
  "text": "array"
118936
118543
  },
118937
- "default": "[ { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
118544
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
118938
118545
  },
118939
118546
  {
118940
118547
  "kind": "field",
118941
- "name": "_labels",
118942
- "default": "new MAP(undefined, this, 'labels')"
118548
+ "name": "_key",
118549
+ "default": "new STRING(undefined, this, 'key')"
118943
118550
  },
118944
118551
  {
118945
118552
  "kind": "field",
118946
- "name": "_attributes",
118947
- "default": "new MAP(undefined, this, 'attributes')"
118553
+ "name": "_value",
118554
+ "default": "new STRING(undefined, this, 'value')"
118948
118555
  },
118949
118556
  {
118950
118557
  "kind": "field",
@@ -119775,28 +119382,28 @@
119775
119382
  "exports": [
119776
119383
  {
119777
119384
  "kind": "js",
119778
- "name": "Empty",
119385
+ "name": "Uint64AttributesEntry",
119779
119386
  "declaration": {
119780
- "name": "Empty",
119781
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.js"
119387
+ "name": "Uint64AttributesEntry",
119388
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js"
119782
119389
  }
119783
119390
  }
119784
119391
  ]
119785
119392
  },
119786
119393
  {
119787
119394
  "kind": "javascript-module",
119788
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.js.map",
119395
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map",
119789
119396
  "declarations": [],
119790
119397
  "exports": []
119791
119398
  },
119792
119399
  {
119793
119400
  "kind": "javascript-module",
119794
- "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js",
119401
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js",
119795
119402
  "declarations": [
119796
119403
  {
119797
119404
  "kind": "class",
119798
- "description": "FloatAttributesEntry",
119799
- "name": "FloatAttributesEntry",
119405
+ "description": "Uint64LabelsEntry",
119406
+ "name": "Uint64LabelsEntry",
119800
119407
  "members": [
119801
119408
  {
119802
119409
  "kind": "field",
@@ -119825,7 +119432,7 @@
119825
119432
  "type": {
119826
119433
  "text": "string"
119827
119434
  },
119828
- "default": "'furo.fat.Float.AttributesEntry'"
119435
+ "default": "'furo.fat.Uint64.LabelsEntry'"
119829
119436
  },
119830
119437
  {
119831
119438
  "kind": "field",
@@ -119833,7 +119440,7 @@
119833
119440
  "type": {
119834
119441
  "text": "array"
119835
119442
  },
119836
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
119443
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
119837
119444
  },
119838
119445
  {
119839
119446
  "kind": "field",
@@ -119843,7 +119450,7 @@
119843
119450
  {
119844
119451
  "kind": "field",
119845
119452
  "name": "_value",
119846
- "default": "new STRING(undefined, this, 'value')"
119453
+ "default": "new BOOLEAN(undefined, this, 'value')"
119847
119454
  },
119848
119455
  {
119849
119456
  "kind": "field",
@@ -120674,36 +120281,40 @@
120674
120281
  "exports": [
120675
120282
  {
120676
120283
  "kind": "js",
120677
- "name": "FloatAttributesEntry",
120284
+ "name": "Uint64LabelsEntry",
120678
120285
  "declaration": {
120679
- "name": "FloatAttributesEntry",
120680
- "module": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js"
120286
+ "name": "Uint64LabelsEntry",
120287
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js"
120681
120288
  }
120682
120289
  }
120683
120290
  ]
120684
120291
  },
120685
120292
  {
120686
120293
  "kind": "javascript-module",
120687
- "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map",
120294
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map",
120688
120295
  "declarations": [],
120689
120296
  "exports": []
120690
120297
  },
120691
120298
  {
120692
120299
  "kind": "javascript-module",
120693
- "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js",
120300
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js",
120694
120301
  "declarations": [
120695
120302
  {
120696
120303
  "kind": "class",
120697
- "description": "FloatLabelsEntry",
120698
- "name": "FloatLabelsEntry",
120304
+ "description": "Uint64\n Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations",
120305
+ "name": "Uint64",
120699
120306
  "members": [
120700
120307
  {
120701
120308
  "kind": "field",
120702
- "name": "key"
120309
+ "name": "value"
120703
120310
  },
120704
120311
  {
120705
120312
  "kind": "field",
120706
- "name": "value"
120313
+ "name": "labels"
120314
+ },
120315
+ {
120316
+ "kind": "field",
120317
+ "name": "attributes"
120707
120318
  },
120708
120319
  {
120709
120320
  "kind": "method",
@@ -120724,7 +120335,7 @@
120724
120335
  "type": {
120725
120336
  "text": "string"
120726
120337
  },
120727
- "default": "'furo.fat.Float.LabelsEntry'"
120338
+ "default": "'furo.fat.Uint64'"
120728
120339
  },
120729
120340
  {
120730
120341
  "kind": "field",
@@ -120732,17 +120343,22 @@
120732
120343
  "type": {
120733
120344
  "text": "array"
120734
120345
  },
120735
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
120346
+ "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: {}, }, ]"
120736
120347
  },
120737
120348
  {
120738
120349
  "kind": "field",
120739
- "name": "_key",
120740
- "default": "new STRING(undefined, this, 'key')"
120350
+ "name": "_value",
120351
+ "default": "new UINT64(undefined, this, 'value')"
120741
120352
  },
120742
120353
  {
120743
120354
  "kind": "field",
120744
- "name": "_value",
120745
- "default": "new BOOLEAN(undefined, this, 'value')"
120355
+ "name": "_labels",
120356
+ "default": "new MAP(undefined, this, 'labels')"
120357
+ },
120358
+ {
120359
+ "kind": "field",
120360
+ "name": "_attributes",
120361
+ "default": "new MAP(undefined, this, 'attributes')"
120746
120362
  },
120747
120363
  {
120748
120364
  "kind": "field",
@@ -121573,40 +121189,36 @@
121573
121189
  "exports": [
121574
121190
  {
121575
121191
  "kind": "js",
121576
- "name": "FloatLabelsEntry",
121192
+ "name": "Uint64",
121577
121193
  "declaration": {
121578
- "name": "FloatLabelsEntry",
121579
- "module": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js"
121194
+ "name": "Uint64",
121195
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.js"
121580
121196
  }
121581
121197
  }
121582
121198
  ]
121583
121199
  },
121584
121200
  {
121585
121201
  "kind": "javascript-module",
121586
- "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map",
121202
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js.map",
121587
121203
  "declarations": [],
121588
121204
  "exports": []
121589
121205
  },
121590
121206
  {
121591
121207
  "kind": "javascript-module",
121592
- "path": "dist/protoc-gen-open-models/furo/fat/Float.js",
121208
+ "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
121593
121209
  "declarations": [
121594
121210
  {
121595
121211
  "kind": "class",
121596
- "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",
121597
- "name": "Float",
121212
+ "description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
121213
+ "name": "CustomHttpPattern",
121598
121214
  "members": [
121599
121215
  {
121600
121216
  "kind": "field",
121601
- "name": "value"
121602
- },
121603
- {
121604
- "kind": "field",
121605
- "name": "labels"
121217
+ "name": "kind"
121606
121218
  },
121607
121219
  {
121608
121220
  "kind": "field",
121609
- "name": "attributes"
121221
+ "name": "path"
121610
121222
  },
121611
121223
  {
121612
121224
  "kind": "method",
@@ -121627,7 +121239,7 @@
121627
121239
  "type": {
121628
121240
  "text": "string"
121629
121241
  },
121630
- "default": "'furo.fat.Float'"
121242
+ "default": "'google.api.CustomHttpPattern'"
121631
121243
  },
121632
121244
  {
121633
121245
  "kind": "field",
@@ -121635,22 +121247,17 @@
121635
121247
  "type": {
121636
121248
  "text": "array"
121637
121249
  },
121638
- "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: {}, }, ]"
121639
- },
121640
- {
121641
- "kind": "field",
121642
- "name": "_value",
121643
- "default": "new FLOAT(undefined, this, 'value')"
121250
+ "default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
121644
121251
  },
121645
121252
  {
121646
121253
  "kind": "field",
121647
- "name": "_labels",
121648
- "default": "new MAP(undefined, this, 'labels')"
121254
+ "name": "_kind",
121255
+ "default": "new STRING(undefined, this, 'kind')"
121649
121256
  },
121650
121257
  {
121651
121258
  "kind": "field",
121652
- "name": "_attributes",
121653
- "default": "new MAP(undefined, this, 'attributes')"
121259
+ "name": "_path",
121260
+ "default": "new STRING(undefined, this, 'path')"
121654
121261
  },
121655
121262
  {
121656
121263
  "kind": "field",
@@ -122481,36 +122088,36 @@
122481
122088
  "exports": [
122482
122089
  {
122483
122090
  "kind": "js",
122484
- "name": "Float",
122091
+ "name": "CustomHttpPattern",
122485
122092
  "declaration": {
122486
- "name": "Float",
122487
- "module": "dist/protoc-gen-open-models/furo/fat/Float.js"
122093
+ "name": "CustomHttpPattern",
122094
+ "module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
122488
122095
  }
122489
122096
  }
122490
122097
  ]
122491
122098
  },
122492
122099
  {
122493
122100
  "kind": "javascript-module",
122494
- "path": "dist/protoc-gen-open-models/furo/fat/Float.js.map",
122101
+ "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
122495
122102
  "declarations": [],
122496
122103
  "exports": []
122497
122104
  },
122498
122105
  {
122499
122106
  "kind": "javascript-module",
122500
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js",
122107
+ "path": "dist/protoc-gen-open-models/google/api/Http.js",
122501
122108
  "declarations": [
122502
122109
  {
122503
122110
  "kind": "class",
122504
- "description": "Int32AttributesEntry",
122505
- "name": "Int32AttributesEntry",
122111
+ "description": "Http\n Defines the HTTP configuration for an API service. It contains a list of\n [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method\n to one or more HTTP REST API methods.",
122112
+ "name": "Http",
122506
122113
  "members": [
122507
122114
  {
122508
122115
  "kind": "field",
122509
- "name": "key"
122116
+ "name": "rules"
122510
122117
  },
122511
122118
  {
122512
122119
  "kind": "field",
122513
- "name": "value"
122120
+ "name": "fullyDecodeReservedExpansion"
122514
122121
  },
122515
122122
  {
122516
122123
  "kind": "method",
@@ -122531,7 +122138,7 @@
122531
122138
  "type": {
122532
122139
  "text": "string"
122533
122140
  },
122534
- "default": "'furo.fat.Int32.AttributesEntry'"
122141
+ "default": "'google.api.Http'"
122535
122142
  },
122536
122143
  {
122537
122144
  "kind": "field",
@@ -122539,17 +122146,17 @@
122539
122146
  "type": {
122540
122147
  "text": "array"
122541
122148
  },
122542
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
122149
+ "default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
122543
122150
  },
122544
122151
  {
122545
122152
  "kind": "field",
122546
- "name": "_key",
122547
- "default": "new STRING(undefined, this, 'key')"
122153
+ "name": "_rules",
122154
+ "default": "new ARRAY(undefined, this, 'rules')"
122548
122155
  },
122549
122156
  {
122550
122157
  "kind": "field",
122551
- "name": "_value",
122552
- "default": "new STRING(undefined, this, 'value')"
122158
+ "name": "_fullyDecodeReservedExpansion",
122159
+ "default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
122553
122160
  },
122554
122161
  {
122555
122162
  "kind": "field",
@@ -123380,36 +122987,68 @@
123380
122987
  "exports": [
123381
122988
  {
123382
122989
  "kind": "js",
123383
- "name": "Int32AttributesEntry",
122990
+ "name": "Http",
123384
122991
  "declaration": {
123385
- "name": "Int32AttributesEntry",
123386
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js"
122992
+ "name": "Http",
122993
+ "module": "dist/protoc-gen-open-models/google/api/Http.js"
123387
122994
  }
123388
122995
  }
123389
122996
  ]
123390
122997
  },
123391
122998
  {
123392
122999
  "kind": "javascript-module",
123393
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map",
123000
+ "path": "dist/protoc-gen-open-models/google/api/Http.js.map",
123394
123001
  "declarations": [],
123395
123002
  "exports": []
123396
123003
  },
123397
123004
  {
123398
123005
  "kind": "javascript-module",
123399
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js",
123006
+ "path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
123400
123007
  "declarations": [
123401
123008
  {
123402
123009
  "kind": "class",
123403
- "description": "Int32LabelsEntry",
123404
- "name": "Int32LabelsEntry",
123010
+ "description": "HttpRule\n # gRPC Transcoding\n\n gRPC Transcoding is a feature for mapping between a gRPC method and one or\n more HTTP REST endpoints. It allows developers to build a single API service\n that supports both gRPC APIs and REST APIs. Many systems, including [Google\n APIs](https://github.com/googleapis/googleapis),\n [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC\n Gateway](https://github.com/grpc-ecosystem/grpc-gateway),\n and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature\n and use it for large scale production services.\n\n `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies\n how different portions of the gRPC request message are mapped to the URL\n path, URL query parameters, and HTTP request body. It also controls how the\n gRPC response message is mapped to the HTTP response body. `HttpRule` is\n typically specified as an `google.api.http` annotation on the gRPC method.\n\n Each mapping specifies a URL path template and an HTTP method. The path\n template may refer to one or more fields in the gRPC request message, as long\n as each field is a non-repeated field with a primitive (non-message) type.\n The path template controls how fields of the request message are mapped to\n the URL path.\n\n Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/{name=messages/*}\"\n };\n }\n }\n message GetMessageRequest {\n string name = 1; // Mapped to URL path.\n }\n message Message {\n string text = 1; // The resource content.\n }\n\n This enables an HTTP REST to gRPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(name: \"messages/123456\")`\n\n Any fields in the request message which are not bound by the path template\n automatically become HTTP query parameters if there is no HTTP request body.\n For example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get:\"/v1/messages/{message_id}\"\n };\n }\n }\n message GetMessageRequest {\n message SubMessage {\n string subfield = 1;\n }\n string message_id = 1; // Mapped to URL path.\n int64 revision = 2; // Mapped to URL query parameter `revision`.\n SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.\n }\n\n This enables a HTTP JSON to RPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456?revision=2&sub.subfield=foo` |\n `GetMessage(message_id: \"123456\" revision: 2 sub: SubMessage(subfield:\n \"foo\"))`\n\n Note that fields which are mapped to URL query parameters must have a\n primitive type or a repeated primitive type or a non-repeated message type.\n In the case of a repeated type, the parameter can be repeated in the URL\n as `...?param=A&param=B`. In the case of a message type, each field of the\n message is mapped to a separate parameter, such as\n `...?foo.a=A&foo.b=B&foo.c=C`.\n\n For HTTP methods that allow a request body, the `body` field\n specifies the mapping. Consider a REST update method on the\n message resource collection:\n\n service Messaging {\n rpc UpdateMessage(UpdateMessageRequest) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"message\"\n };\n }\n }\n message UpdateMessageRequest {\n string message_id = 1; // mapped to the URL\n Message message = 2; // mapped to the body\n }\n\n The following HTTP JSON to RPC mapping is enabled, where the\n representation of the JSON in the request body is determined by\n protos JSON encoding:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" message { text: \"Hi!\" })`\n\n The special name `*` can be used in the body mapping to define that\n every field not bound by the path template should be mapped to the\n request body. This enables the following alternative definition of\n the update method:\n\n service Messaging {\n rpc UpdateMessage(Message) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"*\"\n };\n }\n }\n message Message {\n string message_id = 1;\n string text = 2;\n }\n\n\n The following HTTP JSON to RPC mapping is enabled:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" text: \"Hi!\")`\n\n Note that when using `*` in the body mapping, it is not possible to\n have HTTP parameters, as all fields not bound by the path end in\n the body. This makes this option more rarely used in practice when\n defining REST APIs. The common usage of `*` is in custom methods\n which don't use the URL at all for transferring data.\n\n It is possible to define multiple HTTP methods for one RPC by using\n the `additional_bindings` option. Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/messages/{message_id}\"\n additional_bindings {\n get: \"/v1/users/{user_id}/messages/{message_id}\"\n }\n };\n }\n }\n message GetMessageRequest {\n string message_id = 1;\n string user_id = 2;\n }\n\n This enables the following two alternative HTTP JSON to RPC mappings:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(message_id: \"123456\")`\n `GET /v1/users/me/messages/123456` | `GetMessage(user_id: \"me\" message_id:\n \"123456\")`\n\n ## Rules for HTTP mapping\n\n 1. Leaf request fields (recursive expansion nested messages in the request\n message) are classified into three categories:\n - Fields referred by the path template. They are passed via the URL path.\n - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They\n are passed via the HTTP\n request body.\n - All other fields are passed via the URL query parameters, and the\n parameter name is the field path in the request message. A repeated\n field can be represented as multiple query parameters under the same\n name.\n 2. If [HttpRule.body][google.api.HttpRule.body] is \"*\", there is no URL\n query parameter, all fields\n are passed via URL path and HTTP request body.\n 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP\n request body, all\n fields are passed via URL path and URL query parameters.\n\n ### Path template syntax\n\n Template = \"/\" Segments [ Verb ] ;\n Segments = Segment { \"/\" Segment } ;\n Segment = \"*\" | \"**\" | LITERAL | Variable ;\n Variable = \"{\" FieldPath [ \"=\" Segments ] \"}\" ;\n FieldPath = IDENT { \".\" IDENT } ;\n Verb = \":\" LITERAL ;\n\n The syntax `*` matches a single URL path segment. The syntax `**` matches\n zero or more URL path segments, which must be the last part of the URL path\n except the `Verb`.\n\n The syntax `Variable` matches part of the URL path as specified by its\n template. A variable template must not contain other variables. If a variable\n matches a single path segment, its template may be omitted, e.g. `{var}`\n is equivalent to `{var=*}`.\n\n The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`\n contains any reserved character, such characters should be percent-encoded\n before the matching.\n\n If a variable contains exactly one path segment, such as `\"{var}\"` or\n `\"{var=*}\"`, when such a variable is expanded into a URL path on the client\n side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The\n server side does the reverse decoding. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{var}`.\n\n If a variable contains multiple path segments, such as `\"{var=foo/*}\"`\n or `\"{var=**}\"`, when such a variable is expanded into a URL path on the\n client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.\n The server side does the reverse decoding, except \"%2F\" and \"%2f\" are left\n unchanged. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{+var}`.\n\n ## Using gRPC API Service Configuration\n\n gRPC API Service Configuration (service config) is a configuration language\n for configuring a gRPC service to become a user-facing product. The\n service config is simply the YAML representation of the `google.api.Service`\n proto message.\n\n As an alternative to annotating your proto file, you can configure gRPC\n transcoding in your service config YAML files. You do this by specifying a\n `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same\n effect as the proto annotation. This can be particularly useful if you\n have a proto that is reused in multiple services. Note that any transcoding\n specified in the service config will override any matching transcoding\n configuration in the proto.\n\n Example:\n\n http:\n rules:\n # Selects a gRPC method and applies HttpRule to it.\n - selector: example.v1.Messaging.GetMessage\n get: /v1/messages/{message_id}/{sub.subfield}\n\n ## Special notes\n\n When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the\n proto to JSON conversion must follow the [proto3\n specification](https://developers.google.com/protocol-buffers/docs/proto3#json).\n\n While the single segment variable follows the semantics of\n [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String\n Expansion, the multi segment variable **does not** follow RFC 6570 Section\n 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion\n does not expand special characters like `?` and `#`, which would lead\n to invalid URLs. As the result, gRPC Transcoding uses a custom encoding\n for multi segment variables.\n\n The path variables **must not** refer to any repeated or mapped field,\n because client libraries are not capable of handling such variable expansion.\n\n The path variables **must not** capture the leading \"/\" character. The reason\n is that the most common use case \"{var}\" does not capture the leading \"/\"\n character. For consistency, all path variables must share the same behavior.\n\n Repeated message fields must not be mapped to URL query parameters, because\n no client library can support such complicated mapping.\n\n If an API needs to use a JSON array for request or response body, it can map\n the request or response body to a repeated field. However, some gRPC\n Transcoding implementations may not support this feature.",
123011
+ "name": "HttpRule",
123405
123012
  "members": [
123406
123013
  {
123407
123014
  "kind": "field",
123408
- "name": "key"
123015
+ "name": "selector"
123409
123016
  },
123410
123017
  {
123411
123018
  "kind": "field",
123412
- "name": "value"
123019
+ "name": "get"
123020
+ },
123021
+ {
123022
+ "kind": "field",
123023
+ "name": "put"
123024
+ },
123025
+ {
123026
+ "kind": "field",
123027
+ "name": "post"
123028
+ },
123029
+ {
123030
+ "kind": "field",
123031
+ "name": "delete"
123032
+ },
123033
+ {
123034
+ "kind": "field",
123035
+ "name": "patch"
123036
+ },
123037
+ {
123038
+ "kind": "field",
123039
+ "name": "custom"
123040
+ },
123041
+ {
123042
+ "kind": "field",
123043
+ "name": "body"
123044
+ },
123045
+ {
123046
+ "kind": "field",
123047
+ "name": "responseBody"
123048
+ },
123049
+ {
123050
+ "kind": "field",
123051
+ "name": "additionalBindings"
123413
123052
  },
123414
123053
  {
123415
123054
  "kind": "method",
@@ -123430,7 +123069,7 @@
123430
123069
  "type": {
123431
123070
  "text": "string"
123432
123071
  },
123433
- "default": "'furo.fat.Int32.LabelsEntry'"
123072
+ "default": "'google.api.HttpRule'"
123434
123073
  },
123435
123074
  {
123436
123075
  "kind": "field",
@@ -123438,17 +123077,57 @@
123438
123077
  "type": {
123439
123078
  "text": "array"
123440
123079
  },
123441
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
123080
+ "default": "[ { fieldName: 'selector', protoName: 'selector', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'get', protoName: 'get', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'put', protoName: 'put', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'post', protoName: 'post', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'delete', protoName: 'delete', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'patch', protoName: 'patch', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'custom', protoName: 'custom', FieldConstructor: GoogleApiCustomHttpPattern, constraints: {}, }, { fieldName: 'body', protoName: 'body', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'responseBody', protoName: 'response_body', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'additionalBindings', protoName: 'additional_bindings', FieldConstructor: HttpRule, constraints: {}, }, ]"
123442
123081
  },
123443
123082
  {
123444
123083
  "kind": "field",
123445
- "name": "_key",
123446
- "default": "new STRING(undefined, this, 'key')"
123084
+ "name": "_selector",
123085
+ "default": "new STRING(undefined, this, 'selector')"
123447
123086
  },
123448
123087
  {
123449
123088
  "kind": "field",
123450
- "name": "_value",
123451
- "default": "new BOOLEAN(undefined, this, 'value')"
123089
+ "name": "_get",
123090
+ "default": "new STRING(undefined, this, 'get')"
123091
+ },
123092
+ {
123093
+ "kind": "field",
123094
+ "name": "_put",
123095
+ "default": "new STRING(undefined, this, 'put')"
123096
+ },
123097
+ {
123098
+ "kind": "field",
123099
+ "name": "_post",
123100
+ "default": "new STRING(undefined, this, 'post')"
123101
+ },
123102
+ {
123103
+ "kind": "field",
123104
+ "name": "_delete",
123105
+ "default": "new STRING(undefined, this, 'delete')"
123106
+ },
123107
+ {
123108
+ "kind": "field",
123109
+ "name": "_patch",
123110
+ "default": "new STRING(undefined, this, 'patch')"
123111
+ },
123112
+ {
123113
+ "kind": "field",
123114
+ "name": "_custom",
123115
+ "default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
123116
+ },
123117
+ {
123118
+ "kind": "field",
123119
+ "name": "_body",
123120
+ "default": "new STRING(undefined, this, 'body')"
123121
+ },
123122
+ {
123123
+ "kind": "field",
123124
+ "name": "_responseBody",
123125
+ "default": "new STRING(undefined, this, 'responseBody')"
123126
+ },
123127
+ {
123128
+ "kind": "field",
123129
+ "name": "_additionalBindings",
123130
+ "default": "new ARRAY(undefined, this, 'additionalBindings')"
123452
123131
  },
123453
123132
  {
123454
123133
  "kind": "field",
@@ -124279,40 +123958,98 @@
124279
123958
  "exports": [
124280
123959
  {
124281
123960
  "kind": "js",
124282
- "name": "Int32LabelsEntry",
123961
+ "name": "HttpRule",
124283
123962
  "declaration": {
124284
- "name": "Int32LabelsEntry",
124285
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js"
123963
+ "name": "HttpRule",
123964
+ "module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
124286
123965
  }
124287
123966
  }
124288
123967
  ]
124289
123968
  },
124290
123969
  {
124291
123970
  "kind": "javascript-module",
124292
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map",
123971
+ "path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
124293
123972
  "declarations": [],
124294
123973
  "exports": []
124295
123974
  },
124296
123975
  {
124297
123976
  "kind": "javascript-module",
124298
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.js",
123977
+ "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js",
123978
+ "declarations": [
123979
+ {
123980
+ "kind": "variable",
123981
+ "name": "BookingCenter"
123982
+ }
123983
+ ],
123984
+ "exports": [
123985
+ {
123986
+ "kind": "js",
123987
+ "name": "BookingCenter",
123988
+ "declaration": {
123989
+ "name": "BookingCenter",
123990
+ "module": "dist/protoc-gen-open-models/furo/type/BookingCenter.js"
123991
+ }
123992
+ }
123993
+ ]
123994
+ },
123995
+ {
123996
+ "kind": "javascript-module",
123997
+ "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js.map",
123998
+ "declarations": [],
123999
+ "exports": []
124000
+ },
124001
+ {
124002
+ "kind": "javascript-module",
124003
+ "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js",
124299
124004
  "declarations": [
124300
124005
  {
124301
124006
  "kind": "class",
124302
- "description": "Int32\n Furo annotated type wrapper message for `int32`.",
124303
- "name": "Int32",
124007
+ "description": "ConstraintWrappers",
124008
+ "name": "ConstraintWrappers",
124304
124009
  "members": [
124305
124010
  {
124306
124011
  "kind": "field",
124307
- "name": "value"
124012
+ "name": "stringValue"
124308
124013
  },
124309
124014
  {
124310
124015
  "kind": "field",
124311
- "name": "labels"
124016
+ "name": "int32Value"
124312
124017
  },
124313
124018
  {
124314
124019
  "kind": "field",
124315
- "name": "attributes"
124020
+ "name": "int64Value"
124021
+ },
124022
+ {
124023
+ "kind": "field",
124024
+ "name": "floatValue"
124025
+ },
124026
+ {
124027
+ "kind": "field",
124028
+ "name": "doubleValue"
124029
+ },
124030
+ {
124031
+ "kind": "field",
124032
+ "name": "boolValue"
124033
+ },
124034
+ {
124035
+ "kind": "field",
124036
+ "name": "uint32Value"
124037
+ },
124038
+ {
124039
+ "kind": "field",
124040
+ "name": "uint64Value"
124041
+ },
124042
+ {
124043
+ "kind": "field",
124044
+ "name": "bytesValue"
124045
+ },
124046
+ {
124047
+ "kind": "field",
124048
+ "name": "exclInt32Value"
124049
+ },
124050
+ {
124051
+ "kind": "field",
124052
+ "name": "exclInt64Value"
124316
124053
  },
124317
124054
  {
124318
124055
  "kind": "method",
@@ -124333,7 +124070,7 @@
124333
124070
  "type": {
124334
124071
  "text": "string"
124335
124072
  },
124336
- "default": "'furo.fat.Int32'"
124073
+ "default": "'furo.type.ConstraintWrappers'"
124337
124074
  },
124338
124075
  {
124339
124076
  "kind": "field",
@@ -124341,22 +124078,62 @@
124341
124078
  "type": {
124342
124079
  "text": "array"
124343
124080
  },
124344
- "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: {}, }, ]"
124081
+ "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, }, }, ]"
124345
124082
  },
124346
124083
  {
124347
124084
  "kind": "field",
124348
- "name": "_value",
124349
- "default": "new INT32(undefined, this, 'value')"
124085
+ "name": "_stringValue",
124086
+ "default": "new StringValue(undefined, this, 'stringValue')"
124350
124087
  },
124351
124088
  {
124352
124089
  "kind": "field",
124353
- "name": "_labels",
124354
- "default": "new MAP(undefined, this, 'labels')"
124090
+ "name": "_int32Value",
124091
+ "default": "new Int32Value(undefined, this, 'int32Value')"
124355
124092
  },
124356
124093
  {
124357
124094
  "kind": "field",
124358
- "name": "_attributes",
124359
- "default": "new MAP(undefined, this, 'attributes')"
124095
+ "name": "_int64Value",
124096
+ "default": "new Int64Value(undefined, this, 'int64Value')"
124097
+ },
124098
+ {
124099
+ "kind": "field",
124100
+ "name": "_floatValue",
124101
+ "default": "new FloatValue(undefined, this, 'floatValue')"
124102
+ },
124103
+ {
124104
+ "kind": "field",
124105
+ "name": "_doubleValue",
124106
+ "default": "new DoubleValue(undefined, this, 'doubleValue')"
124107
+ },
124108
+ {
124109
+ "kind": "field",
124110
+ "name": "_boolValue",
124111
+ "default": "new BoolValue(undefined, this, 'boolValue')"
124112
+ },
124113
+ {
124114
+ "kind": "field",
124115
+ "name": "_uint32Value",
124116
+ "default": "new UInt32Value(undefined, this, 'uint32Value')"
124117
+ },
124118
+ {
124119
+ "kind": "field",
124120
+ "name": "_uint64Value",
124121
+ "default": "new UInt64Value(undefined, this, 'uint64Value')"
124122
+ },
124123
+ {
124124
+ "kind": "field",
124125
+ "name": "_bytesValue",
124126
+ "default": "new BytesValue(undefined, this, 'bytesValue')"
124127
+ },
124128
+ {
124129
+ "kind": "field",
124130
+ "name": "_exclInt32Value",
124131
+ "default": "new Int32Value(undefined, this, 'exclInt32Value')"
124132
+ },
124133
+ {
124134
+ "kind": "field",
124135
+ "name": "_exclInt64Value",
124136
+ "default": "new Int64Value(undefined, this, 'exclInt64Value')"
124360
124137
  },
124361
124138
  {
124362
124139
  "kind": "field",
@@ -124364,7 +124141,7 @@
124364
124141
  "type": {
124365
124142
  "text": "object"
124366
124143
  },
124367
- "default": "{}"
124144
+ "default": "{ exclInt32Value: 3.0, exclInt64Value: 3.0, int32Value: 3.0, int64Value: 3.0, stringValue: 'default', }"
124368
124145
  },
124369
124146
  {
124370
124147
  "kind": "field",
@@ -125187,33 +124964,29 @@
125187
124964
  "exports": [
125188
124965
  {
125189
124966
  "kind": "js",
125190
- "name": "Int32",
124967
+ "name": "ConstraintWrappers",
125191
124968
  "declaration": {
125192
- "name": "Int32",
125193
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.js"
124969
+ "name": "ConstraintWrappers",
124970
+ "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
125194
124971
  }
125195
124972
  }
125196
124973
  ]
125197
124974
  },
125198
124975
  {
125199
124976
  "kind": "javascript-module",
125200
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.js.map",
124977
+ "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
125201
124978
  "declarations": [],
125202
124979
  "exports": []
125203
124980
  },
125204
124981
  {
125205
124982
  "kind": "javascript-module",
125206
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js",
124983
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
125207
124984
  "declarations": [
125208
124985
  {
125209
124986
  "kind": "class",
125210
- "description": "Int64AttributesEntry",
125211
- "name": "Int64AttributesEntry",
124987
+ "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
124988
+ "name": "Decimal",
125212
124989
  "members": [
125213
- {
125214
- "kind": "field",
125215
- "name": "key"
125216
- },
125217
124990
  {
125218
124991
  "kind": "field",
125219
124992
  "name": "value"
@@ -125237,7 +125010,7 @@
125237
125010
  "type": {
125238
125011
  "text": "string"
125239
125012
  },
125240
- "default": "'furo.fat.Int64.AttributesEntry'"
125013
+ "default": "'furo.type.Decimal'"
125241
125014
  },
125242
125015
  {
125243
125016
  "kind": "field",
@@ -125245,12 +125018,7 @@
125245
125018
  "type": {
125246
125019
  "text": "array"
125247
125020
  },
125248
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
125249
- },
125250
- {
125251
- "kind": "field",
125252
- "name": "_key",
125253
- "default": "new STRING(undefined, this, 'key')"
125021
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
125254
125022
  },
125255
125023
  {
125256
125024
  "kind": "field",
@@ -126086,33 +125854,29 @@
126086
125854
  "exports": [
126087
125855
  {
126088
125856
  "kind": "js",
126089
- "name": "Int64AttributesEntry",
125857
+ "name": "Decimal",
126090
125858
  "declaration": {
126091
- "name": "Int64AttributesEntry",
126092
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js"
125859
+ "name": "Decimal",
125860
+ "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
126093
125861
  }
126094
125862
  }
126095
125863
  ]
126096
125864
  },
126097
125865
  {
126098
125866
  "kind": "javascript-module",
126099
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map",
125867
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
126100
125868
  "declarations": [],
126101
125869
  "exports": []
126102
125870
  },
126103
125871
  {
126104
125872
  "kind": "javascript-module",
126105
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js",
125873
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
126106
125874
  "declarations": [
126107
125875
  {
126108
125876
  "kind": "class",
126109
- "description": "Int64LabelsEntry",
126110
- "name": "Int64LabelsEntry",
125877
+ "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
125878
+ "name": "DecimalB",
126111
125879
  "members": [
126112
- {
126113
- "kind": "field",
126114
- "name": "key"
126115
- },
126116
125880
  {
126117
125881
  "kind": "field",
126118
125882
  "name": "value"
@@ -126136,7 +125900,7 @@
126136
125900
  "type": {
126137
125901
  "text": "string"
126138
125902
  },
126139
- "default": "'furo.fat.Int64.LabelsEntry'"
125903
+ "default": "'furo.type.DecimalB'"
126140
125904
  },
126141
125905
  {
126142
125906
  "kind": "field",
@@ -126144,17 +125908,12 @@
126144
125908
  "type": {
126145
125909
  "text": "array"
126146
125910
  },
126147
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
126148
- },
126149
- {
126150
- "kind": "field",
126151
- "name": "_key",
126152
- "default": "new STRING(undefined, this, 'key')"
125911
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
126153
125912
  },
126154
125913
  {
126155
125914
  "kind": "field",
126156
125915
  "name": "_value",
126157
- "default": "new BOOLEAN(undefined, this, 'value')"
125916
+ "default": "new STRING(undefined, this, 'value')"
126158
125917
  },
126159
125918
  {
126160
125919
  "kind": "field",
@@ -126985,40 +126744,36 @@
126985
126744
  "exports": [
126986
126745
  {
126987
126746
  "kind": "js",
126988
- "name": "Int64LabelsEntry",
126747
+ "name": "DecimalB",
126989
126748
  "declaration": {
126990
- "name": "Int64LabelsEntry",
126991
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js"
126749
+ "name": "DecimalB",
126750
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
126992
126751
  }
126993
126752
  }
126994
126753
  ]
126995
126754
  },
126996
126755
  {
126997
126756
  "kind": "javascript-module",
126998
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map",
126757
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
126999
126758
  "declarations": [],
127000
126759
  "exports": []
127001
126760
  },
127002
126761
  {
127003
126762
  "kind": "javascript-module",
127004
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.js",
126763
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
127005
126764
  "declarations": [
127006
126765
  {
127007
126766
  "kind": "class",
127008
- "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",
127009
- "name": "Int64",
126767
+ "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.",
126768
+ "name": "DecimalRange",
127010
126769
  "members": [
127011
126770
  {
127012
126771
  "kind": "field",
127013
- "name": "value"
127014
- },
127015
- {
127016
- "kind": "field",
127017
- "name": "labels"
126772
+ "name": "start"
127018
126773
  },
127019
126774
  {
127020
126775
  "kind": "field",
127021
- "name": "attributes"
126776
+ "name": "end"
127022
126777
  },
127023
126778
  {
127024
126779
  "kind": "method",
@@ -127039,7 +126794,7 @@
127039
126794
  "type": {
127040
126795
  "text": "string"
127041
126796
  },
127042
- "default": "'furo.fat.Int64'"
126797
+ "default": "'furo.type.DecimalRange'"
127043
126798
  },
127044
126799
  {
127045
126800
  "kind": "field",
@@ -127047,22 +126802,17 @@
127047
126802
  "type": {
127048
126803
  "text": "array"
127049
126804
  },
127050
- "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: {}, }, ]"
127051
- },
127052
- {
127053
- "kind": "field",
127054
- "name": "_value",
127055
- "default": "new INT64(undefined, this, 'value')"
126805
+ "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
127056
126806
  },
127057
126807
  {
127058
126808
  "kind": "field",
127059
- "name": "_labels",
127060
- "default": "new MAP(undefined, this, 'labels')"
126809
+ "name": "_start",
126810
+ "default": "new FuroTypeDecimal(undefined, this, 'start')"
127061
126811
  },
127062
126812
  {
127063
126813
  "kind": "field",
127064
- "name": "_attributes",
127065
- "default": "new MAP(undefined, this, 'attributes')"
126814
+ "name": "_end",
126815
+ "default": "new FuroTypeDecimal(undefined, this, 'end')"
127066
126816
  },
127067
126817
  {
127068
126818
  "kind": "field",
@@ -127893,36 +127643,36 @@
127893
127643
  "exports": [
127894
127644
  {
127895
127645
  "kind": "js",
127896
- "name": "Int64",
127646
+ "name": "DecimalRange",
127897
127647
  "declaration": {
127898
- "name": "Int64",
127899
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.js"
127648
+ "name": "DecimalRange",
127649
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
127900
127650
  }
127901
127651
  }
127902
127652
  ]
127903
127653
  },
127904
127654
  {
127905
127655
  "kind": "javascript-module",
127906
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.js.map",
127656
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
127907
127657
  "declarations": [],
127908
127658
  "exports": []
127909
127659
  },
127910
127660
  {
127911
127661
  "kind": "javascript-module",
127912
- "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js",
127662
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
127913
127663
  "declarations": [
127914
127664
  {
127915
127665
  "kind": "class",
127916
- "description": "StringAttributesEntry",
127917
- "name": "StringAttributesEntry",
127666
+ "description": "DeepRecursion",
127667
+ "name": "DeepRecursion",
127918
127668
  "members": [
127919
127669
  {
127920
127670
  "kind": "field",
127921
- "name": "key"
127671
+ "name": "displayName"
127922
127672
  },
127923
127673
  {
127924
127674
  "kind": "field",
127925
- "name": "value"
127675
+ "name": "field"
127926
127676
  },
127927
127677
  {
127928
127678
  "kind": "method",
@@ -127943,7 +127693,7 @@
127943
127693
  "type": {
127944
127694
  "text": "string"
127945
127695
  },
127946
- "default": "'furo.fat.String.AttributesEntry'"
127696
+ "default": "'furo.type.DeepRecursion'"
127947
127697
  },
127948
127698
  {
127949
127699
  "kind": "field",
@@ -127951,17 +127701,17 @@
127951
127701
  "type": {
127952
127702
  "text": "array"
127953
127703
  },
127954
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
127704
+ "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
127955
127705
  },
127956
127706
  {
127957
127707
  "kind": "field",
127958
- "name": "_key",
127959
- "default": "new STRING(undefined, this, 'key')"
127708
+ "name": "_displayName",
127709
+ "default": "new STRING(undefined, this, 'displayName')"
127960
127710
  },
127961
127711
  {
127962
127712
  "kind": "field",
127963
- "name": "_value",
127964
- "default": "new STRING(undefined, this, 'value')"
127713
+ "name": "_field",
127714
+ "default": "new RECURSION(undefined, this, 'field')"
127965
127715
  },
127966
127716
  {
127967
127717
  "kind": "field",
@@ -128792,28 +128542,28 @@
128792
128542
  "exports": [
128793
128543
  {
128794
128544
  "kind": "js",
128795
- "name": "StringAttributesEntry",
128545
+ "name": "DeepRecursion",
128796
128546
  "declaration": {
128797
- "name": "StringAttributesEntry",
128798
- "module": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js"
128547
+ "name": "DeepRecursion",
128548
+ "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
128799
128549
  }
128800
128550
  }
128801
128551
  ]
128802
128552
  },
128803
128553
  {
128804
128554
  "kind": "javascript-module",
128805
- "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map",
128555
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
128806
128556
  "declarations": [],
128807
128557
  "exports": []
128808
128558
  },
128809
128559
  {
128810
128560
  "kind": "javascript-module",
128811
- "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js",
128561
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
128812
128562
  "declarations": [
128813
128563
  {
128814
128564
  "kind": "class",
128815
- "description": "StringLabelsEntry",
128816
- "name": "StringLabelsEntry",
128565
+ "description": "DefaultsAttributesEntry",
128566
+ "name": "DefaultsAttributesEntry",
128817
128567
  "members": [
128818
128568
  {
128819
128569
  "kind": "field",
@@ -128842,7 +128592,7 @@
128842
128592
  "type": {
128843
128593
  "text": "string"
128844
128594
  },
128845
- "default": "'furo.fat.String.LabelsEntry'"
128595
+ "default": "'furo.type.Defaults.AttributesEntry'"
128846
128596
  },
128847
128597
  {
128848
128598
  "kind": "field",
@@ -128850,7 +128600,7 @@
128850
128600
  "type": {
128851
128601
  "text": "array"
128852
128602
  },
128853
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
128603
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
128854
128604
  },
128855
128605
  {
128856
128606
  "kind": "field",
@@ -128860,7 +128610,7 @@
128860
128610
  {
128861
128611
  "kind": "field",
128862
128612
  "name": "_value",
128863
- "default": "new BOOLEAN(undefined, this, 'value')"
128613
+ "default": "new STRING(undefined, this, 'value')"
128864
128614
  },
128865
128615
  {
128866
128616
  "kind": "field",
@@ -129691,41 +129441,73 @@
129691
129441
  "exports": [
129692
129442
  {
129693
129443
  "kind": "js",
129694
- "name": "StringLabelsEntry",
129444
+ "name": "DefaultsAttributesEntry",
129695
129445
  "declaration": {
129696
- "name": "StringLabelsEntry",
129697
- "module": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js"
129446
+ "name": "DefaultsAttributesEntry",
129447
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
129698
129448
  }
129699
129449
  }
129700
129450
  ]
129701
129451
  },
129702
129452
  {
129703
129453
  "kind": "javascript-module",
129704
- "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map",
129454
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
129705
129455
  "declarations": [],
129706
129456
  "exports": []
129707
129457
  },
129708
129458
  {
129709
129459
  "kind": "javascript-module",
129710
- "path": "dist/protoc-gen-open-models/furo/fat/String.js",
129460
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
129711
129461
  "declarations": [
129712
129462
  {
129713
129463
  "kind": "class",
129714
- "description": "XString\n Furo annotated type wrapper message for `string`.",
129715
- "name": "XString",
129464
+ "description": "Defaults",
129465
+ "name": "Defaults",
129716
129466
  "members": [
129717
129467
  {
129718
129468
  "kind": "field",
129719
- "name": "value"
129469
+ "name": "refSystem"
129720
129470
  },
129721
129471
  {
129722
129472
  "kind": "field",
129723
- "name": "labels"
129473
+ "name": "refType"
129474
+ },
129475
+ {
129476
+ "kind": "field",
129477
+ "name": "bookingCenter"
129724
129478
  },
129725
129479
  {
129726
129480
  "kind": "field",
129727
129481
  "name": "attributes"
129728
129482
  },
129483
+ {
129484
+ "kind": "field",
129485
+ "name": "id"
129486
+ },
129487
+ {
129488
+ "kind": "field",
129489
+ "name": "stringArray"
129490
+ },
129491
+ {
129492
+ "kind": "field",
129493
+ "name": "repeatedDecimal"
129494
+ },
129495
+ {
129496
+ "kind": "field",
129497
+ "name": "decRange"
129498
+ },
129499
+ {
129500
+ "kind": "field",
129501
+ "name": "any"
129502
+ },
129503
+ {
129504
+ "kind": "field",
129505
+ "name": "fatString"
129506
+ },
129507
+ {
129508
+ "kind": "field",
129509
+ "name": "trueFalse"
129510
+ },
129729
129511
  {
129730
129512
  "kind": "method",
129731
129513
  "name": "fromLiteral",
@@ -129745,7 +129527,7 @@
129745
129527
  "type": {
129746
129528
  "text": "string"
129747
129529
  },
129748
- "default": "'furo.fat.String'"
129530
+ "default": "'furo.type.Defaults'"
129749
129531
  },
129750
129532
  {
129751
129533
  "kind": "field",
@@ -129753,30 +129535,70 @@
129753
129535
  "type": {
129754
129536
  "text": "array"
129755
129537
  },
129756
- "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: {}, }, ]"
129538
+ "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: {}, }, ]"
129757
129539
  },
129758
129540
  {
129759
129541
  "kind": "field",
129760
- "name": "_value",
129761
- "default": "new STRING(undefined, this, 'value')"
129542
+ "name": "_refSystem",
129543
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
129762
129544
  },
129763
129545
  {
129764
129546
  "kind": "field",
129765
- "name": "_labels",
129766
- "default": "new MAP(undefined, this, 'labels')"
129547
+ "name": "_refType",
129548
+ "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
129549
+ },
129550
+ {
129551
+ "kind": "field",
129552
+ "name": "_bookingCenter",
129553
+ "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
129767
129554
  },
129768
129555
  {
129769
129556
  "kind": "field",
129770
129557
  "name": "_attributes",
129771
129558
  "default": "new MAP(undefined, this, 'attributes')"
129772
129559
  },
129560
+ {
129561
+ "kind": "field",
129562
+ "name": "_id",
129563
+ "default": "new STRING(undefined, this, 'id')"
129564
+ },
129565
+ {
129566
+ "kind": "field",
129567
+ "name": "_stringArray",
129568
+ "default": "new ARRAY(undefined, this, 'stringArray')"
129569
+ },
129570
+ {
129571
+ "kind": "field",
129572
+ "name": "_repeatedDecimal",
129573
+ "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
129574
+ },
129575
+ {
129576
+ "kind": "field",
129577
+ "name": "_decRange",
129578
+ "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
129579
+ },
129580
+ {
129581
+ "kind": "field",
129582
+ "name": "_any",
129583
+ "default": "new ANY(undefined, this, 'any')"
129584
+ },
129585
+ {
129586
+ "kind": "field",
129587
+ "name": "_fatString",
129588
+ "default": "new FuroFatString(undefined, this, 'fatString')"
129589
+ },
129590
+ {
129591
+ "kind": "field",
129592
+ "name": "_trueFalse",
129593
+ "default": "new BOOLEAN(undefined, this, 'trueFalse')"
129594
+ },
129773
129595
  {
129774
129596
  "kind": "field",
129775
129597
  "name": "__defaultValues",
129776
129598
  "type": {
129777
129599
  "text": "object"
129778
129600
  },
129779
- "default": "{}"
129601
+ "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
129780
129602
  },
129781
129603
  {
129782
129604
  "kind": "field",
@@ -130599,28 +130421,28 @@
130599
130421
  "exports": [
130600
130422
  {
130601
130423
  "kind": "js",
130602
- "name": "XString",
130424
+ "name": "Defaults",
130603
130425
  "declaration": {
130604
- "name": "XString",
130605
- "module": "dist/protoc-gen-open-models/furo/fat/String.js"
130426
+ "name": "Defaults",
130427
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
130606
130428
  }
130607
130429
  }
130608
130430
  ]
130609
130431
  },
130610
130432
  {
130611
130433
  "kind": "javascript-module",
130612
- "path": "dist/protoc-gen-open-models/furo/fat/String.js.map",
130434
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
130613
130435
  "declarations": [],
130614
130436
  "exports": []
130615
130437
  },
130616
130438
  {
130617
130439
  "kind": "javascript-module",
130618
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js",
130440
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
130619
130441
  "declarations": [
130620
130442
  {
130621
130443
  "kind": "class",
130622
- "description": "Uint32AttributesEntry",
130623
- "name": "Uint32AttributesEntry",
130444
+ "description": "IdentifierAttributesEntry",
130445
+ "name": "IdentifierAttributesEntry",
130624
130446
  "members": [
130625
130447
  {
130626
130448
  "kind": "field",
@@ -130649,7 +130471,7 @@
130649
130471
  "type": {
130650
130472
  "text": "string"
130651
130473
  },
130652
- "default": "'furo.fat.Uint32.AttributesEntry'"
130474
+ "default": "'furo.type.Identifier.AttributesEntry'"
130653
130475
  },
130654
130476
  {
130655
130477
  "kind": "field",
@@ -131498,36 +131320,72 @@
131498
131320
  "exports": [
131499
131321
  {
131500
131322
  "kind": "js",
131501
- "name": "Uint32AttributesEntry",
131323
+ "name": "IdentifierAttributesEntry",
131502
131324
  "declaration": {
131503
- "name": "Uint32AttributesEntry",
131504
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js"
131325
+ "name": "IdentifierAttributesEntry",
131326
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
131505
131327
  }
131506
131328
  }
131507
131329
  ]
131508
131330
  },
131509
131331
  {
131510
131332
  "kind": "javascript-module",
131511
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map",
131333
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
131512
131334
  "declarations": [],
131513
131335
  "exports": []
131514
131336
  },
131515
131337
  {
131516
131338
  "kind": "javascript-module",
131517
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js",
131339
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
131518
131340
  "declarations": [
131519
131341
  {
131520
131342
  "kind": "class",
131521
- "description": "Uint32LabelsEntry",
131522
- "name": "Uint32LabelsEntry",
131343
+ "description": "Identifier",
131344
+ "name": "Identifier",
131523
131345
  "members": [
131524
131346
  {
131525
131347
  "kind": "field",
131526
- "name": "key"
131348
+ "name": "refSystem"
131527
131349
  },
131528
131350
  {
131529
131351
  "kind": "field",
131530
- "name": "value"
131352
+ "name": "refType"
131353
+ },
131354
+ {
131355
+ "kind": "field",
131356
+ "name": "bookingCenter"
131357
+ },
131358
+ {
131359
+ "kind": "field",
131360
+ "name": "attributes"
131361
+ },
131362
+ {
131363
+ "kind": "field",
131364
+ "name": "id"
131365
+ },
131366
+ {
131367
+ "kind": "field",
131368
+ "name": "stringArray"
131369
+ },
131370
+ {
131371
+ "kind": "field",
131372
+ "name": "repeatedDecimal"
131373
+ },
131374
+ {
131375
+ "kind": "field",
131376
+ "name": "decRange"
131377
+ },
131378
+ {
131379
+ "kind": "field",
131380
+ "name": "any"
131381
+ },
131382
+ {
131383
+ "kind": "field",
131384
+ "name": "fatString"
131385
+ },
131386
+ {
131387
+ "kind": "field",
131388
+ "name": "trueFalse"
131531
131389
  },
131532
131390
  {
131533
131391
  "kind": "method",
@@ -131548,7 +131406,7 @@
131548
131406
  "type": {
131549
131407
  "text": "string"
131550
131408
  },
131551
- "default": "'furo.fat.Uint32.LabelsEntry'"
131409
+ "default": "'furo.type.Identifier'"
131552
131410
  },
131553
131411
  {
131554
131412
  "kind": "field",
@@ -131556,17 +131414,62 @@
131556
131414
  "type": {
131557
131415
  "text": "array"
131558
131416
  },
131559
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
131417
+ "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: {}, }, ]"
131560
131418
  },
131561
131419
  {
131562
131420
  "kind": "field",
131563
- "name": "_key",
131564
- "default": "new STRING(undefined, this, 'key')"
131421
+ "name": "_refSystem",
131422
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
131565
131423
  },
131566
131424
  {
131567
131425
  "kind": "field",
131568
- "name": "_value",
131569
- "default": "new BOOLEAN(undefined, this, 'value')"
131426
+ "name": "_refType",
131427
+ "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
131428
+ },
131429
+ {
131430
+ "kind": "field",
131431
+ "name": "_bookingCenter",
131432
+ "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
131433
+ },
131434
+ {
131435
+ "kind": "field",
131436
+ "name": "_attributes",
131437
+ "default": "new MAP(undefined, this, 'attributes')"
131438
+ },
131439
+ {
131440
+ "kind": "field",
131441
+ "name": "_id",
131442
+ "default": "new STRING(undefined, this, 'id')"
131443
+ },
131444
+ {
131445
+ "kind": "field",
131446
+ "name": "_stringArray",
131447
+ "default": "new ARRAY(undefined, this, 'stringArray')"
131448
+ },
131449
+ {
131450
+ "kind": "field",
131451
+ "name": "_repeatedDecimal",
131452
+ "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
131453
+ },
131454
+ {
131455
+ "kind": "field",
131456
+ "name": "_decRange",
131457
+ "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
131458
+ },
131459
+ {
131460
+ "kind": "field",
131461
+ "name": "_any",
131462
+ "default": "new ANY(undefined, this, 'any')"
131463
+ },
131464
+ {
131465
+ "kind": "field",
131466
+ "name": "_fatString",
131467
+ "default": "new FuroFatString(undefined, this, 'fatString')"
131468
+ },
131469
+ {
131470
+ "kind": "field",
131471
+ "name": "_trueFalse",
131472
+ "default": "new BOOLEAN(undefined, this, 'trueFalse')"
131570
131473
  },
131571
131474
  {
131572
131475
  "kind": "field",
@@ -131574,7 +131477,7 @@
131574
131477
  "type": {
131575
131478
  "text": "object"
131576
131479
  },
131577
- "default": "{}"
131480
+ "default": "{ stringArray: ['A', 'B', 'C'], }"
131578
131481
  },
131579
131482
  {
131580
131483
  "kind": "field",
@@ -132397,40 +132300,36 @@
132397
132300
  "exports": [
132398
132301
  {
132399
132302
  "kind": "js",
132400
- "name": "Uint32LabelsEntry",
132303
+ "name": "Identifier",
132401
132304
  "declaration": {
132402
- "name": "Uint32LabelsEntry",
132403
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js"
132305
+ "name": "Identifier",
132306
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
132404
132307
  }
132405
132308
  }
132406
132309
  ]
132407
132310
  },
132408
132311
  {
132409
132312
  "kind": "javascript-module",
132410
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map",
132313
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
132411
132314
  "declarations": [],
132412
132315
  "exports": []
132413
132316
  },
132414
132317
  {
132415
132318
  "kind": "javascript-module",
132416
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js",
132319
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
132417
132320
  "declarations": [
132418
132321
  {
132419
132322
  "kind": "class",
132420
- "description": "Uint32\n Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto",
132421
- "name": "Uint32",
132323
+ "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
132324
+ "name": "Numeric",
132422
132325
  "members": [
132423
132326
  {
132424
132327
  "kind": "field",
132425
- "name": "value"
132426
- },
132427
- {
132428
- "kind": "field",
132429
- "name": "labels"
132328
+ "name": "primitiveInt32"
132430
132329
  },
132431
132330
  {
132432
132331
  "kind": "field",
132433
- "name": "attributes"
132332
+ "name": "repeatedPrimitiveInt32"
132434
132333
  },
132435
132334
  {
132436
132335
  "kind": "method",
@@ -132451,7 +132350,7 @@
132451
132350
  "type": {
132452
132351
  "text": "string"
132453
132352
  },
132454
- "default": "'furo.fat.Uint32'"
132353
+ "default": "'furo.type.Numeric'"
132455
132354
  },
132456
132355
  {
132457
132356
  "kind": "field",
@@ -132459,22 +132358,17 @@
132459
132358
  "type": {
132460
132359
  "text": "array"
132461
132360
  },
132462
- "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: {}, }, ]"
132463
- },
132464
- {
132465
- "kind": "field",
132466
- "name": "_value",
132467
- "default": "new UINT32(undefined, this, 'value')"
132361
+ "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: {}, }, ]"
132468
132362
  },
132469
132363
  {
132470
132364
  "kind": "field",
132471
- "name": "_labels",
132472
- "default": "new MAP(undefined, this, 'labels')"
132365
+ "name": "_primitiveInt32",
132366
+ "default": "new INT32(undefined, this, 'primitiveInt32')"
132473
132367
  },
132474
132368
  {
132475
132369
  "kind": "field",
132476
- "name": "_attributes",
132477
- "default": "new MAP(undefined, this, 'attributes')"
132370
+ "name": "_repeatedPrimitiveInt32",
132371
+ "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
132478
132372
  },
132479
132373
  {
132480
132374
  "kind": "field",
@@ -133305,36 +133199,32 @@
133305
133199
  "exports": [
133306
133200
  {
133307
133201
  "kind": "js",
133308
- "name": "Uint32",
133202
+ "name": "Numeric",
133309
133203
  "declaration": {
133310
- "name": "Uint32",
133311
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.js"
133204
+ "name": "Numeric",
133205
+ "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
133312
133206
  }
133313
133207
  }
133314
133208
  ]
133315
133209
  },
133316
133210
  {
133317
133211
  "kind": "javascript-module",
133318
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js.map",
133212
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
133319
133213
  "declarations": [],
133320
133214
  "exports": []
133321
133215
  },
133322
133216
  {
133323
133217
  "kind": "javascript-module",
133324
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js",
133218
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js",
133325
133219
  "declarations": [
133326
133220
  {
133327
133221
  "kind": "class",
133328
- "description": "Uint64AttributesEntry",
133329
- "name": "Uint64AttributesEntry",
133222
+ "description": "Other",
133223
+ "name": "Other",
133330
133224
  "members": [
133331
133225
  {
133332
133226
  "kind": "field",
133333
- "name": "key"
133334
- },
133335
- {
133336
- "kind": "field",
133337
- "name": "value"
133227
+ "name": "recursion"
133338
133228
  },
133339
133229
  {
133340
133230
  "kind": "method",
@@ -133355,7 +133245,7 @@
133355
133245
  "type": {
133356
133246
  "text": "string"
133357
133247
  },
133358
- "default": "'furo.fat.Uint64.AttributesEntry'"
133248
+ "default": "'furo.type.Other'"
133359
133249
  },
133360
133250
  {
133361
133251
  "kind": "field",
@@ -133363,17 +133253,12 @@
133363
133253
  "type": {
133364
133254
  "text": "array"
133365
133255
  },
133366
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
133367
- },
133368
- {
133369
- "kind": "field",
133370
- "name": "_key",
133371
- "default": "new STRING(undefined, this, 'key')"
133256
+ "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
133372
133257
  },
133373
133258
  {
133374
133259
  "kind": "field",
133375
- "name": "_value",
133376
- "default": "new STRING(undefined, this, 'value')"
133260
+ "name": "_recursion",
133261
+ "default": "new RECURSION(undefined, this, 'recursion')"
133377
133262
  },
133378
133263
  {
133379
133264
  "kind": "field",
@@ -134204,36 +134089,92 @@
134204
134089
  "exports": [
134205
134090
  {
134206
134091
  "kind": "js",
134207
- "name": "Uint64AttributesEntry",
134092
+ "name": "Other",
134208
134093
  "declaration": {
134209
- "name": "Uint64AttributesEntry",
134210
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js"
134094
+ "name": "Other",
134095
+ "module": "dist/protoc-gen-open-models/furo/type/Other.js"
134211
134096
  }
134212
134097
  }
134213
134098
  ]
134214
134099
  },
134215
134100
  {
134216
134101
  "kind": "javascript-module",
134217
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map",
134102
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
134218
134103
  "declarations": [],
134219
134104
  "exports": []
134220
134105
  },
134221
134106
  {
134222
134107
  "kind": "javascript-module",
134223
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js",
134108
+ "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js",
134109
+ "declarations": [
134110
+ {
134111
+ "kind": "variable",
134112
+ "name": "RefSystem"
134113
+ }
134114
+ ],
134115
+ "exports": [
134116
+ {
134117
+ "kind": "js",
134118
+ "name": "RefSystem",
134119
+ "declaration": {
134120
+ "name": "RefSystem",
134121
+ "module": "dist/protoc-gen-open-models/furo/type/RefSystem.js"
134122
+ }
134123
+ }
134124
+ ]
134125
+ },
134126
+ {
134127
+ "kind": "javascript-module",
134128
+ "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js.map",
134129
+ "declarations": [],
134130
+ "exports": []
134131
+ },
134132
+ {
134133
+ "kind": "javascript-module",
134134
+ "path": "dist/protoc-gen-open-models/furo/type/RefType.js",
134135
+ "declarations": [
134136
+ {
134137
+ "kind": "variable",
134138
+ "name": "RefType"
134139
+ }
134140
+ ],
134141
+ "exports": [
134142
+ {
134143
+ "kind": "js",
134144
+ "name": "RefType",
134145
+ "declaration": {
134146
+ "name": "RefType",
134147
+ "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
134148
+ }
134149
+ }
134150
+ ]
134151
+ },
134152
+ {
134153
+ "kind": "javascript-module",
134154
+ "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
134155
+ "declarations": [],
134156
+ "exports": []
134157
+ },
134158
+ {
134159
+ "kind": "javascript-module",
134160
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
134224
134161
  "declarations": [
134225
134162
  {
134226
134163
  "kind": "class",
134227
- "description": "Uint64LabelsEntry",
134228
- "name": "Uint64LabelsEntry",
134164
+ "description": "Tree\n*\n Tree is for checking recursive types",
134165
+ "name": "Tree",
134229
134166
  "members": [
134230
134167
  {
134231
134168
  "kind": "field",
134232
- "name": "key"
134169
+ "name": "displayName"
134233
134170
  },
134234
134171
  {
134235
134172
  "kind": "field",
134236
- "name": "value"
134173
+ "name": "nodes"
134174
+ },
134175
+ {
134176
+ "kind": "field",
134177
+ "name": "recursion"
134237
134178
  },
134238
134179
  {
134239
134180
  "kind": "method",
@@ -134254,7 +134195,7 @@
134254
134195
  "type": {
134255
134196
  "text": "string"
134256
134197
  },
134257
- "default": "'furo.fat.Uint64.LabelsEntry'"
134198
+ "default": "'furo.type.Tree'"
134258
134199
  },
134259
134200
  {
134260
134201
  "kind": "field",
@@ -134262,17 +134203,22 @@
134262
134203
  "type": {
134263
134204
  "text": "array"
134264
134205
  },
134265
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
134206
+ "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, }, ]"
134266
134207
  },
134267
134208
  {
134268
134209
  "kind": "field",
134269
- "name": "_key",
134270
- "default": "new STRING(undefined, this, 'key')"
134210
+ "name": "_displayName",
134211
+ "default": "new STRING(undefined, this, 'displayName')"
134271
134212
  },
134272
134213
  {
134273
134214
  "kind": "field",
134274
- "name": "_value",
134275
- "default": "new BOOLEAN(undefined, this, 'value')"
134215
+ "name": "_nodes",
134216
+ "default": "new ARRAY(undefined, this, 'nodes')"
134217
+ },
134218
+ {
134219
+ "kind": "field",
134220
+ "name": "_recursion",
134221
+ "default": "new RECURSION(undefined, this, 'recursion')"
134276
134222
  },
134277
134223
  {
134278
134224
  "kind": "field",
@@ -135103,40 +135049,64 @@
135103
135049
  "exports": [
135104
135050
  {
135105
135051
  "kind": "js",
135106
- "name": "Uint64LabelsEntry",
135052
+ "name": "Tree",
135107
135053
  "declaration": {
135108
- "name": "Uint64LabelsEntry",
135109
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js"
135054
+ "name": "Tree",
135055
+ "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
135110
135056
  }
135111
135057
  }
135112
135058
  ]
135113
135059
  },
135114
135060
  {
135115
135061
  "kind": "javascript-module",
135116
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map",
135062
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
135117
135063
  "declarations": [],
135118
135064
  "exports": []
135119
135065
  },
135120
135066
  {
135121
135067
  "kind": "javascript-module",
135122
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js",
135068
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
135123
135069
  "declarations": [
135124
135070
  {
135125
135071
  "kind": "class",
135126
- "description": "Uint64\n Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations",
135127
- "name": "Uint64",
135072
+ "description": "Wrappers",
135073
+ "name": "Wrappers",
135128
135074
  "members": [
135129
135075
  {
135130
135076
  "kind": "field",
135131
- "name": "value"
135077
+ "name": "stringValue"
135132
135078
  },
135133
135079
  {
135134
135080
  "kind": "field",
135135
- "name": "labels"
135081
+ "name": "int32Value"
135136
135082
  },
135137
135083
  {
135138
135084
  "kind": "field",
135139
- "name": "attributes"
135085
+ "name": "int64Value"
135086
+ },
135087
+ {
135088
+ "kind": "field",
135089
+ "name": "floatValue"
135090
+ },
135091
+ {
135092
+ "kind": "field",
135093
+ "name": "doubleValue"
135094
+ },
135095
+ {
135096
+ "kind": "field",
135097
+ "name": "boolValue"
135098
+ },
135099
+ {
135100
+ "kind": "field",
135101
+ "name": "uint32Value"
135102
+ },
135103
+ {
135104
+ "kind": "field",
135105
+ "name": "uint64Value"
135106
+ },
135107
+ {
135108
+ "kind": "field",
135109
+ "name": "bytesValue"
135140
135110
  },
135141
135111
  {
135142
135112
  "kind": "method",
@@ -135157,7 +135127,7 @@
135157
135127
  "type": {
135158
135128
  "text": "string"
135159
135129
  },
135160
- "default": "'furo.fat.Uint64'"
135130
+ "default": "'furo.type.Wrappers'"
135161
135131
  },
135162
135132
  {
135163
135133
  "kind": "field",
@@ -135165,22 +135135,52 @@
135165
135135
  "type": {
135166
135136
  "text": "array"
135167
135137
  },
135168
- "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: {}, }, ]"
135138
+ "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: {}, }, ]"
135169
135139
  },
135170
135140
  {
135171
135141
  "kind": "field",
135172
- "name": "_value",
135173
- "default": "new UINT64(undefined, this, 'value')"
135142
+ "name": "_stringValue",
135143
+ "default": "new StringValue(undefined, this, 'stringValue')"
135174
135144
  },
135175
135145
  {
135176
135146
  "kind": "field",
135177
- "name": "_labels",
135178
- "default": "new MAP(undefined, this, 'labels')"
135147
+ "name": "_int32Value",
135148
+ "default": "new Int32Value(undefined, this, 'int32Value')"
135179
135149
  },
135180
135150
  {
135181
135151
  "kind": "field",
135182
- "name": "_attributes",
135183
- "default": "new MAP(undefined, this, 'attributes')"
135152
+ "name": "_int64Value",
135153
+ "default": "new Int64Value(undefined, this, 'int64Value')"
135154
+ },
135155
+ {
135156
+ "kind": "field",
135157
+ "name": "_floatValue",
135158
+ "default": "new FloatValue(undefined, this, 'floatValue')"
135159
+ },
135160
+ {
135161
+ "kind": "field",
135162
+ "name": "_doubleValue",
135163
+ "default": "new DoubleValue(undefined, this, 'doubleValue')"
135164
+ },
135165
+ {
135166
+ "kind": "field",
135167
+ "name": "_boolValue",
135168
+ "default": "new BoolValue(undefined, this, 'boolValue')"
135169
+ },
135170
+ {
135171
+ "kind": "field",
135172
+ "name": "_uint32Value",
135173
+ "default": "new UInt32Value(undefined, this, 'uint32Value')"
135174
+ },
135175
+ {
135176
+ "kind": "field",
135177
+ "name": "_uint64Value",
135178
+ "default": "new UInt64Value(undefined, this, 'uint64Value')"
135179
+ },
135180
+ {
135181
+ "kind": "field",
135182
+ "name": "_bytesValue",
135183
+ "default": "new BytesValue(undefined, this, 'bytesValue')"
135184
135184
  },
135185
135185
  {
135186
135186
  "kind": "field",
@@ -136011,17 +136011,17 @@
136011
136011
  "exports": [
136012
136012
  {
136013
136013
  "kind": "js",
136014
- "name": "Uint64",
136014
+ "name": "Wrappers",
136015
136015
  "declaration": {
136016
- "name": "Uint64",
136017
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.js"
136016
+ "name": "Wrappers",
136017
+ "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
136018
136018
  }
136019
136019
  }
136020
136020
  ]
136021
136021
  },
136022
136022
  {
136023
136023
  "kind": "javascript-module",
136024
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js.map",
136024
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
136025
136025
  "declarations": [],
136026
136026
  "exports": []
136027
136027
  },