@mivis/petmart-api 1.2.106 → 1.2.108
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 -1
package/package.json
CHANGED
package/type.d.ts
CHANGED
|
@@ -738,6 +738,7 @@ declare namespace Components {
|
|
|
738
738
|
ON_CONFIRMATION = 'ON_CONFIRMATION',
|
|
739
739
|
CONFIRMED_BY_SELLER = 'CONFIRMED_BY_SELLER',
|
|
740
740
|
IN_DELIVERY = 'IN_DELIVERY',
|
|
741
|
+
WAITING_IN_POINT = 'WAITING_IN_POINT',
|
|
741
742
|
FINISHED = 'FINISHED',
|
|
742
743
|
CANCELED = 'CANCELED',
|
|
743
744
|
}
|
|
@@ -1133,7 +1134,7 @@ declare namespace Components {
|
|
|
1133
1134
|
order_id?: string;
|
|
1134
1135
|
}
|
|
1135
1136
|
|
|
1136
|
-
export interface
|
|
1137
|
+
export interface IAdminTransactionsQueryResponse {
|
|
1137
1138
|
transactions: ISellerTransactions[];
|
|
1138
1139
|
count: number;
|
|
1139
1140
|
}
|