@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/type.d.ts +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mivis/petmart-api",
3
- "version": "1.2.106",
3
+ "version": "1.2.108",
4
4
  "main": "index.js",
5
5
  "types": "type.d.ts",
6
6
  "license": "ISC",
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 IAdminOrdersQueryResponse {
1137
+ export interface IAdminTransactionsQueryResponse {
1137
1138
  transactions: ISellerTransactions[];
1138
1139
  count: number;
1139
1140
  }