@blocklet/payment-types 1.18.35 → 1.18.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/invoice.d.ts +1 -1
  2. package/package.json +2 -2
package/lib/invoice.d.ts CHANGED
@@ -200,7 +200,7 @@ export declare class Invoice extends Model<InferAttributes<Invoice>, InferCreati
200
200
  allowNull: boolean;
201
201
  };
202
202
  billing_reason: {
203
- type: DataTypes.EnumDataType<"subscription_create" | "subscription_cycle" | "subscription_update" | "subscription_threshold" | "subscription_cancel" | "subscription" | "manual" | "upcoming">;
203
+ type: DataTypes.EnumDataType<"subscription_create" | "subscription_cycle" | "subscription_update" | "subscription_threshold" | "subscription_cancel" | "subscription" | "manual" | "upcoming" | "slash_stake" | "stake" | "overdraft_protection" | "stake_overdraft_protection" | "recharge">;
204
204
  };
205
205
  custom_fields: {
206
206
  type: DataTypes.AbstractDataTypeConstructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.18.35",
3
+ "version": "1.18.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": "802a98b5ca81475f8cd7b9dcbb77fce7240b9788"
51
+ "gitHead": "ea43bad3259d340da14fc0dd0e5b02f2c88c5093"
52
52
  }