@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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.96",
3
+ "version": "1.2.97",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",