@blocklet/payment-types 1.13.288 → 1.13.290

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/product.d.ts +2 -2
  2. package/package.json +2 -2
package/lib/product.d.ts CHANGED
@@ -23,7 +23,7 @@ export declare class Product extends Model<InferAttributes<Product>, InferCreati
23
23
  cross_sells_to_id: string;
24
24
  };
25
25
  created_at: CreationOptional<Date>;
26
- created_via: LiteralUnion<'api' | 'dashboard' | 'portal', string>;
26
+ created_via: LiteralUnion<'api' | 'dashboard' | 'portal' | 'donation', string>;
27
27
  updated_at: CreationOptional<Date>;
28
28
  static readonly GENESIS_ATTRIBUTES: {
29
29
  id: {
@@ -87,7 +87,7 @@ export declare class Product extends Model<InferAttributes<Product>, InferCreati
87
87
  allowNull: boolean;
88
88
  };
89
89
  created_via: {
90
- type: DataTypes.EnumDataType<"api" | "dashboard" | "portal">;
90
+ type: DataTypes.EnumDataType<"api" | "dashboard" | "portal" | "donation">;
91
91
  };
92
92
  updated_at: {
93
93
  type: DataTypes.DateDataTypeConstructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.13.288",
3
+ "version": "1.13.290",
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.19.0"
50
50
  },
51
- "gitHead": "e3cdfe530536c1255da673f5e24edd3721fe8b86"
51
+ "gitHead": "d7e92a402c31e9ee8af485e38ed3ef01f38503da"
52
52
  }