@blocklet/payment-types 1.15.34 → 1.15.35

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/invoice.d.ts +1 -1
  2. package/package.json +2 -2
package/lib/invoice.d.ts CHANGED
@@ -15,7 +15,7 @@ export declare class Invoice extends Model<InferAttributes<Invoice>, InferCreati
15
15
  paid_out_of_band: boolean;
16
16
  status: LiteralUnion<'draft' | 'open' | 'void' | 'paid' | 'uncollectible', string>;
17
17
  collection_method: LiteralUnion<'charge_automatically' | 'send_invoice', string>;
18
- billing_reason: LiteralUnion<'subscription_create' | 'subscription_cycle' | 'subscription_update' | 'subscription_recover' | 'subscription_threshold' | 'subscription_cancel' | 'subscription' | 'manual' | 'upcoming' | 'slash_stake' | 'stake', string>;
18
+ billing_reason: LiteralUnion<'subscription_create' | 'subscription_cycle' | 'subscription_update' | 'subscription_recover' | 'subscription_threshold' | 'subscription_cancel' | 'subscription' | 'manual' | 'upcoming' | 'slash_stake' | 'stake' | 'recharge', string>;
19
19
  currency_id: string;
20
20
  customer_id: string;
21
21
  payment_intent_id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.15.34",
3
+ "version": "1.15.35",
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": "95c0d3ddd12382f694014c05015ca46c19424e3e"
51
+ "gitHead": "279b6f2fee57a20cffdc78c0c1cf3a140cd142c4"
52
52
  }