@mivis/petmart-api 1.2.123 → 1.2.125
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
|
@@ -63,7 +63,7 @@ declare namespace Components {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
export interface ISignUpGoogleRequest {
|
|
66
|
-
|
|
66
|
+
access_token: string;
|
|
67
67
|
auth_type: ELoginTypes;
|
|
68
68
|
}
|
|
69
69
|
|
|
@@ -847,6 +847,7 @@ declare namespace Components {
|
|
|
847
847
|
orders: ICreateOrder[];
|
|
848
848
|
sum: number;
|
|
849
849
|
tel: number;
|
|
850
|
+
name: string;
|
|
850
851
|
}
|
|
851
852
|
|
|
852
853
|
export interface IDeliveryFullInfo extends IDeliveryInfo {
|