@autohq/cli 0.1.257 → 0.1.258

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.
@@ -23340,7 +23340,7 @@ Object.assign(lookup, {
23340
23340
  // package.json
23341
23341
  var package_default = {
23342
23342
  name: "@autohq/cli",
23343
- version: "0.1.257",
23343
+ version: "0.1.258",
23344
23344
  license: "SEE LICENSE IN README.md",
23345
23345
  publishConfig: {
23346
23346
  access: "public"
@@ -27181,6 +27181,12 @@ var SessionListItemSchema = external_exports.object({
27181
27181
  });
27182
27182
  var SessionListResponseSchema = external_exports.object({
27183
27183
  sessions: external_exports.array(SessionListItemSchema),
27184
+ /**
27185
+ * Opaque keyset cursor for the next page, or `null` when the list is
27186
+ * exhausted. Replay it on the next request to append the following page; it is
27187
+ * minted for a specific sort and rejected against a different one.
27188
+ */
27189
+ nextCursor: external_exports.string().nullable(),
27184
27190
  hasMore: external_exports.boolean()
27185
27191
  });
27186
27192
  var SessionsArchiveResponseSchema = external_exports.object({
package/dist/index.js CHANGED
@@ -18961,6 +18961,12 @@ var init_sessions = __esm({
18961
18961
  });
18962
18962
  SessionListResponseSchema = external_exports.object({
18963
18963
  sessions: external_exports.array(SessionListItemSchema),
18964
+ /**
18965
+ * Opaque keyset cursor for the next page, or `null` when the list is
18966
+ * exhausted. Replay it on the next request to append the following page; it is
18967
+ * minted for a specific sort and rejected against a different one.
18968
+ */
18969
+ nextCursor: external_exports.string().nullable(),
18964
18970
  hasMore: external_exports.boolean()
18965
18971
  });
18966
18972
  SessionsArchiveResponseSchema = external_exports.object({
@@ -22774,7 +22780,7 @@ var init_package = __esm({
22774
22780
  "package.json"() {
22775
22781
  package_default = {
22776
22782
  name: "@autohq/cli",
22777
- version: "0.1.257",
22783
+ version: "0.1.258",
22778
22784
  license: "SEE LICENSE IN README.md",
22779
22785
  publishConfig: {
22780
22786
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.257",
3
+ "version": "0.1.258",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"