@pax2pay/client 0.3.11 → 0.3.12

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.
@@ -28,6 +28,6 @@ export interface CardSearchRequest {
28
28
  usage?: CardUsage[];
29
29
  bookingInfoText?: string;
30
30
  bookingInfoType?: (BookingInfoType | "NONE")[];
31
- hasProviderTransaction?: CardTransactionType;
32
- doesntHaveProviderTransaction?: CardTransactionType;
31
+ hasProviderTransaction?: CardTransactionType[];
32
+ doesntHaveProviderTransaction?: CardTransactionType[];
33
33
  }
@@ -28,6 +28,6 @@ export interface CardSearchRequest {
28
28
  usage?: CardUsage[]
29
29
  bookingInfoText?: string
30
30
  bookingInfoType?: (BookingInfoType | "NONE")[]
31
- hasProviderTransaction?: CardTransactionType
32
- doesntHaveProviderTransaction?: CardTransactionType
31
+ hasProviderTransaction?: CardTransactionType[]
32
+ doesntHaveProviderTransaction?: CardTransactionType[]
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.3.11",
3
+ "version": "0.3.12",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",