@pax2pay/client 0.1.33 → 0.1.34

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