diff options
Diffstat (limited to 'src/third-party/api/index.js')
-rw-r--r-- | src/third-party/api/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/third-party/api/index.js b/src/third-party/api/index.js index 688a9e3f3..5ec5090f2 100644 --- a/src/third-party/api/index.js +++ b/src/third-party/api/index.js @@ -10935,6 +10935,9 @@ var methodSchemas = [ "indexedAt" ], properties: { + cursor: { + type: "string" + }, uri: { type: "string" }, |