Skip to content

Commit cf9c59c

Browse files
author
Sentio Bot
committed
chore: update
1 parent 5f2da61 commit cf9c59c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2575,7 +2575,7 @@
25752575
};
25762576
defs["google.protobuf.NullValue"] = {
25772577
"type" : "string",
2578-
"description" : "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value.",
2578+
"description" : "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value.",
25792579
"default" : "NULL_VALUE",
25802580
"enum" : [ "NULL_VALUE" ]
25812581
};

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@
18911891
"NULL_VALUE"
18921892
],
18931893
"default": "NULL_VALUE",
1894-
"description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
1894+
"description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
18951895
},
18961896
"common.Aggregate": {
18971897
"type": "object",

src/models/GoogleProtobufNullValue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* `NullValue` is a singleton enumeration to represent the null value for the
1818
* `Value` type union.
1919
*
20-
* The JSON representation for `NullValue` is JSON `null`.
20+
* The JSON representation for `NullValue` is JSON `null`.
2121
*
2222
* - NULL_VALUE: Null value.
2323
* @export

0 commit comments

Comments
 (0)