sm-types 1.9.6 → 1.9.7

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
@@ -3,7 +3,7 @@
3
3
  "author": "Smartrips",
4
4
  "license": "ISC",
5
5
  "keywords": [],
6
- "version": "1.9.6",
6
+ "version": "1.9.7",
7
7
  "description": "",
8
8
  "repository": {
9
9
  "type": "git",
@@ -110,9 +110,11 @@ export interface IGetSupplierCredentialResDto {
110
110
  description: string;
111
111
  }
112
112
  export interface IGetCustomerCredentialResDto {
113
- supplierCode?: string;
113
+ supplierCode: string;
114
114
  credential?: ICredentialRes;
115
115
  isConfigured: boolean;
116
+ description?: string;
117
+ customerCredentialId?: number;
116
118
  }
117
119
  export interface ICredentialRes {
118
120
  id: number;