@blocklet/payment-types 1.13.301 → 1.13.302

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/price.d.ts +3 -0
  2. package/package.json +2 -2
package/lib/price.d.ts CHANGED
@@ -41,6 +41,9 @@ export declare class Price extends Model<InferAttributes<Price>, InferCreationAt
41
41
  created_at: CreationOptional<Date>;
42
42
  created_via: LiteralUnion<'api' | 'dashboard' | 'portal', string>;
43
43
  updated_at: CreationOptional<Date>;
44
+ quantity_available: number;
45
+ quantity_sold: number;
46
+ quantity_limit_per_checkout: number;
44
47
  static readonly GENESIS_ATTRIBUTES: {
45
48
  id: {
46
49
  type: DataTypes.StringDataType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.13.301",
3
+ "version": "1.13.302",
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": "35dd306e7c9cd66197d83d82b81df70a5d8aa697"
51
+ "gitHead": "366468bdbb1c5e8837a3baff852067fa041609a1"
52
52
  }