@pax2pay/client 0.0.70 → 0.0.71

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.
@@ -1,5 +1,6 @@
1
1
  import { AccountResponse } from "./AccountResponse";
2
2
  import { BookingInfo } from "./BookingInfo";
3
+ import { BookingInfoResponse } from "./BookingInfoResponse";
3
4
  import { CardDeliveryResponse } from "./CardDeliveryResponse";
4
5
  import { CardScheduleResponseItem } from "./CardScheduleResponseItem";
5
6
  import { CardTypeSpecification } from "./CardTypeSpecification";
@@ -27,7 +28,7 @@ export interface CardResponse {
27
28
  fundingAccount?: AccountResponse;
28
29
  creatingSystem?: "PORTAL" | "REST_API" | "FAB" | "REST_API_PORTAL" | "REST_API_EXTERNAL" | "SOAP_API_FAB" | "SOAP_API_EXTERNAL" | "CRON" | "UNKNOWN" | "UNDEFINED";
29
30
  createdBy?: string;
30
- bookingInfo?: BookingInfo;
31
+ bookingInfo?: BookingInfo | BookingInfoResponse;
31
32
  schedule?: CardScheduleResponseItem[];
32
33
  delivery?: CardDeliveryResponse;
33
34
  }
@@ -1,5 +1,6 @@
1
1
  import { AccountResponse } from "./AccountResponse"
2
2
  import { BookingInfo } from "./BookingInfo"
3
+ import { BookingInfoResponse } from "./BookingInfoResponse"
3
4
  import { CardDeliveryResponse } from "./CardDeliveryResponse"
4
5
  import { CardScheduleResponseItem } from "./CardScheduleResponseItem"
5
6
  import { CardTypeSpecification } from "./CardTypeSpecification"
@@ -38,7 +39,7 @@ export interface CardResponse {
38
39
  | "UNKNOWN"
39
40
  | "UNDEFINED"
40
41
  createdBy?: string
41
- bookingInfo?: BookingInfo
42
+ bookingInfo?: BookingInfo | BookingInfoResponse
42
43
  schedule?: CardScheduleResponseItem[]
43
44
  delivery?: CardDeliveryResponse
44
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/client",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "description": "Client library for the Pax2Pay API",
5
5
  "author": "Pax2Pay Ltd.",
6
6
  "license": "MIT",