@fragus/sam-types 1.0.70 → 1.0.71

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.70",
2
+ "version": "1.0.71",
3
3
  "name": "@fragus/sam-types",
4
4
  "description": "Typescript interfaces for all types used to communicate between SAM client(s) and the SAM API",
5
5
  "author": "Fragus",
@@ -10,6 +10,7 @@ export interface ITableUserConfiguration<OrderBy> {
10
10
  orderBy: OrderBy
11
11
  orderDirection: OrderDirection
12
12
  rowCount: number
13
+ page: number
13
14
  }
14
15
 
15
16
  export type TableConfigurationType = 'serviceContract' | 'productServiceContract' | 'warranty'