@pax2pay/client 0.3.1 → 0.3.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.
@@ -24,7 +24,7 @@ export interface CardSearchRequest {
24
24
  cardNumber?: string;
25
25
  providerAccountId?: string;
26
26
  createdOn?: Range<DateTime>;
27
- usage?: CardUsage;
27
+ usage?: CardUsage[];
28
28
  bookingInfoText?: string;
29
29
  bookingInfoType?: (BookingInfoType | "NONE")[];
30
30
  }
@@ -24,7 +24,7 @@ export interface CardSearchRequest {
24
24
  cardNumber?: string
25
25
  providerAccountId?: string
26
26
  createdOn?: Range<DateTime>
27
- usage?: CardUsage
27
+ usage?: CardUsage[]
28
28
  bookingInfoText?: string
29
29
  bookingInfoType?: (BookingInfoType | "NONE")[]
30
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",