@bondsports/types 2.2.206 → 2.2.207

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.
@@ -30,7 +30,7 @@ export declare class PaginationRangeQuery {
30
30
  itemsPerPage: number;
31
31
  }
32
32
  export declare class PaginationMetaDto {
33
- type: PaginationTypeEnum;
33
+ type?: PaginationTypeEnum;
34
34
  totalItems: number;
35
35
  itemsPerPage: number;
36
36
  totalPages?: number;
@@ -97,7 +97,7 @@ export interface IPaginationData<T> {
97
97
  data: T[];
98
98
  }
99
99
  export interface IPaginationMeta {
100
- type: PaginationTypeEnum;
100
+ type?: PaginationTypeEnum;
101
101
  totalItems: number;
102
102
  itemsPerPage: number;
103
103
  totalPages?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.2.206",
3
+ "version": "2.2.207",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {