@furo/open-models 1.1.1 → 1.1.2-rc.1
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.
- package/custom-elements.json +455 -455
- package/dist/primitives/BOOLEAN.js +7 -0
- package/dist/primitives/BOOLEAN.js.map +1 -1
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -81376,20 +81376,28 @@
|
|
|
81376
81376
|
},
|
|
81377
81377
|
{
|
|
81378
81378
|
"kind": "javascript-module",
|
|
81379
|
-
"path": "dist/protoc-gen-open-models/
|
|
81379
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Colour.js",
|
|
81380
81380
|
"declarations": [
|
|
81381
81381
|
{
|
|
81382
81382
|
"kind": "class",
|
|
81383
|
-
"description": "
|
|
81384
|
-
"name": "
|
|
81383
|
+
"description": "Colour",
|
|
81384
|
+
"name": "Colour",
|
|
81385
81385
|
"members": [
|
|
81386
81386
|
{
|
|
81387
81387
|
"kind": "field",
|
|
81388
|
-
"name": "
|
|
81388
|
+
"name": "red"
|
|
81389
81389
|
},
|
|
81390
81390
|
{
|
|
81391
81391
|
"kind": "field",
|
|
81392
|
-
"name": "
|
|
81392
|
+
"name": "green"
|
|
81393
|
+
},
|
|
81394
|
+
{
|
|
81395
|
+
"kind": "field",
|
|
81396
|
+
"name": "blue"
|
|
81397
|
+
},
|
|
81398
|
+
{
|
|
81399
|
+
"kind": "field",
|
|
81400
|
+
"name": "alpha"
|
|
81393
81401
|
},
|
|
81394
81402
|
{
|
|
81395
81403
|
"kind": "method",
|
|
@@ -81410,7 +81418,7 @@
|
|
|
81410
81418
|
"type": {
|
|
81411
81419
|
"text": "string"
|
|
81412
81420
|
},
|
|
81413
|
-
"default": "'
|
|
81421
|
+
"default": "'furo.cube.Colour'"
|
|
81414
81422
|
},
|
|
81415
81423
|
{
|
|
81416
81424
|
"kind": "field",
|
|
@@ -81418,17 +81426,27 @@
|
|
|
81418
81426
|
"type": {
|
|
81419
81427
|
"text": "array"
|
|
81420
81428
|
},
|
|
81421
|
-
"default": "[ { fieldName: '
|
|
81429
|
+
"default": "[ { fieldName: 'red', protoName: 'red', FieldConstructor: INT32, constraints: { maximum: 255 }, }, { fieldName: 'green', protoName: 'green', FieldConstructor: INT32, constraints: { maximum: 255 }, }, { fieldName: 'blue', protoName: 'blue', FieldConstructor: INT32, constraints: { maximum: 255 }, }, { fieldName: 'alpha', protoName: 'alpha', FieldConstructor: FLOAT, constraints: { maximum: 1 }, }, ]"
|
|
81422
81430
|
},
|
|
81423
81431
|
{
|
|
81424
81432
|
"kind": "field",
|
|
81425
|
-
"name": "
|
|
81426
|
-
"default": "new
|
|
81433
|
+
"name": "_red",
|
|
81434
|
+
"default": "new INT32(undefined, this, 'red')"
|
|
81427
81435
|
},
|
|
81428
81436
|
{
|
|
81429
81437
|
"kind": "field",
|
|
81430
|
-
"name": "
|
|
81431
|
-
"default": "new
|
|
81438
|
+
"name": "_green",
|
|
81439
|
+
"default": "new INT32(undefined, this, 'green')"
|
|
81440
|
+
},
|
|
81441
|
+
{
|
|
81442
|
+
"kind": "field",
|
|
81443
|
+
"name": "_blue",
|
|
81444
|
+
"default": "new INT32(undefined, this, 'blue')"
|
|
81445
|
+
},
|
|
81446
|
+
{
|
|
81447
|
+
"kind": "field",
|
|
81448
|
+
"name": "_alpha",
|
|
81449
|
+
"default": "new FLOAT(undefined, this, 'alpha')"
|
|
81432
81450
|
},
|
|
81433
81451
|
{
|
|
81434
81452
|
"kind": "field",
|
|
@@ -81436,7 +81454,7 @@
|
|
|
81436
81454
|
"type": {
|
|
81437
81455
|
"text": "object"
|
|
81438
81456
|
},
|
|
81439
|
-
"default": "{}"
|
|
81457
|
+
"default": "{ alpha: 1.0, blue: 88.0, green: 34.0, red: 22.0, }"
|
|
81440
81458
|
},
|
|
81441
81459
|
{
|
|
81442
81460
|
"kind": "field",
|
|
@@ -82259,36 +82277,60 @@
|
|
|
82259
82277
|
"exports": [
|
|
82260
82278
|
{
|
|
82261
82279
|
"kind": "js",
|
|
82262
|
-
"name": "
|
|
82280
|
+
"name": "Colour",
|
|
82263
82281
|
"declaration": {
|
|
82264
|
-
"name": "
|
|
82265
|
-
"module": "dist/protoc-gen-open-models/
|
|
82282
|
+
"name": "Colour",
|
|
82283
|
+
"module": "dist/protoc-gen-open-models/furo/cube/Colour.js"
|
|
82266
82284
|
}
|
|
82267
82285
|
}
|
|
82268
82286
|
]
|
|
82269
82287
|
},
|
|
82270
82288
|
{
|
|
82271
82289
|
"kind": "javascript-module",
|
|
82272
|
-
"path": "dist/protoc-gen-open-models/
|
|
82290
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Colour.js.map",
|
|
82273
82291
|
"declarations": [],
|
|
82274
82292
|
"exports": []
|
|
82275
82293
|
},
|
|
82276
82294
|
{
|
|
82277
82295
|
"kind": "javascript-module",
|
|
82278
|
-
"path": "dist/protoc-gen-open-models/
|
|
82296
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeDefinition.js",
|
|
82279
82297
|
"declarations": [
|
|
82280
82298
|
{
|
|
82281
82299
|
"kind": "class",
|
|
82282
|
-
"description": "
|
|
82283
|
-
"name": "
|
|
82300
|
+
"description": "CubeDefinition",
|
|
82301
|
+
"name": "CubeDefinition",
|
|
82284
82302
|
"members": [
|
|
82285
82303
|
{
|
|
82286
82304
|
"kind": "field",
|
|
82287
|
-
"name": "
|
|
82305
|
+
"name": "length"
|
|
82288
82306
|
},
|
|
82289
82307
|
{
|
|
82290
82308
|
"kind": "field",
|
|
82291
|
-
"name": "
|
|
82309
|
+
"name": "breadth"
|
|
82310
|
+
},
|
|
82311
|
+
{
|
|
82312
|
+
"kind": "field",
|
|
82313
|
+
"name": "height"
|
|
82314
|
+
},
|
|
82315
|
+
{
|
|
82316
|
+
"kind": "field",
|
|
82317
|
+
"name": "colour"
|
|
82318
|
+
},
|
|
82319
|
+
{
|
|
82320
|
+
"kind": "field",
|
|
82321
|
+
"name": "material"
|
|
82322
|
+
},
|
|
82323
|
+
{
|
|
82324
|
+
"kind": "field",
|
|
82325
|
+
"name": "str"
|
|
82326
|
+
},
|
|
82327
|
+
{
|
|
82328
|
+
"kind": "field",
|
|
82329
|
+
"name": "boo"
|
|
82330
|
+
},
|
|
82331
|
+
{
|
|
82332
|
+
"kind": "field",
|
|
82333
|
+
"name": "num"
|
|
82292
82334
|
},
|
|
82293
82335
|
{
|
|
82294
82336
|
"kind": "method",
|
|
@@ -82309,7 +82351,7 @@
|
|
|
82309
82351
|
"type": {
|
|
82310
82352
|
"text": "string"
|
|
82311
82353
|
},
|
|
82312
|
-
"default": "'
|
|
82354
|
+
"default": "'furo.cube.CubeDefinition'"
|
|
82313
82355
|
},
|
|
82314
82356
|
{
|
|
82315
82357
|
"kind": "field",
|
|
@@ -82317,17 +82359,47 @@
|
|
|
82317
82359
|
"type": {
|
|
82318
82360
|
"text": "array"
|
|
82319
82361
|
},
|
|
82320
|
-
"default": "[ { fieldName: '
|
|
82362
|
+
"default": "[ { fieldName: 'length', protoName: 'length', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, }, { fieldName: 'breadth', protoName: 'breadth', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, }, { fieldName: 'height', protoName: 'height', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, }, { fieldName: 'colour', protoName: 'colour', FieldConstructor: FuroCubeColour, constraints: {}, }, { fieldName: 'material', protoName: 'material', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'str', protoName: 'str', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'boo', protoName: 'boo', FieldConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'num', protoName: 'num', FieldConstructor: INT32, constraints: {}, }, ]"
|
|
82321
82363
|
},
|
|
82322
82364
|
{
|
|
82323
82365
|
"kind": "field",
|
|
82324
|
-
"name": "
|
|
82325
|
-
"default": "new
|
|
82366
|
+
"name": "_length",
|
|
82367
|
+
"default": "new DOUBLE(undefined, this, 'length')"
|
|
82326
82368
|
},
|
|
82327
82369
|
{
|
|
82328
82370
|
"kind": "field",
|
|
82329
|
-
"name": "
|
|
82330
|
-
"default": "new
|
|
82371
|
+
"name": "_breadth",
|
|
82372
|
+
"default": "new DOUBLE(undefined, this, 'breadth')"
|
|
82373
|
+
},
|
|
82374
|
+
{
|
|
82375
|
+
"kind": "field",
|
|
82376
|
+
"name": "_height",
|
|
82377
|
+
"default": "new DOUBLE(undefined, this, 'height')"
|
|
82378
|
+
},
|
|
82379
|
+
{
|
|
82380
|
+
"kind": "field",
|
|
82381
|
+
"name": "_colour",
|
|
82382
|
+
"default": "new FuroCubeColour(undefined, this, 'colour')"
|
|
82383
|
+
},
|
|
82384
|
+
{
|
|
82385
|
+
"kind": "field",
|
|
82386
|
+
"name": "_material",
|
|
82387
|
+
"default": "new ENUM(undefined, FuroCubeMaterials, FuroCubeMaterials.MATERIALS_UNSPECIFIED, this, 'material')"
|
|
82388
|
+
},
|
|
82389
|
+
{
|
|
82390
|
+
"kind": "field",
|
|
82391
|
+
"name": "_str",
|
|
82392
|
+
"default": "new STRING(undefined, this, 'str')"
|
|
82393
|
+
},
|
|
82394
|
+
{
|
|
82395
|
+
"kind": "field",
|
|
82396
|
+
"name": "_boo",
|
|
82397
|
+
"default": "new BOOLEAN(undefined, this, 'boo')"
|
|
82398
|
+
},
|
|
82399
|
+
{
|
|
82400
|
+
"kind": "field",
|
|
82401
|
+
"name": "_num",
|
|
82402
|
+
"default": "new INT32(undefined, this, 'num')"
|
|
82331
82403
|
},
|
|
82332
82404
|
{
|
|
82333
82405
|
"kind": "field",
|
|
@@ -82335,7 +82407,7 @@
|
|
|
82335
82407
|
"type": {
|
|
82336
82408
|
"text": "object"
|
|
82337
82409
|
},
|
|
82338
|
-
"default": "{}"
|
|
82410
|
+
"default": "{ breadth: 100.0, height: 100.0, length: 100.0, }"
|
|
82339
82411
|
},
|
|
82340
82412
|
{
|
|
82341
82413
|
"kind": "field",
|
|
@@ -83158,68 +83230,40 @@
|
|
|
83158
83230
|
"exports": [
|
|
83159
83231
|
{
|
|
83160
83232
|
"kind": "js",
|
|
83161
|
-
"name": "
|
|
83233
|
+
"name": "CubeDefinition",
|
|
83162
83234
|
"declaration": {
|
|
83163
|
-
"name": "
|
|
83164
|
-
"module": "dist/protoc-gen-open-models/
|
|
83235
|
+
"name": "CubeDefinition",
|
|
83236
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeDefinition.js"
|
|
83165
83237
|
}
|
|
83166
83238
|
}
|
|
83167
83239
|
]
|
|
83168
83240
|
},
|
|
83169
83241
|
{
|
|
83170
83242
|
"kind": "javascript-module",
|
|
83171
|
-
"path": "dist/protoc-gen-open-models/
|
|
83243
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map",
|
|
83172
83244
|
"declarations": [],
|
|
83173
83245
|
"exports": []
|
|
83174
83246
|
},
|
|
83175
83247
|
{
|
|
83176
83248
|
"kind": "javascript-module",
|
|
83177
|
-
"path": "dist/protoc-gen-open-models/
|
|
83249
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js",
|
|
83178
83250
|
"declarations": [
|
|
83179
83251
|
{
|
|
83180
83252
|
"kind": "class",
|
|
83181
|
-
"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¶m=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.",
|
|
83182
|
-
"name": "
|
|
83253
|
+
"description": "CubeEntity",
|
|
83254
|
+
"name": "CubeEntity",
|
|
83183
83255
|
"members": [
|
|
83184
83256
|
{
|
|
83185
83257
|
"kind": "field",
|
|
83186
|
-
"name": "
|
|
83187
|
-
},
|
|
83188
|
-
{
|
|
83189
|
-
"kind": "field",
|
|
83190
|
-
"name": "get"
|
|
83191
|
-
},
|
|
83192
|
-
{
|
|
83193
|
-
"kind": "field",
|
|
83194
|
-
"name": "put"
|
|
83195
|
-
},
|
|
83196
|
-
{
|
|
83197
|
-
"kind": "field",
|
|
83198
|
-
"name": "post"
|
|
83199
|
-
},
|
|
83200
|
-
{
|
|
83201
|
-
"kind": "field",
|
|
83202
|
-
"name": "delete"
|
|
83203
|
-
},
|
|
83204
|
-
{
|
|
83205
|
-
"kind": "field",
|
|
83206
|
-
"name": "patch"
|
|
83207
|
-
},
|
|
83208
|
-
{
|
|
83209
|
-
"kind": "field",
|
|
83210
|
-
"name": "custom"
|
|
83211
|
-
},
|
|
83212
|
-
{
|
|
83213
|
-
"kind": "field",
|
|
83214
|
-
"name": "body"
|
|
83258
|
+
"name": "displayName"
|
|
83215
83259
|
},
|
|
83216
83260
|
{
|
|
83217
83261
|
"kind": "field",
|
|
83218
|
-
"name": "
|
|
83262
|
+
"name": "description"
|
|
83219
83263
|
},
|
|
83220
83264
|
{
|
|
83221
83265
|
"kind": "field",
|
|
83222
|
-
"name": "
|
|
83266
|
+
"name": "cube"
|
|
83223
83267
|
},
|
|
83224
83268
|
{
|
|
83225
83269
|
"kind": "method",
|
|
@@ -83240,7 +83284,7 @@
|
|
|
83240
83284
|
"type": {
|
|
83241
83285
|
"text": "string"
|
|
83242
83286
|
},
|
|
83243
|
-
"default": "'
|
|
83287
|
+
"default": "'furo.cube.CubeEntity'"
|
|
83244
83288
|
},
|
|
83245
83289
|
{
|
|
83246
83290
|
"kind": "field",
|
|
@@ -83248,57 +83292,22 @@
|
|
|
83248
83292
|
"type": {
|
|
83249
83293
|
"text": "array"
|
|
83250
83294
|
},
|
|
83251
|
-
"default": "[ { fieldName: '
|
|
83252
|
-
},
|
|
83253
|
-
{
|
|
83254
|
-
"kind": "field",
|
|
83255
|
-
"name": "_selector",
|
|
83256
|
-
"default": "new STRING(undefined, this, 'selector')"
|
|
83257
|
-
},
|
|
83258
|
-
{
|
|
83259
|
-
"kind": "field",
|
|
83260
|
-
"name": "_get",
|
|
83261
|
-
"default": "new STRING(undefined, this, 'get')"
|
|
83262
|
-
},
|
|
83263
|
-
{
|
|
83264
|
-
"kind": "field",
|
|
83265
|
-
"name": "_put",
|
|
83266
|
-
"default": "new STRING(undefined, this, 'put')"
|
|
83267
|
-
},
|
|
83268
|
-
{
|
|
83269
|
-
"kind": "field",
|
|
83270
|
-
"name": "_post",
|
|
83271
|
-
"default": "new STRING(undefined, this, 'post')"
|
|
83272
|
-
},
|
|
83273
|
-
{
|
|
83274
|
-
"kind": "field",
|
|
83275
|
-
"name": "_delete",
|
|
83276
|
-
"default": "new STRING(undefined, this, 'delete')"
|
|
83277
|
-
},
|
|
83278
|
-
{
|
|
83279
|
-
"kind": "field",
|
|
83280
|
-
"name": "_patch",
|
|
83281
|
-
"default": "new STRING(undefined, this, 'patch')"
|
|
83282
|
-
},
|
|
83283
|
-
{
|
|
83284
|
-
"kind": "field",
|
|
83285
|
-
"name": "_custom",
|
|
83286
|
-
"default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
|
|
83295
|
+
"default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: { read_only: true }, }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'cube', protoName: 'cube', FieldConstructor: FuroCubeCubeDefinition, constraints: {}, }, ]"
|
|
83287
83296
|
},
|
|
83288
83297
|
{
|
|
83289
83298
|
"kind": "field",
|
|
83290
|
-
"name": "
|
|
83291
|
-
"default": "new STRING(undefined, this, '
|
|
83299
|
+
"name": "_displayName",
|
|
83300
|
+
"default": "new STRING(undefined, this, 'displayName')"
|
|
83292
83301
|
},
|
|
83293
83302
|
{
|
|
83294
83303
|
"kind": "field",
|
|
83295
|
-
"name": "
|
|
83296
|
-
"default": "new STRING(undefined, this, '
|
|
83304
|
+
"name": "_description",
|
|
83305
|
+
"default": "new STRING(undefined, this, 'description')"
|
|
83297
83306
|
},
|
|
83298
83307
|
{
|
|
83299
83308
|
"kind": "field",
|
|
83300
|
-
"name": "
|
|
83301
|
-
"default": "new
|
|
83309
|
+
"name": "_cube",
|
|
83310
|
+
"default": "new FuroCubeCubeDefinition(undefined, this, 'cube')"
|
|
83302
83311
|
},
|
|
83303
83312
|
{
|
|
83304
83313
|
"kind": "field",
|
|
@@ -83306,7 +83315,7 @@
|
|
|
83306
83315
|
"type": {
|
|
83307
83316
|
"text": "object"
|
|
83308
83317
|
},
|
|
83309
|
-
"default": "{}"
|
|
83318
|
+
"default": "{ cube: { length: 222 }, }"
|
|
83310
83319
|
},
|
|
83311
83320
|
{
|
|
83312
83321
|
"kind": "field",
|
|
@@ -84129,44 +84138,76 @@
|
|
|
84129
84138
|
"exports": [
|
|
84130
84139
|
{
|
|
84131
84140
|
"kind": "js",
|
|
84132
|
-
"name": "
|
|
84141
|
+
"name": "CubeEntity",
|
|
84133
84142
|
"declaration": {
|
|
84134
|
-
"name": "
|
|
84135
|
-
"module": "dist/protoc-gen-open-models/
|
|
84143
|
+
"name": "CubeEntity",
|
|
84144
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js"
|
|
84136
84145
|
}
|
|
84137
84146
|
}
|
|
84138
84147
|
]
|
|
84139
84148
|
},
|
|
84140
84149
|
{
|
|
84141
84150
|
"kind": "javascript-module",
|
|
84142
|
-
"path": "dist/protoc-gen-open-models/
|
|
84151
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map",
|
|
84143
84152
|
"declarations": [],
|
|
84144
84153
|
"exports": []
|
|
84145
84154
|
},
|
|
84146
84155
|
{
|
|
84147
84156
|
"kind": "javascript-module",
|
|
84148
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
84157
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeService.js",
|
|
84149
84158
|
"declarations": [
|
|
84150
84159
|
{
|
|
84151
84160
|
"kind": "class",
|
|
84152
|
-
"description": "
|
|
84153
|
-
"name": "
|
|
84161
|
+
"description": "",
|
|
84162
|
+
"name": "CubeService",
|
|
84154
84163
|
"members": [
|
|
84155
84164
|
{
|
|
84156
84165
|
"kind": "field",
|
|
84157
|
-
"name": "
|
|
84166
|
+
"name": "GetList",
|
|
84167
|
+
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes')"
|
|
84158
84168
|
},
|
|
84159
84169
|
{
|
|
84160
84170
|
"kind": "field",
|
|
84161
|
-
"name": "
|
|
84171
|
+
"name": "Get",
|
|
84172
|
+
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes/{cube_id}')"
|
|
84162
84173
|
},
|
|
84163
84174
|
{
|
|
84164
84175
|
"kind": "field",
|
|
84165
|
-
"name": "
|
|
84166
|
-
|
|
84176
|
+
"name": "Update",
|
|
84177
|
+
"default": "new Fetcher(API_OPTIONS, 'PUT', '/v1/cubes/{cube_id}', 'entity')"
|
|
84178
|
+
}
|
|
84179
|
+
]
|
|
84180
|
+
}
|
|
84181
|
+
],
|
|
84182
|
+
"exports": [
|
|
84183
|
+
{
|
|
84184
|
+
"kind": "js",
|
|
84185
|
+
"name": "CubeService",
|
|
84186
|
+
"declaration": {
|
|
84187
|
+
"name": "CubeService",
|
|
84188
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeService.js"
|
|
84189
|
+
}
|
|
84190
|
+
}
|
|
84191
|
+
]
|
|
84192
|
+
},
|
|
84193
|
+
{
|
|
84194
|
+
"kind": "javascript-module",
|
|
84195
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeService.js.map",
|
|
84196
|
+
"declarations": [],
|
|
84197
|
+
"exports": []
|
|
84198
|
+
},
|
|
84199
|
+
{
|
|
84200
|
+
"kind": "javascript-module",
|
|
84201
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js",
|
|
84202
|
+
"declarations": [
|
|
84203
|
+
{
|
|
84204
|
+
"kind": "class",
|
|
84205
|
+
"description": "CubeServiceGetListRequest",
|
|
84206
|
+
"name": "CubeServiceGetListRequest",
|
|
84207
|
+
"members": [
|
|
84167
84208
|
{
|
|
84168
84209
|
"kind": "field",
|
|
84169
|
-
"name": "
|
|
84210
|
+
"name": "query"
|
|
84170
84211
|
},
|
|
84171
84212
|
{
|
|
84172
84213
|
"kind": "method",
|
|
@@ -84187,7 +84228,7 @@
|
|
|
84187
84228
|
"type": {
|
|
84188
84229
|
"text": "string"
|
|
84189
84230
|
},
|
|
84190
|
-
"default": "'furo.cube.
|
|
84231
|
+
"default": "'furo.cube.CubeServiceGetListRequest'"
|
|
84191
84232
|
},
|
|
84192
84233
|
{
|
|
84193
84234
|
"kind": "field",
|
|
@@ -84195,27 +84236,12 @@
|
|
|
84195
84236
|
"type": {
|
|
84196
84237
|
"text": "array"
|
|
84197
84238
|
},
|
|
84198
|
-
"default": "[ { fieldName: '
|
|
84199
|
-
},
|
|
84200
|
-
{
|
|
84201
|
-
"kind": "field",
|
|
84202
|
-
"name": "_red",
|
|
84203
|
-
"default": "new INT32(undefined, this, 'red')"
|
|
84204
|
-
},
|
|
84205
|
-
{
|
|
84206
|
-
"kind": "field",
|
|
84207
|
-
"name": "_green",
|
|
84208
|
-
"default": "new INT32(undefined, this, 'green')"
|
|
84209
|
-
},
|
|
84210
|
-
{
|
|
84211
|
-
"kind": "field",
|
|
84212
|
-
"name": "_blue",
|
|
84213
|
-
"default": "new INT32(undefined, this, 'blue')"
|
|
84239
|
+
"default": "[ { fieldName: 'query', protoName: 'query', FieldConstructor: STRING, constraints: {}, }, ]"
|
|
84214
84240
|
},
|
|
84215
84241
|
{
|
|
84216
84242
|
"kind": "field",
|
|
84217
|
-
"name": "
|
|
84218
|
-
"default": "new
|
|
84243
|
+
"name": "_query",
|
|
84244
|
+
"default": "new STRING(undefined, this, 'query')"
|
|
84219
84245
|
},
|
|
84220
84246
|
{
|
|
84221
84247
|
"kind": "field",
|
|
@@ -84223,7 +84249,7 @@
|
|
|
84223
84249
|
"type": {
|
|
84224
84250
|
"text": "object"
|
|
84225
84251
|
},
|
|
84226
|
-
"default": "{
|
|
84252
|
+
"default": "{}"
|
|
84227
84253
|
},
|
|
84228
84254
|
{
|
|
84229
84255
|
"kind": "field",
|
|
@@ -85046,129 +85072,66 @@
|
|
|
85046
85072
|
"exports": [
|
|
85047
85073
|
{
|
|
85048
85074
|
"kind": "js",
|
|
85049
|
-
"name": "
|
|
85075
|
+
"name": "CubeServiceGetListRequest",
|
|
85050
85076
|
"declaration": {
|
|
85051
|
-
"name": "
|
|
85052
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
85077
|
+
"name": "CubeServiceGetListRequest",
|
|
85078
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js"
|
|
85053
85079
|
}
|
|
85054
85080
|
}
|
|
85055
85081
|
]
|
|
85056
85082
|
},
|
|
85057
85083
|
{
|
|
85058
85084
|
"kind": "javascript-module",
|
|
85059
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
85085
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map",
|
|
85060
85086
|
"declarations": [],
|
|
85061
85087
|
"exports": []
|
|
85062
85088
|
},
|
|
85063
85089
|
{
|
|
85064
85090
|
"kind": "javascript-module",
|
|
85065
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
85091
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js",
|
|
85066
85092
|
"declarations": [
|
|
85067
85093
|
{
|
|
85068
85094
|
"kind": "class",
|
|
85069
|
-
"description": "
|
|
85070
|
-
"name": "
|
|
85095
|
+
"description": "CubeServiceGetListResponse",
|
|
85096
|
+
"name": "CubeServiceGetListResponse",
|
|
85071
85097
|
"members": [
|
|
85072
85098
|
{
|
|
85073
85099
|
"kind": "field",
|
|
85074
|
-
"name": "
|
|
85075
|
-
},
|
|
85076
|
-
{
|
|
85077
|
-
"kind": "field",
|
|
85078
|
-
"name": "breadth"
|
|
85079
|
-
},
|
|
85080
|
-
{
|
|
85081
|
-
"kind": "field",
|
|
85082
|
-
"name": "height"
|
|
85083
|
-
},
|
|
85084
|
-
{
|
|
85085
|
-
"kind": "field",
|
|
85086
|
-
"name": "colour"
|
|
85087
|
-
},
|
|
85088
|
-
{
|
|
85089
|
-
"kind": "field",
|
|
85090
|
-
"name": "material"
|
|
85091
|
-
},
|
|
85092
|
-
{
|
|
85093
|
-
"kind": "field",
|
|
85094
|
-
"name": "str"
|
|
85095
|
-
},
|
|
85096
|
-
{
|
|
85097
|
-
"kind": "field",
|
|
85098
|
-
"name": "boo"
|
|
85099
|
-
},
|
|
85100
|
-
{
|
|
85101
|
-
"kind": "field",
|
|
85102
|
-
"name": "num"
|
|
85103
|
-
},
|
|
85104
|
-
{
|
|
85105
|
-
"kind": "method",
|
|
85106
|
-
"name": "fromLiteral",
|
|
85107
|
-
"parameters": [
|
|
85108
|
-
{
|
|
85109
|
-
"name": "data"
|
|
85110
|
-
}
|
|
85111
|
-
]
|
|
85112
|
-
},
|
|
85113
|
-
{
|
|
85114
|
-
"kind": "method",
|
|
85115
|
-
"name": "toLiteral"
|
|
85116
|
-
},
|
|
85117
|
-
{
|
|
85118
|
-
"kind": "field",
|
|
85119
|
-
"name": "typeName",
|
|
85120
|
-
"type": {
|
|
85121
|
-
"text": "string"
|
|
85122
|
-
},
|
|
85123
|
-
"default": "'furo.cube.CubeDefinition'"
|
|
85124
|
-
},
|
|
85125
|
-
{
|
|
85126
|
-
"kind": "field",
|
|
85127
|
-
"name": "nodeFields",
|
|
85128
|
-
"type": {
|
|
85129
|
-
"text": "array"
|
|
85130
|
-
},
|
|
85131
|
-
"default": "[ { fieldName: 'length', protoName: 'length', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, }, { fieldName: 'breadth', protoName: 'breadth', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, }, { fieldName: 'height', protoName: 'height', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, }, { fieldName: 'colour', protoName: 'colour', FieldConstructor: FuroCubeColour, constraints: {}, }, { fieldName: 'material', protoName: 'material', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'str', protoName: 'str', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'boo', protoName: 'boo', FieldConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'num', protoName: 'num', FieldConstructor: INT32, constraints: {}, }, ]"
|
|
85132
|
-
},
|
|
85133
|
-
{
|
|
85134
|
-
"kind": "field",
|
|
85135
|
-
"name": "_length",
|
|
85136
|
-
"default": "new DOUBLE(undefined, this, 'length')"
|
|
85137
|
-
},
|
|
85138
|
-
{
|
|
85139
|
-
"kind": "field",
|
|
85140
|
-
"name": "_breadth",
|
|
85141
|
-
"default": "new DOUBLE(undefined, this, 'breadth')"
|
|
85142
|
-
},
|
|
85143
|
-
{
|
|
85144
|
-
"kind": "field",
|
|
85145
|
-
"name": "_height",
|
|
85146
|
-
"default": "new DOUBLE(undefined, this, 'height')"
|
|
85100
|
+
"name": "entities"
|
|
85147
85101
|
},
|
|
85148
85102
|
{
|
|
85149
|
-
"kind": "
|
|
85150
|
-
"name": "
|
|
85151
|
-
"
|
|
85103
|
+
"kind": "method",
|
|
85104
|
+
"name": "fromLiteral",
|
|
85105
|
+
"parameters": [
|
|
85106
|
+
{
|
|
85107
|
+
"name": "data"
|
|
85108
|
+
}
|
|
85109
|
+
]
|
|
85152
85110
|
},
|
|
85153
85111
|
{
|
|
85154
|
-
"kind": "
|
|
85155
|
-
"name": "
|
|
85156
|
-
"default": "new ENUM(undefined, FuroCubeMaterials, FuroCubeMaterials.MATERIALS_UNSPECIFIED, this, 'material')"
|
|
85112
|
+
"kind": "method",
|
|
85113
|
+
"name": "toLiteral"
|
|
85157
85114
|
},
|
|
85158
85115
|
{
|
|
85159
85116
|
"kind": "field",
|
|
85160
|
-
"name": "
|
|
85161
|
-
"
|
|
85117
|
+
"name": "typeName",
|
|
85118
|
+
"type": {
|
|
85119
|
+
"text": "string"
|
|
85120
|
+
},
|
|
85121
|
+
"default": "'furo.cube.CubeServiceGetListResponse'"
|
|
85162
85122
|
},
|
|
85163
85123
|
{
|
|
85164
85124
|
"kind": "field",
|
|
85165
|
-
"name": "
|
|
85166
|
-
"
|
|
85125
|
+
"name": "nodeFields",
|
|
85126
|
+
"type": {
|
|
85127
|
+
"text": "array"
|
|
85128
|
+
},
|
|
85129
|
+
"default": "[ { fieldName: 'entities', protoName: 'entities', FieldConstructor: FuroCubeCubeEntity, constraints: {}, }, ]"
|
|
85167
85130
|
},
|
|
85168
85131
|
{
|
|
85169
85132
|
"kind": "field",
|
|
85170
|
-
"name": "
|
|
85171
|
-
"default": "new
|
|
85133
|
+
"name": "_entities",
|
|
85134
|
+
"default": "new ARRAY(undefined, this, 'entities')"
|
|
85172
85135
|
},
|
|
85173
85136
|
{
|
|
85174
85137
|
"kind": "field",
|
|
@@ -85176,7 +85139,7 @@
|
|
|
85176
85139
|
"type": {
|
|
85177
85140
|
"text": "object"
|
|
85178
85141
|
},
|
|
85179
|
-
"default": "{
|
|
85142
|
+
"default": "{}"
|
|
85180
85143
|
},
|
|
85181
85144
|
{
|
|
85182
85145
|
"kind": "field",
|
|
@@ -85999,40 +85962,36 @@
|
|
|
85999
85962
|
"exports": [
|
|
86000
85963
|
{
|
|
86001
85964
|
"kind": "js",
|
|
86002
|
-
"name": "
|
|
85965
|
+
"name": "CubeServiceGetListResponse",
|
|
86003
85966
|
"declaration": {
|
|
86004
|
-
"name": "
|
|
86005
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
85967
|
+
"name": "CubeServiceGetListResponse",
|
|
85968
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js"
|
|
86006
85969
|
}
|
|
86007
85970
|
}
|
|
86008
85971
|
]
|
|
86009
85972
|
},
|
|
86010
85973
|
{
|
|
86011
85974
|
"kind": "javascript-module",
|
|
86012
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
85975
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map",
|
|
86013
85976
|
"declarations": [],
|
|
86014
85977
|
"exports": []
|
|
86015
85978
|
},
|
|
86016
85979
|
{
|
|
86017
85980
|
"kind": "javascript-module",
|
|
86018
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
85981
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js",
|
|
86019
85982
|
"declarations": [
|
|
86020
85983
|
{
|
|
86021
85984
|
"kind": "class",
|
|
86022
|
-
"description": "
|
|
86023
|
-
"name": "
|
|
85985
|
+
"description": "CubeServiceGetRequest",
|
|
85986
|
+
"name": "CubeServiceGetRequest",
|
|
86024
85987
|
"members": [
|
|
86025
85988
|
{
|
|
86026
85989
|
"kind": "field",
|
|
86027
|
-
"name": "
|
|
86028
|
-
},
|
|
86029
|
-
{
|
|
86030
|
-
"kind": "field",
|
|
86031
|
-
"name": "description"
|
|
85990
|
+
"name": "cubeId"
|
|
86032
85991
|
},
|
|
86033
85992
|
{
|
|
86034
85993
|
"kind": "field",
|
|
86035
|
-
"name": "
|
|
85994
|
+
"name": "fields"
|
|
86036
85995
|
},
|
|
86037
85996
|
{
|
|
86038
85997
|
"kind": "method",
|
|
@@ -86053,7 +86012,7 @@
|
|
|
86053
86012
|
"type": {
|
|
86054
86013
|
"text": "string"
|
|
86055
86014
|
},
|
|
86056
|
-
"default": "'furo.cube.
|
|
86015
|
+
"default": "'furo.cube.CubeServiceGetRequest'"
|
|
86057
86016
|
},
|
|
86058
86017
|
{
|
|
86059
86018
|
"kind": "field",
|
|
@@ -86061,22 +86020,17 @@
|
|
|
86061
86020
|
"type": {
|
|
86062
86021
|
"text": "array"
|
|
86063
86022
|
},
|
|
86064
|
-
"default": "[ { fieldName: '
|
|
86065
|
-
},
|
|
86066
|
-
{
|
|
86067
|
-
"kind": "field",
|
|
86068
|
-
"name": "_displayName",
|
|
86069
|
-
"default": "new STRING(undefined, this, 'displayName')"
|
|
86023
|
+
"default": "[ { fieldName: 'cubeId', protoName: 'cube_id', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'fields', protoName: 'fields', FieldConstructor: STRING, constraints: {}, }, ]"
|
|
86070
86024
|
},
|
|
86071
86025
|
{
|
|
86072
86026
|
"kind": "field",
|
|
86073
|
-
"name": "
|
|
86074
|
-
"default": "new STRING(undefined, this, '
|
|
86027
|
+
"name": "_cubeId",
|
|
86028
|
+
"default": "new STRING(undefined, this, 'cubeId')"
|
|
86075
86029
|
},
|
|
86076
86030
|
{
|
|
86077
86031
|
"kind": "field",
|
|
86078
|
-
"name": "
|
|
86079
|
-
"default": "new
|
|
86032
|
+
"name": "_fields",
|
|
86033
|
+
"default": "new STRING(undefined, this, 'fields')"
|
|
86080
86034
|
},
|
|
86081
86035
|
{
|
|
86082
86036
|
"kind": "field",
|
|
@@ -86084,7 +86038,7 @@
|
|
|
86084
86038
|
"type": {
|
|
86085
86039
|
"text": "object"
|
|
86086
86040
|
},
|
|
86087
|
-
"default": "{
|
|
86041
|
+
"default": "{ fields: '*', }"
|
|
86088
86042
|
},
|
|
86089
86043
|
{
|
|
86090
86044
|
"kind": "field",
|
|
@@ -86907,76 +86861,32 @@
|
|
|
86907
86861
|
"exports": [
|
|
86908
86862
|
{
|
|
86909
86863
|
"kind": "js",
|
|
86910
|
-
"name": "
|
|
86911
|
-
"declaration": {
|
|
86912
|
-
"name": "CubeEntity",
|
|
86913
|
-
"module": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js"
|
|
86914
|
-
}
|
|
86915
|
-
}
|
|
86916
|
-
]
|
|
86917
|
-
},
|
|
86918
|
-
{
|
|
86919
|
-
"kind": "javascript-module",
|
|
86920
|
-
"path": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map",
|
|
86921
|
-
"declarations": [],
|
|
86922
|
-
"exports": []
|
|
86923
|
-
},
|
|
86924
|
-
{
|
|
86925
|
-
"kind": "javascript-module",
|
|
86926
|
-
"path": "dist/protoc-gen-open-models/furo/cube/CubeService.js",
|
|
86927
|
-
"declarations": [
|
|
86928
|
-
{
|
|
86929
|
-
"kind": "class",
|
|
86930
|
-
"description": "",
|
|
86931
|
-
"name": "CubeService",
|
|
86932
|
-
"members": [
|
|
86933
|
-
{
|
|
86934
|
-
"kind": "field",
|
|
86935
|
-
"name": "GetList",
|
|
86936
|
-
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes')"
|
|
86937
|
-
},
|
|
86938
|
-
{
|
|
86939
|
-
"kind": "field",
|
|
86940
|
-
"name": "Get",
|
|
86941
|
-
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes/{cube_id}')"
|
|
86942
|
-
},
|
|
86943
|
-
{
|
|
86944
|
-
"kind": "field",
|
|
86945
|
-
"name": "Update",
|
|
86946
|
-
"default": "new Fetcher(API_OPTIONS, 'PUT', '/v1/cubes/{cube_id}', 'entity')"
|
|
86947
|
-
}
|
|
86948
|
-
]
|
|
86949
|
-
}
|
|
86950
|
-
],
|
|
86951
|
-
"exports": [
|
|
86952
|
-
{
|
|
86953
|
-
"kind": "js",
|
|
86954
|
-
"name": "CubeService",
|
|
86864
|
+
"name": "CubeServiceGetRequest",
|
|
86955
86865
|
"declaration": {
|
|
86956
|
-
"name": "
|
|
86957
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
86866
|
+
"name": "CubeServiceGetRequest",
|
|
86867
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js"
|
|
86958
86868
|
}
|
|
86959
86869
|
}
|
|
86960
86870
|
]
|
|
86961
86871
|
},
|
|
86962
86872
|
{
|
|
86963
86873
|
"kind": "javascript-module",
|
|
86964
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
86874
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map",
|
|
86965
86875
|
"declarations": [],
|
|
86966
86876
|
"exports": []
|
|
86967
86877
|
},
|
|
86968
86878
|
{
|
|
86969
86879
|
"kind": "javascript-module",
|
|
86970
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
86880
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js",
|
|
86971
86881
|
"declarations": [
|
|
86972
86882
|
{
|
|
86973
86883
|
"kind": "class",
|
|
86974
|
-
"description": "
|
|
86975
|
-
"name": "
|
|
86884
|
+
"description": "CubeServiceGetResponse",
|
|
86885
|
+
"name": "CubeServiceGetResponse",
|
|
86976
86886
|
"members": [
|
|
86977
86887
|
{
|
|
86978
86888
|
"kind": "field",
|
|
86979
|
-
"name": "
|
|
86889
|
+
"name": "entity"
|
|
86980
86890
|
},
|
|
86981
86891
|
{
|
|
86982
86892
|
"kind": "method",
|
|
@@ -86997,7 +86907,7 @@
|
|
|
86997
86907
|
"type": {
|
|
86998
86908
|
"text": "string"
|
|
86999
86909
|
},
|
|
87000
|
-
"default": "'furo.cube.
|
|
86910
|
+
"default": "'furo.cube.CubeServiceGetResponse'"
|
|
87001
86911
|
},
|
|
87002
86912
|
{
|
|
87003
86913
|
"kind": "field",
|
|
@@ -87005,12 +86915,12 @@
|
|
|
87005
86915
|
"type": {
|
|
87006
86916
|
"text": "array"
|
|
87007
86917
|
},
|
|
87008
|
-
"default": "[ { fieldName: '
|
|
86918
|
+
"default": "[ { fieldName: 'entity', protoName: 'entity', FieldConstructor: FuroCubeCubeEntity, constraints: {}, }, ]"
|
|
87009
86919
|
},
|
|
87010
86920
|
{
|
|
87011
86921
|
"kind": "field",
|
|
87012
|
-
"name": "
|
|
87013
|
-
"default": "new
|
|
86922
|
+
"name": "_entity",
|
|
86923
|
+
"default": "new FuroCubeCubeEntity(undefined, this, 'entity')"
|
|
87014
86924
|
},
|
|
87015
86925
|
{
|
|
87016
86926
|
"kind": "field",
|
|
@@ -87841,32 +87751,36 @@
|
|
|
87841
87751
|
"exports": [
|
|
87842
87752
|
{
|
|
87843
87753
|
"kind": "js",
|
|
87844
|
-
"name": "
|
|
87754
|
+
"name": "CubeServiceGetResponse",
|
|
87845
87755
|
"declaration": {
|
|
87846
|
-
"name": "
|
|
87847
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
87756
|
+
"name": "CubeServiceGetResponse",
|
|
87757
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js"
|
|
87848
87758
|
}
|
|
87849
87759
|
}
|
|
87850
87760
|
]
|
|
87851
87761
|
},
|
|
87852
87762
|
{
|
|
87853
87763
|
"kind": "javascript-module",
|
|
87854
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
87764
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map",
|
|
87855
87765
|
"declarations": [],
|
|
87856
87766
|
"exports": []
|
|
87857
87767
|
},
|
|
87858
87768
|
{
|
|
87859
87769
|
"kind": "javascript-module",
|
|
87860
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
87770
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js",
|
|
87861
87771
|
"declarations": [
|
|
87862
87772
|
{
|
|
87863
87773
|
"kind": "class",
|
|
87864
|
-
"description": "
|
|
87865
|
-
"name": "
|
|
87774
|
+
"description": "CubeServiceUpdateRequest",
|
|
87775
|
+
"name": "CubeServiceUpdateRequest",
|
|
87866
87776
|
"members": [
|
|
87867
87777
|
{
|
|
87868
87778
|
"kind": "field",
|
|
87869
|
-
"name": "
|
|
87779
|
+
"name": "cubeId"
|
|
87780
|
+
},
|
|
87781
|
+
{
|
|
87782
|
+
"kind": "field",
|
|
87783
|
+
"name": "entity"
|
|
87870
87784
|
},
|
|
87871
87785
|
{
|
|
87872
87786
|
"kind": "method",
|
|
@@ -87887,7 +87801,7 @@
|
|
|
87887
87801
|
"type": {
|
|
87888
87802
|
"text": "string"
|
|
87889
87803
|
},
|
|
87890
|
-
"default": "'furo.cube.
|
|
87804
|
+
"default": "'furo.cube.CubeServiceUpdateRequest'"
|
|
87891
87805
|
},
|
|
87892
87806
|
{
|
|
87893
87807
|
"kind": "field",
|
|
@@ -87895,12 +87809,17 @@
|
|
|
87895
87809
|
"type": {
|
|
87896
87810
|
"text": "array"
|
|
87897
87811
|
},
|
|
87898
|
-
"default": "[ { fieldName: '
|
|
87812
|
+
"default": "[ { fieldName: 'cubeId', protoName: 'cube_id', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'entity', protoName: 'entity', FieldConstructor: FuroCubeCubeEntity, constraints: {}, }, ]"
|
|
87899
87813
|
},
|
|
87900
87814
|
{
|
|
87901
87815
|
"kind": "field",
|
|
87902
|
-
"name": "
|
|
87903
|
-
"default": "new
|
|
87816
|
+
"name": "_cubeId",
|
|
87817
|
+
"default": "new STRING(undefined, this, 'cubeId')"
|
|
87818
|
+
},
|
|
87819
|
+
{
|
|
87820
|
+
"kind": "field",
|
|
87821
|
+
"name": "_entity",
|
|
87822
|
+
"default": "new FuroCubeCubeEntity(undefined, this, 'entity')"
|
|
87904
87823
|
},
|
|
87905
87824
|
{
|
|
87906
87825
|
"kind": "field",
|
|
@@ -88731,36 +88650,32 @@
|
|
|
88731
88650
|
"exports": [
|
|
88732
88651
|
{
|
|
88733
88652
|
"kind": "js",
|
|
88734
|
-
"name": "
|
|
88653
|
+
"name": "CubeServiceUpdateRequest",
|
|
88735
88654
|
"declaration": {
|
|
88736
|
-
"name": "
|
|
88737
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
88655
|
+
"name": "CubeServiceUpdateRequest",
|
|
88656
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js"
|
|
88738
88657
|
}
|
|
88739
88658
|
}
|
|
88740
88659
|
]
|
|
88741
88660
|
},
|
|
88742
88661
|
{
|
|
88743
88662
|
"kind": "javascript-module",
|
|
88744
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
88663
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map",
|
|
88745
88664
|
"declarations": [],
|
|
88746
88665
|
"exports": []
|
|
88747
88666
|
},
|
|
88748
88667
|
{
|
|
88749
88668
|
"kind": "javascript-module",
|
|
88750
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
88669
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js",
|
|
88751
88670
|
"declarations": [
|
|
88752
88671
|
{
|
|
88753
88672
|
"kind": "class",
|
|
88754
|
-
"description": "
|
|
88755
|
-
"name": "
|
|
88673
|
+
"description": "CubeServiceUpdateResponse",
|
|
88674
|
+
"name": "CubeServiceUpdateResponse",
|
|
88756
88675
|
"members": [
|
|
88757
88676
|
{
|
|
88758
88677
|
"kind": "field",
|
|
88759
|
-
"name": "
|
|
88760
|
-
},
|
|
88761
|
-
{
|
|
88762
|
-
"kind": "field",
|
|
88763
|
-
"name": "fields"
|
|
88678
|
+
"name": "entity"
|
|
88764
88679
|
},
|
|
88765
88680
|
{
|
|
88766
88681
|
"kind": "method",
|
|
@@ -88781,7 +88696,7 @@
|
|
|
88781
88696
|
"type": {
|
|
88782
88697
|
"text": "string"
|
|
88783
88698
|
},
|
|
88784
|
-
"default": "'furo.cube.
|
|
88699
|
+
"default": "'furo.cube.CubeServiceUpdateResponse'"
|
|
88785
88700
|
},
|
|
88786
88701
|
{
|
|
88787
88702
|
"kind": "field",
|
|
@@ -88789,17 +88704,12 @@
|
|
|
88789
88704
|
"type": {
|
|
88790
88705
|
"text": "array"
|
|
88791
88706
|
},
|
|
88792
|
-
"default": "[ { fieldName: '
|
|
88793
|
-
},
|
|
88794
|
-
{
|
|
88795
|
-
"kind": "field",
|
|
88796
|
-
"name": "_cubeId",
|
|
88797
|
-
"default": "new STRING(undefined, this, 'cubeId')"
|
|
88707
|
+
"default": "[ { fieldName: 'entity', protoName: 'entity', FieldConstructor: FuroCubeCubeEntity, constraints: {}, }, ]"
|
|
88798
88708
|
},
|
|
88799
88709
|
{
|
|
88800
88710
|
"kind": "field",
|
|
88801
|
-
"name": "
|
|
88802
|
-
"default": "new
|
|
88711
|
+
"name": "_entity",
|
|
88712
|
+
"default": "new FuroCubeCubeEntity(undefined, this, 'entity')"
|
|
88803
88713
|
},
|
|
88804
88714
|
{
|
|
88805
88715
|
"kind": "field",
|
|
@@ -88807,7 +88717,7 @@
|
|
|
88807
88717
|
"type": {
|
|
88808
88718
|
"text": "object"
|
|
88809
88719
|
},
|
|
88810
|
-
"default": "{
|
|
88720
|
+
"default": "{}"
|
|
88811
88721
|
},
|
|
88812
88722
|
{
|
|
88813
88723
|
"kind": "field",
|
|
@@ -89630,32 +89540,90 @@
|
|
|
89630
89540
|
"exports": [
|
|
89631
89541
|
{
|
|
89632
89542
|
"kind": "js",
|
|
89633
|
-
"name": "
|
|
89543
|
+
"name": "CubeServiceUpdateResponse",
|
|
89634
89544
|
"declaration": {
|
|
89635
|
-
"name": "
|
|
89636
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
89545
|
+
"name": "CubeServiceUpdateResponse",
|
|
89546
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js"
|
|
89637
89547
|
}
|
|
89638
89548
|
}
|
|
89639
89549
|
]
|
|
89640
89550
|
},
|
|
89641
89551
|
{
|
|
89642
89552
|
"kind": "javascript-module",
|
|
89643
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
89553
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map",
|
|
89644
89554
|
"declarations": [],
|
|
89645
89555
|
"exports": []
|
|
89646
89556
|
},
|
|
89647
89557
|
{
|
|
89648
89558
|
"kind": "javascript-module",
|
|
89649
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
89559
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Materials.js",
|
|
89560
|
+
"declarations": [
|
|
89561
|
+
{
|
|
89562
|
+
"kind": "variable",
|
|
89563
|
+
"name": "Materials"
|
|
89564
|
+
}
|
|
89565
|
+
],
|
|
89566
|
+
"exports": [
|
|
89567
|
+
{
|
|
89568
|
+
"kind": "js",
|
|
89569
|
+
"name": "Materials",
|
|
89570
|
+
"declaration": {
|
|
89571
|
+
"name": "Materials",
|
|
89572
|
+
"module": "dist/protoc-gen-open-models/furo/cube/Materials.js"
|
|
89573
|
+
}
|
|
89574
|
+
}
|
|
89575
|
+
]
|
|
89576
|
+
},
|
|
89577
|
+
{
|
|
89578
|
+
"kind": "javascript-module",
|
|
89579
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Materials.js.map",
|
|
89580
|
+
"declarations": [],
|
|
89581
|
+
"exports": []
|
|
89582
|
+
},
|
|
89583
|
+
{
|
|
89584
|
+
"kind": "javascript-module",
|
|
89585
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Wrappers.js",
|
|
89650
89586
|
"declarations": [
|
|
89651
89587
|
{
|
|
89652
89588
|
"kind": "class",
|
|
89653
|
-
"description": "
|
|
89654
|
-
"name": "
|
|
89589
|
+
"description": "Wrappers",
|
|
89590
|
+
"name": "Wrappers",
|
|
89655
89591
|
"members": [
|
|
89656
89592
|
{
|
|
89657
89593
|
"kind": "field",
|
|
89658
|
-
"name": "
|
|
89594
|
+
"name": "stringValue"
|
|
89595
|
+
},
|
|
89596
|
+
{
|
|
89597
|
+
"kind": "field",
|
|
89598
|
+
"name": "int32Value"
|
|
89599
|
+
},
|
|
89600
|
+
{
|
|
89601
|
+
"kind": "field",
|
|
89602
|
+
"name": "int64Value"
|
|
89603
|
+
},
|
|
89604
|
+
{
|
|
89605
|
+
"kind": "field",
|
|
89606
|
+
"name": "floatValue"
|
|
89607
|
+
},
|
|
89608
|
+
{
|
|
89609
|
+
"kind": "field",
|
|
89610
|
+
"name": "doubleValue"
|
|
89611
|
+
},
|
|
89612
|
+
{
|
|
89613
|
+
"kind": "field",
|
|
89614
|
+
"name": "boolValue"
|
|
89615
|
+
},
|
|
89616
|
+
{
|
|
89617
|
+
"kind": "field",
|
|
89618
|
+
"name": "uint32Value"
|
|
89619
|
+
},
|
|
89620
|
+
{
|
|
89621
|
+
"kind": "field",
|
|
89622
|
+
"name": "uint64Value"
|
|
89623
|
+
},
|
|
89624
|
+
{
|
|
89625
|
+
"kind": "field",
|
|
89626
|
+
"name": "bytesValue"
|
|
89659
89627
|
},
|
|
89660
89628
|
{
|
|
89661
89629
|
"kind": "method",
|
|
@@ -89676,7 +89644,7 @@
|
|
|
89676
89644
|
"type": {
|
|
89677
89645
|
"text": "string"
|
|
89678
89646
|
},
|
|
89679
|
-
"default": "'furo.cube.
|
|
89647
|
+
"default": "'furo.cube.Wrappers'"
|
|
89680
89648
|
},
|
|
89681
89649
|
{
|
|
89682
89650
|
"kind": "field",
|
|
@@ -89684,12 +89652,52 @@
|
|
|
89684
89652
|
"type": {
|
|
89685
89653
|
"text": "array"
|
|
89686
89654
|
},
|
|
89687
|
-
"default": "[ { fieldName: '
|
|
89655
|
+
"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: {}, }, ]"
|
|
89688
89656
|
},
|
|
89689
89657
|
{
|
|
89690
89658
|
"kind": "field",
|
|
89691
|
-
"name": "
|
|
89692
|
-
"default": "new
|
|
89659
|
+
"name": "_stringValue",
|
|
89660
|
+
"default": "new StringValue(undefined, this, 'stringValue')"
|
|
89661
|
+
},
|
|
89662
|
+
{
|
|
89663
|
+
"kind": "field",
|
|
89664
|
+
"name": "_int32Value",
|
|
89665
|
+
"default": "new Int32Value(undefined, this, 'int32Value')"
|
|
89666
|
+
},
|
|
89667
|
+
{
|
|
89668
|
+
"kind": "field",
|
|
89669
|
+
"name": "_int64Value",
|
|
89670
|
+
"default": "new Int64Value(undefined, this, 'int64Value')"
|
|
89671
|
+
},
|
|
89672
|
+
{
|
|
89673
|
+
"kind": "field",
|
|
89674
|
+
"name": "_floatValue",
|
|
89675
|
+
"default": "new FloatValue(undefined, this, 'floatValue')"
|
|
89676
|
+
},
|
|
89677
|
+
{
|
|
89678
|
+
"kind": "field",
|
|
89679
|
+
"name": "_doubleValue",
|
|
89680
|
+
"default": "new DoubleValue(undefined, this, 'doubleValue')"
|
|
89681
|
+
},
|
|
89682
|
+
{
|
|
89683
|
+
"kind": "field",
|
|
89684
|
+
"name": "_boolValue",
|
|
89685
|
+
"default": "new BoolValue(undefined, this, 'boolValue')"
|
|
89686
|
+
},
|
|
89687
|
+
{
|
|
89688
|
+
"kind": "field",
|
|
89689
|
+
"name": "_uint32Value",
|
|
89690
|
+
"default": "new UInt32Value(undefined, this, 'uint32Value')"
|
|
89691
|
+
},
|
|
89692
|
+
{
|
|
89693
|
+
"kind": "field",
|
|
89694
|
+
"name": "_uint64Value",
|
|
89695
|
+
"default": "new UInt64Value(undefined, this, 'uint64Value')"
|
|
89696
|
+
},
|
|
89697
|
+
{
|
|
89698
|
+
"kind": "field",
|
|
89699
|
+
"name": "_bytesValue",
|
|
89700
|
+
"default": "new BytesValue(undefined, this, 'bytesValue')"
|
|
89693
89701
|
},
|
|
89694
89702
|
{
|
|
89695
89703
|
"kind": "field",
|
|
@@ -90520,36 +90528,36 @@
|
|
|
90520
90528
|
"exports": [
|
|
90521
90529
|
{
|
|
90522
90530
|
"kind": "js",
|
|
90523
|
-
"name": "
|
|
90531
|
+
"name": "Wrappers",
|
|
90524
90532
|
"declaration": {
|
|
90525
|
-
"name": "
|
|
90526
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
90533
|
+
"name": "Wrappers",
|
|
90534
|
+
"module": "dist/protoc-gen-open-models/furo/cube/Wrappers.js"
|
|
90527
90535
|
}
|
|
90528
90536
|
}
|
|
90529
90537
|
]
|
|
90530
90538
|
},
|
|
90531
90539
|
{
|
|
90532
90540
|
"kind": "javascript-module",
|
|
90533
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
90541
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Wrappers.js.map",
|
|
90534
90542
|
"declarations": [],
|
|
90535
90543
|
"exports": []
|
|
90536
90544
|
},
|
|
90537
90545
|
{
|
|
90538
90546
|
"kind": "javascript-module",
|
|
90539
|
-
"path": "dist/protoc-gen-open-models/
|
|
90547
|
+
"path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
|
|
90540
90548
|
"declarations": [
|
|
90541
90549
|
{
|
|
90542
90550
|
"kind": "class",
|
|
90543
|
-
"description": "
|
|
90544
|
-
"name": "
|
|
90551
|
+
"description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
|
|
90552
|
+
"name": "CustomHttpPattern",
|
|
90545
90553
|
"members": [
|
|
90546
90554
|
{
|
|
90547
90555
|
"kind": "field",
|
|
90548
|
-
"name": "
|
|
90556
|
+
"name": "kind"
|
|
90549
90557
|
},
|
|
90550
90558
|
{
|
|
90551
90559
|
"kind": "field",
|
|
90552
|
-
"name": "
|
|
90560
|
+
"name": "path"
|
|
90553
90561
|
},
|
|
90554
90562
|
{
|
|
90555
90563
|
"kind": "method",
|
|
@@ -90570,7 +90578,7 @@
|
|
|
90570
90578
|
"type": {
|
|
90571
90579
|
"text": "string"
|
|
90572
90580
|
},
|
|
90573
|
-
"default": "'
|
|
90581
|
+
"default": "'google.api.CustomHttpPattern'"
|
|
90574
90582
|
},
|
|
90575
90583
|
{
|
|
90576
90584
|
"kind": "field",
|
|
@@ -90578,17 +90586,17 @@
|
|
|
90578
90586
|
"type": {
|
|
90579
90587
|
"text": "array"
|
|
90580
90588
|
},
|
|
90581
|
-
"default": "[ { fieldName: '
|
|
90589
|
+
"default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
|
|
90582
90590
|
},
|
|
90583
90591
|
{
|
|
90584
90592
|
"kind": "field",
|
|
90585
|
-
"name": "
|
|
90586
|
-
"default": "new STRING(undefined, this, '
|
|
90593
|
+
"name": "_kind",
|
|
90594
|
+
"default": "new STRING(undefined, this, 'kind')"
|
|
90587
90595
|
},
|
|
90588
90596
|
{
|
|
90589
90597
|
"kind": "field",
|
|
90590
|
-
"name": "
|
|
90591
|
-
"default": "new
|
|
90598
|
+
"name": "_path",
|
|
90599
|
+
"default": "new STRING(undefined, this, 'path')"
|
|
90592
90600
|
},
|
|
90593
90601
|
{
|
|
90594
90602
|
"kind": "field",
|
|
@@ -91419,32 +91427,36 @@
|
|
|
91419
91427
|
"exports": [
|
|
91420
91428
|
{
|
|
91421
91429
|
"kind": "js",
|
|
91422
|
-
"name": "
|
|
91430
|
+
"name": "CustomHttpPattern",
|
|
91423
91431
|
"declaration": {
|
|
91424
|
-
"name": "
|
|
91425
|
-
"module": "dist/protoc-gen-open-models/
|
|
91432
|
+
"name": "CustomHttpPattern",
|
|
91433
|
+
"module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
|
|
91426
91434
|
}
|
|
91427
91435
|
}
|
|
91428
91436
|
]
|
|
91429
91437
|
},
|
|
91430
91438
|
{
|
|
91431
91439
|
"kind": "javascript-module",
|
|
91432
|
-
"path": "dist/protoc-gen-open-models/
|
|
91440
|
+
"path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
|
|
91433
91441
|
"declarations": [],
|
|
91434
91442
|
"exports": []
|
|
91435
91443
|
},
|
|
91436
91444
|
{
|
|
91437
91445
|
"kind": "javascript-module",
|
|
91438
|
-
"path": "dist/protoc-gen-open-models/
|
|
91446
|
+
"path": "dist/protoc-gen-open-models/google/api/Http.js",
|
|
91439
91447
|
"declarations": [
|
|
91440
91448
|
{
|
|
91441
91449
|
"kind": "class",
|
|
91442
|
-
"description": "
|
|
91443
|
-
"name": "
|
|
91450
|
+
"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.",
|
|
91451
|
+
"name": "Http",
|
|
91444
91452
|
"members": [
|
|
91445
91453
|
{
|
|
91446
91454
|
"kind": "field",
|
|
91447
|
-
"name": "
|
|
91455
|
+
"name": "rules"
|
|
91456
|
+
},
|
|
91457
|
+
{
|
|
91458
|
+
"kind": "field",
|
|
91459
|
+
"name": "fullyDecodeReservedExpansion"
|
|
91448
91460
|
},
|
|
91449
91461
|
{
|
|
91450
91462
|
"kind": "method",
|
|
@@ -91465,7 +91477,7 @@
|
|
|
91465
91477
|
"type": {
|
|
91466
91478
|
"text": "string"
|
|
91467
91479
|
},
|
|
91468
|
-
"default": "'
|
|
91480
|
+
"default": "'google.api.Http'"
|
|
91469
91481
|
},
|
|
91470
91482
|
{
|
|
91471
91483
|
"kind": "field",
|
|
@@ -91473,12 +91485,17 @@
|
|
|
91473
91485
|
"type": {
|
|
91474
91486
|
"text": "array"
|
|
91475
91487
|
},
|
|
91476
|
-
"default": "[ { fieldName: '
|
|
91488
|
+
"default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
|
|
91477
91489
|
},
|
|
91478
91490
|
{
|
|
91479
91491
|
"kind": "field",
|
|
91480
|
-
"name": "
|
|
91481
|
-
"default": "new
|
|
91492
|
+
"name": "_rules",
|
|
91493
|
+
"default": "new ARRAY(undefined, this, 'rules')"
|
|
91494
|
+
},
|
|
91495
|
+
{
|
|
91496
|
+
"kind": "field",
|
|
91497
|
+
"name": "_fullyDecodeReservedExpansion",
|
|
91498
|
+
"default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
|
|
91482
91499
|
},
|
|
91483
91500
|
{
|
|
91484
91501
|
"kind": "field",
|
|
@@ -92309,90 +92326,68 @@
|
|
|
92309
92326
|
"exports": [
|
|
92310
92327
|
{
|
|
92311
92328
|
"kind": "js",
|
|
92312
|
-
"name": "
|
|
92313
|
-
"declaration": {
|
|
92314
|
-
"name": "CubeServiceUpdateResponse",
|
|
92315
|
-
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js"
|
|
92316
|
-
}
|
|
92317
|
-
}
|
|
92318
|
-
]
|
|
92319
|
-
},
|
|
92320
|
-
{
|
|
92321
|
-
"kind": "javascript-module",
|
|
92322
|
-
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map",
|
|
92323
|
-
"declarations": [],
|
|
92324
|
-
"exports": []
|
|
92325
|
-
},
|
|
92326
|
-
{
|
|
92327
|
-
"kind": "javascript-module",
|
|
92328
|
-
"path": "dist/protoc-gen-open-models/furo/cube/Materials.js",
|
|
92329
|
-
"declarations": [
|
|
92330
|
-
{
|
|
92331
|
-
"kind": "variable",
|
|
92332
|
-
"name": "Materials"
|
|
92333
|
-
}
|
|
92334
|
-
],
|
|
92335
|
-
"exports": [
|
|
92336
|
-
{
|
|
92337
|
-
"kind": "js",
|
|
92338
|
-
"name": "Materials",
|
|
92329
|
+
"name": "Http",
|
|
92339
92330
|
"declaration": {
|
|
92340
|
-
"name": "
|
|
92341
|
-
"module": "dist/protoc-gen-open-models/
|
|
92331
|
+
"name": "Http",
|
|
92332
|
+
"module": "dist/protoc-gen-open-models/google/api/Http.js"
|
|
92342
92333
|
}
|
|
92343
92334
|
}
|
|
92344
92335
|
]
|
|
92345
92336
|
},
|
|
92346
92337
|
{
|
|
92347
92338
|
"kind": "javascript-module",
|
|
92348
|
-
"path": "dist/protoc-gen-open-models/
|
|
92339
|
+
"path": "dist/protoc-gen-open-models/google/api/Http.js.map",
|
|
92349
92340
|
"declarations": [],
|
|
92350
92341
|
"exports": []
|
|
92351
92342
|
},
|
|
92352
92343
|
{
|
|
92353
92344
|
"kind": "javascript-module",
|
|
92354
|
-
"path": "dist/protoc-gen-open-models/
|
|
92345
|
+
"path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
|
|
92355
92346
|
"declarations": [
|
|
92356
92347
|
{
|
|
92357
92348
|
"kind": "class",
|
|
92358
|
-
"description": "Wrappers",
|
|
92359
|
-
"name": "
|
|
92349
|
+
"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¶m=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.",
|
|
92350
|
+
"name": "HttpRule",
|
|
92360
92351
|
"members": [
|
|
92361
92352
|
{
|
|
92362
92353
|
"kind": "field",
|
|
92363
|
-
"name": "
|
|
92354
|
+
"name": "selector"
|
|
92364
92355
|
},
|
|
92365
92356
|
{
|
|
92366
92357
|
"kind": "field",
|
|
92367
|
-
"name": "
|
|
92358
|
+
"name": "get"
|
|
92368
92359
|
},
|
|
92369
92360
|
{
|
|
92370
92361
|
"kind": "field",
|
|
92371
|
-
"name": "
|
|
92362
|
+
"name": "put"
|
|
92372
92363
|
},
|
|
92373
92364
|
{
|
|
92374
92365
|
"kind": "field",
|
|
92375
|
-
"name": "
|
|
92366
|
+
"name": "post"
|
|
92376
92367
|
},
|
|
92377
92368
|
{
|
|
92378
92369
|
"kind": "field",
|
|
92379
|
-
"name": "
|
|
92370
|
+
"name": "delete"
|
|
92380
92371
|
},
|
|
92381
92372
|
{
|
|
92382
92373
|
"kind": "field",
|
|
92383
|
-
"name": "
|
|
92374
|
+
"name": "patch"
|
|
92384
92375
|
},
|
|
92385
92376
|
{
|
|
92386
92377
|
"kind": "field",
|
|
92387
|
-
"name": "
|
|
92378
|
+
"name": "custom"
|
|
92388
92379
|
},
|
|
92389
92380
|
{
|
|
92390
92381
|
"kind": "field",
|
|
92391
|
-
"name": "
|
|
92382
|
+
"name": "body"
|
|
92392
92383
|
},
|
|
92393
92384
|
{
|
|
92394
92385
|
"kind": "field",
|
|
92395
|
-
"name": "
|
|
92386
|
+
"name": "responseBody"
|
|
92387
|
+
},
|
|
92388
|
+
{
|
|
92389
|
+
"kind": "field",
|
|
92390
|
+
"name": "additionalBindings"
|
|
92396
92391
|
},
|
|
92397
92392
|
{
|
|
92398
92393
|
"kind": "method",
|
|
@@ -92413,7 +92408,7 @@
|
|
|
92413
92408
|
"type": {
|
|
92414
92409
|
"text": "string"
|
|
92415
92410
|
},
|
|
92416
|
-
"default": "'
|
|
92411
|
+
"default": "'google.api.HttpRule'"
|
|
92417
92412
|
},
|
|
92418
92413
|
{
|
|
92419
92414
|
"kind": "field",
|
|
@@ -92421,52 +92416,57 @@
|
|
|
92421
92416
|
"type": {
|
|
92422
92417
|
"text": "array"
|
|
92423
92418
|
},
|
|
92424
|
-
"default": "[ { fieldName: '
|
|
92419
|
+
"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: {}, }, ]"
|
|
92425
92420
|
},
|
|
92426
92421
|
{
|
|
92427
92422
|
"kind": "field",
|
|
92428
|
-
"name": "
|
|
92429
|
-
"default": "new
|
|
92423
|
+
"name": "_selector",
|
|
92424
|
+
"default": "new STRING(undefined, this, 'selector')"
|
|
92430
92425
|
},
|
|
92431
92426
|
{
|
|
92432
92427
|
"kind": "field",
|
|
92433
|
-
"name": "
|
|
92434
|
-
"default": "new
|
|
92428
|
+
"name": "_get",
|
|
92429
|
+
"default": "new STRING(undefined, this, 'get')"
|
|
92435
92430
|
},
|
|
92436
92431
|
{
|
|
92437
92432
|
"kind": "field",
|
|
92438
|
-
"name": "
|
|
92439
|
-
"default": "new
|
|
92433
|
+
"name": "_put",
|
|
92434
|
+
"default": "new STRING(undefined, this, 'put')"
|
|
92440
92435
|
},
|
|
92441
92436
|
{
|
|
92442
92437
|
"kind": "field",
|
|
92443
|
-
"name": "
|
|
92444
|
-
"default": "new
|
|
92438
|
+
"name": "_post",
|
|
92439
|
+
"default": "new STRING(undefined, this, 'post')"
|
|
92445
92440
|
},
|
|
92446
92441
|
{
|
|
92447
92442
|
"kind": "field",
|
|
92448
|
-
"name": "
|
|
92449
|
-
"default": "new
|
|
92443
|
+
"name": "_delete",
|
|
92444
|
+
"default": "new STRING(undefined, this, 'delete')"
|
|
92450
92445
|
},
|
|
92451
92446
|
{
|
|
92452
92447
|
"kind": "field",
|
|
92453
|
-
"name": "
|
|
92454
|
-
"default": "new
|
|
92448
|
+
"name": "_patch",
|
|
92449
|
+
"default": "new STRING(undefined, this, 'patch')"
|
|
92455
92450
|
},
|
|
92456
92451
|
{
|
|
92457
92452
|
"kind": "field",
|
|
92458
|
-
"name": "
|
|
92459
|
-
"default": "new
|
|
92453
|
+
"name": "_custom",
|
|
92454
|
+
"default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
|
|
92460
92455
|
},
|
|
92461
92456
|
{
|
|
92462
92457
|
"kind": "field",
|
|
92463
|
-
"name": "
|
|
92464
|
-
"default": "new
|
|
92458
|
+
"name": "_body",
|
|
92459
|
+
"default": "new STRING(undefined, this, 'body')"
|
|
92465
92460
|
},
|
|
92466
92461
|
{
|
|
92467
92462
|
"kind": "field",
|
|
92468
|
-
"name": "
|
|
92469
|
-
"default": "new
|
|
92463
|
+
"name": "_responseBody",
|
|
92464
|
+
"default": "new STRING(undefined, this, 'responseBody')"
|
|
92465
|
+
},
|
|
92466
|
+
{
|
|
92467
|
+
"kind": "field",
|
|
92468
|
+
"name": "_additionalBindings",
|
|
92469
|
+
"default": "new ARRAY(undefined, this, 'additionalBindings')"
|
|
92470
92470
|
},
|
|
92471
92471
|
{
|
|
92472
92472
|
"kind": "field",
|
|
@@ -93297,17 +93297,17 @@
|
|
|
93297
93297
|
"exports": [
|
|
93298
93298
|
{
|
|
93299
93299
|
"kind": "js",
|
|
93300
|
-
"name": "
|
|
93300
|
+
"name": "HttpRule",
|
|
93301
93301
|
"declaration": {
|
|
93302
|
-
"name": "
|
|
93303
|
-
"module": "dist/protoc-gen-open-models/
|
|
93302
|
+
"name": "HttpRule",
|
|
93303
|
+
"module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
|
|
93304
93304
|
}
|
|
93305
93305
|
}
|
|
93306
93306
|
]
|
|
93307
93307
|
},
|
|
93308
93308
|
{
|
|
93309
93309
|
"kind": "javascript-module",
|
|
93310
|
-
"path": "dist/protoc-gen-open-models/
|
|
93310
|
+
"path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
|
|
93311
93311
|
"declarations": [],
|
|
93312
93312
|
"exports": []
|
|
93313
93313
|
},
|