@blocklet/payment-types 1.13.132 → 1.13.134

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.
@@ -34,6 +34,7 @@ export declare class PaymentLink extends Model<InferAttributes<PaymentLink>, Inf
34
34
  subscription_data?: {
35
35
  description: string;
36
36
  trial_period_days: number;
37
+ billing_threshold_amount?: number;
37
38
  };
38
39
  nft_mint_settings?: NftMintSettings;
39
40
  cross_sell_behavior?: LiteralUnion<'auto' | 'required', string>;
package/lib/types.d.ts CHANGED
@@ -265,6 +265,7 @@ export type PricingTableItem = {
265
265
  subscription_data?: {
266
266
  description: string;
267
267
  trial_period_days: number;
268
+ billing_threshold_amount?: number;
268
269
  };
269
270
  nft_mint_settings?: NftMintSettings;
270
271
  cross_sell_behavior?: LiteralUnion<'auto' | 'required', string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.13.132",
3
+ "version": "1.13.134",
4
4
  "description": "Typings for Payment Kit SDK",
5
5
  "keywords": [
6
6
  "types",
@@ -48,5 +48,5 @@
48
48
  "sequelize": "^6.35.1",
49
49
  "type-fest": "^4.8.3"
50
50
  },
51
- "gitHead": "d1b6e7bace2743798d22c33f245c32a4c5ba3200"
51
+ "gitHead": "d4a11b7d69d309107ad6085827b61a7808e21f02"
52
52
  }