@furo/open-models 1.9.2 → 1.9.3

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.
@@ -92261,82 +92261,20 @@
92261
92261
  },
92262
92262
  {
92263
92263
  "kind": "javascript-module",
92264
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js",
92265
- "declarations": [
92266
- {
92267
- "kind": "variable",
92268
- "name": "BookingCenter"
92269
- }
92270
- ],
92271
- "exports": [
92272
- {
92273
- "kind": "js",
92274
- "name": "BookingCenter",
92275
- "declaration": {
92276
- "name": "BookingCenter",
92277
- "module": "dist/protoc-gen-open-models/furo/type/BookingCenter.js"
92278
- }
92279
- }
92280
- ]
92281
- },
92282
- {
92283
- "kind": "javascript-module",
92284
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js.map",
92285
- "declarations": [],
92286
- "exports": []
92287
- },
92288
- {
92289
- "kind": "javascript-module",
92290
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js",
92264
+ "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
92291
92265
  "declarations": [
92292
92266
  {
92293
92267
  "kind": "class",
92294
- "description": "ConstraintWrappers",
92295
- "name": "ConstraintWrappers",
92268
+ "description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
92269
+ "name": "CustomHttpPattern",
92296
92270
  "members": [
92297
92271
  {
92298
92272
  "kind": "field",
92299
- "name": "stringValue"
92300
- },
92301
- {
92302
- "kind": "field",
92303
- "name": "int32Value"
92304
- },
92305
- {
92306
- "kind": "field",
92307
- "name": "int64Value"
92308
- },
92309
- {
92310
- "kind": "field",
92311
- "name": "floatValue"
92312
- },
92313
- {
92314
- "kind": "field",
92315
- "name": "doubleValue"
92316
- },
92317
- {
92318
- "kind": "field",
92319
- "name": "boolValue"
92320
- },
92321
- {
92322
- "kind": "field",
92323
- "name": "uint32Value"
92324
- },
92325
- {
92326
- "kind": "field",
92327
- "name": "uint64Value"
92328
- },
92329
- {
92330
- "kind": "field",
92331
- "name": "bytesValue"
92332
- },
92333
- {
92334
- "kind": "field",
92335
- "name": "exclInt32Value"
92273
+ "name": "kind"
92336
92274
  },
92337
92275
  {
92338
92276
  "kind": "field",
92339
- "name": "exclInt64Value"
92277
+ "name": "path"
92340
92278
  },
92341
92279
  {
92342
92280
  "kind": "method",
@@ -92357,7 +92295,7 @@
92357
92295
  "type": {
92358
92296
  "text": "string"
92359
92297
  },
92360
- "default": "'furo.type.ConstraintWrappers'"
92298
+ "default": "'google.api.CustomHttpPattern'"
92361
92299
  },
92362
92300
  {
92363
92301
  "kind": "field",
@@ -92365,62 +92303,17 @@
92365
92303
  "type": {
92366
92304
  "text": "array"
92367
92305
  },
92368
- "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, }, }, ]"
92369
- },
92370
- {
92371
- "kind": "field",
92372
- "name": "_stringValue",
92373
- "default": "new StringValue(undefined, this, 'stringValue')"
92374
- },
92375
- {
92376
- "kind": "field",
92377
- "name": "_int32Value",
92378
- "default": "new Int32Value(undefined, this, 'int32Value')"
92379
- },
92380
- {
92381
- "kind": "field",
92382
- "name": "_int64Value",
92383
- "default": "new Int64Value(undefined, this, 'int64Value')"
92384
- },
92385
- {
92386
- "kind": "field",
92387
- "name": "_floatValue",
92388
- "default": "new FloatValue(undefined, this, 'floatValue')"
92389
- },
92390
- {
92391
- "kind": "field",
92392
- "name": "_doubleValue",
92393
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
92394
- },
92395
- {
92396
- "kind": "field",
92397
- "name": "_boolValue",
92398
- "default": "new BoolValue(undefined, this, 'boolValue')"
92399
- },
92400
- {
92401
- "kind": "field",
92402
- "name": "_uint32Value",
92403
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
92404
- },
92405
- {
92406
- "kind": "field",
92407
- "name": "_uint64Value",
92408
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
92409
- },
92410
- {
92411
- "kind": "field",
92412
- "name": "_bytesValue",
92413
- "default": "new BytesValue(undefined, this, 'bytesValue')"
92306
+ "default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
92414
92307
  },
92415
92308
  {
92416
92309
  "kind": "field",
92417
- "name": "_exclInt32Value",
92418
- "default": "new Int32Value(undefined, this, 'exclInt32Value')"
92310
+ "name": "_kind",
92311
+ "default": "new STRING(undefined, this, 'kind')"
92419
92312
  },
92420
92313
  {
92421
92314
  "kind": "field",
92422
- "name": "_exclInt64Value",
92423
- "default": "new Int64Value(undefined, this, 'exclInt64Value')"
92315
+ "name": "_path",
92316
+ "default": "new STRING(undefined, this, 'path')"
92424
92317
  },
92425
92318
  {
92426
92319
  "kind": "field",
@@ -92428,7 +92321,7 @@
92428
92321
  "type": {
92429
92322
  "text": "object"
92430
92323
  },
92431
- "default": "{ exclInt32Value: 3.0, exclInt64Value: '3', int32Value: 3.0, int64Value: '3', stringValue: 'default', }"
92324
+ "default": "{}"
92432
92325
  },
92433
92326
  {
92434
92327
  "kind": "field",
@@ -93251,32 +93144,36 @@
93251
93144
  "exports": [
93252
93145
  {
93253
93146
  "kind": "js",
93254
- "name": "ConstraintWrappers",
93147
+ "name": "CustomHttpPattern",
93255
93148
  "declaration": {
93256
- "name": "ConstraintWrappers",
93257
- "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
93149
+ "name": "CustomHttpPattern",
93150
+ "module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
93258
93151
  }
93259
93152
  }
93260
93153
  ]
93261
93154
  },
93262
93155
  {
93263
93156
  "kind": "javascript-module",
93264
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
93157
+ "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
93265
93158
  "declarations": [],
93266
93159
  "exports": []
93267
93160
  },
93268
93161
  {
93269
93162
  "kind": "javascript-module",
93270
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
93163
+ "path": "dist/protoc-gen-open-models/google/api/Http.js",
93271
93164
  "declarations": [
93272
93165
  {
93273
93166
  "kind": "class",
93274
- "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
93275
- "name": "Decimal",
93167
+ "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.",
93168
+ "name": "Http",
93276
93169
  "members": [
93277
93170
  {
93278
93171
  "kind": "field",
93279
- "name": "value"
93172
+ "name": "rules"
93173
+ },
93174
+ {
93175
+ "kind": "field",
93176
+ "name": "fullyDecodeReservedExpansion"
93280
93177
  },
93281
93178
  {
93282
93179
  "kind": "method",
@@ -93297,7 +93194,7 @@
93297
93194
  "type": {
93298
93195
  "text": "string"
93299
93196
  },
93300
- "default": "'furo.type.Decimal'"
93197
+ "default": "'google.api.Http'"
93301
93198
  },
93302
93199
  {
93303
93200
  "kind": "field",
@@ -93305,12 +93202,17 @@
93305
93202
  "type": {
93306
93203
  "text": "array"
93307
93204
  },
93308
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
93205
+ "default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
93309
93206
  },
93310
93207
  {
93311
93208
  "kind": "field",
93312
- "name": "_value",
93313
- "default": "new STRING(undefined, this, 'value')"
93209
+ "name": "_rules",
93210
+ "default": "new ARRAY(undefined, this, 'rules')"
93211
+ },
93212
+ {
93213
+ "kind": "field",
93214
+ "name": "_fullyDecodeReservedExpansion",
93215
+ "default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
93314
93216
  },
93315
93217
  {
93316
93218
  "kind": "field",
@@ -94141,32 +94043,68 @@
94141
94043
  "exports": [
94142
94044
  {
94143
94045
  "kind": "js",
94144
- "name": "Decimal",
94046
+ "name": "Http",
94145
94047
  "declaration": {
94146
- "name": "Decimal",
94147
- "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
94048
+ "name": "Http",
94049
+ "module": "dist/protoc-gen-open-models/google/api/Http.js"
94148
94050
  }
94149
94051
  }
94150
94052
  ]
94151
94053
  },
94152
94054
  {
94153
94055
  "kind": "javascript-module",
94154
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
94056
+ "path": "dist/protoc-gen-open-models/google/api/Http.js.map",
94155
94057
  "declarations": [],
94156
94058
  "exports": []
94157
94059
  },
94158
94060
  {
94159
94061
  "kind": "javascript-module",
94160
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
94062
+ "path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
94161
94063
  "declarations": [
94162
94064
  {
94163
94065
  "kind": "class",
94164
- "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
94165
- "name": "DecimalB",
94066
+ "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.",
94067
+ "name": "HttpRule",
94166
94068
  "members": [
94167
94069
  {
94168
94070
  "kind": "field",
94169
- "name": "value"
94071
+ "name": "selector"
94072
+ },
94073
+ {
94074
+ "kind": "field",
94075
+ "name": "get"
94076
+ },
94077
+ {
94078
+ "kind": "field",
94079
+ "name": "put"
94080
+ },
94081
+ {
94082
+ "kind": "field",
94083
+ "name": "post"
94084
+ },
94085
+ {
94086
+ "kind": "field",
94087
+ "name": "delete"
94088
+ },
94089
+ {
94090
+ "kind": "field",
94091
+ "name": "patch"
94092
+ },
94093
+ {
94094
+ "kind": "field",
94095
+ "name": "custom"
94096
+ },
94097
+ {
94098
+ "kind": "field",
94099
+ "name": "body"
94100
+ },
94101
+ {
94102
+ "kind": "field",
94103
+ "name": "responseBody"
94104
+ },
94105
+ {
94106
+ "kind": "field",
94107
+ "name": "additionalBindings"
94170
94108
  },
94171
94109
  {
94172
94110
  "kind": "method",
@@ -94187,7 +94125,7 @@
94187
94125
  "type": {
94188
94126
  "text": "string"
94189
94127
  },
94190
- "default": "'furo.type.DecimalB'"
94128
+ "default": "'google.api.HttpRule'"
94191
94129
  },
94192
94130
  {
94193
94131
  "kind": "field",
@@ -94195,50 +94133,95 @@
94195
94133
  "type": {
94196
94134
  "text": "array"
94197
94135
  },
94198
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
94136
+ "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: {}, }, ]"
94199
94137
  },
94200
94138
  {
94201
94139
  "kind": "field",
94202
- "name": "_value",
94203
- "default": "new STRING(undefined, this, 'value')"
94140
+ "name": "_selector",
94141
+ "default": "new STRING(undefined, this, 'selector')"
94204
94142
  },
94205
94143
  {
94206
94144
  "kind": "field",
94207
- "name": "__defaultValues",
94208
- "type": {
94209
- "text": "object"
94210
- },
94211
- "default": "{}"
94145
+ "name": "_get",
94146
+ "default": "new STRING(undefined, this, 'get')"
94212
94147
  },
94213
94148
  {
94214
94149
  "kind": "field",
94215
- "name": "isPristine",
94216
- "type": {
94217
- "text": "boolean"
94218
- },
94219
- "default": "true"
94150
+ "name": "_put",
94151
+ "default": "new STRING(undefined, this, 'put')"
94220
94152
  },
94221
94153
  {
94222
94154
  "kind": "field",
94223
- "name": "__rootNode",
94224
- "description": "Root node of a node. Do not set this value by yourself.",
94225
- "parameters": [
94226
- {
94227
- "name": "value"
94228
- }
94229
- ],
94230
- "inheritedFrom": {
94231
- "name": "FieldNode",
94232
- "module": "dist/FieldNode.js"
94233
- }
94155
+ "name": "_post",
94156
+ "default": "new STRING(undefined, this, 'post')"
94234
94157
  },
94235
94158
  {
94236
94159
  "kind": "field",
94237
- "name": "__isEmpty",
94238
- "description": "Empty state of the node",
94239
- "parameters": [
94240
- {
94241
- "name": "empty"
94160
+ "name": "_delete",
94161
+ "default": "new STRING(undefined, this, 'delete')"
94162
+ },
94163
+ {
94164
+ "kind": "field",
94165
+ "name": "_patch",
94166
+ "default": "new STRING(undefined, this, 'patch')"
94167
+ },
94168
+ {
94169
+ "kind": "field",
94170
+ "name": "_custom",
94171
+ "default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
94172
+ },
94173
+ {
94174
+ "kind": "field",
94175
+ "name": "_body",
94176
+ "default": "new STRING(undefined, this, 'body')"
94177
+ },
94178
+ {
94179
+ "kind": "field",
94180
+ "name": "_responseBody",
94181
+ "default": "new STRING(undefined, this, 'responseBody')"
94182
+ },
94183
+ {
94184
+ "kind": "field",
94185
+ "name": "_additionalBindings",
94186
+ "default": "new ARRAY(undefined, this, 'additionalBindings')"
94187
+ },
94188
+ {
94189
+ "kind": "field",
94190
+ "name": "__defaultValues",
94191
+ "type": {
94192
+ "text": "object"
94193
+ },
94194
+ "default": "{}"
94195
+ },
94196
+ {
94197
+ "kind": "field",
94198
+ "name": "isPristine",
94199
+ "type": {
94200
+ "text": "boolean"
94201
+ },
94202
+ "default": "true"
94203
+ },
94204
+ {
94205
+ "kind": "field",
94206
+ "name": "__rootNode",
94207
+ "description": "Root node of a node. Do not set this value by yourself.",
94208
+ "parameters": [
94209
+ {
94210
+ "name": "value"
94211
+ }
94212
+ ],
94213
+ "inheritedFrom": {
94214
+ "name": "FieldNode",
94215
+ "module": "dist/FieldNode.js"
94216
+ }
94217
+ },
94218
+ {
94219
+ "kind": "field",
94220
+ "name": "__isEmpty",
94221
+ "description": "Empty state of the node",
94222
+ "parameters": [
94223
+ {
94224
+ "name": "empty"
94242
94225
  }
94243
94226
  ],
94244
94227
  "inheritedFrom": {
@@ -95031,36 +95014,98 @@
95031
95014
  "exports": [
95032
95015
  {
95033
95016
  "kind": "js",
95034
- "name": "DecimalB",
95017
+ "name": "HttpRule",
95035
95018
  "declaration": {
95036
- "name": "DecimalB",
95037
- "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
95019
+ "name": "HttpRule",
95020
+ "module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
95038
95021
  }
95039
95022
  }
95040
95023
  ]
95041
95024
  },
95042
95025
  {
95043
95026
  "kind": "javascript-module",
95044
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
95027
+ "path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
95045
95028
  "declarations": [],
95046
95029
  "exports": []
95047
95030
  },
95048
95031
  {
95049
95032
  "kind": "javascript-module",
95050
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
95033
+ "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js",
95034
+ "declarations": [
95035
+ {
95036
+ "kind": "variable",
95037
+ "name": "BookingCenter"
95038
+ }
95039
+ ],
95040
+ "exports": [
95041
+ {
95042
+ "kind": "js",
95043
+ "name": "BookingCenter",
95044
+ "declaration": {
95045
+ "name": "BookingCenter",
95046
+ "module": "dist/protoc-gen-open-models/furo/type/BookingCenter.js"
95047
+ }
95048
+ }
95049
+ ]
95050
+ },
95051
+ {
95052
+ "kind": "javascript-module",
95053
+ "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js.map",
95054
+ "declarations": [],
95055
+ "exports": []
95056
+ },
95057
+ {
95058
+ "kind": "javascript-module",
95059
+ "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js",
95051
95060
  "declarations": [
95052
95061
  {
95053
95062
  "kind": "class",
95054
- "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.",
95055
- "name": "DecimalRange",
95063
+ "description": "ConstraintWrappers",
95064
+ "name": "ConstraintWrappers",
95056
95065
  "members": [
95057
95066
  {
95058
95067
  "kind": "field",
95059
- "name": "start"
95068
+ "name": "stringValue"
95060
95069
  },
95061
95070
  {
95062
95071
  "kind": "field",
95063
- "name": "end"
95072
+ "name": "int32Value"
95073
+ },
95074
+ {
95075
+ "kind": "field",
95076
+ "name": "int64Value"
95077
+ },
95078
+ {
95079
+ "kind": "field",
95080
+ "name": "floatValue"
95081
+ },
95082
+ {
95083
+ "kind": "field",
95084
+ "name": "doubleValue"
95085
+ },
95086
+ {
95087
+ "kind": "field",
95088
+ "name": "boolValue"
95089
+ },
95090
+ {
95091
+ "kind": "field",
95092
+ "name": "uint32Value"
95093
+ },
95094
+ {
95095
+ "kind": "field",
95096
+ "name": "uint64Value"
95097
+ },
95098
+ {
95099
+ "kind": "field",
95100
+ "name": "bytesValue"
95101
+ },
95102
+ {
95103
+ "kind": "field",
95104
+ "name": "exclInt32Value"
95105
+ },
95106
+ {
95107
+ "kind": "field",
95108
+ "name": "exclInt64Value"
95064
95109
  },
95065
95110
  {
95066
95111
  "kind": "method",
@@ -95081,7 +95126,7 @@
95081
95126
  "type": {
95082
95127
  "text": "string"
95083
95128
  },
95084
- "default": "'furo.type.DecimalRange'"
95129
+ "default": "'furo.type.ConstraintWrappers'"
95085
95130
  },
95086
95131
  {
95087
95132
  "kind": "field",
@@ -95089,17 +95134,62 @@
95089
95134
  "type": {
95090
95135
  "text": "array"
95091
95136
  },
95092
- "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
95137
+ "default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, }, { fieldName: 'exclInt32Value', protoName: 'excl_int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, }, { fieldName: 'exclInt64Value', protoName: 'excl_int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, }, ]"
95093
95138
  },
95094
95139
  {
95095
95140
  "kind": "field",
95096
- "name": "_start",
95097
- "default": "new FuroTypeDecimal(undefined, this, 'start')"
95141
+ "name": "_stringValue",
95142
+ "default": "new StringValue(undefined, this, 'stringValue')"
95098
95143
  },
95099
95144
  {
95100
95145
  "kind": "field",
95101
- "name": "_end",
95102
- "default": "new FuroTypeDecimal(undefined, this, 'end')"
95146
+ "name": "_int32Value",
95147
+ "default": "new Int32Value(undefined, this, 'int32Value')"
95148
+ },
95149
+ {
95150
+ "kind": "field",
95151
+ "name": "_int64Value",
95152
+ "default": "new Int64Value(undefined, this, 'int64Value')"
95153
+ },
95154
+ {
95155
+ "kind": "field",
95156
+ "name": "_floatValue",
95157
+ "default": "new FloatValue(undefined, this, 'floatValue')"
95158
+ },
95159
+ {
95160
+ "kind": "field",
95161
+ "name": "_doubleValue",
95162
+ "default": "new DoubleValue(undefined, this, 'doubleValue')"
95163
+ },
95164
+ {
95165
+ "kind": "field",
95166
+ "name": "_boolValue",
95167
+ "default": "new BoolValue(undefined, this, 'boolValue')"
95168
+ },
95169
+ {
95170
+ "kind": "field",
95171
+ "name": "_uint32Value",
95172
+ "default": "new UInt32Value(undefined, this, 'uint32Value')"
95173
+ },
95174
+ {
95175
+ "kind": "field",
95176
+ "name": "_uint64Value",
95177
+ "default": "new UInt64Value(undefined, this, 'uint64Value')"
95178
+ },
95179
+ {
95180
+ "kind": "field",
95181
+ "name": "_bytesValue",
95182
+ "default": "new BytesValue(undefined, this, 'bytesValue')"
95183
+ },
95184
+ {
95185
+ "kind": "field",
95186
+ "name": "_exclInt32Value",
95187
+ "default": "new Int32Value(undefined, this, 'exclInt32Value')"
95188
+ },
95189
+ {
95190
+ "kind": "field",
95191
+ "name": "_exclInt64Value",
95192
+ "default": "new Int64Value(undefined, this, 'exclInt64Value')"
95103
95193
  },
95104
95194
  {
95105
95195
  "kind": "field",
@@ -95107,7 +95197,7 @@
95107
95197
  "type": {
95108
95198
  "text": "object"
95109
95199
  },
95110
- "default": "{}"
95200
+ "default": "{ exclInt32Value: 3.0, exclInt64Value: '3', int32Value: 3.0, int64Value: '3', stringValue: 'default', }"
95111
95201
  },
95112
95202
  {
95113
95203
  "kind": "field",
@@ -95930,36 +96020,32 @@
95930
96020
  "exports": [
95931
96021
  {
95932
96022
  "kind": "js",
95933
- "name": "DecimalRange",
96023
+ "name": "ConstraintWrappers",
95934
96024
  "declaration": {
95935
- "name": "DecimalRange",
95936
- "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
96025
+ "name": "ConstraintWrappers",
96026
+ "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
95937
96027
  }
95938
96028
  }
95939
96029
  ]
95940
96030
  },
95941
96031
  {
95942
96032
  "kind": "javascript-module",
95943
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
96033
+ "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
95944
96034
  "declarations": [],
95945
96035
  "exports": []
95946
96036
  },
95947
96037
  {
95948
96038
  "kind": "javascript-module",
95949
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
96039
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
95950
96040
  "declarations": [
95951
96041
  {
95952
96042
  "kind": "class",
95953
- "description": "DeepRecursion",
95954
- "name": "DeepRecursion",
96043
+ "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
96044
+ "name": "Decimal",
95955
96045
  "members": [
95956
96046
  {
95957
96047
  "kind": "field",
95958
- "name": "displayName"
95959
- },
95960
- {
95961
- "kind": "field",
95962
- "name": "field"
96048
+ "name": "value"
95963
96049
  },
95964
96050
  {
95965
96051
  "kind": "method",
@@ -95980,7 +96066,7 @@
95980
96066
  "type": {
95981
96067
  "text": "string"
95982
96068
  },
95983
- "default": "'furo.type.DeepRecursion'"
96069
+ "default": "'furo.type.Decimal'"
95984
96070
  },
95985
96071
  {
95986
96072
  "kind": "field",
@@ -95988,17 +96074,12 @@
95988
96074
  "type": {
95989
96075
  "text": "array"
95990
96076
  },
95991
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
95992
- },
95993
- {
95994
- "kind": "field",
95995
- "name": "_displayName",
95996
- "default": "new STRING(undefined, this, 'displayName')"
96077
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
95997
96078
  },
95998
96079
  {
95999
96080
  "kind": "field",
96000
- "name": "_field",
96001
- "default": "new RECURSION(undefined, this, 'field')"
96081
+ "name": "_value",
96082
+ "default": "new STRING(undefined, this, 'value')"
96002
96083
  },
96003
96084
  {
96004
96085
  "kind": "field",
@@ -96829,33 +96910,29 @@
96829
96910
  "exports": [
96830
96911
  {
96831
96912
  "kind": "js",
96832
- "name": "DeepRecursion",
96913
+ "name": "Decimal",
96833
96914
  "declaration": {
96834
- "name": "DeepRecursion",
96835
- "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
96915
+ "name": "Decimal",
96916
+ "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
96836
96917
  }
96837
96918
  }
96838
96919
  ]
96839
96920
  },
96840
96921
  {
96841
96922
  "kind": "javascript-module",
96842
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
96923
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
96843
96924
  "declarations": [],
96844
96925
  "exports": []
96845
96926
  },
96846
96927
  {
96847
96928
  "kind": "javascript-module",
96848
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
96929
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
96849
96930
  "declarations": [
96850
96931
  {
96851
96932
  "kind": "class",
96852
- "description": "DefaultsAttributesEntry",
96853
- "name": "DefaultsAttributesEntry",
96933
+ "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
96934
+ "name": "DecimalB",
96854
96935
  "members": [
96855
- {
96856
- "kind": "field",
96857
- "name": "key"
96858
- },
96859
96936
  {
96860
96937
  "kind": "field",
96861
96938
  "name": "value"
@@ -96879,7 +96956,7 @@
96879
96956
  "type": {
96880
96957
  "text": "string"
96881
96958
  },
96882
- "default": "'furo.type.Defaults.AttributesEntry'"
96959
+ "default": "'furo.type.DecimalB'"
96883
96960
  },
96884
96961
  {
96885
96962
  "kind": "field",
@@ -96887,12 +96964,7 @@
96887
96964
  "type": {
96888
96965
  "text": "array"
96889
96966
  },
96890
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
96891
- },
96892
- {
96893
- "kind": "field",
96894
- "name": "_key",
96895
- "default": "new STRING(undefined, this, 'key')"
96967
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
96896
96968
  },
96897
96969
  {
96898
96970
  "kind": "field",
@@ -97728,72 +97800,36 @@
97728
97800
  "exports": [
97729
97801
  {
97730
97802
  "kind": "js",
97731
- "name": "DefaultsAttributesEntry",
97803
+ "name": "DecimalB",
97732
97804
  "declaration": {
97733
- "name": "DefaultsAttributesEntry",
97734
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
97805
+ "name": "DecimalB",
97806
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
97735
97807
  }
97736
97808
  }
97737
97809
  ]
97738
97810
  },
97739
97811
  {
97740
97812
  "kind": "javascript-module",
97741
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
97813
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
97742
97814
  "declarations": [],
97743
97815
  "exports": []
97744
97816
  },
97745
97817
  {
97746
97818
  "kind": "javascript-module",
97747
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
97819
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
97748
97820
  "declarations": [
97749
97821
  {
97750
97822
  "kind": "class",
97751
- "description": "Defaults",
97752
- "name": "Defaults",
97823
+ "description": "DecimalRange\n Represents a decimal range, encoded as a decimal start (inclusive) and a\n decimal end (exclusive).\n\n The start must be less than or equal to the end.\n If a decimal is empty it means min for start and max for end.",
97824
+ "name": "DecimalRange",
97753
97825
  "members": [
97754
97826
  {
97755
97827
  "kind": "field",
97756
- "name": "refSystem"
97757
- },
97758
- {
97759
- "kind": "field",
97760
- "name": "refType"
97761
- },
97762
- {
97763
- "kind": "field",
97764
- "name": "bookingCenter"
97765
- },
97766
- {
97767
- "kind": "field",
97768
- "name": "attributes"
97769
- },
97770
- {
97771
- "kind": "field",
97772
- "name": "id"
97773
- },
97774
- {
97775
- "kind": "field",
97776
- "name": "stringArray"
97777
- },
97778
- {
97779
- "kind": "field",
97780
- "name": "repeatedDecimal"
97781
- },
97782
- {
97783
- "kind": "field",
97784
- "name": "decRange"
97785
- },
97786
- {
97787
- "kind": "field",
97788
- "name": "any"
97789
- },
97790
- {
97791
- "kind": "field",
97792
- "name": "fatString"
97828
+ "name": "start"
97793
97829
  },
97794
97830
  {
97795
97831
  "kind": "field",
97796
- "name": "trueFalse"
97832
+ "name": "end"
97797
97833
  },
97798
97834
  {
97799
97835
  "kind": "method",
@@ -97814,7 +97850,7 @@
97814
97850
  "type": {
97815
97851
  "text": "string"
97816
97852
  },
97817
- "default": "'furo.type.Defaults'"
97853
+ "default": "'furo.type.DecimalRange'"
97818
97854
  },
97819
97855
  {
97820
97856
  "kind": "field",
@@ -97822,62 +97858,17 @@
97822
97858
  "type": {
97823
97859
  "text": "array"
97824
97860
  },
97825
- "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: {}, }, ]"
97826
- },
97827
- {
97828
- "kind": "field",
97829
- "name": "_refSystem",
97830
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
97831
- },
97832
- {
97833
- "kind": "field",
97834
- "name": "_refType",
97835
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
97836
- },
97837
- {
97838
- "kind": "field",
97839
- "name": "_bookingCenter",
97840
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
97841
- },
97842
- {
97843
- "kind": "field",
97844
- "name": "_attributes",
97845
- "default": "new MAP(undefined, this, 'attributes')"
97846
- },
97847
- {
97848
- "kind": "field",
97849
- "name": "_id",
97850
- "default": "new STRING(undefined, this, 'id')"
97851
- },
97852
- {
97853
- "kind": "field",
97854
- "name": "_stringArray",
97855
- "default": "new ARRAY(undefined, this, 'stringArray')"
97856
- },
97857
- {
97858
- "kind": "field",
97859
- "name": "_repeatedDecimal",
97860
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
97861
- },
97862
- {
97863
- "kind": "field",
97864
- "name": "_decRange",
97865
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
97866
- },
97867
- {
97868
- "kind": "field",
97869
- "name": "_any",
97870
- "default": "new ANY(undefined, this, 'any')"
97861
+ "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
97871
97862
  },
97872
97863
  {
97873
97864
  "kind": "field",
97874
- "name": "_fatString",
97875
- "default": "new FuroFatString(undefined, this, 'fatString')"
97865
+ "name": "_start",
97866
+ "default": "new FuroTypeDecimal(undefined, this, 'start')"
97876
97867
  },
97877
97868
  {
97878
97869
  "kind": "field",
97879
- "name": "_trueFalse",
97880
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
97870
+ "name": "_end",
97871
+ "default": "new FuroTypeDecimal(undefined, this, 'end')"
97881
97872
  },
97882
97873
  {
97883
97874
  "kind": "field",
@@ -97885,7 +97876,7 @@
97885
97876
  "type": {
97886
97877
  "text": "object"
97887
97878
  },
97888
- "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
97879
+ "default": "{}"
97889
97880
  },
97890
97881
  {
97891
97882
  "kind": "field",
@@ -98708,36 +98699,36 @@
98708
98699
  "exports": [
98709
98700
  {
98710
98701
  "kind": "js",
98711
- "name": "Defaults",
98702
+ "name": "DecimalRange",
98712
98703
  "declaration": {
98713
- "name": "Defaults",
98714
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
98704
+ "name": "DecimalRange",
98705
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
98715
98706
  }
98716
98707
  }
98717
98708
  ]
98718
98709
  },
98719
98710
  {
98720
98711
  "kind": "javascript-module",
98721
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
98712
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
98722
98713
  "declarations": [],
98723
98714
  "exports": []
98724
98715
  },
98725
98716
  {
98726
98717
  "kind": "javascript-module",
98727
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
98718
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
98728
98719
  "declarations": [
98729
98720
  {
98730
98721
  "kind": "class",
98731
- "description": "IdentifierAttributesEntry",
98732
- "name": "IdentifierAttributesEntry",
98722
+ "description": "DeepRecursion",
98723
+ "name": "DeepRecursion",
98733
98724
  "members": [
98734
98725
  {
98735
98726
  "kind": "field",
98736
- "name": "key"
98727
+ "name": "displayName"
98737
98728
  },
98738
98729
  {
98739
98730
  "kind": "field",
98740
- "name": "value"
98731
+ "name": "field"
98741
98732
  },
98742
98733
  {
98743
98734
  "kind": "method",
@@ -98758,7 +98749,7 @@
98758
98749
  "type": {
98759
98750
  "text": "string"
98760
98751
  },
98761
- "default": "'furo.type.Identifier.AttributesEntry'"
98752
+ "default": "'furo.type.DeepRecursion'"
98762
98753
  },
98763
98754
  {
98764
98755
  "kind": "field",
@@ -98766,17 +98757,17 @@
98766
98757
  "type": {
98767
98758
  "text": "array"
98768
98759
  },
98769
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
98760
+ "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
98770
98761
  },
98771
98762
  {
98772
98763
  "kind": "field",
98773
- "name": "_key",
98774
- "default": "new STRING(undefined, this, 'key')"
98764
+ "name": "_displayName",
98765
+ "default": "new STRING(undefined, this, 'displayName')"
98775
98766
  },
98776
98767
  {
98777
98768
  "kind": "field",
98778
- "name": "_value",
98779
- "default": "new STRING(undefined, this, 'value')"
98769
+ "name": "_field",
98770
+ "default": "new RECURSION(undefined, this, 'field')"
98780
98771
  },
98781
98772
  {
98782
98773
  "kind": "field",
@@ -99607,72 +99598,36 @@
99607
99598
  "exports": [
99608
99599
  {
99609
99600
  "kind": "js",
99610
- "name": "IdentifierAttributesEntry",
99601
+ "name": "DeepRecursion",
99611
99602
  "declaration": {
99612
- "name": "IdentifierAttributesEntry",
99613
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
99603
+ "name": "DeepRecursion",
99604
+ "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
99614
99605
  }
99615
99606
  }
99616
99607
  ]
99617
99608
  },
99618
99609
  {
99619
99610
  "kind": "javascript-module",
99620
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
99611
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
99621
99612
  "declarations": [],
99622
99613
  "exports": []
99623
99614
  },
99624
99615
  {
99625
99616
  "kind": "javascript-module",
99626
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
99617
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
99627
99618
  "declarations": [
99628
99619
  {
99629
99620
  "kind": "class",
99630
- "description": "Identifier",
99631
- "name": "Identifier",
99621
+ "description": "DefaultsAttributesEntry",
99622
+ "name": "DefaultsAttributesEntry",
99632
99623
  "members": [
99633
99624
  {
99634
99625
  "kind": "field",
99635
- "name": "refSystem"
99636
- },
99637
- {
99638
- "kind": "field",
99639
- "name": "refType"
99640
- },
99641
- {
99642
- "kind": "field",
99643
- "name": "bookingCenter"
99644
- },
99645
- {
99646
- "kind": "field",
99647
- "name": "attributes"
99648
- },
99649
- {
99650
- "kind": "field",
99651
- "name": "id"
99652
- },
99653
- {
99654
- "kind": "field",
99655
- "name": "stringArray"
99656
- },
99657
- {
99658
- "kind": "field",
99659
- "name": "repeatedDecimal"
99660
- },
99661
- {
99662
- "kind": "field",
99663
- "name": "decRange"
99664
- },
99665
- {
99666
- "kind": "field",
99667
- "name": "any"
99668
- },
99669
- {
99670
- "kind": "field",
99671
- "name": "fatString"
99626
+ "name": "key"
99672
99627
  },
99673
99628
  {
99674
99629
  "kind": "field",
99675
- "name": "trueFalse"
99630
+ "name": "value"
99676
99631
  },
99677
99632
  {
99678
99633
  "kind": "method",
@@ -99693,7 +99648,7 @@
99693
99648
  "type": {
99694
99649
  "text": "string"
99695
99650
  },
99696
- "default": "'furo.type.Identifier'"
99651
+ "default": "'furo.type.Defaults.AttributesEntry'"
99697
99652
  },
99698
99653
  {
99699
99654
  "kind": "field",
@@ -99701,92 +99656,47 @@
99701
99656
  "type": {
99702
99657
  "text": "array"
99703
99658
  },
99704
- "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: {}, }, ]"
99705
- },
99706
- {
99707
- "kind": "field",
99708
- "name": "_refSystem",
99709
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
99710
- },
99711
- {
99712
- "kind": "field",
99713
- "name": "_refType",
99714
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
99659
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
99715
99660
  },
99716
99661
  {
99717
99662
  "kind": "field",
99718
- "name": "_bookingCenter",
99719
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
99663
+ "name": "_key",
99664
+ "default": "new STRING(undefined, this, 'key')"
99720
99665
  },
99721
99666
  {
99722
99667
  "kind": "field",
99723
- "name": "_attributes",
99724
- "default": "new MAP(undefined, this, 'attributes')"
99668
+ "name": "_value",
99669
+ "default": "new STRING(undefined, this, 'value')"
99725
99670
  },
99726
99671
  {
99727
99672
  "kind": "field",
99728
- "name": "_id",
99729
- "default": "new STRING(undefined, this, 'id')"
99673
+ "name": "__defaultValues",
99674
+ "type": {
99675
+ "text": "object"
99676
+ },
99677
+ "default": "{}"
99730
99678
  },
99731
99679
  {
99732
99680
  "kind": "field",
99733
- "name": "_stringArray",
99734
- "default": "new ARRAY(undefined, this, 'stringArray')"
99681
+ "name": "isPristine",
99682
+ "type": {
99683
+ "text": "boolean"
99684
+ },
99685
+ "default": "true"
99735
99686
  },
99736
99687
  {
99737
99688
  "kind": "field",
99738
- "name": "_repeatedDecimal",
99739
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
99740
- },
99741
- {
99742
- "kind": "field",
99743
- "name": "_decRange",
99744
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
99745
- },
99746
- {
99747
- "kind": "field",
99748
- "name": "_any",
99749
- "default": "new ANY(undefined, this, 'any')"
99750
- },
99751
- {
99752
- "kind": "field",
99753
- "name": "_fatString",
99754
- "default": "new FuroFatString(undefined, this, 'fatString')"
99755
- },
99756
- {
99757
- "kind": "field",
99758
- "name": "_trueFalse",
99759
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
99760
- },
99761
- {
99762
- "kind": "field",
99763
- "name": "__defaultValues",
99764
- "type": {
99765
- "text": "object"
99766
- },
99767
- "default": "{ stringArray: ['A', 'B', 'C'], }"
99768
- },
99769
- {
99770
- "kind": "field",
99771
- "name": "isPristine",
99772
- "type": {
99773
- "text": "boolean"
99774
- },
99775
- "default": "true"
99776
- },
99777
- {
99778
- "kind": "field",
99779
- "name": "__rootNode",
99780
- "description": "Root node of a node. Do not set this value by yourself.",
99781
- "parameters": [
99782
- {
99783
- "name": "value"
99784
- }
99785
- ],
99786
- "inheritedFrom": {
99787
- "name": "FieldNode",
99788
- "module": "dist/FieldNode.js"
99789
- }
99689
+ "name": "__rootNode",
99690
+ "description": "Root node of a node. Do not set this value by yourself.",
99691
+ "parameters": [
99692
+ {
99693
+ "name": "value"
99694
+ }
99695
+ ],
99696
+ "inheritedFrom": {
99697
+ "name": "FieldNode",
99698
+ "module": "dist/FieldNode.js"
99699
+ }
99790
99700
  },
99791
99701
  {
99792
99702
  "kind": "field",
@@ -100587,36 +100497,72 @@
100587
100497
  "exports": [
100588
100498
  {
100589
100499
  "kind": "js",
100590
- "name": "Identifier",
100500
+ "name": "DefaultsAttributesEntry",
100591
100501
  "declaration": {
100592
- "name": "Identifier",
100593
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
100502
+ "name": "DefaultsAttributesEntry",
100503
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
100594
100504
  }
100595
100505
  }
100596
100506
  ]
100597
100507
  },
100598
100508
  {
100599
100509
  "kind": "javascript-module",
100600
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
100510
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
100601
100511
  "declarations": [],
100602
100512
  "exports": []
100603
100513
  },
100604
100514
  {
100605
100515
  "kind": "javascript-module",
100606
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
100516
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
100607
100517
  "declarations": [
100608
100518
  {
100609
100519
  "kind": "class",
100610
- "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
100611
- "name": "Numeric",
100520
+ "description": "Defaults",
100521
+ "name": "Defaults",
100612
100522
  "members": [
100613
100523
  {
100614
100524
  "kind": "field",
100615
- "name": "primitiveInt32"
100525
+ "name": "refSystem"
100616
100526
  },
100617
100527
  {
100618
100528
  "kind": "field",
100619
- "name": "repeatedPrimitiveInt32"
100529
+ "name": "refType"
100530
+ },
100531
+ {
100532
+ "kind": "field",
100533
+ "name": "bookingCenter"
100534
+ },
100535
+ {
100536
+ "kind": "field",
100537
+ "name": "attributes"
100538
+ },
100539
+ {
100540
+ "kind": "field",
100541
+ "name": "id"
100542
+ },
100543
+ {
100544
+ "kind": "field",
100545
+ "name": "stringArray"
100546
+ },
100547
+ {
100548
+ "kind": "field",
100549
+ "name": "repeatedDecimal"
100550
+ },
100551
+ {
100552
+ "kind": "field",
100553
+ "name": "decRange"
100554
+ },
100555
+ {
100556
+ "kind": "field",
100557
+ "name": "any"
100558
+ },
100559
+ {
100560
+ "kind": "field",
100561
+ "name": "fatString"
100562
+ },
100563
+ {
100564
+ "kind": "field",
100565
+ "name": "trueFalse"
100620
100566
  },
100621
100567
  {
100622
100568
  "kind": "method",
@@ -100637,7 +100583,7 @@
100637
100583
  "type": {
100638
100584
  "text": "string"
100639
100585
  },
100640
- "default": "'furo.type.Numeric'"
100586
+ "default": "'furo.type.Defaults'"
100641
100587
  },
100642
100588
  {
100643
100589
  "kind": "field",
@@ -100645,17 +100591,62 @@
100645
100591
  "type": {
100646
100592
  "text": "array"
100647
100593
  },
100648
- "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: {}, }, ]"
100594
+ "default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: { minimum: 3.1, required: true }, }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: { read_only: true }, }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
100649
100595
  },
100650
100596
  {
100651
100597
  "kind": "field",
100652
- "name": "_primitiveInt32",
100653
- "default": "new INT32(undefined, this, 'primitiveInt32')"
100598
+ "name": "_refSystem",
100599
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
100654
100600
  },
100655
100601
  {
100656
100602
  "kind": "field",
100657
- "name": "_repeatedPrimitiveInt32",
100658
- "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
100603
+ "name": "_refType",
100604
+ "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
100605
+ },
100606
+ {
100607
+ "kind": "field",
100608
+ "name": "_bookingCenter",
100609
+ "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
100610
+ },
100611
+ {
100612
+ "kind": "field",
100613
+ "name": "_attributes",
100614
+ "default": "new MAP(undefined, this, 'attributes')"
100615
+ },
100616
+ {
100617
+ "kind": "field",
100618
+ "name": "_id",
100619
+ "default": "new STRING(undefined, this, 'id')"
100620
+ },
100621
+ {
100622
+ "kind": "field",
100623
+ "name": "_stringArray",
100624
+ "default": "new ARRAY(undefined, this, 'stringArray')"
100625
+ },
100626
+ {
100627
+ "kind": "field",
100628
+ "name": "_repeatedDecimal",
100629
+ "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
100630
+ },
100631
+ {
100632
+ "kind": "field",
100633
+ "name": "_decRange",
100634
+ "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
100635
+ },
100636
+ {
100637
+ "kind": "field",
100638
+ "name": "_any",
100639
+ "default": "new ANY(undefined, this, 'any')"
100640
+ },
100641
+ {
100642
+ "kind": "field",
100643
+ "name": "_fatString",
100644
+ "default": "new FuroFatString(undefined, this, 'fatString')"
100645
+ },
100646
+ {
100647
+ "kind": "field",
100648
+ "name": "_trueFalse",
100649
+ "default": "new BOOLEAN(undefined, this, 'trueFalse')"
100659
100650
  },
100660
100651
  {
100661
100652
  "kind": "field",
@@ -100663,7 +100654,7 @@
100663
100654
  "type": {
100664
100655
  "text": "object"
100665
100656
  },
100666
- "default": "{}"
100657
+ "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
100667
100658
  },
100668
100659
  {
100669
100660
  "kind": "field",
@@ -101486,40 +101477,36 @@
101486
101477
  "exports": [
101487
101478
  {
101488
101479
  "kind": "js",
101489
- "name": "Numeric",
101480
+ "name": "Defaults",
101490
101481
  "declaration": {
101491
- "name": "Numeric",
101492
- "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
101482
+ "name": "Defaults",
101483
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
101493
101484
  }
101494
101485
  }
101495
101486
  ]
101496
101487
  },
101497
101488
  {
101498
101489
  "kind": "javascript-module",
101499
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
101490
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
101500
101491
  "declarations": [],
101501
101492
  "exports": []
101502
101493
  },
101503
101494
  {
101504
101495
  "kind": "javascript-module",
101505
- "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js",
101496
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
101506
101497
  "declarations": [
101507
101498
  {
101508
101499
  "kind": "class",
101509
- "description": "Numeric64\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
101510
- "name": "Numeric64",
101500
+ "description": "IdentifierAttributesEntry",
101501
+ "name": "IdentifierAttributesEntry",
101511
101502
  "members": [
101512
101503
  {
101513
101504
  "kind": "field",
101514
- "name": "primitiveInt64"
101515
- },
101516
- {
101517
- "kind": "field",
101518
- "name": "repeatedPrimitiveInt64"
101505
+ "name": "key"
101519
101506
  },
101520
101507
  {
101521
101508
  "kind": "field",
101522
- "name": "primitiveInt64Excl"
101509
+ "name": "value"
101523
101510
  },
101524
101511
  {
101525
101512
  "kind": "method",
@@ -101540,7 +101527,7 @@
101540
101527
  "type": {
101541
101528
  "text": "string"
101542
101529
  },
101543
- "default": "'furo.type.Numeric64'"
101530
+ "default": "'furo.type.Identifier.AttributesEntry'"
101544
101531
  },
101545
101532
  {
101546
101533
  "kind": "field",
@@ -101548,22 +101535,17 @@
101548
101535
  "type": {
101549
101536
  "text": "array"
101550
101537
  },
101551
- "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 }, }, ]"
101552
- },
101553
- {
101554
- "kind": "field",
101555
- "name": "_primitiveInt64",
101556
- "default": "new INT64(undefined, this, 'primitiveInt64')"
101538
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
101557
101539
  },
101558
101540
  {
101559
101541
  "kind": "field",
101560
- "name": "_repeatedPrimitiveInt64",
101561
- "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt64')"
101542
+ "name": "_key",
101543
+ "default": "new STRING(undefined, this, 'key')"
101562
101544
  },
101563
101545
  {
101564
101546
  "kind": "field",
101565
- "name": "_primitiveInt64Excl",
101566
- "default": "new INT64(undefined, this, 'primitiveInt64Excl')"
101547
+ "name": "_value",
101548
+ "default": "new STRING(undefined, this, 'value')"
101567
101549
  },
101568
101550
  {
101569
101551
  "kind": "field",
@@ -102394,32 +102376,72 @@
102394
102376
  "exports": [
102395
102377
  {
102396
102378
  "kind": "js",
102397
- "name": "Numeric64",
102379
+ "name": "IdentifierAttributesEntry",
102398
102380
  "declaration": {
102399
- "name": "Numeric64",
102400
- "module": "dist/protoc-gen-open-models/furo/type/Numeric64.js"
102381
+ "name": "IdentifierAttributesEntry",
102382
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
102401
102383
  }
102402
102384
  }
102403
102385
  ]
102404
102386
  },
102405
102387
  {
102406
102388
  "kind": "javascript-module",
102407
- "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js.map",
102389
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
102408
102390
  "declarations": [],
102409
102391
  "exports": []
102410
102392
  },
102411
102393
  {
102412
102394
  "kind": "javascript-module",
102413
- "path": "dist/protoc-gen-open-models/furo/type/Other.js",
102395
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
102414
102396
  "declarations": [
102415
102397
  {
102416
102398
  "kind": "class",
102417
- "description": "Other",
102418
- "name": "Other",
102399
+ "description": "Identifier",
102400
+ "name": "Identifier",
102419
102401
  "members": [
102420
102402
  {
102421
102403
  "kind": "field",
102422
- "name": "recursion"
102404
+ "name": "refSystem"
102405
+ },
102406
+ {
102407
+ "kind": "field",
102408
+ "name": "refType"
102409
+ },
102410
+ {
102411
+ "kind": "field",
102412
+ "name": "bookingCenter"
102413
+ },
102414
+ {
102415
+ "kind": "field",
102416
+ "name": "attributes"
102417
+ },
102418
+ {
102419
+ "kind": "field",
102420
+ "name": "id"
102421
+ },
102422
+ {
102423
+ "kind": "field",
102424
+ "name": "stringArray"
102425
+ },
102426
+ {
102427
+ "kind": "field",
102428
+ "name": "repeatedDecimal"
102429
+ },
102430
+ {
102431
+ "kind": "field",
102432
+ "name": "decRange"
102433
+ },
102434
+ {
102435
+ "kind": "field",
102436
+ "name": "any"
102437
+ },
102438
+ {
102439
+ "kind": "field",
102440
+ "name": "fatString"
102441
+ },
102442
+ {
102443
+ "kind": "field",
102444
+ "name": "trueFalse"
102423
102445
  },
102424
102446
  {
102425
102447
  "kind": "method",
@@ -102436,24 +102458,74 @@
102436
102458
  },
102437
102459
  {
102438
102460
  "kind": "field",
102439
- "name": "typeName",
102440
- "type": {
102441
- "text": "string"
102442
- },
102443
- "default": "'furo.type.Other'"
102461
+ "name": "typeName",
102462
+ "type": {
102463
+ "text": "string"
102464
+ },
102465
+ "default": "'furo.type.Identifier'"
102466
+ },
102467
+ {
102468
+ "kind": "field",
102469
+ "name": "nodeFields",
102470
+ "type": {
102471
+ "text": "array"
102472
+ },
102473
+ "default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: {}, }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
102474
+ },
102475
+ {
102476
+ "kind": "field",
102477
+ "name": "_refSystem",
102478
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
102479
+ },
102480
+ {
102481
+ "kind": "field",
102482
+ "name": "_refType",
102483
+ "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
102484
+ },
102485
+ {
102486
+ "kind": "field",
102487
+ "name": "_bookingCenter",
102488
+ "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
102489
+ },
102490
+ {
102491
+ "kind": "field",
102492
+ "name": "_attributes",
102493
+ "default": "new MAP(undefined, this, 'attributes')"
102494
+ },
102495
+ {
102496
+ "kind": "field",
102497
+ "name": "_id",
102498
+ "default": "new STRING(undefined, this, 'id')"
102499
+ },
102500
+ {
102501
+ "kind": "field",
102502
+ "name": "_stringArray",
102503
+ "default": "new ARRAY(undefined, this, 'stringArray')"
102504
+ },
102505
+ {
102506
+ "kind": "field",
102507
+ "name": "_repeatedDecimal",
102508
+ "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
102509
+ },
102510
+ {
102511
+ "kind": "field",
102512
+ "name": "_decRange",
102513
+ "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
102514
+ },
102515
+ {
102516
+ "kind": "field",
102517
+ "name": "_any",
102518
+ "default": "new ANY(undefined, this, 'any')"
102444
102519
  },
102445
102520
  {
102446
102521
  "kind": "field",
102447
- "name": "nodeFields",
102448
- "type": {
102449
- "text": "array"
102450
- },
102451
- "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
102522
+ "name": "_fatString",
102523
+ "default": "new FuroFatString(undefined, this, 'fatString')"
102452
102524
  },
102453
102525
  {
102454
102526
  "kind": "field",
102455
- "name": "_recursion",
102456
- "default": "new RECURSION(undefined, this, 'recursion')"
102527
+ "name": "_trueFalse",
102528
+ "default": "new BOOLEAN(undefined, this, 'trueFalse')"
102457
102529
  },
102458
102530
  {
102459
102531
  "kind": "field",
@@ -102461,7 +102533,7 @@
102461
102533
  "type": {
102462
102534
  "text": "object"
102463
102535
  },
102464
- "default": "{}"
102536
+ "default": "{ stringArray: ['A', 'B', 'C'], }"
102465
102537
  },
102466
102538
  {
102467
102539
  "kind": "field",
@@ -103284,92 +103356,36 @@
103284
103356
  "exports": [
103285
103357
  {
103286
103358
  "kind": "js",
103287
- "name": "Other",
103288
- "declaration": {
103289
- "name": "Other",
103290
- "module": "dist/protoc-gen-open-models/furo/type/Other.js"
103291
- }
103292
- }
103293
- ]
103294
- },
103295
- {
103296
- "kind": "javascript-module",
103297
- "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
103298
- "declarations": [],
103299
- "exports": []
103300
- },
103301
- {
103302
- "kind": "javascript-module",
103303
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js",
103304
- "declarations": [
103305
- {
103306
- "kind": "variable",
103307
- "name": "RefSystem"
103308
- }
103309
- ],
103310
- "exports": [
103311
- {
103312
- "kind": "js",
103313
- "name": "RefSystem",
103314
- "declaration": {
103315
- "name": "RefSystem",
103316
- "module": "dist/protoc-gen-open-models/furo/type/RefSystem.js"
103317
- }
103318
- }
103319
- ]
103320
- },
103321
- {
103322
- "kind": "javascript-module",
103323
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js.map",
103324
- "declarations": [],
103325
- "exports": []
103326
- },
103327
- {
103328
- "kind": "javascript-module",
103329
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js",
103330
- "declarations": [
103331
- {
103332
- "kind": "variable",
103333
- "name": "RefType"
103334
- }
103335
- ],
103336
- "exports": [
103337
- {
103338
- "kind": "js",
103339
- "name": "RefType",
103359
+ "name": "Identifier",
103340
103360
  "declaration": {
103341
- "name": "RefType",
103342
- "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
103361
+ "name": "Identifier",
103362
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
103343
103363
  }
103344
103364
  }
103345
103365
  ]
103346
103366
  },
103347
103367
  {
103348
103368
  "kind": "javascript-module",
103349
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
103369
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
103350
103370
  "declarations": [],
103351
103371
  "exports": []
103352
103372
  },
103353
103373
  {
103354
103374
  "kind": "javascript-module",
103355
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
103375
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
103356
103376
  "declarations": [
103357
103377
  {
103358
103378
  "kind": "class",
103359
- "description": "Tree\n*\n Tree is for checking recursive types",
103360
- "name": "Tree",
103379
+ "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
103380
+ "name": "Numeric",
103361
103381
  "members": [
103362
103382
  {
103363
103383
  "kind": "field",
103364
- "name": "displayName"
103365
- },
103366
- {
103367
- "kind": "field",
103368
- "name": "nodes"
103384
+ "name": "primitiveInt32"
103369
103385
  },
103370
103386
  {
103371
103387
  "kind": "field",
103372
- "name": "recursion"
103388
+ "name": "repeatedPrimitiveInt32"
103373
103389
  },
103374
103390
  {
103375
103391
  "kind": "method",
@@ -103390,7 +103406,7 @@
103390
103406
  "type": {
103391
103407
  "text": "string"
103392
103408
  },
103393
- "default": "'furo.type.Tree'"
103409
+ "default": "'furo.type.Numeric'"
103394
103410
  },
103395
103411
  {
103396
103412
  "kind": "field",
@@ -103398,22 +103414,17 @@
103398
103414
  "type": {
103399
103415
  "text": "array"
103400
103416
  },
103401
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, }, ]"
103402
- },
103403
- {
103404
- "kind": "field",
103405
- "name": "_displayName",
103406
- "default": "new STRING(undefined, this, 'displayName')"
103417
+ "default": "[ { fieldName: 'primitiveInt32', protoName: 'primitive_int32', FieldConstructor: INT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'repeatedPrimitiveInt32', protoName: 'repeated_primitive_int32', FieldConstructor: INT32, constraints: {}, }, ]"
103407
103418
  },
103408
103419
  {
103409
103420
  "kind": "field",
103410
- "name": "_nodes",
103411
- "default": "new ARRAY(undefined, this, 'nodes')"
103421
+ "name": "_primitiveInt32",
103422
+ "default": "new INT32(undefined, this, 'primitiveInt32')"
103412
103423
  },
103413
103424
  {
103414
103425
  "kind": "field",
103415
- "name": "_recursion",
103416
- "default": "new RECURSION(undefined, this, 'recursion')"
103426
+ "name": "_repeatedPrimitiveInt32",
103427
+ "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
103417
103428
  },
103418
103429
  {
103419
103430
  "kind": "field",
@@ -104244,44 +104255,40 @@
104244
104255
  "exports": [
104245
104256
  {
104246
104257
  "kind": "js",
104247
- "name": "Tree",
104258
+ "name": "Numeric",
104248
104259
  "declaration": {
104249
- "name": "Tree",
104250
- "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
104260
+ "name": "Numeric",
104261
+ "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
104251
104262
  }
104252
104263
  }
104253
104264
  ]
104254
104265
  },
104255
104266
  {
104256
104267
  "kind": "javascript-module",
104257
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
104268
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
104258
104269
  "declarations": [],
104259
104270
  "exports": []
104260
104271
  },
104261
104272
  {
104262
104273
  "kind": "javascript-module",
104263
- "path": "dist/protoc-gen-open-models/furo/type/Uints.js",
104274
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js",
104264
104275
  "declarations": [
104265
104276
  {
104266
104277
  "kind": "class",
104267
- "description": "Uints\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
104268
- "name": "Uints",
104278
+ "description": "Numeric64\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
104279
+ "name": "Numeric64",
104269
104280
  "members": [
104270
104281
  {
104271
104282
  "kind": "field",
104272
- "name": "uint64"
104273
- },
104274
- {
104275
- "kind": "field",
104276
- "name": "uint32"
104283
+ "name": "primitiveInt64"
104277
104284
  },
104278
104285
  {
104279
104286
  "kind": "field",
104280
- "name": "uint64Excl"
104287
+ "name": "repeatedPrimitiveInt64"
104281
104288
  },
104282
104289
  {
104283
104290
  "kind": "field",
104284
- "name": "uint32Excl"
104291
+ "name": "primitiveInt64Excl"
104285
104292
  },
104286
104293
  {
104287
104294
  "kind": "method",
@@ -104302,7 +104309,7 @@
104302
104309
  "type": {
104303
104310
  "text": "string"
104304
104311
  },
104305
- "default": "'furo.type.Uints'"
104312
+ "default": "'furo.type.Numeric64'"
104306
104313
  },
104307
104314
  {
104308
104315
  "kind": "field",
@@ -104310,27 +104317,22 @@
104310
104317
  "type": {
104311
104318
  "text": "array"
104312
104319
  },
104313
- "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, }, }, ]"
104314
- },
104315
- {
104316
- "kind": "field",
104317
- "name": "_uint64",
104318
- "default": "new UINT64(undefined, this, 'uint64')"
104320
+ "default": "[ { fieldName: 'primitiveInt64', protoName: 'primitive_int64', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'repeatedPrimitiveInt64', protoName: 'repeated_primitive_int64', FieldConstructor: INT64, constraints: {}, }, { fieldName: 'primitiveInt64Excl', protoName: 'primitive_int64_excl', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, ]"
104319
104321
  },
104320
104322
  {
104321
104323
  "kind": "field",
104322
- "name": "_uint32",
104323
- "default": "new UINT32(undefined, this, 'uint32')"
104324
+ "name": "_primitiveInt64",
104325
+ "default": "new INT64(undefined, this, 'primitiveInt64')"
104324
104326
  },
104325
104327
  {
104326
104328
  "kind": "field",
104327
- "name": "_uint64Excl",
104328
- "default": "new UINT64(undefined, this, 'uint64Excl')"
104329
+ "name": "_repeatedPrimitiveInt64",
104330
+ "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt64')"
104329
104331
  },
104330
104332
  {
104331
104333
  "kind": "field",
104332
- "name": "_uint32Excl",
104333
- "default": "new UINT32(undefined, this, 'uint32Excl')"
104334
+ "name": "_primitiveInt64Excl",
104335
+ "default": "new INT64(undefined, this, 'primitiveInt64Excl')"
104334
104336
  },
104335
104337
  {
104336
104338
  "kind": "field",
@@ -105161,138 +105163,66 @@
105161
105163
  "exports": [
105162
105164
  {
105163
105165
  "kind": "js",
105164
- "name": "Uints",
105166
+ "name": "Numeric64",
105165
105167
  "declaration": {
105166
- "name": "Uints",
105167
- "module": "dist/protoc-gen-open-models/furo/type/Uints.js"
105168
+ "name": "Numeric64",
105169
+ "module": "dist/protoc-gen-open-models/furo/type/Numeric64.js"
105168
105170
  }
105169
105171
  }
105170
105172
  ]
105171
105173
  },
105172
105174
  {
105173
105175
  "kind": "javascript-module",
105174
- "path": "dist/protoc-gen-open-models/furo/type/Uints.js.map",
105176
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js.map",
105175
105177
  "declarations": [],
105176
105178
  "exports": []
105177
105179
  },
105178
105180
  {
105179
105181
  "kind": "javascript-module",
105180
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
105182
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js",
105181
105183
  "declarations": [
105182
105184
  {
105183
105185
  "kind": "class",
105184
- "description": "Wrappers",
105185
- "name": "Wrappers",
105186
+ "description": "Other",
105187
+ "name": "Other",
105186
105188
  "members": [
105187
105189
  {
105188
105190
  "kind": "field",
105189
- "name": "stringValue"
105190
- },
105191
- {
105192
- "kind": "field",
105193
- "name": "int32Value"
105194
- },
105195
- {
105196
- "kind": "field",
105197
- "name": "int64Value"
105198
- },
105199
- {
105200
- "kind": "field",
105201
- "name": "floatValue"
105202
- },
105203
- {
105204
- "kind": "field",
105205
- "name": "doubleValue"
105206
- },
105207
- {
105208
- "kind": "field",
105209
- "name": "boolValue"
105210
- },
105211
- {
105212
- "kind": "field",
105213
- "name": "uint32Value"
105214
- },
105215
- {
105216
- "kind": "field",
105217
- "name": "uint64Value"
105218
- },
105219
- {
105220
- "kind": "field",
105221
- "name": "bytesValue"
105191
+ "name": "recursion"
105222
105192
  },
105223
105193
  {
105224
105194
  "kind": "method",
105225
105195
  "name": "fromLiteral",
105226
- "parameters": [
105227
- {
105228
- "name": "data"
105229
- }
105230
- ]
105231
- },
105232
- {
105233
- "kind": "method",
105234
- "name": "toLiteral"
105235
- },
105236
- {
105237
- "kind": "field",
105238
- "name": "typeName",
105239
- "type": {
105240
- "text": "string"
105241
- },
105242
- "default": "'furo.type.Wrappers'"
105243
- },
105244
- {
105245
- "kind": "field",
105246
- "name": "nodeFields",
105247
- "type": {
105248
- "text": "array"
105249
- },
105250
- "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: {}, }, ]"
105251
- },
105252
- {
105253
- "kind": "field",
105254
- "name": "_stringValue",
105255
- "default": "new StringValue(undefined, this, 'stringValue')"
105256
- },
105257
- {
105258
- "kind": "field",
105259
- "name": "_int32Value",
105260
- "default": "new Int32Value(undefined, this, 'int32Value')"
105261
- },
105262
- {
105263
- "kind": "field",
105264
- "name": "_int64Value",
105265
- "default": "new Int64Value(undefined, this, 'int64Value')"
105266
- },
105267
- {
105268
- "kind": "field",
105269
- "name": "_floatValue",
105270
- "default": "new FloatValue(undefined, this, 'floatValue')"
105271
- },
105272
- {
105273
- "kind": "field",
105274
- "name": "_doubleValue",
105275
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
105196
+ "parameters": [
105197
+ {
105198
+ "name": "data"
105199
+ }
105200
+ ]
105276
105201
  },
105277
105202
  {
105278
- "kind": "field",
105279
- "name": "_boolValue",
105280
- "default": "new BoolValue(undefined, this, 'boolValue')"
105203
+ "kind": "method",
105204
+ "name": "toLiteral"
105281
105205
  },
105282
105206
  {
105283
105207
  "kind": "field",
105284
- "name": "_uint32Value",
105285
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
105208
+ "name": "typeName",
105209
+ "type": {
105210
+ "text": "string"
105211
+ },
105212
+ "default": "'furo.type.Other'"
105286
105213
  },
105287
105214
  {
105288
105215
  "kind": "field",
105289
- "name": "_uint64Value",
105290
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
105216
+ "name": "nodeFields",
105217
+ "type": {
105218
+ "text": "array"
105219
+ },
105220
+ "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
105291
105221
  },
105292
105222
  {
105293
105223
  "kind": "field",
105294
- "name": "_bytesValue",
105295
- "default": "new BytesValue(undefined, this, 'bytesValue')"
105224
+ "name": "_recursion",
105225
+ "default": "new RECURSION(undefined, this, 'recursion')"
105296
105226
  },
105297
105227
  {
105298
105228
  "kind": "field",
@@ -106123,36 +106053,92 @@
106123
106053
  "exports": [
106124
106054
  {
106125
106055
  "kind": "js",
106126
- "name": "Wrappers",
106056
+ "name": "Other",
106127
106057
  "declaration": {
106128
- "name": "Wrappers",
106129
- "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
106058
+ "name": "Other",
106059
+ "module": "dist/protoc-gen-open-models/furo/type/Other.js"
106130
106060
  }
106131
106061
  }
106132
106062
  ]
106133
106063
  },
106134
106064
  {
106135
106065
  "kind": "javascript-module",
106136
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
106066
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
106137
106067
  "declarations": [],
106138
106068
  "exports": []
106139
106069
  },
106140
106070
  {
106141
106071
  "kind": "javascript-module",
106142
- "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
106072
+ "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js",
106073
+ "declarations": [
106074
+ {
106075
+ "kind": "variable",
106076
+ "name": "RefSystem"
106077
+ }
106078
+ ],
106079
+ "exports": [
106080
+ {
106081
+ "kind": "js",
106082
+ "name": "RefSystem",
106083
+ "declaration": {
106084
+ "name": "RefSystem",
106085
+ "module": "dist/protoc-gen-open-models/furo/type/RefSystem.js"
106086
+ }
106087
+ }
106088
+ ]
106089
+ },
106090
+ {
106091
+ "kind": "javascript-module",
106092
+ "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js.map",
106093
+ "declarations": [],
106094
+ "exports": []
106095
+ },
106096
+ {
106097
+ "kind": "javascript-module",
106098
+ "path": "dist/protoc-gen-open-models/furo/type/RefType.js",
106099
+ "declarations": [
106100
+ {
106101
+ "kind": "variable",
106102
+ "name": "RefType"
106103
+ }
106104
+ ],
106105
+ "exports": [
106106
+ {
106107
+ "kind": "js",
106108
+ "name": "RefType",
106109
+ "declaration": {
106110
+ "name": "RefType",
106111
+ "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
106112
+ }
106113
+ }
106114
+ ]
106115
+ },
106116
+ {
106117
+ "kind": "javascript-module",
106118
+ "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
106119
+ "declarations": [],
106120
+ "exports": []
106121
+ },
106122
+ {
106123
+ "kind": "javascript-module",
106124
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
106143
106125
  "declarations": [
106144
106126
  {
106145
106127
  "kind": "class",
106146
- "description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
106147
- "name": "CustomHttpPattern",
106128
+ "description": "Tree\n*\n Tree is for checking recursive types",
106129
+ "name": "Tree",
106148
106130
  "members": [
106149
106131
  {
106150
106132
  "kind": "field",
106151
- "name": "kind"
106133
+ "name": "displayName"
106152
106134
  },
106153
106135
  {
106154
106136
  "kind": "field",
106155
- "name": "path"
106137
+ "name": "nodes"
106138
+ },
106139
+ {
106140
+ "kind": "field",
106141
+ "name": "recursion"
106156
106142
  },
106157
106143
  {
106158
106144
  "kind": "method",
@@ -106173,7 +106159,7 @@
106173
106159
  "type": {
106174
106160
  "text": "string"
106175
106161
  },
106176
- "default": "'google.api.CustomHttpPattern'"
106162
+ "default": "'furo.type.Tree'"
106177
106163
  },
106178
106164
  {
106179
106165
  "kind": "field",
@@ -106181,17 +106167,22 @@
106181
106167
  "type": {
106182
106168
  "text": "array"
106183
106169
  },
106184
- "default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
106170
+ "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, }, ]"
106185
106171
  },
106186
106172
  {
106187
106173
  "kind": "field",
106188
- "name": "_kind",
106189
- "default": "new STRING(undefined, this, 'kind')"
106174
+ "name": "_displayName",
106175
+ "default": "new STRING(undefined, this, 'displayName')"
106190
106176
  },
106191
106177
  {
106192
106178
  "kind": "field",
106193
- "name": "_path",
106194
- "default": "new STRING(undefined, this, 'path')"
106179
+ "name": "_nodes",
106180
+ "default": "new ARRAY(undefined, this, 'nodes')"
106181
+ },
106182
+ {
106183
+ "kind": "field",
106184
+ "name": "_recursion",
106185
+ "default": "new RECURSION(undefined, this, 'recursion')"
106195
106186
  },
106196
106187
  {
106197
106188
  "kind": "field",
@@ -107022,36 +107013,44 @@
107022
107013
  "exports": [
107023
107014
  {
107024
107015
  "kind": "js",
107025
- "name": "CustomHttpPattern",
107016
+ "name": "Tree",
107026
107017
  "declaration": {
107027
- "name": "CustomHttpPattern",
107028
- "module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
107018
+ "name": "Tree",
107019
+ "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
107029
107020
  }
107030
107021
  }
107031
107022
  ]
107032
107023
  },
107033
107024
  {
107034
107025
  "kind": "javascript-module",
107035
- "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
107026
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
107036
107027
  "declarations": [],
107037
107028
  "exports": []
107038
107029
  },
107039
107030
  {
107040
107031
  "kind": "javascript-module",
107041
- "path": "dist/protoc-gen-open-models/google/api/Http.js",
107032
+ "path": "dist/protoc-gen-open-models/furo/type/Uints.js",
107042
107033
  "declarations": [
107043
107034
  {
107044
107035
  "kind": "class",
107045
- "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.",
107046
- "name": "Http",
107036
+ "description": "Uints\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
107037
+ "name": "Uints",
107047
107038
  "members": [
107048
107039
  {
107049
107040
  "kind": "field",
107050
- "name": "rules"
107041
+ "name": "uint64"
107051
107042
  },
107052
107043
  {
107053
107044
  "kind": "field",
107054
- "name": "fullyDecodeReservedExpansion"
107045
+ "name": "uint32"
107046
+ },
107047
+ {
107048
+ "kind": "field",
107049
+ "name": "uint64Excl"
107050
+ },
107051
+ {
107052
+ "kind": "field",
107053
+ "name": "uint32Excl"
107055
107054
  },
107056
107055
  {
107057
107056
  "kind": "method",
@@ -107072,7 +107071,7 @@
107072
107071
  "type": {
107073
107072
  "text": "string"
107074
107073
  },
107075
- "default": "'google.api.Http'"
107074
+ "default": "'furo.type.Uints'"
107076
107075
  },
107077
107076
  {
107078
107077
  "kind": "field",
@@ -107080,17 +107079,27 @@
107080
107079
  "type": {
107081
107080
  "text": "array"
107082
107081
  },
107083
- "default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
107082
+ "default": "[ { fieldName: 'uint64', protoName: 'uint64', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, { fieldName: 'uint32', protoName: 'uint32', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, }, { fieldName: 'uint64Excl', protoName: 'uint64Excl', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, { fieldName: 'uint32Excl', protoName: 'uint32Excl', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, }, ]"
107084
107083
  },
107085
107084
  {
107086
107085
  "kind": "field",
107087
- "name": "_rules",
107088
- "default": "new ARRAY(undefined, this, 'rules')"
107086
+ "name": "_uint64",
107087
+ "default": "new UINT64(undefined, this, 'uint64')"
107089
107088
  },
107090
107089
  {
107091
107090
  "kind": "field",
107092
- "name": "_fullyDecodeReservedExpansion",
107093
- "default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
107091
+ "name": "_uint32",
107092
+ "default": "new UINT32(undefined, this, 'uint32')"
107093
+ },
107094
+ {
107095
+ "kind": "field",
107096
+ "name": "_uint64Excl",
107097
+ "default": "new UINT64(undefined, this, 'uint64Excl')"
107098
+ },
107099
+ {
107100
+ "kind": "field",
107101
+ "name": "_uint32Excl",
107102
+ "default": "new UINT32(undefined, this, 'uint32Excl')"
107094
107103
  },
107095
107104
  {
107096
107105
  "kind": "field",
@@ -107921,68 +107930,64 @@
107921
107930
  "exports": [
107922
107931
  {
107923
107932
  "kind": "js",
107924
- "name": "Http",
107933
+ "name": "Uints",
107925
107934
  "declaration": {
107926
- "name": "Http",
107927
- "module": "dist/protoc-gen-open-models/google/api/Http.js"
107935
+ "name": "Uints",
107936
+ "module": "dist/protoc-gen-open-models/furo/type/Uints.js"
107928
107937
  }
107929
107938
  }
107930
107939
  ]
107931
107940
  },
107932
107941
  {
107933
107942
  "kind": "javascript-module",
107934
- "path": "dist/protoc-gen-open-models/google/api/Http.js.map",
107943
+ "path": "dist/protoc-gen-open-models/furo/type/Uints.js.map",
107935
107944
  "declarations": [],
107936
107945
  "exports": []
107937
107946
  },
107938
107947
  {
107939
107948
  "kind": "javascript-module",
107940
- "path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
107949
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
107941
107950
  "declarations": [
107942
107951
  {
107943
107952
  "kind": "class",
107944
- "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.",
107945
- "name": "HttpRule",
107953
+ "description": "Wrappers",
107954
+ "name": "Wrappers",
107946
107955
  "members": [
107947
107956
  {
107948
107957
  "kind": "field",
107949
- "name": "selector"
107950
- },
107951
- {
107952
- "kind": "field",
107953
- "name": "get"
107958
+ "name": "stringValue"
107954
107959
  },
107955
107960
  {
107956
107961
  "kind": "field",
107957
- "name": "put"
107962
+ "name": "int32Value"
107958
107963
  },
107959
107964
  {
107960
107965
  "kind": "field",
107961
- "name": "post"
107966
+ "name": "int64Value"
107962
107967
  },
107963
107968
  {
107964
107969
  "kind": "field",
107965
- "name": "delete"
107970
+ "name": "floatValue"
107966
107971
  },
107967
107972
  {
107968
107973
  "kind": "field",
107969
- "name": "patch"
107974
+ "name": "doubleValue"
107970
107975
  },
107971
107976
  {
107972
107977
  "kind": "field",
107973
- "name": "custom"
107978
+ "name": "boolValue"
107974
107979
  },
107975
107980
  {
107976
107981
  "kind": "field",
107977
- "name": "body"
107982
+ "name": "uint32Value"
107978
107983
  },
107979
107984
  {
107980
107985
  "kind": "field",
107981
- "name": "responseBody"
107986
+ "name": "uint64Value"
107982
107987
  },
107983
107988
  {
107984
107989
  "kind": "field",
107985
- "name": "additionalBindings"
107990
+ "name": "bytesValue"
107986
107991
  },
107987
107992
  {
107988
107993
  "kind": "method",
@@ -108003,7 +108008,7 @@
108003
108008
  "type": {
108004
108009
  "text": "string"
108005
108010
  },
108006
- "default": "'google.api.HttpRule'"
108011
+ "default": "'furo.type.Wrappers'"
108007
108012
  },
108008
108013
  {
108009
108014
  "kind": "field",
@@ -108011,57 +108016,52 @@
108011
108016
  "type": {
108012
108017
  "text": "array"
108013
108018
  },
108014
- "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: {}, }, ]"
108015
- },
108016
- {
108017
- "kind": "field",
108018
- "name": "_selector",
108019
- "default": "new STRING(undefined, this, 'selector')"
108019
+ "default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: {}, }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: {}, }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: {}, }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, }, ]"
108020
108020
  },
108021
108021
  {
108022
108022
  "kind": "field",
108023
- "name": "_get",
108024
- "default": "new STRING(undefined, this, 'get')"
108023
+ "name": "_stringValue",
108024
+ "default": "new StringValue(undefined, this, 'stringValue')"
108025
108025
  },
108026
108026
  {
108027
108027
  "kind": "field",
108028
- "name": "_put",
108029
- "default": "new STRING(undefined, this, 'put')"
108028
+ "name": "_int32Value",
108029
+ "default": "new Int32Value(undefined, this, 'int32Value')"
108030
108030
  },
108031
108031
  {
108032
108032
  "kind": "field",
108033
- "name": "_post",
108034
- "default": "new STRING(undefined, this, 'post')"
108033
+ "name": "_int64Value",
108034
+ "default": "new Int64Value(undefined, this, 'int64Value')"
108035
108035
  },
108036
108036
  {
108037
108037
  "kind": "field",
108038
- "name": "_delete",
108039
- "default": "new STRING(undefined, this, 'delete')"
108038
+ "name": "_floatValue",
108039
+ "default": "new FloatValue(undefined, this, 'floatValue')"
108040
108040
  },
108041
108041
  {
108042
108042
  "kind": "field",
108043
- "name": "_patch",
108044
- "default": "new STRING(undefined, this, 'patch')"
108043
+ "name": "_doubleValue",
108044
+ "default": "new DoubleValue(undefined, this, 'doubleValue')"
108045
108045
  },
108046
108046
  {
108047
108047
  "kind": "field",
108048
- "name": "_custom",
108049
- "default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
108048
+ "name": "_boolValue",
108049
+ "default": "new BoolValue(undefined, this, 'boolValue')"
108050
108050
  },
108051
108051
  {
108052
108052
  "kind": "field",
108053
- "name": "_body",
108054
- "default": "new STRING(undefined, this, 'body')"
108053
+ "name": "_uint32Value",
108054
+ "default": "new UInt32Value(undefined, this, 'uint32Value')"
108055
108055
  },
108056
108056
  {
108057
108057
  "kind": "field",
108058
- "name": "_responseBody",
108059
- "default": "new STRING(undefined, this, 'responseBody')"
108058
+ "name": "_uint64Value",
108059
+ "default": "new UInt64Value(undefined, this, 'uint64Value')"
108060
108060
  },
108061
108061
  {
108062
108062
  "kind": "field",
108063
- "name": "_additionalBindings",
108064
- "default": "new ARRAY(undefined, this, 'additionalBindings')"
108063
+ "name": "_bytesValue",
108064
+ "default": "new BytesValue(undefined, this, 'bytesValue')"
108065
108065
  },
108066
108066
  {
108067
108067
  "kind": "field",
@@ -108892,17 +108892,17 @@
108892
108892
  "exports": [
108893
108893
  {
108894
108894
  "kind": "js",
108895
- "name": "HttpRule",
108895
+ "name": "Wrappers",
108896
108896
  "declaration": {
108897
- "name": "HttpRule",
108898
- "module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
108897
+ "name": "Wrappers",
108898
+ "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
108899
108899
  }
108900
108900
  }
108901
108901
  ]
108902
108902
  },
108903
108903
  {
108904
108904
  "kind": "javascript-module",
108905
- "path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
108905
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
108906
108906
  "declarations": [],
108907
108907
  "exports": []
108908
108908
  },