@mivis/petmart-api 1.2.117 → 1.2.119
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 +2 -0
package/package.json
CHANGED
package/type.d.ts
CHANGED
|
@@ -563,6 +563,7 @@ declare namespace Components {
|
|
|
563
563
|
|
|
564
564
|
export interface IAdminSellersQueryRequest extends FilterBaseQuery {
|
|
565
565
|
number?: string;
|
|
566
|
+
is_activated?: string;
|
|
566
567
|
name?: string;
|
|
567
568
|
shop_name?: string;
|
|
568
569
|
tel?: string;
|
|
@@ -1164,6 +1165,7 @@ declare namespace Components {
|
|
|
1164
1165
|
|
|
1165
1166
|
export interface IAdminAddCustomRefundTransactionRequest {
|
|
1166
1167
|
custom_sum: number;
|
|
1168
|
+
comment: string;
|
|
1167
1169
|
}
|
|
1168
1170
|
|
|
1169
1171
|
export interface ExpoPushMessageData {
|