mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Bump version to 1.0.9; update JSON schemas; add new APIs
This commit is contained in:
@@ -471,7 +471,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20190401",
|
||||
"revision": "20190610",
|
||||
"rootUrl": "https://firebaserules.googleapis.com/",
|
||||
"schemas": {
|
||||
"Arg": {
|
||||
@@ -844,7 +844,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"visitedExpressions": {
|
||||
"description": "The set of visited expressions for a given test. This returns positions\nand evaluation results of all visited expressions.",
|
||||
"description": "The set of visited permission expressions for a given test. This returns\nthe positions and evaluation results of all visited permission\nexpressions which were relevant to the test case, e.g.\n```\nmatch /path {\n allow read if: <expr>\n}\n```\nFor a detailed report of the intermediate evaluation states, see the\n`expression_reports` field",
|
||||
"items": {
|
||||
"$ref": "VisitedExpression"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user