@gradientedge/commercetools-utils 4.23.0 → 4.23.1
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.
|
@@ -13,6 +13,10 @@ export interface Payment extends BaseResource {
|
|
|
13
13
|
readonly anonymousId?: string;
|
|
14
14
|
readonly interfaceId?: string;
|
|
15
15
|
readonly amountPlanned: TypedMoney;
|
|
16
|
+
readonly amountAuthorized?: TypedMoney;
|
|
17
|
+
readonly authorizedUntil?: string;
|
|
18
|
+
readonly amountPaid?: TypedMoney;
|
|
19
|
+
readonly amountRefunded?: TypedMoney;
|
|
16
20
|
readonly paymentMethodInfo: PaymentMethodInfo;
|
|
17
21
|
readonly paymentStatus: PaymentStatus;
|
|
18
22
|
readonly transactions: Transaction[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradientedge/commercetools-utils",
|
|
3
|
-
"version": "4.23.
|
|
3
|
+
"version": "4.23.1",
|
|
4
4
|
"description": "Provide utility classes and functions for interacting with the commercetools API",
|
|
5
5
|
"main": "./dist/ge-commercetools-utils-node.cjs.js",
|
|
6
6
|
"module": "./dist/ge-commercetools-utils-node.esm.js",
|