@blocklet/payment-types 1.14.23 → 1.14.25

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
@@ -318,6 +318,7 @@ export type SubscriptionData = {
318
318
  min_stake_amount?: number;
319
319
  metadata?: Record<string, any>;
320
320
  recovered_from?: string;
321
+ trial_end?: number;
321
322
  };
322
323
  export type PricingTableItem = {
323
324
  price_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.14.23",
3
+ "version": "1.14.25",
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": "868311b6e37e21e5755e7a78daf335f3057dd1c8"
51
+ "gitHead": "d326f7f50aeb5a0b727b1eb1f5b042f82e2e4059"
52
52
  }