@matchi/api 0.20240520.1 → 0.20240527.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.
package/dist/index.d.mts CHANGED
@@ -865,6 +865,10 @@ type paymentDetails = {
865
865
  /**
866
866
  * Total price of order
867
867
  */
868
+ price: string;
869
+ /**
870
+ * Total amount paid
871
+ */
868
872
  amount: string;
869
873
  vat: string;
870
874
  /**
package/dist/index.d.ts CHANGED
@@ -865,6 +865,10 @@ type paymentDetails = {
865
865
  /**
866
866
  * Total price of order
867
867
  */
868
+ price: string;
869
+ /**
870
+ * Total amount paid
871
+ */
868
872
  amount: string;
869
873
  vat: string;
870
874
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20240520.1",
3
+ "version": "0.20240527.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",