@wspc/cli 0.1.14 → 0.1.16

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wspc/cli",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "description": "Official TypeScript SDK and CLI for wspc (https://wspc.ai)",
5
5
  "type": "module",
6
6
  "bin": {
package/spec/openapi.json CHANGED
@@ -1531,6 +1531,12 @@
1531
1531
  "string",
1532
1532
  "null"
1533
1533
  ]
1534
+ },
1535
+ "latest_cursor": {
1536
+ "type": "string"
1537
+ },
1538
+ "resync_required": {
1539
+ "type": "boolean"
1534
1540
  }
1535
1541
  },
1536
1542
  "required": [
@@ -19970,6 +19976,14 @@
19970
19976
  "required": false,
19971
19977
  "name": "path_prefix",
19972
19978
  "in": "query"
19979
+ },
19980
+ {
19981
+ "schema": {
19982
+ "type": "string"
19983
+ },
19984
+ "required": false,
19985
+ "name": "since_cursor",
19986
+ "in": "query"
19973
19987
  }
19974
19988
  ],
19975
19989
  "x-cli": {