@juhuu/sdk-ts 1.2.96 → 1.2.97
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/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
@@ -2104,6 +2104,7 @@ declare namespace JUHUU {
|
|
2104
2104
|
amountFinal: number | null;
|
2105
2105
|
amountCaptured: number;
|
2106
2106
|
amountToPayout: number | null;
|
2107
|
+
amountRefunded: number;
|
2107
2108
|
createdAt: Date;
|
2108
2109
|
billingAddress: DeepNullable<Address>;
|
2109
2110
|
invoicePdfId: string | null;
|
package/dist/index.d.ts
CHANGED
@@ -2104,6 +2104,7 @@ declare namespace JUHUU {
|
|
2104
2104
|
amountFinal: number | null;
|
2105
2105
|
amountCaptured: number;
|
2106
2106
|
amountToPayout: number | null;
|
2107
|
+
amountRefunded: number;
|
2107
2108
|
createdAt: Date;
|
2108
2109
|
billingAddress: DeepNullable<Address>;
|
2109
2110
|
invoicePdfId: string | null;
|