@pax2pay/client 0.1.2 → 0.1.5

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.
@@ -19,4 +19,5 @@ export interface CreateCardRequest {
19
19
  friendlyName?: string;
20
20
  delivery?: CardDeliveryRequest;
21
21
  state?: string;
22
+ batchId?: string;
22
23
  }
@@ -23,4 +23,5 @@ export interface CreateCardRequest {
23
23
  friendlyName?: string
24
24
  delivery?: CardDeliveryRequest
25
25
  state?: string
26
+ batchId?: string
26
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.1.2",
3
+ "version": "0.1.5",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",