@pax2pay/client 0.0.66 → 0.0.67

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