@blocklet/payment-types 1.13.221 → 1.13.222

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.
@@ -59,7 +59,6 @@ export declare class PaymentCurrency extends Model<InferAttributes<PaymentCurren
59
59
  symbol: {
60
60
  type: DataTypes.StringDataType;
61
61
  allowNull: boolean;
62
- unique: boolean;
63
62
  };
64
63
  decimal: {
65
64
  type: DataTypes.NumberDataTypeConstructor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.13.221",
3
+ "version": "1.13.222",
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": "cebff0eb23b021645efe33ab02276ad4109fd71b"
51
+ "gitHead": "2202fa3ca5eb4061c4389044af64d96b27f10aa2"
52
52
  }