@cavuno/board 1.17.0 → 1.18.0

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/dist/index.d.mts CHANGED
@@ -2977,7 +2977,7 @@ declare function isConflict(e: unknown): e is BoardApiError;
2977
2977
  * constant because the package is platform-neutral and cannot read
2978
2978
  * package.json at runtime.
2979
2979
  */
2980
- declare const SDK_VERSION = "1.17.0";
2980
+ declare const SDK_VERSION = "1.18.0";
2981
2981
 
2982
2982
  type BoardUser = Schemas['BoardUser'];
2983
2983
  type BoardAuthSession = Schemas['BoardAuthSession'];
@@ -3098,6 +3098,11 @@ type CompaniesListQuery = {
3098
3098
  marketSlug?: string;
3099
3099
  /** 1–100. */
3100
3100
  limit?: number;
3101
+ /**
3102
+ * Storefront page offset (companies to skip); takes precedence over
3103
+ * `cursor`. Pair with the response `count` to page in parallel.
3104
+ */
3105
+ offset?: number;
3101
3106
  };
3102
3107
  type CompanyJobsListQuery = {
3103
3108
  cursor?: string;
package/dist/index.d.ts CHANGED
@@ -2977,7 +2977,7 @@ declare function isConflict(e: unknown): e is BoardApiError;
2977
2977
  * constant because the package is platform-neutral and cannot read
2978
2978
  * package.json at runtime.
2979
2979
  */
2980
- declare const SDK_VERSION = "1.17.0";
2980
+ declare const SDK_VERSION = "1.18.0";
2981
2981
 
2982
2982
  type BoardUser = Schemas['BoardUser'];
2983
2983
  type BoardAuthSession = Schemas['BoardAuthSession'];
@@ -3098,6 +3098,11 @@ type CompaniesListQuery = {
3098
3098
  marketSlug?: string;
3099
3099
  /** 1–100. */
3100
3100
  limit?: number;
3101
+ /**
3102
+ * Storefront page offset (companies to skip); takes precedence over
3103
+ * `cursor`. Pair with the response `count` to page in parallel.
3104
+ */
3105
+ offset?: number;
3101
3106
  };
3102
3107
  type CompanyJobsListQuery = {
3103
3108
  cursor?: string;
package/dist/index.js CHANGED
@@ -149,7 +149,7 @@ async function clearSession(storage) {
149
149
  }
150
150
 
151
151
  // src/version.ts
152
- var SDK_VERSION = "1.17.0";
152
+ var SDK_VERSION = "1.18.0";
153
153
 
154
154
  // src/client.ts
155
155
  function isRawBody(body) {
package/dist/index.mjs CHANGED
@@ -109,7 +109,7 @@ async function clearSession(storage) {
109
109
  }
110
110
 
111
111
  // src/version.ts
112
- var SDK_VERSION = "1.17.0";
112
+ var SDK_VERSION = "1.18.0";
113
113
 
114
114
  // src/client.ts
115
115
  function isRawBody(body) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cavuno/board",
3
- "version": "1.17.0",
3
+ "version": "1.18.0",
4
4
  "description": "Typed isomorphic client for the Cavuno Board API",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.17.0",
2
+ "version": "1.18.0",
3
3
  "skills": [
4
4
  {
5
5
  "name": "cavuno-board-auth",