@matchi/api 0.20241112.1 → 0.20241112.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/dist/index.d.mts CHANGED
@@ -232,6 +232,7 @@ type AdminOccasionDetails = {
232
232
  type adyenGiftCardOutcome = {
233
233
  amount: number;
234
234
  currency: string;
235
+ name: string;
235
236
  };
236
237
 
237
238
  declare enum clientType {
package/dist/index.d.ts CHANGED
@@ -232,6 +232,7 @@ type AdminOccasionDetails = {
232
232
  type adyenGiftCardOutcome = {
233
233
  amount: number;
234
234
  currency: string;
235
+ name: string;
235
236
  };
236
237
 
237
238
  declare enum clientType {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20241112.1",
3
+ "version": "0.20241112.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",