@mivis/petmart-api 1.2.108 → 1.2.109
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 +1 -1
- package/type.d.ts +4 -3
package/package.json
CHANGED
package/type.d.ts
CHANGED
|
@@ -215,11 +215,8 @@ declare namespace Components {
|
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
export enum EUnit {
|
|
218
|
-
T = 'TON',
|
|
219
218
|
KG = 'KG',
|
|
220
219
|
GR = 'GR',
|
|
221
|
-
L = 'LITER',
|
|
222
|
-
ML = 'MILLILITER',
|
|
223
220
|
}
|
|
224
221
|
|
|
225
222
|
export interface IDimension {
|
|
@@ -1169,5 +1166,9 @@ declare namespace Components {
|
|
|
1169
1166
|
type: ESellerTransactionsType;
|
|
1170
1167
|
sum: number;
|
|
1171
1168
|
}
|
|
1169
|
+
|
|
1170
|
+
export interface IAdminAddCustomRefundTransactionRequest {
|
|
1171
|
+
custom_sum: number;
|
|
1172
|
+
}
|
|
1172
1173
|
}
|
|
1173
1174
|
}
|