@blocklet/payment-types 1.23.0 → 1.23.2
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.
- package/lib/index.d.ts +4 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -272,9 +272,12 @@ export type TCreditTransactionExpanded = TCreditTransaction & {
|
|
|
272
272
|
customer: TCustomer;
|
|
273
273
|
paymentCurrency: TPaymentCurrency;
|
|
274
274
|
paymentMethod?: TPaymentMethod;
|
|
275
|
-
creditGrant: TCreditGrant
|
|
275
|
+
creditGrant: TCreditGrant & {
|
|
276
|
+
paymentCurrency?: TPaymentCurrency;
|
|
277
|
+
};
|
|
276
278
|
meter: TMeter;
|
|
277
279
|
subscription: TSubscription;
|
|
280
|
+
meterEvent?: TMeterEvent;
|
|
278
281
|
};
|
|
279
282
|
export type TMeterEventExpanded = TMeterEvent & {
|
|
280
283
|
object: 'meter_event';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/payment-types",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.2",
|
|
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": "
|
|
51
|
+
"gitHead": "facbd56b5c169d3999f007f74602a010e6dd0da2"
|
|
52
52
|
}
|