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
|
@@ -110,9 +110,11 @@ export interface IGetSupplierCredentialResDto {
|
|
|
110
110
|
description: string;
|
|
111
111
|
}
|
|
112
112
|
export interface IGetCustomerCredentialResDto {
|
|
113
|
-
supplierCode
|
|
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;
|