@internxt/sdk 1.10.12 → 1.10.13

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.
@@ -130,7 +130,7 @@ var Checkout = /** @class */ (function () {
130
130
  Checkout.prototype.verifyCryptoPayment = function (token) {
131
131
  return this.client.post('/checkout/crypto/verify/payment', {
132
132
  token: token,
133
- }, this.headers());
133
+ }, this.authHeaders());
134
134
  };
135
135
  /**
136
136
  * Returns the needed headers with authorization header for the module requests
@@ -39,7 +39,7 @@ export type Price = {
39
39
  currency: string;
40
40
  amount: number;
41
41
  bytes: number;
42
- interval: 'lifetime' | 'year';
42
+ interval: 'month' | 'year' | 'lifetime';
43
43
  decimalAmount: number;
44
44
  type: UserType;
45
45
  product: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@internxt/sdk",
3
3
  "author": "Internxt <hello@internxt.com>",
4
- "version": "1.10.12",
4
+ "version": "1.10.13",
5
5
  "description": "An sdk for interacting with Internxt's services",
6
6
  "repository": {
7
7
  "type": "git",