@blocklet/payment-types 1.13.173 → 1.13.175

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.
@@ -92,6 +92,8 @@ export declare class CheckoutSession extends Model<InferAttributes<CheckoutSessi
92
92
  missing_payment_method: LiteralUnion<'cancel' | 'pause' | 'create_invoice', string>;
93
93
  };
94
94
  };
95
+ days_until_due?: number;
96
+ days_until_cancel?: number;
95
97
  };
96
98
  payment_details?: PaymentDetails;
97
99
  payment_intent_data?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.13.173",
3
+ "version": "1.13.175",
4
4
  "description": "Typings for Payment Kit SDK",
5
5
  "keywords": [
6
6
  "types",
@@ -48,5 +48,5 @@
48
48
  "sequelize": "^6.36.0",
49
49
  "type-fest": "^4.10.2"
50
50
  },
51
- "gitHead": "bbf4defa95854a5168257cf85669fd6cf71d4708"
51
+ "gitHead": "c92fcdc39f8e4298cef25b08b408d5658b5f068c"
52
52
  }