@blocklet/payment-types 1.14.34 → 1.14.37

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/lib/types.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/types.d.ts CHANGED
@@ -319,6 +319,7 @@ export type SubscriptionData = {
319
319
  metadata?: Record<string, any>;
320
320
  recovered_from?: string;
321
321
  trial_end?: number;
322
+ trial_currency?: string;
322
323
  };
323
324
  export type PricingTableItem = {
324
325
  price_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.14.34",
3
+ "version": "1.14.37",
4
4
  "description": "Typings for Payment Kit SDK",
5
5
  "keywords": [
6
6
  "types",
@@ -48,5 +48,5 @@
48
48
  "sequelize": "^6.37.3",
49
49
  "type-fest": "^4.23.0"
50
50
  },
51
- "gitHead": "7e2c9a3dd52ccd6880ebbd08a953d93aec715dff"
51
+ "gitHead": "645ae0bdbab463eec878af0521eb982b51499639"
52
52
  }