@furo/open-models 1.11.2 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -93772,82 +93772,20 @@
93772
93772
  },
93773
93773
  {
93774
93774
  "kind": "javascript-module",
93775
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js",
93776
- "declarations": [
93777
- {
93778
- "kind": "variable",
93779
- "name": "BookingCenter"
93780
- }
93781
- ],
93782
- "exports": [
93783
- {
93784
- "kind": "js",
93785
- "name": "BookingCenter",
93786
- "declaration": {
93787
- "name": "BookingCenter",
93788
- "module": "dist/protoc-gen-open-models/furo/type/BookingCenter.js"
93789
- }
93790
- }
93791
- ]
93792
- },
93793
- {
93794
- "kind": "javascript-module",
93795
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js.map",
93796
- "declarations": [],
93797
- "exports": []
93798
- },
93799
- {
93800
- "kind": "javascript-module",
93801
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js",
93775
+ "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
93802
93776
  "declarations": [
93803
93777
  {
93804
93778
  "kind": "class",
93805
- "description": "ConstraintWrappers",
93806
- "name": "ConstraintWrappers",
93779
+ "description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
93780
+ "name": "CustomHttpPattern",
93807
93781
  "members": [
93808
93782
  {
93809
93783
  "kind": "field",
93810
- "name": "stringValue"
93811
- },
93812
- {
93813
- "kind": "field",
93814
- "name": "int32Value"
93815
- },
93816
- {
93817
- "kind": "field",
93818
- "name": "int64Value"
93819
- },
93820
- {
93821
- "kind": "field",
93822
- "name": "floatValue"
93823
- },
93824
- {
93825
- "kind": "field",
93826
- "name": "doubleValue"
93827
- },
93828
- {
93829
- "kind": "field",
93830
- "name": "boolValue"
93831
- },
93832
- {
93833
- "kind": "field",
93834
- "name": "uint32Value"
93835
- },
93836
- {
93837
- "kind": "field",
93838
- "name": "uint64Value"
93839
- },
93840
- {
93841
- "kind": "field",
93842
- "name": "bytesValue"
93843
- },
93844
- {
93845
- "kind": "field",
93846
- "name": "exclInt32Value"
93784
+ "name": "kind"
93847
93785
  },
93848
93786
  {
93849
93787
  "kind": "field",
93850
- "name": "exclInt64Value"
93788
+ "name": "path"
93851
93789
  },
93852
93790
  {
93853
93791
  "kind": "method",
@@ -93868,7 +93806,7 @@
93868
93806
  "type": {
93869
93807
  "text": "string"
93870
93808
  },
93871
- "default": "'furo.type.ConstraintWrappers'"
93809
+ "default": "'google.api.CustomHttpPattern'"
93872
93810
  },
93873
93811
  {
93874
93812
  "kind": "field",
@@ -93876,62 +93814,17 @@
93876
93814
  "type": {
93877
93815
  "text": "array"
93878
93816
  },
93879
- "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, }, }, ]"
93880
- },
93881
- {
93882
- "kind": "field",
93883
- "name": "_stringValue",
93884
- "default": "new StringValue(undefined, this, 'stringValue')"
93885
- },
93886
- {
93887
- "kind": "field",
93888
- "name": "_int32Value",
93889
- "default": "new Int32Value(undefined, this, 'int32Value')"
93890
- },
93891
- {
93892
- "kind": "field",
93893
- "name": "_int64Value",
93894
- "default": "new Int64Value(undefined, this, 'int64Value')"
93895
- },
93896
- {
93897
- "kind": "field",
93898
- "name": "_floatValue",
93899
- "default": "new FloatValue(undefined, this, 'floatValue')"
93900
- },
93901
- {
93902
- "kind": "field",
93903
- "name": "_doubleValue",
93904
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
93905
- },
93906
- {
93907
- "kind": "field",
93908
- "name": "_boolValue",
93909
- "default": "new BoolValue(undefined, this, 'boolValue')"
93910
- },
93911
- {
93912
- "kind": "field",
93913
- "name": "_uint32Value",
93914
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
93915
- },
93916
- {
93917
- "kind": "field",
93918
- "name": "_uint64Value",
93919
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
93920
- },
93921
- {
93922
- "kind": "field",
93923
- "name": "_bytesValue",
93924
- "default": "new BytesValue(undefined, this, 'bytesValue')"
93817
+ "default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
93925
93818
  },
93926
93819
  {
93927
93820
  "kind": "field",
93928
- "name": "_exclInt32Value",
93929
- "default": "new Int32Value(undefined, this, 'exclInt32Value')"
93821
+ "name": "_kind",
93822
+ "default": "new STRING(undefined, this, 'kind')"
93930
93823
  },
93931
93824
  {
93932
93825
  "kind": "field",
93933
- "name": "_exclInt64Value",
93934
- "default": "new Int64Value(undefined, this, 'exclInt64Value')"
93826
+ "name": "_path",
93827
+ "default": "new STRING(undefined, this, 'path')"
93935
93828
  },
93936
93829
  {
93937
93830
  "kind": "field",
@@ -93939,7 +93832,7 @@
93939
93832
  "type": {
93940
93833
  "text": "object"
93941
93834
  },
93942
- "default": "{ exclInt32Value: 3.0, exclInt64Value: '3', int32Value: 3.0, int64Value: '3', stringValue: 'default', }"
93835
+ "default": "{}"
93943
93836
  },
93944
93837
  {
93945
93838
  "kind": "field",
@@ -94777,32 +94670,36 @@
94777
94670
  "exports": [
94778
94671
  {
94779
94672
  "kind": "js",
94780
- "name": "ConstraintWrappers",
94673
+ "name": "CustomHttpPattern",
94781
94674
  "declaration": {
94782
- "name": "ConstraintWrappers",
94783
- "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
94675
+ "name": "CustomHttpPattern",
94676
+ "module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
94784
94677
  }
94785
94678
  }
94786
94679
  ]
94787
94680
  },
94788
94681
  {
94789
94682
  "kind": "javascript-module",
94790
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
94683
+ "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
94791
94684
  "declarations": [],
94792
94685
  "exports": []
94793
94686
  },
94794
94687
  {
94795
94688
  "kind": "javascript-module",
94796
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
94689
+ "path": "dist/protoc-gen-open-models/google/api/Http.js",
94797
94690
  "declarations": [
94798
94691
  {
94799
94692
  "kind": "class",
94800
- "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
94801
- "name": "Decimal",
94693
+ "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.",
94694
+ "name": "Http",
94802
94695
  "members": [
94803
94696
  {
94804
94697
  "kind": "field",
94805
- "name": "value"
94698
+ "name": "rules"
94699
+ },
94700
+ {
94701
+ "kind": "field",
94702
+ "name": "fullyDecodeReservedExpansion"
94806
94703
  },
94807
94704
  {
94808
94705
  "kind": "method",
@@ -94823,7 +94720,7 @@
94823
94720
  "type": {
94824
94721
  "text": "string"
94825
94722
  },
94826
- "default": "'furo.type.Decimal'"
94723
+ "default": "'google.api.Http'"
94827
94724
  },
94828
94725
  {
94829
94726
  "kind": "field",
@@ -94831,12 +94728,17 @@
94831
94728
  "type": {
94832
94729
  "text": "array"
94833
94730
  },
94834
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
94731
+ "default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
94835
94732
  },
94836
94733
  {
94837
94734
  "kind": "field",
94838
- "name": "_value",
94839
- "default": "new STRING(undefined, this, 'value')"
94735
+ "name": "_rules",
94736
+ "default": "new ARRAY(undefined, this, 'rules')"
94737
+ },
94738
+ {
94739
+ "kind": "field",
94740
+ "name": "_fullyDecodeReservedExpansion",
94741
+ "default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
94840
94742
  },
94841
94743
  {
94842
94744
  "kind": "field",
@@ -95682,32 +95584,68 @@
95682
95584
  "exports": [
95683
95585
  {
95684
95586
  "kind": "js",
95685
- "name": "Decimal",
95587
+ "name": "Http",
95686
95588
  "declaration": {
95687
- "name": "Decimal",
95688
- "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
95589
+ "name": "Http",
95590
+ "module": "dist/protoc-gen-open-models/google/api/Http.js"
95689
95591
  }
95690
95592
  }
95691
95593
  ]
95692
95594
  },
95693
95595
  {
95694
95596
  "kind": "javascript-module",
95695
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
95597
+ "path": "dist/protoc-gen-open-models/google/api/Http.js.map",
95696
95598
  "declarations": [],
95697
95599
  "exports": []
95698
95600
  },
95699
95601
  {
95700
95602
  "kind": "javascript-module",
95701
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
95603
+ "path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
95702
95604
  "declarations": [
95703
95605
  {
95704
95606
  "kind": "class",
95705
- "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
95706
- "name": "DecimalB",
95607
+ "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.",
95608
+ "name": "HttpRule",
95707
95609
  "members": [
95708
95610
  {
95709
95611
  "kind": "field",
95710
- "name": "value"
95612
+ "name": "selector"
95613
+ },
95614
+ {
95615
+ "kind": "field",
95616
+ "name": "get"
95617
+ },
95618
+ {
95619
+ "kind": "field",
95620
+ "name": "put"
95621
+ },
95622
+ {
95623
+ "kind": "field",
95624
+ "name": "post"
95625
+ },
95626
+ {
95627
+ "kind": "field",
95628
+ "name": "delete"
95629
+ },
95630
+ {
95631
+ "kind": "field",
95632
+ "name": "patch"
95633
+ },
95634
+ {
95635
+ "kind": "field",
95636
+ "name": "custom"
95637
+ },
95638
+ {
95639
+ "kind": "field",
95640
+ "name": "body"
95641
+ },
95642
+ {
95643
+ "kind": "field",
95644
+ "name": "responseBody"
95645
+ },
95646
+ {
95647
+ "kind": "field",
95648
+ "name": "additionalBindings"
95711
95649
  },
95712
95650
  {
95713
95651
  "kind": "method",
@@ -95728,7 +95666,7 @@
95728
95666
  "type": {
95729
95667
  "text": "string"
95730
95668
  },
95731
- "default": "'furo.type.DecimalB'"
95669
+ "default": "'google.api.HttpRule'"
95732
95670
  },
95733
95671
  {
95734
95672
  "kind": "field",
@@ -95736,12 +95674,57 @@
95736
95674
  "type": {
95737
95675
  "text": "array"
95738
95676
  },
95739
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
95677
+ "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: {}, }, ]"
95740
95678
  },
95741
95679
  {
95742
95680
  "kind": "field",
95743
- "name": "_value",
95744
- "default": "new STRING(undefined, this, 'value')"
95681
+ "name": "_selector",
95682
+ "default": "new STRING(undefined, this, 'selector')"
95683
+ },
95684
+ {
95685
+ "kind": "field",
95686
+ "name": "_get",
95687
+ "default": "new STRING(undefined, this, 'get')"
95688
+ },
95689
+ {
95690
+ "kind": "field",
95691
+ "name": "_put",
95692
+ "default": "new STRING(undefined, this, 'put')"
95693
+ },
95694
+ {
95695
+ "kind": "field",
95696
+ "name": "_post",
95697
+ "default": "new STRING(undefined, this, 'post')"
95698
+ },
95699
+ {
95700
+ "kind": "field",
95701
+ "name": "_delete",
95702
+ "default": "new STRING(undefined, this, 'delete')"
95703
+ },
95704
+ {
95705
+ "kind": "field",
95706
+ "name": "_patch",
95707
+ "default": "new STRING(undefined, this, 'patch')"
95708
+ },
95709
+ {
95710
+ "kind": "field",
95711
+ "name": "_custom",
95712
+ "default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
95713
+ },
95714
+ {
95715
+ "kind": "field",
95716
+ "name": "_body",
95717
+ "default": "new STRING(undefined, this, 'body')"
95718
+ },
95719
+ {
95720
+ "kind": "field",
95721
+ "name": "_responseBody",
95722
+ "default": "new STRING(undefined, this, 'responseBody')"
95723
+ },
95724
+ {
95725
+ "kind": "field",
95726
+ "name": "_additionalBindings",
95727
+ "default": "new ARRAY(undefined, this, 'additionalBindings')"
95745
95728
  },
95746
95729
  {
95747
95730
  "kind": "field",
@@ -96587,36 +96570,98 @@
96587
96570
  "exports": [
96588
96571
  {
96589
96572
  "kind": "js",
96590
- "name": "DecimalB",
96573
+ "name": "HttpRule",
96591
96574
  "declaration": {
96592
- "name": "DecimalB",
96593
- "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
96575
+ "name": "HttpRule",
96576
+ "module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
96594
96577
  }
96595
96578
  }
96596
96579
  ]
96597
96580
  },
96598
96581
  {
96599
96582
  "kind": "javascript-module",
96600
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
96583
+ "path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
96601
96584
  "declarations": [],
96602
96585
  "exports": []
96603
96586
  },
96604
96587
  {
96605
96588
  "kind": "javascript-module",
96606
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
96589
+ "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js",
96590
+ "declarations": [
96591
+ {
96592
+ "kind": "variable",
96593
+ "name": "BookingCenter"
96594
+ }
96595
+ ],
96596
+ "exports": [
96597
+ {
96598
+ "kind": "js",
96599
+ "name": "BookingCenter",
96600
+ "declaration": {
96601
+ "name": "BookingCenter",
96602
+ "module": "dist/protoc-gen-open-models/furo/type/BookingCenter.js"
96603
+ }
96604
+ }
96605
+ ]
96606
+ },
96607
+ {
96608
+ "kind": "javascript-module",
96609
+ "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js.map",
96610
+ "declarations": [],
96611
+ "exports": []
96612
+ },
96613
+ {
96614
+ "kind": "javascript-module",
96615
+ "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js",
96607
96616
  "declarations": [
96608
96617
  {
96609
96618
  "kind": "class",
96610
- "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.",
96611
- "name": "DecimalRange",
96619
+ "description": "ConstraintWrappers",
96620
+ "name": "ConstraintWrappers",
96612
96621
  "members": [
96613
96622
  {
96614
96623
  "kind": "field",
96615
- "name": "start"
96624
+ "name": "stringValue"
96616
96625
  },
96617
96626
  {
96618
96627
  "kind": "field",
96619
- "name": "end"
96628
+ "name": "int32Value"
96629
+ },
96630
+ {
96631
+ "kind": "field",
96632
+ "name": "int64Value"
96633
+ },
96634
+ {
96635
+ "kind": "field",
96636
+ "name": "floatValue"
96637
+ },
96638
+ {
96639
+ "kind": "field",
96640
+ "name": "doubleValue"
96641
+ },
96642
+ {
96643
+ "kind": "field",
96644
+ "name": "boolValue"
96645
+ },
96646
+ {
96647
+ "kind": "field",
96648
+ "name": "uint32Value"
96649
+ },
96650
+ {
96651
+ "kind": "field",
96652
+ "name": "uint64Value"
96653
+ },
96654
+ {
96655
+ "kind": "field",
96656
+ "name": "bytesValue"
96657
+ },
96658
+ {
96659
+ "kind": "field",
96660
+ "name": "exclInt32Value"
96661
+ },
96662
+ {
96663
+ "kind": "field",
96664
+ "name": "exclInt64Value"
96620
96665
  },
96621
96666
  {
96622
96667
  "kind": "method",
@@ -96637,7 +96682,7 @@
96637
96682
  "type": {
96638
96683
  "text": "string"
96639
96684
  },
96640
- "default": "'furo.type.DecimalRange'"
96685
+ "default": "'furo.type.ConstraintWrappers'"
96641
96686
  },
96642
96687
  {
96643
96688
  "kind": "field",
@@ -96645,17 +96690,62 @@
96645
96690
  "type": {
96646
96691
  "text": "array"
96647
96692
  },
96648
- "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
96693
+ "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, }, }, ]"
96649
96694
  },
96650
96695
  {
96651
96696
  "kind": "field",
96652
- "name": "_start",
96653
- "default": "new FuroTypeDecimal(undefined, this, 'start')"
96697
+ "name": "_stringValue",
96698
+ "default": "new StringValue(undefined, this, 'stringValue')"
96654
96699
  },
96655
96700
  {
96656
96701
  "kind": "field",
96657
- "name": "_end",
96658
- "default": "new FuroTypeDecimal(undefined, this, 'end')"
96702
+ "name": "_int32Value",
96703
+ "default": "new Int32Value(undefined, this, 'int32Value')"
96704
+ },
96705
+ {
96706
+ "kind": "field",
96707
+ "name": "_int64Value",
96708
+ "default": "new Int64Value(undefined, this, 'int64Value')"
96709
+ },
96710
+ {
96711
+ "kind": "field",
96712
+ "name": "_floatValue",
96713
+ "default": "new FloatValue(undefined, this, 'floatValue')"
96714
+ },
96715
+ {
96716
+ "kind": "field",
96717
+ "name": "_doubleValue",
96718
+ "default": "new DoubleValue(undefined, this, 'doubleValue')"
96719
+ },
96720
+ {
96721
+ "kind": "field",
96722
+ "name": "_boolValue",
96723
+ "default": "new BoolValue(undefined, this, 'boolValue')"
96724
+ },
96725
+ {
96726
+ "kind": "field",
96727
+ "name": "_uint32Value",
96728
+ "default": "new UInt32Value(undefined, this, 'uint32Value')"
96729
+ },
96730
+ {
96731
+ "kind": "field",
96732
+ "name": "_uint64Value",
96733
+ "default": "new UInt64Value(undefined, this, 'uint64Value')"
96734
+ },
96735
+ {
96736
+ "kind": "field",
96737
+ "name": "_bytesValue",
96738
+ "default": "new BytesValue(undefined, this, 'bytesValue')"
96739
+ },
96740
+ {
96741
+ "kind": "field",
96742
+ "name": "_exclInt32Value",
96743
+ "default": "new Int32Value(undefined, this, 'exclInt32Value')"
96744
+ },
96745
+ {
96746
+ "kind": "field",
96747
+ "name": "_exclInt64Value",
96748
+ "default": "new Int64Value(undefined, this, 'exclInt64Value')"
96659
96749
  },
96660
96750
  {
96661
96751
  "kind": "field",
@@ -96663,7 +96753,7 @@
96663
96753
  "type": {
96664
96754
  "text": "object"
96665
96755
  },
96666
- "default": "{}"
96756
+ "default": "{ exclInt32Value: 3.0, exclInt64Value: '3', int32Value: 3.0, int64Value: '3', stringValue: 'default', }"
96667
96757
  },
96668
96758
  {
96669
96759
  "kind": "field",
@@ -97501,36 +97591,32 @@
97501
97591
  "exports": [
97502
97592
  {
97503
97593
  "kind": "js",
97504
- "name": "DecimalRange",
97594
+ "name": "ConstraintWrappers",
97505
97595
  "declaration": {
97506
- "name": "DecimalRange",
97507
- "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
97596
+ "name": "ConstraintWrappers",
97597
+ "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
97508
97598
  }
97509
97599
  }
97510
97600
  ]
97511
97601
  },
97512
97602
  {
97513
97603
  "kind": "javascript-module",
97514
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
97604
+ "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
97515
97605
  "declarations": [],
97516
97606
  "exports": []
97517
97607
  },
97518
97608
  {
97519
97609
  "kind": "javascript-module",
97520
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
97610
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
97521
97611
  "declarations": [
97522
97612
  {
97523
97613
  "kind": "class",
97524
- "description": "DeepRecursion",
97525
- "name": "DeepRecursion",
97614
+ "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
97615
+ "name": "Decimal",
97526
97616
  "members": [
97527
97617
  {
97528
97618
  "kind": "field",
97529
- "name": "displayName"
97530
- },
97531
- {
97532
- "kind": "field",
97533
- "name": "field"
97619
+ "name": "value"
97534
97620
  },
97535
97621
  {
97536
97622
  "kind": "method",
@@ -97551,7 +97637,7 @@
97551
97637
  "type": {
97552
97638
  "text": "string"
97553
97639
  },
97554
- "default": "'furo.type.DeepRecursion'"
97640
+ "default": "'furo.type.Decimal'"
97555
97641
  },
97556
97642
  {
97557
97643
  "kind": "field",
@@ -97559,17 +97645,12 @@
97559
97645
  "type": {
97560
97646
  "text": "array"
97561
97647
  },
97562
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
97563
- },
97564
- {
97565
- "kind": "field",
97566
- "name": "_displayName",
97567
- "default": "new STRING(undefined, this, 'displayName')"
97648
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
97568
97649
  },
97569
97650
  {
97570
97651
  "kind": "field",
97571
- "name": "_field",
97572
- "default": "new RECURSION(undefined, this, 'field')"
97652
+ "name": "_value",
97653
+ "default": "new STRING(undefined, this, 'value')"
97573
97654
  },
97574
97655
  {
97575
97656
  "kind": "field",
@@ -98415,33 +98496,29 @@
98415
98496
  "exports": [
98416
98497
  {
98417
98498
  "kind": "js",
98418
- "name": "DeepRecursion",
98499
+ "name": "Decimal",
98419
98500
  "declaration": {
98420
- "name": "DeepRecursion",
98421
- "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
98501
+ "name": "Decimal",
98502
+ "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
98422
98503
  }
98423
98504
  }
98424
98505
  ]
98425
98506
  },
98426
98507
  {
98427
98508
  "kind": "javascript-module",
98428
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
98509
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
98429
98510
  "declarations": [],
98430
98511
  "exports": []
98431
98512
  },
98432
98513
  {
98433
98514
  "kind": "javascript-module",
98434
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
98515
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
98435
98516
  "declarations": [
98436
98517
  {
98437
98518
  "kind": "class",
98438
- "description": "DefaultsAttributesEntry",
98439
- "name": "DefaultsAttributesEntry",
98519
+ "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
98520
+ "name": "DecimalB",
98440
98521
  "members": [
98441
- {
98442
- "kind": "field",
98443
- "name": "key"
98444
- },
98445
98522
  {
98446
98523
  "kind": "field",
98447
98524
  "name": "value"
@@ -98465,7 +98542,7 @@
98465
98542
  "type": {
98466
98543
  "text": "string"
98467
98544
  },
98468
- "default": "'furo.type.Defaults.AttributesEntry'"
98545
+ "default": "'furo.type.DecimalB'"
98469
98546
  },
98470
98547
  {
98471
98548
  "kind": "field",
@@ -98473,12 +98550,7 @@
98473
98550
  "type": {
98474
98551
  "text": "array"
98475
98552
  },
98476
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
98477
- },
98478
- {
98479
- "kind": "field",
98480
- "name": "_key",
98481
- "default": "new STRING(undefined, this, 'key')"
98553
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
98482
98554
  },
98483
98555
  {
98484
98556
  "kind": "field",
@@ -99329,72 +99401,36 @@
99329
99401
  "exports": [
99330
99402
  {
99331
99403
  "kind": "js",
99332
- "name": "DefaultsAttributesEntry",
99404
+ "name": "DecimalB",
99333
99405
  "declaration": {
99334
- "name": "DefaultsAttributesEntry",
99335
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
99406
+ "name": "DecimalB",
99407
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
99336
99408
  }
99337
99409
  }
99338
99410
  ]
99339
99411
  },
99340
99412
  {
99341
99413
  "kind": "javascript-module",
99342
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
99414
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
99343
99415
  "declarations": [],
99344
99416
  "exports": []
99345
99417
  },
99346
99418
  {
99347
99419
  "kind": "javascript-module",
99348
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
99420
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
99349
99421
  "declarations": [
99350
99422
  {
99351
99423
  "kind": "class",
99352
- "description": "Defaults",
99353
- "name": "Defaults",
99424
+ "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.",
99425
+ "name": "DecimalRange",
99354
99426
  "members": [
99355
99427
  {
99356
99428
  "kind": "field",
99357
- "name": "refSystem"
99358
- },
99359
- {
99360
- "kind": "field",
99361
- "name": "refType"
99362
- },
99363
- {
99364
- "kind": "field",
99365
- "name": "bookingCenter"
99366
- },
99367
- {
99368
- "kind": "field",
99369
- "name": "attributes"
99370
- },
99371
- {
99372
- "kind": "field",
99373
- "name": "id"
99374
- },
99375
- {
99376
- "kind": "field",
99377
- "name": "stringArray"
99378
- },
99379
- {
99380
- "kind": "field",
99381
- "name": "repeatedDecimal"
99382
- },
99383
- {
99384
- "kind": "field",
99385
- "name": "decRange"
99386
- },
99387
- {
99388
- "kind": "field",
99389
- "name": "any"
99390
- },
99391
- {
99392
- "kind": "field",
99393
- "name": "fatString"
99429
+ "name": "start"
99394
99430
  },
99395
99431
  {
99396
99432
  "kind": "field",
99397
- "name": "trueFalse"
99433
+ "name": "end"
99398
99434
  },
99399
99435
  {
99400
99436
  "kind": "method",
@@ -99415,7 +99451,7 @@
99415
99451
  "type": {
99416
99452
  "text": "string"
99417
99453
  },
99418
- "default": "'furo.type.Defaults'"
99454
+ "default": "'furo.type.DecimalRange'"
99419
99455
  },
99420
99456
  {
99421
99457
  "kind": "field",
@@ -99423,62 +99459,17 @@
99423
99459
  "type": {
99424
99460
  "text": "array"
99425
99461
  },
99426
- "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: {}, }, ]"
99427
- },
99428
- {
99429
- "kind": "field",
99430
- "name": "_refSystem",
99431
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
99432
- },
99433
- {
99434
- "kind": "field",
99435
- "name": "_refType",
99436
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
99437
- },
99438
- {
99439
- "kind": "field",
99440
- "name": "_bookingCenter",
99441
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
99442
- },
99443
- {
99444
- "kind": "field",
99445
- "name": "_attributes",
99446
- "default": "new MAP(undefined, this, 'attributes')"
99447
- },
99448
- {
99449
- "kind": "field",
99450
- "name": "_id",
99451
- "default": "new STRING(undefined, this, 'id')"
99452
- },
99453
- {
99454
- "kind": "field",
99455
- "name": "_stringArray",
99456
- "default": "new ARRAY(undefined, this, 'stringArray')"
99457
- },
99458
- {
99459
- "kind": "field",
99460
- "name": "_repeatedDecimal",
99461
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
99462
- },
99463
- {
99464
- "kind": "field",
99465
- "name": "_decRange",
99466
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
99467
- },
99468
- {
99469
- "kind": "field",
99470
- "name": "_any",
99471
- "default": "new ANY(undefined, this, 'any')"
99462
+ "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
99472
99463
  },
99473
99464
  {
99474
99465
  "kind": "field",
99475
- "name": "_fatString",
99476
- "default": "new FuroFatString(undefined, this, 'fatString')"
99466
+ "name": "_start",
99467
+ "default": "new FuroTypeDecimal(undefined, this, 'start')"
99477
99468
  },
99478
99469
  {
99479
99470
  "kind": "field",
99480
- "name": "_trueFalse",
99481
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
99471
+ "name": "_end",
99472
+ "default": "new FuroTypeDecimal(undefined, this, 'end')"
99482
99473
  },
99483
99474
  {
99484
99475
  "kind": "field",
@@ -99486,7 +99477,7 @@
99486
99477
  "type": {
99487
99478
  "text": "object"
99488
99479
  },
99489
- "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
99480
+ "default": "{}"
99490
99481
  },
99491
99482
  {
99492
99483
  "kind": "field",
@@ -100324,36 +100315,36 @@
100324
100315
  "exports": [
100325
100316
  {
100326
100317
  "kind": "js",
100327
- "name": "Defaults",
100318
+ "name": "DecimalRange",
100328
100319
  "declaration": {
100329
- "name": "Defaults",
100330
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
100320
+ "name": "DecimalRange",
100321
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
100331
100322
  }
100332
100323
  }
100333
100324
  ]
100334
100325
  },
100335
100326
  {
100336
100327
  "kind": "javascript-module",
100337
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
100328
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
100338
100329
  "declarations": [],
100339
100330
  "exports": []
100340
100331
  },
100341
100332
  {
100342
100333
  "kind": "javascript-module",
100343
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
100334
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
100344
100335
  "declarations": [
100345
100336
  {
100346
100337
  "kind": "class",
100347
- "description": "IdentifierAttributesEntry",
100348
- "name": "IdentifierAttributesEntry",
100338
+ "description": "DeepRecursion",
100339
+ "name": "DeepRecursion",
100349
100340
  "members": [
100350
100341
  {
100351
100342
  "kind": "field",
100352
- "name": "key"
100343
+ "name": "displayName"
100353
100344
  },
100354
100345
  {
100355
100346
  "kind": "field",
100356
- "name": "value"
100347
+ "name": "field"
100357
100348
  },
100358
100349
  {
100359
100350
  "kind": "method",
@@ -100374,7 +100365,7 @@
100374
100365
  "type": {
100375
100366
  "text": "string"
100376
100367
  },
100377
- "default": "'furo.type.Identifier.AttributesEntry'"
100368
+ "default": "'furo.type.DeepRecursion'"
100378
100369
  },
100379
100370
  {
100380
100371
  "kind": "field",
@@ -100382,17 +100373,17 @@
100382
100373
  "type": {
100383
100374
  "text": "array"
100384
100375
  },
100385
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
100376
+ "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
100386
100377
  },
100387
100378
  {
100388
100379
  "kind": "field",
100389
- "name": "_key",
100390
- "default": "new STRING(undefined, this, 'key')"
100380
+ "name": "_displayName",
100381
+ "default": "new STRING(undefined, this, 'displayName')"
100391
100382
  },
100392
100383
  {
100393
100384
  "kind": "field",
100394
- "name": "_value",
100395
- "default": "new STRING(undefined, this, 'value')"
100385
+ "name": "_field",
100386
+ "default": "new RECURSION(undefined, this, 'field')"
100396
100387
  },
100397
100388
  {
100398
100389
  "kind": "field",
@@ -101238,72 +101229,36 @@
101238
101229
  "exports": [
101239
101230
  {
101240
101231
  "kind": "js",
101241
- "name": "IdentifierAttributesEntry",
101232
+ "name": "DeepRecursion",
101242
101233
  "declaration": {
101243
- "name": "IdentifierAttributesEntry",
101244
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
101234
+ "name": "DeepRecursion",
101235
+ "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
101245
101236
  }
101246
101237
  }
101247
101238
  ]
101248
101239
  },
101249
101240
  {
101250
101241
  "kind": "javascript-module",
101251
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
101242
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
101252
101243
  "declarations": [],
101253
101244
  "exports": []
101254
101245
  },
101255
101246
  {
101256
101247
  "kind": "javascript-module",
101257
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
101248
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
101258
101249
  "declarations": [
101259
101250
  {
101260
101251
  "kind": "class",
101261
- "description": "Identifier",
101262
- "name": "Identifier",
101252
+ "description": "DefaultsAttributesEntry",
101253
+ "name": "DefaultsAttributesEntry",
101263
101254
  "members": [
101264
101255
  {
101265
101256
  "kind": "field",
101266
- "name": "refSystem"
101267
- },
101268
- {
101269
- "kind": "field",
101270
- "name": "refType"
101271
- },
101272
- {
101273
- "kind": "field",
101274
- "name": "bookingCenter"
101275
- },
101276
- {
101277
- "kind": "field",
101278
- "name": "attributes"
101279
- },
101280
- {
101281
- "kind": "field",
101282
- "name": "id"
101283
- },
101284
- {
101285
- "kind": "field",
101286
- "name": "stringArray"
101287
- },
101288
- {
101289
- "kind": "field",
101290
- "name": "repeatedDecimal"
101291
- },
101292
- {
101293
- "kind": "field",
101294
- "name": "decRange"
101295
- },
101296
- {
101297
- "kind": "field",
101298
- "name": "any"
101299
- },
101300
- {
101301
- "kind": "field",
101302
- "name": "fatString"
101257
+ "name": "key"
101303
101258
  },
101304
101259
  {
101305
101260
  "kind": "field",
101306
- "name": "trueFalse"
101261
+ "name": "value"
101307
101262
  },
101308
101263
  {
101309
101264
  "kind": "method",
@@ -101324,7 +101279,7 @@
101324
101279
  "type": {
101325
101280
  "text": "string"
101326
101281
  },
101327
- "default": "'furo.type.Identifier'"
101282
+ "default": "'furo.type.Defaults.AttributesEntry'"
101328
101283
  },
101329
101284
  {
101330
101285
  "kind": "field",
@@ -101332,62 +101287,17 @@
101332
101287
  "type": {
101333
101288
  "text": "array"
101334
101289
  },
101335
- "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: {}, }, ]"
101336
- },
101337
- {
101338
- "kind": "field",
101339
- "name": "_refSystem",
101340
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
101341
- },
101342
- {
101343
- "kind": "field",
101344
- "name": "_refType",
101345
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
101346
- },
101347
- {
101348
- "kind": "field",
101349
- "name": "_bookingCenter",
101350
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
101351
- },
101352
- {
101353
- "kind": "field",
101354
- "name": "_attributes",
101355
- "default": "new MAP(undefined, this, 'attributes')"
101356
- },
101357
- {
101358
- "kind": "field",
101359
- "name": "_id",
101360
- "default": "new STRING(undefined, this, 'id')"
101361
- },
101362
- {
101363
- "kind": "field",
101364
- "name": "_stringArray",
101365
- "default": "new ARRAY(undefined, this, 'stringArray')"
101366
- },
101367
- {
101368
- "kind": "field",
101369
- "name": "_repeatedDecimal",
101370
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
101371
- },
101372
- {
101373
- "kind": "field",
101374
- "name": "_decRange",
101375
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
101376
- },
101377
- {
101378
- "kind": "field",
101379
- "name": "_any",
101380
- "default": "new ANY(undefined, this, 'any')"
101290
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
101381
101291
  },
101382
101292
  {
101383
101293
  "kind": "field",
101384
- "name": "_fatString",
101385
- "default": "new FuroFatString(undefined, this, 'fatString')"
101294
+ "name": "_key",
101295
+ "default": "new STRING(undefined, this, 'key')"
101386
101296
  },
101387
101297
  {
101388
101298
  "kind": "field",
101389
- "name": "_trueFalse",
101390
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
101299
+ "name": "_value",
101300
+ "default": "new STRING(undefined, this, 'value')"
101391
101301
  },
101392
101302
  {
101393
101303
  "kind": "field",
@@ -101395,7 +101305,7 @@
101395
101305
  "type": {
101396
101306
  "text": "object"
101397
101307
  },
101398
- "default": "{ stringArray: ['A', 'B', 'C'], }"
101308
+ "default": "{}"
101399
101309
  },
101400
101310
  {
101401
101311
  "kind": "field",
@@ -102233,36 +102143,72 @@
102233
102143
  "exports": [
102234
102144
  {
102235
102145
  "kind": "js",
102236
- "name": "Identifier",
102146
+ "name": "DefaultsAttributesEntry",
102237
102147
  "declaration": {
102238
- "name": "Identifier",
102239
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
102148
+ "name": "DefaultsAttributesEntry",
102149
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
102240
102150
  }
102241
102151
  }
102242
102152
  ]
102243
102153
  },
102244
102154
  {
102245
102155
  "kind": "javascript-module",
102246
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
102156
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
102247
102157
  "declarations": [],
102248
102158
  "exports": []
102249
102159
  },
102250
102160
  {
102251
102161
  "kind": "javascript-module",
102252
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
102162
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
102253
102163
  "declarations": [
102254
102164
  {
102255
102165
  "kind": "class",
102256
- "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
102257
- "name": "Numeric",
102166
+ "description": "Defaults",
102167
+ "name": "Defaults",
102258
102168
  "members": [
102259
102169
  {
102260
102170
  "kind": "field",
102261
- "name": "primitiveInt32"
102171
+ "name": "refSystem"
102262
102172
  },
102263
102173
  {
102264
102174
  "kind": "field",
102265
- "name": "repeatedPrimitiveInt32"
102175
+ "name": "refType"
102176
+ },
102177
+ {
102178
+ "kind": "field",
102179
+ "name": "bookingCenter"
102180
+ },
102181
+ {
102182
+ "kind": "field",
102183
+ "name": "attributes"
102184
+ },
102185
+ {
102186
+ "kind": "field",
102187
+ "name": "id"
102188
+ },
102189
+ {
102190
+ "kind": "field",
102191
+ "name": "stringArray"
102192
+ },
102193
+ {
102194
+ "kind": "field",
102195
+ "name": "repeatedDecimal"
102196
+ },
102197
+ {
102198
+ "kind": "field",
102199
+ "name": "decRange"
102200
+ },
102201
+ {
102202
+ "kind": "field",
102203
+ "name": "any"
102204
+ },
102205
+ {
102206
+ "kind": "field",
102207
+ "name": "fatString"
102208
+ },
102209
+ {
102210
+ "kind": "field",
102211
+ "name": "trueFalse"
102266
102212
  },
102267
102213
  {
102268
102214
  "kind": "method",
@@ -102283,7 +102229,7 @@
102283
102229
  "type": {
102284
102230
  "text": "string"
102285
102231
  },
102286
- "default": "'furo.type.Numeric'"
102232
+ "default": "'furo.type.Defaults'"
102287
102233
  },
102288
102234
  {
102289
102235
  "kind": "field",
@@ -102291,17 +102237,62 @@
102291
102237
  "type": {
102292
102238
  "text": "array"
102293
102239
  },
102294
- "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: {}, }, ]"
102240
+ "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: {}, }, ]"
102295
102241
  },
102296
102242
  {
102297
102243
  "kind": "field",
102298
- "name": "_primitiveInt32",
102299
- "default": "new INT32(undefined, this, 'primitiveInt32')"
102244
+ "name": "_refSystem",
102245
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
102300
102246
  },
102301
102247
  {
102302
102248
  "kind": "field",
102303
- "name": "_repeatedPrimitiveInt32",
102304
- "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
102249
+ "name": "_refType",
102250
+ "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
102251
+ },
102252
+ {
102253
+ "kind": "field",
102254
+ "name": "_bookingCenter",
102255
+ "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
102256
+ },
102257
+ {
102258
+ "kind": "field",
102259
+ "name": "_attributes",
102260
+ "default": "new MAP(undefined, this, 'attributes')"
102261
+ },
102262
+ {
102263
+ "kind": "field",
102264
+ "name": "_id",
102265
+ "default": "new STRING(undefined, this, 'id')"
102266
+ },
102267
+ {
102268
+ "kind": "field",
102269
+ "name": "_stringArray",
102270
+ "default": "new ARRAY(undefined, this, 'stringArray')"
102271
+ },
102272
+ {
102273
+ "kind": "field",
102274
+ "name": "_repeatedDecimal",
102275
+ "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
102276
+ },
102277
+ {
102278
+ "kind": "field",
102279
+ "name": "_decRange",
102280
+ "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
102281
+ },
102282
+ {
102283
+ "kind": "field",
102284
+ "name": "_any",
102285
+ "default": "new ANY(undefined, this, 'any')"
102286
+ },
102287
+ {
102288
+ "kind": "field",
102289
+ "name": "_fatString",
102290
+ "default": "new FuroFatString(undefined, this, 'fatString')"
102291
+ },
102292
+ {
102293
+ "kind": "field",
102294
+ "name": "_trueFalse",
102295
+ "default": "new BOOLEAN(undefined, this, 'trueFalse')"
102305
102296
  },
102306
102297
  {
102307
102298
  "kind": "field",
@@ -102309,7 +102300,7 @@
102309
102300
  "type": {
102310
102301
  "text": "object"
102311
102302
  },
102312
- "default": "{}"
102303
+ "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
102313
102304
  },
102314
102305
  {
102315
102306
  "kind": "field",
@@ -103147,40 +103138,36 @@
103147
103138
  "exports": [
103148
103139
  {
103149
103140
  "kind": "js",
103150
- "name": "Numeric",
103141
+ "name": "Defaults",
103151
103142
  "declaration": {
103152
- "name": "Numeric",
103153
- "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
103143
+ "name": "Defaults",
103144
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
103154
103145
  }
103155
103146
  }
103156
103147
  ]
103157
103148
  },
103158
103149
  {
103159
103150
  "kind": "javascript-module",
103160
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
103151
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
103161
103152
  "declarations": [],
103162
103153
  "exports": []
103163
103154
  },
103164
103155
  {
103165
103156
  "kind": "javascript-module",
103166
- "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js",
103157
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
103167
103158
  "declarations": [
103168
103159
  {
103169
103160
  "kind": "class",
103170
- "description": "Numeric64\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
103171
- "name": "Numeric64",
103161
+ "description": "IdentifierAttributesEntry",
103162
+ "name": "IdentifierAttributesEntry",
103172
103163
  "members": [
103173
103164
  {
103174
103165
  "kind": "field",
103175
- "name": "primitiveInt64"
103176
- },
103177
- {
103178
- "kind": "field",
103179
- "name": "repeatedPrimitiveInt64"
103166
+ "name": "key"
103180
103167
  },
103181
103168
  {
103182
103169
  "kind": "field",
103183
- "name": "primitiveInt64Excl"
103170
+ "name": "value"
103184
103171
  },
103185
103172
  {
103186
103173
  "kind": "method",
@@ -103201,7 +103188,7 @@
103201
103188
  "type": {
103202
103189
  "text": "string"
103203
103190
  },
103204
- "default": "'furo.type.Numeric64'"
103191
+ "default": "'furo.type.Identifier.AttributesEntry'"
103205
103192
  },
103206
103193
  {
103207
103194
  "kind": "field",
@@ -103209,22 +103196,17 @@
103209
103196
  "type": {
103210
103197
  "text": "array"
103211
103198
  },
103212
- "default": "[ { fieldName: 'primitiveInt64', protoName: 'primitive_int64', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'repeatedPrimitiveInt64', protoName: 'repeated_primitive_int64', FieldConstructor: INT64, constraints: {}, }, { fieldName: 'primitiveInt64Excl', protoName: 'primitive_int64_excl', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, ]"
103213
- },
103214
- {
103215
- "kind": "field",
103216
- "name": "_primitiveInt64",
103217
- "default": "new INT64(undefined, this, 'primitiveInt64')"
103199
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
103218
103200
  },
103219
103201
  {
103220
103202
  "kind": "field",
103221
- "name": "_repeatedPrimitiveInt64",
103222
- "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt64')"
103203
+ "name": "_key",
103204
+ "default": "new STRING(undefined, this, 'key')"
103223
103205
  },
103224
103206
  {
103225
103207
  "kind": "field",
103226
- "name": "_primitiveInt64Excl",
103227
- "default": "new INT64(undefined, this, 'primitiveInt64Excl')"
103208
+ "name": "_value",
103209
+ "default": "new STRING(undefined, this, 'value')"
103228
103210
  },
103229
103211
  {
103230
103212
  "kind": "field",
@@ -104070,32 +104052,72 @@
104070
104052
  "exports": [
104071
104053
  {
104072
104054
  "kind": "js",
104073
- "name": "Numeric64",
104055
+ "name": "IdentifierAttributesEntry",
104074
104056
  "declaration": {
104075
- "name": "Numeric64",
104076
- "module": "dist/protoc-gen-open-models/furo/type/Numeric64.js"
104057
+ "name": "IdentifierAttributesEntry",
104058
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
104077
104059
  }
104078
104060
  }
104079
104061
  ]
104080
104062
  },
104081
104063
  {
104082
104064
  "kind": "javascript-module",
104083
- "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js.map",
104065
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
104084
104066
  "declarations": [],
104085
104067
  "exports": []
104086
104068
  },
104087
104069
  {
104088
104070
  "kind": "javascript-module",
104089
- "path": "dist/protoc-gen-open-models/furo/type/Other.js",
104071
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
104090
104072
  "declarations": [
104091
104073
  {
104092
104074
  "kind": "class",
104093
- "description": "Other",
104094
- "name": "Other",
104075
+ "description": "Identifier",
104076
+ "name": "Identifier",
104095
104077
  "members": [
104096
104078
  {
104097
104079
  "kind": "field",
104098
- "name": "recursion"
104080
+ "name": "refSystem"
104081
+ },
104082
+ {
104083
+ "kind": "field",
104084
+ "name": "refType"
104085
+ },
104086
+ {
104087
+ "kind": "field",
104088
+ "name": "bookingCenter"
104089
+ },
104090
+ {
104091
+ "kind": "field",
104092
+ "name": "attributes"
104093
+ },
104094
+ {
104095
+ "kind": "field",
104096
+ "name": "id"
104097
+ },
104098
+ {
104099
+ "kind": "field",
104100
+ "name": "stringArray"
104101
+ },
104102
+ {
104103
+ "kind": "field",
104104
+ "name": "repeatedDecimal"
104105
+ },
104106
+ {
104107
+ "kind": "field",
104108
+ "name": "decRange"
104109
+ },
104110
+ {
104111
+ "kind": "field",
104112
+ "name": "any"
104113
+ },
104114
+ {
104115
+ "kind": "field",
104116
+ "name": "fatString"
104117
+ },
104118
+ {
104119
+ "kind": "field",
104120
+ "name": "trueFalse"
104099
104121
  },
104100
104122
  {
104101
104123
  "kind": "method",
@@ -104116,7 +104138,7 @@
104116
104138
  "type": {
104117
104139
  "text": "string"
104118
104140
  },
104119
- "default": "'furo.type.Other'"
104141
+ "default": "'furo.type.Identifier'"
104120
104142
  },
104121
104143
  {
104122
104144
  "kind": "field",
@@ -104124,12 +104146,62 @@
104124
104146
  "type": {
104125
104147
  "text": "array"
104126
104148
  },
104127
- "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
104149
+ "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: {}, }, ]"
104128
104150
  },
104129
104151
  {
104130
104152
  "kind": "field",
104131
- "name": "_recursion",
104132
- "default": "new RECURSION(undefined, this, 'recursion')"
104153
+ "name": "_refSystem",
104154
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
104155
+ },
104156
+ {
104157
+ "kind": "field",
104158
+ "name": "_refType",
104159
+ "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
104160
+ },
104161
+ {
104162
+ "kind": "field",
104163
+ "name": "_bookingCenter",
104164
+ "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
104165
+ },
104166
+ {
104167
+ "kind": "field",
104168
+ "name": "_attributes",
104169
+ "default": "new MAP(undefined, this, 'attributes')"
104170
+ },
104171
+ {
104172
+ "kind": "field",
104173
+ "name": "_id",
104174
+ "default": "new STRING(undefined, this, 'id')"
104175
+ },
104176
+ {
104177
+ "kind": "field",
104178
+ "name": "_stringArray",
104179
+ "default": "new ARRAY(undefined, this, 'stringArray')"
104180
+ },
104181
+ {
104182
+ "kind": "field",
104183
+ "name": "_repeatedDecimal",
104184
+ "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
104185
+ },
104186
+ {
104187
+ "kind": "field",
104188
+ "name": "_decRange",
104189
+ "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
104190
+ },
104191
+ {
104192
+ "kind": "field",
104193
+ "name": "_any",
104194
+ "default": "new ANY(undefined, this, 'any')"
104195
+ },
104196
+ {
104197
+ "kind": "field",
104198
+ "name": "_fatString",
104199
+ "default": "new FuroFatString(undefined, this, 'fatString')"
104200
+ },
104201
+ {
104202
+ "kind": "field",
104203
+ "name": "_trueFalse",
104204
+ "default": "new BOOLEAN(undefined, this, 'trueFalse')"
104133
104205
  },
104134
104206
  {
104135
104207
  "kind": "field",
@@ -104137,7 +104209,7 @@
104137
104209
  "type": {
104138
104210
  "text": "object"
104139
104211
  },
104140
- "default": "{}"
104212
+ "default": "{ stringArray: ['A', 'B', 'C'], }"
104141
104213
  },
104142
104214
  {
104143
104215
  "kind": "field",
@@ -104975,92 +105047,36 @@
104975
105047
  "exports": [
104976
105048
  {
104977
105049
  "kind": "js",
104978
- "name": "Other",
104979
- "declaration": {
104980
- "name": "Other",
104981
- "module": "dist/protoc-gen-open-models/furo/type/Other.js"
104982
- }
104983
- }
104984
- ]
104985
- },
104986
- {
104987
- "kind": "javascript-module",
104988
- "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
104989
- "declarations": [],
104990
- "exports": []
104991
- },
104992
- {
104993
- "kind": "javascript-module",
104994
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js",
104995
- "declarations": [
104996
- {
104997
- "kind": "variable",
104998
- "name": "RefSystem"
104999
- }
105000
- ],
105001
- "exports": [
105002
- {
105003
- "kind": "js",
105004
- "name": "RefSystem",
105005
- "declaration": {
105006
- "name": "RefSystem",
105007
- "module": "dist/protoc-gen-open-models/furo/type/RefSystem.js"
105008
- }
105009
- }
105010
- ]
105011
- },
105012
- {
105013
- "kind": "javascript-module",
105014
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js.map",
105015
- "declarations": [],
105016
- "exports": []
105017
- },
105018
- {
105019
- "kind": "javascript-module",
105020
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js",
105021
- "declarations": [
105022
- {
105023
- "kind": "variable",
105024
- "name": "RefType"
105025
- }
105026
- ],
105027
- "exports": [
105028
- {
105029
- "kind": "js",
105030
- "name": "RefType",
105050
+ "name": "Identifier",
105031
105051
  "declaration": {
105032
- "name": "RefType",
105033
- "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
105052
+ "name": "Identifier",
105053
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
105034
105054
  }
105035
105055
  }
105036
105056
  ]
105037
105057
  },
105038
105058
  {
105039
105059
  "kind": "javascript-module",
105040
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
105060
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
105041
105061
  "declarations": [],
105042
105062
  "exports": []
105043
105063
  },
105044
105064
  {
105045
105065
  "kind": "javascript-module",
105046
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
105066
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
105047
105067
  "declarations": [
105048
105068
  {
105049
105069
  "kind": "class",
105050
- "description": "Tree\n*\n Tree is for checking recursive types",
105051
- "name": "Tree",
105070
+ "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
105071
+ "name": "Numeric",
105052
105072
  "members": [
105053
105073
  {
105054
105074
  "kind": "field",
105055
- "name": "displayName"
105056
- },
105057
- {
105058
- "kind": "field",
105059
- "name": "nodes"
105075
+ "name": "primitiveInt32"
105060
105076
  },
105061
105077
  {
105062
105078
  "kind": "field",
105063
- "name": "recursion"
105079
+ "name": "repeatedPrimitiveInt32"
105064
105080
  },
105065
105081
  {
105066
105082
  "kind": "method",
@@ -105081,7 +105097,7 @@
105081
105097
  "type": {
105082
105098
  "text": "string"
105083
105099
  },
105084
- "default": "'furo.type.Tree'"
105100
+ "default": "'furo.type.Numeric'"
105085
105101
  },
105086
105102
  {
105087
105103
  "kind": "field",
@@ -105089,22 +105105,17 @@
105089
105105
  "type": {
105090
105106
  "text": "array"
105091
105107
  },
105092
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, }, ]"
105093
- },
105094
- {
105095
- "kind": "field",
105096
- "name": "_displayName",
105097
- "default": "new STRING(undefined, this, 'displayName')"
105108
+ "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: {}, }, ]"
105098
105109
  },
105099
105110
  {
105100
105111
  "kind": "field",
105101
- "name": "_nodes",
105102
- "default": "new ARRAY(undefined, this, 'nodes')"
105112
+ "name": "_primitiveInt32",
105113
+ "default": "new INT32(undefined, this, 'primitiveInt32')"
105103
105114
  },
105104
105115
  {
105105
105116
  "kind": "field",
105106
- "name": "_recursion",
105107
- "default": "new RECURSION(undefined, this, 'recursion')"
105117
+ "name": "_repeatedPrimitiveInt32",
105118
+ "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
105108
105119
  },
105109
105120
  {
105110
105121
  "kind": "field",
@@ -105950,44 +105961,40 @@
105950
105961
  "exports": [
105951
105962
  {
105952
105963
  "kind": "js",
105953
- "name": "Tree",
105964
+ "name": "Numeric",
105954
105965
  "declaration": {
105955
- "name": "Tree",
105956
- "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
105966
+ "name": "Numeric",
105967
+ "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
105957
105968
  }
105958
105969
  }
105959
105970
  ]
105960
105971
  },
105961
105972
  {
105962
105973
  "kind": "javascript-module",
105963
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
105974
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
105964
105975
  "declarations": [],
105965
105976
  "exports": []
105966
105977
  },
105967
105978
  {
105968
105979
  "kind": "javascript-module",
105969
- "path": "dist/protoc-gen-open-models/furo/type/Uints.js",
105980
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js",
105970
105981
  "declarations": [
105971
105982
  {
105972
105983
  "kind": "class",
105973
- "description": "Uints\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
105974
- "name": "Uints",
105984
+ "description": "Numeric64\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
105985
+ "name": "Numeric64",
105975
105986
  "members": [
105976
105987
  {
105977
105988
  "kind": "field",
105978
- "name": "uint64"
105979
- },
105980
- {
105981
- "kind": "field",
105982
- "name": "uint32"
105989
+ "name": "primitiveInt64"
105983
105990
  },
105984
105991
  {
105985
105992
  "kind": "field",
105986
- "name": "uint64Excl"
105993
+ "name": "repeatedPrimitiveInt64"
105987
105994
  },
105988
105995
  {
105989
105996
  "kind": "field",
105990
- "name": "uint32Excl"
105997
+ "name": "primitiveInt64Excl"
105991
105998
  },
105992
105999
  {
105993
106000
  "kind": "method",
@@ -106008,7 +106015,7 @@
106008
106015
  "type": {
106009
106016
  "text": "string"
106010
106017
  },
106011
- "default": "'furo.type.Uints'"
106018
+ "default": "'furo.type.Numeric64'"
106012
106019
  },
106013
106020
  {
106014
106021
  "kind": "field",
@@ -106016,27 +106023,22 @@
106016
106023
  "type": {
106017
106024
  "text": "array"
106018
106025
  },
106019
- "default": "[ { fieldName: 'uint64', protoName: 'uint64', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, { fieldName: 'uint32', protoName: 'uint32', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, { fieldName: 'uint64Excl', protoName: 'uint64Excl', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'uint32Excl', protoName: 'uint32Excl', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, ]"
106020
- },
106021
- {
106022
- "kind": "field",
106023
- "name": "_uint64",
106024
- "default": "new UINT64(undefined, this, 'uint64')"
106026
+ "default": "[ { fieldName: 'primitiveInt64', protoName: 'primitive_int64', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'repeatedPrimitiveInt64', protoName: 'repeated_primitive_int64', FieldConstructor: INT64, constraints: {}, }, { fieldName: 'primitiveInt64Excl', protoName: 'primitive_int64_excl', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, ]"
106025
106027
  },
106026
106028
  {
106027
106029
  "kind": "field",
106028
- "name": "_uint32",
106029
- "default": "new UINT32(undefined, this, 'uint32')"
106030
+ "name": "_primitiveInt64",
106031
+ "default": "new INT64(undefined, this, 'primitiveInt64')"
106030
106032
  },
106031
106033
  {
106032
106034
  "kind": "field",
106033
- "name": "_uint64Excl",
106034
- "default": "new UINT64(undefined, this, 'uint64Excl')"
106035
+ "name": "_repeatedPrimitiveInt64",
106036
+ "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt64')"
106035
106037
  },
106036
106038
  {
106037
106039
  "kind": "field",
106038
- "name": "_uint32Excl",
106039
- "default": "new UINT32(undefined, this, 'uint32Excl')"
106040
+ "name": "_primitiveInt64Excl",
106041
+ "default": "new INT64(undefined, this, 'primitiveInt64Excl')"
106040
106042
  },
106041
106043
  {
106042
106044
  "kind": "field",
@@ -106882,64 +106884,32 @@
106882
106884
  "exports": [
106883
106885
  {
106884
106886
  "kind": "js",
106885
- "name": "Uints",
106887
+ "name": "Numeric64",
106886
106888
  "declaration": {
106887
- "name": "Uints",
106888
- "module": "dist/protoc-gen-open-models/furo/type/Uints.js"
106889
+ "name": "Numeric64",
106890
+ "module": "dist/protoc-gen-open-models/furo/type/Numeric64.js"
106889
106891
  }
106890
106892
  }
106891
106893
  ]
106892
106894
  },
106893
106895
  {
106894
106896
  "kind": "javascript-module",
106895
- "path": "dist/protoc-gen-open-models/furo/type/Uints.js.map",
106897
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js.map",
106896
106898
  "declarations": [],
106897
106899
  "exports": []
106898
106900
  },
106899
106901
  {
106900
106902
  "kind": "javascript-module",
106901
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
106903
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js",
106902
106904
  "declarations": [
106903
106905
  {
106904
106906
  "kind": "class",
106905
- "description": "Wrappers",
106906
- "name": "Wrappers",
106907
+ "description": "Other",
106908
+ "name": "Other",
106907
106909
  "members": [
106908
106910
  {
106909
106911
  "kind": "field",
106910
- "name": "stringValue"
106911
- },
106912
- {
106913
- "kind": "field",
106914
- "name": "int32Value"
106915
- },
106916
- {
106917
- "kind": "field",
106918
- "name": "int64Value"
106919
- },
106920
- {
106921
- "kind": "field",
106922
- "name": "floatValue"
106923
- },
106924
- {
106925
- "kind": "field",
106926
- "name": "doubleValue"
106927
- },
106928
- {
106929
- "kind": "field",
106930
- "name": "boolValue"
106931
- },
106932
- {
106933
- "kind": "field",
106934
- "name": "uint32Value"
106935
- },
106936
- {
106937
- "kind": "field",
106938
- "name": "uint64Value"
106939
- },
106940
- {
106941
- "kind": "field",
106942
- "name": "bytesValue"
106912
+ "name": "recursion"
106943
106913
  },
106944
106914
  {
106945
106915
  "kind": "method",
@@ -106960,7 +106930,7 @@
106960
106930
  "type": {
106961
106931
  "text": "string"
106962
106932
  },
106963
- "default": "'furo.type.Wrappers'"
106933
+ "default": "'furo.type.Other'"
106964
106934
  },
106965
106935
  {
106966
106936
  "kind": "field",
@@ -106968,52 +106938,12 @@
106968
106938
  "type": {
106969
106939
  "text": "array"
106970
106940
  },
106971
- "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: {}, }, ]"
106972
- },
106973
- {
106974
- "kind": "field",
106975
- "name": "_stringValue",
106976
- "default": "new StringValue(undefined, this, 'stringValue')"
106977
- },
106978
- {
106979
- "kind": "field",
106980
- "name": "_int32Value",
106981
- "default": "new Int32Value(undefined, this, 'int32Value')"
106982
- },
106983
- {
106984
- "kind": "field",
106985
- "name": "_int64Value",
106986
- "default": "new Int64Value(undefined, this, 'int64Value')"
106987
- },
106988
- {
106989
- "kind": "field",
106990
- "name": "_floatValue",
106991
- "default": "new FloatValue(undefined, this, 'floatValue')"
106992
- },
106993
- {
106994
- "kind": "field",
106995
- "name": "_doubleValue",
106996
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
106997
- },
106998
- {
106999
- "kind": "field",
107000
- "name": "_boolValue",
107001
- "default": "new BoolValue(undefined, this, 'boolValue')"
107002
- },
107003
- {
107004
- "kind": "field",
107005
- "name": "_uint32Value",
107006
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
107007
- },
107008
- {
107009
- "kind": "field",
107010
- "name": "_uint64Value",
107011
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
106941
+ "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
107012
106942
  },
107013
106943
  {
107014
106944
  "kind": "field",
107015
- "name": "_bytesValue",
107016
- "default": "new BytesValue(undefined, this, 'bytesValue')"
106945
+ "name": "_recursion",
106946
+ "default": "new RECURSION(undefined, this, 'recursion')"
107017
106947
  },
107018
106948
  {
107019
106949
  "kind": "field",
@@ -107859,36 +107789,92 @@
107859
107789
  "exports": [
107860
107790
  {
107861
107791
  "kind": "js",
107862
- "name": "Wrappers",
107792
+ "name": "Other",
107863
107793
  "declaration": {
107864
- "name": "Wrappers",
107865
- "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
107794
+ "name": "Other",
107795
+ "module": "dist/protoc-gen-open-models/furo/type/Other.js"
107866
107796
  }
107867
107797
  }
107868
107798
  ]
107869
107799
  },
107870
107800
  {
107871
107801
  "kind": "javascript-module",
107872
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
107802
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
107873
107803
  "declarations": [],
107874
107804
  "exports": []
107875
107805
  },
107876
107806
  {
107877
107807
  "kind": "javascript-module",
107878
- "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js",
107808
+ "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js",
107809
+ "declarations": [
107810
+ {
107811
+ "kind": "variable",
107812
+ "name": "RefSystem"
107813
+ }
107814
+ ],
107815
+ "exports": [
107816
+ {
107817
+ "kind": "js",
107818
+ "name": "RefSystem",
107819
+ "declaration": {
107820
+ "name": "RefSystem",
107821
+ "module": "dist/protoc-gen-open-models/furo/type/RefSystem.js"
107822
+ }
107823
+ }
107824
+ ]
107825
+ },
107826
+ {
107827
+ "kind": "javascript-module",
107828
+ "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js.map",
107829
+ "declarations": [],
107830
+ "exports": []
107831
+ },
107832
+ {
107833
+ "kind": "javascript-module",
107834
+ "path": "dist/protoc-gen-open-models/furo/type/RefType.js",
107835
+ "declarations": [
107836
+ {
107837
+ "kind": "variable",
107838
+ "name": "RefType"
107839
+ }
107840
+ ],
107841
+ "exports": [
107842
+ {
107843
+ "kind": "js",
107844
+ "name": "RefType",
107845
+ "declaration": {
107846
+ "name": "RefType",
107847
+ "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
107848
+ }
107849
+ }
107850
+ ]
107851
+ },
107852
+ {
107853
+ "kind": "javascript-module",
107854
+ "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
107855
+ "declarations": [],
107856
+ "exports": []
107857
+ },
107858
+ {
107859
+ "kind": "javascript-module",
107860
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
107879
107861
  "declarations": [
107880
107862
  {
107881
107863
  "kind": "class",
107882
- "description": "AnyAttributesEntry",
107883
- "name": "AnyAttributesEntry",
107864
+ "description": "Tree\n*\n Tree is for checking recursive types",
107865
+ "name": "Tree",
107884
107866
  "members": [
107885
107867
  {
107886
107868
  "kind": "field",
107887
- "name": "key"
107869
+ "name": "displayName"
107888
107870
  },
107889
107871
  {
107890
107872
  "kind": "field",
107891
- "name": "value"
107873
+ "name": "nodes"
107874
+ },
107875
+ {
107876
+ "kind": "field",
107877
+ "name": "recursion"
107892
107878
  },
107893
107879
  {
107894
107880
  "kind": "method",
@@ -107909,7 +107895,7 @@
107909
107895
  "type": {
107910
107896
  "text": "string"
107911
107897
  },
107912
- "default": "'furo.fat.Any.AttributesEntry'"
107898
+ "default": "'furo.type.Tree'"
107913
107899
  },
107914
107900
  {
107915
107901
  "kind": "field",
@@ -107917,17 +107903,22 @@
107917
107903
  "type": {
107918
107904
  "text": "array"
107919
107905
  },
107920
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
107906
+ "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, }, ]"
107921
107907
  },
107922
107908
  {
107923
107909
  "kind": "field",
107924
- "name": "_key",
107925
- "default": "new STRING(undefined, this, 'key')"
107910
+ "name": "_displayName",
107911
+ "default": "new STRING(undefined, this, 'displayName')"
107926
107912
  },
107927
107913
  {
107928
107914
  "kind": "field",
107929
- "name": "_value",
107930
- "default": "new STRING(undefined, this, 'value')"
107915
+ "name": "_nodes",
107916
+ "default": "new ARRAY(undefined, this, 'nodes')"
107917
+ },
107918
+ {
107919
+ "kind": "field",
107920
+ "name": "_recursion",
107921
+ "default": "new RECURSION(undefined, this, 'recursion')"
107931
107922
  },
107932
107923
  {
107933
107924
  "kind": "field",
@@ -108773,36 +108764,44 @@
108773
108764
  "exports": [
108774
108765
  {
108775
108766
  "kind": "js",
108776
- "name": "AnyAttributesEntry",
108767
+ "name": "Tree",
108777
108768
  "declaration": {
108778
- "name": "AnyAttributesEntry",
108779
- "module": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js"
108769
+ "name": "Tree",
108770
+ "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
108780
108771
  }
108781
108772
  }
108782
108773
  ]
108783
108774
  },
108784
108775
  {
108785
108776
  "kind": "javascript-module",
108786
- "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map",
108777
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
108787
108778
  "declarations": [],
108788
108779
  "exports": []
108789
108780
  },
108790
108781
  {
108791
108782
  "kind": "javascript-module",
108792
- "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js",
108783
+ "path": "dist/protoc-gen-open-models/furo/type/Uints.js",
108793
108784
  "declarations": [
108794
108785
  {
108795
108786
  "kind": "class",
108796
- "description": "AnyLabelsEntry",
108797
- "name": "AnyLabelsEntry",
108787
+ "description": "Uints\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
108788
+ "name": "Uints",
108798
108789
  "members": [
108799
108790
  {
108800
108791
  "kind": "field",
108801
- "name": "key"
108792
+ "name": "uint64"
108802
108793
  },
108803
108794
  {
108804
108795
  "kind": "field",
108805
- "name": "value"
108796
+ "name": "uint32"
108797
+ },
108798
+ {
108799
+ "kind": "field",
108800
+ "name": "uint64Excl"
108801
+ },
108802
+ {
108803
+ "kind": "field",
108804
+ "name": "uint32Excl"
108806
108805
  },
108807
108806
  {
108808
108807
  "kind": "method",
@@ -108823,7 +108822,7 @@
108823
108822
  "type": {
108824
108823
  "text": "string"
108825
108824
  },
108826
- "default": "'furo.fat.Any.LabelsEntry'"
108825
+ "default": "'furo.type.Uints'"
108827
108826
  },
108828
108827
  {
108829
108828
  "kind": "field",
@@ -108831,17 +108830,27 @@
108831
108830
  "type": {
108832
108831
  "text": "array"
108833
108832
  },
108834
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
108833
+ "default": "[ { fieldName: 'uint64', protoName: 'uint64', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, { fieldName: 'uint32', protoName: 'uint32', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, { fieldName: 'uint64Excl', protoName: 'uint64Excl', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'uint32Excl', protoName: 'uint32Excl', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, ]"
108835
108834
  },
108836
108835
  {
108837
108836
  "kind": "field",
108838
- "name": "_key",
108839
- "default": "new STRING(undefined, this, 'key')"
108837
+ "name": "_uint64",
108838
+ "default": "new UINT64(undefined, this, 'uint64')"
108840
108839
  },
108841
108840
  {
108842
108841
  "kind": "field",
108843
- "name": "_value",
108844
- "default": "new BOOLEAN(undefined, this, 'value')"
108842
+ "name": "_uint32",
108843
+ "default": "new UINT32(undefined, this, 'uint32')"
108844
+ },
108845
+ {
108846
+ "kind": "field",
108847
+ "name": "_uint64Excl",
108848
+ "default": "new UINT64(undefined, this, 'uint64Excl')"
108849
+ },
108850
+ {
108851
+ "kind": "field",
108852
+ "name": "_uint32Excl",
108853
+ "default": "new UINT32(undefined, this, 'uint32Excl')"
108845
108854
  },
108846
108855
  {
108847
108856
  "kind": "field",
@@ -109687,40 +109696,64 @@
109687
109696
  "exports": [
109688
109697
  {
109689
109698
  "kind": "js",
109690
- "name": "AnyLabelsEntry",
109699
+ "name": "Uints",
109691
109700
  "declaration": {
109692
- "name": "AnyLabelsEntry",
109693
- "module": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js"
109701
+ "name": "Uints",
109702
+ "module": "dist/protoc-gen-open-models/furo/type/Uints.js"
109694
109703
  }
109695
109704
  }
109696
109705
  ]
109697
109706
  },
109698
109707
  {
109699
109708
  "kind": "javascript-module",
109700
- "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map",
109709
+ "path": "dist/protoc-gen-open-models/furo/type/Uints.js.map",
109701
109710
  "declarations": [],
109702
109711
  "exports": []
109703
109712
  },
109704
109713
  {
109705
109714
  "kind": "javascript-module",
109706
- "path": "dist/protoc-gen-open-models/furo/fat/Any.js",
109715
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
109707
109716
  "declarations": [
109708
109717
  {
109709
109718
  "kind": "class",
109710
- "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",
109711
- "name": "XAny",
109719
+ "description": "Wrappers",
109720
+ "name": "Wrappers",
109712
109721
  "members": [
109713
109722
  {
109714
109723
  "kind": "field",
109715
- "name": "value"
109724
+ "name": "stringValue"
109716
109725
  },
109717
109726
  {
109718
109727
  "kind": "field",
109719
- "name": "labels"
109728
+ "name": "int32Value"
109720
109729
  },
109721
109730
  {
109722
109731
  "kind": "field",
109723
- "name": "attributes"
109732
+ "name": "int64Value"
109733
+ },
109734
+ {
109735
+ "kind": "field",
109736
+ "name": "floatValue"
109737
+ },
109738
+ {
109739
+ "kind": "field",
109740
+ "name": "doubleValue"
109741
+ },
109742
+ {
109743
+ "kind": "field",
109744
+ "name": "boolValue"
109745
+ },
109746
+ {
109747
+ "kind": "field",
109748
+ "name": "uint32Value"
109749
+ },
109750
+ {
109751
+ "kind": "field",
109752
+ "name": "uint64Value"
109753
+ },
109754
+ {
109755
+ "kind": "field",
109756
+ "name": "bytesValue"
109724
109757
  },
109725
109758
  {
109726
109759
  "kind": "method",
@@ -109741,7 +109774,7 @@
109741
109774
  "type": {
109742
109775
  "text": "string"
109743
109776
  },
109744
- "default": "'furo.fat.Any'"
109777
+ "default": "'furo.type.Wrappers'"
109745
109778
  },
109746
109779
  {
109747
109780
  "kind": "field",
@@ -109749,22 +109782,52 @@
109749
109782
  "type": {
109750
109783
  "text": "array"
109751
109784
  },
109752
- "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: {}, }, ]"
109785
+ "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: {}, }, ]"
109753
109786
  },
109754
109787
  {
109755
109788
  "kind": "field",
109756
- "name": "_value",
109757
- "default": "new BYTES(undefined, this, 'value')"
109789
+ "name": "_stringValue",
109790
+ "default": "new StringValue(undefined, this, 'stringValue')"
109758
109791
  },
109759
109792
  {
109760
109793
  "kind": "field",
109761
- "name": "_labels",
109762
- "default": "new MAP(undefined, this, 'labels')"
109794
+ "name": "_int32Value",
109795
+ "default": "new Int32Value(undefined, this, 'int32Value')"
109763
109796
  },
109764
109797
  {
109765
109798
  "kind": "field",
109766
- "name": "_attributes",
109767
- "default": "new MAP(undefined, this, 'attributes')"
109799
+ "name": "_int64Value",
109800
+ "default": "new Int64Value(undefined, this, 'int64Value')"
109801
+ },
109802
+ {
109803
+ "kind": "field",
109804
+ "name": "_floatValue",
109805
+ "default": "new FloatValue(undefined, this, 'floatValue')"
109806
+ },
109807
+ {
109808
+ "kind": "field",
109809
+ "name": "_doubleValue",
109810
+ "default": "new DoubleValue(undefined, this, 'doubleValue')"
109811
+ },
109812
+ {
109813
+ "kind": "field",
109814
+ "name": "_boolValue",
109815
+ "default": "new BoolValue(undefined, this, 'boolValue')"
109816
+ },
109817
+ {
109818
+ "kind": "field",
109819
+ "name": "_uint32Value",
109820
+ "default": "new UInt32Value(undefined, this, 'uint32Value')"
109821
+ },
109822
+ {
109823
+ "kind": "field",
109824
+ "name": "_uint64Value",
109825
+ "default": "new UInt64Value(undefined, this, 'uint64Value')"
109826
+ },
109827
+ {
109828
+ "kind": "field",
109829
+ "name": "_bytesValue",
109830
+ "default": "new BytesValue(undefined, this, 'bytesValue')"
109768
109831
  },
109769
109832
  {
109770
109833
  "kind": "field",
@@ -110610,28 +110673,28 @@
110610
110673
  "exports": [
110611
110674
  {
110612
110675
  "kind": "js",
110613
- "name": "XAny",
110676
+ "name": "Wrappers",
110614
110677
  "declaration": {
110615
- "name": "XAny",
110616
- "module": "dist/protoc-gen-open-models/furo/fat/Any.js"
110678
+ "name": "Wrappers",
110679
+ "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
110617
110680
  }
110618
110681
  }
110619
110682
  ]
110620
110683
  },
110621
110684
  {
110622
110685
  "kind": "javascript-module",
110623
- "path": "dist/protoc-gen-open-models/furo/fat/Any.js.map",
110686
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
110624
110687
  "declarations": [],
110625
110688
  "exports": []
110626
110689
  },
110627
110690
  {
110628
110691
  "kind": "javascript-module",
110629
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js",
110692
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js",
110630
110693
  "declarations": [
110631
110694
  {
110632
110695
  "kind": "class",
110633
- "description": "BoolAttributesEntry",
110634
- "name": "BoolAttributesEntry",
110696
+ "description": "AnyAttributesEntry",
110697
+ "name": "AnyAttributesEntry",
110635
110698
  "members": [
110636
110699
  {
110637
110700
  "kind": "field",
@@ -110660,7 +110723,7 @@
110660
110723
  "type": {
110661
110724
  "text": "string"
110662
110725
  },
110663
- "default": "'furo.fat.Bool.AttributesEntry'"
110726
+ "default": "'furo.fat.Any.AttributesEntry'"
110664
110727
  },
110665
110728
  {
110666
110729
  "kind": "field",
@@ -111524,28 +111587,28 @@
111524
111587
  "exports": [
111525
111588
  {
111526
111589
  "kind": "js",
111527
- "name": "BoolAttributesEntry",
111590
+ "name": "AnyAttributesEntry",
111528
111591
  "declaration": {
111529
- "name": "BoolAttributesEntry",
111530
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js"
111592
+ "name": "AnyAttributesEntry",
111593
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js"
111531
111594
  }
111532
111595
  }
111533
111596
  ]
111534
111597
  },
111535
111598
  {
111536
111599
  "kind": "javascript-module",
111537
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map",
111600
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.AttributesEntry.js.map",
111538
111601
  "declarations": [],
111539
111602
  "exports": []
111540
111603
  },
111541
111604
  {
111542
111605
  "kind": "javascript-module",
111543
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js",
111606
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js",
111544
111607
  "declarations": [
111545
111608
  {
111546
111609
  "kind": "class",
111547
- "description": "BoolLabelsEntry",
111548
- "name": "BoolLabelsEntry",
111610
+ "description": "AnyLabelsEntry",
111611
+ "name": "AnyLabelsEntry",
111549
111612
  "members": [
111550
111613
  {
111551
111614
  "kind": "field",
@@ -111574,7 +111637,7 @@
111574
111637
  "type": {
111575
111638
  "text": "string"
111576
111639
  },
111577
- "default": "'furo.fat.Bool.LabelsEntry'"
111640
+ "default": "'furo.fat.Any.LabelsEntry'"
111578
111641
  },
111579
111642
  {
111580
111643
  "kind": "field",
@@ -112438,28 +112501,28 @@
112438
112501
  "exports": [
112439
112502
  {
112440
112503
  "kind": "js",
112441
- "name": "BoolLabelsEntry",
112504
+ "name": "AnyLabelsEntry",
112442
112505
  "declaration": {
112443
- "name": "BoolLabelsEntry",
112444
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js"
112506
+ "name": "AnyLabelsEntry",
112507
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js"
112445
112508
  }
112446
112509
  }
112447
112510
  ]
112448
112511
  },
112449
112512
  {
112450
112513
  "kind": "javascript-module",
112451
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map",
112514
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.LabelsEntry.js.map",
112452
112515
  "declarations": [],
112453
112516
  "exports": []
112454
112517
  },
112455
112518
  {
112456
112519
  "kind": "javascript-module",
112457
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.js",
112520
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.js",
112458
112521
  "declarations": [
112459
112522
  {
112460
112523
  "kind": "class",
112461
- "description": "Bool\n Furo annotated type wrapper message for `bool`.",
112462
- "name": "Bool",
112524
+ "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",
112525
+ "name": "XAny",
112463
112526
  "members": [
112464
112527
  {
112465
112528
  "kind": "field",
@@ -112492,7 +112555,7 @@
112492
112555
  "type": {
112493
112556
  "text": "string"
112494
112557
  },
112495
- "default": "'furo.fat.Bool'"
112558
+ "default": "'furo.fat.Any'"
112496
112559
  },
112497
112560
  {
112498
112561
  "kind": "field",
@@ -112500,12 +112563,12 @@
112500
112563
  "type": {
112501
112564
  "text": "array"
112502
112565
  },
112503
- "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: {}, }, ]"
112566
+ "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: {}, }, ]"
112504
112567
  },
112505
112568
  {
112506
112569
  "kind": "field",
112507
112570
  "name": "_value",
112508
- "default": "new BOOLEAN(undefined, this, 'value')"
112571
+ "default": "new BYTES(undefined, this, 'value')"
112509
112572
  },
112510
112573
  {
112511
112574
  "kind": "field",
@@ -113361,28 +113424,28 @@
113361
113424
  "exports": [
113362
113425
  {
113363
113426
  "kind": "js",
113364
- "name": "Bool",
113427
+ "name": "XAny",
113365
113428
  "declaration": {
113366
- "name": "Bool",
113367
- "module": "dist/protoc-gen-open-models/furo/fat/Bool.js"
113429
+ "name": "XAny",
113430
+ "module": "dist/protoc-gen-open-models/furo/fat/Any.js"
113368
113431
  }
113369
113432
  }
113370
113433
  ]
113371
113434
  },
113372
113435
  {
113373
113436
  "kind": "javascript-module",
113374
- "path": "dist/protoc-gen-open-models/furo/fat/Bool.js.map",
113437
+ "path": "dist/protoc-gen-open-models/furo/fat/Any.js.map",
113375
113438
  "declarations": [],
113376
113439
  "exports": []
113377
113440
  },
113378
113441
  {
113379
113442
  "kind": "javascript-module",
113380
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js",
113443
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js",
113381
113444
  "declarations": [
113382
113445
  {
113383
113446
  "kind": "class",
113384
- "description": "BytesAttributesEntry",
113385
- "name": "BytesAttributesEntry",
113447
+ "description": "BoolAttributesEntry",
113448
+ "name": "BoolAttributesEntry",
113386
113449
  "members": [
113387
113450
  {
113388
113451
  "kind": "field",
@@ -113411,7 +113474,7 @@
113411
113474
  "type": {
113412
113475
  "text": "string"
113413
113476
  },
113414
- "default": "'furo.fat.Bytes.AttributesEntry'"
113477
+ "default": "'furo.fat.Bool.AttributesEntry'"
113415
113478
  },
113416
113479
  {
113417
113480
  "kind": "field",
@@ -114275,28 +114338,28 @@
114275
114338
  "exports": [
114276
114339
  {
114277
114340
  "kind": "js",
114278
- "name": "BytesAttributesEntry",
114341
+ "name": "BoolAttributesEntry",
114279
114342
  "declaration": {
114280
- "name": "BytesAttributesEntry",
114281
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js"
114343
+ "name": "BoolAttributesEntry",
114344
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js"
114282
114345
  }
114283
114346
  }
114284
114347
  ]
114285
114348
  },
114286
114349
  {
114287
114350
  "kind": "javascript-module",
114288
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map",
114351
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.AttributesEntry.js.map",
114289
114352
  "declarations": [],
114290
114353
  "exports": []
114291
114354
  },
114292
114355
  {
114293
114356
  "kind": "javascript-module",
114294
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js",
114357
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js",
114295
114358
  "declarations": [
114296
114359
  {
114297
114360
  "kind": "class",
114298
- "description": "BytesLabelsEntry",
114299
- "name": "BytesLabelsEntry",
114361
+ "description": "BoolLabelsEntry",
114362
+ "name": "BoolLabelsEntry",
114300
114363
  "members": [
114301
114364
  {
114302
114365
  "kind": "field",
@@ -114325,7 +114388,7 @@
114325
114388
  "type": {
114326
114389
  "text": "string"
114327
114390
  },
114328
- "default": "'furo.fat.Bytes.LabelsEntry'"
114391
+ "default": "'furo.fat.Bool.LabelsEntry'"
114329
114392
  },
114330
114393
  {
114331
114394
  "kind": "field",
@@ -115189,28 +115252,28 @@
115189
115252
  "exports": [
115190
115253
  {
115191
115254
  "kind": "js",
115192
- "name": "BytesLabelsEntry",
115255
+ "name": "BoolLabelsEntry",
115193
115256
  "declaration": {
115194
- "name": "BytesLabelsEntry",
115195
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js"
115257
+ "name": "BoolLabelsEntry",
115258
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js"
115196
115259
  }
115197
115260
  }
115198
115261
  ]
115199
115262
  },
115200
115263
  {
115201
115264
  "kind": "javascript-module",
115202
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map",
115265
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.LabelsEntry.js.map",
115203
115266
  "declarations": [],
115204
115267
  "exports": []
115205
115268
  },
115206
115269
  {
115207
115270
  "kind": "javascript-module",
115208
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js",
115271
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.js",
115209
115272
  "declarations": [
115210
115273
  {
115211
115274
  "kind": "class",
115212
- "description": "Bytes\n Furo annotated type wrapper message for `bytes`.",
115213
- "name": "Bytes",
115275
+ "description": "Bool\n Furo annotated type wrapper message for `bool`.",
115276
+ "name": "Bool",
115214
115277
  "members": [
115215
115278
  {
115216
115279
  "kind": "field",
@@ -115243,7 +115306,7 @@
115243
115306
  "type": {
115244
115307
  "text": "string"
115245
115308
  },
115246
- "default": "'furo.fat.Bytes'"
115309
+ "default": "'furo.fat.Bool'"
115247
115310
  },
115248
115311
  {
115249
115312
  "kind": "field",
@@ -115251,12 +115314,12 @@
115251
115314
  "type": {
115252
115315
  "text": "array"
115253
115316
  },
115254
- "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: {}, }, ]"
115317
+ "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: {}, }, ]"
115255
115318
  },
115256
115319
  {
115257
115320
  "kind": "field",
115258
115321
  "name": "_value",
115259
- "default": "new BYTES(undefined, this, 'value')"
115322
+ "default": "new BOOLEAN(undefined, this, 'value')"
115260
115323
  },
115261
115324
  {
115262
115325
  "kind": "field",
@@ -116112,36 +116175,36 @@
116112
116175
  "exports": [
116113
116176
  {
116114
116177
  "kind": "js",
116115
- "name": "Bytes",
116178
+ "name": "Bool",
116116
116179
  "declaration": {
116117
- "name": "Bytes",
116118
- "module": "dist/protoc-gen-open-models/furo/fat/Bytes.js"
116180
+ "name": "Bool",
116181
+ "module": "dist/protoc-gen-open-models/furo/fat/Bool.js"
116119
116182
  }
116120
116183
  }
116121
116184
  ]
116122
116185
  },
116123
116186
  {
116124
116187
  "kind": "javascript-module",
116125
- "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js.map",
116188
+ "path": "dist/protoc-gen-open-models/furo/fat/Bool.js.map",
116126
116189
  "declarations": [],
116127
116190
  "exports": []
116128
116191
  },
116129
116192
  {
116130
116193
  "kind": "javascript-module",
116131
- "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js",
116194
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js",
116132
116195
  "declarations": [
116133
116196
  {
116134
116197
  "kind": "class",
116135
- "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.",
116136
- "name": "DecimalRange",
116198
+ "description": "BytesAttributesEntry",
116199
+ "name": "BytesAttributesEntry",
116137
116200
  "members": [
116138
116201
  {
116139
116202
  "kind": "field",
116140
- "name": "start"
116203
+ "name": "key"
116141
116204
  },
116142
116205
  {
116143
116206
  "kind": "field",
116144
- "name": "end"
116207
+ "name": "value"
116145
116208
  },
116146
116209
  {
116147
116210
  "kind": "method",
@@ -116162,7 +116225,7 @@
116162
116225
  "type": {
116163
116226
  "text": "string"
116164
116227
  },
116165
- "default": "'furo.fat.DecimalRange'"
116228
+ "default": "'furo.fat.Bytes.AttributesEntry'"
116166
116229
  },
116167
116230
  {
116168
116231
  "kind": "field",
@@ -116170,17 +116233,17 @@
116170
116233
  "type": {
116171
116234
  "text": "array"
116172
116235
  },
116173
- "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
116236
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
116174
116237
  },
116175
116238
  {
116176
116239
  "kind": "field",
116177
- "name": "_start",
116178
- "default": "new FuroTypeDecimal(undefined, this, 'start')"
116240
+ "name": "_key",
116241
+ "default": "new STRING(undefined, this, 'key')"
116179
116242
  },
116180
116243
  {
116181
116244
  "kind": "field",
116182
- "name": "_end",
116183
- "default": "new FuroTypeDecimal(undefined, this, 'end')"
116245
+ "name": "_value",
116246
+ "default": "new STRING(undefined, this, 'value')"
116184
116247
  },
116185
116248
  {
116186
116249
  "kind": "field",
@@ -117026,28 +117089,28 @@
117026
117089
  "exports": [
117027
117090
  {
117028
117091
  "kind": "js",
117029
- "name": "DecimalRange",
117092
+ "name": "BytesAttributesEntry",
117030
117093
  "declaration": {
117031
- "name": "DecimalRange",
117032
- "module": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js"
117094
+ "name": "BytesAttributesEntry",
117095
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js"
117033
117096
  }
117034
117097
  }
117035
117098
  ]
117036
117099
  },
117037
117100
  {
117038
117101
  "kind": "javascript-module",
117039
- "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map",
117102
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.AttributesEntry.js.map",
117040
117103
  "declarations": [],
117041
117104
  "exports": []
117042
117105
  },
117043
117106
  {
117044
117107
  "kind": "javascript-module",
117045
- "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js",
117108
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js",
117046
117109
  "declarations": [
117047
117110
  {
117048
117111
  "kind": "class",
117049
- "description": "DoubleAttributesEntry",
117050
- "name": "DoubleAttributesEntry",
117112
+ "description": "BytesLabelsEntry",
117113
+ "name": "BytesLabelsEntry",
117051
117114
  "members": [
117052
117115
  {
117053
117116
  "kind": "field",
@@ -117076,7 +117139,7 @@
117076
117139
  "type": {
117077
117140
  "text": "string"
117078
117141
  },
117079
- "default": "'furo.fat.Double.AttributesEntry'"
117142
+ "default": "'furo.fat.Bytes.LabelsEntry'"
117080
117143
  },
117081
117144
  {
117082
117145
  "kind": "field",
@@ -117084,7 +117147,7 @@
117084
117147
  "type": {
117085
117148
  "text": "array"
117086
117149
  },
117087
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
117150
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
117088
117151
  },
117089
117152
  {
117090
117153
  "kind": "field",
@@ -117094,7 +117157,7 @@
117094
117157
  {
117095
117158
  "kind": "field",
117096
117159
  "name": "_value",
117097
- "default": "new STRING(undefined, this, 'value')"
117160
+ "default": "new BOOLEAN(undefined, this, 'value')"
117098
117161
  },
117099
117162
  {
117100
117163
  "kind": "field",
@@ -117940,36 +118003,40 @@
117940
118003
  "exports": [
117941
118004
  {
117942
118005
  "kind": "js",
117943
- "name": "DoubleAttributesEntry",
118006
+ "name": "BytesLabelsEntry",
117944
118007
  "declaration": {
117945
- "name": "DoubleAttributesEntry",
117946
- "module": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js"
118008
+ "name": "BytesLabelsEntry",
118009
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js"
117947
118010
  }
117948
118011
  }
117949
118012
  ]
117950
118013
  },
117951
118014
  {
117952
118015
  "kind": "javascript-module",
117953
- "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map",
118016
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.LabelsEntry.js.map",
117954
118017
  "declarations": [],
117955
118018
  "exports": []
117956
118019
  },
117957
118020
  {
117958
118021
  "kind": "javascript-module",
117959
- "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js",
118022
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js",
117960
118023
  "declarations": [
117961
118024
  {
117962
118025
  "kind": "class",
117963
- "description": "DoubleLabelsEntry",
117964
- "name": "DoubleLabelsEntry",
118026
+ "description": "Bytes\n Furo annotated type wrapper message for `bytes`.",
118027
+ "name": "Bytes",
117965
118028
  "members": [
117966
118029
  {
117967
118030
  "kind": "field",
117968
- "name": "key"
118031
+ "name": "value"
117969
118032
  },
117970
118033
  {
117971
118034
  "kind": "field",
117972
- "name": "value"
118035
+ "name": "labels"
118036
+ },
118037
+ {
118038
+ "kind": "field",
118039
+ "name": "attributes"
117973
118040
  },
117974
118041
  {
117975
118042
  "kind": "method",
@@ -117990,7 +118057,7 @@
117990
118057
  "type": {
117991
118058
  "text": "string"
117992
118059
  },
117993
- "default": "'furo.fat.Double.LabelsEntry'"
118060
+ "default": "'furo.fat.Bytes'"
117994
118061
  },
117995
118062
  {
117996
118063
  "kind": "field",
@@ -117998,17 +118065,22 @@
117998
118065
  "type": {
117999
118066
  "text": "array"
118000
118067
  },
118001
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
118068
+ "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: {}, }, ]"
118002
118069
  },
118003
118070
  {
118004
118071
  "kind": "field",
118005
- "name": "_key",
118006
- "default": "new STRING(undefined, this, 'key')"
118072
+ "name": "_value",
118073
+ "default": "new BYTES(undefined, this, 'value')"
118007
118074
  },
118008
118075
  {
118009
118076
  "kind": "field",
118010
- "name": "_value",
118011
- "default": "new BOOLEAN(undefined, this, 'value')"
118077
+ "name": "_labels",
118078
+ "default": "new MAP(undefined, this, 'labels')"
118079
+ },
118080
+ {
118081
+ "kind": "field",
118082
+ "name": "_attributes",
118083
+ "default": "new MAP(undefined, this, 'attributes')"
118012
118084
  },
118013
118085
  {
118014
118086
  "kind": "field",
@@ -118854,40 +118926,36 @@
118854
118926
  "exports": [
118855
118927
  {
118856
118928
  "kind": "js",
118857
- "name": "DoubleLabelsEntry",
118929
+ "name": "Bytes",
118858
118930
  "declaration": {
118859
- "name": "DoubleLabelsEntry",
118860
- "module": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js"
118931
+ "name": "Bytes",
118932
+ "module": "dist/protoc-gen-open-models/furo/fat/Bytes.js"
118861
118933
  }
118862
118934
  }
118863
118935
  ]
118864
118936
  },
118865
118937
  {
118866
118938
  "kind": "javascript-module",
118867
- "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map",
118939
+ "path": "dist/protoc-gen-open-models/furo/fat/Bytes.js.map",
118868
118940
  "declarations": [],
118869
118941
  "exports": []
118870
118942
  },
118871
118943
  {
118872
118944
  "kind": "javascript-module",
118873
- "path": "dist/protoc-gen-open-models/furo/fat/Double.js",
118945
+ "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js",
118874
118946
  "declarations": [
118875
118947
  {
118876
118948
  "kind": "class",
118877
- "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",
118878
- "name": "Double",
118949
+ "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.",
118950
+ "name": "DecimalRange",
118879
118951
  "members": [
118880
118952
  {
118881
118953
  "kind": "field",
118882
- "name": "value"
118883
- },
118884
- {
118885
- "kind": "field",
118886
- "name": "labels"
118954
+ "name": "start"
118887
118955
  },
118888
118956
  {
118889
118957
  "kind": "field",
118890
- "name": "attributes"
118958
+ "name": "end"
118891
118959
  },
118892
118960
  {
118893
118961
  "kind": "method",
@@ -118908,7 +118976,7 @@
118908
118976
  "type": {
118909
118977
  "text": "string"
118910
118978
  },
118911
- "default": "'furo.fat.Double'"
118979
+ "default": "'furo.fat.DecimalRange'"
118912
118980
  },
118913
118981
  {
118914
118982
  "kind": "field",
@@ -118916,22 +118984,17 @@
118916
118984
  "type": {
118917
118985
  "text": "array"
118918
118986
  },
118919
- "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: {}, }, ]"
118920
- },
118921
- {
118922
- "kind": "field",
118923
- "name": "_value",
118924
- "default": "new DOUBLE(undefined, this, 'value')"
118987
+ "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
118925
118988
  },
118926
118989
  {
118927
118990
  "kind": "field",
118928
- "name": "_labels",
118929
- "default": "new MAP(undefined, this, 'labels')"
118991
+ "name": "_start",
118992
+ "default": "new FuroTypeDecimal(undefined, this, 'start')"
118930
118993
  },
118931
118994
  {
118932
118995
  "kind": "field",
118933
- "name": "_attributes",
118934
- "default": "new MAP(undefined, this, 'attributes')"
118996
+ "name": "_end",
118997
+ "default": "new FuroTypeDecimal(undefined, this, 'end')"
118935
118998
  },
118936
118999
  {
118937
119000
  "kind": "field",
@@ -119777,28 +119840,28 @@
119777
119840
  "exports": [
119778
119841
  {
119779
119842
  "kind": "js",
119780
- "name": "Double",
119843
+ "name": "DecimalRange",
119781
119844
  "declaration": {
119782
- "name": "Double",
119783
- "module": "dist/protoc-gen-open-models/furo/fat/Double.js"
119845
+ "name": "DecimalRange",
119846
+ "module": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js"
119784
119847
  }
119785
119848
  }
119786
119849
  ]
119787
119850
  },
119788
119851
  {
119789
119852
  "kind": "javascript-module",
119790
- "path": "dist/protoc-gen-open-models/furo/fat/Double.js.map",
119853
+ "path": "dist/protoc-gen-open-models/furo/fat/DecimalRange.js.map",
119791
119854
  "declarations": [],
119792
119855
  "exports": []
119793
119856
  },
119794
119857
  {
119795
119858
  "kind": "javascript-module",
119796
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js",
119859
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js",
119797
119860
  "declarations": [
119798
119861
  {
119799
119862
  "kind": "class",
119800
- "description": "EmptyAttributesEntry",
119801
- "name": "EmptyAttributesEntry",
119863
+ "description": "DoubleAttributesEntry",
119864
+ "name": "DoubleAttributesEntry",
119802
119865
  "members": [
119803
119866
  {
119804
119867
  "kind": "field",
@@ -119827,7 +119890,7 @@
119827
119890
  "type": {
119828
119891
  "text": "string"
119829
119892
  },
119830
- "default": "'furo.fat.Empty.AttributesEntry'"
119893
+ "default": "'furo.fat.Double.AttributesEntry'"
119831
119894
  },
119832
119895
  {
119833
119896
  "kind": "field",
@@ -120691,28 +120754,28 @@
120691
120754
  "exports": [
120692
120755
  {
120693
120756
  "kind": "js",
120694
- "name": "EmptyAttributesEntry",
120757
+ "name": "DoubleAttributesEntry",
120695
120758
  "declaration": {
120696
- "name": "EmptyAttributesEntry",
120697
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js"
120759
+ "name": "DoubleAttributesEntry",
120760
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js"
120698
120761
  }
120699
120762
  }
120700
120763
  ]
120701
120764
  },
120702
120765
  {
120703
120766
  "kind": "javascript-module",
120704
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map",
120767
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.AttributesEntry.js.map",
120705
120768
  "declarations": [],
120706
120769
  "exports": []
120707
120770
  },
120708
120771
  {
120709
120772
  "kind": "javascript-module",
120710
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js",
120773
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js",
120711
120774
  "declarations": [
120712
120775
  {
120713
120776
  "kind": "class",
120714
- "description": "EmptyLabelsEntry",
120715
- "name": "EmptyLabelsEntry",
120777
+ "description": "DoubleLabelsEntry",
120778
+ "name": "DoubleLabelsEntry",
120716
120779
  "members": [
120717
120780
  {
120718
120781
  "kind": "field",
@@ -120741,7 +120804,7 @@
120741
120804
  "type": {
120742
120805
  "text": "string"
120743
120806
  },
120744
- "default": "'furo.fat.Empty.LabelsEntry'"
120807
+ "default": "'furo.fat.Double.LabelsEntry'"
120745
120808
  },
120746
120809
  {
120747
120810
  "kind": "field",
@@ -121605,29 +121668,33 @@
121605
121668
  "exports": [
121606
121669
  {
121607
121670
  "kind": "js",
121608
- "name": "EmptyLabelsEntry",
121671
+ "name": "DoubleLabelsEntry",
121609
121672
  "declaration": {
121610
- "name": "EmptyLabelsEntry",
121611
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js"
121673
+ "name": "DoubleLabelsEntry",
121674
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js"
121612
121675
  }
121613
121676
  }
121614
121677
  ]
121615
121678
  },
121616
121679
  {
121617
121680
  "kind": "javascript-module",
121618
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map",
121681
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.LabelsEntry.js.map",
121619
121682
  "declarations": [],
121620
121683
  "exports": []
121621
121684
  },
121622
121685
  {
121623
121686
  "kind": "javascript-module",
121624
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.js",
121687
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.js",
121625
121688
  "declarations": [
121626
121689
  {
121627
121690
  "kind": "class",
121628
- "description": "Empty\n Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes",
121629
- "name": "Empty",
121691
+ "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",
121692
+ "name": "Double",
121630
121693
  "members": [
121694
+ {
121695
+ "kind": "field",
121696
+ "name": "value"
121697
+ },
121631
121698
  {
121632
121699
  "kind": "field",
121633
121700
  "name": "labels"
@@ -121655,7 +121722,7 @@
121655
121722
  "type": {
121656
121723
  "text": "string"
121657
121724
  },
121658
- "default": "'furo.fat.Empty'"
121725
+ "default": "'furo.fat.Double'"
121659
121726
  },
121660
121727
  {
121661
121728
  "kind": "field",
@@ -121663,7 +121730,12 @@
121663
121730
  "type": {
121664
121731
  "text": "array"
121665
121732
  },
121666
- "default": "[ { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
121733
+ "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: {}, }, ]"
121734
+ },
121735
+ {
121736
+ "kind": "field",
121737
+ "name": "_value",
121738
+ "default": "new DOUBLE(undefined, this, 'value')"
121667
121739
  },
121668
121740
  {
121669
121741
  "kind": "field",
@@ -122519,28 +122591,28 @@
122519
122591
  "exports": [
122520
122592
  {
122521
122593
  "kind": "js",
122522
- "name": "Empty",
122594
+ "name": "Double",
122523
122595
  "declaration": {
122524
- "name": "Empty",
122525
- "module": "dist/protoc-gen-open-models/furo/fat/Empty.js"
122596
+ "name": "Double",
122597
+ "module": "dist/protoc-gen-open-models/furo/fat/Double.js"
122526
122598
  }
122527
122599
  }
122528
122600
  ]
122529
122601
  },
122530
122602
  {
122531
122603
  "kind": "javascript-module",
122532
- "path": "dist/protoc-gen-open-models/furo/fat/Empty.js.map",
122604
+ "path": "dist/protoc-gen-open-models/furo/fat/Double.js.map",
122533
122605
  "declarations": [],
122534
122606
  "exports": []
122535
122607
  },
122536
122608
  {
122537
122609
  "kind": "javascript-module",
122538
- "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js",
122610
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js",
122539
122611
  "declarations": [
122540
122612
  {
122541
122613
  "kind": "class",
122542
- "description": "FloatAttributesEntry",
122543
- "name": "FloatAttributesEntry",
122614
+ "description": "EmptyAttributesEntry",
122615
+ "name": "EmptyAttributesEntry",
122544
122616
  "members": [
122545
122617
  {
122546
122618
  "kind": "field",
@@ -122569,7 +122641,7 @@
122569
122641
  "type": {
122570
122642
  "text": "string"
122571
122643
  },
122572
- "default": "'furo.fat.Float.AttributesEntry'"
122644
+ "default": "'furo.fat.Empty.AttributesEntry'"
122573
122645
  },
122574
122646
  {
122575
122647
  "kind": "field",
@@ -123433,28 +123505,28 @@
123433
123505
  "exports": [
123434
123506
  {
123435
123507
  "kind": "js",
123436
- "name": "FloatAttributesEntry",
123508
+ "name": "EmptyAttributesEntry",
123437
123509
  "declaration": {
123438
- "name": "FloatAttributesEntry",
123439
- "module": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js"
123510
+ "name": "EmptyAttributesEntry",
123511
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js"
123440
123512
  }
123441
123513
  }
123442
123514
  ]
123443
123515
  },
123444
123516
  {
123445
123517
  "kind": "javascript-module",
123446
- "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map",
123518
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.AttributesEntry.js.map",
123447
123519
  "declarations": [],
123448
123520
  "exports": []
123449
123521
  },
123450
123522
  {
123451
123523
  "kind": "javascript-module",
123452
- "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js",
123524
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js",
123453
123525
  "declarations": [
123454
123526
  {
123455
123527
  "kind": "class",
123456
- "description": "FloatLabelsEntry",
123457
- "name": "FloatLabelsEntry",
123528
+ "description": "EmptyLabelsEntry",
123529
+ "name": "EmptyLabelsEntry",
123458
123530
  "members": [
123459
123531
  {
123460
123532
  "kind": "field",
@@ -123483,7 +123555,7 @@
123483
123555
  "type": {
123484
123556
  "text": "string"
123485
123557
  },
123486
- "default": "'furo.fat.Float.LabelsEntry'"
123558
+ "default": "'furo.fat.Empty.LabelsEntry'"
123487
123559
  },
123488
123560
  {
123489
123561
  "kind": "field",
@@ -124347,33 +124419,29 @@
124347
124419
  "exports": [
124348
124420
  {
124349
124421
  "kind": "js",
124350
- "name": "FloatLabelsEntry",
124422
+ "name": "EmptyLabelsEntry",
124351
124423
  "declaration": {
124352
- "name": "FloatLabelsEntry",
124353
- "module": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js"
124424
+ "name": "EmptyLabelsEntry",
124425
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js"
124354
124426
  }
124355
124427
  }
124356
124428
  ]
124357
124429
  },
124358
124430
  {
124359
124431
  "kind": "javascript-module",
124360
- "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map",
124432
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.LabelsEntry.js.map",
124361
124433
  "declarations": [],
124362
124434
  "exports": []
124363
124435
  },
124364
124436
  {
124365
124437
  "kind": "javascript-module",
124366
- "path": "dist/protoc-gen-open-models/furo/fat/Float.js",
124438
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.js",
124367
124439
  "declarations": [
124368
124440
  {
124369
124441
  "kind": "class",
124370
- "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",
124371
- "name": "Float",
124442
+ "description": "Empty\n Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes",
124443
+ "name": "Empty",
124372
124444
  "members": [
124373
- {
124374
- "kind": "field",
124375
- "name": "value"
124376
- },
124377
124445
  {
124378
124446
  "kind": "field",
124379
124447
  "name": "labels"
@@ -124401,7 +124469,7 @@
124401
124469
  "type": {
124402
124470
  "text": "string"
124403
124471
  },
124404
- "default": "'furo.fat.Float'"
124472
+ "default": "'furo.fat.Empty'"
124405
124473
  },
124406
124474
  {
124407
124475
  "kind": "field",
@@ -124409,12 +124477,7 @@
124409
124477
  "type": {
124410
124478
  "text": "array"
124411
124479
  },
124412
- "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: {}, }, ]"
124413
- },
124414
- {
124415
- "kind": "field",
124416
- "name": "_value",
124417
- "default": "new FLOAT(undefined, this, 'value')"
124480
+ "default": "[ { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, ]"
124418
124481
  },
124419
124482
  {
124420
124483
  "kind": "field",
@@ -125270,28 +125333,28 @@
125270
125333
  "exports": [
125271
125334
  {
125272
125335
  "kind": "js",
125273
- "name": "Float",
125336
+ "name": "Empty",
125274
125337
  "declaration": {
125275
- "name": "Float",
125276
- "module": "dist/protoc-gen-open-models/furo/fat/Float.js"
125338
+ "name": "Empty",
125339
+ "module": "dist/protoc-gen-open-models/furo/fat/Empty.js"
125277
125340
  }
125278
125341
  }
125279
125342
  ]
125280
125343
  },
125281
125344
  {
125282
125345
  "kind": "javascript-module",
125283
- "path": "dist/protoc-gen-open-models/furo/fat/Float.js.map",
125346
+ "path": "dist/protoc-gen-open-models/furo/fat/Empty.js.map",
125284
125347
  "declarations": [],
125285
125348
  "exports": []
125286
125349
  },
125287
125350
  {
125288
125351
  "kind": "javascript-module",
125289
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js",
125352
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js",
125290
125353
  "declarations": [
125291
125354
  {
125292
125355
  "kind": "class",
125293
- "description": "Int32AttributesEntry",
125294
- "name": "Int32AttributesEntry",
125356
+ "description": "FloatAttributesEntry",
125357
+ "name": "FloatAttributesEntry",
125295
125358
  "members": [
125296
125359
  {
125297
125360
  "kind": "field",
@@ -125320,7 +125383,7 @@
125320
125383
  "type": {
125321
125384
  "text": "string"
125322
125385
  },
125323
- "default": "'furo.fat.Int32.AttributesEntry'"
125386
+ "default": "'furo.fat.Float.AttributesEntry'"
125324
125387
  },
125325
125388
  {
125326
125389
  "kind": "field",
@@ -126184,28 +126247,28 @@
126184
126247
  "exports": [
126185
126248
  {
126186
126249
  "kind": "js",
126187
- "name": "Int32AttributesEntry",
126250
+ "name": "FloatAttributesEntry",
126188
126251
  "declaration": {
126189
- "name": "Int32AttributesEntry",
126190
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js"
126252
+ "name": "FloatAttributesEntry",
126253
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js"
126191
126254
  }
126192
126255
  }
126193
126256
  ]
126194
126257
  },
126195
126258
  {
126196
126259
  "kind": "javascript-module",
126197
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map",
126260
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.AttributesEntry.js.map",
126198
126261
  "declarations": [],
126199
126262
  "exports": []
126200
126263
  },
126201
126264
  {
126202
126265
  "kind": "javascript-module",
126203
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js",
126266
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js",
126204
126267
  "declarations": [
126205
126268
  {
126206
126269
  "kind": "class",
126207
- "description": "Int32LabelsEntry",
126208
- "name": "Int32LabelsEntry",
126270
+ "description": "FloatLabelsEntry",
126271
+ "name": "FloatLabelsEntry",
126209
126272
  "members": [
126210
126273
  {
126211
126274
  "kind": "field",
@@ -126234,7 +126297,7 @@
126234
126297
  "type": {
126235
126298
  "text": "string"
126236
126299
  },
126237
- "default": "'furo.fat.Int32.LabelsEntry'"
126300
+ "default": "'furo.fat.Float.LabelsEntry'"
126238
126301
  },
126239
126302
  {
126240
126303
  "kind": "field",
@@ -127098,28 +127161,28 @@
127098
127161
  "exports": [
127099
127162
  {
127100
127163
  "kind": "js",
127101
- "name": "Int32LabelsEntry",
127164
+ "name": "FloatLabelsEntry",
127102
127165
  "declaration": {
127103
- "name": "Int32LabelsEntry",
127104
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js"
127166
+ "name": "FloatLabelsEntry",
127167
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js"
127105
127168
  }
127106
127169
  }
127107
127170
  ]
127108
127171
  },
127109
127172
  {
127110
127173
  "kind": "javascript-module",
127111
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map",
127174
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.LabelsEntry.js.map",
127112
127175
  "declarations": [],
127113
127176
  "exports": []
127114
127177
  },
127115
127178
  {
127116
127179
  "kind": "javascript-module",
127117
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.js",
127180
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.js",
127118
127181
  "declarations": [
127119
127182
  {
127120
127183
  "kind": "class",
127121
- "description": "Int32\n Furo annotated type wrapper message for `int32`.",
127122
- "name": "Int32",
127184
+ "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",
127185
+ "name": "Float",
127123
127186
  "members": [
127124
127187
  {
127125
127188
  "kind": "field",
@@ -127152,7 +127215,7 @@
127152
127215
  "type": {
127153
127216
  "text": "string"
127154
127217
  },
127155
- "default": "'furo.fat.Int32'"
127218
+ "default": "'furo.fat.Float'"
127156
127219
  },
127157
127220
  {
127158
127221
  "kind": "field",
@@ -127160,12 +127223,12 @@
127160
127223
  "type": {
127161
127224
  "text": "array"
127162
127225
  },
127163
- "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: {}, }, ]"
127226
+ "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: {}, }, ]"
127164
127227
  },
127165
127228
  {
127166
127229
  "kind": "field",
127167
127230
  "name": "_value",
127168
- "default": "new INT32(undefined, this, 'value')"
127231
+ "default": "new FLOAT(undefined, this, 'value')"
127169
127232
  },
127170
127233
  {
127171
127234
  "kind": "field",
@@ -128021,28 +128084,28 @@
128021
128084
  "exports": [
128022
128085
  {
128023
128086
  "kind": "js",
128024
- "name": "Int32",
128087
+ "name": "Float",
128025
128088
  "declaration": {
128026
- "name": "Int32",
128027
- "module": "dist/protoc-gen-open-models/furo/fat/Int32.js"
128089
+ "name": "Float",
128090
+ "module": "dist/protoc-gen-open-models/furo/fat/Float.js"
128028
128091
  }
128029
128092
  }
128030
128093
  ]
128031
128094
  },
128032
128095
  {
128033
128096
  "kind": "javascript-module",
128034
- "path": "dist/protoc-gen-open-models/furo/fat/Int32.js.map",
128097
+ "path": "dist/protoc-gen-open-models/furo/fat/Float.js.map",
128035
128098
  "declarations": [],
128036
128099
  "exports": []
128037
128100
  },
128038
128101
  {
128039
128102
  "kind": "javascript-module",
128040
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js",
128103
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js",
128041
128104
  "declarations": [
128042
128105
  {
128043
128106
  "kind": "class",
128044
- "description": "Int64AttributesEntry",
128045
- "name": "Int64AttributesEntry",
128107
+ "description": "Int32AttributesEntry",
128108
+ "name": "Int32AttributesEntry",
128046
128109
  "members": [
128047
128110
  {
128048
128111
  "kind": "field",
@@ -128071,7 +128134,7 @@
128071
128134
  "type": {
128072
128135
  "text": "string"
128073
128136
  },
128074
- "default": "'furo.fat.Int64.AttributesEntry'"
128137
+ "default": "'furo.fat.Int32.AttributesEntry'"
128075
128138
  },
128076
128139
  {
128077
128140
  "kind": "field",
@@ -128935,28 +128998,28 @@
128935
128998
  "exports": [
128936
128999
  {
128937
129000
  "kind": "js",
128938
- "name": "Int64AttributesEntry",
129001
+ "name": "Int32AttributesEntry",
128939
129002
  "declaration": {
128940
- "name": "Int64AttributesEntry",
128941
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js"
129003
+ "name": "Int32AttributesEntry",
129004
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js"
128942
129005
  }
128943
129006
  }
128944
129007
  ]
128945
129008
  },
128946
129009
  {
128947
129010
  "kind": "javascript-module",
128948
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map",
129011
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.AttributesEntry.js.map",
128949
129012
  "declarations": [],
128950
129013
  "exports": []
128951
129014
  },
128952
129015
  {
128953
129016
  "kind": "javascript-module",
128954
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js",
129017
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js",
128955
129018
  "declarations": [
128956
129019
  {
128957
129020
  "kind": "class",
128958
- "description": "Int64LabelsEntry",
128959
- "name": "Int64LabelsEntry",
129021
+ "description": "Int32LabelsEntry",
129022
+ "name": "Int32LabelsEntry",
128960
129023
  "members": [
128961
129024
  {
128962
129025
  "kind": "field",
@@ -128985,7 +129048,7 @@
128985
129048
  "type": {
128986
129049
  "text": "string"
128987
129050
  },
128988
- "default": "'furo.fat.Int64.LabelsEntry'"
129051
+ "default": "'furo.fat.Int32.LabelsEntry'"
128989
129052
  },
128990
129053
  {
128991
129054
  "kind": "field",
@@ -129849,28 +129912,28 @@
129849
129912
  "exports": [
129850
129913
  {
129851
129914
  "kind": "js",
129852
- "name": "Int64LabelsEntry",
129915
+ "name": "Int32LabelsEntry",
129853
129916
  "declaration": {
129854
- "name": "Int64LabelsEntry",
129855
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js"
129917
+ "name": "Int32LabelsEntry",
129918
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js"
129856
129919
  }
129857
129920
  }
129858
129921
  ]
129859
129922
  },
129860
129923
  {
129861
129924
  "kind": "javascript-module",
129862
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map",
129925
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.LabelsEntry.js.map",
129863
129926
  "declarations": [],
129864
129927
  "exports": []
129865
129928
  },
129866
129929
  {
129867
129930
  "kind": "javascript-module",
129868
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.js",
129931
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.js",
129869
129932
  "declarations": [
129870
129933
  {
129871
129934
  "kind": "class",
129872
- "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",
129873
- "name": "Int64",
129935
+ "description": "Int32\n Furo annotated type wrapper message for `int32`.",
129936
+ "name": "Int32",
129874
129937
  "members": [
129875
129938
  {
129876
129939
  "kind": "field",
@@ -129903,7 +129966,7 @@
129903
129966
  "type": {
129904
129967
  "text": "string"
129905
129968
  },
129906
- "default": "'furo.fat.Int64'"
129969
+ "default": "'furo.fat.Int32'"
129907
129970
  },
129908
129971
  {
129909
129972
  "kind": "field",
@@ -129911,12 +129974,12 @@
129911
129974
  "type": {
129912
129975
  "text": "array"
129913
129976
  },
129914
- "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: {}, }, ]"
129977
+ "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: {}, }, ]"
129915
129978
  },
129916
129979
  {
129917
129980
  "kind": "field",
129918
129981
  "name": "_value",
129919
- "default": "new INT64(undefined, this, 'value')"
129982
+ "default": "new INT32(undefined, this, 'value')"
129920
129983
  },
129921
129984
  {
129922
129985
  "kind": "field",
@@ -130772,28 +130835,28 @@
130772
130835
  "exports": [
130773
130836
  {
130774
130837
  "kind": "js",
130775
- "name": "Int64",
130838
+ "name": "Int32",
130776
130839
  "declaration": {
130777
- "name": "Int64",
130778
- "module": "dist/protoc-gen-open-models/furo/fat/Int64.js"
130840
+ "name": "Int32",
130841
+ "module": "dist/protoc-gen-open-models/furo/fat/Int32.js"
130779
130842
  }
130780
130843
  }
130781
130844
  ]
130782
130845
  },
130783
130846
  {
130784
130847
  "kind": "javascript-module",
130785
- "path": "dist/protoc-gen-open-models/furo/fat/Int64.js.map",
130848
+ "path": "dist/protoc-gen-open-models/furo/fat/Int32.js.map",
130786
130849
  "declarations": [],
130787
130850
  "exports": []
130788
130851
  },
130789
130852
  {
130790
130853
  "kind": "javascript-module",
130791
- "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js",
130854
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js",
130792
130855
  "declarations": [
130793
130856
  {
130794
130857
  "kind": "class",
130795
- "description": "StringAttributesEntry",
130796
- "name": "StringAttributesEntry",
130858
+ "description": "Int64AttributesEntry",
130859
+ "name": "Int64AttributesEntry",
130797
130860
  "members": [
130798
130861
  {
130799
130862
  "kind": "field",
@@ -130822,7 +130885,7 @@
130822
130885
  "type": {
130823
130886
  "text": "string"
130824
130887
  },
130825
- "default": "'furo.fat.String.AttributesEntry'"
130888
+ "default": "'furo.fat.Int64.AttributesEntry'"
130826
130889
  },
130827
130890
  {
130828
130891
  "kind": "field",
@@ -131686,28 +131749,28 @@
131686
131749
  "exports": [
131687
131750
  {
131688
131751
  "kind": "js",
131689
- "name": "StringAttributesEntry",
131752
+ "name": "Int64AttributesEntry",
131690
131753
  "declaration": {
131691
- "name": "StringAttributesEntry",
131692
- "module": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js"
131754
+ "name": "Int64AttributesEntry",
131755
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js"
131693
131756
  }
131694
131757
  }
131695
131758
  ]
131696
131759
  },
131697
131760
  {
131698
131761
  "kind": "javascript-module",
131699
- "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map",
131762
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.AttributesEntry.js.map",
131700
131763
  "declarations": [],
131701
131764
  "exports": []
131702
131765
  },
131703
131766
  {
131704
131767
  "kind": "javascript-module",
131705
- "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js",
131768
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js",
131706
131769
  "declarations": [
131707
131770
  {
131708
131771
  "kind": "class",
131709
- "description": "StringLabelsEntry",
131710
- "name": "StringLabelsEntry",
131772
+ "description": "Int64LabelsEntry",
131773
+ "name": "Int64LabelsEntry",
131711
131774
  "members": [
131712
131775
  {
131713
131776
  "kind": "field",
@@ -131736,7 +131799,7 @@
131736
131799
  "type": {
131737
131800
  "text": "string"
131738
131801
  },
131739
- "default": "'furo.fat.String.LabelsEntry'"
131802
+ "default": "'furo.fat.Int64.LabelsEntry'"
131740
131803
  },
131741
131804
  {
131742
131805
  "kind": "field",
@@ -132600,28 +132663,28 @@
132600
132663
  "exports": [
132601
132664
  {
132602
132665
  "kind": "js",
132603
- "name": "StringLabelsEntry",
132666
+ "name": "Int64LabelsEntry",
132604
132667
  "declaration": {
132605
- "name": "StringLabelsEntry",
132606
- "module": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js"
132668
+ "name": "Int64LabelsEntry",
132669
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js"
132607
132670
  }
132608
132671
  }
132609
132672
  ]
132610
132673
  },
132611
132674
  {
132612
132675
  "kind": "javascript-module",
132613
- "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map",
132676
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.LabelsEntry.js.map",
132614
132677
  "declarations": [],
132615
132678
  "exports": []
132616
132679
  },
132617
132680
  {
132618
132681
  "kind": "javascript-module",
132619
- "path": "dist/protoc-gen-open-models/furo/fat/String.js",
132682
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.js",
132620
132683
  "declarations": [
132621
132684
  {
132622
132685
  "kind": "class",
132623
- "description": "XString\n Furo annotated type wrapper message for `string`.",
132624
- "name": "XString",
132686
+ "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",
132687
+ "name": "Int64",
132625
132688
  "members": [
132626
132689
  {
132627
132690
  "kind": "field",
@@ -132654,7 +132717,7 @@
132654
132717
  "type": {
132655
132718
  "text": "string"
132656
132719
  },
132657
- "default": "'furo.fat.String'"
132720
+ "default": "'furo.fat.Int64'"
132658
132721
  },
132659
132722
  {
132660
132723
  "kind": "field",
@@ -132662,12 +132725,12 @@
132662
132725
  "type": {
132663
132726
  "text": "array"
132664
132727
  },
132665
- "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: {}, }, ]"
132728
+ "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: {}, }, ]"
132666
132729
  },
132667
132730
  {
132668
132731
  "kind": "field",
132669
132732
  "name": "_value",
132670
- "default": "new STRING(undefined, this, 'value')"
132733
+ "default": "new INT64(undefined, this, 'value')"
132671
132734
  },
132672
132735
  {
132673
132736
  "kind": "field",
@@ -133523,28 +133586,28 @@
133523
133586
  "exports": [
133524
133587
  {
133525
133588
  "kind": "js",
133526
- "name": "XString",
133589
+ "name": "Int64",
133527
133590
  "declaration": {
133528
- "name": "XString",
133529
- "module": "dist/protoc-gen-open-models/furo/fat/String.js"
133591
+ "name": "Int64",
133592
+ "module": "dist/protoc-gen-open-models/furo/fat/Int64.js"
133530
133593
  }
133531
133594
  }
133532
133595
  ]
133533
133596
  },
133534
133597
  {
133535
133598
  "kind": "javascript-module",
133536
- "path": "dist/protoc-gen-open-models/furo/fat/String.js.map",
133599
+ "path": "dist/protoc-gen-open-models/furo/fat/Int64.js.map",
133537
133600
  "declarations": [],
133538
133601
  "exports": []
133539
133602
  },
133540
133603
  {
133541
133604
  "kind": "javascript-module",
133542
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js",
133605
+ "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js",
133543
133606
  "declarations": [
133544
133607
  {
133545
133608
  "kind": "class",
133546
- "description": "Uint32AttributesEntry",
133547
- "name": "Uint32AttributesEntry",
133609
+ "description": "StringAttributesEntry",
133610
+ "name": "StringAttributesEntry",
133548
133611
  "members": [
133549
133612
  {
133550
133613
  "kind": "field",
@@ -133573,7 +133636,7 @@
133573
133636
  "type": {
133574
133637
  "text": "string"
133575
133638
  },
133576
- "default": "'furo.fat.Uint32.AttributesEntry'"
133639
+ "default": "'furo.fat.String.AttributesEntry'"
133577
133640
  },
133578
133641
  {
133579
133642
  "kind": "field",
@@ -134437,28 +134500,28 @@
134437
134500
  "exports": [
134438
134501
  {
134439
134502
  "kind": "js",
134440
- "name": "Uint32AttributesEntry",
134503
+ "name": "StringAttributesEntry",
134441
134504
  "declaration": {
134442
- "name": "Uint32AttributesEntry",
134443
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js"
134505
+ "name": "StringAttributesEntry",
134506
+ "module": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js"
134444
134507
  }
134445
134508
  }
134446
134509
  ]
134447
134510
  },
134448
134511
  {
134449
134512
  "kind": "javascript-module",
134450
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map",
134513
+ "path": "dist/protoc-gen-open-models/furo/fat/String.AttributesEntry.js.map",
134451
134514
  "declarations": [],
134452
134515
  "exports": []
134453
134516
  },
134454
134517
  {
134455
134518
  "kind": "javascript-module",
134456
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js",
134519
+ "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js",
134457
134520
  "declarations": [
134458
134521
  {
134459
134522
  "kind": "class",
134460
- "description": "Uint32LabelsEntry",
134461
- "name": "Uint32LabelsEntry",
134523
+ "description": "StringLabelsEntry",
134524
+ "name": "StringLabelsEntry",
134462
134525
  "members": [
134463
134526
  {
134464
134527
  "kind": "field",
@@ -134487,7 +134550,7 @@
134487
134550
  "type": {
134488
134551
  "text": "string"
134489
134552
  },
134490
- "default": "'furo.fat.Uint32.LabelsEntry'"
134553
+ "default": "'furo.fat.String.LabelsEntry'"
134491
134554
  },
134492
134555
  {
134493
134556
  "kind": "field",
@@ -135351,28 +135414,28 @@
135351
135414
  "exports": [
135352
135415
  {
135353
135416
  "kind": "js",
135354
- "name": "Uint32LabelsEntry",
135417
+ "name": "StringLabelsEntry",
135355
135418
  "declaration": {
135356
- "name": "Uint32LabelsEntry",
135357
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js"
135419
+ "name": "StringLabelsEntry",
135420
+ "module": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js"
135358
135421
  }
135359
135422
  }
135360
135423
  ]
135361
135424
  },
135362
135425
  {
135363
135426
  "kind": "javascript-module",
135364
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map",
135427
+ "path": "dist/protoc-gen-open-models/furo/fat/String.LabelsEntry.js.map",
135365
135428
  "declarations": [],
135366
135429
  "exports": []
135367
135430
  },
135368
135431
  {
135369
135432
  "kind": "javascript-module",
135370
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js",
135433
+ "path": "dist/protoc-gen-open-models/furo/fat/String.js",
135371
135434
  "declarations": [
135372
135435
  {
135373
135436
  "kind": "class",
135374
- "description": "Uint32\n Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto",
135375
- "name": "Uint32",
135437
+ "description": "XString\n Furo annotated type wrapper message for `string`.",
135438
+ "name": "XString",
135376
135439
  "members": [
135377
135440
  {
135378
135441
  "kind": "field",
@@ -135405,7 +135468,7 @@
135405
135468
  "type": {
135406
135469
  "text": "string"
135407
135470
  },
135408
- "default": "'furo.fat.Uint32'"
135471
+ "default": "'furo.fat.String'"
135409
135472
  },
135410
135473
  {
135411
135474
  "kind": "field",
@@ -135413,12 +135476,12 @@
135413
135476
  "type": {
135414
135477
  "text": "array"
135415
135478
  },
135416
- "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: {}, }, ]"
135479
+ "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: {}, }, ]"
135417
135480
  },
135418
135481
  {
135419
135482
  "kind": "field",
135420
135483
  "name": "_value",
135421
- "default": "new UINT32(undefined, this, 'value')"
135484
+ "default": "new STRING(undefined, this, 'value')"
135422
135485
  },
135423
135486
  {
135424
135487
  "kind": "field",
@@ -136274,28 +136337,28 @@
136274
136337
  "exports": [
136275
136338
  {
136276
136339
  "kind": "js",
136277
- "name": "Uint32",
136340
+ "name": "XString",
136278
136341
  "declaration": {
136279
- "name": "Uint32",
136280
- "module": "dist/protoc-gen-open-models/furo/fat/Uint32.js"
136342
+ "name": "XString",
136343
+ "module": "dist/protoc-gen-open-models/furo/fat/String.js"
136281
136344
  }
136282
136345
  }
136283
136346
  ]
136284
136347
  },
136285
136348
  {
136286
136349
  "kind": "javascript-module",
136287
- "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js.map",
136350
+ "path": "dist/protoc-gen-open-models/furo/fat/String.js.map",
136288
136351
  "declarations": [],
136289
136352
  "exports": []
136290
136353
  },
136291
136354
  {
136292
136355
  "kind": "javascript-module",
136293
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js",
136356
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js",
136294
136357
  "declarations": [
136295
136358
  {
136296
136359
  "kind": "class",
136297
- "description": "Uint64AttributesEntry",
136298
- "name": "Uint64AttributesEntry",
136360
+ "description": "Uint32AttributesEntry",
136361
+ "name": "Uint32AttributesEntry",
136299
136362
  "members": [
136300
136363
  {
136301
136364
  "kind": "field",
@@ -136324,7 +136387,7 @@
136324
136387
  "type": {
136325
136388
  "text": "string"
136326
136389
  },
136327
- "default": "'furo.fat.Uint64.AttributesEntry'"
136390
+ "default": "'furo.fat.Uint32.AttributesEntry'"
136328
136391
  },
136329
136392
  {
136330
136393
  "kind": "field",
@@ -137188,28 +137251,28 @@
137188
137251
  "exports": [
137189
137252
  {
137190
137253
  "kind": "js",
137191
- "name": "Uint64AttributesEntry",
137254
+ "name": "Uint32AttributesEntry",
137192
137255
  "declaration": {
137193
- "name": "Uint64AttributesEntry",
137194
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js"
137256
+ "name": "Uint32AttributesEntry",
137257
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js"
137195
137258
  }
137196
137259
  }
137197
137260
  ]
137198
137261
  },
137199
137262
  {
137200
137263
  "kind": "javascript-module",
137201
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map",
137264
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.AttributesEntry.js.map",
137202
137265
  "declarations": [],
137203
137266
  "exports": []
137204
137267
  },
137205
137268
  {
137206
137269
  "kind": "javascript-module",
137207
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js",
137270
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js",
137208
137271
  "declarations": [
137209
137272
  {
137210
137273
  "kind": "class",
137211
- "description": "Uint64LabelsEntry",
137212
- "name": "Uint64LabelsEntry",
137274
+ "description": "Uint32LabelsEntry",
137275
+ "name": "Uint32LabelsEntry",
137213
137276
  "members": [
137214
137277
  {
137215
137278
  "kind": "field",
@@ -137238,7 +137301,7 @@
137238
137301
  "type": {
137239
137302
  "text": "string"
137240
137303
  },
137241
- "default": "'furo.fat.Uint64.LabelsEntry'"
137304
+ "default": "'furo.fat.Uint32.LabelsEntry'"
137242
137305
  },
137243
137306
  {
137244
137307
  "kind": "field",
@@ -138102,28 +138165,28 @@
138102
138165
  "exports": [
138103
138166
  {
138104
138167
  "kind": "js",
138105
- "name": "Uint64LabelsEntry",
138168
+ "name": "Uint32LabelsEntry",
138106
138169
  "declaration": {
138107
- "name": "Uint64LabelsEntry",
138108
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js"
138170
+ "name": "Uint32LabelsEntry",
138171
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js"
138109
138172
  }
138110
138173
  }
138111
138174
  ]
138112
138175
  },
138113
138176
  {
138114
138177
  "kind": "javascript-module",
138115
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map",
138178
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.LabelsEntry.js.map",
138116
138179
  "declarations": [],
138117
138180
  "exports": []
138118
138181
  },
138119
138182
  {
138120
138183
  "kind": "javascript-module",
138121
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js",
138184
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js",
138122
138185
  "declarations": [
138123
138186
  {
138124
138187
  "kind": "class",
138125
- "description": "Uint64\n Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations",
138126
- "name": "Uint64",
138188
+ "description": "Uint32\n Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto",
138189
+ "name": "Uint32",
138127
138190
  "members": [
138128
138191
  {
138129
138192
  "kind": "field",
@@ -138156,7 +138219,7 @@
138156
138219
  "type": {
138157
138220
  "text": "string"
138158
138221
  },
138159
- "default": "'furo.fat.Uint64'"
138222
+ "default": "'furo.fat.Uint32'"
138160
138223
  },
138161
138224
  {
138162
138225
  "kind": "field",
@@ -138164,12 +138227,12 @@
138164
138227
  "type": {
138165
138228
  "text": "array"
138166
138229
  },
138167
- "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: {}, }, ]"
138230
+ "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: {}, }, ]"
138168
138231
  },
138169
138232
  {
138170
138233
  "kind": "field",
138171
138234
  "name": "_value",
138172
- "default": "new UINT64(undefined, this, 'value')"
138235
+ "default": "new UINT32(undefined, this, 'value')"
138173
138236
  },
138174
138237
  {
138175
138238
  "kind": "field",
@@ -139025,36 +139088,36 @@
139025
139088
  "exports": [
139026
139089
  {
139027
139090
  "kind": "js",
139028
- "name": "Uint64",
139091
+ "name": "Uint32",
139029
139092
  "declaration": {
139030
- "name": "Uint64",
139031
- "module": "dist/protoc-gen-open-models/furo/fat/Uint64.js"
139093
+ "name": "Uint32",
139094
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint32.js"
139032
139095
  }
139033
139096
  }
139034
139097
  ]
139035
139098
  },
139036
139099
  {
139037
139100
  "kind": "javascript-module",
139038
- "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js.map",
139101
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint32.js.map",
139039
139102
  "declarations": [],
139040
139103
  "exports": []
139041
139104
  },
139042
139105
  {
139043
139106
  "kind": "javascript-module",
139044
- "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
139107
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js",
139045
139108
  "declarations": [
139046
139109
  {
139047
139110
  "kind": "class",
139048
- "description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
139049
- "name": "CustomHttpPattern",
139111
+ "description": "Uint64AttributesEntry",
139112
+ "name": "Uint64AttributesEntry",
139050
139113
  "members": [
139051
139114
  {
139052
139115
  "kind": "field",
139053
- "name": "kind"
139116
+ "name": "key"
139054
139117
  },
139055
139118
  {
139056
139119
  "kind": "field",
139057
- "name": "path"
139120
+ "name": "value"
139058
139121
  },
139059
139122
  {
139060
139123
  "kind": "method",
@@ -139075,7 +139138,7 @@
139075
139138
  "type": {
139076
139139
  "text": "string"
139077
139140
  },
139078
- "default": "'google.api.CustomHttpPattern'"
139141
+ "default": "'furo.fat.Uint64.AttributesEntry'"
139079
139142
  },
139080
139143
  {
139081
139144
  "kind": "field",
@@ -139083,17 +139146,17 @@
139083
139146
  "type": {
139084
139147
  "text": "array"
139085
139148
  },
139086
- "default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
139149
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
139087
139150
  },
139088
139151
  {
139089
139152
  "kind": "field",
139090
- "name": "_kind",
139091
- "default": "new STRING(undefined, this, 'kind')"
139153
+ "name": "_key",
139154
+ "default": "new STRING(undefined, this, 'key')"
139092
139155
  },
139093
139156
  {
139094
139157
  "kind": "field",
139095
- "name": "_path",
139096
- "default": "new STRING(undefined, this, 'path')"
139158
+ "name": "_value",
139159
+ "default": "new STRING(undefined, this, 'value')"
139097
139160
  },
139098
139161
  {
139099
139162
  "kind": "field",
@@ -139939,36 +140002,36 @@
139939
140002
  "exports": [
139940
140003
  {
139941
140004
  "kind": "js",
139942
- "name": "CustomHttpPattern",
140005
+ "name": "Uint64AttributesEntry",
139943
140006
  "declaration": {
139944
- "name": "CustomHttpPattern",
139945
- "module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
140007
+ "name": "Uint64AttributesEntry",
140008
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js"
139946
140009
  }
139947
140010
  }
139948
140011
  ]
139949
140012
  },
139950
140013
  {
139951
140014
  "kind": "javascript-module",
139952
- "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
140015
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.AttributesEntry.js.map",
139953
140016
  "declarations": [],
139954
140017
  "exports": []
139955
140018
  },
139956
140019
  {
139957
140020
  "kind": "javascript-module",
139958
- "path": "dist/protoc-gen-open-models/google/api/Http.js",
140021
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js",
139959
140022
  "declarations": [
139960
140023
  {
139961
140024
  "kind": "class",
139962
- "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.",
139963
- "name": "Http",
140025
+ "description": "Uint64LabelsEntry",
140026
+ "name": "Uint64LabelsEntry",
139964
140027
  "members": [
139965
140028
  {
139966
140029
  "kind": "field",
139967
- "name": "rules"
140030
+ "name": "key"
139968
140031
  },
139969
140032
  {
139970
140033
  "kind": "field",
139971
- "name": "fullyDecodeReservedExpansion"
140034
+ "name": "value"
139972
140035
  },
139973
140036
  {
139974
140037
  "kind": "method",
@@ -139989,7 +140052,7 @@
139989
140052
  "type": {
139990
140053
  "text": "string"
139991
140054
  },
139992
- "default": "'google.api.Http'"
140055
+ "default": "'furo.fat.Uint64.LabelsEntry'"
139993
140056
  },
139994
140057
  {
139995
140058
  "kind": "field",
@@ -139997,17 +140060,17 @@
139997
140060
  "type": {
139998
140061
  "text": "array"
139999
140062
  },
140000
- "default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
140063
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
140001
140064
  },
140002
140065
  {
140003
140066
  "kind": "field",
140004
- "name": "_rules",
140005
- "default": "new ARRAY(undefined, this, 'rules')"
140067
+ "name": "_key",
140068
+ "default": "new STRING(undefined, this, 'key')"
140006
140069
  },
140007
140070
  {
140008
140071
  "kind": "field",
140009
- "name": "_fullyDecodeReservedExpansion",
140010
- "default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
140072
+ "name": "_value",
140073
+ "default": "new BOOLEAN(undefined, this, 'value')"
140011
140074
  },
140012
140075
  {
140013
140076
  "kind": "field",
@@ -140853,68 +140916,40 @@
140853
140916
  "exports": [
140854
140917
  {
140855
140918
  "kind": "js",
140856
- "name": "Http",
140919
+ "name": "Uint64LabelsEntry",
140857
140920
  "declaration": {
140858
- "name": "Http",
140859
- "module": "dist/protoc-gen-open-models/google/api/Http.js"
140921
+ "name": "Uint64LabelsEntry",
140922
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js"
140860
140923
  }
140861
140924
  }
140862
140925
  ]
140863
140926
  },
140864
140927
  {
140865
140928
  "kind": "javascript-module",
140866
- "path": "dist/protoc-gen-open-models/google/api/Http.js.map",
140929
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.LabelsEntry.js.map",
140867
140930
  "declarations": [],
140868
140931
  "exports": []
140869
140932
  },
140870
140933
  {
140871
140934
  "kind": "javascript-module",
140872
- "path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
140935
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js",
140873
140936
  "declarations": [
140874
140937
  {
140875
140938
  "kind": "class",
140876
- "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.",
140877
- "name": "HttpRule",
140939
+ "description": "Uint64\n Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations",
140940
+ "name": "Uint64",
140878
140941
  "members": [
140879
140942
  {
140880
140943
  "kind": "field",
140881
- "name": "selector"
140882
- },
140883
- {
140884
- "kind": "field",
140885
- "name": "get"
140886
- },
140887
- {
140888
- "kind": "field",
140889
- "name": "put"
140890
- },
140891
- {
140892
- "kind": "field",
140893
- "name": "post"
140894
- },
140895
- {
140896
- "kind": "field",
140897
- "name": "delete"
140898
- },
140899
- {
140900
- "kind": "field",
140901
- "name": "patch"
140902
- },
140903
- {
140904
- "kind": "field",
140905
- "name": "custom"
140906
- },
140907
- {
140908
- "kind": "field",
140909
- "name": "body"
140944
+ "name": "value"
140910
140945
  },
140911
140946
  {
140912
140947
  "kind": "field",
140913
- "name": "responseBody"
140948
+ "name": "labels"
140914
140949
  },
140915
140950
  {
140916
140951
  "kind": "field",
140917
- "name": "additionalBindings"
140952
+ "name": "attributes"
140918
140953
  },
140919
140954
  {
140920
140955
  "kind": "method",
@@ -140935,7 +140970,7 @@
140935
140970
  "type": {
140936
140971
  "text": "string"
140937
140972
  },
140938
- "default": "'google.api.HttpRule'"
140973
+ "default": "'furo.fat.Uint64'"
140939
140974
  },
140940
140975
  {
140941
140976
  "kind": "field",
@@ -140943,57 +140978,22 @@
140943
140978
  "type": {
140944
140979
  "text": "array"
140945
140980
  },
140946
- "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: {}, }, ]"
140947
- },
140948
- {
140949
- "kind": "field",
140950
- "name": "_selector",
140951
- "default": "new STRING(undefined, this, 'selector')"
140952
- },
140953
- {
140954
- "kind": "field",
140955
- "name": "_get",
140956
- "default": "new STRING(undefined, this, 'get')"
140957
- },
140958
- {
140959
- "kind": "field",
140960
- "name": "_put",
140961
- "default": "new STRING(undefined, this, 'put')"
140962
- },
140963
- {
140964
- "kind": "field",
140965
- "name": "_post",
140966
- "default": "new STRING(undefined, this, 'post')"
140967
- },
140968
- {
140969
- "kind": "field",
140970
- "name": "_delete",
140971
- "default": "new STRING(undefined, this, 'delete')"
140972
- },
140973
- {
140974
- "kind": "field",
140975
- "name": "_patch",
140976
- "default": "new STRING(undefined, this, 'patch')"
140977
- },
140978
- {
140979
- "kind": "field",
140980
- "name": "_custom",
140981
- "default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
140981
+ "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: {}, }, ]"
140982
140982
  },
140983
140983
  {
140984
140984
  "kind": "field",
140985
- "name": "_body",
140986
- "default": "new STRING(undefined, this, 'body')"
140985
+ "name": "_value",
140986
+ "default": "new UINT64(undefined, this, 'value')"
140987
140987
  },
140988
140988
  {
140989
140989
  "kind": "field",
140990
- "name": "_responseBody",
140991
- "default": "new STRING(undefined, this, 'responseBody')"
140990
+ "name": "_labels",
140991
+ "default": "new MAP(undefined, this, 'labels')"
140992
140992
  },
140993
140993
  {
140994
140994
  "kind": "field",
140995
- "name": "_additionalBindings",
140996
- "default": "new ARRAY(undefined, this, 'additionalBindings')"
140995
+ "name": "_attributes",
140996
+ "default": "new MAP(undefined, this, 'attributes')"
140997
140997
  },
140998
140998
  {
140999
140999
  "kind": "field",
@@ -141839,17 +141839,17 @@
141839
141839
  "exports": [
141840
141840
  {
141841
141841
  "kind": "js",
141842
- "name": "HttpRule",
141842
+ "name": "Uint64",
141843
141843
  "declaration": {
141844
- "name": "HttpRule",
141845
- "module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
141844
+ "name": "Uint64",
141845
+ "module": "dist/protoc-gen-open-models/furo/fat/Uint64.js"
141846
141846
  }
141847
141847
  }
141848
141848
  ]
141849
141849
  },
141850
141850
  {
141851
141851
  "kind": "javascript-module",
141852
- "path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
141852
+ "path": "dist/protoc-gen-open-models/furo/fat/Uint64.js.map",
141853
141853
  "declarations": [],
141854
141854
  "exports": []
141855
141855
  },
@@ -184548,337 +184548,209 @@
184548
184548
  },
184549
184549
  {
184550
184550
  "kind": "javascript-module",
184551
- "path": "dist/test_components/form-furo-type-defaults.js",
184552
- "declarations": [
184553
- {
184554
- "kind": "class",
184555
- "description": "### Description",
184556
- "name": "formFuroTypeDefaults",
184557
- "slots": [
184558
- {
184559
- "type": {
184560
- "text": "HTMLElement[]"
184561
- },
184562
- "description": "slot description",
184563
- "name": "slot-name"
184564
- }
184565
- ],
184566
- "members": [
184567
- {
184568
- "kind": "field",
184569
- "name": "fieldNode"
184570
- },
184571
- {
184572
- "kind": "field",
184573
- "name": "data",
184574
- "description": "Property description",
184575
- "privacy": "public",
184576
- "default": "new Defaults()"
184577
- }
184578
- ],
184579
- "events": [
184580
- {
184581
- "type": {
184582
- "text": "MouseEvent"
184583
- },
184584
- "description": "event description",
184585
- "name": "event-name"
184586
- }
184587
- ],
184588
- "superclass": {
184589
- "name": "LitElement",
184590
- "package": "lit"
184591
- },
184592
- "tagName": "form-furo-type-defaults",
184593
- "customElement": true
184594
- }
184595
- ],
184551
+ "path": "dist/web-components/furo-type-renderer.js",
184552
+ "declarations": [],
184596
184553
  "exports": [
184597
- {
184598
- "kind": "js",
184599
- "name": "formFuroTypeDefaults",
184600
- "declaration": {
184601
- "name": "formFuroTypeDefaults",
184602
- "module": "dist/test_components/form-furo-type-defaults.js"
184603
- }
184604
- },
184605
184554
  {
184606
184555
  "kind": "custom-element-definition",
184607
- "name": "form-furo-type-defaults",
184556
+ "name": "furo-type-renderer",
184608
184557
  "declaration": {
184609
- "name": "formFuroTypeDefaults",
184610
- "module": "dist/test_components/form-furo-type-defaults.js"
184558
+ "name": "TypeRenderer",
184559
+ "module": "/dist/web-components/impl/TypeRenderer/TypeRenderer.js"
184611
184560
  }
184612
184561
  }
184613
184562
  ]
184614
184563
  },
184615
184564
  {
184616
184565
  "kind": "javascript-module",
184617
- "path": "dist/test_components/form-furo-type-defaults.js.map",
184566
+ "path": "dist/web-components/furo-type-renderer.js.map",
184618
184567
  "declarations": [],
184619
184568
  "exports": []
184620
184569
  },
184621
184570
  {
184622
184571
  "kind": "javascript-module",
184623
- "path": "dist/test_components/form-number.js",
184572
+ "path": "dist/web-components/impl/TypeRenderer/TypeRenderer.js",
184624
184573
  "declarations": [
184625
184574
  {
184626
184575
  "kind": "class",
184627
- "description": "### Description",
184628
- "name": "formNumber",
184576
+ "description": "Represents any HTMLElement-based component that can bind to field data.\nThis includes Lit elements and other custom web components that implement\na bindData() method to initialize with field node information.",
184577
+ "name": "TypeRenderer",
184629
184578
  "members": [
184630
- {
184631
- "kind": "field",
184632
- "name": "fieldNode"
184633
- },
184634
184579
  {
184635
184580
  "kind": "method",
184636
184581
  "name": "bindData",
184637
184582
  "parameters": [
184638
184583
  {
184639
- "name": "value"
184584
+ "name": "fieldNode",
184585
+ "description": "Fieldnode of any type",
184586
+ "type": {
184587
+ "text": "FieldNode"
184588
+ }
184640
184589
  }
184641
- ]
184642
- },
184643
- {
184644
- "kind": "method",
184645
- "name": "assignValue"
184590
+ ],
184591
+ "description": "Bind a fieldnode of any type"
184646
184592
  },
184647
184593
  {
184648
184594
  "kind": "method",
184649
- "name": "applyChanges",
184595
+ "name": "_setRenderNameFromTypeName",
184650
184596
  "parameters": [
184651
184597
  {
184652
- "name": "e"
184598
+ "name": "typename"
184653
184599
  }
184654
184600
  ]
184655
184601
  },
184656
184602
  {
184657
184603
  "kind": "method",
184658
- "name": "_FBPReady",
184659
- "description": "FBP lifecycle",
184604
+ "name": "_createDisplay",
184605
+ "description": "Creates the component for single fields",
184660
184606
  "privacy": "private"
184661
184607
  },
184662
184608
  {
184663
- "kind": "field",
184664
- "name": "value",
184665
- "type": {
184666
- "text": "string"
184667
- },
184668
- "description": "Property description",
184669
- "privacy": "public",
184670
- "default": "''"
184671
- },
184672
- {
184673
- "kind": "field",
184674
- "name": "stateMessage",
184675
- "type": {
184676
- "text": "string"
184677
- },
184678
- "default": "''"
184679
- }
184680
- ],
184681
- "mixins": [
184682
- {
184683
- "name": "LitFBP",
184684
- "package": "@furo/fbp/dist/LitFBP"
184685
- }
184686
- ],
184687
- "superclass": {
184688
- "name": "LitElement",
184689
- "package": "lit"
184690
- },
184691
- "tagName": "form-number",
184692
- "customElement": true
184693
- }
184694
- ],
184695
- "exports": [
184696
- {
184697
- "kind": "js",
184698
- "name": "formNumber",
184699
- "declaration": {
184700
- "name": "formNumber",
184701
- "module": "dist/test_components/form-number.js"
184702
- }
184703
- },
184704
- {
184705
- "kind": "custom-element-definition",
184706
- "name": "form-number",
184707
- "declaration": {
184708
- "name": "formNumber",
184709
- "module": "dist/test_components/form-number.js"
184710
- }
184711
- }
184712
- ]
184713
- },
184714
- {
184715
- "kind": "javascript-module",
184716
- "path": "dist/test_components/form-number.js.map",
184717
- "declarations": [],
184718
- "exports": []
184719
- },
184720
- {
184721
- "kind": "javascript-module",
184722
- "path": "dist/test_components/form-string.js",
184723
- "declarations": [
184724
- {
184725
- "kind": "class",
184726
- "description": "`form-string`\n is js implementation of a renderer for a primitives.STRING",
184727
- "name": "FormString",
184728
- "members": [
184729
- {
184730
- "kind": "field",
184731
- "name": "fieldNode"
184609
+ "kind": "method",
184610
+ "name": "_createRepeatedDisplay",
184611
+ "description": "Creates the component for repeated fields\nComponent naming: [package-type]-repeated\n\nFallback: if no -repeated component is available, a div is used...",
184612
+ "privacy": "private"
184732
184613
  },
184733
184614
  {
184734
184615
  "kind": "method",
184735
- "name": "valueChanged",
184616
+ "name": "_addElement",
184736
184617
  "parameters": [
184737
184618
  {
184738
- "name": "e"
184619
+ "name": "el"
184739
184620
  }
184740
- ]
184621
+ ],
184622
+ "description": "Attribute handling\nAdding to DOM",
184623
+ "privacy": "private"
184741
184624
  },
184742
- {
184743
- "kind": "field",
184744
- "name": "stateMessage",
184745
- "privacy": "public",
184746
- "type": {
184747
- "text": "string"
184748
- },
184749
- "description": "Description",
184750
- "attribute": "stateMessage"
184751
- }
184752
- ],
184753
- "attributes": [
184754
- {
184755
- "name": "stateMessage",
184756
- "type": {
184757
- "text": "string"
184758
- },
184759
- "description": "Description",
184760
- "fieldName": "stateMessage"
184761
- }
184762
- ],
184763
- "superclass": {
184764
- "module": "dist/test_components/form-string.js"
184765
- },
184766
- "summary": "shortdescription",
184767
- "tagName": "form-string",
184768
- "customElement": true
184769
- }
184770
- ],
184771
- "exports": [
184772
- {
184773
- "kind": "custom-element-definition",
184774
- "name": "form-string",
184775
- "declaration": {
184776
- "name": "FormString",
184777
- "module": "dist/test_components/form-string.js"
184778
- }
184779
- }
184780
- ]
184781
- },
184782
- {
184783
- "kind": "javascript-module",
184784
- "path": "dist/test_components/form-string.js.map",
184785
- "declarations": [],
184786
- "exports": []
184787
- },
184788
- {
184789
- "kind": "javascript-module",
184790
- "path": "dist/test_components/page-index.js",
184791
- "declarations": [
184792
- {
184793
- "kind": "class",
184794
- "description": "### Description",
184795
- "name": "pageIndex",
184796
- "members": [
184797
184625
  {
184798
184626
  "kind": "method",
184799
- "name": "addRepeatedDecimal"
184627
+ "name": "focus",
184628
+ "description": "forward the focus to the created element"
184800
184629
  },
184801
184630
  {
184802
184631
  "kind": "method",
184803
- "name": "validateAll"
184632
+ "name": "_warningUnbindableRenderer",
184633
+ "parameters": [
184634
+ {
184635
+ "name": "renderComponent"
184636
+ }
184637
+ ]
184804
184638
  },
184805
184639
  {
184806
184640
  "kind": "method",
184807
- "name": "_FBPReady",
184808
- "description": "FBP lifecycle",
184809
- "privacy": "private"
184641
+ "name": "_warningNoSpecificRendererAvailable"
184810
184642
  },
184811
184643
  {
184812
184644
  "kind": "field",
184813
- "name": "invalid",
184645
+ "name": "context",
184646
+ "privacy": "public",
184814
184647
  "type": {
184815
- "text": "boolean"
184648
+ "text": "('display' | 'form' | 'edit' | 'cell-display' | 'cell-edit' | string)"
184816
184649
  },
184817
- "default": "false"
184650
+ "description": "Set the context if you need another then display.\n\nDetermines how the component should render or behave.\n\nThe variable accepts one of several predefined context types\n(`\"display\"`, `\"form\"`, `\"edit\"`, `\"cell-display\"`, `\"cell-edit\"`),\nor any other string for having custom context.",
184651
+ "default": "'display'",
184652
+ "attribute": "context"
184818
184653
  },
184819
184654
  {
184820
184655
  "kind": "field",
184821
- "name": "ftd",
184822
- "default": "new Defaults()"
184656
+ "name": "disabled",
184657
+ "privacy": "public",
184658
+ "type": {
184659
+ "text": "boolean"
184660
+ },
184661
+ "description": "A Boolean attribute which, if present, means this field is displayed in disabled state.",
184662
+ "default": "false",
184663
+ "attribute": "disabled"
184823
184664
  },
184824
184665
  {
184825
184666
  "kind": "field",
184826
- "name": "repeatedDecimal",
184667
+ "name": "_field",
184827
184668
  "type": {
184828
- "text": "array"
184669
+ "text": "null"
184829
184670
  },
184830
- "default": "[ { value: '12' }, { value: '14' }, { value: '33' }, ]"
184671
+ "default": "null"
184831
184672
  },
184832
184673
  {
184833
184674
  "kind": "field",
184834
- "name": "decRange",
184675
+ "name": "renderName",
184835
184676
  "type": {
184836
- "text": "object"
184677
+ "text": "string"
184837
184678
  },
184838
- "default": "{ start: { value: '12' }, end: { value: '13' } }"
184679
+ "default": "''"
184839
184680
  },
184840
184681
  {
184841
184682
  "kind": "field",
184842
- "name": "ftn",
184843
- "default": "new Numeric()"
184683
+ "name": "isAnyType",
184684
+ "type": {
184685
+ "text": "boolean"
184686
+ },
184687
+ "default": "false"
184844
184688
  }
184845
184689
  ],
184846
- "mixins": [
184690
+ "attributes": [
184691
+ {
184692
+ "name": "disabled",
184693
+ "type": {
184694
+ "text": "boolean"
184695
+ },
184696
+ "description": "A Boolean attribute which, if present, means this field is displayed in disabled state.",
184697
+ "default": "false",
184698
+ "fieldName": "disabled"
184699
+ },
184847
184700
  {
184848
- "name": "LitFBP",
184849
- "package": "@furo/fbp/dist/LitFBP"
184701
+ "name": "context",
184702
+ "type": {
184703
+ "text": "('display' | 'form' | 'edit' | 'cell-display' | 'cell-edit' | string)"
184704
+ },
184705
+ "description": "Set the context if you need another then display.\n\nDetermines how the component should render or behave.\n\nThe variable accepts one of several predefined context types\n(`\"display\"`, `\"form\"`, `\"edit\"`, `\"cell-display\"`, `\"cell-edit\"`),\nor any other string for having custom context.",
184706
+ "default": "'display'",
184707
+ "fieldName": "context"
184850
184708
  }
184851
184709
  ],
184852
184710
  "superclass": {
184853
184711
  "name": "LitElement",
184854
184712
  "package": "lit"
184855
184713
  },
184856
- "tagName": "page-index",
184714
+ "summary": "dynamic type rendering",
184715
+ "tagName": "furo-type-renderer",
184857
184716
  "customElement": true
184858
184717
  }
184859
184718
  ],
184860
184719
  "exports": [
184861
184720
  {
184862
184721
  "kind": "js",
184863
- "name": "pageIndex",
184722
+ "name": "TypeRenderer",
184864
184723
  "declaration": {
184865
- "name": "pageIndex",
184866
- "module": "dist/test_components/page-index.js"
184724
+ "name": "TypeRenderer",
184725
+ "module": "dist/web-components/impl/TypeRenderer/TypeRenderer.js"
184867
184726
  }
184868
- },
184727
+ }
184728
+ ]
184729
+ },
184730
+ {
184731
+ "kind": "javascript-module",
184732
+ "path": "dist/web-components/impl/TypeRenderer/TypeRenderer.js.map",
184733
+ "declarations": [],
184734
+ "exports": []
184735
+ },
184736
+ {
184737
+ "kind": "javascript-module",
184738
+ "path": "dist/web-components/impl/TypeRenderer/index.js",
184739
+ "declarations": [],
184740
+ "exports": [
184869
184741
  {
184870
184742
  "kind": "custom-element-definition",
184871
- "name": "page-index",
184743
+ "name": "furo-type-renderer",
184872
184744
  "declaration": {
184873
- "name": "pageIndex",
184874
- "module": "dist/test_components/page-index.js"
184745
+ "name": "TypeRenderer",
184746
+ "module": "/dist/web-components/impl/TypeRenderer/TypeRenderer.js"
184875
184747
  }
184876
184748
  }
184877
184749
  ]
184878
184750
  },
184879
184751
  {
184880
184752
  "kind": "javascript-module",
184881
- "path": "dist/test_components/page-index.js.map",
184753
+ "path": "dist/web-components/impl/TypeRenderer/index.js.map",
184882
184754
  "declarations": [],
184883
184755
  "exports": []
184884
184756
  },