byzip-v2-sdk 1.0.46 → 1.0.47

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.
@@ -250,7 +250,7 @@ export interface Meta {
250
250
  totalPages: number;
251
251
  }
252
252
  export interface PageResponseDto<T> {
253
- data: T[];
253
+ items: T[];
254
254
  meta: Meta;
255
255
  }
256
256
  export interface ReissueRequestDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byzip-v2-sdk",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [