@pax2pay/client 0.3.14 → 0.3.15

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