@paynext/sdk 0.0.41 → 0.0.42

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/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -351,7 +351,7 @@ export declare interface PaymentResult {
351
351
  threed_secure_authentication?: {
352
352
  response_code: string;
353
353
  };
354
- type: string;
354
+ type: 'CARD' | 'PAYPAL' | 'APPLEPAY' | 'GPAY';
355
355
  };
356
356
  payment_status: string;
357
357
  payment_token_type: string;
@@ -412,7 +412,7 @@ export declare interface PaymentResult {
412
412
  currency: string;
413
413
  };
414
414
  };
415
- status: 'trial' | 'active' | 'past_due' | 'cancelled' | 'scheduled_for_cancellation';
415
+ status: 'none' | 'trial' | 'active' | 'past_due' | 'cancelled' | 'scheduled_for_cancellation';
416
416
  };
417
417
  };
418
418
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paynext/sdk",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",