@furo/open-models 1.9.1 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1263,6 +1263,22 @@
1263
1263
  "module": "./primitives/INT64.js"
1264
1264
  }
1265
1265
  },
1266
+ {
1267
+ "kind": "js",
1268
+ "name": "SINT32",
1269
+ "declaration": {
1270
+ "name": "SINT32",
1271
+ "module": "./primitives/SINT32.js"
1272
+ }
1273
+ },
1274
+ {
1275
+ "kind": "js",
1276
+ "name": "SINT64",
1277
+ "declaration": {
1278
+ "name": "SINT64",
1279
+ "module": "./primitives/SINT64.js"
1280
+ }
1281
+ },
1266
1282
  {
1267
1283
  "kind": "js",
1268
1284
  "name": "UINT32",
@@ -92245,20 +92261,82 @@
92245
92261
  },
92246
92262
  {
92247
92263
  "kind": "javascript-module",
92248
- "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
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",
92249
92291
  "declarations": [
92250
92292
  {
92251
92293
  "kind": "class",
92252
- "description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
92253
- "name": "CustomHttpPattern",
92294
+ "description": "ConstraintWrappers",
92295
+ "name": "ConstraintWrappers",
92254
92296
  "members": [
92255
92297
  {
92256
92298
  "kind": "field",
92257
- "name": "kind"
92299
+ "name": "stringValue"
92258
92300
  },
92259
92301
  {
92260
92302
  "kind": "field",
92261
- "name": "path"
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"
92336
+ },
92337
+ {
92338
+ "kind": "field",
92339
+ "name": "exclInt64Value"
92262
92340
  },
92263
92341
  {
92264
92342
  "kind": "method",
@@ -92279,7 +92357,7 @@
92279
92357
  "type": {
92280
92358
  "text": "string"
92281
92359
  },
92282
- "default": "'google.api.CustomHttpPattern'"
92360
+ "default": "'furo.type.ConstraintWrappers'"
92283
92361
  },
92284
92362
  {
92285
92363
  "kind": "field",
@@ -92287,17 +92365,62 @@
92287
92365
  "type": {
92288
92366
  "text": "array"
92289
92367
  },
92290
- "default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
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, }, }, ]"
92291
92369
  },
92292
92370
  {
92293
92371
  "kind": "field",
92294
- "name": "_kind",
92295
- "default": "new STRING(undefined, this, 'kind')"
92372
+ "name": "_stringValue",
92373
+ "default": "new StringValue(undefined, this, 'stringValue')"
92296
92374
  },
92297
92375
  {
92298
92376
  "kind": "field",
92299
- "name": "_path",
92300
- "default": "new STRING(undefined, this, 'path')"
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')"
92414
+ },
92415
+ {
92416
+ "kind": "field",
92417
+ "name": "_exclInt32Value",
92418
+ "default": "new Int32Value(undefined, this, 'exclInt32Value')"
92419
+ },
92420
+ {
92421
+ "kind": "field",
92422
+ "name": "_exclInt64Value",
92423
+ "default": "new Int64Value(undefined, this, 'exclInt64Value')"
92301
92424
  },
92302
92425
  {
92303
92426
  "kind": "field",
@@ -92305,7 +92428,7 @@
92305
92428
  "type": {
92306
92429
  "text": "object"
92307
92430
  },
92308
- "default": "{}"
92431
+ "default": "{ exclInt32Value: 3.0, exclInt64Value: '3', int32Value: 3.0, int64Value: '3', stringValue: 'default', }"
92309
92432
  },
92310
92433
  {
92311
92434
  "kind": "field",
@@ -93128,36 +93251,32 @@
93128
93251
  "exports": [
93129
93252
  {
93130
93253
  "kind": "js",
93131
- "name": "CustomHttpPattern",
93254
+ "name": "ConstraintWrappers",
93132
93255
  "declaration": {
93133
- "name": "CustomHttpPattern",
93134
- "module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
93256
+ "name": "ConstraintWrappers",
93257
+ "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
93135
93258
  }
93136
93259
  }
93137
93260
  ]
93138
93261
  },
93139
93262
  {
93140
93263
  "kind": "javascript-module",
93141
- "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
93264
+ "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
93142
93265
  "declarations": [],
93143
93266
  "exports": []
93144
93267
  },
93145
93268
  {
93146
93269
  "kind": "javascript-module",
93147
- "path": "dist/protoc-gen-open-models/google/api/Http.js",
93270
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
93148
93271
  "declarations": [
93149
93272
  {
93150
93273
  "kind": "class",
93151
- "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.",
93152
- "name": "Http",
93274
+ "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
93275
+ "name": "Decimal",
93153
93276
  "members": [
93154
93277
  {
93155
93278
  "kind": "field",
93156
- "name": "rules"
93157
- },
93158
- {
93159
- "kind": "field",
93160
- "name": "fullyDecodeReservedExpansion"
93279
+ "name": "value"
93161
93280
  },
93162
93281
  {
93163
93282
  "kind": "method",
@@ -93178,7 +93297,7 @@
93178
93297
  "type": {
93179
93298
  "text": "string"
93180
93299
  },
93181
- "default": "'google.api.Http'"
93300
+ "default": "'furo.type.Decimal'"
93182
93301
  },
93183
93302
  {
93184
93303
  "kind": "field",
@@ -93186,17 +93305,12 @@
93186
93305
  "type": {
93187
93306
  "text": "array"
93188
93307
  },
93189
- "default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
93190
- },
93191
- {
93192
- "kind": "field",
93193
- "name": "_rules",
93194
- "default": "new ARRAY(undefined, this, 'rules')"
93308
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
93195
93309
  },
93196
93310
  {
93197
93311
  "kind": "field",
93198
- "name": "_fullyDecodeReservedExpansion",
93199
- "default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
93312
+ "name": "_value",
93313
+ "default": "new STRING(undefined, this, 'value')"
93200
93314
  },
93201
93315
  {
93202
93316
  "kind": "field",
@@ -94027,68 +94141,32 @@
94027
94141
  "exports": [
94028
94142
  {
94029
94143
  "kind": "js",
94030
- "name": "Http",
94144
+ "name": "Decimal",
94031
94145
  "declaration": {
94032
- "name": "Http",
94033
- "module": "dist/protoc-gen-open-models/google/api/Http.js"
94146
+ "name": "Decimal",
94147
+ "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
94034
94148
  }
94035
94149
  }
94036
94150
  ]
94037
94151
  },
94038
94152
  {
94039
94153
  "kind": "javascript-module",
94040
- "path": "dist/protoc-gen-open-models/google/api/Http.js.map",
94154
+ "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
94041
94155
  "declarations": [],
94042
94156
  "exports": []
94043
94157
  },
94044
94158
  {
94045
94159
  "kind": "javascript-module",
94046
- "path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
94160
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
94047
94161
  "declarations": [
94048
94162
  {
94049
94163
  "kind": "class",
94050
- "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.",
94051
- "name": "HttpRule",
94164
+ "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
94165
+ "name": "DecimalB",
94052
94166
  "members": [
94053
94167
  {
94054
94168
  "kind": "field",
94055
- "name": "selector"
94056
- },
94057
- {
94058
- "kind": "field",
94059
- "name": "get"
94060
- },
94061
- {
94062
- "kind": "field",
94063
- "name": "put"
94064
- },
94065
- {
94066
- "kind": "field",
94067
- "name": "post"
94068
- },
94069
- {
94070
- "kind": "field",
94071
- "name": "delete"
94072
- },
94073
- {
94074
- "kind": "field",
94075
- "name": "patch"
94076
- },
94077
- {
94078
- "kind": "field",
94079
- "name": "custom"
94080
- },
94081
- {
94082
- "kind": "field",
94083
- "name": "body"
94084
- },
94085
- {
94086
- "kind": "field",
94087
- "name": "responseBody"
94088
- },
94089
- {
94090
- "kind": "field",
94091
- "name": "additionalBindings"
94169
+ "name": "value"
94092
94170
  },
94093
94171
  {
94094
94172
  "kind": "method",
@@ -94109,7 +94187,7 @@
94109
94187
  "type": {
94110
94188
  "text": "string"
94111
94189
  },
94112
- "default": "'google.api.HttpRule'"
94190
+ "default": "'furo.type.DecimalB'"
94113
94191
  },
94114
94192
  {
94115
94193
  "kind": "field",
@@ -94117,57 +94195,12 @@
94117
94195
  "type": {
94118
94196
  "text": "array"
94119
94197
  },
94120
- "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: {}, }, ]"
94121
- },
94122
- {
94123
- "kind": "field",
94124
- "name": "_selector",
94125
- "default": "new STRING(undefined, this, 'selector')"
94126
- },
94127
- {
94128
- "kind": "field",
94129
- "name": "_get",
94130
- "default": "new STRING(undefined, this, 'get')"
94131
- },
94132
- {
94133
- "kind": "field",
94134
- "name": "_put",
94135
- "default": "new STRING(undefined, this, 'put')"
94136
- },
94137
- {
94138
- "kind": "field",
94139
- "name": "_post",
94140
- "default": "new STRING(undefined, this, 'post')"
94141
- },
94142
- {
94143
- "kind": "field",
94144
- "name": "_delete",
94145
- "default": "new STRING(undefined, this, 'delete')"
94146
- },
94147
- {
94148
- "kind": "field",
94149
- "name": "_patch",
94150
- "default": "new STRING(undefined, this, 'patch')"
94151
- },
94152
- {
94153
- "kind": "field",
94154
- "name": "_custom",
94155
- "default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
94156
- },
94157
- {
94158
- "kind": "field",
94159
- "name": "_body",
94160
- "default": "new STRING(undefined, this, 'body')"
94161
- },
94162
- {
94163
- "kind": "field",
94164
- "name": "_responseBody",
94165
- "default": "new STRING(undefined, this, 'responseBody')"
94198
+ "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
94166
94199
  },
94167
94200
  {
94168
94201
  "kind": "field",
94169
- "name": "_additionalBindings",
94170
- "default": "new ARRAY(undefined, this, 'additionalBindings')"
94202
+ "name": "_value",
94203
+ "default": "new STRING(undefined, this, 'value')"
94171
94204
  },
94172
94205
  {
94173
94206
  "kind": "field",
@@ -94998,98 +95031,36 @@
94998
95031
  "exports": [
94999
95032
  {
95000
95033
  "kind": "js",
95001
- "name": "HttpRule",
95002
- "declaration": {
95003
- "name": "HttpRule",
95004
- "module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
95005
- }
95006
- }
95007
- ]
95008
- },
95009
- {
95010
- "kind": "javascript-module",
95011
- "path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
95012
- "declarations": [],
95013
- "exports": []
95014
- },
95015
- {
95016
- "kind": "javascript-module",
95017
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js",
95018
- "declarations": [
95019
- {
95020
- "kind": "variable",
95021
- "name": "BookingCenter"
95022
- }
95023
- ],
95024
- "exports": [
95025
- {
95026
- "kind": "js",
95027
- "name": "BookingCenter",
95034
+ "name": "DecimalB",
95028
95035
  "declaration": {
95029
- "name": "BookingCenter",
95030
- "module": "dist/protoc-gen-open-models/furo/type/BookingCenter.js"
95036
+ "name": "DecimalB",
95037
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
95031
95038
  }
95032
95039
  }
95033
95040
  ]
95034
95041
  },
95035
95042
  {
95036
95043
  "kind": "javascript-module",
95037
- "path": "dist/protoc-gen-open-models/furo/type/BookingCenter.js.map",
95044
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
95038
95045
  "declarations": [],
95039
95046
  "exports": []
95040
95047
  },
95041
95048
  {
95042
95049
  "kind": "javascript-module",
95043
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js",
95050
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
95044
95051
  "declarations": [
95045
95052
  {
95046
95053
  "kind": "class",
95047
- "description": "ConstraintWrappers",
95048
- "name": "ConstraintWrappers",
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",
95049
95056
  "members": [
95050
95057
  {
95051
95058
  "kind": "field",
95052
- "name": "stringValue"
95053
- },
95054
- {
95055
- "kind": "field",
95056
- "name": "int32Value"
95057
- },
95058
- {
95059
- "kind": "field",
95060
- "name": "int64Value"
95061
- },
95062
- {
95063
- "kind": "field",
95064
- "name": "floatValue"
95065
- },
95066
- {
95067
- "kind": "field",
95068
- "name": "doubleValue"
95069
- },
95070
- {
95071
- "kind": "field",
95072
- "name": "boolValue"
95073
- },
95074
- {
95075
- "kind": "field",
95076
- "name": "uint32Value"
95077
- },
95078
- {
95079
- "kind": "field",
95080
- "name": "uint64Value"
95081
- },
95082
- {
95083
- "kind": "field",
95084
- "name": "bytesValue"
95085
- },
95086
- {
95087
- "kind": "field",
95088
- "name": "exclInt32Value"
95059
+ "name": "start"
95089
95060
  },
95090
95061
  {
95091
95062
  "kind": "field",
95092
- "name": "exclInt64Value"
95063
+ "name": "end"
95093
95064
  },
95094
95065
  {
95095
95066
  "kind": "method",
@@ -95110,7 +95081,7 @@
95110
95081
  "type": {
95111
95082
  "text": "string"
95112
95083
  },
95113
- "default": "'furo.type.ConstraintWrappers'"
95084
+ "default": "'furo.type.DecimalRange'"
95114
95085
  },
95115
95086
  {
95116
95087
  "kind": "field",
@@ -95118,62 +95089,17 @@
95118
95089
  "type": {
95119
95090
  "text": "array"
95120
95091
  },
95121
- "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, }, }, ]"
95122
- },
95123
- {
95124
- "kind": "field",
95125
- "name": "_stringValue",
95126
- "default": "new StringValue(undefined, this, 'stringValue')"
95127
- },
95128
- {
95129
- "kind": "field",
95130
- "name": "_int32Value",
95131
- "default": "new Int32Value(undefined, this, 'int32Value')"
95132
- },
95133
- {
95134
- "kind": "field",
95135
- "name": "_int64Value",
95136
- "default": "new Int64Value(undefined, this, 'int64Value')"
95137
- },
95138
- {
95139
- "kind": "field",
95140
- "name": "_floatValue",
95141
- "default": "new FloatValue(undefined, this, 'floatValue')"
95142
- },
95143
- {
95144
- "kind": "field",
95145
- "name": "_doubleValue",
95146
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
95147
- },
95148
- {
95149
- "kind": "field",
95150
- "name": "_boolValue",
95151
- "default": "new BoolValue(undefined, this, 'boolValue')"
95152
- },
95153
- {
95154
- "kind": "field",
95155
- "name": "_uint32Value",
95156
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
95157
- },
95158
- {
95159
- "kind": "field",
95160
- "name": "_uint64Value",
95161
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
95162
- },
95163
- {
95164
- "kind": "field",
95165
- "name": "_bytesValue",
95166
- "default": "new BytesValue(undefined, this, 'bytesValue')"
95092
+ "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
95167
95093
  },
95168
95094
  {
95169
95095
  "kind": "field",
95170
- "name": "_exclInt32Value",
95171
- "default": "new Int32Value(undefined, this, 'exclInt32Value')"
95096
+ "name": "_start",
95097
+ "default": "new FuroTypeDecimal(undefined, this, 'start')"
95172
95098
  },
95173
95099
  {
95174
95100
  "kind": "field",
95175
- "name": "_exclInt64Value",
95176
- "default": "new Int64Value(undefined, this, 'exclInt64Value')"
95101
+ "name": "_end",
95102
+ "default": "new FuroTypeDecimal(undefined, this, 'end')"
95177
95103
  },
95178
95104
  {
95179
95105
  "kind": "field",
@@ -95181,7 +95107,7 @@
95181
95107
  "type": {
95182
95108
  "text": "object"
95183
95109
  },
95184
- "default": "{ exclInt32Value: 3.0, exclInt64Value: '3', int32Value: 3.0, int64Value: '3', stringValue: 'default', }"
95110
+ "default": "{}"
95185
95111
  },
95186
95112
  {
95187
95113
  "kind": "field",
@@ -96004,32 +95930,36 @@
96004
95930
  "exports": [
96005
95931
  {
96006
95932
  "kind": "js",
96007
- "name": "ConstraintWrappers",
95933
+ "name": "DecimalRange",
96008
95934
  "declaration": {
96009
- "name": "ConstraintWrappers",
96010
- "module": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js"
95935
+ "name": "DecimalRange",
95936
+ "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
96011
95937
  }
96012
95938
  }
96013
95939
  ]
96014
95940
  },
96015
95941
  {
96016
95942
  "kind": "javascript-module",
96017
- "path": "dist/protoc-gen-open-models/furo/type/ConstraintWrappers.js.map",
95943
+ "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
96018
95944
  "declarations": [],
96019
95945
  "exports": []
96020
95946
  },
96021
95947
  {
96022
95948
  "kind": "javascript-module",
96023
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js",
95949
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
96024
95950
  "declarations": [
96025
95951
  {
96026
95952
  "kind": "class",
96027
- "description": "Decimal\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
96028
- "name": "Decimal",
95953
+ "description": "DeepRecursion",
95954
+ "name": "DeepRecursion",
96029
95955
  "members": [
96030
95956
  {
96031
95957
  "kind": "field",
96032
- "name": "value"
95958
+ "name": "displayName"
95959
+ },
95960
+ {
95961
+ "kind": "field",
95962
+ "name": "field"
96033
95963
  },
96034
95964
  {
96035
95965
  "kind": "method",
@@ -96050,7 +95980,7 @@
96050
95980
  "type": {
96051
95981
  "text": "string"
96052
95982
  },
96053
- "default": "'furo.type.Decimal'"
95983
+ "default": "'furo.type.DeepRecursion'"
96054
95984
  },
96055
95985
  {
96056
95986
  "kind": "field",
@@ -96058,12 +95988,17 @@
96058
95988
  "type": {
96059
95989
  "text": "array"
96060
95990
  },
96061
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
95991
+ "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
96062
95992
  },
96063
95993
  {
96064
95994
  "kind": "field",
96065
- "name": "_value",
96066
- "default": "new STRING(undefined, this, 'value')"
95995
+ "name": "_displayName",
95996
+ "default": "new STRING(undefined, this, 'displayName')"
95997
+ },
95998
+ {
95999
+ "kind": "field",
96000
+ "name": "_field",
96001
+ "default": "new RECURSION(undefined, this, 'field')"
96067
96002
  },
96068
96003
  {
96069
96004
  "kind": "field",
@@ -96894,29 +96829,33 @@
96894
96829
  "exports": [
96895
96830
  {
96896
96831
  "kind": "js",
96897
- "name": "Decimal",
96832
+ "name": "DeepRecursion",
96898
96833
  "declaration": {
96899
- "name": "Decimal",
96900
- "module": "dist/protoc-gen-open-models/furo/type/Decimal.js"
96834
+ "name": "DeepRecursion",
96835
+ "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
96901
96836
  }
96902
96837
  }
96903
96838
  ]
96904
96839
  },
96905
96840
  {
96906
96841
  "kind": "javascript-module",
96907
- "path": "dist/protoc-gen-open-models/furo/type/Decimal.js.map",
96842
+ "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
96908
96843
  "declarations": [],
96909
96844
  "exports": []
96910
96845
  },
96911
96846
  {
96912
96847
  "kind": "javascript-module",
96913
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js",
96848
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
96914
96849
  "declarations": [
96915
96850
  {
96916
96851
  "kind": "class",
96917
- "description": "DecimalB\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
96918
- "name": "DecimalB",
96852
+ "description": "DefaultsAttributesEntry",
96853
+ "name": "DefaultsAttributesEntry",
96919
96854
  "members": [
96855
+ {
96856
+ "kind": "field",
96857
+ "name": "key"
96858
+ },
96920
96859
  {
96921
96860
  "kind": "field",
96922
96861
  "name": "value"
@@ -96940,7 +96879,7 @@
96940
96879
  "type": {
96941
96880
  "text": "string"
96942
96881
  },
96943
- "default": "'furo.type.DecimalB'"
96882
+ "default": "'furo.type.Defaults.AttributesEntry'"
96944
96883
  },
96945
96884
  {
96946
96885
  "kind": "field",
@@ -96948,7 +96887,12 @@
96948
96887
  "type": {
96949
96888
  "text": "array"
96950
96889
  },
96951
- "default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
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')"
96952
96896
  },
96953
96897
  {
96954
96898
  "kind": "field",
@@ -97784,36 +97728,72 @@
97784
97728
  "exports": [
97785
97729
  {
97786
97730
  "kind": "js",
97787
- "name": "DecimalB",
97731
+ "name": "DefaultsAttributesEntry",
97788
97732
  "declaration": {
97789
- "name": "DecimalB",
97790
- "module": "dist/protoc-gen-open-models/furo/type/DecimalB.js"
97733
+ "name": "DefaultsAttributesEntry",
97734
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
97791
97735
  }
97792
97736
  }
97793
97737
  ]
97794
97738
  },
97795
97739
  {
97796
97740
  "kind": "javascript-module",
97797
- "path": "dist/protoc-gen-open-models/furo/type/DecimalB.js.map",
97741
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
97798
97742
  "declarations": [],
97799
97743
  "exports": []
97800
97744
  },
97801
97745
  {
97802
97746
  "kind": "javascript-module",
97803
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js",
97747
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
97804
97748
  "declarations": [
97805
97749
  {
97806
97750
  "kind": "class",
97807
- "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.",
97808
- "name": "DecimalRange",
97751
+ "description": "Defaults",
97752
+ "name": "Defaults",
97809
97753
  "members": [
97810
97754
  {
97811
97755
  "kind": "field",
97812
- "name": "start"
97756
+ "name": "refSystem"
97813
97757
  },
97814
97758
  {
97815
97759
  "kind": "field",
97816
- "name": "end"
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"
97793
+ },
97794
+ {
97795
+ "kind": "field",
97796
+ "name": "trueFalse"
97817
97797
  },
97818
97798
  {
97819
97799
  "kind": "method",
@@ -97834,7 +97814,7 @@
97834
97814
  "type": {
97835
97815
  "text": "string"
97836
97816
  },
97837
- "default": "'furo.type.DecimalRange'"
97817
+ "default": "'furo.type.Defaults'"
97838
97818
  },
97839
97819
  {
97840
97820
  "kind": "field",
@@ -97842,17 +97822,62 @@
97842
97822
  "type": {
97843
97823
  "text": "array"
97844
97824
  },
97845
- "default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, }, ]"
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: {}, }, ]"
97846
97826
  },
97847
97827
  {
97848
97828
  "kind": "field",
97849
- "name": "_start",
97850
- "default": "new FuroTypeDecimal(undefined, this, 'start')"
97829
+ "name": "_refSystem",
97830
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
97851
97831
  },
97852
97832
  {
97853
97833
  "kind": "field",
97854
- "name": "_end",
97855
- "default": "new FuroTypeDecimal(undefined, this, 'end')"
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')"
97871
+ },
97872
+ {
97873
+ "kind": "field",
97874
+ "name": "_fatString",
97875
+ "default": "new FuroFatString(undefined, this, 'fatString')"
97876
+ },
97877
+ {
97878
+ "kind": "field",
97879
+ "name": "_trueFalse",
97880
+ "default": "new BOOLEAN(undefined, this, 'trueFalse')"
97856
97881
  },
97857
97882
  {
97858
97883
  "kind": "field",
@@ -97860,7 +97885,7 @@
97860
97885
  "type": {
97861
97886
  "text": "object"
97862
97887
  },
97863
- "default": "{}"
97888
+ "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
97864
97889
  },
97865
97890
  {
97866
97891
  "kind": "field",
@@ -98683,36 +98708,36 @@
98683
98708
  "exports": [
98684
98709
  {
98685
98710
  "kind": "js",
98686
- "name": "DecimalRange",
98711
+ "name": "Defaults",
98687
98712
  "declaration": {
98688
- "name": "DecimalRange",
98689
- "module": "dist/protoc-gen-open-models/furo/type/DecimalRange.js"
98713
+ "name": "Defaults",
98714
+ "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
98690
98715
  }
98691
98716
  }
98692
98717
  ]
98693
98718
  },
98694
98719
  {
98695
98720
  "kind": "javascript-module",
98696
- "path": "dist/protoc-gen-open-models/furo/type/DecimalRange.js.map",
98721
+ "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
98697
98722
  "declarations": [],
98698
98723
  "exports": []
98699
98724
  },
98700
98725
  {
98701
98726
  "kind": "javascript-module",
98702
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js",
98727
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
98703
98728
  "declarations": [
98704
98729
  {
98705
98730
  "kind": "class",
98706
- "description": "DeepRecursion",
98707
- "name": "DeepRecursion",
98731
+ "description": "IdentifierAttributesEntry",
98732
+ "name": "IdentifierAttributesEntry",
98708
98733
  "members": [
98709
98734
  {
98710
98735
  "kind": "field",
98711
- "name": "displayName"
98736
+ "name": "key"
98712
98737
  },
98713
98738
  {
98714
98739
  "kind": "field",
98715
- "name": "field"
98740
+ "name": "value"
98716
98741
  },
98717
98742
  {
98718
98743
  "kind": "method",
@@ -98733,7 +98758,7 @@
98733
98758
  "type": {
98734
98759
  "text": "string"
98735
98760
  },
98736
- "default": "'furo.type.DeepRecursion'"
98761
+ "default": "'furo.type.Identifier.AttributesEntry'"
98737
98762
  },
98738
98763
  {
98739
98764
  "kind": "field",
@@ -98741,17 +98766,17 @@
98741
98766
  "type": {
98742
98767
  "text": "array"
98743
98768
  },
98744
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, }, ]"
98769
+ "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
98745
98770
  },
98746
98771
  {
98747
98772
  "kind": "field",
98748
- "name": "_displayName",
98749
- "default": "new STRING(undefined, this, 'displayName')"
98773
+ "name": "_key",
98774
+ "default": "new STRING(undefined, this, 'key')"
98750
98775
  },
98751
98776
  {
98752
98777
  "kind": "field",
98753
- "name": "_field",
98754
- "default": "new RECURSION(undefined, this, 'field')"
98778
+ "name": "_value",
98779
+ "default": "new STRING(undefined, this, 'value')"
98755
98780
  },
98756
98781
  {
98757
98782
  "kind": "field",
@@ -99582,36 +99607,72 @@
99582
99607
  "exports": [
99583
99608
  {
99584
99609
  "kind": "js",
99585
- "name": "DeepRecursion",
99610
+ "name": "IdentifierAttributesEntry",
99586
99611
  "declaration": {
99587
- "name": "DeepRecursion",
99588
- "module": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js"
99612
+ "name": "IdentifierAttributesEntry",
99613
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
99589
99614
  }
99590
99615
  }
99591
99616
  ]
99592
99617
  },
99593
99618
  {
99594
99619
  "kind": "javascript-module",
99595
- "path": "dist/protoc-gen-open-models/furo/type/DeepRecursion.js.map",
99620
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
99596
99621
  "declarations": [],
99597
99622
  "exports": []
99598
99623
  },
99599
99624
  {
99600
99625
  "kind": "javascript-module",
99601
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js",
99626
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
99602
99627
  "declarations": [
99603
99628
  {
99604
99629
  "kind": "class",
99605
- "description": "DefaultsAttributesEntry",
99606
- "name": "DefaultsAttributesEntry",
99630
+ "description": "Identifier",
99631
+ "name": "Identifier",
99607
99632
  "members": [
99608
99633
  {
99609
99634
  "kind": "field",
99610
- "name": "key"
99635
+ "name": "refSystem"
99611
99636
  },
99612
99637
  {
99613
99638
  "kind": "field",
99614
- "name": "value"
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"
99672
+ },
99673
+ {
99674
+ "kind": "field",
99675
+ "name": "trueFalse"
99615
99676
  },
99616
99677
  {
99617
99678
  "kind": "method",
@@ -99632,7 +99693,7 @@
99632
99693
  "type": {
99633
99694
  "text": "string"
99634
99695
  },
99635
- "default": "'furo.type.Defaults.AttributesEntry'"
99696
+ "default": "'furo.type.Identifier'"
99636
99697
  },
99637
99698
  {
99638
99699
  "kind": "field",
@@ -99640,17 +99701,62 @@
99640
99701
  "type": {
99641
99702
  "text": "array"
99642
99703
  },
99643
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
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: {}, }, ]"
99644
99705
  },
99645
99706
  {
99646
99707
  "kind": "field",
99647
- "name": "_key",
99648
- "default": "new STRING(undefined, this, 'key')"
99708
+ "name": "_refSystem",
99709
+ "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
99649
99710
  },
99650
99711
  {
99651
99712
  "kind": "field",
99652
- "name": "_value",
99653
- "default": "new STRING(undefined, this, 'value')"
99713
+ "name": "_refType",
99714
+ "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
99715
+ },
99716
+ {
99717
+ "kind": "field",
99718
+ "name": "_bookingCenter",
99719
+ "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
99720
+ },
99721
+ {
99722
+ "kind": "field",
99723
+ "name": "_attributes",
99724
+ "default": "new MAP(undefined, this, 'attributes')"
99725
+ },
99726
+ {
99727
+ "kind": "field",
99728
+ "name": "_id",
99729
+ "default": "new STRING(undefined, this, 'id')"
99730
+ },
99731
+ {
99732
+ "kind": "field",
99733
+ "name": "_stringArray",
99734
+ "default": "new ARRAY(undefined, this, 'stringArray')"
99735
+ },
99736
+ {
99737
+ "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')"
99654
99760
  },
99655
99761
  {
99656
99762
  "kind": "field",
@@ -99658,7 +99764,7 @@
99658
99764
  "type": {
99659
99765
  "text": "object"
99660
99766
  },
99661
- "default": "{}"
99767
+ "default": "{ stringArray: ['A', 'B', 'C'], }"
99662
99768
  },
99663
99769
  {
99664
99770
  "kind": "field",
@@ -100481,72 +100587,36 @@
100481
100587
  "exports": [
100482
100588
  {
100483
100589
  "kind": "js",
100484
- "name": "DefaultsAttributesEntry",
100590
+ "name": "Identifier",
100485
100591
  "declaration": {
100486
- "name": "DefaultsAttributesEntry",
100487
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js"
100592
+ "name": "Identifier",
100593
+ "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
100488
100594
  }
100489
100595
  }
100490
100596
  ]
100491
100597
  },
100492
100598
  {
100493
100599
  "kind": "javascript-module",
100494
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.AttributesEntry.js.map",
100600
+ "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
100495
100601
  "declarations": [],
100496
100602
  "exports": []
100497
100603
  },
100498
100604
  {
100499
100605
  "kind": "javascript-module",
100500
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js",
100606
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
100501
100607
  "declarations": [
100502
100608
  {
100503
100609
  "kind": "class",
100504
- "description": "Defaults",
100505
- "name": "Defaults",
100610
+ "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
100611
+ "name": "Numeric",
100506
100612
  "members": [
100507
100613
  {
100508
100614
  "kind": "field",
100509
- "name": "refSystem"
100510
- },
100511
- {
100512
- "kind": "field",
100513
- "name": "refType"
100514
- },
100515
- {
100516
- "kind": "field",
100517
- "name": "bookingCenter"
100518
- },
100519
- {
100520
- "kind": "field",
100521
- "name": "attributes"
100522
- },
100523
- {
100524
- "kind": "field",
100525
- "name": "id"
100526
- },
100527
- {
100528
- "kind": "field",
100529
- "name": "stringArray"
100530
- },
100531
- {
100532
- "kind": "field",
100533
- "name": "repeatedDecimal"
100534
- },
100535
- {
100536
- "kind": "field",
100537
- "name": "decRange"
100538
- },
100539
- {
100540
- "kind": "field",
100541
- "name": "any"
100542
- },
100543
- {
100544
- "kind": "field",
100545
- "name": "fatString"
100615
+ "name": "primitiveInt32"
100546
100616
  },
100547
100617
  {
100548
100618
  "kind": "field",
100549
- "name": "trueFalse"
100619
+ "name": "repeatedPrimitiveInt32"
100550
100620
  },
100551
100621
  {
100552
100622
  "kind": "method",
@@ -100567,7 +100637,7 @@
100567
100637
  "type": {
100568
100638
  "text": "string"
100569
100639
  },
100570
- "default": "'furo.type.Defaults'"
100640
+ "default": "'furo.type.Numeric'"
100571
100641
  },
100572
100642
  {
100573
100643
  "kind": "field",
@@ -100575,62 +100645,17 @@
100575
100645
  "type": {
100576
100646
  "text": "array"
100577
100647
  },
100578
- "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: {}, }, ]"
100579
- },
100580
- {
100581
- "kind": "field",
100582
- "name": "_refSystem",
100583
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
100584
- },
100585
- {
100586
- "kind": "field",
100587
- "name": "_refType",
100588
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
100589
- },
100590
- {
100591
- "kind": "field",
100592
- "name": "_bookingCenter",
100593
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
100594
- },
100595
- {
100596
- "kind": "field",
100597
- "name": "_attributes",
100598
- "default": "new MAP(undefined, this, 'attributes')"
100599
- },
100600
- {
100601
- "kind": "field",
100602
- "name": "_id",
100603
- "default": "new STRING(undefined, this, 'id')"
100604
- },
100605
- {
100606
- "kind": "field",
100607
- "name": "_stringArray",
100608
- "default": "new ARRAY(undefined, this, 'stringArray')"
100609
- },
100610
- {
100611
- "kind": "field",
100612
- "name": "_repeatedDecimal",
100613
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
100614
- },
100615
- {
100616
- "kind": "field",
100617
- "name": "_decRange",
100618
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
100619
- },
100620
- {
100621
- "kind": "field",
100622
- "name": "_any",
100623
- "default": "new ANY(undefined, this, 'any')"
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: {}, }, ]"
100624
100649
  },
100625
100650
  {
100626
100651
  "kind": "field",
100627
- "name": "_fatString",
100628
- "default": "new FuroFatString(undefined, this, 'fatString')"
100652
+ "name": "_primitiveInt32",
100653
+ "default": "new INT32(undefined, this, 'primitiveInt32')"
100629
100654
  },
100630
100655
  {
100631
100656
  "kind": "field",
100632
- "name": "_trueFalse",
100633
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
100657
+ "name": "_repeatedPrimitiveInt32",
100658
+ "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
100634
100659
  },
100635
100660
  {
100636
100661
  "kind": "field",
@@ -100638,7 +100663,7 @@
100638
100663
  "type": {
100639
100664
  "text": "object"
100640
100665
  },
100641
- "default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
100666
+ "default": "{}"
100642
100667
  },
100643
100668
  {
100644
100669
  "kind": "field",
@@ -101461,36 +101486,40 @@
101461
101486
  "exports": [
101462
101487
  {
101463
101488
  "kind": "js",
101464
- "name": "Defaults",
101489
+ "name": "Numeric",
101465
101490
  "declaration": {
101466
- "name": "Defaults",
101467
- "module": "dist/protoc-gen-open-models/furo/type/Defaults.js"
101491
+ "name": "Numeric",
101492
+ "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
101468
101493
  }
101469
101494
  }
101470
101495
  ]
101471
101496
  },
101472
101497
  {
101473
101498
  "kind": "javascript-module",
101474
- "path": "dist/protoc-gen-open-models/furo/type/Defaults.js.map",
101499
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
101475
101500
  "declarations": [],
101476
101501
  "exports": []
101477
101502
  },
101478
101503
  {
101479
101504
  "kind": "javascript-module",
101480
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js",
101505
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js",
101481
101506
  "declarations": [
101482
101507
  {
101483
101508
  "kind": "class",
101484
- "description": "IdentifierAttributesEntry",
101485
- "name": "IdentifierAttributesEntry",
101509
+ "description": "Numeric64\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
101510
+ "name": "Numeric64",
101486
101511
  "members": [
101487
101512
  {
101488
101513
  "kind": "field",
101489
- "name": "key"
101514
+ "name": "primitiveInt64"
101490
101515
  },
101491
101516
  {
101492
101517
  "kind": "field",
101493
- "name": "value"
101518
+ "name": "repeatedPrimitiveInt64"
101519
+ },
101520
+ {
101521
+ "kind": "field",
101522
+ "name": "primitiveInt64Excl"
101494
101523
  },
101495
101524
  {
101496
101525
  "kind": "method",
@@ -101511,7 +101540,7 @@
101511
101540
  "type": {
101512
101541
  "text": "string"
101513
101542
  },
101514
- "default": "'furo.type.Identifier.AttributesEntry'"
101543
+ "default": "'furo.type.Numeric64'"
101515
101544
  },
101516
101545
  {
101517
101546
  "kind": "field",
@@ -101519,17 +101548,22 @@
101519
101548
  "type": {
101520
101549
  "text": "array"
101521
101550
  },
101522
- "default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, }, ]"
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 }, }, ]"
101523
101552
  },
101524
101553
  {
101525
101554
  "kind": "field",
101526
- "name": "_key",
101527
- "default": "new STRING(undefined, this, 'key')"
101555
+ "name": "_primitiveInt64",
101556
+ "default": "new INT64(undefined, this, 'primitiveInt64')"
101528
101557
  },
101529
101558
  {
101530
101559
  "kind": "field",
101531
- "name": "_value",
101532
- "default": "new STRING(undefined, this, 'value')"
101560
+ "name": "_repeatedPrimitiveInt64",
101561
+ "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt64')"
101562
+ },
101563
+ {
101564
+ "kind": "field",
101565
+ "name": "_primitiveInt64Excl",
101566
+ "default": "new INT64(undefined, this, 'primitiveInt64Excl')"
101533
101567
  },
101534
101568
  {
101535
101569
  "kind": "field",
@@ -102360,72 +102394,32 @@
102360
102394
  "exports": [
102361
102395
  {
102362
102396
  "kind": "js",
102363
- "name": "IdentifierAttributesEntry",
102397
+ "name": "Numeric64",
102364
102398
  "declaration": {
102365
- "name": "IdentifierAttributesEntry",
102366
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js"
102399
+ "name": "Numeric64",
102400
+ "module": "dist/protoc-gen-open-models/furo/type/Numeric64.js"
102367
102401
  }
102368
102402
  }
102369
102403
  ]
102370
102404
  },
102371
102405
  {
102372
102406
  "kind": "javascript-module",
102373
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.AttributesEntry.js.map",
102407
+ "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js.map",
102374
102408
  "declarations": [],
102375
102409
  "exports": []
102376
102410
  },
102377
102411
  {
102378
102412
  "kind": "javascript-module",
102379
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js",
102413
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js",
102380
102414
  "declarations": [
102381
102415
  {
102382
102416
  "kind": "class",
102383
- "description": "Identifier",
102384
- "name": "Identifier",
102417
+ "description": "Other",
102418
+ "name": "Other",
102385
102419
  "members": [
102386
102420
  {
102387
102421
  "kind": "field",
102388
- "name": "refSystem"
102389
- },
102390
- {
102391
- "kind": "field",
102392
- "name": "refType"
102393
- },
102394
- {
102395
- "kind": "field",
102396
- "name": "bookingCenter"
102397
- },
102398
- {
102399
- "kind": "field",
102400
- "name": "attributes"
102401
- },
102402
- {
102403
- "kind": "field",
102404
- "name": "id"
102405
- },
102406
- {
102407
- "kind": "field",
102408
- "name": "stringArray"
102409
- },
102410
- {
102411
- "kind": "field",
102412
- "name": "repeatedDecimal"
102413
- },
102414
- {
102415
- "kind": "field",
102416
- "name": "decRange"
102417
- },
102418
- {
102419
- "kind": "field",
102420
- "name": "any"
102421
- },
102422
- {
102423
- "kind": "field",
102424
- "name": "fatString"
102425
- },
102426
- {
102427
- "kind": "field",
102428
- "name": "trueFalse"
102422
+ "name": "recursion"
102429
102423
  },
102430
102424
  {
102431
102425
  "kind": "method",
@@ -102446,7 +102440,7 @@
102446
102440
  "type": {
102447
102441
  "text": "string"
102448
102442
  },
102449
- "default": "'furo.type.Identifier'"
102443
+ "default": "'furo.type.Other'"
102450
102444
  },
102451
102445
  {
102452
102446
  "kind": "field",
@@ -102454,62 +102448,12 @@
102454
102448
  "type": {
102455
102449
  "text": "array"
102456
102450
  },
102457
- "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: {}, }, ]"
102458
- },
102459
- {
102460
- "kind": "field",
102461
- "name": "_refSystem",
102462
- "default": "new ENUM(undefined, FuroTypeRefSystem, FuroTypeRefSystem.REF_SYSTEM_UNSPECIFIED, this, 'refSystem')"
102463
- },
102464
- {
102465
- "kind": "field",
102466
- "name": "_refType",
102467
- "default": "new ENUM(undefined, FuroTypeRefType, FuroTypeRefType.REF_TYPE_UNSPECIFIED, this, 'refType')"
102468
- },
102469
- {
102470
- "kind": "field",
102471
- "name": "_bookingCenter",
102472
- "default": "new ENUM(undefined, FuroTypeBookingCenter, FuroTypeBookingCenter.BOOKING_CENTER_UNSPECIFIED, this, 'bookingCenter')"
102473
- },
102474
- {
102475
- "kind": "field",
102476
- "name": "_attributes",
102477
- "default": "new MAP(undefined, this, 'attributes')"
102478
- },
102479
- {
102480
- "kind": "field",
102481
- "name": "_id",
102482
- "default": "new STRING(undefined, this, 'id')"
102483
- },
102484
- {
102485
- "kind": "field",
102486
- "name": "_stringArray",
102487
- "default": "new ARRAY(undefined, this, 'stringArray')"
102488
- },
102489
- {
102490
- "kind": "field",
102491
- "name": "_repeatedDecimal",
102492
- "default": "new ARRAY(undefined, this, 'repeatedDecimal')"
102493
- },
102494
- {
102495
- "kind": "field",
102496
- "name": "_decRange",
102497
- "default": "new FuroTypeDecimalRange(undefined, this, 'decRange')"
102498
- },
102499
- {
102500
- "kind": "field",
102501
- "name": "_any",
102502
- "default": "new ANY(undefined, this, 'any')"
102503
- },
102504
- {
102505
- "kind": "field",
102506
- "name": "_fatString",
102507
- "default": "new FuroFatString(undefined, this, 'fatString')"
102451
+ "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
102508
102452
  },
102509
102453
  {
102510
102454
  "kind": "field",
102511
- "name": "_trueFalse",
102512
- "default": "new BOOLEAN(undefined, this, 'trueFalse')"
102455
+ "name": "_recursion",
102456
+ "default": "new RECURSION(undefined, this, 'recursion')"
102513
102457
  },
102514
102458
  {
102515
102459
  "kind": "field",
@@ -102517,7 +102461,7 @@
102517
102461
  "type": {
102518
102462
  "text": "object"
102519
102463
  },
102520
- "default": "{ stringArray: ['A', 'B', 'C'], }"
102464
+ "default": "{}"
102521
102465
  },
102522
102466
  {
102523
102467
  "kind": "field",
@@ -103340,36 +103284,92 @@
103340
103284
  "exports": [
103341
103285
  {
103342
103286
  "kind": "js",
103343
- "name": "Identifier",
103287
+ "name": "Other",
103344
103288
  "declaration": {
103345
- "name": "Identifier",
103346
- "module": "dist/protoc-gen-open-models/furo/type/Identifier.js"
103289
+ "name": "Other",
103290
+ "module": "dist/protoc-gen-open-models/furo/type/Other.js"
103347
103291
  }
103348
103292
  }
103349
103293
  ]
103350
103294
  },
103351
103295
  {
103352
103296
  "kind": "javascript-module",
103353
- "path": "dist/protoc-gen-open-models/furo/type/Identifier.js.map",
103297
+ "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
103354
103298
  "declarations": [],
103355
103299
  "exports": []
103356
103300
  },
103357
103301
  {
103358
103302
  "kind": "javascript-module",
103359
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js",
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",
103340
+ "declaration": {
103341
+ "name": "RefType",
103342
+ "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
103343
+ }
103344
+ }
103345
+ ]
103346
+ },
103347
+ {
103348
+ "kind": "javascript-module",
103349
+ "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
103350
+ "declarations": [],
103351
+ "exports": []
103352
+ },
103353
+ {
103354
+ "kind": "javascript-module",
103355
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
103360
103356
  "declarations": [
103361
103357
  {
103362
103358
  "kind": "class",
103363
- "description": "Numeric\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
103364
- "name": "Numeric",
103359
+ "description": "Tree\n*\n Tree is for checking recursive types",
103360
+ "name": "Tree",
103365
103361
  "members": [
103366
103362
  {
103367
103363
  "kind": "field",
103368
- "name": "primitiveInt32"
103364
+ "name": "displayName"
103369
103365
  },
103370
103366
  {
103371
103367
  "kind": "field",
103372
- "name": "repeatedPrimitiveInt32"
103368
+ "name": "nodes"
103369
+ },
103370
+ {
103371
+ "kind": "field",
103372
+ "name": "recursion"
103373
103373
  },
103374
103374
  {
103375
103375
  "kind": "method",
@@ -103390,7 +103390,7 @@
103390
103390
  "type": {
103391
103391
  "text": "string"
103392
103392
  },
103393
- "default": "'furo.type.Numeric'"
103393
+ "default": "'furo.type.Tree'"
103394
103394
  },
103395
103395
  {
103396
103396
  "kind": "field",
@@ -103398,17 +103398,22 @@
103398
103398
  "type": {
103399
103399
  "text": "array"
103400
103400
  },
103401
- "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: {}, }, ]"
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
103402
  },
103403
103403
  {
103404
103404
  "kind": "field",
103405
- "name": "_primitiveInt32",
103406
- "default": "new INT32(undefined, this, 'primitiveInt32')"
103405
+ "name": "_displayName",
103406
+ "default": "new STRING(undefined, this, 'displayName')"
103407
103407
  },
103408
103408
  {
103409
103409
  "kind": "field",
103410
- "name": "_repeatedPrimitiveInt32",
103411
- "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt32')"
103410
+ "name": "_nodes",
103411
+ "default": "new ARRAY(undefined, this, 'nodes')"
103412
+ },
103413
+ {
103414
+ "kind": "field",
103415
+ "name": "_recursion",
103416
+ "default": "new RECURSION(undefined, this, 'recursion')"
103412
103417
  },
103413
103418
  {
103414
103419
  "kind": "field",
@@ -104239,40 +104244,44 @@
104239
104244
  "exports": [
104240
104245
  {
104241
104246
  "kind": "js",
104242
- "name": "Numeric",
104247
+ "name": "Tree",
104243
104248
  "declaration": {
104244
- "name": "Numeric",
104245
- "module": "dist/protoc-gen-open-models/furo/type/Numeric.js"
104249
+ "name": "Tree",
104250
+ "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
104246
104251
  }
104247
104252
  }
104248
104253
  ]
104249
104254
  },
104250
104255
  {
104251
104256
  "kind": "javascript-module",
104252
- "path": "dist/protoc-gen-open-models/furo/type/Numeric.js.map",
104257
+ "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
104253
104258
  "declarations": [],
104254
104259
  "exports": []
104255
104260
  },
104256
104261
  {
104257
104262
  "kind": "javascript-module",
104258
- "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js",
104263
+ "path": "dist/protoc-gen-open-models/furo/type/Uints.js",
104259
104264
  "declarations": [
104260
104265
  {
104261
104266
  "kind": "class",
104262
- "description": "Numeric64\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
104263
- "name": "Numeric64",
104267
+ "description": "Uints\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
104268
+ "name": "Uints",
104264
104269
  "members": [
104265
104270
  {
104266
104271
  "kind": "field",
104267
- "name": "primitiveInt64"
104272
+ "name": "uint64"
104268
104273
  },
104269
104274
  {
104270
104275
  "kind": "field",
104271
- "name": "repeatedPrimitiveInt64"
104276
+ "name": "uint32"
104272
104277
  },
104273
104278
  {
104274
104279
  "kind": "field",
104275
- "name": "primitiveInt64Excl"
104280
+ "name": "uint64Excl"
104281
+ },
104282
+ {
104283
+ "kind": "field",
104284
+ "name": "uint32Excl"
104276
104285
  },
104277
104286
  {
104278
104287
  "kind": "method",
@@ -104293,7 +104302,7 @@
104293
104302
  "type": {
104294
104303
  "text": "string"
104295
104304
  },
104296
- "default": "'furo.type.Numeric64'"
104305
+ "default": "'furo.type.Uints'"
104297
104306
  },
104298
104307
  {
104299
104308
  "kind": "field",
@@ -104301,22 +104310,27 @@
104301
104310
  "type": {
104302
104311
  "text": "array"
104303
104312
  },
104304
- "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 }, }, ]"
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, }, }, ]"
104305
104314
  },
104306
104315
  {
104307
104316
  "kind": "field",
104308
- "name": "_primitiveInt64",
104309
- "default": "new INT64(undefined, this, 'primitiveInt64')"
104317
+ "name": "_uint64",
104318
+ "default": "new UINT64(undefined, this, 'uint64')"
104310
104319
  },
104311
104320
  {
104312
104321
  "kind": "field",
104313
- "name": "_repeatedPrimitiveInt64",
104314
- "default": "new ARRAY(undefined, this, 'repeatedPrimitiveInt64')"
104322
+ "name": "_uint32",
104323
+ "default": "new UINT32(undefined, this, 'uint32')"
104315
104324
  },
104316
104325
  {
104317
104326
  "kind": "field",
104318
- "name": "_primitiveInt64Excl",
104319
- "default": "new INT64(undefined, this, 'primitiveInt64Excl')"
104327
+ "name": "_uint64Excl",
104328
+ "default": "new UINT64(undefined, this, 'uint64Excl')"
104329
+ },
104330
+ {
104331
+ "kind": "field",
104332
+ "name": "_uint32Excl",
104333
+ "default": "new UINT32(undefined, this, 'uint32Excl')"
104320
104334
  },
104321
104335
  {
104322
104336
  "kind": "field",
@@ -105147,32 +105161,64 @@
105147
105161
  "exports": [
105148
105162
  {
105149
105163
  "kind": "js",
105150
- "name": "Numeric64",
105164
+ "name": "Uints",
105151
105165
  "declaration": {
105152
- "name": "Numeric64",
105153
- "module": "dist/protoc-gen-open-models/furo/type/Numeric64.js"
105166
+ "name": "Uints",
105167
+ "module": "dist/protoc-gen-open-models/furo/type/Uints.js"
105154
105168
  }
105155
105169
  }
105156
105170
  ]
105157
105171
  },
105158
105172
  {
105159
105173
  "kind": "javascript-module",
105160
- "path": "dist/protoc-gen-open-models/furo/type/Numeric64.js.map",
105174
+ "path": "dist/protoc-gen-open-models/furo/type/Uints.js.map",
105161
105175
  "declarations": [],
105162
105176
  "exports": []
105163
105177
  },
105164
105178
  {
105165
105179
  "kind": "javascript-module",
105166
- "path": "dist/protoc-gen-open-models/furo/type/Other.js",
105180
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
105167
105181
  "declarations": [
105168
105182
  {
105169
105183
  "kind": "class",
105170
- "description": "Other",
105171
- "name": "Other",
105184
+ "description": "Wrappers",
105185
+ "name": "Wrappers",
105172
105186
  "members": [
105173
105187
  {
105174
105188
  "kind": "field",
105175
- "name": "recursion"
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"
105176
105222
  },
105177
105223
  {
105178
105224
  "kind": "method",
@@ -105193,7 +105239,7 @@
105193
105239
  "type": {
105194
105240
  "text": "string"
105195
105241
  },
105196
- "default": "'furo.type.Other'"
105242
+ "default": "'furo.type.Wrappers'"
105197
105243
  },
105198
105244
  {
105199
105245
  "kind": "field",
@@ -105201,12 +105247,52 @@
105201
105247
  "type": {
105202
105248
  "text": "array"
105203
105249
  },
105204
- "default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, }, ]"
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: {}, }, ]"
105205
105251
  },
105206
105252
  {
105207
105253
  "kind": "field",
105208
- "name": "_recursion",
105209
- "default": "new RECURSION(undefined, this, 'recursion')"
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')"
105276
+ },
105277
+ {
105278
+ "kind": "field",
105279
+ "name": "_boolValue",
105280
+ "default": "new BoolValue(undefined, this, 'boolValue')"
105281
+ },
105282
+ {
105283
+ "kind": "field",
105284
+ "name": "_uint32Value",
105285
+ "default": "new UInt32Value(undefined, this, 'uint32Value')"
105286
+ },
105287
+ {
105288
+ "kind": "field",
105289
+ "name": "_uint64Value",
105290
+ "default": "new UInt64Value(undefined, this, 'uint64Value')"
105291
+ },
105292
+ {
105293
+ "kind": "field",
105294
+ "name": "_bytesValue",
105295
+ "default": "new BytesValue(undefined, this, 'bytesValue')"
105210
105296
  },
105211
105297
  {
105212
105298
  "kind": "field",
@@ -106037,92 +106123,36 @@
106037
106123
  "exports": [
106038
106124
  {
106039
106125
  "kind": "js",
106040
- "name": "Other",
106041
- "declaration": {
106042
- "name": "Other",
106043
- "module": "dist/protoc-gen-open-models/furo/type/Other.js"
106044
- }
106045
- }
106046
- ]
106047
- },
106048
- {
106049
- "kind": "javascript-module",
106050
- "path": "dist/protoc-gen-open-models/furo/type/Other.js.map",
106051
- "declarations": [],
106052
- "exports": []
106053
- },
106054
- {
106055
- "kind": "javascript-module",
106056
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js",
106057
- "declarations": [
106058
- {
106059
- "kind": "variable",
106060
- "name": "RefSystem"
106061
- }
106062
- ],
106063
- "exports": [
106064
- {
106065
- "kind": "js",
106066
- "name": "RefSystem",
106067
- "declaration": {
106068
- "name": "RefSystem",
106069
- "module": "dist/protoc-gen-open-models/furo/type/RefSystem.js"
106070
- }
106071
- }
106072
- ]
106073
- },
106074
- {
106075
- "kind": "javascript-module",
106076
- "path": "dist/protoc-gen-open-models/furo/type/RefSystem.js.map",
106077
- "declarations": [],
106078
- "exports": []
106079
- },
106080
- {
106081
- "kind": "javascript-module",
106082
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js",
106083
- "declarations": [
106084
- {
106085
- "kind": "variable",
106086
- "name": "RefType"
106087
- }
106088
- ],
106089
- "exports": [
106090
- {
106091
- "kind": "js",
106092
- "name": "RefType",
106126
+ "name": "Wrappers",
106093
106127
  "declaration": {
106094
- "name": "RefType",
106095
- "module": "dist/protoc-gen-open-models/furo/type/RefType.js"
106128
+ "name": "Wrappers",
106129
+ "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
106096
106130
  }
106097
106131
  }
106098
106132
  ]
106099
106133
  },
106100
106134
  {
106101
106135
  "kind": "javascript-module",
106102
- "path": "dist/protoc-gen-open-models/furo/type/RefType.js.map",
106136
+ "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
106103
106137
  "declarations": [],
106104
106138
  "exports": []
106105
106139
  },
106106
106140
  {
106107
106141
  "kind": "javascript-module",
106108
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js",
106142
+ "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
106109
106143
  "declarations": [
106110
106144
  {
106111
106145
  "kind": "class",
106112
- "description": "Tree\n*\n Tree is for checking recursive types",
106113
- "name": "Tree",
106146
+ "description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
106147
+ "name": "CustomHttpPattern",
106114
106148
  "members": [
106115
106149
  {
106116
106150
  "kind": "field",
106117
- "name": "displayName"
106118
- },
106119
- {
106120
- "kind": "field",
106121
- "name": "nodes"
106151
+ "name": "kind"
106122
106152
  },
106123
106153
  {
106124
106154
  "kind": "field",
106125
- "name": "recursion"
106155
+ "name": "path"
106126
106156
  },
106127
106157
  {
106128
106158
  "kind": "method",
@@ -106143,7 +106173,7 @@
106143
106173
  "type": {
106144
106174
  "text": "string"
106145
106175
  },
106146
- "default": "'furo.type.Tree'"
106176
+ "default": "'google.api.CustomHttpPattern'"
106147
106177
  },
106148
106178
  {
106149
106179
  "kind": "field",
@@ -106151,22 +106181,17 @@
106151
106181
  "type": {
106152
106182
  "text": "array"
106153
106183
  },
106154
- "default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, }, ]"
106155
- },
106156
- {
106157
- "kind": "field",
106158
- "name": "_displayName",
106159
- "default": "new STRING(undefined, this, 'displayName')"
106184
+ "default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
106160
106185
  },
106161
106186
  {
106162
106187
  "kind": "field",
106163
- "name": "_nodes",
106164
- "default": "new ARRAY(undefined, this, 'nodes')"
106188
+ "name": "_kind",
106189
+ "default": "new STRING(undefined, this, 'kind')"
106165
106190
  },
106166
106191
  {
106167
106192
  "kind": "field",
106168
- "name": "_recursion",
106169
- "default": "new RECURSION(undefined, this, 'recursion')"
106193
+ "name": "_path",
106194
+ "default": "new STRING(undefined, this, 'path')"
106170
106195
  },
106171
106196
  {
106172
106197
  "kind": "field",
@@ -106997,44 +107022,36 @@
106997
107022
  "exports": [
106998
107023
  {
106999
107024
  "kind": "js",
107000
- "name": "Tree",
107025
+ "name": "CustomHttpPattern",
107001
107026
  "declaration": {
107002
- "name": "Tree",
107003
- "module": "dist/protoc-gen-open-models/furo/type/Tree.js"
107027
+ "name": "CustomHttpPattern",
107028
+ "module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
107004
107029
  }
107005
107030
  }
107006
107031
  ]
107007
107032
  },
107008
107033
  {
107009
107034
  "kind": "javascript-module",
107010
- "path": "dist/protoc-gen-open-models/furo/type/Tree.js.map",
107035
+ "path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
107011
107036
  "declarations": [],
107012
107037
  "exports": []
107013
107038
  },
107014
107039
  {
107015
107040
  "kind": "javascript-module",
107016
- "path": "dist/protoc-gen-open-models/furo/type/Uints.js",
107041
+ "path": "dist/protoc-gen-open-models/google/api/Http.js",
107017
107042
  "declarations": [
107018
107043
  {
107019
107044
  "kind": "class",
107020
- "description": "Uints\n Decimal numbers\n Regex pattern: ^[+-]?(\\d*\\.)?\\d+$",
107021
- "name": "Uints",
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",
107022
107047
  "members": [
107023
107048
  {
107024
107049
  "kind": "field",
107025
- "name": "uint64"
107026
- },
107027
- {
107028
- "kind": "field",
107029
- "name": "uint32"
107030
- },
107031
- {
107032
- "kind": "field",
107033
- "name": "uint64Excl"
107050
+ "name": "rules"
107034
107051
  },
107035
107052
  {
107036
107053
  "kind": "field",
107037
- "name": "uint32Excl"
107054
+ "name": "fullyDecodeReservedExpansion"
107038
107055
  },
107039
107056
  {
107040
107057
  "kind": "method",
@@ -107055,7 +107072,7 @@
107055
107072
  "type": {
107056
107073
  "text": "string"
107057
107074
  },
107058
- "default": "'furo.type.Uints'"
107075
+ "default": "'google.api.Http'"
107059
107076
  },
107060
107077
  {
107061
107078
  "kind": "field",
@@ -107063,27 +107080,17 @@
107063
107080
  "type": {
107064
107081
  "text": "array"
107065
107082
  },
107066
- "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, }, }, ]"
107067
- },
107068
- {
107069
- "kind": "field",
107070
- "name": "_uint64",
107071
- "default": "new UINT64(undefined, this, 'uint64')"
107072
- },
107073
- {
107074
- "kind": "field",
107075
- "name": "_uint32",
107076
- "default": "new UINT32(undefined, this, 'uint32')"
107083
+ "default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
107077
107084
  },
107078
107085
  {
107079
107086
  "kind": "field",
107080
- "name": "_uint64Excl",
107081
- "default": "new UINT64(undefined, this, 'uint64Excl')"
107087
+ "name": "_rules",
107088
+ "default": "new ARRAY(undefined, this, 'rules')"
107082
107089
  },
107083
107090
  {
107084
107091
  "kind": "field",
107085
- "name": "_uint32Excl",
107086
- "default": "new UINT32(undefined, this, 'uint32Excl')"
107092
+ "name": "_fullyDecodeReservedExpansion",
107093
+ "default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
107087
107094
  },
107088
107095
  {
107089
107096
  "kind": "field",
@@ -107914,64 +107921,68 @@
107914
107921
  "exports": [
107915
107922
  {
107916
107923
  "kind": "js",
107917
- "name": "Uints",
107924
+ "name": "Http",
107918
107925
  "declaration": {
107919
- "name": "Uints",
107920
- "module": "dist/protoc-gen-open-models/furo/type/Uints.js"
107926
+ "name": "Http",
107927
+ "module": "dist/protoc-gen-open-models/google/api/Http.js"
107921
107928
  }
107922
107929
  }
107923
107930
  ]
107924
107931
  },
107925
107932
  {
107926
107933
  "kind": "javascript-module",
107927
- "path": "dist/protoc-gen-open-models/furo/type/Uints.js.map",
107934
+ "path": "dist/protoc-gen-open-models/google/api/Http.js.map",
107928
107935
  "declarations": [],
107929
107936
  "exports": []
107930
107937
  },
107931
107938
  {
107932
107939
  "kind": "javascript-module",
107933
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js",
107940
+ "path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
107934
107941
  "declarations": [
107935
107942
  {
107936
107943
  "kind": "class",
107937
- "description": "Wrappers",
107938
- "name": "Wrappers",
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",
107939
107946
  "members": [
107940
107947
  {
107941
107948
  "kind": "field",
107942
- "name": "stringValue"
107949
+ "name": "selector"
107943
107950
  },
107944
107951
  {
107945
107952
  "kind": "field",
107946
- "name": "int32Value"
107953
+ "name": "get"
107947
107954
  },
107948
107955
  {
107949
107956
  "kind": "field",
107950
- "name": "int64Value"
107957
+ "name": "put"
107951
107958
  },
107952
107959
  {
107953
107960
  "kind": "field",
107954
- "name": "floatValue"
107961
+ "name": "post"
107955
107962
  },
107956
107963
  {
107957
107964
  "kind": "field",
107958
- "name": "doubleValue"
107965
+ "name": "delete"
107959
107966
  },
107960
107967
  {
107961
107968
  "kind": "field",
107962
- "name": "boolValue"
107969
+ "name": "patch"
107963
107970
  },
107964
107971
  {
107965
107972
  "kind": "field",
107966
- "name": "uint32Value"
107973
+ "name": "custom"
107967
107974
  },
107968
107975
  {
107969
107976
  "kind": "field",
107970
- "name": "uint64Value"
107977
+ "name": "body"
107971
107978
  },
107972
107979
  {
107973
107980
  "kind": "field",
107974
- "name": "bytesValue"
107981
+ "name": "responseBody"
107982
+ },
107983
+ {
107984
+ "kind": "field",
107985
+ "name": "additionalBindings"
107975
107986
  },
107976
107987
  {
107977
107988
  "kind": "method",
@@ -107992,7 +108003,7 @@
107992
108003
  "type": {
107993
108004
  "text": "string"
107994
108005
  },
107995
- "default": "'furo.type.Wrappers'"
108006
+ "default": "'google.api.HttpRule'"
107996
108007
  },
107997
108008
  {
107998
108009
  "kind": "field",
@@ -108000,52 +108011,57 @@
108000
108011
  "type": {
108001
108012
  "text": "array"
108002
108013
  },
108003
- "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: {}, }, ]"
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: {}, }, ]"
108004
108015
  },
108005
108016
  {
108006
108017
  "kind": "field",
108007
- "name": "_stringValue",
108008
- "default": "new StringValue(undefined, this, 'stringValue')"
108018
+ "name": "_selector",
108019
+ "default": "new STRING(undefined, this, 'selector')"
108009
108020
  },
108010
108021
  {
108011
108022
  "kind": "field",
108012
- "name": "_int32Value",
108013
- "default": "new Int32Value(undefined, this, 'int32Value')"
108023
+ "name": "_get",
108024
+ "default": "new STRING(undefined, this, 'get')"
108014
108025
  },
108015
108026
  {
108016
108027
  "kind": "field",
108017
- "name": "_int64Value",
108018
- "default": "new Int64Value(undefined, this, 'int64Value')"
108028
+ "name": "_put",
108029
+ "default": "new STRING(undefined, this, 'put')"
108019
108030
  },
108020
108031
  {
108021
108032
  "kind": "field",
108022
- "name": "_floatValue",
108023
- "default": "new FloatValue(undefined, this, 'floatValue')"
108033
+ "name": "_post",
108034
+ "default": "new STRING(undefined, this, 'post')"
108024
108035
  },
108025
108036
  {
108026
108037
  "kind": "field",
108027
- "name": "_doubleValue",
108028
- "default": "new DoubleValue(undefined, this, 'doubleValue')"
108038
+ "name": "_delete",
108039
+ "default": "new STRING(undefined, this, 'delete')"
108029
108040
  },
108030
108041
  {
108031
108042
  "kind": "field",
108032
- "name": "_boolValue",
108033
- "default": "new BoolValue(undefined, this, 'boolValue')"
108043
+ "name": "_patch",
108044
+ "default": "new STRING(undefined, this, 'patch')"
108034
108045
  },
108035
108046
  {
108036
108047
  "kind": "field",
108037
- "name": "_uint32Value",
108038
- "default": "new UInt32Value(undefined, this, 'uint32Value')"
108048
+ "name": "_custom",
108049
+ "default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
108039
108050
  },
108040
108051
  {
108041
108052
  "kind": "field",
108042
- "name": "_uint64Value",
108043
- "default": "new UInt64Value(undefined, this, 'uint64Value')"
108053
+ "name": "_body",
108054
+ "default": "new STRING(undefined, this, 'body')"
108044
108055
  },
108045
108056
  {
108046
108057
  "kind": "field",
108047
- "name": "_bytesValue",
108048
- "default": "new BytesValue(undefined, this, 'bytesValue')"
108058
+ "name": "_responseBody",
108059
+ "default": "new STRING(undefined, this, 'responseBody')"
108060
+ },
108061
+ {
108062
+ "kind": "field",
108063
+ "name": "_additionalBindings",
108064
+ "default": "new ARRAY(undefined, this, 'additionalBindings')"
108049
108065
  },
108050
108066
  {
108051
108067
  "kind": "field",
@@ -108876,17 +108892,17 @@
108876
108892
  "exports": [
108877
108893
  {
108878
108894
  "kind": "js",
108879
- "name": "Wrappers",
108895
+ "name": "HttpRule",
108880
108896
  "declaration": {
108881
- "name": "Wrappers",
108882
- "module": "dist/protoc-gen-open-models/furo/type/Wrappers.js"
108897
+ "name": "HttpRule",
108898
+ "module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
108883
108899
  }
108884
108900
  }
108885
108901
  ]
108886
108902
  },
108887
108903
  {
108888
108904
  "kind": "javascript-module",
108889
- "path": "dist/protoc-gen-open-models/furo/type/Wrappers.js.map",
108905
+ "path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
108890
108906
  "declarations": [],
108891
108907
  "exports": []
108892
108908
  },