@whiplashmerch/whiplash-api-client 3.2.41 → 3.2.42

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.
@@ -11408,6 +11408,20 @@ export interface GetApiV21DocumentsParams {
11408
11408
  sort?: string;
11409
11409
  /** A comma separated list of tags to search on (ex: "account transaction,AccountExporters::Invoice"). */
11410
11410
  tagged_with?: string;
11411
+ /**
11412
+ * Page of results to fetch
11413
+ * @format int32
11414
+ */
11415
+ page?: number;
11416
+ /**
11417
+ * Number of results to return per page
11418
+ * @format int32
11419
+ */
11420
+ per_page?: number;
11421
+ /** Include total count of results */
11422
+ page_total?: boolean;
11423
+ /** Include prev/next links in response headers */
11424
+ page_links?: boolean;
11411
11425
  }
11412
11426
  export interface GetApiV21FilterSetsCountParams {
11413
11427
  /** JSON search string like {"attribute_eq": "Term"} */
@@ -14308,6 +14322,20 @@ export interface GetApiV2DocumentsParams {
14308
14322
  sort?: string;
14309
14323
  /** A comma separated list of tags to search on (ex: "account transaction,AccountExporters::Invoice"). */
14310
14324
  tagged_with?: string;
14325
+ /**
14326
+ * Page of results to fetch
14327
+ * @format int32
14328
+ */
14329
+ page?: number;
14330
+ /**
14331
+ * Number of results to return per page
14332
+ * @format int32
14333
+ */
14334
+ per_page?: number;
14335
+ /** Include total count of results */
14336
+ page_total?: boolean;
14337
+ /** Include prev/next links in response headers */
14338
+ page_links?: boolean;
14311
14339
  }
14312
14340
  export interface GetApiV2FilterSetsCountParams {
14313
14341
  /** JSON search string like {"attribute_eq": "Term"} */
@@ -5404,6 +5404,20 @@ export interface GetApiV21DocumentsParams {
5404
5404
  sort?: string;
5405
5405
  /** A comma separated list of tags to search on (ex: "account transaction,AccountExporters::Invoice"). */
5406
5406
  tagged_with?: string;
5407
+ /**
5408
+ * Page of results to fetch
5409
+ * @format int32
5410
+ */
5411
+ page?: number;
5412
+ /**
5413
+ * Number of results to return per page
5414
+ * @format int32
5415
+ */
5416
+ per_page?: number;
5417
+ /** Include total count of results */
5418
+ page_total?: boolean;
5419
+ /** Include prev/next links in response headers */
5420
+ page_links?: boolean;
5407
5421
  }
5408
5422
 
5409
5423
  export interface GetApiV21ItemsCountParams {
@@ -6126,6 +6140,20 @@ export interface GetApiV2DocumentsParams {
6126
6140
  sort?: string;
6127
6141
  /** A comma separated list of tags to search on (ex: "account transaction,AccountExporters::Invoice"). */
6128
6142
  tagged_with?: string;
6143
+ /**
6144
+ * Page of results to fetch
6145
+ * @format int32
6146
+ */
6147
+ page?: number;
6148
+ /**
6149
+ * Number of results to return per page
6150
+ * @format int32
6151
+ */
6152
+ per_page?: number;
6153
+ /** Include total count of results */
6154
+ page_total?: boolean;
6155
+ /** Include prev/next links in response headers */
6156
+ page_links?: boolean;
6129
6157
  }
6130
6158
 
6131
6159
  export interface GetApiV2ItemsCountParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whiplashmerch/whiplash-api-client",
3
- "version": "3.2.41",
3
+ "version": "3.2.42",
4
4
  "description": "",
5
5
  "devDependencies": {},
6
6
  "scripts": {