@blocklet/payment-types 1.21.14 → 1.21.16

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.
@@ -123,6 +123,7 @@ export declare class CheckoutSession extends Model<InferAttributes<CheckoutSessi
123
123
  amount: string;
124
124
  attempts?: number;
125
125
  lastAttemptAt?: string;
126
+ returnRetry?: number;
126
127
  completedAt?: string;
127
128
  commissionAmount?: string;
128
129
  returnRequest?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/payment-types",
3
- "version": "1.21.14",
3
+ "version": "1.21.16",
4
4
  "description": "Typings for Payment Kit SDK",
5
5
  "keywords": [
6
6
  "types",
@@ -48,5 +48,5 @@
48
48
  "sequelize": "^6.37.7",
49
49
  "type-fest": "^4.41.0"
50
50
  },
51
- "gitHead": "31f93a8310fe5184be8dd4ff23b362906c8a66cf"
51
+ "gitHead": "16509d9abd2da2f52587972c863c79ba9e4cd49d"
52
52
  }