types-magic-api 0.1.32 → 0.1.33

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.
@@ -161,3 +161,9 @@ export interface getOrderPaymentReq {
161
161
  provToken: string;
162
162
  appUrl: string;
163
163
  }
164
+ export interface PaymentRes {
165
+ orderId: string;
166
+ orderPaymentId: string;
167
+ paymentProviderId: string;
168
+ providerToken: ProviderAuthToken;
169
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "types-magic-api",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && tsc",
6
6
  "prepare": "npm run build"